@charset "utf-8";
@font-face {
    font-family: 'english-thin';
    src: url('fonts/englishgrotesque_w00_thin-webfont.woff2') format('woff2'),
         url('fonts/englishgrotesque_w00_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'english-medium';
    src: url('fonts/englishgrotesque_w00_medium-webfont.woff2') format('woff2'),
         url('fonts/englishgrotesque_w00_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'english-light';
    src: url('fonts/englishgrotesque_w00_light-webfont.woff2') format('woff2'),
         url('fonts/englishgrotesque_w00_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */

body {
	background: #FCF9F7;
	font: 22px 'english-thin', Verdana, Geneva, sans-serif;
	color: #202A49;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
 }
 
* { margin: 0;}
html, body { height: 100%;}



/* #Links
================================================== */

a, a:visited, input[type="submit"] { color: #202A49; text-decoration: none; outline: 0; transition:.2s linear; -webkit-transition:.2s linear; -moz-transition:.2s linear }
a:hover, a:focus { color: #202A49; }
p a, p a:visited { line-height: inherit; }

	h1, h2, h3, h4, h5, h6 {
		font-weight: 400; }

h1, h2, h3 { font-size: 22px; line-height: 22px; margin:0 0 11px 0; width:100%; float: left;  font-family: 'english-medium';}
h2, h3 {  font-family: 'english-thin'; text-transform: uppercase;}
p { margin: 0 0 20px 0; font-size: 22px; line-height: 30px;  }

b, strong {font-weight:400; font-family: 'english-medium';}

img {transition:.2s linear; -webkit-transition:.2s linear; -moz-transition:.2s linear}
.flex {display: flex; flex-direction: column; }
.container {width:90%; padding:0 5%; max-width:1400px; height:auto}
.supercontainer { min-height: 100%; margin: 0 0 0 310px; width: calc(100% - 310px); max-width:100%; padding: 40px 40px 40px 0; box-sizing: border-box;}
.col-1 {width: 100%; height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 20px; box-sizing: border-box;  }
.col-2 {width: 100%; height: 100%; display: flex; flex-direction: column; align-items: flex-start; font-size: 22px; line-height: 30px }

.content .col-1 { padding-top: 60px }
.content .col-2 img { width: 100%; height: auto; }

.full-width {width: 100%; height: auto; margin-bottom: 20px}
.full-width img {width: 100%; height: auto;}

.col-1 h1 {font-style: normal;font-weight: 500;font-size: 22px;line-height: 24px; }
.col-1 h3 {font-style: normal;font-weight: 400;font-size: 22px;line-height: 24px; }

.slider {width:960px; position:relative; margin:0 auto; padding:20px 0}

.push { height: 100px; display: none;}
nav {height: 100%; width:300px; z-index:99990; background:transparent; position:fixed; left:0; bottom:0}

.inner { width:100%; height: 100%; padding:40px; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; }
.inner div {float:left; padding:0; margin:0; height:100%}
img.logo {float:left; display:block; height:auto; width:100%; max-width: 150px; float:left}

.inner ul img {max-width:24px}
.inner ul {display:/*inline-block*/block; width: 100%; /*position: absolute; bottom: 30px;*/}
.inner ul li {display:inline; clear: both; float:left; margin-top: 11px; }
.inner ul li a {padding:10px 30px 0 0; line-height: 22px; font-size: 22px; margin-bottom: 11px;  font-family: 'english-thin'; }
/*nav ul li:nth-last-child(2), nav ul li:last-child, nav ul li:nth-last-child(2), nav ul li:last-child { display:none}*/
.inner ul li.active a {font-family: 'english-medium'}

.inner div {float:left; /*max-width:700px*/}

footer {padding: 30px 40px 40px 0; height: auto; text-align: right; margin: 0 0 0 310px; width: calc(100% - 310px); max-width: 100%;  float: left; box-sizing: border-box;}
footer p {margin: 0}


/*form //////////////////////////////*/
form {max-width:960px; position:relative}
form img {float:left; margin-bottom:2px; clear:both}
label {float:left; border:none; padding:3px 0; width:100%;margin-bottom:2px; height:12px; line-height:12px; font-size:12px;}
input {float:left; border:none; width:290px; padding:3px; border-bottom:1px solid #000;margin-bottom:2px; height:12px; line-height:12px; font-size:10px;}
textarea { border:1px solid #000; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:5px}
input[type="submit"] {border:1px solid #000; float:left; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:2px; clear:both; background:none; max-width:100px; cursor:pointer; height:35px; }
input[type="submit"]:hover {background:#000; color:#fff; }
textarea { width:40%; min-width:290px; padding:3px; height:100px; float:left; clear:both}
form p {float:left; width:100%; margin:0}
#captcha {float:left; height:15px}

/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0 0.438em 0; line-height: 1.125em; cursor: pointer; top:5px; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; letter-spacing:.1em }
.slicknav_menu  .slicknav_menutxt strong {font-weight:700}
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both; }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size:14px;

}
/* Button */
.slicknav_btn {
    margin:0;
    text-decoration:none;
    background-color: #fff;
	
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #000; 
}
.slicknav_menu {
   background:#FCF9F7 url('../../images/public/betania-raiz.svg'); 
   background-size: 40px;
   background-repeat: no-repeat; 
   background-position: 10px 10px;
    padding:5px 2%;
	width:96%;
	z-index:9999999;
	min-height:30px;
	position:fixed;
	
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
    font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav a{
    padding:10px 0;
    margin:5px 5px 5px 0;
    font-size: 16px;
    text-decoration:none;
    color:#202A49;
	font-weight: bold;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {
    color:#999;
}
.slicknav_nav a:hover{
    background:#000;
    color:#fff;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}

.slicknav_menu {
	display:none;
}



.grid-item {
  display:block;
  height:auto;
  box-sizing:border-box;
  padding:10px;
  float:left;
  overflow: hidden;
}

.grid-item a {overflow: hidden;}
.grid-item a, .grid-item img {outline: none;
    border: none;
    display: block;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.grid-item img { z-index: 999999; transition: .3s }
.grid-item .description { z-index: 1; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: #CCBA3B; /*display: flex; flex-direction: row; align-items: flex-start; justify-content: space-between;*/ box-sizing: border-box; padding: 10px }
.grid-item .description h2 {position: absolute; width: 100%; top:28px; height: auto; text-align: center;}
.grid-item .description h3 {position: absolute; width: 100%; bottom:28px; height: auto; text-align: center;}

.grid-item:nth-child(1n) .description  {background: #c4c149;}
.grid-item:nth-child(2n) .description  {background: #f47745;}
.grid-item:nth-child(3n) .description  {background: #efb4c1;}
.grid-item:nth-child(4n) .description  {background: #f9de58;}
.grid-item:nth-child(5n) .description  {background: #f9de58;}


@media screen and (min-width: 600px) {
.grid-sizer, .grid-item {width:100%}
}

@media screen and (max-width: 815px) {
.supercontainer, footer { min-height: 100%; margin: 0 auto; width:100%; max-width:100%; padding:0; box-sizing: border-box;}
.supercontainer {padding-top: 50px; box-sizing: border-box;}
	footer {padding: 30px; text-align: right; margin: 0; width: 100%; max-width: 100%; float: left;}

	#menu, nav, .push {display:none;}
	.slicknav_menu {display:block; }
	.bx-wrapper {padding:60px 0 0}
	.bx-wrapper li {overflow:hidden; width:100%; padding:0; max-height:100vh}
	.bx-wrapper li img { max-width:100%; height:auto; display: block; margin:0 auto; }
	
	}

@media screen and (min-width: 800px) {
.grid-sizer, .grid-item {width:50%}
}
	
@media screen and (min-width: 900px) {
.grid-sizer, .grid-item {width:33.33%}
.grid-item img:hover {opacity: 0; transform: scale(1.2);}
}

@media screen and (min-width: 1024px) {

.grid-sizer, .grid-item {width:33.33%}
.flex {display: flex; flex-direction: row; }
.proyecto.megacontaner.flex { position: fixed; width: calc(100% - 310px); }
.col-1 {height:calc(100vh - 40px); width: 30%; padding: 40px 0 0 0; overflow-y: auto; }
.col-2 {height: calc(100vh - 40px); width: 70%; padding-left: 68px; padding-right: 40px; overflow-y: auto;}

.content {height: 100vh }
.content .col-1 { padding-top: 40px }
.content .col-2 {overflow: hidden; box-sizing: border-box; padding-left: 68px; height: 100vh; padding-right: 0 }
.content .col-2 img {height: 100vh; width: auto;}

.content .col-1.about { width: 45%; }
.content .col-2.about {width: 55%; }
}



@media screen and (min-width: 1600px) {

.content .col-1.about { width: 45%;  justify-content:flex-end; align-items: flex-end;}

}