body {
    font-family: "Outfit", 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: 'Outfit', 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: url(../img/bg-ppal-udemy-3.jpg) no-repeat center center;
    background-size: cover;
    min-height: 100vh;
}

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

.info_ppal {
    padding: 50px;
}

.bg-webinar-udemy {
    background: url(../img/udemy-ppal.jpg) no-repeat center;
    background-size: cover;
    padding: 50px;
}

h1 {
    color: #000;
    font-size: 53px;
    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: #01424C;
}

.img_partner {
    width: 100%;
}

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

.ppal p {
    color: #000;
    font-size: 17px;
    line-height: 22px;
    padding-right: 30px;
    font-weight: 400;
}

.evento {
    display:flex;
    align-items:center;
    gap:10px;
}

.evento i {
    font-size:25px;
    margin:0;
}
.fecha_evento {
    font-weight: 700;
    font-size:17px;
    margin-bottom:0;
}

.fecha_evento span {
    font-weight:400;
    display: block;
    font-size: 14px;
}

.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_old {
    background: linear-gradient(to right, #ec167f, #883ff9);
    padding: 15px 0;
}
.contador {
    /* background: linear-gradient(to right, #ec167f, #883ff9);
    padding: 30px 0; */
    color: #fff;
    display:flex;
    align-items:center;
    justify-content: center;
}

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

.contador ul {
    padding: 0;
}

.contador li {
    display: flex;
    font-size: 1em;
    list-style-type: none;
    padding: .5em 1em;
    text-transform: uppercase;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
}

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

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

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

/** Campana animada **/
.msj_campana {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #ffffff3b;
    border-radius: 50px;
    padding: 5px 20px 5px 0;
}

.icon--bell {
    border-radius: 50px;
    background: red;
    padding: 10px 12px;
    color: #fff;
    margin: -13px;
}

.icon--bell.animated {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial;
  }

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  2% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  4% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  6% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  8% {
    -webkit-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  10% {
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  12% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  14% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  18% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  20% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}


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

.instructora {
    background: linear-gradient(to top, #fff 20%, transparent 100%), #fff url(../img/bg-ppal-udemy-2.jpg) no-repeat center;
    background-size: cover;
}

.text_destacado {
    color: #282828;
    font-size: 27px;
    line-height: 27px;
}

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


.contacto {
    /* background:#000; */
}

.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: #282828 url(../img/bg-kibernum.webp) no-repeat center center;
    background-size: cover;
    height: 100vh;
}

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

.texto_gracias {
    padding: 0 40px;
}

@media (min-width:1024px) and (max-width: 1366px) {
    h1 {
        font-size:48px;
    }

    .ppal p {
        font-size:16px;
    }
}

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

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

    .info_ppal {
        padding: 100px 10px 30px 10px
    }

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

    .evento {
        justify-content:center;
    }

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