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


 .opciones_formacion {
    width: 100%;
    margin: 0 auto 0 auto;
    padding-top: 7%;
    padding-bottom: 7%;
    background-color: #fe5109;
    overflow: hidden;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
  
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}



.base {
    text-align: center;
    width: 90%;
    margin-left: 5%;
    margin-top: 7%;
    color: #fff;
    min-height: 500px;
    border-radius: 10px;
    float: left;
}

.modalidad {
    font-family: "Sora", sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 200%;
    margin-top: 60%;
}

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

.bajada {
    font-size: 50%;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.5em;
}


.profesorado {
    background: transparent url('../../imagenes/profesorado.jpg')center top no-repeat;
    background-size: cover;
}
     
.autoconocimiento {
    background: transparent url('../../imagenes/autoconocimiento.jpg')center top no-repeat;
    background-size: cover;
}
     
.yogaencasa {
    background: transparent url('../../imagenes/yogaencasa.jpg')center top no-repeat;
    background-size: cover;
}


.bot {
    font-family: "Nunito Sans", sans-serif;
    padding-top: 20%;
 }

 a.bot {
    color: #fff;
    background-color:#fe5109;
    padding: 0.7em 0.9em;
    text-decoration: none;
    font-size: 150%;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    transition:all .3s;
}  
    
a.bot:hover {
    color: #58314e;
    background-color: rgba(255, 255, 255, 0.7); 
}