@charset "utf-8";

/*

 cafe  || #8f754a
 gris  || #808080

*/

*, *::after, *::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
	margin: 0px;
	padding:0px;
	font-family: 'Opensans';
	font-weight:400;
	color:#808080;
	background:#fff;
	line-height:1.3;
	overflow-x:hidden !important;
}

a {
    text-decoration:none;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
button:active {
    outline: none;
    border: none;
}
button:hover {
	cursor:pointer;
}
button:focus {
	outline:0;
}
input:focus,
textarea:focus {
	outline: 0 !important;
}
p {
	font-size:1em;
}
h1, h2 {
	font-weight: normal;
}

/* scroll */
figure {
	width: 30px;
	height:35px;
	border:solid 1px #fff;
	position:absolute;
	border-radius:12px;
	bottom:15px;
	left: 50%;
	transform: translateX(-50%);
	animation-delay:2.1s;
	cursor: pointer;
	margin: 0;
	z-index:9;
}
figure:before {
	content:'';
	width: 1px;
	height:9px;
	background:#fff;
	position:absolute;
	top: 6px;
	left:13px;
	animation-delay:2.1s;
	-webkit-animation-name: floating2;
    animation-name: floating2;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:        infinite;
    -webkit-animation-duration:1.4s;
    animation-duration:        1.4s;
}

/* --------------------------- FULLPAGE --------------------------- */

#superContainer {
    height: 100%;
    position: relative;
	
	/* Touch detection for Windows 8 */
	-ms-touch-action: none; 
}
.section {
    position: relative;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:   border-box;
    box-sizing:        border-box;
}
.section:not(:first-child) {
	background: #fff;
}
#transparent {
	background-color: transparent !important;
}
#transparent .sello {
	width: 12%;
	position: absolute;
	left:  15px;
	bottom:15px;
}

.b-azul {
	background:#42596b;
}
.slide {
    float: none;
}
.slide, .slidesContainer {
    height: 100% !important;
    display: block;
}
.slides {
    height: 100%;
    overflow: hidden !important;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.section.table, .slide.table {
    display: table;
    width: 100%;
}
.tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.slidesContainer {
    float: left;
    position: relative;
}
.controlArrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
	opacity:0.5;
	transition:0.5s;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
.controlArrow:hover {
	opacity:1;
}
.controlArrow.prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.controlArrow.next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.scrollable {
    overflow: scroll;
}
.easing {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
#fullpage {
	overflow:hidden;
}
#fullPage-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fullPage-nav.right {
    right: 17px;
}
#fullPage-nav.left {
    left: 17px;
}
.fullPage-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fullPage-slidesNav.bottom {
    bottom: 17px;
}
.fullPage-slidesNav.top {
    top: 17px;
}
#fullPage-nav ul,
.fullPage-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fullPage-nav li,
.fullPage-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fullPage-slidesNav li {
    display: inline-block;
}
#fullPage-nav li a,
.fullPage-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fullPage-nav li .active span,
.fullPage-slidesNav .active span {
    background: #333;
}
#fullPage-nav span,
.fullPage-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

/* carrusel */
.owl-carousel {
	width: 100%;
	height:auto;
	margin: 0;
	overflow: hidden;
	position:relative;
	display:block;
	cursor:grab;
	animation-duration: 0.6s;
}
.owl-complete {
	margin: 30px 0 0;
}
.owl-carousel div {
	float:left;
}
.owl-carousel .item {
	width: 100%;
	height:auto;
	position:relative;
	overflow:hidden;
	float:left;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:   border-box;
    box-sizing:        border-box;
}
.owl-carousel .item img {
	width:  100%;
	height: auto;
	margin: 0;
}

.controles-owl {
	position: absolute;
	transform: translateY(-160%);
}
.controles-owl button {
	padding: 9px;
	border: none;
	background: #fff;
}
.controles-owl button span {
	font-size: 3.6em;
	color: #8f754a;
}

.cafe {
	right: 0;
	transform: translateY(-100%);
}
.cafe button {
	background: #8f754a;
}
.cafe button span {
	color: #fff;
}

.custom-control {
	width: 100%;
	text-align: center;
	position: relative;
	margin: 30px auto;
}
.custom-control button {
	width: 15px;
	height:15px;
	padding: 0;
	background: none;
	border: solid 1px #8f754a;
	border-radius: 50%;
	margin: 0 9px;
	transition: all ease-out 0.3s;
}
.custom-control button:hover {
	background: #fff;
}
.custom-control button.active {
	background: #8f754a;
}

#control-normal {
	position:relative;
	margin: 15px auto;
}
#control-normal button {
	background: #f3f3f3;
}
#control-normal button:hover,
#control-normal button.active {
	background: #cfd87a;
}

#owl {
	position: relative !important;
	margin: 90px 0 30px;
}
#owl img.img-mitad {
	width: 50%;
	display: inline-block;
	vertical-align: middle !important;
}
#owl .texto {
	width: 48%;
	display: inline-block;
	vertical-align: middle !important;
	text-align: left;
}
#owl .texto h2 {
	font-family: 'Cormorant';
	color: #8f754a;
	font-size: 2.5em;
	line-height: 1em;
	font-weight: normal;
	margin: 0 0 90px;
}
#owl .texto h3 {
	font-family: 'OpenBold';
	font-size: 0.9em;
	color: #8f754a;
}
#owl .texto p {
	font-size: 0.8em;
	margin: 0;
}

#owl-completo h2 {
	font-size: 1.2em;
	color: #8f754a;
	margin: 0 0 15px;
}


/* --------------------------- body --------------------------- */
header {
	width: 100%;
	position: fixed;
	text-align: center;
	background: #fff;
	border-bottom: solid 1px #8f754a;
	z-index: 100;
}
header .inter {
	width: 87%;
	max-width: 1200px;
	display: table;
	margin: 0 auto;
}
header .inter a {
	width: 14.2%;
	display: table-cell;
	text-align: center;
	color: #808080;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
}
header .inter div {
	font-size: 0.9em;
	padding: 30px 0;
	color: #808080;
	position: relative;
	font-weight:400;
}
header .inter div:hover {
	color: #8f754a;
}
header .inter div:after {
	content: '';
	width: 0;
	height: 1px;
	background: #8f754a;
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform: translateX(-50%);
	transition: all 0.6s ease-out;
}
header .inter a:hover div:after {
	width: calc(100% - 30px);
}
header .inter div#especial:after {
	display: none;
}
header .inter a.active div {
	color: #8f754a;
}
header .inter a.active div:after {
	width: calc(100% - 30px);
}

header .inter div a.active:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #8f754a;
	position: absolute;
	left: 0;
	bottom: -6px;
}
header .inter a div img {
	max-width: 150px;
	vertical-align: middle;
}

/* ubicacion */
#porta-ubicacion {
	max-width: 240px;
	color: #fff;
	background: #8f754a;
	padding: 18px;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:   border-box;
    box-sizing:        border-box;
	position: absolute;
	top:  30%;
	animation-delay: 0.9s;
	animation-duration: 0.9s;
	right:0;
}
#porta-ubicacion img {
	width: 100%;
}
#porta-ubicacion p {
	font-size: 0.8em;
	margin: 0;
	line-height: 1.8;
}
#porta-ubicacion button {
	font-family: 'OpenBold';
	border: solid 1px #fff;
	background: none;
	color: #fff;
	margin: 15px 0 0;
	padding: 9px;
	transition: all 0.3s ease-out;
}
#porta-ubicacion button:hover {
	color: #8f754a;
	background: #fff;
}

/* open-menu */
#open-menu {
	width: 100%;
	height:100vh;
	background: #8f754a;
	position: fixed;
	top: 0;
	left:-100%;
	transition: all 0.2s ease-out;
	z-index: 10;
}
#open-menu.active {
	left: 0;
}
#open-menu div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
#open-menu div a {
	font-family: 'Cormorant';
	font-size: 1.8em;
	color: #fff;
	display: block;
	margin: 24px auto 0;
	opacity: 0.6;
}
#open-menu div a.active {
	opacity: 1;
}
#open-menu small {
	position: absolute;
	left: 50%;
	bottom: 24px;
	font-size: 0.6em;
	color: #fff;
	transform: translateX(-50%);
}

.btn-menu {
	position: absolute;
	font-size: 1.8em;
	top: 30px;
	right: 21px;
	background: none;
	border: none;
	z-index: 9;
	font-family: 'icomoon' !important;
	display: none;
}
.btn-menu span:after {
	content: "\e909";
}
.is-active span:after {
	content: "\e901";
}

/* portada */
#portada {
	background:url(../imgs/Magnolias_Aceso_portada.jpg) center center fixed no-repeat;
	background-size: cover;
}

#img-portada {
	height: 100vh;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}

/* equis we */
.intro {
	width: 87%;
	max-width: 1200px;
	margin: 120px auto 15px;
	position: relative;
}
.gris {
	background: #e5e5e5 !important;
}
h2 {
	font-family: 'Cormorant';
	color: #8f754a;
	font-size: 2.1em;
	text-align: center;
	font-weight: normal;
}

h1{
	font-size:1em;
	width: 87%;
	max-width: 480px;
	margin: 0 auto;
	text-align: center;
	animation-duration: 0.6s;
}
p.centrado {
	width: 87%;
	max-width: 480px;
	margin: 0 auto;
	text-align: center;
	animation-duration: 0.6s;
}
p.justificado {
	text-align: justify;
    text-justify: inter-word;
	margin-bottom: 15px;
}
p.justificado:last-child {
	margin-bottom: 35px;
}
p.extra {
	margin-top: 15px;
}

#plano-proyecto {
	width: 100%;
	margin: 120px 0 0;
	position: relative;
	padding: 60px 0 0;
}
#plano-proyecto img {
	width: 100%;
	position: relative;
	z-index: 3;
}
#plano-proyecto div {
	position: absolute;
	animation-duration: 0.9s;
	z-index: 6;
}
#plano-proyecto div span {
	color: #8f754a;
	font-size: 1.5em;
	padding: 9px;
	border: solid 1px #8f754a;
	border-radius: 50%;
	background: #fff;
}

#plano-proyecto div span:after {
	content: '';
	width: 1px;
	height:57px;
	position: absolute;
	transform: translateY(33px);
	left: 50%;
	background: #8f754a;
	z-index: 3;
}
#plano-proyecto div:nth-child(1) {
	top: 3px;
	left:37%;
}
#plano-proyecto div:nth-child(2) {
	top: 3px;
	left:43.5%;
}
#plano-proyecto div:nth-child(3) {
	top: 3px;
	left:50%;
}
#plano-proyecto div:nth-child(4) {
	top: 3px;
	left:93%;
}
#plano-proyecto div:nth-child(5) {
	top: 70%;
	left:37%;
}
#plano-proyecto div:nth-child(5) span:after {
	height:250px;
	top: -259px;
	transform: translateY(0);
}
#plano-proyecto div:nth-child(6) {
	top: 70%;
	left:81%;
}
#plano-proyecto div:nth-child(6) span:after {
	width: 69px;
	height:1px;
	top: 11px;
	transform: translate(-90px,0);
}

#amenidades {
	width: 54%;
	text-align: left;
	position: relative;
	transform: translateY(-33%);
	z-index: 6;
}
#amenidades h2 {
	font-family: 'Cormorant';
	color: #8f754a;
	font-size: 2.7em;
	font-weight: normal;
	margin: 0 0 35px;
}
#amenidades div {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
#amenidades div ul {
	list-style: none;
	padding: 0;
}
#amenidades div ul li {
	font-size: 1.2em;
	vertical-align: middle;
	margin: 0 0 30px;
}
#amenidades div ul li span {
	color: #8f754a;
	font-size: 1.5em;
	padding: 9px;
	border: solid 1px #8f754a;
	border-radius: 50%;
	background: #fff;
	margin: 0 9px 0 0;
}

#caja {
	width: 100%;
	display: table;
}
#caja div {
	width: 27%;                                                                         
	display: table-cell;
	position: relative;
	vertical-align: bottom;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:   border-box;
    box-sizing:        border-box;
}
#caja div:nth-child(1) {
	padding-right: 90px;
}
#caja div:nth-child(1) button {
	width: 100%;
	font-family: 'OpenBold';
	color: #8f754a;
	font-size: 0.9em;
	padding: 12px;
	border: solid 2px #8f754a;
	text-align: center;
	background: none;
	transition: all 0.3s ease-out;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:   border-box;
    box-sizing:        border-box;
}
#caja div:nth-child(1) button:hover {
	color: #fff;
	background: #8f754a;
}
#caja div:nth-child(3) {
	padding-left: 90px;
	position: relative;
	animation-delay: 0.6s;
	animation-duration: 0.9s;
	z-index: 3;
}
#caja div:nth-child(3):after {
	content: '';
	width: 50vw;
	height: calc(100% + 90px);
	top: -35px;
	left: 35px;
	position: absolute;
	z-index: -1;
	background: #808080;
}
#caja div:nth-child(3) img {
	width: calc(100% - 35px);
	position: relative;
	top: 0;
	left:0;
	margin: 0 0 35px;
	/*transform: translate(90px,-50%);*/
}
#caja div:nth-child(3) p {
	/*color: #8f754a;*/
	margin: 12px 0 0;
	color: #fff;
}
#caja div:nth-child(3) a {
	font-family: 'OpenBold';
	color: #fff;
}
#caja div.porta-form {
	width: 46%;
}
#caja div.porta-form form {
	position: relative;
}
#caja div.porta-form form input,
#caja div.porta-form form textarea {
	font-family: 'Opensans';
	font-size: 0.9em;
	width: 100%;
    color: #8f754a;
	background: none;
	border: none;
	padding: 0 0 3px;
	border-bottom: solid 1px #8f754a;
	transition: all 0.3s ease-out;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:   border-box;
    box-sizing:        border-box;
}
#caja div.porta-form form input:focus,
#caja div.porta-form form textarea:focus {
	border-color: #fff;
}
#caja div.porta-form form input {
	margin: 0 0 30px;
}
#caja div.porta-form form textarea {
	min-height: 99px;
	resize: none;
}
#caja div.porta-form form button {
	font-family: 'OpenBold';
	font-size: 1em;
	color: #8f754a;
	position: absolute;
	padding: 6px 0;
	bottom: 0;
	right: 0;
	background: none;
	border: none;
	transition: all 0.3s ease-out;
}
#caja div.porta-form form button:hover {
	color: #fff;
}

#map {
	width: 100%;
	height: 75vh;
	margin: 30px 0 0;
	border: solid 1px #8f754a;
	animation-duration: 0.6s;
}
.content-map {
	color: #8f754a;
}
.content-map h2 {
	margin: 0;
	font-family: 'OpenBold';
}

.cajita {
	width: 420px;
	background: rgba(128,128,128,0.9);
	color: #fff;
	padding: 30px 35px;
	position: absolute;
	transform: translateY(-100%);
	-webkit-box-sizing:border-box;
    -moz-box-sizing:   border-box;
    box-sizing:        border-box;
}
.cajita h2 {
	font-size: 1.8em;
	font-family: 'Cormorant';
	margin: 0 0 30px;
}
.cajita h3 {
	font-family: 'OpenBold';
}
.cajita div {
	margin: 0 0 9px;
}
.cajita div label {
	margin: 0 9px;
}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.9em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height:15px;
  width: 15px;
  background-color: #ccc;
  border-radius: 50%;
}
.container:hover input ~ .checkmark {
  background-color: #fff;
}
.container input:checked ~ .checkmark {
  background-color: #fff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container input:checked ~ .checkmark:after {
  display: block;
	background: #8f754a;
}
.container .checkmark:after {
 	top: 3px;
	left:3px;
	width: 9px;
	height:9px;
	border-radius: 50%;
	background: white;
}

#mns {
	width: 100%;
	padding: 30px;
	margin:  0 0 90px;
	font-family: 'Cormorant';
	font-size: 1.2em;
	text-align: center;
	background: #8f754a;
	color: #fff;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:   border-box;
    box-sizing:        border-box;
}

.img-center {
	width: 100%;
	text-align: center;
}
.img-center img {
	width: 72%;
	max-width: 600px;
	margin: 30px auto;
	animation-duration: 0.6s;
}

footer {
	width: 100%;
	background: #8f754a;
	margin: 0;
	padding: 12px 0;
	position: relative;
	z-index: 99;
}
footer .inter {
	width: 87%;
	margin: 0 auto;
	text-align: center;
}
footer .inter span {
	color: #fff;
	font-size: 0.6em;
	margin: 0;
}
footer .inter span a {
	font-family: 'OpenBold';
	color: #e5e5e5;
}
footer .inter span a:hover {
	text-decoration: underline;
}

@media screen and (max-width:666px) {
	h1 {
		font-size: 1.5em;
	}
	p {
		font-size: 0.8em;
	}
	
	#transparent .sello {
	    width: 21%;
    }
	
	header .inter div:not(#especial) {
		display: none;
    }
	header .inter #especial {
		text-align: left;
	}
	.btn-menu {
		display: block;
	}
	
	figure {
		bottom: 24px;
	}
	
	#img-portada {
		opacity: 1;
	}
	
	#amenidades {
	    width: 100%;
	    transform: translateY(0);
    }
    #amenidades h2 {
	    font-size: 1.5em;
    }
    #amenidades div ul li {
	    font-size: 0.6em;
    }
	.owl-carousel {
		width: 87vw;
		transform: translateY(-30px);
	}
	#owl img.img-mitad {
	    width: 100%;
    }
    #owl .texto {
	    width: 91%;
		margin: 0 8% 15px;
    }
    #owl .texto h2 {
	    font-size: 2.1em;
	    margin: 0 0 30px;
    }
	.controles-owl {
	    transform: translateY(-35px);
		left: 0;
		margin: 0 auto;
		z-index: 3;
    }
	.controles-owl button {
		padding: 9px 12px;
	} 
    .controles-owl button span {
	    font-size: 2.4em;
    }
	
	#owl-completo {
		margin: 60px 0 0;
		transform: translateY(0);
	}
	#owl-completo img {
		width: 180%;
		transform: translateX(-30%);
	}

    .cafe {
	    transform: translateY(0);
    }
	
	.custom-control {
		text-align: right;
		transform: translateY(-42px);
    }
    .custom-control button {
	    width: 12px;
	    height:12px;
    }
	
	#map-canvas {
	    height: 42vh;
    }
	.cajita {
	    width: 100%;
	    padding: 24px 30px;
	    position: relative;
	    transform: translateY(0);
    }
    .cajita h2 {
	    font-size: 1.2em;
    }
    .cajita h3 {
		font-size: 0.9em;
    }
    .cajita div label {
		font-size: 0.9em;
    }
	
    #caja div {
	    width: 100%;                                                                         
	    display: block;
    }
    #caja div:nth-child(1),
    #caja div:nth-child(3) {
	    padding-right: 84px;
	    padding-left: 84px;
    }
    #caja div:nth-child(3) img {
	    width: 100%;
	    position: relative;
	    transform: translate(0,0);
    }
    #caja div:nth-child(3) p {
	    margin: 30px 0 12px;
    }
	
	
#caja div:nth-child(3) {
	padding-left: 90px;
	position: relative;
	z-index: 3;
}
    #caja div:nth-child(3):after {
	content: '';
	    width: 150vw;
	    height: calc(100% + 90px);
	    top: 0;
	    left: calc(0vw - 35px);
	position: absolute;
	z-index: -1;
	background: #808080;
    }
    #caja div:nth-child(3) img {
	width: calc(100% - 35px);
	position: relative;
	top: 0;
	left:0;
	    margin: 30px 0;
	/*transform: translate(90px,-50%);*/
    }
	
    #caja div.porta-form {
	    width: 100%;
		margin: 30px 0;
    }
	
	#porta-ubicacion p {
	    font-size: 0.7em;
    }
	
	#plano-proyecto div span {
	    font-size: 0.9em;
	    padding: 6px;
    }
	#plano-proyecto div:nth-child(1) {
	top: 3px;
	left:37%;
    }
#plano-proyecto div:nth-child(2) {
	top: 3px;
	left:43.5%;
}
#plano-proyecto div:nth-child(3) {
	top: 3px;
	left:50%;
}
#plano-proyecto div:nth-child(4) {
	top: 3px;
	left:93%;
}
#plano-proyecto div:nth-child(5) {
	top: 70%;
	left:37%;
}
#plano-proyecto div:nth-child(5) span:after {
	height:250px;
	top: -259px;
	transform: translateY(0);
}
#plano-proyecto div:nth-child(6) {
	top: 70%;
	left:81%;
}
    #plano-proyecto div:nth-child(6) span:after {
	    width: 33px;
	height:1px;
	top: 11px;
	transform: translate(-90px,0);
    }
	
	footer .inter span {
	    font-size: 0.6em;
    }
}

.scroll-down-arrow{
	display: inline-block;
    position: absolute;
    bottom: 10px;
    z-index: 13;
    left: 50%;
    transform: translateX(-50%);
    color: #fff!important;
}

.top-container {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

.header {
  padding: 5px 16px;
  color: #6D6D6D;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

.header-left nav {
  display: inline-block;
}
.header-left > div {
  display: inline-block;
  float: left;
}
.header {
  background: #e5e5e5;
 /* margin-bottom: -18px;*/

}
.header-top {
  border-bottom: 1px solid #eee;
  color: #808080;
  font-size: 14px;
}
.sn-header-style-1 .header-top {
  color: #03257e;
}
.header-top-left {
  display: inline-block;
  float: left;
  height: 26px;
  line-height: 26px;
}
.header-top-left aside {
  display: inline-block;
  margin-right: 35px;
  padding-left: 20px;
  border-left: 1px solid #eee;
}
.header-top-left aside i {
  color: #8F754D;
  margin: 0 10px 0 0;
}
.header-top-right {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  display: inline-block;
  float: right;
	height: 26px;
  padding: 0 30px 0 20px;
}
.header-top-right .header-top-search {
  margin-top: 8px;
}
.header-top-right .header-top-search input {
  background-color: transparent;
  border: medium none;
  color: #b5b5b5;
}
.header-top-right .header-top-search a {
  color: #8F754D;
}
.header-top-right .header-top-search a.btn {
  margin: 0;
  background-color: transparent;
}
.header-top-right .header-top-search a:hover {
  color: #e19400;
  background-color: transparent;
}
.container-inner {
  display: inline-block;
  padding: 50px 0 0;
  position: relative;
  width: 100%;
}
.social-header-top{
	list-style:none !important;
}

.social-header-top li{
	display:inline-block;
	float:left;
	margin-right:20px;
	font-size:14px;
	margin-top:5px;
}

.container {
    max-width: 1200px;
	margin:auto;
	height:30px;
}

.social-header-top a:hover{
	color:#8F754D;
}

/*=============================================================
 MEDIA QUERIES 
=============================================================*/

/* MOBILES 
=========================================*/
@media screen 
  and (min-device-width: 320px) 
  and (max-device-width: 765px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	  .mobile-none{
		  display:none !important;
	  }
	  
	  .container{
		  max-width:700px;
		  padding-left: 0!important;
	  }
	  
	  .header-top-right{
		  float:left;
	  }
	  
	  .btn-menu{
		  top:65px !important;
	  }
}
/* Fin de mobiles */

/* TABLETS  Vertical
==================================================*/
@media screen 
  and (min-device-width: 768px) 
  and (max-device-width: 991px) 
  and (-webkit-min-device-pixel-ratio: 1) {

	  .tablet-none{
		  display:none !important;
	  }
}
/* Fin de Tablet vertical */


/* ----------- iPad 1, 2, Mini and Air 
============================================*/

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  
	  	  .tablet-none{
		  display:none;
	  }
	 
} /* Portrait fin */

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  
} /* Landscape fin */


/*  iPad 3, 4 and Pro 9.7"
================================= */

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	  	  .tablet-none{
		  display:none !important;
	  }
	
} /* fin portrait */

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

} /* fin de landscape

/*LAPTOPS 
=================================================================*/
 
  @media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1){
	  
} /*fin de laptops


/*LAPTOPS  / ipad pro*/
 
      @media screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1440px) 
  and (-webkit-min-device-pixel-ratio: 1){
	
}


/* ----------- LAPTOPS Non-Retina Screens 
=============================================*/
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}


/*DESKTOPS AND 4K */

@media screen 
  and (min-device-width: 1601px) 
  and (max-device-width: 2560px) 
  and (-webkit-min-device-pixel-ratio: 1){

	  
}

/* FIN DE MEDIA QUERIES */	