/* elemenst gral */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: "Quicksand";
    src: url('../fonts/Quicksand-VariableFont_wght.ttf');
}

@font-face {
    font-family: "LibreFranklint";
    src: url('../fonts/LibreFranklin-VariableFont_wght.ttf');
}

body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    font-family: "LibreFranklint";
    font-style: normal;
}

.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: "LibreFranklint";
    font-weight: 300;
    font-size: 33px;
    color: #fff;
}

h2 {
    font-family: "Quicksand";
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

h3 {
    font-family: "LibreFranklint";
    font-weight: 100;
    font-size: 26px;
    color: #fff;
}

@media (max-width: 768px) {
    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }
}

p {
    font-family: "LibreFranklint";
    font-weight: 100;
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    p {
        font-size: 18px !important;
    }
}

a {
    color: #fff;
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

span {
    font-family: "LibreFranklint";
    font-weight: bold;
    color: #f68e01;
}

p.capital-letter:first-letter {
    font-family: "LibreFranklint";
    font-weight: bold;
    float: left;
    font-size: 85px;
    line-height: 81px;
    margin-right: 5px;
}

mark {
    background-color: #f68e01;
    color: #fff;
}

.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;
}

.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);
}

.columna50 {
    width: calc(50% - 20px);
}

.columna40 {
    width: calc(40% - 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,
    .columna50,
    .columna40,
    .columna33,
    .columna30,
    .columna25 {
        width: 100%;
        margin-top: -20px;
    }
    .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: 38px;
    margin: 0px;
    border-left: 4px solid #fff;
    padding-left: 20px;
}

@media (max-width: 768px) {
    .destacadoTop {
        padding: 20px;
        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;
    margin-top: 40px;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
    width: 100%;
    height: auto;
}

#section-1 {
    padding: 50px 0;
}

#section-1 .contenedor{
    padding: 0 200px;
}

@media (max-width: 768px) {
    #section-1 {
        padding: 20px 0;
    }
    
    #section-1 .contenedor{
        padding: 0 20px;
    }
}

#section-2 {
    padding: 50px 0;
}

@media (max-width: 768px) {
    #section-2 {
        padding: 20px 0;
    }

    #section-2 img {
        margin-bottom: 20px;
    }
}

#section-3{
    padding: 50px 0;
}

@media (max-width: 768px) {
    #section-3{
        padding: 20px 0;
    }
}

#section-4 {
    padding: 50px 0;
}

#section-4 h2 mark{
    color: #000;
    line-height: 1.4;
}

@media (max-width: 768px) {
    #section-4{
        padding: 20px 0;
    }
}

#section-5{
    padding: 50px 0;
}

@media (max-width: 768px) {
    #section-5{
        padding: 20px 0;
    }
}

#section-6 {
    padding: 50px 0;
}

@media (max-width: 768px) {
    #section-6{
        padding: 20px 0;
    }
}

#section-7 {
    padding: 50px 0;
}

#section-7 h2 mark{
    color: #f68e01;
    background-color: #fff;
    line-height: 1.4;
}

@media (max-width: 768px) {
    #section-7{
        padding: 20px 0;
    }
}

#section-8 {
    padding: 50px 0;
}

#section-8 .fondoNaranja {
    position: relative;
    background-color: #f68e01;
    width: 90%;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 40px 0 80px;
}

#section-8 .fondoNaranja::before {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 5px;
    height: 150px;
    top: 70px;
    left: 100px;
}

@media (max-width: 768px) {
    #section-8{
        padding: 20px 0;
    }

    #section-8 .fondoNaranja {
        width: 95%;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        padding: 20px 0;
    }

    #section-8 .fondoNaranja::before {
        display: none;
    }
}

#section-9 {
    position: relative;
    padding: 50px 0;
}

img.imgSec9 {
    position: absolute;
    width: 60%;
    top: -120px;
    right: 0;
}

@media (max-width: 768px) {
    #section-9 {
        position: relative;
        padding: 20px 0;
    }
    
    img.imgSec9 {
        position: relative;
        width: 100%;
        top: auto;
        right: auto;
        margin-bottom: 20px;
    }
}

#section-10 {
    padding: 50px 0;
}

#section-10 h2 mark{
    color: #000;
    line-height: 1.4;
}

@media (max-width: 768px) {
    #section-10{
        padding: 20px 0;
    }
}

#section-11 {
    position: relative;
    padding: 50px 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

#section-11 .contenedor {
    position: absolute;
}

#section-11 span {
    color: #fff;
}

@media (max-width: 768px) {
    #section-11 {
        padding: 20px 0;
    }

    img.fondoSec11 {
        margin-bottom: 20px;
    }
    
    #section-11 .contenedor {
        position: relative;
    }
}

#section-12{
    padding: 0 0 50px;
}

#section-12 p{
    text-align: center;
}

.logoMarca {
    height: auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    padding: 7px 40px;
    /* background-color: rgba(0, 0, 0, .1); */
}

.logoMarca img {
    width: 400px;
    height: auto;
}

@media (max-width: 768px) {
    .logoMarca {
        margin-top: 20px;
    }
    .logoMarca img {
        width: 200px;
    }
}

.fondogris{
    background-color: #585757;
    padding: 30px 50px;
}


/* footer-bottom */

.footer-bottom {
    width: 100%;
    padding: 12px 0;
}

.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;
    }
}