body {

    font-family: 'Raleway', sans-serif;

}

* {

    margin: 0;

    padding: 0;

    font-family: 'Raleway', sans-serif;

}

header {

    display: block;

    width: 100%;

    height: auto;

    position: relative;

}

a {

    text-decoration: none;

}

nav {

    display: block;

    width: 100%;

    height: auto;

    background: #17c9c7;

    box-shadow: 0px 3px 5px #888;

}

nav ul li a:hover {

    background: #fff;

    color: #17c9c7;

}

.view {
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
}

.view .mask, .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 7px 14px;
    background: hsla(0, 0%, 0%, 0.4);
    margin-top: 40%;
}

.view img {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.view .mask {
    opacity: 0;
    background-color: hsla(0, 0%, 0%, 0.6);
    -webkit-transition: all 0.2s 0.4s ease-in-out;
    -moz-transition: all 0.2s 0.4s ease-in-out;
    -o-transition: all 0.2s 0.4s ease-in-out;
    -ms-transition: all 0.2s 0.4s ease-in-out;
    transition: all 0.2s 0.4s ease-in-out;
    -webkit-transform: translate(460px, -100px) rotate(180deg);
    -moz-transform: translate(460px, -100px) rotate(180deg);
    -o-transform: translate(460px, -100px) rotate(180deg);
    -ms-transform: translate(460px, -100px) rotate(180deg);
    transform: translate(460px, -100px) rotate(180deg);
}

.view h2 {
    -webkit-transform: translateY(-400px);
    -moz-transform: translateY(-400px);
    -o-transform: translateY(-400px);
    -ms-transform: translateY(-400px);
    transform: translateY(-400px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view:hover .mask {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.view:hover h2 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

section {

    width: 85%;

    height: auto;

    margin: auto;

    background-color: #d6dce3;

    z-index: 3;

    position: relative;

}

section #content, section aside {

    display: inline-block;

    vertical-align: top;

}

#content {

    width: 82%;

    height: auto;

    position: relative;

}

.caja-aside-right {

    text-align: center;

}

p.first-texto a, .detalles-header a, .red-left a {

    text-decoration: none;

    color: #FFFFFF;

    font-weight: bold;

}

aside {

    width: 17.5%;

    height: 100%;

    background-color: #e7edf4;

    position: relative;

    z-index: 1000;

}

aside .top-aside {

    background: url("../../img/web/cabecera-aside.png") top;

    background-size: 103.3% 100%;

    position: absolute;

    width: 100%;

    height: 100px;

    top: -50px;

}

.cajas figure {

    margin: 0 auto;

}

.cajas figure img {

    width: 96%;

    padding: 0 2%;

    display: block;

    border: none;

}

.cajas figcaption {

    text-align: center;

    color: #ad0c80;

    padding: 15px 0px;

    font-weight: bold;

    font-size: 15px;

    position: relative;

}

.cajas {

    display: block;

    height: 192px;

    width: 100%;

    position: relative;

    margin-top: 29px;

}

.cajas > p {

    width: 96%;

    margin: 0 2%;

    display: block;

}

.detalles-aside {

    background-color: #b8ba08;

    color: #fff;

    padding: 2%;

    display: block;

    width: 60%;

    height: 10px;

    position: relative;

    top: 20%;

    left: 25%;

    -webkit-border-radius: 5px;

    border-radius: 5px;

    -moz-border-radius: 5px;

    font-size: 12px;

}

.texto-uno {

    float: left;

    display: inline-block;

}

.texto-dos {

    float: right;

    display: inline-block;

    margin-top: -10%;

    margin-right: -5.5%;

}

article {

    display: block;

    width: 98%;

    /*height: 27%;*/

    height: 190px;

    margin: 30px auto;

    background-color: #f7f9fb;

    position: relative;

}

/********ADD******/
#hotel {
    margin: 14px auto;
}

.introduccion {
    width: 100%;
    display: block;
    height: auto;
}

.introduccion div {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

#izquierdo {
    width: 20%;
    height: 100%;
}

.truncate_wrap {
    width: 79%;
    height: 100%;
    font-size: 13px;
}

#read-left {
    width: 79%;
    height: 100%;
    font-size: 15px;
    text-align: justify;
}

/*
#read-left p{
    width:99%;
    height: 100%;
    display: block;
    text-align: left;
    margin: auto;
}*/
#izquierdo img {
    width: 60%;
    max-width: 60%;
    height: 100%;
    display: block;
    margin: 2% auto;
    margin-left: 35%;
}

.lectura {
    color: #00B0C7;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

/********FIN ADD******/

.top-header {

    display: block;

    width: 100%;

    height: 50px;

    background: #3d8ddf;

}

.limpiar {

    display: block;

    width: 100%;

    clear: both;

}

.body-header {

    display: block;

    width: 100%;

    height: 170px;

}

.img-tours {
    background-image: url("../../img/web/fondo-header.png");

    background-size: 100% 170px;
}

.img-paquetes {
    background-image: url("../../img/web/paquetes-header.png");

    background-size: 100% 170px;
}

.img-hoteles {
    background-image: url("../../img/web/fondo-header.png");

    background-size: 100% 170px;
}

.espacio, menu {

    display: inline-block;

}

.detalles-header {

    display: block;

    top: 55%;

    left: 50%;

    position: absolute;

    z-index: 40;

    width: 200px;

    background: url("../../img/web/titulo-paquetes.png") no-repeat;

    background-size: 200px auto;

}

.logo-tours {

}

.detalles-header p {

    font-size: 18px;

    color: #fff;

    padding: 10px 10px 10px 20px;

}

.detalles-header span {

    font-size: 14px;

    padding-left: 8px;

}

.logo {

    left: 15%;

    position: absolute;

    z-index: 40;

    height: 50%; /*113px;*/

    width: 15%; /*220px;*/

}

.logo img {

    width: 100%;

    height: 100%;

}

.titulo-img {

    right: 36%;

    bottom: 18%;

    position: absolute;

    z-index: 0;

    height: 25%; /*113px;*/

    width: 15%; /*220px;*/

}

.titulo-img img {

    width: 100%;

    height: 100%;

}

/*.menu {

    margin-right: 8%;

    float: right;

}

.menu li ul {

    display: none;

    position: absolute;

    min-width: 160px;

}

.menu li:hover > ul {

    display: block;

}

.menu a span {

    display: none;

}

.menu li ul li {

    position: relative;

    display: block;

    background-color: #17c9c7;

    border-left: none;

    border-bottom: 1px solid #fff;

    z-index: 100;

}

.menu li ul li ul {

    right: -140px;

    top: 0px;

}

.menu li {

    width: auto;

    border-left: 1px solid #fff;

    list-style: none;

    display: inline-block;

    margin-right: -4px;

}

.menu li:last-child {

    border-right: 1px solid #fff;

}*/

.movil {

    display: none;

    width: 100%;

    position: relative;

    background: #17c9c7;

}

/*.menu li a {

    color: #fff;

    text-decoration: none;

    display: block;

    font-size: 18px;

    text-shadow: 1px 1px #888;

    line-height: 15px;

    padding: 9px 9px;

}*/

.movil a {

    text-decoration: none;

    float: left;

    font-size: 16px;

    line-height: 15px;

    padding: 10px 12px;

    color: #fff;

}

.movil span {

    float: right;

    color: #fff;

    font-size: 16px;

    line-height: 15px;

    padding: 10px 12px;

}

.border-top {

    width: 100%;

    height: 6%;

    display: block;

    background: linear-gradient(left, #ca7500 20%, #e3ad08 60%, #ca7500 100%);

    background: -webkit-linear-gradient(left, #ca7500 20%, #e3ad08 60%, #ca7500 100%); /*-webkit-linear-gradient(left, tomato 20%, cyan 60%, lightgreen 100%);*/

    background: -moz-linear-gradient(left, #ca7500 20%, #e3ad08 60%, #ca7500 100%);

    background: -o-linear-gradient(left, #ca7500 20%, #e3ad08 60%, #ca7500 100%);

    background: -ms-linear-gradient(left, #ca7500 20%, #e3ad08 60%, #ca7500 100%);

    position: absolute;

    z-index: 1;

}

.section-left {

    width: 30%;

    display: block;

    height: 100%;

    position: relative;

    z-index: 1;

}

.img1 {

    width: 76%;

    height: 110%;

    position: relative;

    z-index: 1;

    left: -1%;

    top: -2%;

    transform: perspective(300) rotateX(-5deg);

    transform-origin: 0% 0%;

    -webkit-transform: perspective(300) rotateX(-5deg);

    -webkit-transform-origin: 0% 0%;

    -moz-transform: perspective(300px) rotateX(-5deg);

    -moz-transform-origin: 0% 0%;

    -o-transform: perspective(300) rotateX(-5deg);

    -o-transform-origin: 0% 0%;

    -ms-transform: perspective(300) rotateX(-5deg);

    -ms-transform-origin: 0% 0%;

    border-radius: 5px;

    background: #fff;

}

.img2 {

    display: block;

    width: 24%;

    height: 100%;

    position: relative;

    left: -6.8%;

    z-index: 0;

}

.img1 img {

    position: absolute;

    top: 0;

    bottom: 0;

    width: 96%;

    padding: 2%;

    height: 96%;

    display: block;

}

.img2 img {

    width: 100%;

    height: 100%;

    display: block;

    border: none;

}

.img1, .img2 {

    float: left;

    vertical-align: top;

}

.fondo-stars {

    display: block;

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    z-index: 15;

}

.estrella {

    display: block;

    text-align: center;

    padding: 5% 0% 0 10%;

    text-shadow: 1px 2px #888;

}

.texto {

    color: #fff;

    margin-top: 30%;

    text-align: center;

    text-shadow: 1px 1px #888;

}

.estrella1 {

    margin-right: 0%;

}

.estrella2 {

    margin-right: 4%;

}

.estrella3 {

    margin-right: 6%;

}

.estrella4 {

    margin-right: 8%;

}

.estrella5 {

    margin-right: 10%;

}

.detalles {

    width: 45%;

    height: 100%;

    z-index: 52;

    position: relative;

    z-index: 2;

    left: -1%;

}

.detalles .titulos {

    padding-top: 5%;

    display: block;

    width: 100%;

}

.titulos h2 {

    overflow: hidden;

    height: 24px;

    padding: 4px 0px 4px 0px;

}

.detalles .descripciones {

    width: 100%;

    text-align: justify;

    padding: 2% 0% 0%;

}

.img3 {

    width: 25%;

    height: 95%;

    margin-top: .5%;

    background: url(https://visitayucatan.com/bundles/VisitaYucatanBundle/img/web/derecho.png) center no-repeat;

    background-size: 100% 100%;

    position: relative;

    z-index: 2;

}

.img3 img {

    width: 100%;

    height: 100%;

    /*margin-top:5%; */

    position: relative;

    z-index: 50;

}

/****JDAMAS agregados****/
.detalles-precio {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    color: #ad0c80;
}

.content-precios {
    display: block;
    width: 100%;
    height: 80%;
}

.detalles-precio div.precios-tours {
    width: 100%;
    height: 46%;
    display: block;
    vertical-align: middle;
    padding-top: 2%;
}

.detalles-precio div.precios-hotel {
    width: 100%;
    height: 94%;
    display: block;
    vertical-align: middle;
    padding-top: 2%;
}

.texto-top {
    padding-top: 10%;
}

.precio-top {
    font-size: 18px;
    display: block;
    color: #ad0c80;
    font-weight: bold;
}

.precio {
    font-size: 27px;
    font-weight: bold;
    color: #a70b7b;
}

/***jdamas***/

.img3 .parrafo-detalle {

    display: block;

    text-align: center;

}

.arriba {

    font-size: 20px;

    display: block;

    line-height: 10%;

    padding-top: 15%;

    padding-bottom: 5%;

    color: #ad0c80;

}

.abajo {

    font-size: 25px;

    font-weight: bold;

    display: block;

    line-height: 5%;

    padding-top: 10%;

    color: #ad0c80;

}

.detalles-section {

    background: url("https://visitayucatan.com/bundles/VisitaYucatanBundle/img/web/informacion.png");

    color: #fff;

    padding: 5px;

    display: block;

    width: 100%;

    margin-top: 20%;

    margin-left: 25%;

    font-size: 12px;

}

.informacion-detalles {

    width: 90%;

    height: auto;

    margin: 0 auto;

    position: relative;

    background: url(https://visitayucatan.com/bundles/VisitaYucatanBundle/img/web/informacion.png) center no-repeat;

    background-size: 100% 100%;

    z-index: 2;

    bottom: -4%;

}

.first-texto, .second-texto {

    display: inline-block;

    text-align: center;

    padding-top: 4%;

    padding-bottom: 4%;

    color: #fff;

}

.first-texto {

    width: 85%;

    text-align: center;

    font-size: 15px;

    border-right: 1px solid #fff;

}

.second-texto {

    width: 10%;

    font-size: 10px;

    text-align: center;

}

.uno {

    position: relative;

    margin-top: 5%;

    font-size: 14px;

    color: #ad0c80;

    display: block;

    text-align: center;

    width: 96.7%;

    margin-left: 3%;

    padding: 5px 0;

    line-height: 10px;

    background: url("../../img/web/barrita.png");

}

.inferior p, .inferior span {

    float: left;

}

.section-left, .img3, .detalles {

    /*	display: inline-block;*/

    float: left;

    vertical-align: top;

}

.titulo-top {

    display: none;

}

@font-face {

    font-family: 'icomoon';

    src: url('fonts/icomoon_y9whwe.eot');

    src: url('fonts/icomoon_y9whwe.eot#iefix') format('embedded-opentype'), url('fonts/icomoon_y9whwe.ttf') format('truetype'), url('fonts/icomoon_y9whwe.woff') format('woff'), url('fonts/icomoon_y9whwe-icomoon.svg') format('svg');

    font-weight: normal;

    font-style: normal;

}

[class^="icon-"], [class*=" icon-"] {

    /* use !important to prevent issues with browser extensions that change fonts */

    font-family: 'icomoon' !important;

    speak: none;

    font-style: normal;

    font-weight: normal;

    font-variant: normal;

    text-transform: none;

    line-height: 1;

    /* Better Font Rendering =========== */

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}

.icon-play3:before {

    content: "\e902";

}

.icon-menu:before {

    content: "\e5d2";

}

.icon-keyboard_arrow_down:before {

    content: "\e313";

    color: #fff;

    font-weight: bold;

    font-size: 30px;

    font-weight: bold;

    text-shadow: 1px 1px #888;

    line-height: 10px;

    padding: 3px 0px;

}

.icon-star-full:before {

    /*content: "\e902";*/

    content: "\e903";

    color: #fff;

}

.icon-facebook:before {

    content: "\e900";

    color: #fff;

    font-size: 25px;

    background-color: #858181;

    padding: 5px;

    border-radius: 2px;

}

.icon-twitter:before {

    /*content: "\e905";*/

    content: "\e901";

    color: #fff;

    font-size: 25px;

    background-color: #858181;

    padding: 5px;

    border-radius: 2px;

}

.cir {

    text-align: center;

    padding: 5px;

    border-radius: 50%;

    background-color: #b30a55;

    vertical-align: middle;

    color: #fff;

}

.cir2 {

    text-align: center;

    padding: 10% 10% 10% 10.2%;

    border-radius: 50%;

    background-color: #b8ba08;

    vertical-align: middle;

    color: #fff;

    background: #9b9d07; /* For browsers that do not support gradients */

    background: -webkit-radial-gradient(#b8ba08 40%, #9b9d07 50%, #d0d0cf 60%); /* Safari 5.1-6.0 */

    background: -o-radial-gradient(#b8ba08 40%, #9b9d07 50%, #d0d0cf 60%); /* For Opera 11.6-12.0 */

    background: -moz-radial-gradient(#b8ba08 40%, #9b9d07 50%, #d0d0cf 60%); /* For Firefox 3.6-15 */

    background: radial-gradient(#b8ba08 40%, #9b9d07 50%, #d0d0cf 60%); /* Standard syntax */

}

.redes {

    margin-top: 70%;

    width: 100%;

}

.red-left {

    float: left;

    text-align: center;

}

.red-left p, .red-right p {

    font-size: 10px;

    padding: 10px;

    color: #858181;

}

.red-right {

    float: right;

    text-align: center;

}

.efecto-hover:hover .icon-facebook {

    color: red;

    cursor: pointer;

    background: red;

}

.icon-red {

    text-decoration: none;

}

/*****FOOTER_***/

footer {

    width: 85%;

    margin: 0 auto;

    background: rgba(61, 141, 223, .8);

    z-index: 3;

    position: relative;

}

footer .column, footer .column-img {

    display: inline-block;

    vertical-align: top;

}

.column {

    width: 20%;

    margin: 1% 2%;

}

div.columna-uno {

    margin-left: 4%;

}

.column select {

    margin-top: 5%;

    padding: 5px;

    color: #666;

    width: 102%;

    box-sizing: border-box;

}

footer h2 {

    text-align: center;

    color: #fff;

    font-weight: bold;

    font-size: 21px;

    width: 100%;

    padding: 2px;

    border-bottom: 1px solid #fff;

}

.idioma {

    margin-top: 10%;

}

.menu-footer {

    list-style: none;

}

.menu-footer a:first-letter {

    text-transform: uppercase;

}

.menu-footer a {

    color: #000;

    text-decoration: none;

    text-align: left;

    display: block;

    padding: 2% 0% 2% 1%;

    font-size: 15px;

}

footer .column-img {

    width: 21.5%;

    margin: 1%;

}

.column-img {

    text-align: center;

}

.img-footer1 {

    position: relative;

    margin: auto;

    width: 40%;

    height: 20%;

    padding: 4% 3% 3% 3%;

    display: block;

}

.img-footer2 {

    position: relative;

    margin: auto;

    width: 90%;

    padding: 1%;

    height: 39%;

    height: auto;

    display: block;

}

/******FIN FOOTER_*****/
.pie-central {
    width: 65%;
    height: auto;
    display: block;
    margin: auto;
}

.texto-detail {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

.pie-pagina {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    background: #5492d1;
}

.wrap-pie {
    width: 100%;
    height: 100%;
    background: url("../../img/web/fondo-footer.png") center no-repeat;
    background-size: 100% 100%;
    position: relative;

}

.renglon1, .renglon2 {
    display: block;
    width: 16%;
    height: 100%;
    float: left;
    border-width: 0 2px;
    -moz-border-image: url('https://visitayucatan.com/bundles/VisitaYucatanBundle/img/web/divisor.png') 0 0 0 50 repeat;
    border-image: url('https://visitayucatan.com/bundles/VisitaYucatanBundle/img/web/divisor.png') 0 0 0 50;

}

.renglon3 {
    border-width: 0 2px;
    -moz-border-image: url('https://visitayucatan.com/bundles/VisitaYucatanBundle/img/web/divisor.png') 0 0 0 50 repeat;
    border-image: url('https://visitayucatan.com/bundles/VisitaYucatanBundle/img/web/divisor.png') 0 0 0 50;
    width: 38%;
    height: 100%;
    float: left;
    text-align: center;

}

.renglon3 div {
    display: block;
    height: 100%;
    width: 100%;
}

.renglon1 .linea {
    display: block;
    width: 30px;
    height: 100%;
    float: left;
}

.menu-footer {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-footer li {
    display: block;
    text-align: center;
    color: #fff;
}

.menu-footer a {
    color: #fff;
    font-size: 14px;
    padding: 12px 0px 12px 15px;
}

.icon-facebook:before {
    content: "\e900";
    color: #fff;
    font-size: 26.5px;
    background-color: #17c9c7;
    padding: 5px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 3px 2px #fff;
    -moz-box-shadow: 0px 0px 3px 2px #fff;
    box-shadow: 0px 0px 3px 2px #fff;

}

.icon-twitter:before {
    content: "\e901";
    color: #fff;
    font-size: 27px;
    background-color: #17c9c7;
    padding: 5px;
    border-radius: 2px;
    /* box-shadow: 0 0 10px #fff;*/
    -webkit-box-shadow: 0px 0px 3px 2px #fff;
    -moz-box-shadow: 0px 0px 3px 2px #fff;
    box-shadow: 0px 0px 3px 2px #fff;
}

.renglon3 a {
    margin-top: 5%;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-align: center;
    padding: 5% 8% 5% 8%;
}

.social {
    font-size: 10px;
    padding: 15% 0%;
}

.social2 {
    font-size: 10px;
    padding: 18% 0%;
}

.redesSociales {
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}

.renglon4 {
    width: 24%;
    height: 100%;
    float: left;

}

.renglon4 div {
    margin-top: 14%;
    position: relative;
}

.select-currency,.select-language {
    padding: 5px;
    color: #666;
    width: 70%;
    box-sizing: border-box;
}
.label-currency, .label-language {
    color: white;
    padding: 3px;
}

.menu{
    display:block;
    margin-right: 8%;
    float: right;
}

.menu li{
    display: inline-block;
    position: relative;

    border-left: 1px solid #fff;
    margin-left:-4px !important;
}

.menu li:first-child{margin-left:0;}

.menu li:last-child{
    border-right: 1px solid #fff;
}

.menu li a {
    font-weight:600;
    text-decoration:none;
    padding:11px;
    display:block;
    color:#ffffff;
    text-shadow: 1px 1px #888;
    -webkit-transition: all 0.2s ease-in-out 0s;
   -moz-transition: all 0.2s ease-in-out 0s;
   -o-transition: all 0.2s ease-in-out 0s;
   -ms-transition: all 0.2s ease-in-out 0s;
   transition: all 0.2s ease-in-out 0s;
}

.menu li a:hover, .menu li:hover > a{
/*background:#9CA3DA;*/
    color:#17c9c7;
    background: #ffffff;
}

.menu ul {display: none;
margin: 0;
padding: 0;
width: 150px;
position: absolute;
top: 41px;
left: 3px;
background: #ffffff;
}

.menu ul li {
    display:block;
    float: none;
    background:none;
    margin:0;
    padding:0;
    border-left:0;
    left:0px;
}
.menu ul li a {
    font-size:12px;
    font-weight:normal;
    display:block;
    color:#797979;
    border-left:3px solid #ffffff;
    background:#ffffff;
    text-shadow: initial;
    font-size: 15px;
}

.menu ul li a:hover, .menu ul li:hover > a{
background:#f0f0f0;
border-left: 3px solid #17c9c7;
/*border-left:3px solid #9CA3DA;*/
color:#797979;
}

.menu li:hover > ul{ display: block;}
.menu ul ul {left: 149px;
	top: 0px;
}
.menu li ul li ul{
    margin-left: 9px !important
}
@media screen and (max-width: 1250px) {

    .logo {

        left: 5%;

    }

    section {

        width: 100%;

    }

    #content {

        width: 81.7%;

    }

    aside {

        /*width: 17.5%;*/
        width: 17.5%;

    }

    /******FOOTER_******/
    footer {

        width: 100%;

        height: auto;

    }

    /*******FIN FOOTER***/

}

@media screen and (max-width: 960px) {

    .menu {

        margin-right: 0%;

    }

    .menu li a {

        font-size: 17px;

    }

}

@media screen and (max-width: 870px) {

    .logo {

        left: 0%;

    }

    .red-left p, .red-right p {

        padding: 5px;

    }

    .menu li a {

        font-size: 16px;

    }

    .pie-pagina {
        width: 100%;
        height: auto;
    }

    .wrap-pie {
        width: 100%;
        height: 100%;
    }

    .pie-central {
        width: 95%;
        height: 100%;
    }

}

@media screen and (max-width: 768px) {

    body {

        /*background-color: lightgreen;*/

    }

    .titulo-img {

        right: 30%;

        bottom: 20%;

        height: 25%; /*113px;*/

        width: 20%; /*220px;*/

    }

    .titulo-img img {

        width: 100%;

        height: 100%;

    }

    .detalles {

        left: 0;

    }

    .titulos h2 {

        font-size: 18px;

    }

    .titulos h3 {

        font-size: 15px;

    }

    .arriba {

        font-size: 15px;

    }

    .abajo, .precio {

        font-size: 20px;

    }

    .uno {

        font-size: 12px;

    }

    .descripciones {

        font-size: 14px;

    }

    .menu a span {

        position: absolute;

        display: inline-block;

        right: 1%;

    }
    .menu{
        margin-left:4px !important;
    }
    .menu li {

        width: 100%;

        display: block;

        border-left: none;

        border-bottom: 1px solid #fff;

        /*background-color: #17c9c7;*/

        z-index: 9;
         margin:0;

    }

    .menu li:first-child {

        border-top: 1px solid #fff;

    }
    .menu li a {
        background:#17c9c7;
        color:#fff;
        border-top:1px solid #e0e0e0;
        /*border-left:3px solid #ffffff;*/
    }
    
    .menu li a:hover, .menu li:hover > a{
        color:#17c9c7;
        background: #ffffff;
        border-left:3px solid #17c9c7;
        font-weight: 900;
    }
    
    /*level 2 and 3 - make same width as all items*/
    .menu ul {
        display:block;
        position:relative;
        top:0;
        left:4px;
        width:100%;
    }
    .menu li ul{
        display:none;
    }
    .menu li:hover ul{
        display:block;
    }
    .menu li:hover ul li ul{
        display:none;
    }
    .menu li:hover ul li:hover ul{
        display: block;
    }
    .menu li ul li ul li{
        margin-left: -9px !important;
    }
    .menu li ul li ul li  a{
        padding-left: 15px;
    }
    .menu ul ul {
        left:0;
    }
    /*.menu li ul {

        position: relative;
        
    }*/
    

    /*.menu li ul li {

        border-bottom: none;

        background: #17dddb;

    }

    .menu li ul li:first-child {

        border-bottom: 1px solid #fff;

    }*/

    .top-aside {

        display: none;

    }

    section #content, section aside {

        display: block;

    }

    section {

        width: 100%;

        height: auto;

        z-index: 1;

    }

    #content {

        width: 100%;

        height: auto;

        overflow: hidden;

    }

    aside {

        width: 100%;

        height: auto;

    }

    article {

        width: 100%;

        height: 170px; /*190px;*/

    }

    .detalles-header {

        width: 170px; /*220px;*/

        background-size: 170px auto;

        z-index: 0;

    }

    .cajas {

        height: 140px;

        width: 45%;

        padding: 1%;

        vertical-align: top;

        float: left;

    }

    aside .cajas figure {

        width: 96%;

        padding: 0%;

        height: 100%;

    }

    .cajas figure img {

        width: 100%;

        height: 80%;

    }

    .cajas figure figcaption {

        width: 100%;

        height: 19%;

    }

    .redes-sociales {

        width: 100%;

    }

    .red-left p, .red-right p {

        padding: 10px;

    }

    .redes {

        margin-top: 5%;

        width: 100%;

    }

    .red-left {

        margin-left: 30%;

    }

    .red-right {

        margin-right: 30%;

    }

    .detalles-header p {

        font-size: 15px;

    }

    .detalles-header span {

        font-size: 10px;

    }

    .body-header {

        width: 100%;

        height: 170px;

    }

    .img-paquetes {
        background-image: url("../../img/web/paquetes-movil.png");

        background-size: 100% 170px;
    }

    .img-tours {
        background-image: url("../../img/web/fondo-movil.png");

        background-size: 100% 170px;
    }

    .img-hoteles {
        background-image: url("../../img/web/fondo-movil.png");

        background-size: 100% 170px;
    }

    .movil {

        display: block;

    }

    #nav-mobile:hover {

        cursor: pointer;

    }

    .menu {

        padding: 0;

        margin: 0;

        margin-right: 0%;

        margin-left: 0%;

        width: 100%;

        display: none;

        position: absolute;

    }

    

    .open-menu {

        display: block;

    }

    .logo {

        width: 150px;

        height: 55px;

        left: 0;

        right: 0;

        margin-left: auto;

        margin-right: auto;

    }

    .img1 {

        display: block;

        height: 80%;

        width: 100%;

        top: 1%;

        left: 0;

    }

    .img2 {

        left: 0;

        height: auto;

        width: 95%;

        margin: auto;

        background: #ea4141;

        -moz-border-radius: 2px;

        -webkit-border-radius: 2px;

        -o-border-radius: 2px;

        -ms-border-radius: 2px;

        border-radius: 2px;

    }

    .estrella {

        padding: 0;

        margin: 0;

    }

    .estrella4, .estrella5 {

        display: none;

    }

    .icon-star-full {

        padding: 4px;

    }

    .img2 img {

        display: none;

    }

    .img1, .img2 {

        float: none;

        display: block;

    }

    .texto {

        display: none;

    }

    .fondo-stars {

        position: relative;

        height: 100%;

        width: 100%;

        text-align: center;

    }

    .icon-star-full {

        display: inline-block;

        margin-right: 0%;

        text-align: center;

        font-size: 12px;

    }

    .detalles-aside {

        width: 50%;

    }

    .informacion-detalles {

        width: 97%;

        margin-top: 4%;

    }

    .first-texto {

        font-size: 12px;

    }

    .second-texto {

        vertical-align: middle;

    }

    /******FOOTER_******/
    div.columna-uno {

        margin-left: 2%;

    }

    footer .column {

        width: 28.5%;

    }

    footer .column-img {

        margin-top: 0%;

        display: block;

        width: 96%;

        height: 100px;

        padding-bottom: 0.5%;

    }

    .column-img img {

        display: inline-block;

        vertical-align: middle;

        padding: 1%;

    }

    footer .img-footer1 {

        width: 20%;

        height: 80%;

    }

    footer .img-footer2 {

        width: 60%;

        height: 80%;

    }

    /*******FIN FOOTER***/
    /********ADD******/
    #izquierdo img {
        width: 70%;
        max-width: 70%;
        height: 100%;
        margin-left: 25%;
    }

    /********FIN ADD******/
}

@media screen and (max-width: 480px) {
    .menu li ul li{
        margin-right: 0px;
    }
    .renglon1,.renglon2,.renglon3,.renglon4{
        width: 60%;
        margin: auto;
        float: none;
        position: relative;
    }

    .renglon3 a{
        padding: 0%;
    }

    /********ADD******/
    /*.truncate_wrap{
     width: 78%;
     height: 100%;
    }


    #read-left p{
        text-align: justify;
        font-size: 13px;
    }
    #izquierdo img{
        width: 90%;
        max-width:90%;
        height: 100%;
        margin-left: 5%;
    }*/
    #izquierdo {
        width: 96%;
        height: 80px;
        padding-left: 1.5%;
    }

    #izquierdo img {
        width: 50%;
        height: 100%;
        display: block;
        margin-left: 0%;
        margin: 0%;
    }

    #read-left {
        width: 96%;
        padding: 0% 2% 1% 2%;
    }

    /********FIN ADD******/
    .informacion-detalles {
        bottom: 0%;
    }

    .detalles-aside {

        width: 60%;

    }

    figcaption.figure-texto, div.detalles-aside {

        font-size: 11px;

    }

    body {

        background: #d6dce3;

    }

    header {

        width: 96%;

        margin: auto;

    }

    article {

        margin: 2% auto;

        width: 96%;

        height: 400px;

    }

    aside {

        width: 96%;

        margin: auto;

    }

    .section-left {

        width: 100%;

        height: 60%;

        z-index: 1;

        position: relative;

    }

    .section-left .titulo-top {

        display: block;

        height: 8%;

        z-index: 1;

        padding-top: 10%;

        padding-bottom: 2%;

        text-align: center;

        font-size: 20px;

        font-weight: 0;

        overflow: hidden;

    }

    .section-left .img1 {

        max-width: 80%;

        margin: auto;

        height: 60%;

        position: relative;

        z-index: 1;

        transform-origin: 0% 0%;

        transform: perspective(0) rotateX(0deg);

        -webkit-transform-origin: 0% 0%;

        -webkit-transform: perspective(0) rotateX(0deg);

        -moz-transform-origin: 0% 0%;

        -moz-transform: perspective(0) rotateX(0deg);

        -o-transform-origin: 0% 0%;

        -o-transform: perspective(0) rotateX(0deg);

        -ms-transform-origin: 0% 0%;

        -ms-transform: perspective(0) rotateX(0deg);

        left: 0;

        box-shadow: 2px 1px 4px #000;

    }

    .img1 img {

        width: 98%;

        height: 93%;

        background: #fff;

    }

    .section-left .img2 {

        width: 60%;

        height: 10%;

        position: relative;

        z-index: 1;

    }

    .detalles {

        width: 58%;

        height: 40%;

        padding: 1%;

        z-index: 1;

        position: relative;

    }

    .img3 {

        width: 38%;

        height: 40%;

        position: relative;

        z-index: 1;

    }

    .titulos h2, .titulos h3 {

        display: none;

    }

    .section-left, .img3, .detalles {

        /*  display: inline-block;*/

        display: block;

    }

    .first-texto {

        font-size: 10px;

    }

    /******FOOTER_******/
    footer {

        width: 96%;

        margin: auto;

    }

    footer .column-img {

        width: 96%;

        margin: 0 auto;

    }

    .menu-footer a {

        font-size: 13px;

    }

    /********FOOTER_FIN****/
    .titulo-img {

        right: 30%;

        height: 20%; /*113px;*/

        width: 35%; /*220px;*/

    }

    .titulo-img img {

        width: 100%;

        height: 100%;

    }

}

@media screen and (max-width: 380px) {

    .section-left .titulo-top {

        font-size: 15px;

        height: 5%;

    }

    .redes-sociales {

        width: 100%;

    }

    .red-left p, .red-right p {

        padding: 5px;

    }

    .redes {

        margin-top: 5%;

        width: 100%;

    }

    .red-left {

        margin-left: 10%;

    }

    .red-right {

        margin-right: 10%;

    }

    .detalles-header {

        left: 39%;

    }

    .detalles-aside {

        width: 70%;

    }

    /******FOOTER_******/
    footer div.column {

        width: 96%;

        display: block;

    }

    #moneda, #idioma {

        width: 80%;

        margin-left: 10%;

    }

    /*****FIN-FOOTER*******/

}

/*margins**/
.m-l-n-16{
    margin-left: -16px !important;
}




.sub-menu{
    z-index: 4 !important;
}