@media (min-width: 768px) {
	body {
		background: url("images/bg-header.png") #ececec no-repeat 50% 0px;
		font-family: 'Barlow', Trebuchet, sans-serif;
		font-size: 13px;
	}

	img { border: 0px; }
	div { display: block; }
	#wraper {
		width: 100%;
		margin: 0 auto;
	}
	.fleft {
		float: left;
		display: block;
	}
	.fright {
		float: right;
		display: block;
	}
	.main-logo {
		max-width: 280px;
		height: auto;
		margin-top:10px;
	}
	#header {
		display: block;
		width: 100%;
		height: 140px;
	}
	#header .fleft h2 {
		margin-left:20px;
		margin-top: 50px; 
		color: #003e7e;
	}
	#header .fright {
		text-align: right;
	}
	#header .fright p {
		font-weight: bold;color: #333333;font-size: 13px; margin: 0; padding: 0; font-family:'Bree Serif', serif;
	}
	#header .fright p.telephone {
		color: #bf0934;
		font-size: 13px;
		font-family:'Bree Serif', serif;
		font-weight: 300;
	}

	#header .fright p.face {
		font-family:'Bree Serif', serif;
		font-size: 14px;
		font-weight: 300;
		line-height: 23px;
		margin: 50px 0 0 0; 
	}
	#header .fright p.face a {
		margin-left: 8px;
	}

	#menu {
	display: block;
	}
	#menu ul li {
		display: inline;
		float: left;
		background-color: #fbf9fa;
		position: relative;
	}
	#menu ul { float: right; padding: 0; margin: 0;}
	#menu a {
		display: block;
		text-decoration: none;
		color: #666364;
		padding: 4px 35px;
		font-family:'Bree Serif', serif;
		text-transform:uppercase;
		font-size: 14px;
		width: 80px;
		text-align: center;
		-webkit-transition: all 400ms ease;
		-moz-transition: all 400ms ease;
		-ms-transition: all 400ms ease;
		-o-transition: all 400ms ease;
		transition: all 400ms ease;
	}
	#menu  li.inicio  a:hover {
		background-color: #003e7e;
		color: white;
		
	}
	#menu li.nosotros  a:hover {
		background-color: #118c66;
		color: white;
	}
	#menu li.servicios  a:hover {
		background-color: #fbbd39;
		color: white;
	}
	#menu li.residencia  a:hover {
		background-color: #be8548;
		color: white;
	}
	#menu li.contacto  a:hover {
		background-color: #d95334;
		color: white;
	}

	#menu a.active {
		background-color: #003e7e;
		color: white;
	}
	.green  #menu a.active {
		background-color: #0c6c4e;
	}
	.orange  #menu a.active {
		background-color: #ca4020;
	}
	.yellow  #menu a.active {
		background-color: #FBBD39;
	}
	.brown  #menu a.active {
		background-color: #BE8548;
	}

	.dropdown {
		position: relative;
		display: inline-block;
	}

	.dropdown-content {
	    position: absolute;
	    top: 27px;
	    left: 0px;
	    background-color: #dadada;
	    display: none;
	}

	.dropdown:hover .dropdown-content {
		display: block !important;
	}

	.dropdown-content li {
		background: transparent !important;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.dropdown-content a {
		background: transparent;
		padding: 8px 15px !important;
		min-width: 140px;
		display: block;
	}


	.spotlight {
		width: 100%;
	}
	.spotlight .scroller{
		width: 50%;
		position: relative;		
	}
	.spotlight .copy { 
		width: 50%;
	}
	h2 {
		color: #bf0934;
		font-size: 15px;
		font-family:'Bree Serif', serif;
		font-weight: 300;
	}
	.spotlight .copy .header {
		background-color: #003e7e;
		-webkit-border-top-right-radius: 12px;
		-moz-border-radius-topright: 12px;
		border-top-right-radius: 12px;
		height: 85px;
	}
	.spotlight .copy .header h4 {
		margin: 0;
		padding: 0;
		color: white;
		font-size: 24px;
	    line-height: 85px;
		margin-left: 39px;
		font-family:'Bree Serif', serif;
		font-weight: 300;		
	}

	.spotlight .description {
		background-color: #fff;
		-webkit-border-bottom-right-radius: 12px;
		-moz-border-radius-bottomright: 12px;
		border-bottom-right-radius: 12px;
		min-height: 197px;
		padding: 35px 40px;
		
	}
	.spotlight .description  p {
		margin: 0;
	    font-size: 15px;
	    line-height: 1.6;
	    font-weight: 400;
	    color: #333;
	}
	.spacer30 {
		height: 30px;
	}
	.spacer10 {
		height: 10px;
	}
	.clear {
		clear: both;
	}
	.spotlight .copy h2 {
		background-color: #fff;
		color: #003e7e;
	}
	/* box styles */
	.box {
		width: calc((25% - 14px) + 3.5px);
		float: left;
		margin-right: 7px;
		margin-left: 7px;
		overflow:hidden;
		zoom:1;
		background: #FFFFFF no-repeat 100% 0px;
		height: auto;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	}

	.box:first-of-type { margin-left: 0px; }
	.box:last-of-type { margin-right: 0px; }

	.box .header {
		width: 100%;
		height: 43px;
		margin-left: 0;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		overflow:hidden;
		zoom:1;
	}
	.box .header h5 {
		color: white;
		margin: 0; 
		padding: 0;
		display: block;
		width: 160px;
		font-size: 16px;
		line-height: 43px;
		padding-left: 10px;
		font-family: 'Bree Serif', serif;
		font-weight: 300;
	}

	.box .header h5::before {
		display: inline-block;
		font-family: "Font Awesome 5 Free";
		font-weight: 600;
		content: "\f594";
		font-size: 18px;
		color: #FFFFFF;
		margin-right: 15px;
		margin-left:5px;
	}

	.box .icon {
		width: 50px;
		height: 42px;
	}

	.box .body {
		padding: 10px;
		font-size: 12px;
		min-height: 132px;
		width: 100%;
		color:#333;
	}

	.servicios .body ul {
		padding-left: 15px;
		margin-bottom: 20px;
		display: block;
		list-style-type: none;
	}

	.servicios .body ul li::before {
		content: "\2022"; 
		color: #003e7e;
		display: inline-block; 
		width: 1em;
	    margin-left: -1em;
	}

	.box .body .ver-mas {
		padding: 5px 10px;
		border: 1px solid #003e7e;
		color: #003e7e;
		text-decoration: none;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
		border-radius: 3px;
		font-weight: 600;
		font-size: 13px;
	}

	.box.residencia .body {
		padding-top: 20px;
	    padding-bottom: 24px;
		min-height: 120px;
	}

	.box .body .ver-mas:hover, .box .body .ver-mas:focus {
		color: #FFFFFF;
		background-color: #003e7e;		
	}

	.boxes {
		overflow:hidden;
		zoom: 1;
	}
		
	.box.np .body {
		margin: 0;
		padding: 0;
	}
		
	.box.red .header {
		background-color: #003e7e;
	}
	.box.ubicacion .header {
		background-color: #0c6c4e;
	}
	.box.residencia .header {
		background-color: #be8548;
	}
	.box.servicios .header { 
	 background-color: #fbbd39;
	}
	.icon.boxgeho  {
		background: url("images/boxgeho.png") no-repeat 50% 0px;
	}

	.box.institucional .header h5::before {
	    content: "";
	    width: 28px;
	    height: 28px;
	    background: url(images/gg-iso.png) center center no-repeat transparent;
	    background-size: cover;
	    display: inline-block;
	    vertical-align: sub;
	}
	.box.ubicacion .header h5::before {
		font-weight: 600;
		content: "\f3c5";
	}
	.box.residencia .header h5::before {
		font-weight: 600;
		content: "\f594";
	}
	.box.servicios .header h5::before {
		font-weight: 600;
		content: "\f0c0";		
	}

	/*footer styles */
	#footer {
		border-top: 1px solid #c1bfbf;
		color: #a9a9a9;
		width: 90%;margin: 0 auto;
		position: relative;
		padding-bottom: 60px; 
		padding-top: 60px;
	}
	#footer ul li {
		list-style: none;
		float: left;
		padding: 0px 15px;
	}

	#footer ul li a {
		text-decoration: none;
		color: #a9a9a9;
	}
	#footer ul li a:hover {
		color: #666666;
	}

	#footer ul {
	    margin: 0;
	    padding: 0;
	    margin-bottom: 20px;
	    display: block;
	    font-weight: 600;
	}
	#footer .left{
		position: absolute;
		top: 30px;
		left: 80px;
	}

	#footer .left img {
		max-width: 64px;
		height: auto;
	}
	#footer .right {
		position: absolute;
		top: 30px;
		left:  180px;
	}
	.nomargin {
		margin: 0 !important;
		padding: 0 !important;
	}
	#footer .right p {
		margin-left: 15px;
		margin-top:  0px;
		line-height: 1.4;
	}

	/* content pages */
	#col1 { 
		width: 30%;
		float: left;
		box-sizing: border-box;
	}
	#col2 {
		width: 70%;
		float: left;
		background-color: #fff;
		min-height: 400px;
		padding: 10px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		box-sizing: border-box;
	}

	#col1 .box {
		width: 90%;
		margin-top: 20px !important;
	}

	#col2 h6{
		font-size:17px;
		margin:5px 0;
		padding:0;
	}

	ul.leftMenu {
		padding: 0;
	}
	ul.leftMenu li {
	   list-style: none outside none;

	}
	ul.leftMenu li a {
		background-color: #FFFFFF;
		display: block;
		height: 35px;
		line-height: 35px;
		margin-top: 5px;
		padding: 3px 3px 3px 10px;
		text-decoration: none;
		color: #7a7a7a;
		width: auto;
		margin-right: 20px;
		margin-left: 0px;
		font-size:13px;
	}

	.green ul.leftMenu li a.active {
		background-color: #118c66;
		color: #fff;	
	}
	.green ul.leftMenu li a:hover {
		background-color: #118c66;
		color: white;
	}

	.orange ul.leftMenu li a.active {
		background-color: #ca4020;
		color: #fff;
		
	}
	.orange ul.leftMenu li a:hover {
		background-color: #ca4020;
		color: white;
	}


	/* SOLO RESIDENCIAS */
	ul.leftMenu .r_aym a, ul.leftMenu .r_may a, ul.leftMenu .r_nam a, ul.leftMenu .r_ind a, ul.leftMenu .r_lvr a {
		font-size: 15px;
		padding: 8px 3px 0px 45px;
		width: 268px;
		height: 41px;
		font-family: 'Bree Serif', serif;;
		border-bottom: #FFF solid 2px;
	}

	ul.leftMenu .r_aym a {
		background:url(images/bg_aymara_btn.png) left -41px no-repeat #FFF;
		border-radius: 5px 5px 0px 0px;
	}

	ul.leftMenu .r_aym a:hover, ul.leftMenu a.active_a  {
		background:url(images/bg_aymara_btn.png) left 0px no-repeat #be8548;
		color: #FFF;
		border-bottom: #d49a5b solid 2px;
	}

	ul.leftMenu .r_may a {
		background:url(images/bg_maysumak_btn.png) left -41px no-repeat #FFF;
		border-radius: 0px 0px 0px 0px;
	}

	ul.leftMenu .r_may a:hover, ul.leftMenu a.active_b  {
		background:url(images/bg_maysumak_btn.png) left 0px no-repeat #be8548;
		color: #FFF;
		border-bottom: #d49a5b solid 2px;
	}

	ul.leftMenu .r_nam a {
		background:url(images/bg_namaste_btn.png) left -41px no-repeat #FFF;
		border-radius: 0px 0px 5px 5px;
	}

	ul.leftMenu .r_nam a:hover, ul.leftMenu a.active_c  {
		background:url(images/bg_namaste_btn.png) left 0px no-repeat #be8548;
		color: #FFF;
		border-bottom: #d49a5b solid 2px;
	}

	ul.leftMenu .r_ind a {
		background:url(images/bg_indira_btn.png) left -41px no-repeat #FFF;
		border-radius: 0px 0px 5px 5px;
	}

	ul.leftMenu .r_ind a:hover, ul.leftMenu a.active_i  {
		background:url(images/bg_indira_btn.png) left 0px no-repeat #be8548;
		color: #FFF;
		border-bottom: #d49a5b solid 2px;
	}

	ul.leftMenu .r_lvr a {
		background:url(images/bg_lvr_btn.png) left -41px no-repeat #FFF;
		border-radius: 0px 0px 5px 5px;
	}

	ul.leftMenu .r_lvr a:hover, ul.leftMenu a.active_d  {
		background:url(images/bg_lvr_btn.png) left 0px no-repeat #be8548;
		color: #FFF;
		border-bottom: #d49a5b solid 2px;
	}

	.fleft ul {
	    padding-left: 15px;
	}


	/* content styles */
	/*fix width for content with images, verical */
	.fw {
		width: calc((100% - 210px) - 15px);
	}

	#content #col2 img {
		margin-right: 15px;
	}
	#content #col2 p, #content #col2 ul li {
		color: #7a7a7a;
	    font-size: 14px;
	    line-height: 23px;
	    text-align: justify;
	}
	#content #col2 p a {
		text-decoration: none;
		color: #7a7a7a;
	}
	#content #col2 h1 {
		margin-top: 0;
	}
	/* color variations for content */
	.green #content #col2 h1{
		color: #118c66;
		font-family: 'Bree Serif', serif;
		font-weight: 400;
	}

	.orange #content #col2 h1{
		color: #ca4020;
		font-family: 'Bree Serif', serif;
		font-weight: 400;
	}

	.yellow #content #col2 h1, #col2 h6{
		color: #FBBD39;
		font-family: 'Bree Serif', serif;
		font-weight: 400;
	}
	.yellow ul.leftMenu li a.active {
		background-color: #FBBD39;
		color: #fff;
		
	}
	.yellow ul.leftMenu li a:hover {
		background-color: #FBBD39;
		color: white;
	}
	.brown #content #col2 h1{
		color: #BE8548;
		font-family: 'Bree Serif', serif;
		font-weight: 400;
	}
	.brown ul.leftMenu li a.active {
		background-color: #BE8548;
		color: #fff;
		
	}
	.brown ul.leftMenu li a:hover {
		background-color: #BE8548;
		color: white;
	}


	/*form styles */
	form {
		width: auto;
	}
	form label {
		color: #4d4d4d;
	}
	form input[type="text"], form textarea, form select, form input[type="file"] {
		outline: none;
		display:block;
		border: 1px solid #CCC;
	    font-size: 13px;
	    padding: 5px 8px;
	    width: 100%;
		color: #7A7A7A;
		margin-bottom: 10px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: url(images/bg_inputs.jpg) bottom left repeat-x;
	}

	form input[type="text"]:hover, form textarea:hover, form select:hover, form input[type="file"]:hover {
		border: 1px solid #B7B7B7;
	}

	form input[type="text"]:focus, form textarea:focus, form select:focus, form input[type="file"]:focus {
		border: 1px solid #118c66;
	}

	form textarea {
		height: 130px;
	}

	form select {
		width: 250px;
	}

	form input.button {
		background: url("images/send_red.jpg") no-repeat scroll 0 0 transparent;
		border: 0 none;
		color: #FFFFFF;
		font-size: 14px;
		height: 37px;
		line-height: 35px;
		padding-left: 8px;
		width: 140px;
		cursor: pointer;
		float: right;
		font-family: 'Bree Serif', serif;
	}

	.msg {
		font-size: 16px;
		color: gray;
		border: 1px solid #5F5;
		background-color: #AFA;
		padding: 5px;
		margin-bottom: 9px;
	}
	/*end form styles */

	#rotativo div{
		display:block;
		width:190px;
		height:85px;
		text-align:right;
		overflow: hidden;
	}
	#rotativo .actual{
		display:block;
	}

	.map-container {
		float:left; 
		width: 640px;
		background: url(images/map-zoom.jpg) center center no-repeat;
		min-height: 260px;
	}

	.hidden-lg {
		display: none;
	}

	.go-up {
		display: none;
	}

	.gallery-thumbs a:link, .gallery-thumbs a:active, .gallery-thumbs a:visited {
		width: 109px;
		height: 91px;
		display: inline-block;
		margin-right: 15px;
		margin-bottom: 5px;
		background: center center no-repeat #EBEBEB;
		background-size: cover;
		-webkit-transition: all 400ms ease;
		-moz-transition: all 400ms ease;
		-ms-transition: all 400ms ease;
		-o-transition: all 400ms ease;
		transition: all 400ms ease;
		position: relative;
	}

	#header .fleft .slogan-wraper {
		position: relative;
		display: inline-block;
		margin-left: 200px;
		min-width: 290px;
		margin-top: 40px;
	}

	#header .fleft h2 .slogan {
		position: absolute;
		top: 0px;
	}

}


@media (min-width: 970px) {
	.main-logo {
		max-width: 302px;
		height: auto;
	}
	#wraper {
		width: 963px;
		margin: 0 auto;
	}

	#header .fleft h2 {
		margin-left:100px;
		margin-top: 55px;
		color: #003e7e;
	}

	h2 {
		color: #bf0934;
		font-size: 18px;
		font-family:'Bree Serif', serif;
		font-weight: 300;
	}
	#menu a {
		display: block;
		text-decoration: none;
		color: #666364;
		padding: 4px 35px;
		font-family:'Bree Serif', serif;
		text-transform:uppercase;
		font-size:14px;
		width: 100px;
		text-align: center;
		-webkit-transition: all 400ms ease;
		-moz-transition: all 400ms ease;
		-ms-transition: all 400ms ease;
		-o-transition: all 400ms ease;
		transition: all 400ms ease;
	}
	.spotlight .scroller{
		width: 583px;
		position: relative;
	}
	.spotlight .copy { 
		width: 380px;
	}
	.spotlight .description {
		background-color: #fff;
		-webkit-border-bottom-right-radius: 12px;
		-moz-border-radius-bottomright: 12px;
		border-bottom-right-radius: 12px;
		height: 232px;
		padding: 35px 40px;
	}
	.box {
		width: calc((25% - 14px) + 3.5px);
		float: left;
		margin-right: 7px;
		margin-left: 7px;
		overflow:hidden;
		zoom:1;
		background: #FFFFFF no-repeat 100% 0px;
		height: auto;
	}

	.box .body {
		padding: 10px 15px;
		font-size: 13px;		
		min-height: 164px;
		width: auto;
		color:#333;
		line-height: 1.5;
	}
	#footer .left{
		position: absolute;
		top: 30px;
		left: 150px;
	}
	#footer .left img {
		max-width: 75px;
		height: auto;
	}
	#footer .right {
		position: absolute;
		top: 30px;
		left:  280px;
	}

	#col1 { 
		width: 240px;
		float: left;
	}
	#col2 {
		width: 680px;
		float: left;
		background-color: #fff;
		min-height: 400px;
		padding: 20px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		box-sizing: content-box;
	}

	#col1 .box {
		width: 222px;
		margin-top: 80px !important;
	}

	.fw {
		width: 400px;
	}

	form {
		width: 380px;
	}

	form label {
		margin-bottom: 5px;
		display: block;
	}

	form input[type="text"], form textarea, form select, form input[type="file"] {
		outline: none;
		display:block;
		border: 1px solid #CCC;
	    font-size: 13px;
	    padding: 5px 8px;
	    width: 375px;
		color: #7A7A7A;
		margin-bottom: 10px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: url(images/bg_inputs.jpg) bottom left repeat-x;
	}	

	.flexslider {
	    min-height: 386px;
	}
	
	#header .fleft .slogan-wraper {
		position: relative;
		display: inline-block;
		margin-left: 150px;
		min-width: 290px;
		margin-top: 40px;
	}


}

@media (min-width: 1200px) {

	#wraper {
		width: 1100px;
	}

	.spotlight .scroller {
	    width: calc(1100px - 45%);
	    position: relative;
	}

	.spotlight .copy .header h4 {
	    font-size: 30px;
	}

	.spotlight .copy {
	    width: calc(1100px - 55%);
	}

	.spotlight .description {
	    min-height: 316px;
	    padding: 35px 40px;
	    box-sizing: border-box;
	}

	.spotlight .copy h2 {
		font-size: 19px;
	}

	.spotlight .description p {
		font-size: 17px;
	}

	#col1 {
	    width: calc(1100px - 70%);
	    float: left;
	}

	#col1 .box {
	    width: calc(100% - 20px);
	    margin-top: 80px !important;
	    display: block;
	}

	.box .header h5 {
	    font-size: 19px;
	    font-weight: 300;
	}

	.box .body {
	    padding: 10px 15px;
	    font-size: 14px;
	    min-height: 164px;
	    width: auto;
	    color: #333;
	    line-height: 1.5;
	}

	#col2 {
		width: calc((1100px - 30%) - 40px);
	}

	ul.leftMenu li a {
	    padding: 8px 15px 8px 15px;
	    text-decoration: none;
	    font-size: 15px;
	}

	ul.leftMenu .r_aym a, ul.leftMenu .r_may a, ul.leftMenu .r_nam a, ul.leftMenu .r_ind a {
		width: auto;
	}

	.gallery-thumbs a:link, .gallery-thumbs a:active, .gallery-thumbs a:visited {
    	width: calc(33.333% - 20px);
    	height: 150px;
    }

    .flexslider {
	    min-height: 400px;
	}

	#header .fleft .slogan-wraper {
		position: relative;
		display: inline-block;
		margin-left: 200px;
		min-width: 290px;
		margin-top: 40px;
	}


	.map-container {
		float: left;
	    width: 640px !important;
	    background: url(images/map-zoom.jpg) left center no-repeat;
	    min-height: 182px !important;
	    background-size: contain;
	}

}

.map-container-residencias {
	float: none;
    width: 100% !important;
    background: none;
    min-height: 182px !important;
    background-size: contain;
}

.map-container-residencias iframe {
	width: 100%;
}

.owl-stage {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.owl-carousel .item {
	text-align: center;
}

.owl-carousel img {
    max-width: 120px;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.owl-carousel .item a {
    text-decoration: none;
    font-size: 13px;
    color: #545454;
    font-weight: 600;
}

.owl-carousel .item p.p-address {
	font-size: 16px;
	margin-bottom: 0px;
	font-family: 'Bree Serif', serif;
}

.owl-carousel .item p.p-phone {
	margin-bottom: 0px;
	margin-top: 0px;
}