/*estilos generales*/

/*variables*/
:root {
    --azul-oscuro: #12284C;
    --azul-responsive: #12284C;
    --color-gris: #FFFFFF;
    --fuente-menu: 'Manjari', sans-serif;
    --color-inactivo: #5f5050;
    --color-hover: #e0da28;
}

/*variables*/

* {
    padding: 0;
    margin: 0;
}

html,
h1,
h2,
h3,
h4,
h5,
p,
a,
li,
div,
select,
option,
input,
label {
    font-family: 'Mukta';
}

.cursiva {
    font-family: 'Yellowtail';
}

.boton-oscuro {
    background-color: var(--azul-oscuro);
}

.boton-oscuro:hover {
    background-color: var(--azul-oscuro);
}

.boton-responsive {
    background-color: var(--azul-responsive);
}

.boton-responsive:hover {
    background-color: var(--azul-responsive);
}

.boton-gris {
    background-color: var(--color-gris);
    color: var(--azul-oscuro);
}

.boton-gris:hover {
    background-color: var(--color-gris);
    color: var(--azul-oscuro);
}

/*formulario*/
div.formulario-contacto {
    padding: 20px 0px;
    text-align: center;
}

div.formulario-contacto a {
    float: right;
}

div.formulario-contacto input {
    height: 56px;
    padding: 20px;
    border: 1px solid #c8c8c8;
}

div.formulario-contacto textarea {
    padding: 10px 20px;
    border: 1px solid #c8c8c8;
}

div.formulario-contacto input::placeholder {
    color: black;
}

div.formulario-contacto textarea::placeholder {
    color: black;
}

/*formulario*/

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(18, 40, 76, 0.69)
        /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: transparent;
    margin: 15% auto;
    /* 15% from the top and centered */
    width: 60%;
    /* Could be more or less, depending on screen size */
    border: 5px solid white;
}
.aviso_privacidad{
    width: 90%;
    margin: 0 auto;
}
.content-form-modal {
    background-color: transparent;
    padding: 12px;
}

.content-white {
    background-color: white;
    height: 640px;
}

.content-white .columns {
    padding-right: 0px;
    padding-left: 0px;
}

.content-white .formulario {
    padding: 70px 30px 0 80px;
    text-align: center;
}

.img-modal img {
    margin-left: 60px;
}

.img-modal-opinion img {
    margin-left: 61px;
    height: 640px;
}

.img-modal-gracias img {
    height: 640px;
    margin-left: 47px;
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 50px;
    font-weight: bold;
    margin: -60px -40px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.fa-star {
    font-size: 25px;
}

.clasificacion input[type="radio"] {
  display: none;
}

.clasificacion label {
  color: grey;
}

.clasificacion {
  direction: rtl;
  unicode-bidi: bidi-override;
}

.clasificacion label:hover,
.clasificacion label:hover ~ label {
  color: var(--color-hover);
}

.clasificacion input[type="radio"]:checked ~ label {
  color: var(--color-hover);
}

.numero_personas div.columns {
    padding-right: 10px;
}

div.modal-content input::placeholder,
div.modal-content textarea::placeholder {
    color: black;
}

div.modal-content input[type="text"]:focus,
div.modal-content input[type="email"]:focus,
div.modal-content input[type="date"]:focus {
    border: none;
    border-bottom: 2px solid #707070;
}

div.modal-content input[type="text"],
div.modal-content input[type="email"],
textarea,
div.modal-content input[type="date"] {
    background-color: transparent;
    color: var(--azul-oscuro);
    box-shadow: none;
}

div.modal-content input[type="text"]:hover {
    background-color: transparent;
    color: var(--azul-oscuro);
}

div.modal-content button:focus {
    border: none;
    background-color: var(--azul-oscuro);
}

div.modal-content button {
    background-color: var(--azul-oscuro);
    color: white;
    border: none;
    font-size: 28px;
    padding: 10px 20px;
    box-shadow: none;
}

div.modal-content input,
div.modal-content textarea {
    color: color: var(--azul-oscuro);
    background: none;
    outline: none;
    font-size: 1em;
    padding: 0.8em 1em;
    margin-bottom: 2em;
    border: none;
    border-bottom: 2px solid #707070;
    display: inline-block;
}

div.modal-content h2 {
    font-weight: bold;
    color: var(--azul-oscuro);
    padding: 10px;
}

select.select-modal {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #707070;
    margin-bottom: 2em;
}

.modalPromos {
    border-color: transparent;
    text-align: center;
}

.modalPromos a {
    font-size: 25px;
    margin-top: 20px;
}

.modalPromos img {
    width: 50%;
}

#gracias {
    padding-top: 100px;
}

@media only screen and (max-width: 1500px) {
    .modal-content {
        width: 85%;
        /* Could be more or less, depending on screen size */
    }
}

@media only screen and (max-width: 1400px) {
    .modal-content {
        width: 82%;
        /* Could be more or less, depending on screen size */
    }
}

@media only screen and (max-width: 1300px) {
    .modal-content {
        width: 91%;
        /* Could be more or less, depending on screen size */
    }

    .close {
        margin: -60px 30px;
    }
}

@media only screen and (max-width: 1000px) {

    .img-modal img,
    .img-modal-opinion img,
    .img-modal-gracias img {
        display: none;
    }

    .modal-content {
        margin: 30% auto;
        /* 15% from the top and centered */
    }

    .close {
        margin: -60px 0px;
    }

    .content-white .formulario {
        padding: 20px 30px 0 30px;
    }

    .modalPromos img {
        width: 75%;
    }
}

@media only screen and (max-width: 500px) {
    .modal-content {
        margin: 40% auto;
        /* 15% from the top and centered */
    }

    .content-white .formulario {
        padding: 20px 15px 0 15px;
    }

    div.modal-content h2 {
        font-size: 18px;
    }

    .modalPromos a {
        font-size: 15px;
    }
}

/* The Modal (background) */


/*listas horizontales*/
ul {
    list-style: none;
    margin: 0px;
}

.lista-h ul li {
    display: inline-block;
    padding: 15px;
}

/*listas horizontales*/

/*estilos generales*/

/*header*/
header {
    height: 100px;
    background-color: var(--azul-oscuro);
    position: fixed;
    z-index: 2;
    width: 100%;
}

header div.logo {
    padding: 20px 0 0 20px;
}


/*nav*/
nav.menu-normal ul li {
    border-bottom: 3px solid white;
    white-space: normal;
    display: table-cell;
}

div.menu-social {
    position: fixed;
    z-index: 2;
    right: 0px;
    bottom: 10px;
}

div.menu-social img {
    width: 45px;
}

div.menu-social ul li {
    display: list-item;
    padding: 10px 15px 0px 0px;
    border-bottom: none;
}

div.menu-social ul li:hover {
    border-bottom: none;
}

nav.menu ul #text {
    display: none;
}

nav.menu-normal li:hover {
    border-bottom: 3px solid #98426E;
}

nav.menu-normal>li {
    float: left;
}

nav.menu-normal ul {
    float: right;
    margin-top: 20px;
}

nav.menu-normal ul li {
    padding: 15px 15px 0 15px;
}

nav.menu-normal ul li a {
    color: white;
    font-size: 18px;
    font-family: var(--fuente-menu);
}

nav.menu-normal ul li.menu-activo {
    border-color: #7F2553;
}

nav.menu-normal ul.menu-desplegable {
    position: absolute;
    min-width: 100px;
    display: none;
    background-color: var(--azul-oscuro);
    color: white;
}

nav.menu-normal ul.menu-desplegable li {
    border-bottom: 0px;
}

nav.menu-normal li:hover>ul.menu-desplegable {
    display: grid;
    margin-top: 0px;
    padding: 5px;
}

nav.menu-normal li:hover>ul.menu-desplegable li {
    border-bottom: 0px
}

div.menu-active {
    display: none;
}

div.menu-active a:hover,
div.menu-active a:active,
div.menu-active a:focus,
div.menu-inactive a:hover,
div.menu-inactive a:active,
div.menu-inactive a:focus {
    color: white;
}

div.menu-inactive {
    display: none;
    background-color: var(--azul-responsive);
    color: white;
    text-align: center;
    font-size: 18px;
    padding: 10px;
}

nav.menu-responsive {
    display: none;
}

div.responsive-social {
    display: none;
}

/*nav responsive*/
@media only screen and (max-width: 1570px) {
    nav.menu-normal ul li a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1380px) {
    nav.menu-normal ul li a {
        font-size: 14px;
    }

    nav.menu-normal ul li {
        padding: 8px 8px 0 8px;
    }
}

@media only screen and (max-width: 1160px) {
    nav.menu-normal ul li a {
        font-size: 12px;
    }

    nav.menu-normal ul li {
        padding: 5px 5px 0 5px;
    }
}

@media only screen and (max-width: 1050px) {
    div.responsive-social {
        display: block;
    }

    header div.logo {
        padding: 10px 20px 5px 20px;
    }

    header div.logo img {
        width: 50%;
    }

    div.responsive {
        padding: 0px;
    }

    div.menu-active {
        background-color: var(--azul-responsive);
        color: white;
        text-align: center;
        font-size: 18px;
        padding: 10px;
        display: block;
    }

    div.menu-active a {
        font-family: var(--fuente-menu);
    }

    nav.menu-normal {
        display: none;
    }

    ul.submenu-desplegable, ul.submenu-desplegable2 {
        display: none;
        background-color: rgb(22, 50, 96);
    }

    ul.submenu-desplegable li {
        height: 40px;
    }

    a.menu-inactive-responsive, a.menu-inactive-responsive2 {
        display: none;
    }

    .menu-pantalla-completa {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1;
        overflow: auto;
    }

    nav.menu-responsive {
        width: 100%;
        font-size: 16px;
        color: white;
        text-align: center;
        background-color: var(--azul-responsive);
        height: 100%;
    }

    nav.menu-responsive ul {
        list-style: none;
        margin: 0px;
    }

    .menu-social-responsive {
        width: 45px;
    }

    nav.menu-responsive ul li a {
        line-height: 50px;
        font-family: var(--fuente-menu);
    }

    nav.menu-responsive ul li a:hover {
        font-weight: bold;
        color: white;
    }
}

/*nav responsive*/
@media only screen and (max-width: 1400px) {
    header {
        height: 90px;
    }

    nav.menu {
        margin-top: 10px;
    }

    nav.menu ul li a {
        font-size: 15px;
        padding: 0px;
    }
}

/*nav*/

/*header*/

/*contenido index*/
div.hero-image {
    height: 600px;
    width: 100%;
    background-image: url(../img/Inicio/Inicio.gif);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 300px;
    background-size: cover;
}

div.hero-image div.content-hero {
    height: 475px;
    width: 1200px;
    background-color: white;
    position: relative;
    padding: 80px;
    text-align: left;
    color: var(--azul-oscuro);
    font-size: 18px;
}

div.hero-image div.content-hero .large-5 {
    width: 44.66667%;
}

div.hero-image div.content-hero .large-7 {
    width: 55.33333%;
}

div.hero-image div.content-hero p {
    text-align: justify;
}

div.hero-image div.content-hero p.cursiva {
    padding-top: 133px;
    text-align: right;
    font-size: 22px;
    padding-right: 85px;
}

div.hero-image div.content-hero .cursiva-responsive {
    display: none;
}

div.hero {
    background-color: var(--azul-oscuro);
    height: 400px;
}

@media only screen and (max-width: 1200px) {
    div.hero {
        display: none;
        text-align: center;
    }

    div.hero-image div.content-hero {
        width: 800px;
        position: initial;
    }

    div.hero-image div.content-hero div img {
        padding-bottom: 20px;
    }

    div.hero-image div.content-hero p.cursiva {
        display: none;
    }

    div.hero-image div.content-hero p.cursiva-responsive {
        display: block;
        text-align: center;
        padding-top: 30px;
        padding-right: 0px;
    }

    div.hero-row::after {
        clear: both;
    }

    div.hero-row::before,
    .hero-row::after {
        display: table;
        content: ' ';
    }
}

@media only screen and (max-width: 800px) {
    div.hero-image div.content-hero {
        width: 100%;
        position: initial;
        padding: 20px;
    }

    div.hero-image div.content-hero .large-5 {
        width: 100%;
    }

    div.hero-image div.content-hero .large-7 {
        width: 100%;
    }
}

div.viajes p.titulo-viajes {
    font-size: 100px;
    position: absolute;
    margin-left: 100px;
    font-weight: bold;
    margin-left: 200px;
}

div.viajes img {
    max-width: none;
}

div.viajes p.titulo-viajes span {
    color: white;
}

div.viajes img#viajes-de-placer {
    margin-left: 0px;
}

div.viajes img#viajes-escolares {
    margin-left: -80px;
    margin-top: 150px;
}

div.viajes img#servicios-corporativos {
    padding-top: 40px;
    position: relative;
    margin-left: -140px;
}

div.viajes img#eventos-especiales {
    padding-top: 30px;
    margin-left: -110px;
}

div.viajes img#disney {
    margin-top: -140px;
    margin-left: 220px;
    position: relative;
}

div.viajes img#servicios-corporativos-responsive,
div.viajes img#eventos-especiales-responsive {
    display: none;
}

@media only screen and (max-width: 1350px) {
    div.viajes p.titulo-viajes {
        font-size: 80px;
        margin-left: 280px;
    }

    div.viajes img#viajes-de-placer {
        width: 80%;
        margin-left: 180px;
    }

    div.viajes img#viajes-escolares {
        width: 80%;
        margin-left: -100px;
    }

    div.viajes img#servicios-corporativos {
        width: 80%;
        padding-top: 20px;
        position: relative;
        margin-left: 90px;
    }

    div.viajes img#eventos-especiales {
        width: 80%;
        padding-top: 30px;
        margin-left: -100px;
    }

    div.viajes img#disney {
        width: 80%;
        margin-top: -90px;
        margin-left: 300px;
        position: relative;
    }
}

@media only screen and (max-width: 1250px) {
    div.viajes p.titulo-viajes {
        font-size: 65px;
    }

    div.viajes img#disney {
        margin-left: 270px;
    }
}

@media only screen and (max-width: 1150px) {
    div.viajes p.titulo-viajes {
        font-size: 50px;
    }

    div.viajes img#viajes-escolares {
        margin-left: -60px;
    }

    div.viajes img#eventos-especiales {
        padding-top: 20px;
    }

    div.viajes img#disney {
        margin-top: -75px;
        margin-left: 195px;
    }
}

@media only screen and (max-width: 1023px) {
    div.viajes {
        text-align: center;
        text-align: -moz-center;
    }

    div.viajes img#servicios-corporativos-responsive,
    div.viajes img#eventos-especiales-responsive {
        display: block;
    }

    div.viajes img#servicios-corporativos,
    div.viajes img#eventos-especiales {
        display: none;
    }

    div.viajes img#viajes-de-placer {
        width: 80%;
        margin-left: 0px;
        margin-top: 100px;
    }

    div.viajes img#viajes-escolares {
        margin: 0;
        width: 80%;
    }

    div.viajes img#servicios-corporativos-responsive {
        width: 80%;
        margin: 20px 0px 0 0px;
    }

    div.viajes img#eventos-especiales-responsive {
        width: 80%;
        margin: 20px 0px 0 0px;
    }

    div.viajes img#disney {
        width: 80%;
        margin: -40px 0 0 0;
    }

    div.viajes p.titulo-viajes {
        font-size: 40px;
        text-align: center;
        font-weight: bold;
        margin: 0px;
    }

    div.viajes p.titulo-viajes span {
        color: black;
    }
}

@media only screen and (max-width: 550px) {
    div.viajes p.titulo-viajes {
        font-size: 30px;
    }

    div.viajes img#viajes-de-placer {
        margin-top: 50px;
    }

    div.viajes img#disney {
        width: 80%;
        margin: -20px 0 0 0;
    }
}

@media only screen and (max-width: 440px) {
    div.viajes p.titulo-viajes {
        font-size: 30px;
        margin-left: 0px;
    }

    div.viajes img#viajes-de-placer {
        margin: 90px 0 0 0;
        width: 80%;
    }

    div.viajes img#disney {
        margin: -10px 0 0 0;
    }
}

div.seccion-svg {
    margin-top: 200px;
}

div.content-svg {
    padding: 20px;
    background-color: #F5F5F5;
}

div.content-svg p.titulo-svg {
    font-size: 90px;
    margin-top: -140px;
    line-height: 120px;
    font-weight: bold;
    margin-left: 150px;
}

div.content-svg div.boton-svg img {
    width: 50px;
}

div.content-svg div.boton-svg span {
    font-size: 100px;
    font-weight: bold;
}

div.content-svg div.boton-svg div#content-boton-svg1 {
    margin: -100px 0 0 140px;
}

div.content-svg div.boton-svg div#content-boton-svg2 {
    margin: -160px 0px 0px 30px;
}

div.content-svg div.boton-svg div#content-boton-svg4 {
    margin: -200px 0 0 -120px;
}

div.content-svg div.boton-svg div#content-boton-svg3 {
    margin: -60px 10px 0 140px;
}

div#content-boton-svg1,
div#content-boton-svg2,
div#content-boton-svg3,
div#content-boton-svg4 {
    width: 300px;
}

div.boton-svg p {
    margin-bottom: 0px;
}

img#isotipo3 {
    margin: -110px -10px 10px 130px;
}

img#isotipo4 {
    margin: 210px 0 0px 405px;
}

div.boton-svg p.text-boton-svg {
    text-align: center;
    line-height: 1.2;
    width: 250px;
}

div.boton-svg div#content-boton-svg1 p.text-boton-svg {
    text-align: right;
    float: right;
    padding-right: 10px;
}

div.content-svg div.boton-svg a.botones {
    width: 200px;
    height: 60px;
    padding: 11px 0;
    font-size: 35px;
    text-transform: uppercase;
    background: rgb(2, 0, 36);
    background: -webkit-linear-gradient(bottom, rgba(2, 0, 36, 1) 0%, rgba(36, 0, 6, 1) 45%, rgba(152, 66, 110, 1) 100%);
    background: -o-linear-gradient(bottom, rgba(2, 0, 36, 1) 0%, rgba(36, 0, 6, 1) 45%, rgba(152, 66, 110, 1) 100%);
    background: linear-gradient(to top, rgba(2, 0, 36, 1) 0%, rgba(36, 0, 6, 1) 45%, rgba(152, 66, 110, 1) 100%);
}

div.content-svg div.boton-svg img#trazado1 {
    width: 450px;
    margin-top: -30px;
}

div.content-svg div.boton-svg img#trazado2 {
    width: 160px;
    margin: -50px 0 0 -190px;
}

div.content-svg div.boton-svg img#trazado3 {
    width: 310px;
    margin: -305px 0px 0px -140px;
}

div.content-svg div.boton-svg img#trazado4 {
    width: 900px;
    margin: -100px 0 0 -850px;
}

div.responsive-svg {
    display: none;
}

@media only screen and (max-width: 1320px) {
    div.boton-svg div#content-boton-svg1 p.text-boton-svg {
        text-align: center;
        float: none;
        padding-right: 0px;
    }

    div.content-svg div.boton-svg img {
        display: none;
    }

    div.content-svg div.boton-svg div#content-boton-svg1,
    div.content-svg div.boton-svg div#content-boton-svg2,
    div.content-svg div.boton-svg div#content-boton-svg3,
    div.content-svg div.boton-svg div#content-boton-svg4 {
        margin: 0px;
        width: 100%;
    }

    div.desktop-svg {
        display: none;
    }

    div.content-svg {
        padding: 0 90px 30px 90px;
        background-color: #F5F5F5;
    }

    div.responsive-svg {
        display: block;
    }
}

@media only screen and (max-width: 1225px) {
    div.seccion-svg {
        text-align: center;
    }

    div.boton-svg p.text-boton-svg {
        text-align: center;
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    div.content-svg p.titulo-svg {
        font-size: 80px;
        margin-top: -140px;
        line-height: 120px;
        margin-left: 0px;
    }

    div.content-svg {
        text-align: center;
    }

    div.content-svg div.boton-svg img {
        display: none;
    }

    div.content-svg div.boton-svg div#content-boton-svg1,
    div.content-svg div.boton-svg div#content-boton-svg2,
    div.content-svg div.boton-svg div#content-boton-svg3,
    div.content-svg div.boton-svg div#content-boton-svg4 {
        margin: 0px;
        width: 100%;
    }
}

@media only screen and (max-width: 550px) {
    div.content-svg p.titulo-svg {
        font-size: 50px;
        line-height: 70px;
        margin-top: -90px;
    }

    div.content-svg div.boton-svg span {
        font-size: 70px;
    }
}

div.testimoniales {
    margin-top: 50px;
    height: 250px;
}

div.testimoniales div img {
    width: 90px;
    padding: 10px;
}

div.testimoniales div p {
    padding: 0 50px;
    font-size: 18px;
}

@media only screen and (max-width: 1023px) {
    div.testimoniales {
        margin-top: 50px;
        height: 500px;
    }
}

@media only screen and (max-width: 800px) {
    div.testimoniales {
        margin-top: 50px;
        height: 500px;
    }
}

@media only screen and (max-width: 680px) {
    div.testimoniales {
        height: 580px;
    }
}

@media only screen and (max-width: 440px) {
    div.testimoniales {
        height: 660px;
    }
}

@media only screen and (max-width: 360px) {
    div.testimoniales {
        height: 800px;
    }
}

/*parallax*/
div.parallax-margin {
    background-color: var(--azul-oscuro);
    height: 500px;
    width: 100%;
}

div.img-parallax {
    position: relative;
    height: auto;
}

div.efect1::before {
    background-image: url(../img/Inicio/Paralax.svg);
    content: '';
    margin-top: 100px;
}

div.img-parallax .contenido {
    padding: 100px 0;
    position: relative;
    color: white;
    height: 300px;
}

div.img-parallax .contenido div {
    padding-top: 80px;
}

div.img-parallax .contenido div p {
    font-size: 40px;
}

div.img-parallax .contenido div button {
    font-size: 20px;
}

.parallax::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    -webkit-: brightness(.8);
    filter: brightness(.8);
}

@media only screen and (max-width: 1040px) {
    div.img-parallax .contenido {
        padding: 40px 0px;
    }
}

@media only screen and (max-width: 420px) {
    div.img-parallax .contenido {
        padding: 20px 0px;
        text-align: center;
    }

    div.img-parallax .contenido div {
        padding-top: 150px;
    }

    div.img-parallax .contenido div p {
        font-size: 30px;
    }
}

/*parallax*/

.confian-en-nosotros {
    font-size: 100px;
    line-height: 120px;
    text-align: right;
    font-weight: bold;
    padding-top: 30px;
}

div.slider-empresas {
    display: block;
}

div.slides-empresas {
    display: none;
}

div.slider-empresas-responsive {
    display: none;
}

div.slides-empresas-responsive {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .confian-en-nosotros {
        font-size: 70px;
        margin-top: 10px;
        line-height: 75px;
    }
}

@media only screen and (max-width: 800px) {
    .confian-en-nosotros {
        font-size: 50px;
        margin-top: 10px;
        line-height: 50px;
        text-align: right;
        font-weight: bold;
    }

    div.slider-empresas-responsive {
        display: block;
        text-align: center;
    }

    div.slider-empresas {
        display: none;
    }
}

/*contenido index*/

/*contenido servicios*/
#myVideo {
    width: 100%;
    height: 100%;
}

div.content {
    position: absolute;
    bottom: 0;
    color: #f1f1f1;
    width: 100%;
    margin-top: 500px;
    padding: 20px;
}

div.services-hero {
    position: relative;
    height: 800px;
    background-color: #3C537B;
    margin-top: -400px;
}

div.content-video {
    position: absolute;
    margin-top: -500px;
    margin-left: 200px;
}

div.content-video p.titulo-servicio-responsive {
    display: none;
}

div.content-video p.titulo-servicio {
    font-size: 100px;
    text-align: left;
    padding-left: 50px;
    line-height: 110px;
    color: white;
    text-shadow: 0px 3px 8px #00000029;
}

div.content-video .columns {
    padding: 0px;
}

div.content-video img {
    float: right;
}

div.content-video div.parrafo {
    background-color: white;
    padding: 70px;
    text-align: left;
    color: var(--azul-oscuro);
    float: left;
    height: 600px;
    width: 600px;
    font-size: 20px;
}

div.content-video button {
    margin-top: 50px;
    font-size: 25px;
}

@media only screen and (max-width: 1650px) {
    div.content-video {
        position: absolute;
        margin-top: -550px;
        margin-left: 0px;
    }

    div.services-hero {
        height: 880px;
        margin-top: -440px;
    }

    div.content-video p.titulo-servicio {
        line-height: 80px;
        font-size: 70px;
    }

    div.content-video div.parrafo {
        padding: 50px;
        height: 100%;
        width: 500px;
    }

    div.content-video img {
        width: 80%;
    }

    div.content-video a {
        margin-top: 80px;
        margin-right: 110px;
    }
}

@media only screen and (max-width: 1500px) {
    div.content-video {
        position: absolute;
        margin-top: -450px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1400px) {
    #myVideo {
        width: 115%;
    }

    div.services-hero {
        height: 840px;
        margin-top: -540px;
    }
}

@media only screen and (max-width: 1300px) {
    div.services-hero {
        margin-top: -350px;
    }
}

@media only screen and (max-width: 1250px) {
    div.services-hero {
        height: 500px;
        margin-top: -300px;
    }

    div.content-video {
        margin-left: -90px;
    }

    div.content-video div.parrafo {
        font-size: 16px;
    }

    div.content-video img {
        width: 70%;
    }
}

@media only screen and (max-width: 1000px) {
    div.content-video {
        margin-top: -470px;
    }

    div.content {
        position: relative;
        margin-top: -630px;
        height: 1190px;
        padding: 20px;
    }

    div.content-video p.titulo-servicio-responsive {
        display: block;
        font-size: 50px;
        text-shadow: 0px 3px 8px #00000082;
    }

    div.content-video p.titulo-servicio {
        display: none;
    }

    div.content-video {
        margin-left: 0px;
    }

    div.content-video .boton-gris {
        background-color: var(--azul-oscuro);
        color: var(--color-gris);
    }

    div.content-video img {
        float: none;
        width: 70%;
    }

    div.services-hero {
        position: none;
        height: 700px;
        background-color: white;
        margin-top: 0px;
    }

    div.content-video div.parrafo {
        height: 100%;
        width: 100%;
        background-color: transparent;
        padding: 20px;
    }

    div.content-video a {
        margin-top: 0px;
        font-size: 18px;
        color: white;
        background-color: var(--azul-responsive);
    }

    div.content-video a:hover {
        color: white;
        background-color: var(--azul-responsive);
    }
}

@media only screen and (max-width: 800px) {
    div.content-video {
        margin-top: -400px;
    }

    div.content {
        height: 1100px;
    }

    div.content-video p.titulo-servicio-responsive {
        display: block;
        font-size: 50px;
        text-shadow: 0px 3px 8px #00000082;
    }

    div.content-video p.titulo-servicio {
        display: none;
    }

    div.content-video {
        margin-left: 0px;
    }

    div.content-video img {
        float: none;
        width: 70%;
    }

    div.services-hero {
        position: none;
        height: 700px;
        background-color: white;
        margin-top: 0px;
    }

    div.content-video div.parrafo {
        height: 100%;
        width: 100%;
        background-color: transparent;
        padding: 20px;
    }

    div.content-video a {
        margin-top: 0px;
        font-size: 18px;
        color: white;
        background-color: var(--azul-responsive);
    }

    div.content-video a:hover {
        color: white;
        background-color: var(--azul-responsive);
    }
}

@media only screen and (max-width: 750px) {
    div.content-video {
        margin-top: -900px;
    }

    div.content {
        position: relative;
        margin-top: 0px;
        height: 500px;
        padding: 20px;
    }
}

@media only screen and (max-width: 550px) {
    div.content {
        height: 330px;
    }
}

@media only screen and (max-width: 500px) {
    div.content {
        height: 300px;
    }
}

@media only screen and (max-width: 400px) {
    div.content-video {
        margin-top: -820px;
    }

    div.content {
        height: 300px;
    }

    div.content-video p.titulo-servicio-responsive {
        font-size: 40px;
        text-shadow: 0px 3px 8px #00000082;
        line-height: 40px;
    }
}

/*contenido servicios*/

/*contenido faq*/
div.faq {
    height: 850px;
    padding-top: 100px;
}

div.faq div.faq-izquierda p.titulo-faq {
    font-size: 100px;
    color: var(--azul-oscuro);
    font-weight: bold;
}

div.faq div.faq-izquierda p span {
    color: var(--azul-oscuro);
    font-size: 20px;
    cursor: pointer;
    line-height: 45px;
}

div.faq-izquierda {
    background-color: #F5F5F5;
    height: 850px;
}

div.slider-faq {
    display: none;
}

div.faq-derecha p {
    margin-top: 170px;
    font-size: 17px;
    line-height: 25px;
}

div.faq-derecha {
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    height: 850px;
}

div#fondo-faq1 {
    background-image: url(../img/FAQ/FAQ_pregunta_1.png);
}

div#fondo-faq2 {
    background-image: url(../img/FAQ/FAQ_pregunta_1.png);
}

div#fondo-faq3 {
    background-image: url(../img/FAQ/FAQ_pregunta_1.png);
}

div#fondo-faq4 {
    background-image: url(../img/FAQ/FAQ_pregunta_1.png);
}

div#fondo-faq5 {
    background-image: url(../img/FAQ/FAQ_pregunta_1.png);
}

div#fondo-faq6 {
    background-image: url(../img/FAQ/FAQ_pregunta_1.png);
}

div#fondo-faq7 {
    background-image: url(../img/FAQ/FAQ_pregunta_1.png);
}

div#fondo-faq8 {
    background-image: url(../img/FAQ/FAQ_pregunta_1.png);
}

div#fondo-faq9 {
    background-image: url(../img/FAQ/FAQ_pregunta_1.png);
}

div.faq-responsive {
    display: none;
}

div.faq-derecha,
div.faq-izquierda {
    padding-left: 200px;
    padding-right: 200px;
}

@media only screen and (max-width: 1500px) {

    div.faq-derecha,
    div.faq-izquierda {
        padding-left: 50px;
        padding-right: 80px;
    }

    div.faq {
        padding-top: 90px;
    }

    div.faq div.faq-izquierda p span {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1100px) {
    div.faq {
        display: none;
    }

    div.faq-responsive {
        display: block;
        height: 100%;
        width: 100%;
        padding: 150px 50px 0px 50px;
    }

    /* Style the buttons that are used to open and close the accordion panel */
    .accordion {
        color: #444;
        cursor: pointer;
        display: list-item;
        padding: 18px;
        width: 100%;
        font-size: 18px;
        text-align: center;
        border: none;
        outline: none;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active-faq,
    .accordion:hover {
        background-color: white;
    }

    /* Style the accordion panel. Note: hidden by default */
    .panel {
        padding: 0 18px;
        background-color: white;
        display: none;
        font-size: 15px;
        text-align: center;
        color: var(--azul-oscuro);
        overflow: hidden;
    }
}

@media only screen and (max-width: 610px) {
    div.faq-responsive {
        padding: 150px 0px 0px 0px;
        height: 100%;
    }
}

/*contenido faq*/

/*contenido promociones*/

/*slider promociones*/
div.slider-promociones {
    height: 800px;
    width: 100%;
    padding-top: 75px;
}

div.slides {
    display: none;
}

div.slides {
    width: 100%;
}

@media only screen and (max-width: 1400px) {
    div.slider-promociones {
        height: 600px;
    }
}

@media only screen and (max-width: 1400px) {
    div.slider-promociones {
        height: 520px;
    }
}

@media only screen and (max-width: 800px) {
    button.w3-display-right {
        top: 26%;
    }

    button.w3-display-left {
        top: 26%;
    }

    button.w3-display-right img {
        width: 80%;
    }

    button.w3-display-left img {
        width: 80%;
    }

    div.slider-promociones {
        padding-top: 110px;
    }
}

@media only screen and (max-width: 710px) {
    div.slider-promociones {
        height: 400px;
    }
}

@media only screen and (max-width: 600px) {
    button.w3-display-right {
        top: 35%;
    }

    button.w3-display-left {
        top: 35%;
    }
}

@media only screen and (max-width: 440px) {
    div.slider-promociones {
        height: 280px;
    }

    button.w3-button {
        padding: 8px 0px;
    }

    button.w3-display-right {
        top: 23%;
    }

    button.w3-display-left {
        top: 23%;
    }

    button.w3-display-left img {
        width: 60%;
    }

    button.w3-display-right img {
        width: 60%;
    }
    div.slider-promociones {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 360px) {
    button.w3-display-right {
        top: 24%;
    }

    button.w3-display-left {
        top: 24%;
    }

    button.w3-display-left img {
        width: 60%;
    }

    button.w3-display-right img {
        width: 60%;
    }
}

/*slider promociones*/

/*contenido promociones*/

/*contenido oficinas*/

/*slider oficinas*/

/* Slideshow container */

.background-slide-p {
    height: 800px;
    position: relative;
}

.background-slide-responsive {
    display: none;
}

/* Hide the images by default */
.mySlides-p {
    display: none;
}

.slide-efect {
    height: 800px;
    background: rgb(18, 40, 76);
    background: -webkit-linear-gradient(left, rgba(18, 40, 76, 1) 0%, rgba(18, 40, 76, 1) 49%, rgba(18, 40, 76, 1) 75%, rgba(152, 66, 110, 0) 100%);
    background: -o-linear-gradient(left, rgba(18, 40, 76, 1) 0%, rgba(18, 40, 76, 1) 49%, rgba(18, 40, 76, 1) 75%, rgba(152, 66, 110, 0) 100%);
    background: linear-gradient(to right, rgba(18, 40, 76, 1) 0%, rgba(18, 40, 76, 1) 49%, rgba(18, 40, 76, 1) 75%, rgba(152, 66, 110, 0) 100%);
    color: white;
    position: absolute;
}

.slide-text {
    margin: 200px;
    height: 500px;
    width: 500px;
    font-size: 18px;
}

.mySlides-p img {
    max-width: none;
}

.mySlides-p .columns {
    padding: 0px;
}

/* The dots/bullets/indicators */
.dots {
    margin-top: -100px;
    position: absolute;
    width: 100%;
}

.dot-p {
    cursor: pointer;
    height: 30px;
    width: 30px;
    margin: 0px 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dots-responsive {
    display: none;
}

.active-oficinas,
.dot-p:hover {
    background-color: #717171;
}

/* Fading animation */
.fade-p {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade-p;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade-p {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade-p {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/*slider oficinas*/

@media only screen and (max-width: 800px) {
    .background-slide-p {
        display: none;
    }

    .background-slide-responsive {
        height: 100%;
        display: block;
        padding-top: 100px;
    }

    .background-slide-responsive:before,
    .background-slide-responsive:after {
        display: table;
        content: ' ';
    }

    .slide-efect {
        height: 800px;
        background: var(--azul-oscuro);
        color: white;
    }

    .mySlides-responsive div {
        padding: 0px
    }

    .slide-text {
        margin: 0px;
        height: 100%;
        width: 100%;
        color: var(--azul-oscuro);
        font-size: 18px;
        background-color: white;
    }

    .slide-text p {
        padding: 20px;
    }

    /* The dots/bullets/indicators */
    .dots {
        display: none;
    }

    .dots-responsive {
        width: 100%;
        display: block;
        /*position: absolute;*/
        margin-top: 50px;
    }

    span.dot-responsive {
        cursor: pointer;
        height: 30px;
        width: 30px;
        margin: 0px 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }

    .active-oficinas,
    .dot-responsive:hover {
        background-color: #717171;
    }
}

@media only screen and (max-width: 600px) {
    .background-slide-responsive {
        padding-top: 90px;
    }

}

/*contenido oficinas*/

/*contenido destinos*/
.background-destinos {
    height: 100%;
    padding-top: 90px;
}

/* Hide the images by default */
.slideshow-destinos {
    position: none;
}

.slide-destinos {
    display: none;
    margin-top: -160px;
}

.slide-destinos img {
    max-width: none;
}

.text-destinos {
    width: 48%;
    padding: 25px;
}

.text-destinos p span {
    font-size: 50px;
}

.text-destinos p:nth-child(2) {
    text-align: justify;
}

/* The dots/bullets/indicators */
.dots-destinos {
    margin-top: -220px;
    width: 100%;
    margin-bottom: 20px;
    position: absolute;
}

.dot-destinos {
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    border: 1px solid var(--azul-oscuro);
}

.dots-destinos button {
    font-size: 30px;
    margin: 0 24%;
}

.dots-destinos button:hover {
    color: #7F2553;
}

.active,
.dot-destinos:hover {
    background-color: var(--azul-oscuro);
}
@media only screen and (max-width: 1000px) {
    .dots-destinos button{
        margin: 0 23%;
    }
}
@media only screen and (max-width: 800px) {
    .background-destinos {
        height: 100%;
        padding-top: 260px;
    }
    .background-destinos div.img-maps {
        display: none;
    }
    .slide-destinos {
        width: 100%;
    }
    .text-destinos {
        width: 85%;
        padding: 0px;
    }
    .slide-destinos img {
        width: 100%;
    }
    .dots-destinos{
        margin-top: 0px;
    }
    .dots-destinos button{
        margin: 0 8%;
    }
}
@media only screen and (max-width: 400px) {
    .text-destinos p span {
        font-size: 25px;
    }
}


/*contenido destinos*/

/*contenido contacto dos*/
div.contenido_contacto{
    position: relative;
    width: 100%;
    z-index: 1;
    margin-top: -700px;
}
div.formulario_contacto{
    background-color: rgba(254, 254, 254, .75);
    opacity: .9;
    padding: 0px 55px;
    height: 100%;
    width: 100%;
}
div.formulario_contacto h2{
    font-size: 75px;
    font-weight: bold;
    color: var(--azul-oscuro)
}
div.limpiar_margin_contacto{
    margin-top: 230px;
}
div.limpiar_margin_contacto p{
    opacity: 0;
}
div.formulario_contacto input[type="submit"]{
    margin-bottom: -20px;
    font-size: 35px;
    padding: 10px 50px 10px 50px;
}
div.content-contacto input::placeholder {
    color: black;
}

div.content-contacto input[type="text"],
div.content-contacto input[type="email"] {
    background-color: transparent;
    color: var(--azul-oscuro);
    box-shadow: none;
}

div.content-contacto input[type="text"]:hover,
div.content-contacto input[type="email"] {
    background-color: transparent;
    color: var(--azul-oscuro);
}

div.content-contacto input {
    color: color: var(--azul-oscuro);
    background: none;
    outline: none;
    font-size: 1em;
    padding: 0.8em 1em;
    margin-bottom: 2em;
    border: none;
    border-bottom: 2px solid var(--azul-oscuro);
    display: inline-block;
}
div.boton_mapa{
    height: 65px;
}
div.boton_mapa a{
    margin-right: -93px;
}
div.boton_opinion a img{
    margin-top: 340px;
    margin-left: 30px;
    width: 150px;
}
@media only screen and (max-width: 800px) {
    div.boton_mapa a{
        margin-right: -50px;
    }
    div.boton_opinion{
        text-align: center;
    }
    div.boton_opinion a img{
        margin-top: 35px;
        margin-left: 0px;
    }
    div.contenido_contacto{
        margin-top: -800px;
    }
}
@media only screen and (max-width: 500px) {
    div.boton_mapa a{
        margin-right: -50px;
    }
    div.boton_opinion{
        text-align: center;
    }
    div.boton_opinion a img{
        margin-top: 35px;
        margin-left: 0px;
    }
    div.contenido_contacto{
        margin-top: -900px;
    }
}
/*contenido contacto dos*/

/*contenido contacto
#contacto-video {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.content-contacto {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 460px;
    padding: 0px 100px 0px 100px;
    z-index: 1;
    top: -600px;
}
.content-contacto p {
    font-size: 90px;
    line-height: 100px;
    font-weight: bold;
}

.content-contacto button {
    margin-top: -10px;
    font-size: 35px;
    padding: 10px 50px 10px 50px;
}

.icono-ubicacion {
    text-align: right;
    margin-right: -90px;
    margin-top: -40px;
}

.icono-ubicacion a {
    padding: 0px;
}

div.content-contacto input:placeholder {
    color: black;
}

div.content-contacto input[type="text"],
div.content-contacto input[type="email"] {
    background-color: transparent;
    color: var(--azul-oscuro);
    box-shadow: none;
}

div.content-contacto input[type="text"]:hover,
div.content-contacto input[type="email"] {
    background-color: transparent;
    color: var(--azul-oscuro);
}

div.content-contacto input {
    color: color: var(--azul-oscuro);
    background: none;
    outline: none;
    font-size: 1em;
    padding: 0.8em 1em;
    margin-bottom: 2em;
    border: none;
    border-bottom: 2px solid var(--azul-oscuro);
    display: inline-block;
}

.tu-opinion-importa {
    margin-right: -980px;
    margin-top: -200px;
}

.tu-opinion-importa img {
    width: 150px;
}

@media only screen and (max-width: 1400px) {
    #content-video {
        width: 170%;
    }

    .content-contacto {
        margin-left: 100px;
        width: 500px;
        padding: 0px 50px 0px 50px;
        margin-bottom: 20px;
    }

    .content-contacto p {
        font-size: 50px;
    }
}

@media only screen and (max-width: 1270px) {
    .content-contacto {
        margin-bottom: 130px;
    }
}

@media only screen and (max-width: 1170px) {
    .content-contacto {
        margin-bottom: 160px;
    }
}

@media only screen and (max-width: 900px) {
    #contacto-video {
        width: 200%;
    }

    .tu-opinion-importa {
        margin-right: 0px;
        margin-top: 35px;
    }

    .icono-ubicacion {
        display: none;
    }
    .content-contacto{
        position: absolute;
        z-index: 1;
    }

    .slideshow-destinos{
        position: initial;
    }
}
@media only screen and (max-width: 770px) {
    button.w3-display-right, button.w3-display-left{
        top: 26%;
    }
    footer div.text-footer p{
        padding: 7px!important;
    }
}

@media only screen and (max-width: 730px) {
    #contacto-video {
        width: 260%;
    }

    .content-contacto p {
        font-size: 50px;
    }

    .content-contacto {
        margin-left: 0;
        margin-bottom: 190px;
        width: 100%;
        padding: 0px 20px 0px 20px;
    }
}

@media only screen and (max-width: 490px) {
    #contacto-video {
        width: 370%;
    }

    .content-contacto {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 400px) {
    .content-contacto {
        margin-bottom: 185px;
    }
}

@media only screen and (max-width: 350px) {
    #contacto-video {
        width: 380%;
    }
}

contenido contacto*/


/*footer*/
footer div.footer {
    margin-top: 50px;
    background-image: url(../img/Inicio/Textura_footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    padding: 40px;
    color: white;
    font-size: 18px;
}

footer div.textura-footer {
    margin-top: 100px;
    background-color: transparent;
    border: 3px solid var(--azul-oscuro);
    height: 650px;
    width: 71%;
}

footer div.footer-content {
    margin-top: 12.5px;
    background-color: var(--azul-oscuro);
    height: 625px;
    width: 98%;
}

footer div.text-footer {
    text-align: right;
    padding: 30px 100px 0 0;
}

footer div.text-footer p {
    padding: 7px;
}

footer div.text-footer p img {
    padding: 0 10px;
}

@media only screen and (max-width: 1400px) {
    footer div.textura-footer {
        width: 90%;
    }
}

@media only screen and (max-width: 1100px) {
    footer div.textura-footer {
        width: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    footer div.footer {
        width: 100%;
        height: 1200px;
    }

    footer div.textura-footer {
        width: 100%;
        height: 1100px;
    }

    footer div.footer-content {
        height: 1070px;
        width: 96%;
    }

    footer div.text-footer {
        text-align: right;
        padding: 20px 20px 0 0;
    }
}

@media only screen and (max-width: 550px) {
    footer div.textura-footer {
        height: 98%;
    }

    footer div.footer-content {
        width: 96%;
        height: 98%;
    }
}

@media only screen and (max-width: 530px) {
    footer div.textura-footer {
        height: 94%;
    }

    footer div.footer {
        font-size: 16px;
    }
}

@media only screen and (max-width: 470px) {
    footer div.textura-footer {
        height: 86%;
    }
}

@media only screen and (max-width: 400px) {
    footer div.textura-footer {
        height: 80%;
    }
}

@media only screen and (max-width: 350px) {
    footer div.textura-footer {
        height: 98%;
    }

    footer div.footer {
        height: 950px;
    }
}

/*footer*/