.montserrat-motse {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100px;
}

.img-logo {
    height: 90px;
}

a {
    color: black;
    font-weight: bolder;
    font-size: 16px;
}

a:hover {
    color: #1aa7e1;
    transition: 0.5s all;
}

li {
    display: inline-block;
    margin: 20px;
}

.img-banner {
    background-image: url(components/img/banner-hidrohelp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 45vh;
    width: 100%;
}

.container {
    display: flex;
    justify-content: center;
    padding: 48px 0px 0px;

}

.container-text {
    padding: 16px;
    width: 1240px;
}

.box-text {
    width: 550px;
}

.linhatest {
    background: linear-gradient(90deg, #1aa7e1 -42.13%, rgba(92, 152, 248, 0.00) 100%);
    width: 550px;
    height: 3.5px;
    margin: 3px 0px 0px;
}

.banner-title {
    color: rgb(255, 255, 255);
    font-size: 27px;
}

.luzalta {
    color: #1aa7e1;
    font-size: 26.5px;
}

hr {
    margin: 5px 0px;
    width: 545px;
}

.p1 {
    margin: 10px 0px;
    color: #b8b8b8;
}

.bgcontainer {
    height: 140px;
}

.container1 {
    padding: 30px;
}

.box-text1 {
    text-align: center;
}

.serv {
    padding: 5px;
}

.pd {
    display: flex;
    justify-content: center;
    align-items: center;
}

.containerserv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 1240px;
}

.boxserv {
    width: 400px;
    height: 380px;
}

.box1, .box2, .box3, .box4, .box5, .box6 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 200px;
}

.pele {
    padding: 10px;
}

.textele {
    text-align: center;
    padding: 210px 0px 0px;
}

.box1 {
    background-image: url(components/img/123-marido-de-aluguel-encanador.webp);
}

.box2 {
    background-image: url(components/img/aquecedores-rj.jpg);
}

.box3 {
    background-image: url(components/img/vazamento-goteira.jpg);
}

.box4 {
    background-image: url(components/img/encanador-em-.jpg);
}

.box5 {
    background-image: url(components/img/foto-contato.jpg);
}

.box6 {
    background-image: url(components/img/encanador.webp);
}

.space {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-map {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container-center {
    width: 600px;
}

.textloc {
    margin: 10px;
}


.map {
   margin: 10px 0px 10px 10px;
}

.segundaf {
    padding: 3px;
}

.container-email {
    display: flex;
    justify-content: center;
}

.container-centeremail {
    width: 1209px;
    padding: 50px;
}

form {
    display: flex;
    flex-direction: column;
    width: 50%;
}

form [type="submit"] {
    height: 50px;
    width: 50%;
    background-color: #1aa7e1;
    font-weight: bold;
}

form [type="submit"]:hover {
    cursor: pointer;
}

input {
    margin-top: 10px;
    padding: 10px;
    border-radius: 7px;
    font-size: 15px;
}

.whatsapp-link {
    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    border-radius: 50px;
    text-align: center;
    font-size: 50px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}

.fa-whatsapp {
    margin-top: 16px;
}

footer {
    border-top: 2px solid #1aa7e1;
    background: #0E1119;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.footer-text {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
}

.footer-text a {
    text-decoration: none;
    color: #1aa7e1;
    margin-bottom: 8px;
}