@charset "utf-8";






#base_logo_ashram {
    
    position:absolute;
    z-index: 10000000;
    margin-top: -50px;
}
 
#logo {
    position:absolute;
    z-index: 100000000;
    margin-top: -35px;
   
}





#fondomanos {
    clear: both;
    background: url(../img/fondo_manosylogo.jpg) no-repeat;
    background-size: contain;
    height: 500px;
}


#txt_fondomanos {
    margin-left: 4em;
    padding-top: 10em;
    width: 50%;
}

#fondomanos .frase {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 200;
    font-size: 2.3em;
    line-height: 1.4em;
    color:#7e8383;
    
}


#fondomanos .conocesadeva {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 200;
    font-size: 1em;
    padding-top: 1em;
    line-height: 1em;
    color:#ff8303;
}

#fondomanos .conocesadeva a {
    text-decoration: none;
    font-weight: 600;
    color:#ff8303;
}





#fondo_actividades {
    background-color: #ea5900;
    width: 100%;
    height: 1000px;
}

#titulo_activ {
    padding-top: 3em;
    color: #fff;
    margin-bottom: 2em;
    font-family: 'Pontano Sans', sans-serif;
    text-align: center;
    font-size: 2em;
}

#contenedor_activ {
    margin: 0 auto 0 auto;
    width: 80%;

}

#una_activ {
    float: left;
    width: 32%;
    margin-right: 1%;
}

#una_activ img {
    width: 100%;
}

#texto_activ {
    font-family: 'Fira Sans', sans-serif;
    color:#fff;
    padding: 2em;
    text-align: center;
    margin: 0 auto 0 auto;
}

#linea_separatoria {
    background-color: #fff;
    width: 100%;
    height: 1px;
    margin-top: 1em;
    margin-bottom: 1em;
}


















/*media queries*/
 
@media only screen and (max-width: 768px) {
    

    
    #base_logo_ashram {
        display: none;
    position:absolute;
    z-index: 10000000;
    margin-top: -50px;
}
 
#logo {
    position:absolute;
    z-index: 100000000;
    margin-top: -35px;
   
}






#fondomanos {
    clear: both;
    height: 500px;
    background: none;
    background-size: auto;
}


#txt_fondomanos {
    margin: 0 auto 0 auto;
    text-align: center;
    padding-top: 2em;
    width: 85%;
}

#fondomanos .frase {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 200;
    font-size: 2em;
    line-height: 1.1em;
    color:#7e8383;
    
}


#fondomanos .conocesadeva {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 200;
    font-size: 1em;
    padding-top: 1em;
    line-height: 1.2em;
    color:#ff8303;
}

#fondomanos .conocesadeva a {
    text-decoration: none;
    font-weight: 600;
    color:#ff8303;
}

















#fondo_actividades {
    background-color: #ea5900;
    width: 100%;
    height: 2100px;
}

#titulo_activ {
    padding-top: 1.6em;
    line-height: 1em;
    color: #fff;
    margin: 1em;
    font-family: 'Pontano Sans', sans-serif;
    text-align: center;
    font-size: 2em;
}

#contenedor_activ {
    margin: 0 auto 0 auto;
    width: 96%;

}

#una_activ {
    float: left;
    width: 100%;
    margin-right: 0%;
}

#una_activ img {
    width: 100%;
}

#texto_activ {
    font-family: 'Fira Sans', sans-serif;
    color:#fff;
    padding: 2em;
    text-align: center;
    margin: 0 auto 0 auto;
}

#linea_separatoria {
    background-color: #fff;
    width: 100%;
    height: 1px;
    margin-top: 1em;
    margin-bottom: 1em;
}




 
}
 
