:root {
    --bluePrime: #444290;
    --grayPrime: gray;
    --redPrime: #ed3237;
}

/* * {
    border: 1px solid black;
} */

.section-banner,
.section-somos {
    font-family: 'Poppin', 'Arial';
    font-size: 16pt;
}

@media screen and (min-width: 768px) {
    .section-banner {
        height: 60vh !important;
    }
}

/* .section-historia .title {
    font-weight: normal;
    font-size: 1.5em;
}

.section-historia .title:nth-child(1) {
    color: gray;
}

.section-historia .title:nth-child(2) {
    color: var(--redPrime);
}
.section-historia .historia-description {
    font-size: 0.8em;
}
*/

.section-somos {
    background-image: url(../img//nosotros/imagen-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    /* background-color: var(--doradoGoldYellow); */
    border: 1px solid var(--redPrime);
    position: relative;
}

.section-somos .background-absolute {
    position: absolute;
    clip-path: circle(90% at 0% 0%);
    background-color: var(--doradoGold);
    /* box-shadow: 2px 2px 4px 4px var(--blackPrime); */
    opacity: 0.5;
}

.section-somos .card {
    background-color: var(--doradoGold);
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.2);
}

.section-somos .card-header {
    font-weight: 200;
    font-size: 1em;
}
.section-somos .card-body {
    font-weight: 100;
    font-size: 0.8em;
}

.section-historia img,
.section-somos img {
    border-radius: 10px;
}
