.icono-redondo {
    width: 60px; /* Tamaño del círculo */
    height: 60px;
    background-color: #043B42; /* Azul Bootstrap */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.icono-redondo img {
    width: 60%; /* Ajusta el tamaño de la imagen dentro del círculo */
    height: auto;
}

.seccion-iconos p{
    font-family: "Red Hat Text", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
}

.seccion-iconos{
    margin-left: 100px;
    margin-top: 40px;
}

.texto-titulo-icono{
    color: #043B42;
    font-weight: 800;
}

.texto-iconos{
    text-align: justify;
}

.btn-asesoria {
    background-color: #F4CC00; /* Amarillo */
    color: #000;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    max-width: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-asesoria:hover {
    background-color: black;
}





@media (max-width: 480px) {
    .seccion-iconos{
        margin-left: 5px;
        margin-top: 40px;
    }

    .icono-redondo {
        width: 150px; /* Tamaño del círculo */
        height: 50px;
    }
    .espacio-nav{
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .seccion-iconos{
        margin-left: 5px;
        margin-top: 40px;
    }

    .icono-redondo {
        width: 150px; /* Tamaño del círculo */
        height: 50px;
    }
}