@import url(01_config.css);
@import url(01_header.css);
@import url(01_buscar.css);
@import url(01_footer.css);



.sec-col article, .sec-col .con-col {
    display: flex;
    width: 100%;
}
.sec-col article{
    height: 120px;
    align-items: center;
    padding-left: 2rem;
    box-sizing: border-box;
}

.sec-col article p {
    font-size: 18px;
    font-weight: 700;
    color: #231c64;
}

.sec-col .con-col {
    align-items: center;
    justify-content: space-around;
}

.sec-col .log-col {
    max-width: 31%;
} 

.sec-col .log-col img {
    width: 100%;
}