/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:wght@500&family=Inter:opsz@14..32&display=swap');

@font-face {
  font-family: "Gambarino";
  src: url("fonts/Gambarino-Regular.woff2") format("woff2"),
       url("fonts/Gambarino-Regular.woff") format("woff"),
       url("fonts/Gambarino-Regular.ttf") format("truetype"); /* fallback */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
   --base-color:#1E1E1E;
   --titles-color:#1E1E1E;
}

* .titles-font * {
    font-family: "Gambarino" !important;
}

* .text-font * {
    font-family: "Inter", sans-serif !important;
}

.txt-m-0 * {
    margin:0!important;
}

.txt-mb-0 * {
    margin-bottom:0;
}

h1, .banner h1, h2, .banner h2, h3, .banner h3, h4,  .banner h4, h5,  .banner h5, h6,  .banner h6 {
    line-height: normal;
    font-weight: 400;
    font-size:1em;
    font-family: "Gambarino";
}

p, .banner p, a, .banner a {
    font-family: "Inter", sans-serif;
    line-height: 160%;
    font-weight: 500;
}

.button, button {
    font-family: "IBM Plex Sans Condensed", sans-serif;
}

.balance {
    text-wrap: balance;
}

.pretty {
    text-wrap: pretty;
}

.fw-200, .fw-200 > * {
    font-weight:200!important;
}

.fw-300, .fw-300 > * {
    font-weight:300!important;
}

.fw-400, .fw-400 > * {
    font-weight:400!important;
}

.fw-500, .fw-500 > * {
    font-weight:500!important;
}

.fw-600, .fw-600 > * {
    font-weight:600!important;
}

.fw-700, .fw-700 > * {
    font-weight:700!important;
}

.ls-positive {
    letter-spacing: .045em;
}

.br-16, .br-16 > .col-inner {
    border-radius:16px;
    overflow: hidden;
}

.br-24, .br-24 > .col-inner {
    border-radius:24px;
    overflow: hidden;
}

.br-tr-40, .br-tr-40 .col-inner  {
    border-top-right-radius: 40px;
    overflow: hidden;
}

.image-height-fit .col-inner, .image-height-fit .img, .image-height-fit .img > div, .image-height-fit .img .img-inner {
        height:100%;
}

.image-height-fit .img .img-inner > img {
        height:100%;
        object-fit:cover;
}

.img.center-image img {
    margin:0 auto;
}

.img.right-image img {
    margin-right:0;
    margin-left:auto;
}

.banner {
    background:none;
}

.banner a.fill {
    z-index: 5;
}

.banner:has(a.fill) .text-box {
    z-index: 4;
}

.banner-height-fit {
    height:100%;
}

.pad-left-col > .col-inner {
    padding-left: max(15px,calc((100vw - 1600px)/2))!important;
}

.pad-right-col > .col-inner {
    padding-right: max(15px,calc((100vw - 1600px)/2))!important;
}
.doubled-font > * {
    font-size:2em!important;
}

.button.primary.is-link {
    color: #1E1E1E;
    font-family: "IBM Plex Sans Condensed";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: inline-flex;
    padding: 16px 0;
    justify-content: center;
    align-items: center;
}

.button.primary.is-link::after {
    content: "";
    background-image: url('/wp-content/uploads/2025/09/arrow-right.png');
    width: 24px;
    height: 24px;
    margin-left: 10px;
    display: inline-block;
}

.section-experto .is-divider {
    position: relative;
    top: 16px;
}

.button.secondary.is-link {
    color: #ffffff;
    font-family: "IBM Plex Sans Condensed";
    font-size: 1.125rem;
    text-transform: uppercase;
    display: inline-flex;
    padding: 16px 0;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.button.secondary.is-link::after {
    content: "";
    background-image: url('/wp-content/uploads/2025/09/arrow-right-white.png');
    width: 32px;
    height: 32px;
    margin-left: 10px;
    display: inline-block;
}

.li-parrafo-negro::before {
    content: "";
    background-image: url('/wp-content/uploads/2025/10/ellipse-negro.png');
    width: 20px;
    height: 20px;
    margin-right: 7px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
}

.li-parrafo-negro p {
    padding-left: 30px;
}

.li-parrafo-blanco li::before {
    content: "";
    background-image: url('/wp-content/uploads/2025/10/ellipse-blanco.png');
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 1px;
    left: 83px;
}

.li-parrafo-blanco li {
    list-style-type: none;
    margin-bottom: 32px;
}

.li-parrafo-blanco li p {
    padding-left: 30px;
}


.section-experto .li-parrafo-blanco::before {
    content: "";
    background-image: url('/wp-content/uploads/2025/10/ellipse-blanco.png');
    width: 20px;
    height: 20px;
    margin-right: 7px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 5px;
}

.section-experto .li-parrafo-blanco p {
    padding-left: 30px;
}

.text-box-content p {
    margin: 0 !important;
}

.flickity-prev-next-button.previous {
    left: 4%;
    opacity: 1;
}

.flickity-prev-next-button.next {
    right: 88%;
    opacity: 1;
}

.flickity-prev-next-button {
    top: 82%;
}

.slider-servicios .row-slider-servicios {
    min-height: 100%;
}

.slider-servicios .row-slider-servicios .row, .slider-servicios .row-slider-servicios .col-inner {
    height: 100%;
}

.slider-servicios .flickity-prev-next-button svg {
    display: none;
}

.flickity-prev-next-button.previous::after {
    content: "";
    background-image: url('/wp-content/uploads/2025/10/arrow-left.png');
    width: 64px;
    height: 64px;
    margin-right: 7px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 5px;
}

.flickity-prev-next-button.next::after {
    content: "";
    background-image: url('/wp-content/uploads/2025/10/arrow-right.png');
    width: 64px;
    height: 64px;
    margin-right: 7px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 5px;
}

.faqs-coval .accordion-item .accordion-title {
    padding: 18px 0px;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    border-top: 1px solid #ddd;
}

.faqs-coval .accordion-item .accordion-title button {
    display: none;
}

.faqs-coval .accordion-item .accordion-title::after {
    content: "";
    background-image: url('/wp-content/uploads/2025/10/plus.png');
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 25px;
}

.frm_pos_none.frm_section_spacing {
    display: none !important;
}

.faqs-coval .accordion-item .accordion-title.active::after {
    transform: rotate(45deg);
}

.faqs-coval .accordion-item .accordion-title.active {
    background-color: #ffffff;
}

header .menu-item a, .header-button a {
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    font-family: "IBM Plex Sans Condensed";
    margin-right: 40px;
}

header ul.header-nav {
    justify-content: center;
}

header:not(.transparent) .menu-item a, header:not(.transparent) .header-button a {
    color: #1E1E1E;
    font-size: 15px;
    font-weight: 500;
    font-family: "IBM Plex Sans Condensed";
    margin-right: 40px;
    text-decoration: none;
}

.form-contacto input[type=text], .form-contacto input[type=email], .form-contacto input[type=tel], .form-contacto select, .form-contacto textarea{
    border: 0px;
    border-bottom: 1px solid #1E1E1E33;
    box-shadow: none;
    border-radius: unset;
    padding-left: 0px;
    margin-bottom: 20px;
}

.form-contacto input[type=text]::placeholder, .form-contacto input[type=email]::placeholder, .form-contacto input[type=tel]::placeholder, .form-contacto select, .form-contacto textarea::placeholder{
    color: #1E1E1E !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.form-contacto .frm_style_estilo-de-formidable.with_frm_style button.frm_button_submit {
    color: #1E1E1E;
    font-family: "IBM Plex Sans Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: inline-flex;
    padding: 16px 0;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    background: none;
    border: 0px;
}

.form-contacto .frm_style_estilo-de-formidable.with_frm_style button.frm_button_submit::after {
    content: "";
    background-image: url('/wp-content/uploads/2025/09/arrow-right.png');
    width: 24px;
    height: 24px;
    margin-left: 10px;
    display: inline-block;
}

.form-contacto .frm_form_field, .form-contacto .frm_form_field a {
    color: rgba(30, 30, 30, 0.60) !important;
    font-size: 14px !important;
    font-weight: 400;
}

.footer-bloque a span {
    color: #1E1E1E;
    font-family: "Gambarino";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.16px;
}

.absolute-footer {
    display: none !important;
}

.etiquetas span {
    margin: 0 15px;
    color: #999;
}

.p-pd {
    padding-left: 30px !important;
}

.que-hacemos-covalhome .li-parrafo-negro::before {
    content: "";
    background-image: url(/wp-content/uploads/2025/10/ellipse-negro.png);
    width: 20px;
    height: 20px;
    margin-right: 7px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 7px;
    top: unset;
}

.col-inner .img.img-col {
    margin-bottom: 0;
}

.col-img-covalhome {
    padding: 0px 0px !important;
}

@media (max-width:850px) { 
    .banner-height-fit {
        height: 45%;
    }

    .flickity-prev-next-button {
        display: none;
    }

}

@media (max-width:550px) { 
    .button.primary.is-link {
        font-size: 1rem;
    }

    .button.secondary.is-link {
        font-size: 1rem;
    }

    .li-parrafo-blanco li {
        margin-bottom: 15px;
    }

    .li-parrafo-blanco li p {
        padding-left: 20px;
    }

    .li-parrafo-blanco li::before {
        content: "";
        background-image: url('/wp-content/uploads/2025/10/ellipse-blanco.png');
        background-size: contain;
        width: 15px;
        height: 13px;
        position: absolute;
        margin-top: 4px;
        left: 18px;
    }

    .banner-height-fit {
        height: 64%;
    }

    .section-experto .li-parrafo-blanco::before {
        content: "";
        background-image: url('/wp-content/uploads/2025/10/ellipse-blanco.png');
        background-size: contain;
        width: 15px;
        height: 13px;
        position: absolute;
        margin-top: 4px;
    }

    .section-experto .li-parrafo-blanco p {
        padding-left: 20px;
    }

    .faqs-coval .accordion-item .accordion-title {
        font-size: 1rem;
        padding-right: 12px;
    }

    .header-inner {
        position: absolute;
        left: 33%;
    }

    .header-inner .mobile-nav.nav.nav-left {
        justify-content: flex-end;
    }

    .mobile-sidebar .html img {
        width: 60%;
    }

    .mobile-sidebar .html {
        justify-content: center;
    }

    .mfp-wrap .mfp-close {
        position: absolute;
        right: 20px;
    }

    .mobile-sidebar li.menu-item.menu-item-type-post_type {
        border-top: none;
    }

    .mfp-container .mfp-content {
        background-color: #fff;
    }

    .mobile-sidebar li a {
        color: #000;
        font-family: "Gambarino";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        text-transform: uppercase;
    }

    .mobile-sidebar li:nth-child(2) {
        padding-top: 20px;
    }

    .mobile-sidebar li {
        padding-top: 10px;
    }
    
    .section-foto-footer {
        display: none;
    }

    .li-parrafo-negro::before {
        height: 15px;
        background-size: contain;
        position: absolute;
        top: 5px;
    }

    .li-parrafo-negro p {
        padding-left: 20px;
    }

    .que-hacemos-covalhome .li-parrafo-negro::before {
        width: 20px;
        height: 15px;
        margin-top: 4px;
        background-size: contain;
    }

    .que-hacemos-covalhome .is-divider {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}

