/* ===================================
    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);
    color: #212121;
}

h3 {
  font-size: calc(1.2rem + .9vw);
}

h4 {
    font-size: calc(1.1rem + .3vw);
}

section {
  padding: 5rem 0;
}

p {
    font-family: "Manrope", sans-serif;
    color: #212121;
}

/*================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-fluid {
    border-bottom: 1px solid #ffffff;
    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;
}

.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;
}

/*================MAIN SECTION================*/
.background-container {
   background-image:url(https://mkt.urbanitae.com/rs/178-PWS-136/images/devoluciones-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;
}

.nav-link:hover {
    color: #ffffff;
}

.main .container-fluid .row {
    width: inherit;
}

@media (min-width: 768px) {
    .border-end-md {
        border-right: 1px solid rgba(255, 255, 255, 0.3) !important; 
    }
}

/* ===================================
   PRIMERO
====================================== */

.primero {
    
}

/* ===================================
   PROYECTOS
====================================== */

.proyectos {
    background-color: #EEF1F6;
}
.proyectos .pry {
    box-shadow:  0 0.2rem 1rem rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
    
.proyectos .datos {
    border-bottom: 1px solid #212121;
    padding-bottom: 1rem;
}

.proyectos h3 {
    font-family:"Roboto Serif", serif;
    font-weight: 400;
}

.proyectos .datos p {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.proyectos .estimada {
   color: #606060;
    border-right: 1px solid #212121;  
}

.proyectos .estimada p{
   color: #818181;
}

.proyectos .realidad {
    font-weight: 800;
}

.proyectos .realidad p:first-of-type {
    background: linear-gradient(to top, #5dfaae 40%, transparent 40%);
    display: inline;
}

.proyectos .col-pinares {
    background-image: url(https://mkt.urbanitae.com/rs/178-PWS-136/images/devoluciones-pinares-2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.proyectos .col-haus {
    background-image: url(https://mkt.urbanitae.com/rs/178-PWS-136/images/devoluciones-haus.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.proyectos .col-prime {
    background-image: url(https://mkt.urbanitae.com/rs/178-PWS-136/images/devoluciones-localprime.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}


/* ===================================
   BENEFICIOS
====================================== */

.beneficios {
    background-color: #30b767;
}

.beneficios .interior {
    padding: 1.5rem;
    border-radius: 5px;
    border: 1px solid #ffffff;
    height: 100%;
    background-color: #30b767;
    box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.3);
    transition: all 0.4s ease;
}

.beneficios h3 {
    font-family:"Roboto Serif", serif;
    font-weight: 400;
}

.beneficios .fa-regular {
    padding-bottom: 1rem;
    font-size: 1.5rem;
    color: #ffffff;
    display: block;
}

.beneficios p {
    color: #ffffff;
    text-align: justify;
    margin-top: 1rem;
}

.beneficios .col:hover .interior{
    background-color: #ffffff;
    transition: color 0.3s ease;
}

.beneficios .col:hover h3 {
    background: linear-gradient(to top, #5dfaae 40%, transparent 40%);
    display: inline; 
}

.beneficios .col:hover p, .beneficios .col:hover .fa-regular{
    color: #212121;
    transition: color 0.4s ease;
}

/* ===================================
   FAQS
====================================== */

.faqs {
    background-color: #ffffff;
    color: #212121;
}

.faqs a, .faqs .accordion-button, .faqs .accordion-item {
    color: #212121;
}

.faqs a {
    text-decoration: underline;    
}

.faqs .accordion-item {
    border: inherit;
    border-radius: 0;
    border-bottom: 1px solid #212121;
    padding: 0.5rem 0;
}

.faqs .accordion-button:not(.collapsed) {
    color: #212121;
    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 {
    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: '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) {
    
    
}

@media (max-width: 768px) {

  .logo {
    margin: auto;
    width: 176px;
   } 
    
   .main {
        height: auto;
    }
    
    .navbar {
        padding: 0;
    }
    
    .navbar .container-fluid {
    background-color: rgba(0, 0, 0, 0.75);
    font-weight: 800;
    padding-left: 25px;
    padding-right: 25px;
    }
    
    .main .container .row {
        margin-top: 4.5rem;
    }
    
    .beneficios .interior {
        background-color: #ffffff;
    }

    .beneficios .fa-regular {
        color: #212121;
    }

    .beneficios p {
        color: #212121;
        text-align: left;
    }

    .beneficios .col h3 {
        background: linear-gradient(to top, #5dfaae 40%, transparent 40%);
        display: inline; 
    }
    
    .proyectos .col-pinares, .proyectos .col-haus, .proyectos .col-prime {
        height: 300px;
    }

}

@media (max-width:576px) {
       
    section {
      padding: 3rem 1rem;
    }
     
}

@media (max-width: 350px) {

}