.libre-baskerville-regular {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
}

.libre-baskerville-bold {
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
}

.libre-baskerville-regular-italic {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
}

.small-ref{
    font-size: .7em;
}

.img-box6 .img1 img{
    box-shadow:
            0 10px 30px rgba(0, 0, 0, 0.9), /* Sombra profunda y sutil */
            0 0 10px rgba(255, 255, 255, 0.2); /* Ligero resplandor refinado */;
    border-radius: 8px; /* Bordes ligeramente redondeados para suavidad */
}

.white-invested .img-box6 .img1 img{
    box-shadow:
            0 10px 30px rgba(0, 0, 0, 0.15),
            0 4px 6px rgba(0, 0, 0, 0.1),
            0 0 10px rgba(255, 255, 255, 0.7);
    border-radius: 8px; /* Bordes ligeramente redondeados para suavidad */
}

.sub-title-inv{
    font-size: 20px;
}

.contraste-p{
    color: var(--black-color);
}

.th-menu-wrapper .mobile-logo{
    background-color: var(--black-color);
}

.main-menu a{
    font-weight: normal;
    text-transform: none;
    font-family: "Libre Baskerville", serif !important;
}

.header-layout18 .main-menu > ul > li > a{
    text-transform: none;
}

.header-layout18 .sticky-wrapper.sticky{
    background-color: rgba(0,0,0,0.9);
    border-radius: 0px 0px 20px 20px;
}

.white-invested{
    background-color: var(--white-color);
}

.white-invested p, .white-invested ul{
    color: var(--black-color);
}
.accordion-card .accordion-button{
    color: var(--black-color);
}

.white-popup p{
    color: var(--black-color);
}

h1,h2,h3,h4,h5,h6{
    font-family: "Libre Baskerville", serif !important;
    font-weight: 400;
    font-style: normal;
}

.hero-style15{
    padding: 150px 0 150px 0 !important;
}

.hero-15 .hero15-shape{
    background-color: var(--theme-color);
}

.testi-card3 .box-title{
    color: var(--theme-color) !important;
}

.box-title{
    margin-top: 0;
}

.sec-title{
    margin-top: 0;
}

@media (min-width: 768px) {
    .service-box3 {
        height: 255px; /* Cambia a la altura deseada */
    }
    .mfp-content{
        width: 600px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hero-15 .th-hero15-img {
        position: absolute !important;
        max-width: 70%;
        right: -15%;
    }
}

@media (min-width: 1200px) {
    .hero-15 {
        padding: 180px 0 180px 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .hero-15 {
        padding: 75px 0 75px 0;
    }
}

@media (max-width: 992px) {
    .hero-15 .th-hero15-img {
        display: none;
    }
}