/**
 * Styling for agreement.
 */

 .chsm-banner-agreement{
    background: var(--azul-claro-2);
    position: relative;
    padding: 3rem 0 7rem;
 }

 .chsm-banner-agreement .chsm-container {
    position: relative;
    top: 0;
    max-width: 1400px;
    width: 100%;
    left: 0;
    height: 100%;
    transform: translateX(0);
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
    z-index: 3;
    padding: 1rem;
}

.chsm-banner-agreement .info-agreement{
    display: flex;
    flex-direction: column;
}

.chsm-banner-agreement .info-agreement span {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    color: var(--gris-oscuro);
}

.chsm-banner-agreement .chsm-title {
    color: var(--secundario);
    text-align: center;
}

.chsm-banner-agreement .breadcrumb{
    justify-content: center;
}

.chsm-content-agreement .field--name-field-imagen img {
    width: 100%;
    height: auto;
}

.chsm-content-agreement .field--name-field-imagen{
    display: block;
    margin: 2rem 0;
}


.chsm-others-agreement {
    background: var(--azul-claro);
    padding: 6rem 0 8rem;
}

.chsm-others-agreement h2{
    color: var(--secundario);
    text-align: center;
    margin-bottom: 3rem;
}

div#views-bootstrap-chsm-convenios-block-other .row {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div#views-bootstrap-chsm-convenios-block-other .field-content a {
    display: block;
    background: var(--blanco);
    text-align: center;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: -2px 4px 4px 2px #0000001f;
    border: 1px solid var(--gris-claro);
    transition: border .2s ease;
    &:hover {
        border-color: var(--principal);
        background-color: #fff;
        box-shadow: -2px 4px 6px #0000001f;
    }
}


div#views-bootstrap-chsm-convenios-block-other .row > div {
    width: 30%;
}

@media(max-width: 900px){
    div#views-bootstrap-chsm-convenios-block-other .field-content img{
        width: 100%;
        height: auto;
    }
}

@media(max-width: 767px){
    .chsm-banner-agreement {
        padding: 5rem 0rem;
    }

    .chsm-banner-agreement .chsm-container {
        min-height: 30vh;
    }

    .chsm-content-agreement{
        padding: 2rem;
    }

    div#views-bootstrap-chsm-convenios-block-other .row > div {
        width: 48%;
        margin-bottom: 2rem;
    }
    
}

@media(max-width: 600px){
    div#views-bootstrap-chsm-convenios-block-other .row > div {
        width: 100%;
        margin-bottom: 2rem;
    }

    div#views-bootstrap-chsm-convenios-block-other .field-content img{
        width: 60%;
        height: auto;
    }
}


div#views-bootstrap-chsm-convenios-block-other {
    gap: 20px;
    justify-content: center;
}

















