@charset "utf-8";
/* css/4-monitor/maestros.css */

    


.contienemaestros {
    overflow: hidden;
    width: 95%;
    margin: 0 auto 0 auto;
    text-align: center;
    padding-top: 1em;
}

.maestro {
    font-family: "Nunito Sans", sans-serif;
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 5%;
}

.maestro .nombre{
    font-family: "Sora", sans-serif;
    font-size: 145%;
    text-align: center;
    color:#ff5e00;
    margin-bottom: 0.3em;
    font-weight: bold;
}

.maestro img {
    width: 80%;
}

.maestro .texto {
    color:#624d70;
    margin: 0 auto 0 auto;
    font-size: 100%;
    width: 70%;
    margin-bottom: 1.5em;
}



.masinfo a:hover {  
    background-color:transparent; 
    border-bottom-style: solid; 
    border-width:thin; 
    border-color: #ff5e00;  
    font-weight: bold;
    color:#ff5e00; 
    text-align:center;
     padding-left:3em; 
     padding-right:3em; 
     padding-top: 0.5em; 
     padding-bottom: 0.5em;
     font-size: 1em;
     transition:all .3s
}


.masinfo a {
    border-radius:0.2em;
    -ms-border-radius:0.2em;     
    -moz-border-radius:0.2em; 
    -webkit-border-radius:0.2em; 
    background-color:#ff5e00; 
    color:#fff; 
    border: none;  
    padding: 0.7em 2.3em;
    text-decoration: none; 
}












.masinfo_maestro {
    font-family: "Nunito Sans", sans-serif;
    clear: both;
    overflow: hidden;
}

.masinfo_maestro img {
    float: left;
    margin-left: 4%;
    width: 45%;
    border-radius: 9px;
}

.masinfo_maestro .derecha {
    float: right;
    width: 50%;
}

.masinfo_maestro .nombre {
    font-family: "Sora", sans-serif;
    font-weight: bold;
    font-size: 215%;
    text-align: left;
    color:#ff5e00;
    margin-bottom: 0.5em;
}


.masinfo_maestro .antenombre {
    font-weight:500;
    color:#888;
}




.bio_maestro {
    float: left;
    width: 42%;
    text-align: justify;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 4%;
    color:#333;
}


.bio_maestro .texto {
    line-height: 1.3em;
}



.destacado {
    font-family: "Sora", sans-serif;
    font-size: 140%;
    margin-top: 1%;
    margin-bottom: 1%;
    color: #111;
    line-height: 1.4em;
}

.linea_destacado {
    height: 1px;
    background-color: #333;
    margin-top: 1%;
    margin-bottom: 2%;
}



.segui {
    width: 100%;
    text-transform: uppercase;
    font-size: 90%;
}

.segui .txt {
   padding-top: 3%;
   float: left;
}

.segui a {
    text-transform: none;
    font-weight: bold;
    color:#ff5e00;
    font-size: 230%;
    margin:0.1em;
}