/*
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=Manrope:wght@200..800&display=swap');

:root {
   --base-color:#133D34;
   --titles-color:#133D34;
   --base-font:'Manrope', sans-serif;
}

body {
	font-family: var(--base-font);
    font-weight: 500;
}

strong {
    font-weight:700;
}

.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:inherit;
    font-weight: 700;
    font-size:4em;
}

.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;
}

* a, a *{
    color: #FFF;
}

.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.secondary span, .button.primary span {
    color: #FFF;
    font-size: 1rem;
    font-weight: 600;
}

.button.secondary {
    padding: 5px 30px;
    align-items: center;
    border-radius: 44px;
    background: #76B729;
}

.button.secondary.with-arrow::after {
    content: "";
    background-image: url(/wp-content/uploads/2025/10/btn-arrow-blanco.svg);
    width: 24px;
    height: 24px;
    border-radius: 100px;
    display: inline-block;
    position: absolute;
    right: -50px;
    top: 0px;
    background-color: #76B729;
    padding: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.button.primary {
    padding: 5px 30px;
    align-items: center;
    border-radius: 44px;
    background: #133D34;
}

.button.primary.with-arrow::after {
    content: "";
    background-image: url(/wp-content/uploads/2025/10/btn-arrow-blanco.svg);
    width: 24px;
    height: 24px;
    border-radius: 100px;
    display: inline-block;
    position: absolute;
    right: -50px;
    top: 0px;
    background-color: #133D34;
    padding: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.button.white {
    font-weight: 600;
    padding: 5px 32px;
    border-radius: 44px;
}

.button.white span {
    color: #133D34 !important;
    font-size: 17px;
}

.button.white.with-arrow::after {
    content: "";
    background-image: url("/wp-content/uploads/2025/10/btn-arrow-verde.svg");
    width: 24px;
    height: 24px;
    border-radius: 100px;
    display: inline-block;
    position: absolute;
    right: -50px;
    top: 0px;
    background-color: #fff;
    padding: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.button.primary.is-outline span {
    font-size: 0.9rem;
    font-weight: 700;
}

.button.primary.is-outline {
    padding: 5px 12px;
    border-radius: 100px;
    border: 1px solid #133D34;
}

.banner-linear-gradient .banner-bg {
    border-radius: 21px;
}

.banner-linear-gradient .container {
    border-radius: 21px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.banner-linear-gradient p {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.banner-linear-gradient {
    padding: 32px;
}

.quienes-somos .col {
    padding: 0px !important;
}

.quienes-somos img {
    border-radius: 14px;
}

.nuestro-respaldo .col-numeros .col-inner {
    border-radius: 14px;
}

.nuestro-respaldo .col-numeros ul li::marker {
    color: #76B729;
}

.nuestro-respaldo .button.secondary {
    margin-left: 60px;
}

.contacto p span {
    font-weight: 800;
    color: #76B729;
}

.contacto input, .contacto textarea {
    box-shadow: none;
}

.contacto input::placeholder, .contacto textarea::placeholder {
    color: #323232;
    opacity: 1;
}

.frm_submit .frm_button_submit {
    padding: 13px 30px !important;
    align-items: center;
    border-radius: 44px !important;
    background: #133D34 !important;
    color: #FFF;
    font-size: 1rem !important;
    font-weight: 600;
}

.frm_submit .frm_button_submit::after {
    content: "";
    background-image: url(/wp-content/uploads/2025/10/btn-arrow-blanco.svg);
    width: 24px;
    height: 24px;
    border-radius: 100px;
    display: inline-block;
    position: absolute;
    right: -50px;
    top: 0px;
    background-color: #133D34 !important;
    padding: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.ux-menu-title {
    color: rgba(255, 255, 255, 0.60);
    font-size: 17px;
    font-weight: 500;
    line-height: 130%;
}

.header-wrapper, .header-wrapper.stuck {
    width: 77%;
    border-radius: 100px !important;
}

.header {
    justify-content: center;
    display: flex;
    margin-top: 29px;
}

.header .menu-item a {
    color: #133D34;
    font-size: 15px;
    font-weight: 600;
    margin-right: 24px;
}

.header .header-inner {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.header .button.primary, .header .button.secondary {
    padding: 5px 12px;
}

.header .button.primary span, .header .button.secondary span {
    font-size: 15px;
}

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

.etiquetas-p p {
    display: flex;
    width: 176px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #133D34;
    color: #133D34;
    font-size: 15px;
    font-weight: 700;
}

.enlace-flecha a {
    display: flex;
    width: 54px;
    height: 54px;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    background: #FFF;
    position: absolute;
    bottom: 5px;
}

.enlace-flecha a img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

a {
    color: #1D2939;
}

.header .header-bg-color {
    border-radius: 100px;
}

.header-wrapper.stuck {
    margin-top: 20px;
}

footer .icon-box-img svg path {
    fill: #76B729;
}

footer a {
    color: #FFF !important;
}

footer .icon-box-text:nth-child(2) {
    padding-left: 1rem;
}

body:not(.page-template-page-transparent-header) .header-wrapper {
    width: 77%;
    border-radius: 100px !important;
    border: 1px solid rgba(19, 61, 52, 0.20);
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(11.100000381469727px);
    margin-top: 29px;
}

body:not(.page-template-page-transparent-header) .header {
    margin-top: unset;
}

.border-radius-img * {
    border-radius: 21px;
}

.slider-pensamos-en-ti .banner-inner {
    margin-right: 28px !important;
}

.slider-pensamos-en-ti .banner {
    opacity: 1 !important;
}

.seguros-section .icon-box .icon-box-img {
    left: 79%;
}

.row-radius .col:nth-child(1) .col-inner {
    border-radius: 21px 0px 0px 21px;
}

.row-radius .col:nth-child(2) .col-inner {
    border-radius: 0px 21px 21px 0px;
}

.slider-pensamos-en-ti .flickity-viewport {
    overflow: unset;
}

body:not(.page-template-page-transparent-header) .show-for-medium i {
    color: #133D34;
}

@media (max-width: 550px) {

    .enlace-flecha a {
        width: 45px;
        height: 45px;
        position: absolute;
        bottom: -15px;
    }

    .quienes-somos .col {
        padding: 0 15px 30px !important;
    }

    .button.secondary {
        padding: 5px 20px;
    }

    .nuestro-respaldo .button.secondary {
        margin-left: 60px;
    }

    .button.primary {
        padding: 5px 20px;
    }
}

@media (max-width: 1612px) {

    .show-for-medium, [data-show=show-for-medium] {
        display: block !important;
    }

    .hide-for-medium, [data-show=hide-for-medium] {
        display: none !important;
    }

    .header-wrapper, .header-wrapper.stuck {
        width: 96%;
        border-radius: 100px !important;
    }
    
}

@media (max-width: 1732px) {

    .header .menu-item a {
        margin-right: 5px;
    }
    
}


@media (max-width: 850px) {

    .header .menu-item a {
        margin-right: 5px;
    }

    .section.estamos-contigo .col .is-divider {
        margin-top: 55px !important;
        margin-bottom: 55px !important;
    }

    .enlace-flecha a {
        width: 40px;
        height: 40px;
        position: absolute;
        bottom: 5px;
        right: 0px;
    }

    .quienes-somos .col {
        padding: 0 15px 30px !important;
    }

    .nuestro-respaldo .button.secondary {
        margin-left: 0px !important;
    }

    .col-numeros .button.secondary {
        display: none;
    }

    footer span.ux-menu-link__text {
        font-size: 0.9rem;
    }

    
    
}