/* GOOGLE FONTS */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Outfit:wght@100..900&display=swap");

/*   Modelica font */
@font-face {
    font-family: "bw_modelica_lgc_ss01_2bold";
    src:
        url("https://mkt.urbanitae.com/rs/178-PWS-136/images/bwmodelicalgcss01-bold-webfont.woff2") format("woff2"),
        url("https://mkt.urbanitae.com/rs/178-PWS-136/images/bwmodelicalgcss01-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "bw_modelica_lgc_ss01_2regular";
    src:
        url("https://mkt.urbanitae.com/rs/178-PWS-136/images/bwmodelicalgcss01-regular-webfont.woff2") format("woff2"),
        url("https://mkt.urbanitae.com/rs/178-PWS-136/images/bwmodelicalgcss01-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*================DEFAULTS================*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --color-principal: #002360;
}

body {
    font-family: "outfit", sans-serif;
    font-size: 16px !important;
    color: #212121;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    background-color: #ffffff;
}

.slider-section,
body {
    overflow-x: hidden;
}

a {
    color: #30b767;
    text-decoration: none;
}

h1 {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
}

h2 {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    color: #002360;
    font-size: calc(1.4rem + 0.9vw);
}

h3,
h4,
h5,
h6 {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
}

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;
    color: #212121;
}

/*================NAVBAR================*/
.navbar {
    display: flex;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    padding: 0 50px;
    font-size: 20px;
    z-index: 1;
    align-items: center;
}

.navbar .container-fluid {
    padding-top: 3rem;
    padding-bottom: 0.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;
}

.nav-link:hover {
    color: #ffffff;
}

.logo {
    display: inline-block;
    max-width: 200px;
    height: auto;
    width: 200px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1rem;
    color: #ffffff;
    padding: 12px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #002360;
    transition: 0.3s ease-in-out;
}

/*================MAIN SECTION================*/
.background-container {
    background-image: url(https://mkt.urbanitae.com/rs/178-PWS-136/images/academym4-bg-hero.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main {
    width: 100%;
    height: 100vh;
    color: #ffffff;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.main .container {
    flex-grow: 1;
    display: flex;
    /*flex-direction: column;
    justify-content: center;*/
    align-items: center;
}

.main h2 span {
    color: #5dfaae;
}

.main .container-fluid .row {
    width: inherit;
}

.inferior h2,
.inferior p {
    text-align: left;
    color: #002360;
}

@media (min-width: 768px) {
    .border-end-md {
        border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
    }
}

/****** puntos *******/

.puntos {
    padding-top: 2rem;
}

.puntos .step-circle {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #002360 0%, #853fe8 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 1rem;
    opacity: 0.6;
}

@media (max-width: 768px) {
    /* Opcional: añadir margen extra en móvil entre pasos */
    .puntos .step-col {
        margin-bottom: 2rem;
    }
}

/* ===================================
   aprender
====================================== */
.aprender {
    padding-top: 0;
    background-image: url(https://mkt.urbanitae.com/rs/178-PWS-136/images/academym4-bg-aprender.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.aprender .container-fluid {
    background-color: #002360;
}

.aprender h2 {
    padding: 10px 0;
    color: #ffffff;
}

.aprender .bloques {
    margin-top: 4rem;
}

.aprender .bloques .col div {
    background-color: #ffffff;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    padding: 3rem 1rem 1rem;
    height: 100%;
}

.aprender .bloques .col .numeral {
    color: #30b767;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.aprender .bloques .col h4 {
    font-family: "Outfit", sans-serif;
    color: #002360;
    font-weight: 700;
    font-size: calc(1.1rem + 0.15vw);
}

/* ===================================
   URBANITAE
====================================== */
.urbanitae span {
    color: #30b767;
    font-size: 2.5rem;
    display: block;
    line-height: 0.9;
}

.urbanitae p {
    color: #002360;
    font-weight: 600;
    font-size: 1.2rem;
}

.urbanitae .carousel-inner {
    padding-top: 120px;
}

.carousel-indicators [data-bs-target] {
    border-top: inherit;
    border-bottom: inherit;
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #002360;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #5dfaae;
}

/* ===================================
   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;
    color: #002360;
}

.faqs h3 {
    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;
}

/* ===================================
   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: 700;
    font-size: 1rem;
    border-radius: 30px;
    padding: 12px 24px;
    margin: 0 auto;
    display: inline-block;
    max-width: fit-content;
    font-family: "Outfit", sans-serif;
    letter-spacing: 1px;
    appearance: initial;
    transition: all 0.5s ease !important;
}

.btn-urbanitae-rev {
    color: #30b767;
    background-color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 30px;
    padding: 12px 24px;
    margin: 0 auto;
    display: inline-block;
    max-width: fit-content;
    font-family: "Outfit", sans-serif;
    appearance: initial;
    transition: all 0.5s ease !important;
}

.btn-urbanitae-wh {
    color: #30b767;
    text-transform: uppercase;
    background-color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 30px;
    padding: 12px 24px;
    margin: 0 auto;
    display: inline-block;
    max-width: fit-content;
    font-family: "Outfit", sans-serif;
    letter-spacing: 1px;
    appearance: initial;
    transition: all 0.5s ease !important;
}

.btn-urbanitae-wh-tr {
    color: #fff;
    border: 4px solid #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 30px;
    padding: 12px 24px;
    margin: 0 auto;
    display: inline-block;
    max-width: fit-content;
    font-family: "Outfit", sans-serif;
    line-height: 23px;
    letter-spacing: 1px;
    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;
    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-rev:hover {
    color: #5dfaae !important;
    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;
}

.btn-academy {
    color: #ffffff;
    background-color: #002360;
    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: "Outfit", sans-serif;
    letter-spacing: 2px;
}

.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;
}

.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;
}

/******** MEDIA QURIES**********/

@media (max-width: 992px) {
    .navbar {
        padding: 0;
    }

    .navbar .container-fluid {
        background-color: rgba(0, 0, 0, 0.75);
        font-weight: 800;
        padding-left: 25px;
        padding-right: 25px;
    }

    .faqs h2,
    .faqs p {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .logo {
        margin: auto;
        width: 176px;
    }

    section {
        padding: 2rem 0;
    }

    .main {
        height: auto;
    }

    .navbar {
        padding: 0;
    }

    .main .container .row {
        margin-top: 4.5rem;
    }

    .inferior h2,
    .inferior p {
        text-align: center;
    }

    .puntos {
        padding-top: 0;
    }
}

@media (max-width: 576px) {
    section {
        padding: 2rem 1rem;
    }
}

@media (max-width: 350px) {
}
