/* 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: "DINEngschriftStd";
    src: url('../fonts/DINEngschriftStd.otf');
}

@font-face {
    font-family: "FFDINforPUMA-Light";
    src: url('../fonts/FFDINforPUMA-Light.ttf');
}

@font-face {
    font-family: "FFDINforPUMA-Regular";
    src: url('../fonts/FFDINforPUMA-Regular.ttf');
}

@font-face {
    font-family: "FFDINforPUMA-Bold";
    src: url('../fonts/FFDINforPUMA-Bold.ttf');
}


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: "libre-franklin", sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #5dd8d1;
    margin: 0;
}

h2 {
    font-family: "libre-franklin", sans-serif;
    font-size: 25px;
    font-weight: 100;
    color: #00204b;
    margin: 0;
    text-align: center;
}

h3 {
    font-family: "libre-franklin", sans-serif;
    font-weight: 900;
    font-size: 30px;
    color: #dc2c37;
    text-transform: uppercase;
    margin: 0;
}

h4{
    font-family: "libre-franklin", sans-serif;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

h5 {
    font-family: "libre-franklin", sans-serif;
    font-weight: 100;
    font-size: 24px;
    color: #707070;
    margin: 0;
}

@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-family: "libre-franklin", sans-serif;
    font-weight: 100;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}

p.grande {
    font-size: 22px;
}

@media (max-width: 768px) {
    p {
        font-size: 18px !important;
    }
}

a {
    color: #fff;
}

b {
    font-family: "libre-franklin", sans-serif;
    font-weight: bold;
    color: #5dd8d1;
}

i {
    font-family: "libre-franklin", sans-serif;
}

img {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

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 {
    background-color: #d1c7b3;
    color: #00567b;
    font-weight: 900;
}

.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%;
}

/* .hero img {
    width: 70%;
} */

@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(53% - 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;
}

.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: 440px;
}

@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: #000;
}

#section-1 h2 {
    color: #5dd8d1 ;
    padding: 0 60px;
}

@media (max-width: 768px) {
    #section-1 {
        padding: 50px 0;
    }

    #section-1 h2 {
        padding: 0;
    }
}

#section-2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000;
}

#section-2 .img-wrapper {
    position: relative;
    width: calc(50% - 90px);
    left: 70px;
    bottom: 0;
    z-index: 2;
}

#section-2 .img-wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #7fa4f9;
    left: -70px;
    bottom: -70px;
}

#section-2 .imgCorte {
    position: relative;
    height: auto;
    display: block;
    width: 100%;
    z-index: 1;
}

#section-2 h1 {
    text-transform: uppercase;
    color: #e8f9f8;
}

#section-2 .columnSec8 {
    width: calc(50% - 20px);
}

#section-2 .parrafoContenido {
    width: 480px;
}

@media (max-width: 768px) {
    #section-2 {
        flex-flow: column;
    }

    #section-2 .img-wrapper {
        position: relative;
        width: 100%;
        left: 5px;
    }

    #section-2 .img-wrapper::before {
        left: -5px;
        bottom: -5px;
    }

    #section-2 .columnSec8 {
        width: 100%;
        padding: 0 20px;
    }

    #section-2 .parrafoContenido {
        width: auto;
    }
}

#section-3 {
   background-color: #000;
   padding: 170px 0;
}

#section-3 h1 {
    text-transform: uppercase;
}

#section-3 .contParrafoCorte {
    align-items: flex-end;
    width: 55%;
}

#section-3 .parrafoContenido {
    width: 600px;
}

#section-3 .imgCorte {
    width: 38%;
}

@media (max-width: 768px) {
    #section-3 {
        padding: 20px 0;
    }

    #section-3 .conSecCorte {
        flex-flow: column-reverse;
    }

    #section-3 .contParrafoCorte {
        width: 100%;
        padding: 0 20px;
    }

    #section-3 .parrafoContenido {
        width: 100%;
    }

    #section-3 .imgCorte {
        width: calc(100% - 20px);
        margin: 0 -20px 20px 0;
    }
}

#section-4 {
    padding: 50px 0;
    background-color: #7f64f6;
    background-image: url(../img/img-3.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-top: 5px solid #7f64f6;
    border-bottom: 5px solid #7f64f6;
}

#section-4 h1 {
    text-align: center;
    text-transform: uppercase;
}

#section-4 p {
    text-align: center;
}

.conCuadricula {
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
}

.cuadricula {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: calc(25% - 40px);
    background-color: rgb(255, 255, 255, .3);
    padding: 0 20px;
}

.cuadricula h1 {
    position: relative;
    font-weight: 900;
    font-size: 105px;
    color: #7f64f6;
    width: fit-content;
}

.cuadricula h1::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #7f64f6;
    bottom: 5px;
    left: 0;
}

.cuadricula p {
    font-weight: 500;
}

@media (max-width: 768px) {
    #section-4 {
        padding: 50px 0 20px;
    }
    
    .conCuadricula {
        flex-flow: column;
        margin: 30px auto 10px;
    }

    .cuadricula {
        width: 100%;
        margin-bottom: 20px;
    }
}

#section-5 {
    position: relative;
    background-color: #5dd8d1;
    padding: 100px 0;
}

#section-5 h1 {
    text-transform: uppercase;
    color: #fff;
}

#section-5 b {
    color: #4a4a66;
}

#section-5 .parrafoContenido {
    width: 600px;
}

#section-5 .img-wrapper {
    position: absolute;
    width: 38%;
    right: 70px;
    bottom: 0;
    z-index: 2;
}

#section-5 .img-wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #7fa4f9;
    right: -70px;
    bottom: -70px;
}

#section-5 .imgCorte {
    position: relative;
    height: auto;
    display: block;
    width: 100%;
    z-index: 1;
}

@media (max-width: 768px) {
    #section-5 {
        padding: 0 0 1px;
    }

    #section-5 .parrafoContenido {
        width: auto;
    }

    #section-5 .img-wrapper {
        position: relative;
        width: 100%;
        right: 5px;
    }

    #section-5 .img-wrapper::before {
        right: -5px;
        bottom: -5px;
    }

    #section-5 h1 {
        margin-top: 25px;
    }
}

#section-6 {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: #e8f9f8;
    padding: 130px 0 50px;
}

#section-6 h1 {
    position: absolute;
    font-size: 32px;
}

img.imgSeg6 {
    width: 200px;
    margin-left: 0;
}

#section-6 h1 {
    color: #4a4a66;
    padding: 0 220px;
}

@media (max-width: 768px) {
    #section-6 {
        padding: 20PX 0;
    }

    #section-6 h1 {
        position: relative;
        font-size: 26px;
        padding: 0 20px;
        margin-top: 20px;
    }

    img.imgSeg6 {
        width: 50%;
        margin-left: auto;
    }
}

#section-7 {
    padding: 50px 0;
    background-color: #000;
}

@media (max-width: 768px) {
    #section-7 {
        padding: 20px 0;
    }
}

#section-8 {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 200px 0 0;
    background-color: #4a4a66;
}

#section-8 .img-wrapper {
    position: relative;
    width: calc(50% - 90px);
    left: 70px;
    bottom: 0;
    z-index: 2;
}

#section-8 .img-wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #5dd8d1;
    left: -70px;
    bottom: -70px;
}

#section-8 .imgCorte {
    position: relative;
    height: auto;
    display: block;
    width: 100%;
    z-index: 1;
}

#section-8 h1 {
    text-transform: uppercase;
    color: #5dd8d1;
}

#section-8 .columnSec8 {
    width: calc(50% - 20px);
}

#section-8 .parrafoContenido {
    width: 510px;
}

@media (max-width: 768px) {
    #section-8 {
        flex-flow: column;
        padding: 0 0 20px;
    }

    #section-8 .img-wrapper {
        width: 100%;
        left: 5px;
        margin-bottom: 25px;
    }

    #section-8 .img-wrapper::before {
        left: -5px;
        bottom: -5px;
    }

    #section-8 .columnSec8 {
        width: 100%;
        padding: 0 20px;
    }

    #section-8 .parrafoContenido {
        width: auto;
    }
}

#section-9 {
    background-color: #000;
    padding: 100px 0 80px;
}

#section-9 p {
    padding: 0 225px;
}

@media (max-width: 768px) {
    #section-9 {
        background-color: #000;
        padding: 20px 0;
    }

    #section-9 p {
        padding: 0;
    }
}

.logoMarca {
    height: auto;
    display: flex;
    justify-content: center;
    padding: 57px 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;
    }
}