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


body {
margin:0;
font-size:100%;
}

a, a:hover {
-o-transition: color 0.25s ease-in;
-webkit-transition: color 0.25s ease-in;
-moz-transition: color 0.25s ease-in;
transition: color 0.25s ease-in;
text-decoration:none;
}








.encabezado {
    width: 100%;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}



.fondo_encabezado {
    width: 100%;
    background-color: #fff;
    height: 150px;
    -webkit-box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.10);
    -moz-box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.10);
    box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.10);
}


.caja_sadeva {
    margin: 0 auto 0 auto;
    text-align: left;
    width: 75%;
    padding-top: 2em;
}

.sadeva {
    font-family: 'Quando', serif;
    font-size: 290%;
    color:#fe5109;
    font-weight: 300;
    line-height: 1.1em;
    letter-spacing: -1.5px;
    }

.bajada_sadeva {
    font-family: 'Nunito', sans-serif;
    font-size: 110%;
    color:#624d70;
    text-transform: uppercase;
    padding-top: 0.5%;
    }


    
    
    
    
    .detalle_compartir  {
    background-color: #dbd7de;
    margin: 0 auto 0 auto;
    width: 100%;
    padding-top: 1%;
    padding-bottom: 1%;
    }

     .detalle_compartir  .txt {
        margin: 0 auto 0 auto;
        text-align: left;
        width: 75%;
    }

    .compartir {
        color: #624d70;
        font-family: 'Nunito', sans-serif;
        text-decoration: none;
        font-size: 90%;
    }
    
    
    
    
    






.contenido {
    margin: 0 auto 0 auto;
    width: 70%;
    font-family: 'Nunito', sans-serif;
    margin-top: 4em;
    color: #624d70;
}



.bloque {
    width: 100%;
    clear: both;
    height: 20em;
}

.bloque .foto {
    float: left;
    width: 25%;
}

.bloque .foto img{
    width: 100%;
    -webkit-border-bottom-right-radius: 11px;
        -moz-border-bottom-right-radius: 11px;
        border-bottom-right-radius: 11px;
}

.bloque .foto .piefoto{
    color: #624d70;
    font-size: 110%;
    font-family: 'Quando', serif;
    margin: 0.4em;
    text-align: center;
}

.bloque .foto .linea{
    background-color: #624d70;
    height: 1px;
    width: 100%;
    margin-bottom: 0.5em;
}

.bloque .texto {
    float: left;
    width: 70%;
    margin-left: 5%;
    color: #555;
    line-height: 1.4em;
}

.bloque .texto .bajada {
    font-size: 130%;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-bottom: 0.5em;
    color:#ff5e00;
}








.fondo_sadeva {
    background-image: url('../../imagenes/fondo_sadeva.jpg');
    background-repeat: no-repeat;
    width: 100%;
    clear: both;
    height: 45em;
}

.fondo_sadeva .iconos {
    padding-top: 22em;
    margin: 0 auto 0 auto;
    width: 60%;
    text-align: center;
}

.fondo_sadeva .iconos a {
    font-size: 350%;
    margin: 0.5em;
    color:#fff;
}

.conectate {
    font-size: 140%;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-bottom: 0.5em;
    color:#fff;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
}


.fondo_sadeva .com a{
    color:#fff;
}

.fondo_sadeva .linea {
    height: 3px;
    width: 60%;
    margin: 0 auto 0 auto;
    text-align: center;
    background-color: #fff;
}












.palabrasadeva {
    clear: both;
    width: 70%;
    margin: 0 auto 0 auto;
    padding-top: 7%;
    padding-bottom: 7%;
}


.palabrasadeva .titulo {
    font-family: 'Nunito', sans-serif;
    font-size: 210%;
    font-weight:900;
    color:#ff5e00;
    margin-bottom: 1em;
    text-align: left;
}

.entrecomillas {
    color: #624d70;
    font-size: 110%;
    font-family: 'Quando', serif;
    margin: 1.5em;
}

.firmasadeva {
    font-family: 'Cookie', cursive;
    text-align: right;
    font-size: 190%;
    color:#ff5e00;
    margin-right: 13%;
}