/* CSS Document */

html, body {
height: 100%;
margin: 0;
overflow: hidden;
}

body {
    text-align: center;
    color: #FFFFFF;
    font-family: 'Lato';
    font-style: normal;
    background-image: url(../img/fondo.png);
    background-size:cover;
}

.wrapper{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 30px 30px;   
   }

 @media screen and (min-width: 800px) {
     .wrapper{       display: block;
}
}

h1 {
font-style: italic;
font-weight: 900;
font-size: 50px;
line-height: 100%;
color: #FAFF00;
text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.9);
}

.especializados{    
font-weight: 800;
font-size: 25px;
line-height: 30px;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.9);
}

.efectivos{
font-weight: 500;
font-size: 20px;
line-height: 24px;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.9);    
}

.actualizacion{
font-weight: 800;
font-size: 25px;
line-height: 30px;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.9);    
}

.servicios{
font-weight: 800;
font-size: 25px;
line-height: 30px;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.9);    
}

.no-dudes{
font-style: italic;
font-weight: 800;
font-size: 25px;
line-height: 30px;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.9);    
}

.phones{
    display: flex;
    width: 100%;
    justify-content: space-around;    
}

.btn-phone{
 display: block;
background: #1088FF;
border-radius: 5px;
color: white;
font-weight: 400;
}

.btn-whatsapp{
 display: block;
background: #14B306;
border-radius: 5px;  
color: white;
font-size: 35px;
padding: 0 20px;
line-height: 1.35;
}
