

/*FOOTER*/


footer{
    display: flex;
    flex-direction: column;
    background-color: #242424;
    padding: 0.5em;
    margin:0em;
}

footer p{
    display: block;
    color: white;
    font-family: 'montserrat';
    font-size: 0.5em;
    font-weight: 100;
    margin:0em;
}


/*BODY*/

body{
    margin: 0em;
    padding: 0em;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url(../imagenes/fondo.jpg); }
    

    
/*TEXTO AL LADO DE FOTO*/

p{
    color: white;
    font-family: 'montserrat';
    font-size: 1.3em;
    margin: 0.1em;
    margin-bottom: 2em;
  
}


/*PRIMER TEXTO*/

.uno {
    font-size: 2em;
    margin: 0em;
    margin-bottom: 0.7em;
  
}



/*SEGUNDO TEXTO*/


.dos {
    font-size: 1.4em;
    margin: 0em;
    margin-bottom: 0.7em;
 
}



/*TERCER TEXTO*/


.tres {
    font-size: 1em;
    margin: 0em;
    margin-bottom: 1em;
    margin-top: 1.2em;
 
}



 /*CONTENEDOR FOTO Y TEXTO*/



div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin:1em;
    padding: 1em;
    padding-top: 3.5em;
    

}


.texto {
    display: flex;
    flex-direction: column;


}





/*MOCKUP*/

.telefono, {
    width: 100%;
    height: auto;
    float: left;
    
}



/*BOTON*/


.boton {
    text-decoration: none;
    color: darkgreen;
     background-color: white;
     border-radius: 5px;
     text-align: center;
     padding: 0.6em;
     font-size: 0.8em;
    font-weight: bold;
}


/*RESPONSIVE FOTO*/

@media screen and (max-width:800px) {
    .telefono { 
        width:90%;
        
    }

  @media screen and (min-width:50px) {
    .telefono { 
        width:100%;
        
    }  
