* {
    margin: 0;
    padding: 0;
}

h2{
    font-family: 'Bebas Neue', cursive;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 2px;
    color: rgb(0, 0, 0);
    text-shadow: 2px 2px 2px rgb(148, 150, 150);
}

#formcontacto h5{
    font-family: 'Saira Condensed', sans-serif;
    font-size: 30px;
    color: rgb(0, 0, 0);
    text-shadow: 2px 2px 2px rgb(148, 150, 150);
    margin-bottom: 20px;
}

#mapa{
    filter: drop-shadow(0 2px 4px black);
}

main > section{
    background-color: rgb(87, 120, 139);
}

main > #servicios {
    background: url('ImageFiles/BackServicios.jpg')no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#manos{
    display: block;
    margin: 0 auto;
    width: 20%;
    filter: drop-shadow(2px 2px 4px black);
}

#capersonal{
    border-radius: 10px;
    filter:drop-shadow(2px 2px 4px black);
}

main > #servicios h5{
    font-family: 'Saira Condensed', sans-serif;
    font-size: 30px;
    color: rgb(0, 0, 0);
    text-shadow: 2px 2px 2px rgb(148, 150, 150);
    margin-bottom: 20px;
}

main > #servicios p{
    font-weight: bold;
    font-size: 20px;
    color: rgb(15, 15, 15);
}

@media (max-width: 390px){
    #manos{
        width: 60%;
    }
}

main > #mantoinstal {
    background: url('ImageFiles/BackMantenimiento.jpg')no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

main > #mantoinstal h2{
    color: black;
}

main > #mantoinstal img{
    border-radius: 10px;
    filter: drop-shadow(2px 2px 2px black);
}

main > #mantoinstal h5{
    font-family: 'Saira Condensed', sans-serif;
    font-size: 30px;
    color: rgb(0, 0, 0);
    text-shadow: 2px 2px 2px rgb(148, 150, 150);
    margin-bottom: 20px;
}

main > #mantoinstal p{
    font-weight: bold;
    font-size: 20px;
    color: rgb(15, 15, 15);
}

main > #mantoinstal ul li{
    font-weight: bold;
    font-size: 20px;
    color: rgb(15, 15, 15);
}

main > #soluciones{
    background: url('ImageFiles/BackSoluciones.jpg')no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

main > #soluciones h5{
    font-family: 'Saira Condensed', sans-serif;
    font-size: 30px;
    color: rgb(0, 0, 0);
    text-shadow: 2px 2px 2px rgb(148, 150, 150);
    margin-bottom: 20px;
}

main > #soluciones p{
    font-weight: bold;
    font-size: 20px;
    color: rgb(15, 15, 15);
}

main > #soluciones #vidautomatismos{
    filter: drop-shadow(2px 2px 4px black);
}

@media (max-width: 845px){
    main > #soluciones #vidautomatismos{
        width: 340px;
        height: 210px;
        filter: drop-shadow(2px 2px 4px black);
    }
}

main > #productos {
    background: url('ImageFiles/BackProductos.jpg')no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

main > #productos p{
    font-weight: bold;
    font-size: 20px;
    color: rgb(15, 15, 15);
}

main > #productos img{
    border-radius: 10px;
    filter: drop-shadow(2px 2px 4px black);
}

main > #contacto {
    background: url('ImageFiles/background.jpg')no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#whatsapp{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    filter: drop-shadow(2px 2px 4px #333);
}

footer{
    background: url('ImageFiles/footerbackground.jpg')no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

footer img{
    width: 80%;
}

footer p{
    color: rgb(190, 190, 190);
}

footer ul{
    list-style: none;
}

footer ul li a{
    display: block;
    text-align: center;
    text-decoration: none;
    color: rgb(190, 190, 190);
}

.sociales{
    width:30%;
}