h1{
    color: #393939;
    font-size: 30pt;
    font-weight: 700;
}
body{
    margin: 0;
}
.bar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    width: 100%;
    height: 15vh;
}
.bar img{
    margin-left: 5%;
}
.links{
    margin-right: 5%;
    display: flex;
    justify-content: space-between;
    width: 50%;
}
.links a{
    text-decoration: none;
    color: #393939;
    font-weight: 450;
    cursor: pointer;
}
.links a:hover{
    color: #5A9BD3 !important;
}
.links_burguer{
    display: none;
}
.burguer{
    display: none;
}
.backImage{
    width: 100%;
    height: 85vh;
    background-image: url(/img/portada_inicio.jpg);
    background-position: top;   
    display: flex;
    align-items: center;
}
.mainText{
    height: auto;
    width: 30%;
    margin-left: 10%;
}
.mainText h1{
    font-size: 60pt;
    color: #fff;
}
.mainText h3{
    margin-top: 20px;
    font-size: 20pt;
    color: #fff;
    font-weight: 500;
}
.aboutUs{
    display: flex;
    justify-content: center;
    height: auto;
    width: 100%;
    padding: 5%;
}

.aboutUs h1{
    font-size: 50pt;
    color: #393939;
}
.aboutUs h2{
    font-size: 18pt;
    font-weight: 300;
    margin-block: 20px;
    text-align: justify;
    color: #393939;

}
.centrarColumn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.centrarRow{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.services{
    text-align: center;
    padding: 5%;
    width: 100%;
    height: auto;
    background-color: #E8E8E8;
}
.services h1{
    margin-bottom: 5%;
}
.card{
    margin-block: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height:30vh;
    background-color: #fff;
    box-shadow: #b5b5b5 5px 7px 9px 1px;
}
.card img{
    position: relative;
    height: 80%;
    margin: 0 !important;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #393939;
}
.card h5{
    color: #393939;
}
.adventages{
    padding: 5%;
    width: 100%;
    text-align: center;
}

.adventage{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.adventage h1{
    font-size: 50pt;
    color: #5A9BD3;
    margin-right: 10px;
}
.adventage h2{
    font-size: 20pt;
    font-weight: 300;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 55%;
}
.customers{
    width: 100%;
    height: auto;
    padding: 5%;
    background-color: #fff;
}
.customers h1{
    text-align: center;
    margin-bottom: 5%;
}
.customers div{
    margin-block: 20px;
}
.customer{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 10px;
    box-shadow: #b5b5b5 5px 7px 9px 1px;
}

.customer img{
    width: 80%;

}
.coverage{
    padding: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.coverage h1{
    text-align: center;
    margin-bottom: 5%;
}
.coverage h2{
    text-align: center;
}
.coverage img{
    width: 100%;
}
.requirements{
    padding: 5%;
    height: auto;
    width: 100%;
    background-color: #393939;
}
.requirements h1{
    color: #fff;
    text-align: center;
    margin-bottom: 5%;
}
.requirements li{
    font-size: 18pt;
    color: #fff;
    font-weight: 300;
    margin-block: 20px;
}
.footer{
    padding: 1%;
    width: 100%;
    height: auto;
    background-color: #5A9BD3;
}
.footer h2{
    color: #fff;
    font-size: 15pt;
    font-weight: 300;

}
.footer h3{
    color: #fff;
    font-size: 15pt;
}
.footer a{
    color: #fff;
    font-size: 13pt;

}
.privacy{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}