.nosotros-btn {
    display: inline-block;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #084DA1 !important;
    background: #fff !important;
    border-radius: 24px;
    border: none;
    box-shadow: 0 2px 8px rgba(8,77,161,0.08);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    text-align: center;
}

.nosotros-btn:hover, .nosotros-btn:focus {
    background: #e6e3e3 !important;
    color: #084DA1!important;
    box-shadow: 0 4px 16px rgba(8,77,161,0.16);
    text-decoration: none;
}
.nosotros-desc {
    color: #fff;
    text-align: center;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.nosotros-title {
    color: #fff;
    text-align: center;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
}
.nosotros-label {
    color: #fff;
    font-family: 'Segoe UI';
    font-weight: bold;
    font-size: 16px;
    padding: 4px 18px;
    border-radius: 8px;
    display: inline-block;
    letter-spacing: 0.5px;
}
.nosotros-label-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    background: transparent linear-gradient(270deg, #EA1C22 0%, #084DA1 100%) 0% 0% no-repeat padding-box;
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 12px;
    border-radius: 8px;
}


.nosotros-bg {
    min-height: 600px;
    width: 100%;
    background: transparent linear-gradient(71deg, #E32129 0%, var(--unnamed-color-0c4c9f) 45%, #0D4C9F 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(71deg, #E32129 0%, #0C4C9F 45%, #0D4C9F 100%) 0% 0% no-repeat padding-box;
    clip-path: polygon(65% 1%, 100% 11%, 100% 89%, 35% 100%, 0 89%, 0 11%);
    /* Ajusta los valores del polygon para cambiar la inclinación */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.nosotros-section {
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}

.nosotros-img-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 5px 12px 6px #00000029;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 368px;
    height: 270px;
    border: 1px solid #fff;
}

.nosotros-img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    max-width: 366px;
    max-height: 268px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {
    .nosotros-img-box {
        width: 100%;
        max-width: 200px;
        height: 160px;
    }

    .nosotros-img {
        width: 100%;
        height: 100%;
        max-width: 180px;
        max-height: 140px;
    }
}

@media (max-width: 575px) {
    .nosotros-bg {
        clip-path: polygon(73% 1%, 100% 0, 100% 96%, 28% 98%, 0 91%, 0 8%);
        min-height: 1100px;
    }
    .nosotros-img-box {
        width: 100%;
        max-width: 278px;
        height: 204px;
        padding: 4px;
    }

    .nosotros-img {
        width: 100%;
        height: 100%;
        max-width: 276px;
        max-height: 202px;
    }
}