:root {
    --primary-color: #C8D419;
    --secondary-color: #ED6B06;
    --tertiary-color: #FFE100;
    --quartiary-color: #15876A;
    --quintiary-color: #023B4B;
    --sextiary-color: #00A1B4;
}

body {
    font-family: 'Montserrat', sans-serif !important;
}

.header-logo a img {
    height: 10vh;
}


.hero-section {
    overflow: hidden;
}

.hero-section .content-box {
    margin-left: 10px;
}


.hero-section .btn-primary {
    background-color: var(--secondary-color);
    border: none;
}

.hero-section.btn-primary:hover {
    background-color: var(--secondary-color);
}

@media (max-width: 768px) {
    .hero-section .content-box {
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 90%;
        margin: 0 !important;
    }
}

.hero-section .content-box h1 {
    color: var(--quintiary-color) !important;
    font-weight: 800;
}

.hero-section .content-box {
    opacity: 0.9;
    background-color: rgba(255, 255, 255, 0.85);
}

.hero-section .btn-primary {
    background-color: var(--secondary-color);
    border: none;
    isolation: isolate;
}

.hero-section .btn-primary:hover {
    background-color: var(--secondary-color);
}


.card {
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.btn-primary {
    background-color: #FF4D15;
    border: none;
    padding: 8px 25px;
}

.btn-primary:hover {
    background-color: #e64412;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.owl-prev,
.owl-next {
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    background: #FF4D15 !important;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-prev {
    left: -20px;
}

.owl-next {
    right: -20px;
}

.owl-prev i,
.owl-next i {
    color: white;
    font-size: 20px;
}

.card .img-container {
    height: 200px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.card {
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    height: 100%;
}

@media (max-width: 768px) {
    .owl-nav {
        display: none;
    }
}

.asociados .asociados-title {
    color: var(--quintiary-color);
}

.asociados .asociados-parrafo {
    color: var(--quintiary-color);
}




.slick-dots li button:before {
    color: white;
    opacity: 0.5;
}

.slick-dots li.slick-active button:before {
    color: white;
    opacity: 1;
}

.servicio-item {
    height: 100%;
}

.card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.hero_area .footer-hero_area h1 {
    font-size: 2.6em;
    margin-bottom: 15px;
    color: var(--quintiary-color)
}

.hero_area .footer-hero_area p {
    color: var(--quintiary-color)
}

.hero_area .footer-hero_area a {
    background-color: var(--secondary-color);
    color: var(--sextiary-color);
    opacity: 1;
}


.hero_area .footer-hero_area a {
    padding: 13px;
    border-radius: 30px;
    color: white;
}

.hero_area .footer-hero_area a:hover {
    color: white;
}


.hero_area .footer-hero_area .buttons-footer {
    display: flex;
    justify-content: center;
    gap: 30px;

}

.hero_area .contenedor-todo {
    width: 100%;
    height: 100%;
}

.brand_area h1 {
    color: var(--primary-color);
    font-size: 42px;
}

@media (min-width: 320px) and (max-width: 479px) {
    .brand_area h1 {
        font-size: 14px;
    }
}

.brand_area .brand_list .single-brand-item .brand-thumb img {
    width: 120px;
    height: auto;
}

.brand_area .brand_list .single-brand-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.brand_area.brand_list .single-brand-item .brand-thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    margin: auto;
}

.testimonial_area .btn {
    background-color: white;
    color: black;
}

.testimonial_area .btn:hover {
    background-color: var(--quartiary-color);
    color: white;
}


@media (max-width: 768px) {
    .testimonial_area .container-asociacion {
        justify-content: center;
    }

    .testimonial_area.style_two .section_title p {
        width: 100%;
    }

    .testimonial_area .section_title h1,
    .testimonial_area .section_title p {
        padding-left: 20px;
        padding-right: 20px;
    }

    .testimonial_area .section_title h1 {
        line-height: 1.8;
    }

}

.testimonial_area .testi_list .testimonial_item .testi-author-thumb img {
    width: 300px;
    height: 354px;
}

section.section-lema {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    background-color: var(--quintiary-color);
    text-align: center;
}

section.section-lema p {
    color: white;
    text-transform: uppercase;
    font-size: 1.8em;
}

section.section-lema span {
    white-space: pre-line;
    color: #72c02c;
}


@media (max-width: 767px) {
    section.section-lema p {
        color: white;
        text-transform: uppercase;
        font-size: 1.4em;
    }
}

.footer_area .footer_logo a img {
    max-width: 305px;
}

.footer_area .footer-bottom-content .footer-bottom-content-copy a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}


.steps_area .steps-single-item img {
    width: 100%;
    height: auto;
}

.about_area .about_thumb img {
    width: 100%;
}

.team_area .single-team_item .team_thumb img {
    width: 240px;
    height: auto;
    border-radius: 100%;
}

.team_area .btn {
    background-color: white;
    color: black;
}

.team_area .btn:hover {
    background-color: var(--quartiary-color);
    color: white;
}

.mean-logo {
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.associates-slider .slick-slide {
    padding: 0 15px;
}

.btn-contact {
    background-color: var(--secondary-color);
    border: none;
    color: white;
    padding: 8px 70px;
    border-radius: 30px;
    text-decoration: none;
}

@media (max-width: 768px) {
    .btn-contact {
        background-color: var(--secondary-color);
        border: none;
        color: white;
        padding: 10px 15px;
        border-radius: 30px;
        text-decoration: none;
    }
}


.text-primary-custom {
    color: #006699;
}

.associates-card {
    text-align: center;
    padding: 20px;
    height: 250px !important;
}

.associates-card img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.slick-prev:before,
.slick-next:before {
    color: var(--secondary-color);
}

.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}


.associates h5 {
    color: var(--quintiary-color);
    font-size: 1em;
}

.associates .associates-title,
.associates .associates-parap {
    color: var(--quintiary-color);
}

.associates .associates-title {
    font-weight: 700 !important;
}


.slick-prev,
.slick-next {
    background-color: var(--secondary-color) !important;
    color: white;
    border-radius: 30px;
    padding: 15px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.services {
    background-color: #00A3B4;
    color: white;
    padding: 50px 0;
}

.service-card {
    position: relative;
    margin: 15px;
    height: 350px !important;
    overflow: hidden;
}

.service-card img {
    width: 150%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin-left: -30%;
    margin-top: -13%;
}

.service-content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: 150px;
}

.service-content h3 {
    color: #004658;
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.service-content p {
    color: #666;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.4;
}

.slick-dots {
    bottom: -40px;
}

.slick-dots li button:before {
    color: white;
    opacity: 0.5;
    font-size: 12px;
}

.slick-dots li.slick-active button:before {
    color: white;
    opacity: 1;
}

.services-description {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
    line-height: 1.6;
}

.services .services-title {
    font-weight: 700;
    color: white;
}

.services .services-parap {
    color: white !important;
    font-size: 1.5em;
}

.section-impact .impact-text {
    padding-bottom: 45px;
}

.section-impact p {
    font-size: 1.5em !important;
    line-height: 1.5;
    color: var(--quintiary-color);
}


.section-impact .impact-title {
    color: var(--secondary-color);
    text-align: center;
    margin-bottom: 40px;
    font-size: 2em !important;
    font-weight: 700;
}


.section-impact .cta-button {
    background: var(--secondary-color);
    color: white;
    padding: 14px 22px;
    border-radius: 25px;
    text-decoration: none;
    border: none;
    font-size: 1.3em;
}

.section-impact .slick-dots {
    bottom: -40px;
}

.section-impact .slick-dots li button:before {
    color: var(--secondary-color);
}


@media (max-width: 768px) {
    .section-impact .impact-title {
        color: var(--secondary-color);
        text-align: center;
        margin-bottom: 40px;
        font-size: 1.5em !important;
        font-weight: 700;
    }

    .section-impact p {
        font-size: 1em !important;
        line-height: 1.5;
        color: var(--quintiary-color);
    }

    .section-impact .cta-button {
        background: var(--secondary-color);
        color: white;
        padding: 10px 15px;
        border-radius: 25px;
        text-decoration: none;
        border: none;
        font-size: 1em;
        display: flex;
        text-align: center;
    }
}

.achievements-section {
    background-image: url('path/to/background.jpg');
    background-size: cover;
    background-position: center;
    padding-top: 30px;
    padding-bottom: 290px;
    position: relative;
}

.achievements-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.achievements-content {
    position: relative;
    z-index: 2;
}

.achievements-title {
    color: white;
    margin-bottom: 40px;
    font-size: 1.5rem;
}

.achievement-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    margin: 0 15px;
}

.achievement-icon {
    color: var(--secondary-color);
    font-size: 3rem;
    display: flex;
    justify-content: center;
}

.achievement-icon img {
    width: 124px;
    height: auto;
}

.achievement-number {
    color: var(--secondary-color);
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.achievement-text {
    color: var(--secondary-color);
    font-size: 1.2rem;
}

.achievement-text-style-two {
    color: var(--secondary-color);
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.2;
    height: 3.9em;
    overflow: hidden;
    white-space: normal;

}

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    background: var(--secondary-color);
    border-radius: 50%;
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    opacity: 1;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.blog-section {

    padding: 50px 0;
    background-color: var(--sextiary-color);
}

.blog-section .form-control {
    padding: 13px 20px;
    border-radius: 30px;
}

.blog-title {
    color: white;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.blog-description {
    text-align: center;
    margin-bottom: 30px;
    color: white;
}

.form-control {
    border-radius: 25px;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.subscribe-button {
    background: var(--secondary-color);
    color: white;
    border: none;
    border-radius: 25px;
    padding: 12px 25px;
    margin-bottom: 30px;
}

.blog-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    margin-bottom: 20px;
    padding: 20px;
}

.blog-image {
    width: 300px;
    object-fit: cover;
}

.blog-section .read-more {
    padding: 10px 100px;
}

@media (max-width: 768px) {
    .blog-section .content-button {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .blog-section .content-button .read-more {
        padding: 10px 15px !important;
    }
}

.blog-content {
    padding: 20px;
    flex: 1;
}

.blog-title-card {
    color: #004658;
    font-size: 3rem;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1;
}

.blog-text {
    font-size: 1.8em;
    color: var(--quintiary-color);
    margin-bottom: 15px;
}

.blog-tags {
    margin-bottom: 15px;
}

.blog-tag {
    color: #0088cc;
    margin-right: 15px;
    text-decoration: none;
}

.read-more {
    background: var(--secondary-color);
    color: white;
    border: none;
    border-radius: 25px;
    padding: 8px 20px;
    float: right;
    text-decoration: none;
}

@media (max-width: 991px) {
    .blog-card {
        background: white;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        display: block;
        margin-bottom: 20px;
        padding: 20px;
    }

    .blog-title-card {
        color: #004658;
        font-size: 1.8rem;
        margin-bottom: 15px;
        font-weight: 700;
        line-height: 1;
    }

    .blog-text {
        font-size: 1.3em;
        color: var(--quintiary-color);
        margin-bottom: 15px;
    }

    .blog-image {
        width: 100%;
    }
}

.contact-section {
    padding: 50px 0;
    background: white;
}

.contact-title {
    color: var(--secondary-color);
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-weight: bold;
}

.contact-card {
    position: relative;
    margin: 0 10px;
    height: 500px !important;
}

.contact-card img {
    width: 100%;
    max-height: 580px;
    object-fit: cover;
}

.contact-info {
    opacity: 0.9;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background: white;
    padding: 20px;
    margin-bottom: -15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact-role {
    color: #004658;
    font-weight: bold;
    margin-bottom: 8px;
}

.contact-description {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.2;
    height: 4.9em;
    overflow: hidden;
    white-space: normal;
}

.contact-name {
    color: var(--secondary-color);
    margin-bottom: 3px;
    font-weight: bold;
}

.contact-email,
.contact-phone {
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 3px;
}

.contact-email a {
    text-decoration: none;
    color: var(--secondary-color)
}

.contact-button {
    background: var(--secondary-color);
    color: white;
    border: none;
    border-radius: 25px;
    padding: 8px 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
}


.team-description {
    text-align: center;
    color: #004658;
    margin: 30px 0;
}

.team-button {
    background: var(--secondary-color);
    color: white;
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    text-decoration: none;
}

footer {
    background-color: #004658;
    color: white;
    padding: 50px 0;
}

.footer-column {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.footer-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-logo {
    height: 72px;
    object-fit: contain;
    margin-bottom: 15px;
}

.footer-content h3 {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 20px;
    margin-top: 0;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links li a:hover {
    color: var(--tertiary-color);
}

.social-icons {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.social-icons a {
    color: white;
    font-size: 1.8em;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: var(--tertiary-color);
}

@media (max-width: 768px) {
    .footer-column {
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-content {
        align-items: center;
    }

    .social-icons {
        justify-content: center;
    }
}



.contact-section .contact-name,

.contact-section .contact-email,

.contact-section .contact-phone {
    color: var(--secondary-color);
}

.contact-section .contact-description,
.contact-section .contact-info {
    color: var(--quintiary-color);
    line-height: 1;
}



ul li a {
    text-decoration: none !important;
}

.consalt-header-area {
    padding: 10px 0px;
    margin: 0 !important;
}

.consalt-header-area ul {
    margin: 0 !important;
    gap: 15px;
    display: flex;
}


.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: white !important;
    transition: .5s;
    z-index: 9;
    padding: 0 !important;
}


.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background-color: var(--primary-color) !important;
    border-radius: 30px;
    color: var(--primary-color) !important;
}


.slick-dots li button::before {
    color: var(--primary-color) !important;
}


.associates-card img {
    filter: grayscale(80%);
}

.associates-card img:hover {
    filter: grayscale(0%);
}


.mean-container .mean-bar {
    background-color: var(--sextiary-color) !important;
}

.mobile-menu-area .mean-bar img {
    width: 116px;
    height: auto;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 7px;
}

.accordion-body label {
    color: var(--sextiary-color) !important;
}

.hero-banner {
    width: 100%;
    height: auto;
    display: block;
}

.search-box {
    margin-top: 30px;
    margin-bottom: 30px;
}

.directory-card {
    transition: all 0.3s ease;
}

.directory-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.card-img-wrapper {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.card-img-wrapper img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

.directory-card .btn-ver-mas {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    border-radius: 30px;
    padding: 7px 15px;
    text-decoration: none;
    color: white;
    padding-top: 12px;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
}

.directory-card .card-title {
    color: var(--quintiary-color);
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.2;
    height: 4.9em;
    overflow: hidden;
    white-space: normal;
}

.associates .associates-slider .slick-list {
    height: 300px !important;
}

.associates-card h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1;
    height: 2.9em;
    overflow: hidden;
    white-space: normal;
}

.contenedor-filtros .card-header {
    background-color: var(--sextiary-color) !important;
    border-color: var(--sextiary-color) !important;
}

.button-filter button {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.button-filter a {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: white;
}

.pagination {
    gap: 5px;
}

.pagination .page-item .page-link {
    border: none;
    color: var(--quintiary-color);
    padding: 8px 16px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.pagination .page-item:not(.active):not(.disabled) .page-link:hover {
    background-color: var(--tertiary-color);
    color: var(--quintiary-color);
    transform: translateY(-2px);
}

.pagination .page-item.active .page-link {
    background-color: var(--quartiary-color);
    color: white;
    border: none;
}

.pagination .page-item.disabled .page-link {
    background-color: #f0f0f0;
    color: #888;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    background-color: var(--secondary-color);
    color: white;
    font-weight: 500;
}

.pagination .page-item:first-child:not(.disabled) .page-link:hover,
.pagination .page-item:last-child:not(.disabled) .page-link:hover {
    background-color: var(--sextiary-color);
    transform: translateY(-2px);
}

.pagination .page-item.disabled:first-child .page-link,
.pagination .page-item.disabled:last-child .page-link {
    background-color: #f0f0f0;
    color: #888;
}

@media (max-width: 576px) {
    .pagination {
        gap: 2px;
    }

    .pagination .page-link {
        padding: 0.4rem 0.8rem;
        font-size: 0.9rem;
    }

    .pagination .page-item:not(.active):not(:first-child):not(:last-child) {
        display: none;
    }

    .pagination .page-item.active {
        display: inline-block;
    }

    .pagination .page-item.dots {
        display: inline-block;
    }
}


.banner-section {
    padding-top: 0;
}

@media screen and (max-width: 991px) {
    .banner-section {
        padding-top: 70px;
    }
}


.total-asociados {
    text-align: center;
    padding: 30px;
    border-radius: 20px;
}

.total-asociados p {
    color: var(--quintiary-color) !important;
    font-size: 1.2em;
    font-weight: 600;
}

@media screen and (max-width: 991px) {
    .total-asociados {
        text-align: center;
        padding: 50px;
        border-radius: 20px;
    }

}

.blog-hero-section {
    background-color: var(--quintiary-color);
    padding: 80px 0;
    color: white;
}

.blog-card-container {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.blog-card-container:hover {
    transform: translateY(-5px);
}

.blog-card-image {
    height: 250px;
    object-fit: cover;
}

.blog-card-tag {
    display: inline-block;
    padding: 5px 15px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 20px;
    font-size: 0.9rem;
    margin: 0 5px 5px 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-card-date {
    color: var(--sextiary-color);
    font-size: 0.9rem;
}

.blog-card-link {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3sease;
    background-color: var(--secondary-color);
    padding: 10px 15px;
    border-radius: 30px;
}


.blog-card-title {
    color: var(--quintiary-color);
    margin: 15px 0;
    font-weight: 600;
}

.row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.col {
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-bottom: 30px !important;
}

@media (min-width: 768px) {
    .row-cols-md-2>* {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media (min-width: 992px) {
    .row-cols-lg-3>* {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
}

.blog-article-header {
    background-color: #f8f9fa;
}

.blog-article-title {
    color: var(--quintiary-color);
    font-weight: 600;
}

.blog-article-breadcrumb {
    margin: 0;
    background: transparent;
    padding: 0;
}

.blog-article-breadcrumb-item a {
    color: var(--quintiary-color);
    transition: color 0.3s ease;
}

.blog-article-breadcrumb-item a:hover {
    color: var(--secondary-color);
}

.blog-article-breadcrumb-item.active {
    color: var(--sextiary-color);
}

.blog-article-card {
    transition: box-shadow 0.3s ease;
}

.blog-article-image {
    object-fit: cover;
    max-height: 500px;
    width: 100%;
}

.blog-article-main-title {
    color: var(--quintiary-color);
    font-weight: 700;
}

.blog-article-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
}

.blog-article-text p {
    margin-bottom: 1.5rem;
}

.blog-article-text img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 2rem 0;
}

.blog-article-link {
    color: var(--quintiary-color);
    transition: color 0.3s ease;
}

.blog-article-link:hover {
    color: var(--secondary-color);
}

@media (max-width: 768px) {
    .blog-article-breadcrumb {
        justify-content: center;
        margin-top: 1rem;
    }

    .blog-article-title {
        text-align: center;
    }

    .blog-article-content {
        padding: 1.5rem;
    }
}

.input-group .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.select-indicativo {
    width: 100px !important;
    flex: 0 0 auto !important;
    height: 100% !important;
    padding: 13px !important;
}


.country-select option {
    font-family: "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
    padding: 8px;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 135, 106, 0.8);
    display: none;
    justify-content: center !important;
    align-items: center !important;
    z-index: 9999 !important;
}

.loading-spinner {
    width: 70px;
    height: 70px;
    border: 7px solid #C8D419;
    border-top: 7px solid #ED6B06;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.navbar-collapse {
    justify-content: flex-end;
}

.consalt-header-area {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    transition: all 0.3s ease;
}

.navbar-brand img {
    transition: all 0.3s ease;
}

.navbar-nav .nav-link {
    color: #333 !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 20px !important;
    margin: 0 5px;
    transition: all 0.3s ease;
    position: relative;
}

.navbar-nav .nav-link:hover::after {
    width: 80%;
}

.navbar-toggler {
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    background: #f8f9fa;
    transition: all 0.3s ease;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler:hover {
    background: #e9ecef;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 20px;
    height: 20px;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px 0;
    margin-top: 10px;
}

.dropdown-item {
    padding: 10px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background: #f8f9fa;
    color: #007bff;
    padding-left: 25px;
}

@media (max-width: 991.98px) {

    .navbar-collapse {
        background: #fff;
        margin-top: 15px;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .navbar-nav .nav-link {
        padding: 15px 0 !important;
        margin: 0;
        border-bottom: 1px solid #f0f0f0;
        text-align: center;
    }

    .navbar-nav .nav-link:last-child {
        border-bottom: none;
    }

    .navbar-nav .nav-link::after {
        display: none;
    }

    .dropdown-menu {
        box-shadow: none;
        border: 1px solid #dee2e6;
        margin-top: 0;
        background: #f8f9fa;
    }
}

@media (max-width: 768px) {
    .navbar-brand img {
        height: 72px;
    }

    .consalt-header-area {
        padding: 10px 0;
    }
}

.consalt-header-area.sticky-active {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.navbar-collapse {
    transition: all 0.3s ease;
}

.navbar-nav .nav-link.active {
    color: #007bff !important;
}

.navbar-nav .nav-link.active::after {
    width: 80%;
}


#pageLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--sextiary-color) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

#pageLoader.hidden {
    opacity: 0;
    visibility: hidden;
}

.loader-logo {
    color: white;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
    opacity: 0;
    animation: fadeInDown 1s ease forwards;
}

.main-spinner {
    width: 80px;
    height: 80px;
    border: 8px solid rgba(255, 255, 255, 0.3);
    border-top: 8px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 2rem;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.progress-container {
    width: 300px;
    height: 6px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #00d4ff, #090979);
    width: 0%;
    border-radius: 3px;
    transition: width 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}

.progress-text {
    color: white;
    font-size: 1rem;
    text-align: center;
    opacity: 0.9;
    margin-bottom: 0.5rem;
}

.progress-percentage {
    color: white;
    font-size: 0.9rem;
    text-align: center;
    opacity: 0.7;
}

.loading-dots {
    display: flex;
    gap: 8px;
    margin-top: 1rem;
}

.dot {
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
    animation: bounce 1.4s infinite ease-in-out both;
}

.dot:nth-child(1) {
    animation-delay: -0.32s;
}

.dot:nth-child(2) {
    animation-delay: -0.16s;
}

.dot:nth-child(3) {
    animation-delay: 0s;
}

@keyframes bounce {

    0%,
    80%,
    100% {
        transform: scale(0.6);
        opacity: 0.5;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#mainContent {
    opacity: 0;
    transition: opacity 0.8s ease;
    min-height: 100vh;
}

#mainContent.loaded {
    opacity: 1;
}


.header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 4rem 0;
    text-align: center;
}

.header h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    animation: fadeInUp 1s ease forwards;
}

.header p {
    font-size: 1.2rem;
    opacity: 0.9;
    animation: fadeInUp 1s ease 0.2s forwards;
    opacity: 0;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.content-section {
    padding: 4rem 0;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    animation: slideInUp 0.6s ease forwards;
}

.card:nth-child(1) {
    animation-delay: 0.1s;
}

.card:nth-child(2) {
    animation-delay: 0.2s;
}

.card:nth-child(3) {
    animation-delay: 0.3s;
}

.card:nth-child(4) {
    animation-delay: 0.4s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card h3 {
    color: #667eea;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.card p {
    color: #666;
    line-height: 1.8;
}

.image-placeholder {
    width: 100%;
    height: 200px;
    background: linear-gradient(45deg, #f0f0f0, #e0e0e0);
    border-radius: 8px;
    margin: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 1.1rem;
}

.footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 2rem 0;
    margin-top: 4rem;
}

@media (max-width: 768px) {
    .loader-logo {
        font-size: 2rem;
    }

    .progress-container {
        width: 250px;
    }

    .header h1 {
        font-size: 2rem;
    }

    .main-spinner {
        width: 60px;
        height: 60px;
        border-width: 6px;
    }
}


.header-menu ul .sub_menu {
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    padding: 0 !important;
}