.contenedor{
   width: 95%;
    margin: auto;
}
.section_requirements{
    margin-top: 50px;
    margin-bottom: 50px;
}
.tres_cajas{
    margin-top: 30px;
}
hr{
    height: 1px; 
    background-color: rgb(218, 216, 216); 
    border: none;
    width: 100%;
}
.requisitos{
    margin-top: 5px;
    margin-bottom: 5px;
}
.titulo_req {
    width: 80%;
    margin: auto;
}
.div_question{
    background-color: #EEF5FE;
    color: var(--color1);
    text-align: center;
    width: 70%;
    margin: auto;
    font-weight: bold;
    margin-top: 20px;
}
.titulo_req h2{
    color: black;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5em;
}
.titulo_req h2 .subtitulo{
    margin-top: 0;
    color: black;
    text-align: center;
    font-size: 1.5em;
}
.icono_req{
    /* background-color: #EEF5FE;
    width: 90%;
    padding: 10px;
    border-radius: 100%;
    text-align: center; */
    background-color: #EEF5FE;
    width: 100%; /* 100% del contenedor padre */
    aspect-ratio: 1 / 1; /* hace que sea cuadrado */
    padding: 10px;
    border-radius: 100%;
    box-sizing: border-box; /* asegura que padding no sume al tamaño */
    display: flex;
    align-items: center;
    justify-content: center;
}
.icono_req object {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.icono_req_tam{
    display: flex;
    
    align-items: flex-start;
    /* width: 15%; */
    /* nuevo */
    display: flex;
    align-items: flex-start;
    width: 50px; /* o el tamaño que desees */
    height: 50px;
    flex-shrink: 0;
}
.div_req span{
    font-size: 0.8rem;
}

.icono_req img{
    width: 100%;
    height: 100%;
   
}

.img_mv img{
    max-width: 90%;
    width: 90%;
    height: auto;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
    
}
svg path {
  stroke-width: 2; /* el grosor que quieras */
}
.contenedor_img{
    width: 60%;
    margin: auto;
}
.div_req p{
    font-size: 0.8rem;
    font-weight: 300;
    margin-bottom: 0;
}
.div_req{
    width: 85%;
    padding-left: 10px;
    margin: auto;
}


    @media (min-width: 768px) {
        .div_question{
            width: 40%;
        }
        .img_mv{
            display: flex;
            align-items: center;
        }
        .contenedor_img{
            width: 90%;
        }
       .div_req{
            width:75%;
       }
       .tres_cajas .col-4{
        margin: auto;
       }
    }
    
@media (min-width: 1024px) {
    .div_question{
            width: 23%;
    }
    .contenedor{
         width: 85%;
    }
    .section_requirements .col-4{
        width: 33.33%;
        
    }
    .icono_req_tam{
    /* width: 20%; */
    width: 50px; /* o el tamaño que desees */
    height: 50px;
    }
     
    .div_req{
            width: 74%;
        }

}
@media (max-width: 425px) {
.icono_req {
    background-color: #EEF5FE;
    width: 80%;
    aspect-ratio: 1 / 1;
    padding: 10px;
    border-radius: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contenedor_img {
    width: 60%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}
.contenedor {
    width: 100%;
}
.titulo_req{
    width: 95%;
}
.titulo_req h2{
    color: black;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5em;
}
.titulo_req h2 .subtitulo{
    margin-top: 0;
    color: black;
    text-align: center;
    font-size: 1em;
}
}
@media (max-width: 768px) {
.requisitos {
    margin-top: 20px;
    margin-bottom: 20px;
}
.img_mv img
 {
    max-width: 90%;
    width: 90%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
}
@media (max-width: 625px) {
    .requisitos {
        flex-direction: row;
        flex-wrap: nowrap;
    }
}