* {
    text-decoration: none;
    list-style: none;
}


#logocauce {
    width: 80px;
    display: block;
    margin: auto;
    padding-top: 50px;
  
    
    }
#logocauce img {
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.3);
}



/*

.burger {
    margin: 20px;
    padding: 20px;
    display: flex;
}

#burger {
    width: 40px;
    align-self: center;
}

*/



.home{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-bottom: 50px;
}
.texto-bienvenida {
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    text-justify: left;
    margin-bottom: 50px;
    color: white;
    line-height: 150%;
    display: flex;
    flex-direction: column;
   
}

.texto-bienvenida h2 {
    color: #EAEBC9;
    line-height: 120%;
    padding-top: 40px;
    font-size: 1.2em;
   
}

.texto-bienvenida p {
    width: 250px;
    align-self: center;
    font-size: 0.9em;
}



.olvido {
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    width: auto;
    color: white;
    padding-top: 20px;
    font-size: 0.8em;
}

.olvido a {
    color: white;
   
}


body {
    background-image: url(../img/background.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #81CFD1;
}



.btn1 {
    background-color: white;
  
    display: block;
    margin: auto;
    text-align: center;
    margin: 5% 40% 5% 40%;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: lowercase;
    transform: background-color 650ms;
    font: bold 0.8em Josefin Sans, sans serif;
    border-radius: 35px;
    opacity: 0.7;
    
}

.btn1-tilde {
    background-color: white;
  
    
    margin: auto;
    
   margin-top: 20px;
    height: 40px;
   width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: lowercase;
    transform: background-color 650ms;
    font: bold 0.8em Josefin Sans, sans serif;
    border-radius: 35px;
    opacity: 0.7;
    
}

.btn1 h3 {
    
    color: #0b3f3b;
    
}

.btn1:hover {
    
    background-color: #F0EECF;
    color: white;
    
}

#tilde {
    
    height: 17px;
    padding: 0;
    margin: 0;

}  
       
    .sesion {
    
    display: block;
    margin: auto;
    text-align: center;
    font: bold 0.8em Josefin Sans, sans serif;
    color: #1C8E86;
    
}

.tarjetas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 100%;
    
}
.tarjeta {
    padding: 10px;
   
} 


.tarjeta:hover {
     transform: scale(1.1);
}


    
    
    
.btn1 {
        
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 2%;
    width: 30%;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);

    }
    


    
/* Pantalla Regalá tu tiempo */
    
    .texto-bienvenida {
        
        margin: auto;
        width: 50%;
        margin-bottom: 15px;
    }
    

.titulo {
    
    font: bold 1em Josefin Sans, sans serif;
    margin: auto;
    width: 50%;
   
    text-align: center;

}


.actividad1 {
    
    font: bold 1em Josefin Sans, sans serif;
    background-color: white;
    margin: auto;
    width: 25%;
    margin-bottom: 5%;
    padding: 3%;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.3);
    
}

.actividad1 h3 {
    
    font: bold 1.3em Josefin Sans, sans serif;
  
    
}

.actividad1 {
    
    font: 0.9em Josefin Sans, sans serif;
 
  
    
}

.actividad1 img {
    
   margin: auto;
    width: 100%;

    
}


.actividad2 {
    
    font: bold 1em Josefin Sans, sans serif;
    background-color: white;
    margin: auto;
    width: 25%;
    padding: 3%;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 5%;
}

.actividad2 h3 {
    
    font: bold 1.3em Josefin Sans, sans serif;
  
    
}

.actividad2 {
    
    font: 0.9em Josefin Sans, sans serif;
  
    
}

.actividad2 img {
    
   margin: auto;
    width: 100%;

    
}




@media screen and (max-width:768px){
    
    .actividad1 {
        
        width: 50%;
    }
    
      .actividad2 {
        
        width: 50%;
    }

}


/* Pantalla Plata */


.tarjetas {
    
    margin: auto;
    width: auto;
    
    
}

.btn2 {
    
    background-color: white;
    color: #1C8E86;
    display: block;
    margin: auto;
    text-align: center;
    margin: 5% 40% 5% 40%;
    padding: 0.5%;
    text-transform: lowercase;
    transform: background-color 650ms;
    font: bold 0.8em Josefin Sans, sans serif;
    border-radius: 20px;
    
}

.btn2:hover {
    
    background-color: aqua;
    color: white;
    
}

.monto {
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    justify-content: center;
    font: bold 1.2em Josefin Sans, sans serif;
    
    

}


.monto1 {
    height: 35px;
    width: 55px;
    margin: 5%;
    padding: 10 px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    
  
}

.monto1 a {
    color: #0b3f3b;
    font-size: 0.9em;
    width: 100%;
    text-align: center;
    align-self: center;
}

.monto1:hover{
    transform: scale(1.1);
    opacity: 0.9;
}

.monto1:active {
    background-color:#0b3f3b;
    color: white;
}


.iniciar {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.iniciar label {
    margin: 10px;
}

.iniciar input {
    border-radius: 20px;
    border-style: none;
    height: 35px;
    width: 160px;
    background-color: white;
    
}

.enviardatos {
    margin-top: 10px;
    font-family: 'Josefin Sans', sans-serif;
    color: #0b3f3b;
    border-radius: 20px;
    border-style: none;
    height: 35px;
    width: 190px;
    background-color: white;
  
}

.enviardatos input {
    height: 35px;
    width: 190px;
}

.infotiempo {
    color: lightseagreen;
}


