.listado_profesores{
max-width:980px;margin:0px auto;
}
.listado_profesores img {
filter: grayscale(100%) brightness(110%);
cursor:pointer;
width:100%;
}
.listado_profesores img:hover {
filter: grayscale(0%) sepia(0%) brightness(100%);
}   
.listado_profesores .wp-block-columns{ border:none;
}
.listado_profesores .wp-block-column{
border:1px solid #fff; background:#f6f6f6;
position:relative;
padding-bottom:60px;
}
.listado_profesores .social{
text-align:center;font-size:24px;
position:absolute;bottom:10px;
width:100%;			
}
.listado_profesores h3{
margin:20px 10px 0 10px;
}
.listado_profesores h2{
margin:100px 0 10px 0;
text-align:center;
}
.listado_profesores p{
margin:0 20px;
}
.testimonios {max-width:800px;margin:30px auto 0 auto;min-height:340px;}
.testimonio .testimonio-thumbnail img{width:100px;border-radius:100%;box-shadow:3px 3px 10px #ccc;}
.testimonio {text-align:center!important;width:100%;}
.testimonio h3 {margin:20px 0 0 0;}
.testimonio {
opacity: 0;
z-index: 1;
display:none;
-webkit-transition: display opacity 1s;
-moz-transition: display opacity  1s;
-o-transition: display opacity  1s;
transition: display opacity  1s;
}
.showing {
display:block;
opacity: 1;
z-index: 2;
}
.slider_dots{margin:20px;clear:both;text-align:center;}
.slider_dot{
background:#999;
margin:5px;
width:10px;
height:10px;
display:inline-block;
border-radius:100%;
vertical-align:center;
cursor:pointer;
}
.slider_dot:hover{
background:#84142a;  
width:20px;
height:20px;  
margin:0;
vertical-align:center;
}
.metodologia{max-width:1200px;margin:0 auto; }
.metodologia i{
font-size:3em;
color:#84142a;         
}
.seccion{
padding:100px 0;
}
.wp-block-column  {
margin:20px;
}