/* elemenst gral */

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

@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: "FFDINforPUMA-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;
}

@media (max-width: 768px) {

    .contenedor,
    .contenedorAncho {
        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: "FFDINforPUMA-Regular";
    font-size: 40px;
}

h2 {
    font-family: "FFDINforPUMA-Bold";
    font-size: 30px;
    line-height: 1.2;
}

h3 {
    font-family: "FFDINforPUMA-Bold";
    font-size: 30px;
    line-height: 1.2;
}

h4 {
    font-family: "FFDINforPUMA-Bold";
    font-size: 25px;
    line-height: 1.2;
}

p {
    font-family: "FFDINforPUMA-Regular";
    font-size: 24px;
    line-height: 1.2;
}

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

    h2 {
        font-size: 22px !important;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 20px;
    }

    p {
        font-size: 18px !important;
    }
}

a {
    color: #fff !important;
    text-decoration: underline !important;
    font-family: "FFDINforPUMA-Bold" !important;
}

b {
    font-family: "FFDINforPUMA-Bold" !important;
}

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

span {
    font-family: "FFDINforPUMA-Bold" !important;
    color: #000;
}


mark {
    background-color: #fb5557 !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%;
}

@media (max-width: 768px) {
    header {
        padding: 0;
        width: 100%;
    }
}

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

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

.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,
    .columna55,
    .columna50,
    .columna45,
    .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;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

@media (max-width: 1000px) {
    .video {
        width: 100%;
    }
}

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

#section-1 {
    position: relative;
    padding: 70px 0;
    background-color: #fff;
    z-index: 2;
}

#section-1 img {
    padding-right: 20px;
}

#section-1 h2 {
    color: #ed625f;
}

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

    #section-1 img {
        width: 60%;
        margin: 0 20%;
        padding-right: 0
    }
}

#section-2 {
    position: relative;
    padding: 100px 0;
    background-color: #000;
}

#section-2 h2,
#section-2 p {
    color: #fff;
}

.contParrafoSec2 {
    padding-right: 50px;
}

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

    .contParrafoSec2 {
        padding-right: 0;
    }

    #section-2 img {
        width: 70%;
        margin: 40px 15% 0;
    }
}

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

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

    #section-3 .contenedorAncho {
        padding: 0;
    }
}

#section-4 {
    padding: 80px 0;
    background-image: url(../img/fondo.jpg);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: bottom center;
}

#section-4 h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 80px;
    font-size: 36px;
}

#section-4 h1 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

#section-4 p {
    color: #fff;
    margin: 10px 0 0;
}

.parrafoSec4Iz {
    margin-bottom: 30px;
    padding: 0 0 0 20px;
    border-left: 2px dashed #fff;
}

.parrafoSec4Da {
    margin-bottom: 31px;
    padding: 0 0 86px 20px;
    border-left: 2px dashed #fff;
}

@media (max-width: 768px) {
    #section-4 {
        padding: 30px 0;
        background-size: cover;
    }

    #section-4 h2 {
        margin: 0 0 30px;
        font-size: 22px;
    }

    .parrafoSec4Da {
        margin-top: 30px;
        padding: 0 0 0 20px;
    }
}

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

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

#section-5 img.infografia {
    margin-top: 80px;
    padding: 0 100px;
}

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

    #section-5 img.infografia {
        margin-top: 30px;
        padding: 0;
    }
}

#section-6 {
    padding: 80px 0;
    background-color: #000;
}

#section-6 h2 {
    font-size: 40px;
}

#section-6 h2,
#section-6 p,
#section-6 span {
    color: #fff;
}

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

    #section-6 h2 {
        font-size: 22px;
    }

    #section-6 img {
        width: 70%;
        margin: 0 15% 30px;
    }
}

#section-7 {
    position: relative;
    padding: 50px 0;
    background-color: #ed625f;
}

#section-7 h2 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
}

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

    #section-7 h2 {
        font-size: 22px;
    }
}

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

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

#section-10 {
    position: relative;
    padding: 50px 0;
    background-color: #ec625f;
}

#section-10 h4 {
    font-family: "FFDINforPUMA-Bold" !important;
    font-size: 22px !important;
    margin: 0;
    color: #fff;
    text-align: center;
}

#section-10 .paddingLadosAncho {
    padding: 0 140px;
}

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

    #section-10 .paddingLadosAncho {
        padding: 0;
    }
}

.logoMarca {
    height: auto;
    display: flex;
    justify-content: center;
    padding: 50px 40px 7px;
}

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

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

    .logoMarca img {
        width: 200px;
    }
}


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