@charset "utf-8";

@media only screen and (min-width:320px) and (max-width:480px){
  body{padding-top: 15px;}
  body{font-size: 18px;}
}

*{  margin: 0;
    padding: 0;
    box-sizing: border-box;
    
    
    
 }

img{

    height: auto;
    max-width: 100%;
    
}

.bien{
    font-family: 'lato';
    font-weight: 600;
    letter-spacing: 0.1em;
     
}

body{
    
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'lato';
    text-align: center;
    background-image: url(../imagenes/imageninicio.jpg);
    background-repeat: no-repeat;
    background-size: cover;

   
    
}



.logo {
    display: flex;
    width:100%;
    height: auto;
    justify-content: center;
    padding-top: 20%;
    }

.contenedor{
    padding-top: 10%;
    margin-bottom: auto;
    color: whitesmoke;
    
    
}


.pie{
    display: flex;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
    font-weight:700;
    letter-spacing: 0.1em;
}

h1{
    color: #eded6f;
    font-size: 2.5em;
    
}

hr{
    height: 8px;
    width: 70px;
    background-color: #eded6f;
    margin:auto;
    margin-bottom: 10%;
    margin-top: 2%;
    
}
    

   

    

.boton {
    border-radius: 12px;
    border: 3px solid white;
    font-family: 'lato';
    font-weight: 500;
    color: white;
    padding: 10px 20px;
    background-color: transparent;
    font-size: 17px;
    margin: 9px; 
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    margin-bottom: 15vh;
  }

.boton:hover {
    background-color: white;
    color: black;
    border-radius: 12px;
    
}

footer{
  
    
    
    
    color:azure;
    font-family: 'roboto slab';
    font-size: 12px;
    margin-top: 0.5em;
    padding: 0.8em;
    
}



    
    




