/*================DEFAULTS================*/
html {
    scroll-behavior: smooth;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Outfit", sans-serif;
    font-size: 16px !important;
    color: #ffffff;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    background-color: #ffffff;
}

h1,
h2 {
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
}

h1 strong {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
}

h2 {
    font-size: calc(1.4rem + 0.9vw);
}

h3 {
    font-size: calc(1.2rem + 0.9vw);
}

h4 {
    font-size: calc(1.1rem + 0.3vw);
}

section {
    padding: 5rem 0;
}

p {
    font-family: "Outfit", sans-serif;
}

.morado-academy {
    color: #853fe8 !important;
}

/*================NAVBAR================*/
.navbar {
    display: flex;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    padding: 0 30px;
    font-size: 20px;
    z-index: 1;
    align-items: center;
    margin-bottom: 10px;
}

.navbar .container {
    /* border-bottom: 1px solid #ffffff;*/
    padding-top: 3rem;
    padding-bottom: 2.5rem;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: none;
    font-size: 1.5rem;
}

.navbar .navbar-collapse {
    flex-direction: row-reverse;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 1rem;
}

.logo {
    display: inline-block;
    max-width: 260px;
    height: auto;
    width: 190px;
}

.simbolo {
    width: calc(1.8rem + 6.9vw);
}

.navbar .nav-link {
    font-size: 1rem;
    color: #ffffff;
}

#main {
    background-color: rgba(0, 0, 0, 0.3);
}

.fa-solid {
    color: #ffffff;
}

/*================MAIN SECTION================*/
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(https://mkt.urbanitae.com/rs/178-PWS-136/images/academy-header.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 0;
}

.hero-section .banner {
    background-color: #ffffff;
    color: #002360;
}

.hero-section .banner p {
    display: inline-block;
}

.banner-btn {
    color: #fff;
    background-color: #002360 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border-radius: 30px;
    padding: 10px 26px;
    margin: 0 auto;
    display: inline-block;
    max-width: fit-content;
    font-family: "Outfit", sans-serif !important;
    line-height: 20px;
    letter-spacing: 2px;
    appearance: initial;
    transition: all 0.5s ease !important;
}

.hero-section h1 {
    font-family: "Cormorant Garamond", serif;
}

.nav-link:hover {
    color: #ffffff;
}

.hero-section .carousel-inner {
    padding-top: 120px;
}

.hero-section .kwantic {
    width: 100px;
}

.carousel-indicators [data-bs-target] {
    border-top: inherit;
    border-bottom: inherit;
    border-radius: 12px;
    width: 12px;
    height: 12px;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #5dfaae;
}

/* ===================================
   que es
====================================== */
.que_es {
    color: #002360;
    padding: 0;
}

.que_es .col:first-of-type {
    padding: 3rem 0;
}

.que_es .imagen {
    background-image: url(https://mkt.urbanitae.com/rs/178-PWS-136/images/academy-student-boy.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.que_es p {
    text-align: justify;
}

/* ===================================
   urbanitae
====================================== */
.urbanitae {
    background-color: #002360;
    color: #ffffff;
}

.urbanitae p {
    font-size: calc(0.6rem + 0.9vw);
}

.urbanitae .card {
    border: #002360 1px solid;
}

.urbanitae .card-body {
    background-color: #002360;
}

.urbanitae .card-title {
    color: #5dfaae;
    text-align: center;
    font-size: calc(1.5rem + 0.9vw);
}

.urbanitae .card-subtitle {
    color: #ffffff;
    text-align: center;
    font-size: calc(0.5rem + 0.9vw);
}

/* ===================================
   QUE VER - CONTENIDO
====================================== */
.que-ver {
    background-color: #eef1f6;
    color: #002360;
    padding-top: 0;
}

.que-ver .container-fluid {
    background-color: #002360;
    color: #ffffff;
}

/* ===================================
   VIDEO
====================================== */

.video {
    padding: 2rem 0;
}

/*================SLIDER SECTION================*/

.que-ver a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
}

.que ver h3 {
    font-size: 20px;
}
.owl-1 .owl-nav,
.owl-2 .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
}

.owl-carousel .owl-item img {
    object-fit: cover;
}

.media-29101 .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.media-29101 .text {
    padding: 0 50px 25px 50px;
}
@media (max-width: 991.98px) {
    .media-29101 .text {
        padding: 20px;
        width: 100%;
    }

    .owl-carousel .owl-item img {
        height: auto;
    }
}

.media-29101 .text h2 {
    font-family: "Garamond", times, serif;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 30px;
}
.media-29101 .text h2 a {
    color: #212121;
}
.nav-1,
.nav-2 {
    width: 100%;
    border-bottom: 1px solid #002360;
    margin-bottom: 40px;
}
.nav-1 a,
.nav-2 a {
    color: #999;
    padding: 20px;
    text-align: center;
    display: inline-block;
}
.nav-1 a:hover,
.nav-2 a:hover {
    color: #000;
}
.nav-1 a.active {
    color: #212121;
    background-color: rgb(133, 63, 232, 0.2);
    font-weight: 900;
}

.nav-2 a.active {
    color: #212121;
    background-color: rgb(110, 255, 202, 0.2);
    font-weight: 900;
}

.nav-1 a.active:before,
.nav-2 a.active:before {
    content: "";
    bottom: -1px;
    left: 0;
    right: 0;
    position: absolute;
}

/* ===================================
   POR QUÉ ACADEMY
====================================== */
.why-academy {
    color: #002360;
}

.why-academy p {
    text-align: justify;
}

/* ===================================
   DESCUBRE
====================================== */
.descubre {
    background-image: url(https://mkt.urbanitae.com/rs/178-PWS-136/images/academy-fondo-descubre.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.descubre p {
    font-size: calc(0.6rem + 0.9vw);
}

.descubre-mod {
    background-image: url(https://mkt.urbanitae.com/rs/178-PWS-136/images/academy-fondo-descubre.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.descubre-mod p {
    font-size: calc(0.3rem + 0.9vw);
}

/* ===================================
   COMO FUNCIONA
====================================== */
.funciona {
    padding-top: 0;
}

.funciona .container-fluid {
    background-color: #002360;
    color: #ffffff;
}

.funciona .container {
    color: #002360;
}

.funciona .card {
    border-color: #eef1f6;
    background-color: #eef1f6;
    box-shadow: 4px 4px 4px 0 rgba(0, 35, 96, 0.2);
}

.funciona .card-body {
    padding-top: 4rem;
}

.funciona .card-title {
    font-size: 2.2rem;
    color: #853fe8 !important;
}

.funciona .card-subtitle {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    color: #002360;
}

.funciona .card-text {
    color: #002360;
}

.funciona a {
    color: #002360 !important;
}

/* ===================================
   FAQS
====================================== */
.faqs {
    background-color: #eef1f6;
    color: #002360;
}

.faqs .accordion-item {
    background-color: #eef1f6 !important;
    margin-bottom: 1.2rem;
    border: solid 1px #002360 !important;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    padding: 0.1rem;
}

.faqs .accordion-button {
    background-color: #eef1f6 !important;
    color: #002360 !important;
    font-weight: bolder;
}

.faqs h2 {
    text-align: center;
}

.faqs h4 {
    font-family: "Outfit", sans-serif;
    color: #853fe8 !important;
}

.faqs .accordion-button:not(.collapsed) {
    color: #853fe8 !important;
    box-shadow: none !important;
}

.faqs .accordion-body {
    color: #853fe8 !important;
}

.sticky-cta {
    display: none;
}

/* FLECHA SCROLL */

.scroll-top-arrow {
    background-color: #853fe8;
    text-align: center;
}

.scroll-top-arrow {
    font-size: 25px;
    line-height: 45px;
    color: #fff !important;
    display: none;
    height: 45px;
    width: 45px;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 50%;
    text-decoration: none;
    z-index: 99;
    border-radius: 100%;
    box-shadow: 0 4px 8px rgb(0, 0, 0, 0.5);
}

/* ===================================
   PROPIOS URBANITAE
====================================== */
.bt-g4 {
    border-top: solid 9px #5dfaae;
}

.bb-g4 {
    border-bottom: solid 5px #5dfaae;
}

.lb-g4 {
    border-left: solid 5px #5dfaae;
}

.btn-urbanitae {
    color: #fff;
    background-color: #30b767 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border-radius: 30px;
    padding: 14px 36px;
    margin: 0 auto;
    display: inline-block;
    max-width: fit-content;
    font-family: "bw_modelica_lgc_ss01_2bold", sans-serif;
    line-height: 23px;
    letter-spacing: 2px;
    appearance: initial;
    transition: all 0.5s ease !important;
}

.academy-btn {
    color: #fff;
    background-color: #002360 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border-radius: 30px;
    padding: 14px 36px;
    margin: 0 auto;
    display: inline-block;
    max-width: fit-content;
    font-family: "Outfit", sans-serif !important;
    line-height: 20px;
    letter-spacing: 2px;
    appearance: initial;
    transition: all 0.5s ease !important;
}

.btn-urbanitae-wh-tr {
    color: #fff;
    border: 4px solid #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border-radius: 30px;
    padding: 14px 36px;
    margin: 0 auto;
    display: inline-block;
    max-width: fit-content;
    font-family: "bw_modelica_lgc_ss01_2bold", sans-serif;
    line-height: 23px;
    letter-spacing: 2px;
    appearance: initial;
    transition: all 0.5s ease !important;
}

.btn-urbanitae-wh-tr-sticky {
    color: #fff;
    border: 4px solid #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border-radius: 42px;
    padding: 12px 33px;
    margin: 0 auto;
    display: inline-block;
    max-width: fit-content;
    font-family: "Outfit", sans-serif;
    line-height: 18px;
    letter-spacing: 1px;
    appearance: initial;
}

btn-urbanitae-wh-tr-sticky:hover {
    border-color: #5dfaae !important;
}

.btn-urbanitae-wh-gr {
    color: #30b767;
    background-color: #ffffff;
    border: 4px solid #5dfaae;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    border-radius: 30px;
    padding: 14px 36px;
    margin: 0 auto;
    display: inline-block;
    max-width: fit-content;
    font-family: "bw_modelica_lgc_ss01_2bold", sans-serif;
    /* line-height: 21px; */
    letter-spacing: 2px;
    appearance: initial;
    transition: all 0.5s ease !important;
}

.btn-urbanitae:hover {
    /* background-color: #5dfaae !important; */
    color: #ffffff;
    transform: scale(1.04);
}

.btn-urbanitae-wh-tr:hover {
    transform: scale(1.04);
    color: #ffffff;
}

.btn-urbanitae-wh-gr:hover {
    transform: scale(1.04);
    color: #30b767;
}

.bg-urb {
    background-color: #30b767;
}

.matrix-border-4 {
    border: 4px solid #5dfaae;
}

.matrix-border-5 {
    border: 5px solid #5dfaae;
}

.trust {
    padding: 2.5rem 0 !important;
    background-color: #ffffff;
}

.urba-link {
    color: #30b767;
    text-decoration: underline;
}

.urba-link:hover {
    color: #5dfaae;
    text-decoration: underline;
}

.urba-link-white {
    color: #ffffff;
    text-decoration: underline;
}

.urba-link-white:hover {
    font-weight: 600;
    color: #ffffff;
    text-decoration: underline;
}

.urba-link-black {
    color: #000000;
    text-decoration: underline;
}

.urba-link-black:hover {
    color: #000000;
    font-weight: 600;
}

.matrix-recuadro {
    border: solid 2px #5dfaae;
    width: auto;
    min-height: 100%;
}

.negro-urb {
    color: #212121;
}

.verde-1 {
    color: #30b767;
}

.verde-4 {
    color: #5dfaae !important;
}

.azul-urb {
    color: #124079;
}

.pink-urb {
    color: #edc3df;
}

.yellow-urb {
    color: #efca7a;
}

.bgc-verde-suave {
    background-color: #6effca;
}

/******** MEDIA QURIES**********/

@media (max-width: 1200px) {
    .main {
        height: auto;
    }
}

@media (max-width: 992px) {
    .logo {
        width: 140px;
        margin-top: -16px;
    }
    .navbar {
        height: 60px;
    }

    .navbar .container {
        padding-top: 1.5rem;
    }

    .navbar-brand {
        padding-top: 0;
        margin-top: -10px;
    }

    .faqs h2,
    .faqs p {
        text-align: center;
    }

    .urbanitae p,
    .descubre p {
        font-size: calc(0.85rem + 0.9vw);
    }

    .urbanitae .card-title {
        font-size: calc(2.5rem + 0.9vw);
    }

    .urbanitae .card-subtitle {
        font-size: calc(0.8rem + 0.9vw);
    }

    .video {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        font-size: calc(0.5rem + 0.9vw);
    }

    .main {
        height: auto;
    }

    .logo {
        width: calc(1.8rem + 14.9vw);
    }

    .hero-section .carousel-inner {
        padding-top: 130px;
    }

    .que_es .col:first-of-type {
        padding: 1.5rem 0;
    }
}

@media (max-width: 576px) {
    section {
        padding: 3rem 0;
    }

    section {
        padding: 3rem 0;
    }

    .urbanitae .card-title {
        font-size: calc(2.6rem + 0.9vw);
    }

    .urbanitae .card-subtitle {
        font-size: calc(1rem + 0.9vw);
    }

    .academy-btn {
        padding: 10px 30px;
        font-size: 13px;
    }

    .sticky-cta {
        position: sticky;
        bottom: 0;
        background-color: #002360;
        width: 100%;
        padding: 15px 0;
        box-shadow: 0 -2px 11px 1px rgba(0, 0, 0, 0.35);
        z-index: 98;
        display: block;
    }
    .sticky-cta .cta {
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 350px) {
    .btn-urbanitae {
        font-size: 13px;
    }
}
