*{
    margin: 0;
    padding: 0;
}
body{

}
.container{
width: 100%;
height: auto;

}
.cabecalho{
    width: 100%;
    height:600px;
    background-image: url('/public/imagens/capa-site.png');
    background-size:cover;
    background-repeat: no-repeat;
     background-position: center -200px;

}
.menu{
      width: 100%;
    height: 50px;
    background-color: steelblue;
    display: flex;
    justify-content: right;

}

.menu-desktop{
    display: block;
    height: 50px;
    line-height: 50px;
    margin-right: 20px;


}
.menu-desktop ul{
 list-style: none;
}
.menu-desktop li{
display: inline;
margin-left: 10px;
}
.menu-desktop li a{
text-decoration: none;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size:15px ;
}
.menu-desktop li a:hover{
    border-bottom: 1px solid white;
}
.menu-mobile{

 display: none;
}
.logo{
    width: 100px;
    height: 50px;
}
.logo img{
    width: 100px;
    height: auto;
}
.conteudo{
    width: 100%;
    height: auto;
    background-color:white;
padding-bottom: 10px;

}
.conteudo h3{
    width: 100%;
    height: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
        color:#384E6D;
}
.rodape{
      width: 100%;
    height: 250px;
    background-color: steelblue;
    display: flex;
    justify-content: space-between;
    padding-right: 10px;

}
.box-rodape{
width: 30%;
height:230px ;

margin-top: 10px;
margin-left: 10px;

}
.box-rodape p{
        font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    margin-left: 10px;
    text-align: justify;
    margin-right: 10px;
    color: white;
}
.box-rodape ul{
    list-style: none;
    margin-top: 10px;
}
.box-rodape li{
    margin-left: 10px;
width: 100%;
height: 25px;


}
.box-rodape li a{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: white;

}
.box-rodape li a:hover{
    border-bottom: 1px solid white ;
}
.box-rodape h2{
    margin-left: 10px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}


.redessociais{
    width: 250px;
    display: flex;


}
.redessociais ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; /* Exibe os itens em linha (horizontal) */
}
.redessociais li{
 margin: 0;
  padding: 0;
}
.redessociais li a{
  display: block;
  padding: 10px 10px;
  color: white;
  text-decoration: none;
  font-family: Arial, sans-serif;
  transition: background-color 0.3s ease;
  font-size: 30px;
}
.redessociais li a:hover{
    border: none;
}
#check, label, .menu-mobile{

    display: none;
}
.cards{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.card{
    width: 25%;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-left: 20px;
    margin-bottom: 20px;
    padding-bottom: 30px;
        background-image:      linear-gradient(
            to bottom,
            rgba(255,255,255,1) 0%,
            rgba(255,255,255,1) 50%,
            rgba(255,255,255,0.8) 65%,
            rgba(255,255,255,0.4) 80%,
            rgba(255,255,255,0) 100%
        ),url("/public/imagens/fundo-card.png");
    background-position:center bottom;
    background-repeat:no-repeat;
    background-size:100% 200px;
}
.card-veiculos{
    width: 100%;
    height: 300px;
    background-image: url('/public/imagens/card-veiculos.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.card-veiculos a{
    text-decoration: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
}

.card-imoveis{
    width: 100%;
    height: 300px;
    background-image: url('/public/imagens/card-imoveis.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.card-imoveis a{
    text-decoration: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
}

.card-servicos{
    width: 100%;
    height: 300px;
    background-image: url('/public/imagens/card-servicos.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.card-servicos a{
    text-decoration: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
}
.card button{
    width: 95%;
    height: 40px;
    background-color: orange;
    border-radius: 50px;
    border: none;
    margin-top: 50px;
    box-shadow: inset 0 -6px 10px rgba(180,70,0,0.6);
    margin-left: 10px;
}

.card h2{
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
      color:#384E6D;
      margin-bottom: 40px;
}


.card button a{
    text-decoration: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
}

.card-info{
    display:flex;
    align-items:center;
    justify-content:space-between;

    background:linear-gradient(90deg,#f5efe8,#e9edf2);
    border-radius:30px;

    padding:6px 10px;
    margin:10px;
}

.info-item{
    display:flex;
    align-items:center;
    gap:10px;

    font-size:15px;
    color:#384E6D;
}

.icon{
    width:32px;
    height:32px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    font-size:16px;
}

.laranja{
    background:#fff;
    color:#ff7a00;
    border:2px solid #ff7a00;
}

.azul{
    color:#1b7bbd;
}

.divider{
    width:1px;
    height:30px;
    background:#cfd6df;
}
.propaganda-banner{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}
.banner1{
width: 80%;
height: 180px;
background-image: url('/public/imagens/banner.png');
background-repeat: no-repeat;
background-size:contain;
background-position: center;

}
@media only screen and (max-width: 520px) {

.cabecalho{
    width: 100%;
    height:600px;
    background-image: url('/public/imagens/capa-mobile.png');
    background-size:cover;
    background-repeat: no-repeat;
     background-position: center -155px;


}
.menu{
      width: 100%;
    height: 50px;
    background-color: steelblue;
    display: flex;
    justify-content:space-between;

}
.rodape{
      width: 100%;
    height: auto;
    background-color: steelblue;
    display: flex;
    justify-content: space-between;

    flex-wrap: wrap;
    padding-bottom: 10px;

}
.conteudo{
    width: 100%;
    height: auto;
      display: flex;
  align-items: flex-start;
  text-align: left;
  padding-bottom: 10px;
}
.box-rodape{
width: 100%;
height:auto ;

margin-top: 10px;
margin-left: 10px;
padding-bottom: 10px;

}
.box-rodape p{
        font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    margin-left: 10px;
    text-align: justify;
    margin-right: 10px;
    color: white;
}
.box-rodape ul{
    list-style: none;
    margin-top: 10px;
}
.box-rodape li{
    margin-left: 10px;
width: 100%;
height: 25px;


}
.box-rodape li a{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: white;

}
.box-rodape li a:hover{
    border-bottom: 1px solid white ;
}
.box-rodape h2{
    margin-left: 10px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}


.redessociais{
    width: 250px;
    display: flex;


}
.redessociais ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; /* Exibe os itens em linha (horizontal) */
}
.redessociais li{
 margin: 0;
  padding: 0;
}
.redessociais li a{
  display: block;
  padding: 10px 10px;
  color: white;
  text-decoration: none;
  font-family: Arial, sans-serif;
  transition: background-color 0.3s ease;
  font-size: 30px;
}
.redessociais li a:hover{
    border: none;
}
.menu-desktop{
    display: none;
}
.menu-mobile{
    display: block;
}


label{
    display: block;
    font-size: 50px;
    padding-left: 10px;
    color: white;

}
.menu-mobile{
    background-color:steelblue;
    width: 100%;
    height: 800px;
    display: block;
    position: fixed;
    top: -800px;
    z-index: 999999;
       transition: .5s;

}
.menu-mobile ul{

}

.menu-mobile li{
text-align: center;
height: 50px;
width: 100%;
border-bottom: 1px solid white;
line-height: 50px;
}
.menu-mobile li a{
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 25px;
color: white;

}
#check:checked ~ .menu-mobile{
    top:50px;
    transition: .5s;

}


.cards{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;

}

.card{
    width: 95%;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-left: 5px;
    margin-bottom: 20px;
    padding-bottom: 30px;
        background-image:      linear-gradient(
            to bottom,
            rgba(255,255,255,1) 0%,
            rgba(255,255,255,1) 50%,
            rgba(255,255,255,0.8) 65%,
            rgba(255,255,255,0.4) 80%,
            rgba(255,255,255,0) 100%
        ),url("/imagens/fundo-card.png");
    background-position:center bottom;
    background-repeat:no-repeat;
    background-size:100% 200px;
          box-shadow:
        8px 6px 20px rgba(0,0,0,0.15),
        2px 2px 5px rgba(0,0,0,0.08);
}
.card-veiculos{
    width: 100%;
    height: 300px;
    background-image: url('/public/imagens/card-veiculos.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.card-veiculos a{
    text-decoration: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
}

.card-imoveis{
    width: 100%;
    height: 300px;
    background-image: url('/public/imagens/card-imoveis.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.card-imoveis a{
    text-decoration: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
}

.card-servicos{
    width: 100%;
    height: 300px;
    background-image: url('/public/imagens/card-servicos.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.card-servicos a{
    text-decoration: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
}
.card button{
    width: 95%;
    height: 40px;
    background-color: orange;
    border-radius: 50px;
    border: none;
    margin-top: 50px;
    box-shadow: inset 0 -6px 10px rgba(180,70,0,0.6);
    margin-left: 10px;
}

.card h2{
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
      color:#384E6D;
      margin-bottom: 40px;
}


.card button a{
    text-decoration: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
}

.card-info{
    display:flex;
    align-items:center;
    justify-content:space-between;

    background:linear-gradient(90deg,#f5efe8,#e9edf2);
    border-radius:30px;

    padding:6px 10px;
    margin:10px;
}

.info-item{
    display:flex;
    align-items:center;
    gap:10px;

    font-size:15px;
    color:#384E6D;
}

.icon{
    width:32px;
    height:32px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    font-size:16px;
}

.laranja{
    background:#fff;
    color:#ff7a00;
    border:2px solid #ff7a00;
}

.azul{
    color:#1b7bbd;
}

.divider{
    width:1px;
    height:30px;
    background:#cfd6df;
}

.conteudo h3{
    width: 100%;
    height: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    margin-top: -110px;
    margin-bottom: 20px;
    color:#384E6D;
}

.banner1{
width: 98%;
height: 620px;
background-image: url('/public/imagens/banner-mobile.png');
background-repeat: no-repeat;
background-size:cover;
background-position: center;

}
.home{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 10px;

}
}

