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

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

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

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

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

section {
    position: relative;
}

.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 {
        padding: 0 20px;
    }
}

h1 {
    font-family: "Roboto-Bold";
    font-size: 24px;
}

h1.subTitulo {
    margin-bottom: -15px;
    font-size: 20px;
    text-transform: uppercase;
    color: #01c5c4;
}

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

p {
    font-family: "Roboto-Light";
    color: #000;
    font-size: 20px;
    line-height: 1.5;
}

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

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

span {
    font-family: "Roboto-Bold";
}

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

.marginBottom{
    margin-bottom: 40px;
}

.hero {
    position: relative;
    width: 100%;
    height: auto;
}

.img-hero {
    display: flex;
    justify-content: center;
}

.destacado{
    margin: 40px 0;
}

.destacado p{
    font-family: "Pulso-Regular";
    font-size: 24px;
    color: #9063ee;
}

.contenedorVideo {
    width: 100%;
    background-color: #0c284d;
    padding: 40px 0;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

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

.columnas{
    display: flex;
    justify-content: space-between;
}

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

.columna25{
    width: calc(25% - 20px);
}

@media (max-width: 768px) {
    .columnas{
        flex-flow: column;
    }
    .columna50,
    .columna25{
        width: 100%;
    }

    .columna25{
        margin-bottom: 20px;
    }
}

.alinearFlexBox{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .alinearFlexBox{
        display: block;
    }
}

img.manchaAzulFull{
    position: relative;
}

.manchaAzulTop{
    position: absolute;
}

.manchaAzulTop h2{
    font-family: "Pulso-Regular";
    font-size: 26px;
    color: #fff;
}

@media (max-width: 768px) {
    img.manchaAzulFull{
        display: none;
    }

    .manchaAzulTop{
        position: relative;
    }

    .manchaAzulTop h2{
        color: #000;
        font-size: 20px;
        margin-top: 40px;
    }
}

.imgFull{
    margin-bottom: 60px;
}

.imgFull img{
    position: relative;
}

.infoImgFull{
    position: absolute;
    left: 0;
    bottom: -30px;
    background-color: #00003ca6;
    width: 90%;
    padding: 40px 10px 40px 50px;
}

.infoImgFull p{
    font-family: "Pulso-Regular";
}

.infoImgFull2{
    position: absolute;
}

.infoImgFull2 h1{
    font-family: "Pulso-Regular";
    font-size: 26px;
    color: #fff;
}

.infoImgFull2 p{
    color: #fff;
}

@media (max-width: 768px) {
    .infoImgFull{
        position: relative;
        left: 0;
        bottom: 0;
        background-color: #00beeb;
        width: 100%;
        padding: 20px;
    }

    .infoImgFull2{
        position: relative;
    }

    .infoImgFull2 h1,
    .infoImgFull2 p{
        color: #000;
    }
}

.infoImgFull p{
    color: #fff;
}

.manchaCentrada{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 900px;
    margin: 40px auto;
}

.manchaCentrada2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
}

img.fondoAzulCentrado{
    position: relative;
}

h2.txtFondoAzulCentrado{
    position: absolute;
    font-family: "Pulso-Regular";
    font-size: 26px;
    color: #fff;
    width: 660px;
    text-align: center;
    top: 30px;
}

h2.txtFondoAzulCentrado2{
    position: absolute;
    font-family: "Pulso-Regular";
    font-size: 24px;
    color: #fff;
    width: 800px;
    text-align: center;
    top: 40px;
}

span.talic{
    font-family: "Roboto-BoldCondensedItalic";
}

@media (max-width: 768px) {
    .manchaCentrada{
        width: 100%;
        margin: 40px 0;
    }

    .manchaCentrada2{
        width: 100%;
        margin: 40px 0;
    }

    img.fondoAzulCentrado{
        height: 500px;
    }

    h2.txtFondoAzulCentrado{
        font-size: 20px;
        width: 80%;
        top: auto;
    }

    h2.txtFondoAzulCentrado2{
        font-size: 20px;
        width: 65%;
        top: 100px;
    }
}

.fondoCeleste{
    background-color: #9063ee;
    padding: 40px 0;
    margin-top: 30px;
}

.fondoCeleste p,
.fondoCeleste a{
    color: #fff;
}

.destacadoBottom h1{
    font-family: "Pulso-Regular";
    font-size: 26px;
    color: #00beeb;
    text-align: center;
}

.destacadoBottom p{
    text-align: center;
    color: #00beeb;
}

.logoMarca {
    height: auto;
    margin-top: 50px;
    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 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;
    }
}