*{
margin: 0;
padding: 0;
box-sizing: border-box;
-webkit-border-sizing: border-box;
-moz-box-sizing: border-box;
}
.container{
width: 100%;
height: auto;
padding-bottom: 10px;
}
.cabecalho{
width: 100%;
height:auto;

}
.barrasuperior{
   width: 100%;
height:100px ;
background-color: white;
display: flex;
justify-content: space-between;
}
.logo{
    width: 450px;
    height: 100px;
    margin-left: 10px;
}
.logo img{
    width: 400px;
    height: 100px;
}
.menu{
width: 40%;
height: 100px;
margin-right: 10px;
line-height: 50px;
background-color: white;
display: flex;
justify-content: right;
flex-wrap: wrap;
}

.redes-sociais{
    width: 100%;
    height: 50px;
    background-color: white;
    text-align: right;
    padding-right: 20px;
}
.redes-sociais ul{
    width: 100%;
 ;
}
.redes-sociais li{
 display: inline;
 margin-left: 20px;
}
.redes-sociais li a{
    font-size: 30px;
    color: steelblue
}
.redes-sociais li a:hover{
    color:#6c767f;
}
.menu-desktop{
    width: 100%;
    height: 50px;

    display: flex;
    justify-content: right;

}
.menu-mobile, #check{
    display: none;
}
.barrasuperior label{
    display: none;
}

.menu-desktop ul{
width: 100%;

}
.menu-desktop li{
 display: inline;
 margin-left: 20px;
}
.menu-desktop li a{
 color: black;
 text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;


}

.menu-desktop li a:hover{
 color: #6c767f;
 border-bottom: 1px solid #6c767f;
 font-weight: bold;

}

.btn-menu {
    background: #df7632;
   color: #fff !important;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.btn-menu:hover {
    background: #e89254; /* steelblue mais escuro */
    transform: scale(1.05);
}
.banner{
    width: 100%;
    height: 400px;

    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}
  .banner-mobile{
        display: none;
    }
.banner img{
    width: 100%;
    height: auto;
}


.input-box {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 600px;
    margin-top: -20px;

}

.input-box input {
    width: 100%;
    height: 50px;
    padding: 10px 40px 10px 10px; /* espaço para o botão */
    border-radius: 30px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.input-box button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    cursor: pointer;
    font-size: 18px;
    color: #555;
}

.input-box input:focus {
    outline: none;
    border-color: #888;
}
.conteudo{
    width: 100%;
    height: auto;
    background-color:#ccc;
    padding-bottom: 10px;


}
.maisbuscados{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.maisbuscados h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.boxmaisbuscados{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menulateral{
    width: 30%;
    height: 500px;
    display: block;
}
.filtro{
    display: none;
}
.menulateral h2{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}
.marcascards{
    width: 30%;
    height: 120px ;
    background-color: #ededed;
    border-radius: 6px;
    margin-top: 10px;
    margin-left: 10px;

     display: flex;
    justify-content: center;  /* centraliza horizontal */
    align-items: center;      /* centraliza vertical */

       box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}
.marcascards:hover{
background-color: #6c767f;
 transform: scale(1.05); /* aumenta */
    box-shadow: 0 8px 25px rgba(0,0,0,0.2); /* sombra maior */
    z-index: 10; /* para sobrepor outros */
}
.marcascards img{
    width: 80%;
    height: auto;
    margin-left: 10px;
}
.boxmarcas{
    width: 95%;
    height: 450px;
    background-color: white;
    border-radius: 10px;
    margin-left: 20px;
    padding-top: 10px;
    padding-right: 5px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.boxcards{
    width: 68%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.carroscards{
    width: 23%;
    height: 370px;
    background-color: white;
    border-radius: 8px;
    margin-left: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2); /* sombra maior */
    margin-top: 10px;
    padding-bottom: 0px;
}
.carroscards img{
    width: 95%;
    height: auto;
    border-radius: 8px;
    margin-top: 5px;
    margin-left: 5px;
}
.carroscards a{
 text-decoration: none;
}
.card-marca{
    text-decoration: none;
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 10px;
     margin-top: 5px;

}
.card-nome{
    text-decoration: none;
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 10px;
    font-weight: bold;
    font-size: 20px;
    color: black;
     margin-top: 5px;

}
.card-ano{
      text-decoration: none;
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 10px;
    margin-top: 5px;
}
.card-valor{
        text-decoration: none;
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 10px;
    font-weight: bold;
    font-size: 20px;
    color: black;
     margin-top: 5px;
}

.card-empresa{
    text-decoration: none;
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 10px;
     margin-top: 5px;

}


.card-cidade{
    text-decoration: none;
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 10px;
     margin-top: 5px;

}

.card-detalhes{
    width: 90%;
    height: 30px;
    background-color: steelblue;
    border-radius: 8px;
    border: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 30px;
    margin-left: 10px;
    margin-top: 20px;
}

 .pesquisacelular{
        display: none;
    }



.footer{
    width: 100%;
    height: 270px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: black;
    margin-top: 0px;
}
.rodape {
    width: 100%;
    height: 240px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.boxrodape{
width: 28%;
height: 240px;
margin: 10px;
background-color:black;
margin-right: 40px;

}
.boxrodape p{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    text-decoration: none;
}
.boxrodape h2{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 15px;
}
.boxrodape ul{
    list-style: none;
}
.boxrodape li{
width: 90%;
height: 30px;
margin-left: 20px;
}
.boxrodape li a{
font-family: Arial, Helvetica, sans-serif;
color: white;
text-decoration: none;
}
.boxrodape li a:hover{
    font-weight: bold;
}


.redes-sociais-rodape{
    width: 100%;
    height: 50px;

    text-align: right;
    padding-right: 20px;
}
.redes-sociais-rodape ul{
    width: 100%;
 ;
}
.redes-sociais-rodape li{
 display: inline;
 margin-left: 20px;
}
.redes-sociais-rodape li a{
    font-size: 30px;
    color: white;
}
.redes-sociais-rodape li a:hover{
    color:#6c767f;
    text-decoration: none;
}


.copyright{
    width: 100%;
    height: 50px;
}
.copyright p{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

    .logo-rodape{
        width: 95%;
        height: auto;
    }
    .logo-rodape img{
        width: 100%;
        height: auto;
    }
    .boxveiculo{
        width: 100%;
        height: auto;
        background-color: white;

    }

.tituloveiculo{
width: 100%;
height: 40px;
font-family:Arial, Helvetica, sans-serif;
margin-left: 20px;
margin-top: 10px;
}
.veiculo{
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.galeriaveiculo{
    width: 50%;
    height: auto;
    background-color: white;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.galeria{
    width: 100%;
    height:auto;
    background-color: white;
    padding-bottom: 10px;

}
.dadosveiculo{
    width: 100%;
    height: auto;
    background-color: white;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.box-dadosveiculos{
    width: 95%;
    height: auto;
    background-color: #ededed;
    border-radius: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dadosproprietario{
    width: 48%;
    height: 300px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-right: 10px;

}
.valor-dadosproprietario{
    width: 100%;
    height: 30px;
}
.valor-dadosproprietario p{
    margin-left: 30px;
    margin-top: 20px;
    color:steelblue;


}
.valor-dadosproprietario p{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 35px;
}
.empresa-dadosproprietario{
    width: 100%;
    height: auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}
.empresa-dadosproprietario h2{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 20px;
 margin-left: 20px;
 margin-top:20px ;

}
.empresa-dadosproprietario p{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 margin-left: 20px;
 line-height: 1.5;
}
.maisveiculos{
    color:black !important;
}

.maisveiculos a:hover{
    color:black !important;
    border-bottom: 1px solid;
}

.empresa-dadosproprietario button{
    width: 300px;
    height: 50px;
    background-color: green;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    border: none;
    border-radius: 20px;
    margin-left: 50px;
    margin-top: 20px;

}
.empresa-dadosproprietario a{
 text-decoration: none;
 color: white;
 cursor: pointer;
}
.dadosveiculo p{
    font-family: Arial, Helvetica, sans-serif;
}

.dadosveiculo td{
    font-family: Arial, Helvetica, sans-serif;
}
.galeria-container {
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
}

.galeria-principal {
    width: 95%;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* Container das setas */
.seta {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: white;
    cursor: pointer;
    padding: 10px;
    z-index: 10;
    opacity: 0.7;
    transition: 0.3s;
    user-select: none;
}

.seta:hover {
    opacity: 1;
}

/* Seta da esquerda */
.seta.esquerda {
    left: 15px;
}

/* Seta da direita */
.seta.direita {
    right: 15px;
}

.galeria-principal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
    cursor: zoom-in;
}

.galeria-thumbs {
    margin-top: 10px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    height: 90px; /* ⬅ Aumente aqui (ex: 80px, 90px, 100px) */
}

.galeria-thumbs img {
    width: 110px;
    height: 65px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    transition: .3s;
}

.galeria-thumbs img:hover {
    transform: scale(1.05);
    opacity: .8;
}


/* Wrapper das thumbs com setas */
.thumbs-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

/* Container das miniaturas (carrossel) */
.galeria-thumbs {
    margin-top: 10px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-behavior: smooth;  /* animação no scroll */
    padding: 5px 0;
}

/* Esconde a barra de rolagem (opcional) */
.galeria-thumbs::-webkit-scrollbar {
    height: 0;
}

/* Miniaturas individuais */
.galeria-thumbs img {
    width: 110px;
    height: 65px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    transition: .3s;
}

/* Setas para navegação */
.thumb-seta {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    cursor: pointer;
    padding: 8px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    border-radius: 50%;
    z-index: 10;
    user-select: none;
}

.thumb-seta.esquerda {
    left: -5px;
}
.thumb-seta.direita {
    right: -5px;
}

/* Hover visual */
.thumb-seta:hover {
    background: rgba(0,0,0,0.6);
}
.titulo-marca{
    width: 100%;
    padding-top: 20px;
}
.titulo-marca h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-left: 30px;

}
.revendas{
width: 100%;
height: 600px;
background-color: white;
}
.titulo-revendas{
width: 100%;
height: 30px;

}
.titulo-revendas h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.area2{
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap ;
    padding-top: 10px;
}



.anuncio1{
    width: 98%;
    height:250px;
    background-color: white;
    border-radius: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 5px;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    padding-right: 30px;
}
.anuncio1 img{
    width: 100%;
    height: 230px;
    margin-left: 10px;
}

@media only screen and (max-width: 520px) {
    /* Estilos para celulares */
    .cabecalho{
        width: 100%;
        height: 80px;
        background-color: red;
    }
    .menu{
        display: none;

        justify-content: space-between;
    }
    .redes-sociais{
        display: none;
    }
    .banner{
        display: none;
    }
    .banner-mobile{
        display: block;
        width: 100%;
        height: 110px;

        margin-bottom: 0px;
    }
    .banner-mobile img{
        width: 100%;
        height:auto ;
    }

.pesquisacelular {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 600px;
    margin-top: 0px;
    margin-bottom:  30px;
}

#checkf{
    display: none;
}

.pesquisacelular label{
    width: 20%;
    border-radius: 20px;
    border: 1px solid #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    background-color: white;
    cursor: pointer;
}

.marcascelular{
    display: flex;
    width: 95%;
    height: 500px;
}








.pesquisacelular input {
    width: 90%;
    height: 50px;
    margin-top: 5px;
    padding: 10px 40px 10px 10px; /* espaço para o botão */
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 20px;
    margin-left: 10px;
}

.pesquisacelular button {
    position: absolute;
    right: 125px;
    top: 60%;
    transform: translateY(-50%);
    border: none;
    background: none;
    cursor: pointer;
    font-size: 25px;
    color: #555;
}

.pesquisacelular input:focus {
    outline: none;
    border-color: #888;
}

    .menu-desktop{
        display: none;
    }
      .barrasuperior{
        width: 100%;
        height: 80px;
        background-color: white;
        display: flex;
        justify-content: space-between;

    }

    .logo{
        width: 80%;
        height: 80px;

        line-height: 80px;
        padding-top: 10px;

    }
    .logo img{
        width: 100%;
        height: auto;
    }

    .barrasuperior label{
        display: block;
        font-size: 70px;
        margin-right: 10px;
        margin-left: 80px;
        margin-top: 10px;

    }

    .sanduiche{
        width: 50px;
        height: 50px;
    }
    .menu-mobile{
        display: block;
        background-color: white;
        margin-right:0;
        height: 800px;
        width: 100%;
        margin-left: 0px;
        position: fixed;
        top: 80px;
        left: 500px;
          transition: .5s;
          z-index: 9999;


    }
    .menu-mobile ul{
       list-style: none;
       width: 100%;
    }
    .menu-mobile li{
        width: 100%;
        height: 40px;
        background-color: white;
        margin-top: 5px;
        text-align: center;
        line-height: 40px;
        border-bottom: 1px solid #6c767f;

    }
       .menu-mobile li a{
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        color: black;

    }

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

    #checkf:checked ~ .filtro{
        left: 0px;
        transition: .5s;
    }

.filtro{
    width: 100%;
    height: 700px;
    position: fixed;
    top: 250px;
    left: -500px; /* escondido */
    transition: 0.3s;
    border-radius: 0px;
    display: block;
    background-color: white;
}

.menulateral{display: none;}

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

    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.carroscards{
    width: 95%;
    height: auto;
    background-color: white;
    border-radius: 8px;
    margin-left: 5px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2); /* sombra maior */
    margin-top: 10px;
    padding-bottom: 10px;
}
.carroscards img{
    margin-left: 8px;
    margin-top: 10px;
}

/* rodape*/

.footer{
    width: 100%;
    height: auto;
    line-height: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: black;
    margin-top: 0px;
}
.rodape {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.boxrodape{
width: 100%;
height: auto;
margin: 10px;
background-color:black;
margin-right: 40px;

}
.boxrodape p{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    text-decoration: none;
}
.boxrodape h2{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 15px;
}
.boxrodape ul{
    list-style: none;
}
.boxrodape li{
width: 90%;
height: 30px;
margin-left: 20px;
}
.boxrodape li a{
font-family: Arial, Helvetica, sans-serif;
color: white;
text-decoration: none;
}
.boxrodape li a:hover{
    font-weight: bold;
}


.redes-sociais-rodape{
    width: 100%;
    height: 50px;

    text-align: right;
    padding-right: 20px;
}
.redes-sociais-rodape ul{
    width: 100%;
 ;
}
.redes-sociais-rodape li{
 display: inline;
 margin-left: 20px;
}
.redes-sociais-rodape li a{
    font-size: 30px;
    color: white;
}
.redes-sociais-rodape li a:hover{
    color:#6c767f;
    text-decoration: none;
}


.copyright{
    width: 100%;
    height: 50px;
}
.copyright p{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

    .logo-rodape{
        width: 95%;
        height: auto;
    }
    .logo-rodape img{
        width: 100%;
        height: auto;
    }


.tituloveiculo{
width: 100%;
height: 40px;
font-family:Arial, Helvetica, sans-serif;
margin-left: 20px;
margin-top: 10px;
}
.veiculo{
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.galeriaveiculo{
    width: 100%;
    height: auto;
    background-color: #ccc;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.galeria{
    width: 100%;
    height:auto;
    background-color: white;
    padding-bottom: 10px;

}


.galeria-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.galeria-principal {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.galeria-principal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
    cursor: zoom-in;
}

.galeria-thumbs {
    margin-top: 10px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
}

.galeria-thumbs img {
    width: 110px;
    height: 65px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    transition: .3s;
}

.galeria-thumbs img:hover {
    transform: scale(1.05);
    opacity: .8;
}


.dadosveiculo{
    width: 100%;
    height: auto;
    background-color: white;
    padding-bottom: 10px;
}
.dadosveiculo p{
    font-family: Arial, Helvetica, sans-serif;
}

.dadosveiculo td{
    font-family: Arial, Helvetica, sans-serif;
}

.box-dadosveiculos{
    width: 95%;
    height: auto;
    background-color: #ededed;
    border-radius: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.dadosproprietario{
    width: 100%;
    height: auto;
    background-color: white;
    padding-bottom: 10px;
    box-shadow: none !important;
    border-radius: none;
    border: none;

}


.valor-dadosproprietario{
    width: 100%;
    height: 70px;
}
.valor-dadosproprietario p{
    margin-left: 30px;
    margin-top: 20px;
    color:steelblue;

}
.valor-dadosproprietario p{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 35px;
}
.empresa-dadosproprietario{
    width: 100%;
    height: auto;

    margin-left: 10px;
    padding-bottom: 20px;
}
.empresa-dadosproprietario h2{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 20px;
 margin-left: 20px;
}
.empresa-dadosproprietario p{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 margin-left: 20px;
 line-height: 1.5;
}

.empresa-dadosproprietario button{
    width: 300px;
    height: 50px;
    background-color: green;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    border: none;
    border-radius: 20px;
    margin-left: 50px;
    margin-top: 20px;

}
.empresa-dadosproprietario a{
 text-decoration: none;
 color: white;
 cursor: pointer;
}

.area2{
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap ;
    padding-top: 10px;
}



.anuncio1{
    width: 98%;
    height:auto;
    background-color: white;
    border-radius: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 5px;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    padding-right: 20px;
    padding-bottom: 10px;
}
.anuncio1 img{
    width: 100%;
    height: auto;
    margin-left: 10px;
}


}

