body {
    font-family: "Roboto", sans-serif;
}

img {
    max-width: 100%;
}

p {
    font-weight: 300;
}

.container {
    max-width: 1140px;
}

.btn.btnKibernum {
    background: #01424C;
    color: #FFFFFF;
    font-size: 0.8669rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    min-width: 10rem;
    border-radius: 5px;
    text-transform: uppercase;
}

.btn.btnKibernum:hover {
    background: #FFFFFF;
    color: #01424C;
}

.btn.btnKibernum.btnKibBlanco {
    background: #FFFFFF;
    color: #01424C;
}

.btn.btnKibernum.btnKibBlanco:hover {
    background: #000;
    color: #fff;
}

.btn.btnKibernum.btnEbook {
    color: #fff;
    background: transparent;
    text-decoration: underline;
}

.btnes_flex {
    display: flex;
    gap: 20px;
}

.tits_secciones {
    font-size: 34px;
    line-height: 41px;
    text-transform: uppercase;
}

.tits_secciones.tit_transf_none {
    text-transform: none;
}

.pre_tit {
    color: #01424C;
    font-size: 15px;
    line-height: 1;
    display: block;
    text-transform: uppercase;
}

.cta {
    max-width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cta_text {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

header {
    position: absolute;
    width: 100%;
    padding: 10px 0;
}

.section {
    padding: 80px 0;
}

.logo {
    max-width: 250px;
}

.ppal {
    padding: 0;
    background: linear-gradient(to top, #111111c7, #1111113d), url(../img/bg-microsoft-week.jpg) no-repeat center center;
    background-size: cover;
    min-height: 90vh;
}

.ppal>.container>.row {
    height: 100%;
}

h1 {
    color: #fff;
    font-size: 64px;
    line-height: 1.1;
    padding-right: 50px;
    text-align: center;
    padding: 0 20%;
    font-weight: 700;
}

h1 span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #DEE0FF;
}

.img_partner {
    width: 100%;
}

.img_partner img {
    max-width: 250px;
}

.ppal p {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    padding-right: 30px;
    font-weight: 500;
}

.iconos_ppal {
    justify-content: center;
    gap: 20px;
}

.icono_ppal {
    color: #fff;
    text-align: center;
    gap: 10px;
    align-items: center;
}

.icono_ppal i {
    color: #DEE0FF;
}


/** contador **/
.contador {
    background: linear-gradient(to right, #ec167f, #883ff9);
    padding: 30px 0;
    color: #fff;
}

#countdown {
    display: flex;
    justify-content: center;
}

.contador ul {
    padding: 0;
}

.contador li {
    display: inline-block;
    font-size: 1em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
    text-align: center;
}

.contador li span {
    display: block;
    font-size: 4rem;
}

.emoji {
    display: none;
    padding: 1rem;
}

.emoji span {
    font-size: 4rem;
    padding: 0 .5rem;
}

@media all and (max-width: 768px) {
    .contador h2 {
        font-size: calc(1.5rem * var(--smaller));
    }

    .contador li {
        font-size: 15px;
    }

    .contador li span {
        font-size: 35px;
    }
}

.video_webinar {
    padding: 120px 0;
    background: #000 url() no-repeat right center;
    background-size: contain;
    position: relative;
    z-index: 1;
}

.texto_bg {
    font-size: 180px;
    line-height: 150px;
    width: 60%;
    color: #000;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 30px;
    -webkit-text-stroke: 3px #ffffff24;
    text-transform: uppercase;
    z-index: -1;
}

.text_destacado {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
}

.text_destacado span {
    display: block;
    font-size: 40px;
    line-height: 50px;
}

.video_webinar p {
    color: #fff;
    font-size: 15px;
}


.ebook {
    background: #01424C;
}

.ebook .container {
    max-width: 950px;
}

.img-ebook {
    max-width: 300px;
}

.ventajas {
    background: linear-gradient(to top, #2828288a, #2828288a), #282828 url(../img/fondo-circulos.png) no-repeat center center;
    background-size: cover;
}

.ventajas>.container>.row>.col-sm {
    padding: 0 40px;
}

.box_ventajas {
    position: relative;
    border-radius: 20px;
    background: #000;
    padding: 40px 30px 40px 50px;
    height: 100%;
    display: flex;
}

.icono_ventajas {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: absolute;
    left: -50px;
    top: 20px;
}

.icono_ventajas img {
    width: 40px;
}

.texto_ventajas {
    color: #fbfdff;
}

.texto_ventajas h4 {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
}

.texto_ventajas p {
    font-size: 15px;
    line-height: 24px;
}

.como_hacemos {
    background-color: #000;
}

.box_hacemos {
    position: relative;
    border: 3px solid #01424C;
    border-radius: 15px;
    position: relative;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pasos {
    position: absolute;
    right: -10px;
    top: -10px;
}

.numero {
    width: 50px;
    height: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    background-color: #01424C;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
}

.texto_hacemos h3 {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.texto_hacemos p {
    font-size: 13px;
    line-height: 20px;
}

.video {
    background-color: #01424C;
}

.testimonios {
    background-color: #f1f1f1;
}

.content_testimonios {
    gap: 20px;
}

.textos_testimonios {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.video_testimonio {
    width: 60%;
}

.testimonio {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 10px 10px;
    border-radius: 10px;
    border: 2px solid #000;
    background: #f0f3f5 url(../img/comillas.png) no-repeat center center;
    background-size: 30%;
}

.logo_testimonio img {
    width: 127px;
}

.testimonios p {
    color: #37465A;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
}

.logos {
    display: flex;
    gap: 3.3%;
    flex-wrap: wrap;
}

.logo_partner {
    width: 30%;
}

.logo_partner img {
    filter: grayscale(1);
}

.content_contacto {
    display: flex;
    gap: 20px;
    background: #01424C url(../img/dots-arrow.png) no-repeat left center;
    background-size: cover;
    padding: 30px;
    border-radius: 20px;
}

.contacto_texto,
.contacto_form {
    width: 100%;
}

.contacto_texto p {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
}

.contacto_form {
    background: #fff;
    padding: 30px;
    border-radius: 14px;
}

footer {
    background: #fff;
    padding: 20px 0;
    margin-top: 30px;
}

footer img {
    max-width: 300px;
}

footer p {
    font-weight: 500;
    font-size: 15px;
}

.modal .modal-title {
    font-size: 36px;
    padding: 0;
}

.btn_flotante {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.gracias {
    background: linear-gradient(to top, #000000c1, #00000066), url(../img/bg-microsoft-week.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
}

.gracias .d-flex img {
    width: 300px;
}

.texto_gracias {
    padding: 0 40px;
}

@media (max-width:768px) {
    .ppal {
        min-height: 90vh;
    }

    h1 {
        font-size: 50px;
        text-align: Center;
        padding: 0;
    }

    /* .ppal .row.d-flex {
        flex-direction: column-reverse;
    } */

    .iconos_ppal {
        flex-wrap: wrap;
    }

    .ppal p {
        margin-bottom: 30px;
        text-align: Center;
        padding: 0;
    }

    .btn_cta {
        display: flex;
        justify-content: center;
    }

    .video_webinar {
        overflow: hidden;
    }

    .texto_bg {
        font-size: 100px;
        line-height: 90px;
    }

    .ebook .container>.d-flex {
        flex-direction: column-reverse;
        align-items: centeR;
    }

    .ebook h2 {
        text-align: center;
    }

    .ebook p {
        text-align: Center;
    }

    .box_ventajas {
        padding: 60px 30px 30px 30px;
    }

    .icono_ventajas {
        top: -50px;
        left: calc(50% - 40px);
    }

    .ventajas>.container>.row>.col-sm {
        padding: 40px;
    }

    .como_hacemos>.container>.row>.col-sm {
        padding: 10px 40px;
    }

    .content_testimonios {
        flex-direction: column-reverse;
    }

    .textos_testimonios,
    .video_testimonio {
        width: 100%;
    }

    .content_contacto {
        flex-direction: column;
    }
}