/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


body {
    background-color: #FFF;
    color: #777;
    font-family: "Inter", Arial, sans-serif;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}

h1, h2 {
    font-style: normal;
    /*line-height: var(--line-height-24, 1.5rem);*/
    letter-spacing: var(--letter-spacing--0_5, -0.03125rem);
    line-height: 3.9375rem;
}

h2 {
    line-height: 2.1875rem;
}



.text-color-light {
    color: #FFF;
}


html .text-color-dark{
    color: #505050!important;
}

html .bg-color-dark, html .bg-dark {
    background-color: #666 !important;
}

.title-font-size-1 {
    font-size: 3.125rem;
}

.title-font-size-2 {
    font-size: 2.1875rem;
}

.title-font-size-3 {
    font-size: 1.875rem;
}

.p-font-size-1 {
    font-size: 1.5625rem;
}

.p-font-size-2 {
    font-size: 1.375rem;
}

.p-font-size-3 {
    font-size: 1.25rem;
}

.btn-modern {
    text-transform: capitalize!important;
}

.object-fit-cover {
    object-fit: cover!important;
}

.hero-section {
    min-height: 60vh;
    position: relative;
}

@media(min-width:1200px) {

    .overlay-image {
        left: -8rem !important;
    }
}

@media(min-width:992px){
    .divider-left-border {
        border-left: 3px solid rgba(0, 0, 0, 0.06)!important;
    }

    .top-start-lg-0{
        top: 0!important;
        left: 0!important;
        position: absolute!important;
    }

}

@media(min-width:768px) {

    .polygon-div-left::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #A6A6A6;
        clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
        z-index: 0;
    }

    .polygon-div-right::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #A6A6A6;
        clip-path: polygon(0% 0, 90% 0%, 100% 100%, 0% 100%);
        z-index: 0;
    }

    .left-md-15 {
        left: 15px;
    }

    .right-md-15 {
        right: 15px !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .top-start-md-0 {
        top: 0 !important;
        left: 0 !important;
        position: absolute !important;
    }
}

@media(max-width:991px) {

    .top-start-lg-0 {
        max-height: 350px;
    }

}

@media(max-width:767px) {

    .polygon-div-left::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #A6A6A6;
        /*clip-path: polygon(0% 35%, 100% 0%, 100% 100%, 0% 100%);*/
        z-index: 0;
    }

    .polygon-div-right::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #A6A6A6;
        /*clip-path: polygon(0% 0, 100% 45%, 100% 100%, 0% 100%);*/
        z-index: 0;
    }

    .polygon-overlay {
        clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);
    }
}

.divider-left-border {
    border-left: 0;
}



.banner-container {
    position: relative;
    width: 100%;
    height: 65vh;
    overflow: hidden;
}

.background-image {
    position: absolute;
    /* top: 0; */
    left: 62%; /* Ajustar para centrar la imagen o modificar según necesidad */
    transform: translateX(-50%);
    height: 100%;
    width: auto;
    min-width: 100%;
    object-fit: cover;
}

.overlay-image {
    position: absolute;
    /* top: 0; */
    /*left: 0!important;*/
    width: 100%; /* Ajustar el ancho de la imagen gris */
    height: 100%;
}

.text-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: white;
    max-width: 40%;
}

.btn-custom {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid white;
    color: white;
}

html .btn-tertiary,
html bg-color-tertiary {
    background-color: #666666 !important;
}

p {
    color: #505050!important;
    line-height: 2.1875rem;
    letter-spacing: var(--letter-spacing--0_5, -0.03125rem);
}

h1 {
    line-height: 3.9375rem;
    letter-spacing: var(--letter-spacing--0_5, -0.03125rem);
}

h2 {
    line-height: 2.1875rem; 
    letter-spacing: var(--letter-spacing--0_5, -0.03125rem);
}

h1, h2, h3, h4, h5, h6 {
    color: #505050 !important;
}

/* Estilos para dispositivos pequeños (<576px) */
@media (max-width: 480px) {
    p {
        /*font-size: 1.125rem;*/
        line-height: 1.375rem;
        letter-spacing: var(--letter-spacing--0_5, -0.02rem);
    }

    h1 {
        /*font-size: 2rem;*/
        line-height: 2.5rem;
        letter-spacing: var(--letter-spacing--0_5, -0.02rem);
    }

    h2 {
        /*font-size: 1.75rem;*/
        line-height: 2.1875rem;
        letter-spacing: var(--letter-spacing--0_5, -0.02rem);
    }

    .title-font-size-1 {
        font-size: 1.875rem;
    }

    .title-font-size-2 {
        font-size: 1.75rem;
    }

    .title-font-size-3 {
        font-size: 1.5rem;
    }

    .p-font-size-1 {
        font-size: 1.25rem;
    }

    .p-font-size-2 {
        font-size: 1rem;
    }

    .p-font-size-3 {
        font-size: 1rem;
    }

    .overlay-text {
        width: fit-content!important;
    }

    .overlay-text {
        top: 5%!important;
    }
}



.section-angled-customized {
    background-size: 100%;
    background-position: top;
    clip-path: polygon(0% 25%, 100% 0%, 100% 100%, 0% 100%);
    background-color: #666666!important;
}

@media (max-width: 480px){
    .section-angled-customized {
        background-size: 100%;
        background-position: top;
        clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 100%);
        background-color: #666666!important;
    }
}

.owl-carousel.dots-inside .owl-dots {
    left: 50%;
    transform: translateX(-50%);
}