/* ===================================
    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;
}
  

.manrope {
  font-family: "Manrope", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


/*================DEFAULTS================*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  
:root {
    --color-principal: #124079;
}

  body {
    font-family: 'Manrope', 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: 'bw_modelica_lgc_ss01_2regular', serif;
     font-optical-sizing: auto;
     font-style: normal;
     font-weight: 500;
}

h2 {
     font-family: 'Manrope', serif;
     font-optical-sizing: auto;
     font-style: normal;
     font-weight: 600;
}

h1 span {
     font-family: "bw_modelica_lgc_ss01_2bold", serif;
     font-optical-sizing: auto;
     font-style: normal;
     font-weight: 500;
}

h1 strong, h2 strong {
    font-family: "bw_modelica_lgc_ss01_2bold", serif;
     font-optical-sizing: auto;
     font-style: normal;
     font-weight: 700; 
}

h3, h4, h5, h6 {
    font-family: 'Manrope', serif;
     font-optical-sizing: auto;
     font-style: normal;
     font-weight: 500; 
}

h2 {
  font-size: calc(1.4rem + .9vw);
}

h3 {
  font-size: calc(1.2rem + .9vw);
}

h4 {
    font-size: calc(1.1rem + .3vw);
}

section {
  padding: 5rem 0;
}

p {
    font-family: "Manrope", sans-serif;
}

/*================NAVBAR================*/
.navbar {
    display: flex;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    padding: 0 30px;
    font-size: 20px;
    z-index: 1;
    align-items: center;
}

.navbar .container {
    border-bottom: 1px solid #ffffff;
    padding-top: 3rem;
    padding-bottom: 0.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: 210px;
}

.simbolo {
    width: calc(1.8rem + 6.9vw);
}

.navbar .cta-menu {
    color: #fff;
    background-color: #30b767 !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 40px;
    padding: 7px 24px;
    margin: 0 auto;
    display: inline-block;
    max-width: fit-content;
    font-family: 'Manrope', sans-serif;
    line-height: 23px;
    letter-spacing: 1px;
    appearance: initial;
    transition: all .5s ease !important;
}


.navbar .nav-link {
    font-size: 0.9rem;
    color: #ffffff;
}

.navbar-toggler {
    border: var(--bs-border-width) solid #ffffff;
    margin-top: -22px;
}

.fa-solid {
    color: #ffffff;
}

/*================MAIN SECTION================*/
.background-container {
   background-image:url(https://mkt.urbanitae.com/rs/178-PWS-136/images/referidos-hero-bg.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 h1 {
    font-size: 3rem;
    max-width: 540px;
}

.nav-link:hover {
    color: #ffffff;
}

/* ===================================
   ¿CÓMO HACERLO?
====================================== */

.hacerlo {
    background-color: #ffffff;
    color: var(--color-principal);
}

.hacerlo .timeline-container {
    position: relative;
    padding-left: 0; 
}

.hacerlo .icon-column {
    position: relative;
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center;
    min-height: 100%; 
}

.hacerlo .timeline-item {
    position: relative;
}

.hacerlo .timeline-container::before {
    content: '';
    position: absolute;
    top: 0; 
    bottom: 0;
    left: 82px;
    width: 2px;
    background-color: var(--color-principal);
    z-index: 0;
}

.timeline-dot {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 90px;
    width: 10px;
    height: 10px;
    background-color: var(--color-principal);
    border-radius: 50%;
    z-index: 2;
}

.text-column {
    color: #124079;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width:1400px) {
    
    .hacerlo .timeline-container::before {
        left: 70px;
    }
    .timeline-dot {
        left: 78px;
    }
}

@media (max-width:1200px) {
    
    .hacerlo .timeline-container::before {
        left: 60px;
    }
    .timeline-dot {
        left: 68px;
    }
}

@media (max-width:992px) {
    
    .hacerlo .timeline-container::before {
        left: 80px;
    }
    .timeline-dot {
        left: 88px;
    }
}

@media (max-width:768px) {
    
    .hacerlo .timeline-container::before {
        left: 60px;
    }
    .timeline-dot {
        left: 68px;
    }
}

@media (max-width:576px) {
    
    .hacerlo .timeline-container::before {
        left: 56px;
    }
    .timeline-dot {
        left: 64px;
    }
}

@media (max-width:515px) {
    
    .hacerlo .timeline-container::before {
        left: 50px;
    }
    .timeline-dot {
        left: 58px;
    }
}

@media (max-width:460px) {
    
    .hacerlo .timeline-container::before {
        left: 45px;
    }
    .timeline-dot {
        left: 53px;
    }
}

@media (max-width:428px) {
    
    .hacerlo .timeline-container::before {
        display: none;
    }
    .timeline-dot {
        display: none;
    }
}

/* ===================================
   BENEFICIOS
====================================== */

.beneficios {
    background-color: #30B767;
    color: #FFFFFF;
}

.beneficios .card {
    background-color: #30b767;
    color: #ffffff;
    border: #ffffff solid 1px;
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
    padding: 1.5rem;
    height: 100%;
}

/* ===================================
   RECOMPENSA
====================================== */

.recompensa {
    background-color: #ffffff;
    color: #124079;
    padding-bottom: 0;
}

.recompensa .texto-final {
    font-size: 1.5rem;
}

.recompensa .flecha-simulada {
    height: 2px; 
    background-color: #124079; 
    position: relative; 
    flex-grow: 1; 
    margin-right: 8px;
}

.recompensa .flecha-simulada::after {
    content: '';
    position: absolute;
    right: -8px;
    top: -4px; 
    
    width: 0; 
    height: 0; 
    border-top: 5px solid transparent; 
    border-bottom: 5px solid transparent; 
    border-left: 8px solid #124079; 
}

.recompensa .row .col-lg-4, .texto-intermedio {
    color: #124079; 
    white-space: nowrap; 
}


@media (min-width: 992px) {
    .recompensa .row .col-lg-4 {
        flex: 0 0 auto; 
        width: 33.333333%; 
    }
}

/* ===================================
   CONDICIONES
====================================== */

.condiciones {
    background-color: #124079;
    color: #ffffff;
    background-image:url(https://mkt.urbanitae.com/rs/178-PWS-136/images/referidos-condiciones-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}

/* ===================================
   FAQS
====================================== */

.faqs {
    background-color: #ffffff;
    color: #124079;
}

.faqs a, .faqs .accordion-button, .faqs .accordion-item {
    color: #124079;
}

.faqs a {
    text-decoration: underline;    
}

.faqs .accordion-item {
    border: inherit;
    border-radius: 0;
    border-bottom: 1px solid #120479;
    padding: 0.5rem 0;
}

.faqs .accordion-button:not(.collapsed) {
    color: #124079;
    background-color: #ffffff;
    box-shadow: inherit;
}

/* ===================================
   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: 'Manrope', sans-serif;
    line-height: 23px;
    letter-spacing: 1px;
    appearance: initial;
    transition: all .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: 'Manrope', sans-serif;
    line-height: 23px;
    letter-spacing: 1px;
    appearance: initial;
    transition: all .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: 'Manrope', sans-serif;
    line-height: 23px;
    letter-spacing: 1px;
    appearance: initial;
    transition: all .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: 'Manrope', 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 .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;
}

.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-brand {
        padding-top: 0;
        margin-top: -10px;
    }
    .logo {
        width: 180px;
    }

    .main h1 {
        font-size: 2.5rem;
    } 
    
}

@media (max-width: 768px) {

  .logo {
    margin: auto;
    width: 176px;
   } 
    
   .main h1 {
        font-size: 2.1rem;
    }
    
    .main p {
        font-size: 1.1rem;
    }
}

@media (max-width:576px) {
       
    section {
      padding: 3rem 1rem;
    }
     
    .main h1 span {
        font-size: calc(1.375rem + 4vw);
    }
    
    h1 {
        font-size: calc(1.375rem + 1.1vw);
    }
    
    .main p {
        font-size: 1rem;
    }
    
    .recompensa span {
        display: none;
    }
    
    .recompensa .texto-final {
    font-size: 1.2rem;
}

}

@media (max-width: 350px) {
  .btn-urbanitae {
    font-size: 13px;
  }
}