@charset "UTF-8";#sec-lo-que-hacemos .wrapper-section {
padding-bottom: 10px;
}
#sec-lo-que-hacemos .wrapper-section .blq-wrapper{
border-radius: var(--border-r-lg) var(--border-r-lg) 0px 0px !important;
}#sec-socios-equipo .blq-wrapper {
border-radius: var(--border-r-xl)	var(--border-r-xl) var(--border-r-lg) var(--border-r-lg);
}
#sec-socios-equipo .art-img-md-logos {
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-align: stretch;
-ms-flex-align: stretch;
-webkit-align-items: stretch;
align-items: stretch;
justify-content: center;
flex-direction: row;
position: relative;
min-width: 100%;
max-width: auto;
height: auto;
max-height: 200px;
background-image: none;
border-radius: var(--border-r-md) var(--border-r-md) 0px 0px;
overflow: hidden;
background-color: var(--bn-100);
border: 0.5px solid var(--base-a-4-100);
margin-top: -3px;
padding: 50px 20px 50px 20px;
}
#sec-socios-equipo .art-img-md-logos picture {
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
justify-content: center;
flex-direction: column;
width: 100%;
height: 100%;
}
#sec-socios-equipo .art-img-md-logos img {
object-fit: contain;
}#sec-socios-equipo .blq-wrapper .art-img-md-logos + article {
padding-bottom: 0px;
}
#sec-socios-equipo .blq-wrapper .label-panel {
border: 0.5px solid var(--base-a-3-50);
border-radius: var(--border-r-base);
margin: 30px 10px 30px 30px;
padding: 5px 15px 5px 5px;
}
#sec-socios-equipo .blq-wrapper .label-panel a {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 2;
}
#sec-socios-equipo .blq-wrapper .label-panel h3 {
color: var(--bn-80);
}@media screen and (max-width: 767px){
#sec-socios-equipo .blq-wrapper .label-panel {
margin: 30px 10px 25px 25px;
}
}