/* elemenst gral */

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

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

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

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf');
}

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

.fondoNegro {
    background-color: #494942;
    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;
}

@media (max-width: 768px) {
    .contenedor {
        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: 'Roboto-Bold';
    font-size: 20px;
    color: #fff;
}

h1.tituloColumnas {
    text-transform: uppercase;
    margin: 0;
}

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

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

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

a {
    color: #fff;
}

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

span {
    font-family: 'Roboto-Bold';
    color: #009aaf;
}

mark {
    background-color: #f0de48;
}

.margin .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;
    }
    .marginNegativoMobile {
        margin-top: -20px;
    }
}

.marginBottom {
    margin-bottom: 40px;
}

.paddingTop {
    padding-top: 40px;
}

.paddingBottom {
    padding-bottom: 40px;
}

.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;
    background-color: #009aaf;
    padding-left: 100px;
}

.destacadoTop h1 {
    font-size: 38px;
    margin: 0px;
    border-left: 4px solid #fff;
    padding-left: 20px;
}

@media (max-width: 768px) {
    .destacadoTop {
        padding: 20px;
    }
    .destacadoTop h1 {
        font-size: 20px;
    }
}

.fondoverde {
    background-color: #009aaf;
    padding: 30px 0;
}

.fondoverde h1 {
    font-size: 26px;
}

.fondoverde p {
    font-size: 28px;
    text-align: right;
}

@media (max-width: 768px) {
    .fondoverde {
        padding: 30px 0;
    }
    .fondoverde p {
        text-align: left;
    }
}

.contenedorVideo {
    width: 100%;
    padding: 0 0 50px;
}

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

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


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