body{
	margin:0;
    font-family: sans-serif, verdana;
    text-align: center;
    align-items: center;
    color: #fff;
    background-color: #7EAFB0;
}
a{
    text-decoration: none;
}
button{
    color: white;
    padding: 10px 20px;
    border: 1px solid white;
    border-radius: 20px;
    text-transform: uppercase;
    background-color: #7EAFB0;
    margin: 10px 0;
}
button:hover{
    background-color: white;
    color: #7EAFB0;
}
.container {
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.marca {
    width: 368px;
    height: 75px;
    z-index: 99;
}
h2 {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    padding: 0;
    line-height: 12px;
    font-weight: normal;
    letter-spacing: 1px;
}

.informacion {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    margin-top: 10px;
}
.iconosredes {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
li{
    list-style: none;
}
.icono{
    border: 1px solid white;
    border-radius: 20px;
    width: 40px;
    height: 40px;    
    z-index: 99999999;
    cursor: pointer;
    margin: 0 5px; 
}
.icono:hover{
    opacity: .7;
}
.telefono{ 
    background: url('../img/telefono.png') no-repeat scroll 50% 0px transparent;
}
.whatsapp{
    background: url('../img/whatsapp.png') no-repeat scroll 50% 0px transparent;

}
.email{
    background: url('../img/email.png') no-repeat scroll 50% 0px transparent;
}
.facebook {
    background: url('../img/facebook.png') no-repeat scroll 50% 0px transparent;
}
.instagram {
    background: url('../img/instagram.png') no-repeat scroll 50% 0px transparent;
}
.web {
    background: url('../img/web.png') no-repeat scroll 50% 0px transparent;
}
