.institucional-3{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: white;
    box-sizing: border-box;
    padding:50px;
    margin-bottom: 100px;
    overflow: hidden;
}

.institucional-3 > section{
    position: relative;
    background-image: url(../img/Backgrounds/opiniones_socios.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    box-sizing: border-box;
    padding:100px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.institucional-3 > section > h1{
    min-width: 100%;
    text-align: left;
    box-sizing: border-box;
    font-size: 28px;
    padding-left: 100px;
    margin-bottom: 50px;
}
.institucional-3 > section > section{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    height: 300px;
}
.comentario{
    min-width: 500px;
    width: 500px;
    box-sizing: border-box;
    padding:50px;
    border-radius: 50px;
    background-color: white;
    box-shadow: 0px 2px 10px #00000029;
    margin: 150px 20px;
}
.comentario > div{
    min-height: 114px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.comentario > div > h2{
    font-size: 16px;
}
.comentario > div > p, .comentario > div > p > b{
    font-size: 14px;
    margin-top: 10px;

}

@media(max-width: 649px){
    .institucional-3 > section{
        padding: 40px 0px;
    }
    .institucional-3 > section > h1{
        padding: 0px;
        text-align: center;
    }
    .institucional-3{
        padding:0px;
    }
    .comentario{
        min-width: 300px;
        width: 300px;
        height: 260px;
        margin:10px 20px;
    }
    .comentario > div{
        min-height: 150px;
    }
}

.redesSociales{
    width: 100%;
    height: 250px;
    background: transparent linear-gradient(100deg, #0400E9 0%, #BF0811 100%) 0% 0% no-repeat padding-box;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.redesSocialesColum1{
    margin-right: 150px;
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.redesSocialesColum2{
    margin-left: 150px;
    margin-right: 80px;
    width: 320px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.redesSocialesColum1 > h2{
    color: white;
    font-size: 28px;
}
.redesSocialesColum1 > p{
    color: white;
    font-size: 20px;
    margin-top: 15px;
}
.redesSocialesColum2 > a > img{
    height: 42px;
}

@media(max-width: 1199px){
    .redesSociales{
        justify-content: space-around;
    }
    .redesSocialesColum1{
        width: 350px;
        margin-right: 0px;
    }
    .redesSocialesColum2{
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media(max-width: 999px){
    .redesSocialesColum1{
        width: 350px;
    }
    .redesSocialesColum2{
        width: 300px;
    }
}
@media(max-width: 799px){
    .redesSocialesColum1{
        width: 250px;
    }
    .redesSocialesColum2{
        width: 200px;
    }
    .redesSocialesColum2 > a > img{
        height: 60px;
    }
    .redesSocialesColum1 > h2{
        color: white;
        font-size: 22px;
    }
    .redesSocialesColum1 > p{
        color: white;
        font-size: 14px;
        margin-top: 15px;
    }
}
@media(max-width: 549px){
    .redesSociales{
        flex-direction: column;
    }
    .redesSocialesColum1{
        width: 300px;
    }
    .redesSocialesColum1 > h2, .redesSocialesColum1 > p{
        min-width: 300px;
        width: 300px;
        text-align: center;
    }
    .redesSocialesColum2 > a > img{
        height: 40px;
    }
    .redesSocialesColum1 > h2{
        font-size: 24px;
    }
    .redesSocialesColum1 > p{
        font-size: 18px;
    }
}
