/* ===================================
    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;
}

body {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #212121;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    background-color: #ffffff;
}

a {
    color: #30b767;
    text-decoration: none;
}

h1 {
    font-family: "bw_modelica_lgc_ss01_2regular", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

h2 {
    font-family: "bw_modelica_lgc_ss01_2regular", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

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: "Work Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
}

h2 {
    font-size: calc(1.4rem + 0.9vw);
    color: #212121;
}

h3 {
    font-size: calc(1.2rem + 0.9vw);
}

h4 {
    font-size: calc(1.1rem + 0.3vw);
}

section {
    padding: 5rem 0;
}

p {
    font-family: "Work Sans", sans-serif;
}

.plex {
    font-family: "IBM Plex Serif", serif;
}

/*================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 {
    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;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.logo {
    display: inline-block;
    max-width: 260px;
    height: auto;
    width: 210px;
}

.navbar .cta-menu {
    color: #fff;
    background-color: #30b767 !important;
    font-size: 1rem;
    border-radius: 40px;
    padding: 7px 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 0.5s ease !important;
    text-align: center;
}

.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/fiscalidad-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;
    align-items: center;
}

.nav-link:hover {
    color: #ffffff;
}

.lista-hero p {
    font-family: "IBM Plex Serif", serif;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.1rem;
}

.lista-hero .fa-solid {
    color: #6effca;
}
.linea-destacada {
    width: 72px;
    height: 8px;
    background-color: #6effca;
    margin-top: 7px;
}

/* ===================================
  CUANDO TRIBUTA
====================================== */
.cuando .caja-top {
    background-color: #8be1b7;
    border-radius: 8px;
    padding: 1.5rem;
    font-weight: bold;
}

.cuando .caja-izq {
    background-color: #c2eedc;
    border-radius: 8px;
    padding: 1.5rem;
    font-weight: bold;
}

.cuando .caja-dato {
    background-color: #e8f8f0;
    border-radius: 8px;
    padding: 1.5rem;
}

/* ===================================
  COMO TRIBUTA
====================================== */
.como {
    background-color: #e6f7f0;
}

.como .caja-verde {
    background-color: #bcebdd;
    color: #1a1a1a;
    border-radius: 8px;
    padding: 1.5rem;
}

.como .caja-blanca {
    background-color: #ffffff;
    color: #333;
    border-radius: 8px;
    padding: 1.5rem;
}

/* ===================================
   Impuestos - FAQS
====================================== */

.faqs {
    background-color: #ffffff;
    color: #212121;
}

.faqs .accordion-button,
.faqs .accordion-item {
    color: #212121;
}

.faqs h3 {
    font-family: "IBM Plex Serif", serif;
}
.faqs .accordion-button {
    font-size: 1.3rem;
}

.faqs .accordion-item {
    border: inherit;
    border-radius: 0;
    border-bottom: 1px solid #30b767;
    padding: 0.5rem 0;
}

.faqs .accordion-button:not(.collapsed) {
    color: #212121;
    background-color: #ffffff;
    box-shadow: inherit;
}

.faqs .fa-regular,
.faqs .fa-solid {
    font-size: 1.15rem;
    margin-right: 1rem;
}

.faqs .celda-cabecera {
    background-color: #bcebdd;
    color: #1a1a1a;
}

.faqs .celda-dato {
    background-color: #e6f7f0;
    color: #333;
}

/* ===================================
   MI DECLARACIÓN
====================================== */
.declaracion {
    background-color: #212121;
    color: #ffffff;
}

.declaracion .box {
    border: solid 1px #6effca;
    border-radius: 10px;
}

.declaracion h4 {
    color: #6effca;
    font-family: "IBM Plex Serif", serif;
    font-size: 1.3rem;
}

.declaracion .fa-solid,
.declaracion span {
    color: #6effca;
}

.linea-destacada-2 {
    width: 220px;
    height: 8px;
    background-color: #6effca;
    margin-top: 7px;
}

/* ===================================
   CTA FINAL
====================================== */
.cta-final {
    background-image: url(https://mkt.urbanitae.com/rs/178-PWS-136/images/fiscalidad-cta-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ===================================
   PROPIOS URBANITAE
====================================== */

.btn-urbanitae {
    color: #fff;
    background-color: #30b767 !important;
    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: 20px;
    letter-spacing: 1px;
    appearance: initial;
    transition: all 0.5s ease !important;
}

.btn-urbanitae-rev {
    color: #30b767;
    background-color: #ffffff !important;
    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: 20px;
    letter-spacing: 1px;
    appearance: initial;
    transition: all 0.5s ease !important;
}

.btn-urbanitae-wh {
    color: #30b767;
    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: "bw_modelica_lgc_ss01_2bold", sans-serif;
    line-height: 20px;
    letter-spacing: 1px;
    appearance: initial;
    transition: all 0.5s ease !important;
}

.btn-urbanitae-wh-tr {
    color: #fff;
    border: 4px solid #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: "bw_modelica_lgc_ss01_2bold", sans-serif;
    line-height: 20px;
    letter-spacing: 1px;
    appearance: initial;
    transition: all 0.5s ease !important;
}

.btn-urbanitae-wh-tr-sticky {
    color: #fff;
    border: 4px solid #ffffff;
    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;
    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;
}

.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;
}

/******** MEDIA QURIES**********/

@media (max-width: 992px) {
}

@media (max-width: 768px) {
    .background-container {
        background-position: left;
    }

    .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;
    }
}

@media (max-width: 576px) {
    section {
        padding: 3rem 1rem;
    }
}

@media (max-width: 350px) {
}
