.headerbg{
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/assets/images/home.png");

}
.exp2bg{
    background-size:initial;
    background-repeat: no-repeat;
    background-image: url("/assets/images/experiencia2bg.png");
    background-position: 70vw 142%;
}
.thin-weight{
    font-weight: normal !important;
}

.text-border-bottom-primary{
    border-bottom:5px solid #E97132;
}

.text-border-top-primary{
    border-top:5px solid #E97132;
}
.text-justify{
text-align: justify;
}

.text-right{
    text-align: right;
}
.mt-n{
    margin-top:-5rem !important;
}
.divider {
    height: 4px;
    background-color: #f97316;
    margin: 1rem 0 3rem;
}
.top-divider {
    height: 4px;
    width: 45vw;
    background-color: #f97316;
    margin: 1rem 0 3rem;
}
.footer-divider {
    height: 4px;
    background-color: #f97316;
    margin: 2.5rem 0 2rem;
}
.area-item {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    gap: 1.5rem;
}

.area-item img {
    width: 180px;

    object-fit: cover;
    border-radius: 3px;
}

.area-text {
    font-size: 1.5rem;
    line-height: 1.6;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;

}
.VisionMisionBG{
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/assets/images/VisonMisionBG.png");
}
.AreasBG{
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/assets/images/areasbg.png");
}
.copyright {
            font-size: 0.75rem;
            color: #cbd5e1;
            text-align: right;
            margin-top: 0.5rem;
        }
@media (max-width: 575.98px) {
    .mt-n{
        margin-top:0rem !important;
    }

    @media (max-width: 768px) {
            .area-item {
                flex-direction: column;
                text-align: center;
            }
        }
}
/* CONTACTO */
.contacto-section {
    background: #ececec;
}

.contacto-top {
    background: linear-gradient(90deg, #083447 0%, #0b4158 68%, #052736 68%, #021d29 100%);
    min-height: 210px;
    display: flex;
    align-items: center;
}

.contacto-title {
    color: #f2f2f2;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 4rem;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
}

.contacto-body {
    background: #FFFFFF;
}

.contacto-info {
    padding-right: 20px;
}

.contacto-item {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 34px;
}

.contacto-icon {
    min-width: 64px;
    text-align: center;
    color: #b32025;
    font-size: 3.2rem;
    line-height: 1;
}

.contacto-text,
.contacto-text a {
    color: #1d1d1d;
    font-size: 1.15rem;
    text-decoration: none;
    word-break: break-word;
}

.contacto-text a:hover {
    text-decoration: underline;
}

.contacto-art-wrap {
    text-align: right;
}

.contacto-art {
    width: 100%;
    max-width: 760px;
    display: block;
    margin-left: auto;
}

.contacto-divider {
    width: 100%;
    height: 6px;
    background: #d65a16;
    margin: 38px 0 26px 0;
}

.contacto-footer-brand h5 {
    margin: 0;
    color: #cfcfcf;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.8rem;
    font-weight: 400;
}

.contacto-footer-brand small {
    display: block;
    color: #d8d8d8;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 991.98px) {
    .contacto-title {
        font-size: 2.8rem;
    }

    .contacto-art-wrap {
        text-align: center;
    }

    .contacto-art {
        margin: 0 auto;
    }
}

@media (max-width: 575.98px) {
    .contacto-title {
        font-size: 2.2rem;
    }

    .contacto-item {
        gap: 18px;
    }

    .contacto-icon {
        min-width: 48px;
        font-size: 2.5rem;
    }

    .contacto-text,
    .contacto-text a {
        font-size: 1rem;
    }
}
