@charset "utf-8";
/* css/1-smartphone/maestros.css */




.contienemaestros {
    overflow: hidden;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: center;
}

.maestro {
    font-family: "Nunito Sans", sans-serif;
    float: none;
    width: 90%;
    text-align: center;
    margin: 0 auto 0 auto;
    margin-bottom: 15%;
}

.maestro .nombre{
    font-family: "Sora", sans-serif;
    font-weight: bold;
    font-size: 240%;
    text-align: center;
    font-weight: normal;
    color:#ff5e00;
}

.maestro img {
    width: 80%;
}

.maestro .texto {
    color:#624d70;
    margin: 0 auto 0 auto;
    font-size: 110%;
    width: 90%;
    margin-bottom: 1em;
}








.masinfo a:hover {  
    background-color:transparent; 
    border-bottom-style: solid; 
    border-width:thin; 
    border-color: #ff5e00;  
    color:#989c99; 
    text-align:center;
     padding-left:5em; 
     padding-right:5em; 
     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; 
    font-weight:bold;
    border: none;
    font-size: 110%;
    padding: 0.7em 2.3em;
    text-decoration: none;
}













.masinfo_maestro {
    font-family: "Nunito Sans", sans-serif;
    overflow: hidden;
    margin: 0 auto 0 auto;
    width: 100%;
}

.masinfo_maestro img {
    float: none;
    width: 95%;
    margin-left: 3%;
    border-radius: 9px;
}

.masinfo_maestro .derecha {
    float: none;
}

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


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



.bio_maestro {
    float: none;
    width: 85%;
    text-align: justify;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 4%;
    color:#333;
    margin: 0 auto 0 auto;
}


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



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

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



.segui {
    text-transform: uppercase;
    font-size: 100%;
    text-align: center;
}

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

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




.separador {
    background-color:#ff5e00;
    height: 0.6em;
    text-align: center;
    width: 90%;
    margin: 0 auto 0 auto;
    clear: both;
    margin-bottom: 2em;
}