/* elemenst gral */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 
Libre Franklin Thin             100 / font-style: normal;
Libre Franklin Light            300 / font-style: normal;
Libre Franklin Regular          400 / font-style: normal;
Libre Franklin Black            900 / font-style: normal;
Libre Franklin Black Italic     900 / font-style: italic;


font-family: "libre-franklin", sans-serif;
font-weight: 100;
font-style: normal;
*/


@font-face {
    font-family: "EmojiOneColor";
    src: url('../fonts/EmojiOneColor.otf');
}

@font-face {
    font-family: "Chewy-Regular";
    src: url('../fonts/Chewy-Regular.ttf');
}

@font-face {
    font-family: "Sora-ExtraLight";
    src: url('../fonts/Sora-ExtraLight.otf');
}

@font-face {
    font-family: "Sora-Light";
    src: url('../fonts/Sora-Light.otf');
}

@font-face {
    font-family: "Sora-Regular";
    src: url('../fonts/Sora-Regular.otf');
}

@font-face {
    font-family: "Sora-SemiBold";
    src: url('../fonts/Sora-SemiBold.otf');
}

@font-face {
    font-family: "Sora-Bold";
    src: url('../fonts/Sora-Bold.otf');
}

@font-face {
    font-family: "Sora-ExtraBold";
    src: url('../fonts/Sora-ExtraBold.otf');
}

body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    font-family: "libre-franklin", sans-serif;
    font-weight: 100;
}

.fondoNegro {
    background-color: #000000;
    width: 100%;
}

section {
    position: relative;
}

@media (max-width: 768px) {
    section {
        padding-bottom: 0px;
    }
}

.logoFlotante {
    position: fixed;
    top: 24px;
    width: 156px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    box-shadow: var(--static-shadow);
    transition: all 0.1s cubic-bezier(.25, .8, .25, 1);
    padding: 12px 12px 6px 12px;
    overflow: hidden;
    background-color: #fff;
    z-index: 99999999;
}

.logoFlotante img {
    width: 100%;
    height: auto;
    max-height: 24px;
}

@media (max-width: 768px) {
    .logoFlotante {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 8px;
        box-shadow: var(--static-shadow);
        transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    }
}

.contenedor {
    position: relative;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}

.contenedorGrande {
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) {

    .contenedor,
    .contenedorGrande {
        width: 100%;
        padding: 0 20px;
        margin: 0;
    }
}

h1 {
    font-family: "Chewy-Regular";
    font-size: 52px;
    color: #002e5b;
    margin: 0;
    line-height: 1;
}

h2 {
    font-family: "Sora-ExtraLight";
    font-size: 42px;
    text-align: center;
    color: #002e5b;
    margin: 0;
}

h3 {
    font-family: "Sora-Regular";
    font-size: 32px;
    color: #002e5b;
    margin: 0;
}

h4 {
    font-family: "Sora-Regular";
    font-size: 28px;
    color: #002e5b;
    margin: 0;
    line-height: 1.5;
}

h5 {
    font-family: "libre-franklin", sans-serif;
    font-weight: 100;
    font-size: 24px;
    color: #707070;
    margin: 0;
}

p {
    font-family: "Sora-Light";
    color: #002e5b;
    font-size: 18px;
    line-height: 1.5;
}

p.grande {
    font-size: 22px;
}

b {
    font-family: "Sora-Bold";
}

a {
    color: #243b54;
}

@media (max-width: 768px) {
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    p {
        font-size: 18px !important;
    }
}

img {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

span {
    font-family: "libre-franklin", sans-serif;
    font-weight: bold;
    color: #000;
}

p.capital-letter:first-letter {
    font-family: "libre-franklin", sans-serif;
    font-weight: bold;
    float: left;
    font-size: 85px;
    line-height: 81px;
    margin-right: 5px;
    color: #f68e01;
}

mark {
    text-transform: uppercase;
    background-color: #ffb743;
    color: #002e5b;
}

.desk {
    display: block;
}

.mobile {
    display: none;
}

@media (max-width: 768px) {
    .mobile {
        display: block;
    }

    .desk {
        display: none !important;
    }
}

.flexBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


@media (max-width: 768px) {
    .flexBox {
        flex-flow: column;
        margin-left: 0px !important;
    }
}

.paddingLados {
    padding: 0 100px;
}

.paddingArribaAbajo {
    padding: 30px 0;
}

@media (max-width: 768px) {
    .paddingLados {
        padding: 0;
    }
}

.hero {
    position: relative;
    width: 100%;
    height: auto;
}

.hero img {
    width: 100%;
}

@media (max-width: 768px) {
    .hero img {
        width: 100%;
    }
}

.img-hero {
    display: flex;
    justify-content: center;
}

.columnas {
    display: flex;
    justify-content: space-between;
}

.columna70 {
    width: calc(70% - 20px);
}

.columna66 {
    width: calc(66% - 20px);
}

.columna60 {
    width: calc(60% - 20px);
}

.columna55 {
    width: calc(55% - 20px);
}

.columna50 {
    width: calc(50% - 20px);
}

.columna45 {
    width: calc(45% - 20px);
}

.columna40 {
    width: calc(40% - 20px);
}

.columna35 {
    width: calc(35% - 20px);
}

.columna33 {
    width: calc(33% - 20px);
}

.columna30 {
    width: calc(30% - 20px);
}

.columna25 {
    width: calc(25% - 20px);
}

@media (max-width: 768px) {
    .columnas {
        flex-flow: column;
        z-index: 9999999;
    }

    .columna70,
    .columna60,
    .columna66,
    .columna55,
    .columna50,
    .columna45,
    .columna40,
    .columna35,
    .columna33,
    .columna30,
    .columna25 {
        width: 100%;
    }

    .marginBottomMobile {
        margin-bottom: 40px;
    }

    .marginMenos20Mobile {
        margin-top: -20px;
    }
}

.destacadoTop {
    padding: 30px 200px 30px 100px;
    background-color: #f68e01;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.destacadoTop h1 {
    font-size: 48px;
    margin: 0px;
    border-left: 4px solid #fff;
    padding-left: 20px;
}

@media (max-width: 768px) {
    .destacadoTop {
        padding: 20px 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .destacadoTop h1 {
        font-size: 20px;
    }
}

.contenedorVideo {
    width: 100%;
    margin: 40px 0;
}

/* .video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
} */

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
    width: 100%;
    height: auto;
}

#conSecParallax {
    position: relative;
}

.contCentrado {
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: 100px;
}

.parrafoConpadding {
    position: relative;
    padding-left: 130px;
}

img.iconoImg4 {
    position: absolute;
    width: 100px;
    top: -70px;
    left: 0;
}

.parallaxParent {
    height: 900px;
    overflow: hidden;
}

.parallaxParent>* {
    height: 150%;
    position: relative;
    top: -80%;
}

.imgParallax1 {
    background-image: url(../img/img-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.imgParallax2 {
    background-image: url(../img/mar-dunas.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.imgParallax3 {
    background-image: url(../img/aventura-relax.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.imgParallax4 {
    background-image: url(../img/treintaytres.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#conSecParallax .contenedor {
    position: absolute;
}

.contTituloParallax {
    position: relative;
    display: flex;
    align-items: center;
    right: 0;
}

.contTituloParallax h4 {
    font-weight: 300;
    color: #fff;
}

img.brujulaTitulo {
    position: relative;
    width: 100px;
    margin: 0 20px 0 0;
    z-index: 1;
}

.contTituloParrafo {
    position: relative;
    z-index: 1;
}

.flechaVolver {
    position: relative;
    width: 50px;
    margin-left: 50px;
}

p.creditoFoto {
    position: absolute;
    color: #fff !important;
    right: 30px;
    bottom: -200px;
    text-transform: uppercase;
    font-size: 14px;
}

@media (max-width: 768px) {
    .contCentrado {
        position: relative;
        bottom: auto;
        background-color: #005091;
    }

    .contCentrado h3,
    .contCentrado p {
        color: #000;
    }

    /* .contCentrado.ContCmobile {
        position: absolute;
        bottom: 20px;
    } */

    .parallaxParent {
        height: 300px;
        overflow: hidden;
    }

    .parrafoConpadding {
        padding-left: 0;
        margin-top: 100px;
    }

    img.iconoImg4 {
        position: absolute;
        width: 70px;
        top: -85px;
        left: 0;
    }

    #conSecParallax .contenedor {
        bottom: 0;
    }

    .contTituloParallax {
        height: 260px;
    }

    .contTituloParallax::before {
        top: 0;
        left: -20px;
    }

    img.brujulaTitulo {
        width: 60px;
    }

    p.creditoFoto {
        right: 10px;
        bottom: -10px;
        font-size: 10px !important;
    }

    .imgParallax1 {
        background-position: center;
    }
}

.contieneCarrusel .item {
    position: relative;
}

.contieneCarrusel .item h5 {
    position: absolute;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    left: 20px;
    bottom: 5px;
}

.owl-nav {
    position: absolute !important;
    width: 100%;
    top: calc(50% - 50px);
}

.owl-prev {
    position: absolute !important;
    left: 50px;
}

.owl-next {
    position: absolute !important;
    right: 50px;
}

.owl-theme .owl-nav [class*='owl-'] {
    width: 50px;
}

@media (max-width: 768px) {}

#mapaInteractivo {}

#mapaInteractivo h5 {
    font-family: "Abril_Text_ExtraBold";
    color: #385772;
}

#mapaInteractivo p {
    color: #385772;
}

#mapaInteractivo b {
    font-family: "Abril_Text_ExtraBold";
}

#mapaInteractivo a {
    font-family: "Abril_Text_ExtraBold";
    color: #a5c47a;
}

#mapaInteractivo .contTxtDot {
    padding: 20px;
}

#mapaInteractivo p.volanta {
    font-family: "Abril_Text_SemiBold";
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 10px;
}


/* Dots */
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.07, 1.07);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.contiene-dots {
    position: relative;
}

.LinkMicro a {
    position: absolute;
    background-image: url(../img/icono-micro.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 3.3%;
    height: 4%;
    animation: flickerAnimation 1.5s ease infinite;
    transition: all .1s;
    cursor: pointer !important;
}

.LinkMicro a:hover {
    background-image: url(../img/icono-micro-hover.png);
    cursor: pointer;
}

.LinkMicro a:nth-of-type(1) {
    top: 34%;
    right: 29%;
}

.LinkMicro a:nth-of-type(2) {
    top: 76.5%;
    left: 67%;
}

.contiene-dots ul {
    margin: 0;
    padding: 0;
    padding: 0;
    padding-inline-start: 0;
    list-style: none;
}

@media (max-width: 768px) {}


@media (max-width: 768px) {
    .fondoCuadricula {
        background-size: 150%;
    }
}

h1.txtGigante {
    font-family: "Abril_Text_Bold";
    font-size: 100px;
    color: #fff;
}

@media (max-width: 768px) {
    h1.txtGigante {
        font-size: 50px;
    }
}

.conSecCorte {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.imgCorte {
    width: 50%;
}

.contParrafoCorte {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.parrafoContenido {
    width: 425px;
}

@media (max-width: 768px) {
    .conSecCorte {
        flex-flow: column;
    }

    .imgCorte {
        width: 100%;
    }

    .contParrafoCorte {
        width: 100%;
        padding: 0 20px;
    }

    .parrafoContenido {
        width: 100%;
    }
}

#section-1 {
    padding: 100px 0;
    background-color: #bfc8d5;
}

#section-1 .contenedorGrande {
    padding: 0 100px;
}

@media (max-width: 768px) {
    #section-1 {
        padding: 20px 0;
    }

    #section-1 .contenedorGrande {
        padding: 0;
    }
}

#sectionCarrusel-1 {
    background-color: #fff;
}

#section-2 {
    padding: 50px 0;
    background-color: #fff;
}

#section-2 .contenedor {
    padding: 0 150px;
}

@media (max-width: 768px) {
    #section-2 {
        padding: 20px 0;
    }

    #section-2 .contenedor {
        padding: 0 20px;
    }
}

#section-3 {
    padding: 100px 0;
    background-image: url(../img/fondo-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    #section-3 {
        padding: 50px 0;
    }
}

#section-4 {
    padding: 50px 0 70px;
    background-color: #002e5b;
}

#section-4 h1,
#section-4 p {
    color: #fff;
}

#section-4 .columnas {
    margin-top: 50px;
}

@media (max-width: 768px) {
    #section-4 {
        padding: 20px 0;
    }

    #section-4 .columnas {
        margin-top: 0;
    }

    #section-4 .columna33 {
        margin-top: 20px;
    }
}

#section-5 {
    padding: 50px 0;
    background-color: #fff;
}


@media (max-width: 768px) {
    #section-5 {
        padding: 20px 0;
    }

    #section-5 h1 {
        padding: 0;
    }
}

#sectionCarrusel-2 {
    position: relative;
    width: 100%;
    background-color: #fff;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}

.slider-track {
    display: flex;
    flex-wrap: nowrap;
}

.slide img {
    height: 400px;
    width: auto;
    object-fit: cover;
    display: block;
}

.autoCarrusel {
    position: absolute;
    bottom: -65px;
    width: 250px;
    z-index: 2;
}

@media (max-width: 768px) {
    .slide img {
        height: 200px;
    }

    .slide img {
        height: 400px;
        width: auto;
        object-fit: cover;
        display: block;
    }

    .autoCarrusel {
        bottom: -35px;
        width: 150px;
    }
}

#section-6 {
    padding: 150px 0 50px;
    background-color: #fff;
}

#section-6 .columnas {
    align-items: center;
}

#section-6 h2,
#section-6 p {
    color: #002e5b;
}

@media (max-width: 768px) {
    #section-6 {
        padding: 100px 0 0;
    }

    #section-6 .columnas {
        flex-flow: column-reverse;
    }

    #section-6 h2,
    #section-6 p {
        color: #000;
    }
}

#section-7 {
    padding: 0px 0 50px;
    background-color: #fff;
}

#section-7 .columnas {
    align-items: center;
}

#section-7 p {
    color: #002e5b;
}

@media (max-width: 768px) {
    #section-7 {
        padding: 20px 0;
    }
}

#section-8 {
    padding: 50px 0 100px;
    background-color: #fff;
}

#section-8 h1 {
    text-transform: uppercase;
    text-align: left;
}

@media (max-width: 768px) {
    #section-8 {
        padding: 0 0 50px;
    }
}

#section-9 {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.contImgFixed {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-image: url(../img/img-6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    top: 0;
    z-index: -1;
}

@media (max-width: 768px) {
    #sectionFixed {
        display: none;
    }
}

#sectionFixedTop {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 900px;
}

#sectionFixedTop .contenedorGrande {
    position: absolute;
    background-color: #375672;
    padding: 30px;
    bottom: -110px;
    z-index: 1;
}

#sectionFixedTop h1.txtGigante {
    position: absolute;
    top: -85px;
}

@media (max-width: 768px) {
    #sectionFixedTop {
        padding: 0;
        margin-top: auto;
    }

    #sectionFixedTop .contenedorGrande {
        position: relative;
        padding: 20px;
        bottom: auto;
    }

    #sectionFixedTop h1.txtGigante {
        position: relative;
        top: auto;
    }
}

#section-10 {
    padding: 50px 0;
    background-color: #4c5f88;
}

#section-10 p,
#section-10 h1 {
    color: #fff;
    text-align: center;
}

@media (max-width: 768px) {
    #section-10 {
        padding: 20px 0;
    }
}

#section-11 {
    padding: 50px 0 0px;
    background-color: #fff;
}

#section-11 .columnas {
    align-items: center;
}


@media (max-width: 768px) {
    #section-11 {
        padding: 20px 0 0;
    }
}

#section-12 {
    padding: 50px 0;
    background-color: #fff;
}

#section-12 .columnas {
    align-items: center;
}

@media (max-width: 768px) {
    #section-12 {
        padding: 0 0 20px;
    }

    #section-12 .columnas {
        flex-flow: column-reverse;
    }
}

#section-13 {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    background-color: #fff;
}

#section-13 .contenedorGrande {
    position: absolute;
    top: 100px;
}

#section-13 h1,
#section-13 p {
    color: #fff;
    text-align: center;
}

@media (max-width: 768px) {
    #section-13 {
        padding: 0 0 20px;
    }

    #section-13 .contenedorGrande {
        position: relative;
        top: 20px;
    }

    #section-13 h1,
    #section-13 p {
        color: #002e5b;
    }
}

#section-14 {
    padding: 30px 0;
    background-color: #243b54;
}

#section-14 h3 {
    color: #fff;
    text-align: center;
}

#section-14 a {
    color: #fff;
}

@media (max-width: 768px) {
    #section-14 {
        padding: 20px 0;
    }
}

.logoMarca {
    height: auto;
    display: flex;
    justify-content: center;
    padding: 20px 40px 7px;
    background-color: #fff;
}

.logoMarca img {
    width: 220px;
    height: auto;
}

@media (max-width: 768px) {
    .logoMarca {
        padding: 20px 40px 7px;
        margin-top: 0;
    }

    .logoMarca img {
        width: 200px;
    }
}

.fondogris {
    background-color: #585757;
    padding: 30px 50px;
}


/* footer-bottom */

.footer-bottom {
    width: 100%;
    padding: 12px 0;
    background-color: #fff;
}

.footer-bottom .footer-copyright {
    font-family: "acumin-pro", sans-serif;
    font-weight: 100;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

@media (max-width: 768px) {
    .footer-bottom .footer-copyright {
        font-size: 9px;
    }
}