/* 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: "Abril_Text_Light";
    src: url('../fonts/Abril_Text_Light.otf');
}

@font-face {
    font-family: "Abril_Text_LightItalic";
    src: url('../fonts/Abril_Text_LightItalic.otf');
}

@font-face {
    font-family: "Abril_Text_SemiBoldItalic";
    src: url('../fonts/Abril_Text_SemiBoldItalic.otf');
}

@font-face {
    font-family: "Abril_Text_Bold";
    src: url('../fonts/Abril_Text_Bold.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: "Abril_Text_Light";
    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;
}

.contenedorAncho {
    position: relative;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}

.contenedorAngosto {
    position: relative;
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) {

    .contenedor,
    .contenedorAncho,
    .contenedorAngosto {
        width: 100%;
        padding: 0 20px;
        margin: 0;
    }
}

.contenedorRight {
    position: relative;
    width: 85%;
    margin-left: 15%;
}

@media (max-width: 768px) {
    .contenedorRight {
        width: 100%;
        padding: 0 20px;
        margin: 0;
    }
}

h1 {
    font-family: "libre-franklin", sans-serif;
    font-weight: 100;
    font-size: 40px;
    color: #ebad00;
    line-height: 1;
}

h2 {
    font-family: "libre-franklin", sans-serif;
    font-weight: 100;
    color: #fff;
    font-size: 38px;
    line-height: 1.2;
}

h3 {
    font-family: "libre-franklin", sans-serif;
    font-weight: 100;
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    margin: 0;
}

h4 {
    font-family: "libre-franklin", sans-serif;
    font-size: 26px;
    line-height: 1.1;
}

h5 {
    font-family: "libre-franklin", sans-serif;
    font-size: 22px;
    line-height: 1.2;
}

@media (max-width: 768px) {
    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }
}

p {
    font-family: "libre-franklin", sans-serif;
    font-weight: 100;
    color: rgba(0, 0, 0, .5);
    font-size: 18px;
    line-height: 1.5;
}

b {
    font-weight: bold;
    color: rgba(0, 0, 0, .5);
}

a {
    font-weight: 700;
    color: #ebad00;
}

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

mark {
    background-color: #829af4 !important;
    color: #fff !important;
}

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

.marginBottom {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .flexBox {
        flex-flow: column;
        margin-left: 0px !important;
    }

    .marginNegativoMobile {
        margin-top: -20px;
    }

    .marginBottom {
        margin-bottom: 0;
    }
}

.paddingTop {
    padding-top: 40px;
}

.paddingBottom {
    padding-bottom: 40px;
}

.paddingLadosAncho {
    padding: 0 100px;
}

.paddingLados {
    padding: 0 240px;
}

.paddingArribaAbajo {
    padding: 30px 0;
}

.paddingArribaAbajoLados {
    padding: 30px 100px;
}

@media (max-width: 768px) {
    .paddingLados {
        padding: 0;
    }

    .paddingArribaAbajo {
        padding: 0;
    }

    .paddingArribaAbajoLados {
        padding: 0;
    }

    .paddingLadosAncho {
        padding: 0;
    }
}

header {
    position: relative;
    width: 100%;
}

.hero {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

@media (max-width: 768px) {
    .hero {
        padding: 0;
    }
}

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

.marginBottom50 {
    margin-bottom: 50px !important;
}

@media (max-width: 768px) {
    .columnas {
        flex-flow: column;
        z-index: 9999999;
    }

    .columna70,
    .columna60,
    .columna66,
    .columna50,
    .columna40,
    .columna33,
    .columna30,
    .columna25 {
        width: 100%;
    }

    .marginBottomMobile {
        margin-bottom: 20px;
    }

    .marginMenos20Mobile {
        margin-top: -20px;
    }

    .marginBottom50 {
        margin-bottom: 0;
    }

    img.img-3 {
        margin-bottom: 50px;
    }
}

.fondoimgfull {
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.contenedorparrafoimgfull {
    position: absolute;
    max-width: 1024px;
}

.contenedorparrafoimgfull p,
.contenedorparrafoimgfull span {
    color: #000;
}

.contenedorparrafoimgfull mask {
    background-color: #fff;
    text-transform: uppercase;
    font-size: 30px;
}

.contenedorVideo {
    position: absolute;
    max-width: 1024px;
    width: 100%;
}

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

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

@media (max-width: 768px) {
    .fondoimgfull {
        flex-flow: column;
    }

    .contenedorparrafoimgfull {
        position: relative;
        left: 0;
        width: 100%;
        padding: 0 20px;
        bottom: 0;
    }

    .contenedorparrafoimgfull mask {
        background-color: #fff;
        font-size: 22px;
    }

    .contenedorparrafoimgfull p,
    .contenedorparrafoimgfull span {
        color: #000;
    }

    .reverseMobile {
        display: flex;
        flex-flow: column-reverse
    }
}

#section-1 {
    padding: 100px 0;
    background-color: #ba4217;
}

#section-1 h3 {
    text-align: center;
}

#section-1 b {
    color: #fff;
}

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

#section-2 {
    position: relative;
    padding: 100px 0;
    background-color: #e4ded7;
    border-bottom: 2px solid #ad9985;
}

#section-2::after {
    position: absolute;
    content: '';
    background-color: #ad9985;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
}

#section-2 .columnas {
    align-items: center;
    padding: 0 100px;
}

#section-2 img {
    padding-right: 50px;
}

#section-2 p {
    padding-left: 50px;
}

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

    #section-2::after {
        display: none;
    }

    #section-2 .columnas {
        padding: 0;
    }

    #section-2 img {
        padding-right: 0;
    }

    #section-2 p {
        padding-left: 0;
    }
}

#section-3 {
    position: relative;
    padding: 100px 0;
    background-color: #fff;
}

#section-3::after {
    position: absolute;
    content: '';
    background-color: #ad9985;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
}

#section-3 .contenedor {
    position: relative; 
}

#section-3 .contenedor::after {
    position: absolute;
    content: '';
    background-color: #ad9985;
    width: 2px;
    height: calc(100% + 200px);
    top: -100px;
    right: -50px;
}

#section-3 .columnas {
    align-items: center;
}

#section-3 h1,
#section-3 p {
    text-align: right;
    padding-right: 50px;
}

#section-3 b {
    color: rgba(0, 0, 0, .7);
}

#section-3 img {
    padding-left: 50px;
}

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

    #section-3::after {
        display: none;
    }

    #section-3 .contenedor::after {
        height: calc(100% + 40px);
        top: -20px;
        right: 5px;
    }

    #section-3 h1,
    #section-3 p {
        text-align: left;
        padding-right: 0;
    }

    #section-3 img {
        padding-left: 0;
        width: 70%;
        margin-top: 20px;
    }
}

#section-4 {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 800px;
}

img.imgFixed {
    position: fixed;
    width: auto !important;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 768px) {
    #section-4 {
        height: auto;
    }

    img.imgFixed {
        position: relative;
        width: 100% !important;
        height: auto;
    }
}

#section-6 {
    padding: 100px 0;
    background-color: #ebad00;
}

#section-6 .columnas {
    align-items: center;
}

#section-6 h1 {
    margin-top: 10px;
}

#section-6 h1,
#section-6 p,
#section-6 b {
    color: #fff;
}

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

    #section-6 h1 {
        margin-top: 30px;
    }
}

#section-7 {
    position: relative;
    padding: 100px 0;
    background-color: #fff;
}

#section-7::after {
    position: absolute;
    content: '';
    background-color: #ad9985;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
}

#section-7 .contenedor {
    position: relative; 
}

#section-7 .contenedor::after {
    position: absolute;
    content: '';
    background-color: #ad9985;
    width: 2px;
    height: calc(100% + 200px);
    top: -100px;
    left: -50px;
}

#section-7 .columnas {
    align-items: center;
}

#section-7 img {
    padding-right: 50px;
}

#section-7 h1 {
    color: #ba4217;
}

#section-7 h1,
#section-7 p {
    padding-left: 50px;
}

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

    #section-7 .contenedor::after {
        height: calc(100% + 40px);
        top: -20px;
        left: 5px;
    }

    #section-7 img {
        padding-right: 0;
    }

    #section-7 h1,
    #section-7 p {
        padding-left: 0;
    }
}

#section-9 {
    background-color: #efebe7;
    padding: 100px 0;
    border-bottom: 2px solid #ad9985;
}

#section-9 .contenedor {
    padding: 0 100px;
}

#section-9 h1 {
    color: #ad9985;
    text-align: center;
}

#section-9 p,
#section-9 b {
    text-align: center;
}

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

    #section-9 .contenedor {
        padding: 0 20px;
    }
}

#section-10 {
    padding: 100px 0;
    background-color: #fff;
}

#section-10 .columnas {
    align-items: center;
}

#section-10 h1 {
    color: #ba4217;
    text-align: right;
}

#section-10 p,
#section-10 b {
    text-align: right;
}

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

    #section-10 .columnas {
        flex-flow: column-reverse;
    }

    #section-10 h1,
    #section-10 p,
    #section-10 b {
        text-align: left;
    }
}

#section-11 {
    padding: 100px 0 60px;
    background-color: #ba4217;
}

#section-11 h3 {
    margin-bottom: 40px;
    text-align: center;
}

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

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

    #section-11 h3 {
        margin-bottom: 20px;
    }
}

.logoMarca {
    height: auto;
    display: flex;
    justify-content: center;
    padding: 0 40px;
    background-color: #fff;
    border-bottom: 2px solid #ad9985;
}

.logoMarca img {
    height: auto;
    width: 550px;
    border-left: 2px solid #ad9985;
    border-right: 2px solid #ad9985;
    padding: 20px 50px;
}

@media (max-width: 768px) {
    .logoMarca {
        margin-top: 20px;
        padding: 0px 40px 7px;
        border: none;
    }

    .logoMarca img {
        width: 270px;
        border: none;
        padding: 0;
    }
}

/* 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;
    }
}