html{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
}

#el{
	margin: 50px 0;
}

.iconos{
	    position: fixed;
    top: 0;
    right: 0;
    width: 100px;
}

.info-center{
	
}

.active{
	    background-color: #90b92b;
    border-radius: 3px;
    padding: 5px;
        color: #fff !important;
}


h2 {
  margin: 20px auto 80px;
  font-size: 38px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
}

details {
  width: 75%;
  min-height: 5px;
  max-width: 700px;
  padding: 45px 70px 45px 45px;
  margin: 0 auto;
  position: relative;
  font-size: 22px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 15px;
  box-sizing: border-box;
  transition: all .3s;
}

details + details {
  margin-top: 20px;
}

details[open] {
  min-height: 50px;
  background-color: #f6f7f8;
  box-shadow: 2px 2px 20px rgba(0,0,0,.2);
}

details p {
  color: #96999d;
  font-weight: 300;
}

summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}

summary:focus {
  outline: none;
  box-shadow: 0 0 0 4px #f6f7f8, 0 0 0 5px #95c11e;
}

summary::-webkit-details-marker {
  display: none
}

.control-icon {
  fill: #95c11e;
  transition: .3s ease;
  pointer-events: none;
}

.control-icon-close {
  display: none;
}

details[open] .control-icon-close {
  display: initial;
  transition: .3s ease;
}

details[open] .control-icon-expand {
  display: none;
}

details[open] summary:hover::after {
  animation: pulse 1s ease;
}

@keyframes pulse {
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.comprar{
	background-color: #ff7717;
	border-radius: 10px;
	padding: 15px;
	width: 100px;
	margin: 0 auto;
	color: #fff !important;
}
.footer-main-container {
    background: rgba(0, 0, 0, 0) url(../images/download.png) repeat scroll 0 0;
    overflow: hidden;
    box-shadow: 0 5px 21px -19px #000000 inset;
	min-height: 280px;
}
.ul-footer{
	list-style: none;
    /* width: 31%; */
    /* float: left; */
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
	
}
.ul-footer li{
	
	width: 31%;
    margin: 0 1%;
    float: left;
    padding: 10px 0;
	
}

.ul-footer a{
	width: 100%;
    float: left;
    color: #90b92b;
	
}

.ul-footer h3 {
	
	
}
.comprar:hover{
	background-color: #8A4A04;
	border-radius: 10px;
	padding: 15px;
	width: 100px;
	margin: 0 auto;
	color: #fff !important;
}
.tit-tienda{
	margin: 0;
	padding: 5px;
}
.p-tienda{
	margin: 0 0 40px 0;
	padding: 5px;
}
.wish{
	width: 100px;
	text-align: center;
	padding: 10px;
	margin: 20px auto;
	border-radius: 10px;
	background-color: #588737;
	color: #fff;
}
.wish:hover{
	width: 100px;
	text-align: center;
	padding: 10px;
	margin: 20px auto;
	border-radius: 10px;
	background-color: #1F3C28;
	color: #fff;
}
.wish a{
	color: #fff !important;
}
.desktop{
	display: block;
}

.mobile{
	display: none;
}

.whats-cont {
    position: fixed;
    z-index: 500;
    right: 10px;
    bottom: 10px;
}

.whatsappme__button {
    position: absolute;
    z-index: 2;
    bottom: 8px;
    right: 8px;
    height: 60px;
    min-width: 60px;
    max-width: 95vw;
    background-color: #25D366;
    color: #fff;
    border-radius: 30px;
    box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, .24);
    cursor: pointer;
    transition: background-color 500ms ease-in-out;
}

.whatsappme__button svg {
    width: 36px;
    height: 60px;
    margin: 0 12px;
}


.ios{
	display:block;
}
.nombres{
 width:100%; padding:20px 80px;
}
.pastos-ul{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	
	
}
.pastos-ul li{
	float: left;
	width: 29%;
	margin: 2%;	
}
.inner-dos {
    max-width: 50%;
    margin: 0px auto;
    padding: 5px 0px;
}
.subtitulo-small {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 200;
    padding: 10px 15px;
    margin: 0;
	line-height: 42px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
.promos{
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
}
body{
	max-width:2680px;
	max-height:600px;
	margin:0;
	padding:0;
	background-color:#fff;
}
.top-header{
	height: 100px;
	background-color:#90b82b;
	width: 100%;
	margin: 0;
	padding: 0;
	
}
.top-ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    font-size: 22px;
    max-width: 650px;

}
.top-ul li{
	margin: 0 25px 0 0;
	padding: 0;
	float: left;	
}

.top-ul li a{
	color: #fff;
	font-size: 18px;
}

.top-ul li a:hover{
	color: #000;
}
.mitad {
    width: 50%;
    margin: 0;
    padding: 0;
    min-height: 600px
}
.naranja{
	color: #ff6640;
}
.fondo-naranja{
	background-color: #ff6640;
}

.fondo-verde{
	background-color: #90b92b;
}

.menu{
	    height: 60px;
    margin: 0px 0;
    padding: 0;
}
.right{
	float:right;
	
}
.menu-lista {
    list-style: none;
    float: left;
       padding: 15px 0;
    margin: 0;
}
.menu-lista li {
    float: left;
    padding: 0;
    margin: 0 25px 0 0;
}
.menu-lista li a{
	font-size:20px;
	color: #666;
}

.menu-lista li a:hover{
	color:#90b92b;
}
.principal {
    /* background-image: url(../images/fondo-header.jpg); */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    margin: 165px auto 0 auto;
    width: 100%;
    height: auto;
    /* padding-top: 100px; */
}
.full {
    width: 100%;
    margin: 0;
    padding:25px 0;
    display: block;
    min-height: 100px;
}
.contactos{
	    position: fixed;
    top: 5px;
    left: 50%;
    margin-left: -217px;
}

.hospedaje {
    background-image: url(../images/fondo-hotel.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.separator{
	height:2px;
	background-color:#ccc;
	width:1005;
	margin:20px auto;
	
}
.vuelos {
    background-image: url(../images/vuelos.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.cierre {
    background-image: url(../images/fondo-ellos.jpg);
    background-position: center;
    background-repeat: no-repeat;
	    background-color: #292929;
}
.centrado{
	margin:0 auto !important;
	padding:0;
	
}
.acura-foto {
}
.tipos{
	max-width:1200px;
	margin:0 auto;
	padding:0;
	text-align:center;
	
}
.contenedor {
    width: 100%;
    margin: 0;
    padding: 0;
    /* display: -webkit-box; */
    min-height: 600px;
}

.fondo-azul {
    background-color: #0091ba;
}

.txt_bigmenu {
    font-size: 42px;
}

.servicios-lista {
    margin: 0;
    padding: 0;
    list-style: none;
}
.servicios-lista li {
    width: 31%;
    margin: 1%;
    float: left;
    padding: 0;
}
.icono {
    color: #fff;
    font-size: 96px;
    text-align: center;
}
.verde{
	background-color:#95c11e;
}

.gris{
	background-color:#eee;}

.contenedor-tres {
    width: 100%;
    margin: 0;
    display: -webkit-box;
}

.cta-content-wrap p{
	font-size: 22px;
}
.padder-y{
	padding-left: 40px;
	padding-right: 40px;
}
.padder-x{
	padding-top: 40px;
	padding-bottom: 40px;
}

.cta-content-wrap p i{
	font-size: 26px;
	color: #90b92b;
}

.absolute {
    position: absolute;
}

.full{
	width: 100%;
	margin: 0;
	padding: 0;
}

.inner-full{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
}

.grid {
	padding: 20px 20px 100px 20px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid li {
	display: inline-block;
	width: 440px;
	margin: 0;
	padding: 20px;
	text-align: left;
	position: relative;
}

.grid figure {
	margin: 0;
	position: relative;
}
.figuras{
	padding: 0 10px;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: #2c3f52;
	color: #ed4e6e;
}

.grid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
}

.grid figcaption span:before {
}

.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	    background: #ff6640;
	color: #fff;
}

.center{
	text-align: center;
}

.relative {
    position: relative;
}

.title-slide {
    width: 100%;
    MIN-height: 250px;
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    background-color: #90b92b;
}

.titles {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-size: 2em;
    text-shadow: 0 0 5px rgba(0,0,0,.5);
    line-height: 1;
    letter-spacing: -1px;
}


.titulo {
	font-family: 'Oswald', sans-serif;
    font-size: 70px;
    color: #fff;
    font-weight: 200;
	text-transform: uppercase;
	margin: 0;
}
.titulo-small {
	font-family: 'Oswald', sans-serif;
    font-size: 36px;
    color: #fff;
    font-weight: 200;
	text-transform: uppercase;
	margin: 0;
}
.subtitulo {
    font-size: 32px;
    color: #fff;
    font-weight: 200;
    padding: 10px 15px;
    margin: 0;
}
.fondo-leads{
	background-image: url(../images/fondo-leads.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fondo-video{
	background-image: url(../images/fondo-video.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fondo-videodos{
	background-image: url(../images/fondo-videodos.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.relative{
	position: relative;
}
.quoter{
	position: absolute;
	bottom: -4px;
}
.amarillo{
	color: #90b92b;
}
.fondo-amarillo{
	background-color: #90b92b;
}
.rojo{
	color:#fe4a5d;
}
.fondo-rojo{
	background-color: #fe4a5d;
}
.morado{
	color:#352048;
}
.fondo-morado{
	background-color:#352048;
}
.turquesa{
	color:#2cc3b6;
}
.fondo-turquesa{
	background-color:#2cc3b6;
}
.negra{
	color:#222222;
}
.fondo-negra{
	background-color:#222222;
}
.naranja{
	color:#ff6640;
}
.fondo-naranja{
	background-color:#5b770e;
}
.vestimenta{
	background-color:#222;
}
a{
	text-decoration:none;
	
}
.inner{
	max-width: 1200px;
    margin: 0px auto;
    padding: 8px 0px;
}
.quienes{
	padding:50px 0;
	text-align:center;
}
.txt-gral{
	font-size:16px;
}

.txt-footer{
	font-size:12px;
}
.txt-gral-small{
	font-size:14px;
}
.txt-gral-small span{
	color:#C700C6;
	padding:5px 0;
}
.boton-div{
	margin:30px 0;
}
.blanco{
	color:#fff;
}
.negro{
	color:#666;
}
.footer {
    width: 100%;
	border-top: 5px solid #eee;
}
.foot-ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.foot-ul li{
	float: left;
	margin: 0;
	padding: 0;
	
}

.site-header-right {
    float: right;
    position: relative;
    z-index: 2;
	    color: #fff;
}

.header-info-cols {
    float: right;
    list-style-type: none;
    margin: 0;
}

.header-info-cols li {
    float: left;
    font-size: 13px;
    line-height: 17px;
    padding-top: 15px;
    white-space: nowrap;
    margin-left: 20px;
}

.header-info-cols li .icon-col {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid transparent;
    float: left;
    margin-right: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
}

.header-info-cols li > div {
    display: block;
    height: 40px;
    float: left;
}
.header-info-cols li > div > div {
    display: table;
    vertical-align: middle;
}

.header-info-cols li > div > div > span {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
	font-size: 16px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active, a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus, .panel-primary, .panel-primary > .panel-heading, .btn-primary.btn-transparent, .icon-box.icon-box-style1 .ico, .icon-box-inline span, .icon-box.ibox-border .ibox-icon, .icon-box.ibox-outline .ibox-icon, .icon-box.ibox-dark.ibox-outline:hover .ibox-icon, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .header-info-cols li .icon-col, .feature-block:hover .icon, .owl-theme .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span, .tag-cloud a:hover {
    border-color: #ffffff;
}






.header {
    width: 100%;
    height: 170px;
    background-color: #fff;
    position: fixed;
    top: 0;
    border-bottom: 3px solid #90b92b;
    z-index: 999;
	font-family: 'Oswald', sans-serif;
}
.clock {
    width: 52% !important;
    height: 116px;
    margin: 0 auto;
}
.header-in {
    max-width: 1200px;
    height: 50px;
    margin: 0px auto;
    padding: 5px 0px;
}
.logo-in {
    width: 300px;
    height: 60px;
    margin: 0 50px 0 0;
    padding: 15px 0px;
	float: left;
}
.logo-in img{
	width:100%;
}
#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

.container {
  width: 80%;
  margin: 0 auto;
}
section button {
  margin: 0 auto;
  font-size: 2.0rem;
  padding: 1.25rem 2.5rem;
  display: block;

  border: 1px solid transparent;
  color: #ffffff;
  font-weight: 300;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section button:hover {
  background-color: #ffffff;
  color: #666;
  border-color: #666;
}
.pastos{
	text-align:center;
}
.face{
	  background-color: #3b5998;
}
.insta{
	  background-color: #833ab4;
}
.whats{
	  background-color: #34AF23;
}
.listado-vest {
    margin: 10px auto;
    padding: 0;
    width: 100%;
    list-style: none;
    display: inline-block;
}
.listado-vest li{
	float:left;
	width:48%;
	margin:0 1%;
	padding:0;
}
.listado-vest img{
	width:100%;
}
.listado {
    margin: 10px auto;
    padding: 0;
    width: 100%;
    list-style: none;
    display: inline-block;
}
.listado li{
	float:left;
	width:31.3%;
	margin:0 1%;
	padding:0;
}
.listado img{
	width:100%;
}
.listado-dos {
    margin: 10px auto;
    padding: 0;
    width: 100%;
    list-style: none;
    display: inline-block;
}
.listado-dos li{
	float:left;
	width:24%;
	margin:0 .5%;
	padding:0;
}
.listado-dos img{
	width:100%;
}
.contador{
	text-align:center;
	
}
.itinerario{
	background-color:#f6f6f6;
}
.listado-foto {
    background: #222;
}
.botoner{
	padding:10px 15px;
	background-color:#700587;
	color:#fff;
	margin:10px 0;
	height:40px;
}
.botoner:hover{
	padding:10px 15px;
	background-color:#222;
	color:#fff;
	margin:10px 0;
	height:40px;
}
.listado-info {
    padding: 15px;
    margin: 0;
    background-color: white;
}
.spacer{
	margin:15px 0;
}
.logo-out{
	max-width:200px;
	height:60px;
	float:right;	
	padding: 15px 0px;
}
.logo-out img{
	width:100%;
}
.videos-cont{
	width:500px;
}
.videos-list{
	width:140px;
	margin-left:10px;
}
.lista-videos{
	list-style:none;
	margin:0;
	padding:0;	
}
.lista-videos li{
	float:left;
	list-style:none;
	margin-bottom:10px;
	padding:0;	
}
.abs{
	position:absolute;
}

.boton a{
    /* -webkit-box-shadow: rgba(0,0,0,0.2) 0 1px 0 0; */
    -moz-box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
    /* box-shadow: rgba(0,0,0,0.2) 0 1px 0 0; */
    color: #fff;
    background-color: transparent;
    /* border-radius: 5px; */
    -moz-border-radius: 5px;
    /* -webkit-border-radius: 5px; */
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: 700;
    /* height: 32px; */
    padding: 5px 25px;
    /* text-shadow: #FE6 0 1px 0; */
    cursor: pointer;
    text-decoration: none;
}
.boton a:hover{
    /* -webkit-box-shadow: rgba(0,0,0,0.2) 0 1px 0 0; */
    -moz-box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
    /* box-shadow: rgba(0,0,0,0.2) 0 1px 0 0; */
    color: #ccc;
    background-color: #999;
    /* border-radius: 5px; */
    -moz-border-radius: 5px;
    /* -webkit-border-radius: 5px; */
    border: 2px solid #ccc;
    font-size: 16px;
    font-weight: 700;
    /* height: 32px; */
    padding: 5px 25px;
}
.main-header {
    /* max-width: 1200px; */
    height: auto;
    margin: 0px auto;
}
.left{
	float:left;
}
.fifty{
	width:50%;
	margin:0;
	padding:0;
}
.hotel-div {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.img img{
	width:100%;
	
}
.texto-acura-dos{
	padding: 10px;
    background-color: rgba(255, 255, 255, 0.7);

}
.texto-acura{
	padding: 10px;
    background-color: rgba(255, 255, 255, 0.7);
	margin:50px 0px;
}
.texto-acura h1{
	font-size:48px;
	font-weight:200;
	color:#222;
}
.texto-acura-dos h1{
	font-size:48px;
	font-weight:200;
	color:#222;
}
.video-cont {
    max-width: 1200px;
    height: 500px;
    margin: 50px auto;
    padding: 0;
}
.video-cont-in{
	max-width:80%;
	margin:25px auto;
	height:500px;
}
.video-cont-in iframe{
	width:100%;
}
.main-conteiner{
	background-image:url(../images/fondo.png);
	background-repeat:no-repeat;
	background-position:center;
	width:320px;
	height:500px;	
}
.style-5 input[type="text"] {
  padding: 10px;
  border: solid 1px #fff;
  box-shadow: inset 1px 1px 2px 0 #707070;
  transition: box-shadow 0.3s;
}
.style-5 input[type="text"]:focus,
.style-5 input[type="text"].focus {
  box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}
.style-5 li {
    width: 245px;
    margin: 10px 5px;
    padding: 0;
}
.whole {
    width: 300px;
    margin: 0 auto;
    padding: 0;
}
.input-list {
    max-width: 280px;
    margin: 0 auto;
    padding: 65px 0 0 0;
	list-style:none;
}
input[type="text"] {
  display: block;
  margin: 0;
  width: 100%;
  font-size: 18px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
}
input[type="text"]:focus {
  outline: none;
}

select {
  background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
  background-color:#700587;
  background-repeat:no-repeat;
  background-position: right 10px top 15px;
  background-size: 16px 16px;
  color:white;
  padding:12px;
  width:300px;
  font-family:arial,tahoma;
  font-size:16px;
  font-weight:bold;
  color:#fff;
  text-align:center;
  text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
  border-radius:3px;
  -webkit-border-radius:3px;
  -webkit-appearance: none;
  border:0;
  outline:0;
  -webkit-transition:0.3s ease all;
	   -moz-transition:0.3s ease all;
	    -ms-transition:0.3s ease all;
	     -o-transition:0.3s ease all;
	        transition:0.3s ease all;
}

#blue {
  background-color:#3EACBA;
}

#blue:hover {
  background-color:#3EACBA;
}

#green {
  background-color:#2ECC71;
}

#green:hover {
  background-color:#27AE60;
}

#red {
  background-color:#E74C3C;
}

#red:hover {
  background-color:#C0392B;
}

select:focus, select:active {
  border:0;
  outline:0;
}
.selector {
    max-width: 120px;
    margin-right: 15px !important;
}

.push_button {
    position: relative;
    width: 220px;
    height: 40px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    line-height: 43px;
    /* font-family: 'Oswald', Helvetica; */
    display: block;
    /* margin: 30px; */
}
.push_button:before {
	background:#f0f0f0;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#f0f0f0));
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
	
	position: absolute;
	content: "";
	left: -6px; right: -6px;
	top: -6px; bottom: -10px;
	z-index: -1;
}

.push_button:active {
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset;
	top:5px;
}
.push_button:active:before{
	top: -11px;
	bottom: -5px;
	content: "";
}
.tit-experiencia{
	    background-color: #475f0b;
    color: #fff;
    padding: 10px;
    margin: 0;
}
.listado-experiencia{
	    list-style: none;
    margin: 0px 0 50px 0;
    padding: 0;
}
.listado-experiencia li{
	       width: 31%;
    margin: 1%;
    float: left;
}

.red {
	text-shadow:-1px -1px 0 #A84155;
	background: #D25068;
	border:1px solid #D25068;
	
	background-image:-webkit-linear-gradient(top, #F66C7B, #D25068);
	background-image:-moz-linear-gradient(top, #F66C7B, #D25068);
	background-image:-ms-linear-gradient(top, #F66C7B, #D25068);
	background-image:-o-linear-gradient(top, #F66C7B, #D25068);
	background-image:linear-gradient(to bottom, #F66C7B, #D25068);
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
	box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
}

.red:hover {
	background: #F66C7B;
	background-image:-webkit-linear-gradient(top, #D25068, #F66C7B);
	background-image:-moz-linear-gradient(top, #D25068, #F66C7B);
	background-image:-ms-linear-gradient(top, #D25068, #F66C7B);
	background-image:-o-linear-gradient(top, #D25068, #F66C7B);
	background-image:linear-gradient(top, #D25068, #F66C7B);
}

.blue {
	text-shadow:-1px -1px 0 #2C7982;
	background: #3EACBA;
	border:1px solid #379AA4;
	background-image:-webkit-linear-gradient(top, #48C6D4, #3EACBA);
	background-image:-moz-linear-gradient(top, #48C6D4, #3EACBA);
	background-image:-ms-linear-gradient(top, #48C6D4, #3EACBA);
	background-image:-o-linear-gradient(top, #48C6D4, #3EACBA);
	background-image:linear-gradient(top, #48C6D4, #3EACBA);
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
	box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
}

.blue:hover {
	background: #48C6D4;
	background-image:-webkit-linear-gradient(top, #3EACBA, #48C6D4);
	background-image:-moz-linear-gradient(top, #3EACBA, #48C6D4);
	background-image:-ms-linear-gradient(top, #3EACBA, #48C6D4);
	background-image:-o-linear-gradient(top, #3EACBA, #48C6D4);
}

.img-hover-zoom {
  height: 300px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}

/* Slow-motion Zoom Container */
.img-hover-zoom--slowmo img {
  transform-origin: 50% 65%;
  transition: transform 5s, filter 3s ease-in-out;
  filter: brightness(150%);
}

/* The Transformation */
.img-hover-zoom--slowmo:hover img {
  filter: brightness(100%);
  transform: scale(3);
}




.container {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  line-height: 30px;
  font-weight: 100;
  font-size: 12px;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
    padding: 25px;
    margin: 50px 0 0 0;
    /* background-color: rgba(255, 255, 255, 0.7); */
}

#contact h3 {
    display: block;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 0;
    margin-top: 5px;
    text-transform: uppercase;
    text-align: center;
	color:#fff;
	line-height:36px;
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 95%;
  padding: 0;
  width: 95%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #90b92b;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #fff;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
	color:#222;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
.marger{
	    margin-left: 740px;
}
.margen{
	padding: 75px;
}

.menu-text {
    font-size: 1.6em;
    cursor: pointer;
    margin: 0;
    width: 45px;
    height: 45px;
    text-align: center;
}

.menu-open {
    padding: 5px;
    margin: 10px;
    background-color: #90b92b;
    border-radius: 100%;
    color: #fff;
}

.menu-open:hover {
    padding: 5px;
    margin: 10px;
    background-color: #fff;
	    color: #000;
    border-radius: 100%;
}

.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 10000000;
    top: 0;
    left: 0;
    background-color: #90b92b;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .closebtn {
    font-family: 'Anton', sans-serif;
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 55px;
    padding: 0 15px;
	color: #fff;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    padding: 50px;
}

.menu-bot a {
    padding: 8px;
    text-decoration: none;
    font-size: 26px;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-family: 'Anton', sans-serif;
}

.cs-style-2 figure img {
	z-index: 10;
	transition: transform 0.4s;
}

.no-touch .cs-style-2 figure:hover img,
.cs-style-2 figure.cs-hover img {
	transform: translateY(-90px);
}

.cs-style-2 figcaption {
	    height: 90px;
    width: 100%;
    top: auto;
    bottom: 0;
    max-width: 440px;
    padding: 0;
}

.cs-style-2 figcaption a {
	position: absolute;
	right: 20px;
	top: 30px;
}


@media screen and
(min-width : 319px)
and (max-width : 768px) {
	
	.fotos {
    min-height: 650px !important;
}
	
	.zoom {
    height: 650px;
    position: relative;
}
	
	.listado-experiencia li{
	       width: 100%;
    margin: 15px auto;
    float: left;
		max-width: 350px;
}
	.listado-experiencia {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 350px;
}
	
	.grid {
		padding: 10px 10px 100px 10px;
	}
	.grid li {
		width: 90%;
		min-width: 300px;
	}
	
	.pastos-ul li {
    float: left;
    width: 96%;
    margin: 2%;
}
	
	.servicios-lista li {
    width: 98%;
    margin: 1%;
    float: left;
    padding: 0;
}
	
	.datos a{
	color: #fff !important;
    font-size: 12px;
	}
	
	.datos{
		    text-align: center;
	}
	
	.top-header {
    height: auto;
}
	
	.top-ul {
       width: 70%;
    margin: 0 15%;
}
	
	.top-ul li a {
		font-size: 12px;
}
	
	.top-ul li {
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
}
	
	.desktop{
	display: none;
}

.mobile{
	display: block;
}
	
	.fifty {
    width: 95%;
    margin: 0px 2.5%;
}

.logo-in {
    left: 100px;
    width: 200px;
    margin: 0;
    padding: 0;
}
	.menu {
    height: 60px;
    margin: 0;
    padding: 0;
}
.txt-gral {
    padding: 15px !important;
}
.listado-vest li {
    float: left;
    width: 90%;
    margin: 15px 5%;
    padding: 0;
}
.listado-dos li {
    float: left;
    width: 90%;
    margin: 15px 5%;
    padding: 0;
}
.texto-acura-dos {
        padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
}
.listado li {
    float: left;
width: 90%;
    margin: 15px 5%;
    padding: 0;
}
.clock {
    width: 75% !important;
    height: 116px;
    margin: 0 auto;
}

.flip-clock-wrapper .flip {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    margin-bottom: 50px;
}
.minutos .flip-clock-dot{
	display:none;

}
.minutos .flip-clock-label{
	    top: 130px !important;
    right: 200px !important;
}
.minutos
{
	margin-left:-30px;

}
.footer {
    width: 100%;
	    text-align: center;
}
.marger{
	margin-left: auto;
	margin-top: 550px;
}
.hospedaje {
    background-size: cover;
}
select {
    width: 230px;
	font-size:12px;
}
.cierre {
     background-image: url(../images/fondo-ellos-small.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #292929;
}
.nombres{
 width:100%; padding:20px 30px;
}
	.mitad {
    width: 9%;
    margin: 0;
    padding: 0;
    height: auto;
}
	.contenedor {
    width: 100%;
    margin: 0;
    padding:0;
    display: block;
    min-height: 700px;
}
	.margen {
    padding: 15px 0;
}
		.mitad {
    width: 90%;
    margin: 0;
    padding: 0 5%;
    height: auto;
			 min-height: auto;
}
	.fondo-leads{

		height: 600px !important;
}
.fondo-video{

	height: 600px !important;
}
	.full {
    display: flex;

}
	.principal {
		background-size: cover;
     height: auto;
}
	.quoter {
    position: relative;
    bottom: -4px;
}
	.main-header {
    /* max-width: 1200px; */
    height: auto;
    margin: 0px auto;
}

}
@media screen and
(min-width : 319px)
and (max-width : 399px) {
.clock {
	display:none;
}
.principal {
    padding-top: 15px;
}
}