/* ===================================
    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;
  }
  
  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: 400;
}

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;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.2);
}
  
.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/main-bg-cnmv.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 .row {
    padding-bottom: 10rem;
}

.main h1 span{
    font-size: 4rem;
}

.main p {
    text-align: left;
    font-size: 1.4rem;
    max-width: 630px;
    font-weight: 200;
}

.nav-link:hover {
    color: #ffffff;
}

/* ===================================
   CNMV
====================================== */
.cnmv p {
    /* */
}

.cnmv .recuadro {
    background-color: #30b767;
    color: #ffffff;
    padding: 1rem;
    max-width: 135px;
    z-index: 100;
    position: relative;
    left: 80%;
    top: 140px;
}

    .cnmv .epse{
        padding-left: 50px;
    }

/* ===================================
   URBANITAE
====================================== */
.urbanitae {
    background-image:url(https://mkt.urbanitae.com/rs/178-PWS-136/images/bg-cnmv-urba-sec.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;  
}

.urbanitae .col {
    backdrop-filter: blur(10px);
    background-color: rgb(255,255,255,0.3);
    padding: 2rem;
    margin:1rem 2rem;
}

.urbanitae h5 {
    font-weight: 300;
}

.urbanitae h5 span {
    font-weight: 600;
    font-size: 2rem;
}

/* ===================================
   POR QUE
====================================== */

.por-que h3 {
    padding-bottom: 1rem;
    border-bottom: 1px solid #212121;
    font-size: 1.25rem;
    color: #30b767;
}

.por-que i {
    color: #30b767;
    font-size: 1.3rem;
}

/* ===================================
   EMPIEZA
====================================== */
.empieza {
    background-color: #30b767;
    color: #ffffff;
}

/* ===================================
   FAQS
====================================== */
.faqs {
    background-color: #ffffff;
    color: #212121;
}

.faqs .accordion-item {
    background-color: #ffffff!important;
    margin-bottom: 1.2rem;
    border: solid 1px #30b767 !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: #ffffff!important;
    color: #30b767!important;
    font-weight: bolder;

}

.faqs h2 {
    text-align: center;
}

.faqs h4 {
    font-family: 'bw_modelica_lgc_ss01_2bold', sans-serif;
    color: #853FE8!important;
}

.faqs .accordion-button:not(.collapsed) {
    color: #30b767!important;
    box-shadow: none!important;
}

.faqs .accordion-body {
  color: #212121!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: 'bw_modelica_lgc_ss01_2bold', 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: 'bw_modelica_lgc_ss01_2bold', 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: 'bw_modelica_lgc_ss01_2bold', 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: 'bw_modelica_lgc_ss01_2bold', 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;
}

.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:1400px) {
  
}

@media (max-width:992px) {
    
    
    .navbar-brand {
        padding-top: 0;
        margin-top: -10px;
    }
    .logo {
        width: 180px;
    }

     .main h2  {
        font-size: calc(1rem + 2vw)
    }
    
    .main p {
        font-size: 1rem;
    }
       
    .lideres {
        background-position: bottom 0 right -130px;
    }
    
    .cnmv .recuadro {

        left: 10%;
        top: 40px;
    }
    
        .cnmv .epse{
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}

@media (max-width: 768px) {

  .logo {
    margin: auto;
    width: 176px;
   } 
    
    .lideres {
       background-position: bottom 0 right -370px;
    }
    
    .col-pt, .col-fr, .col-it {
        height: 300px;
    }
    
    .urbanitae .col {
        
        margin:1rem 0;
    }
    
    .cnmv .recuadro {

        left: 80%;
        top: 130px;
    }
    
}

@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);
    }
    
    .lideres {
       background-position: bottom 0 right -470px;
    } 
}

@media (max-width: 350px) {
  .btn-urbanitae {
    font-size: 13px;
  }
}