html, body {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: 'Outfit', sans-serif;
}

.footer-container {
  width: 100%;
  background-color: #212529;
}

.hre-comunidauto{
    text-decoration: none
}

.footer-title{
    font-size: 16px;
    text-align: center;
}

.footer-text{
    font-size: 10px;
    text-align: center;
}

.footer-con-dos{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.icons-container{
    width: 50px;
    height: 50px;
}

.cont-circulo{
    max-width: 320px;
    display: flex;
    gap: 25px;
}

.cont-boton-footer{
    padding-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

#boton-footer{
    padding: 5px 60px 5px 60px;
}

.list-unstyled.mb-4{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-footer-lucy{
    width: 80px;
}

.logo-footer-ca{
    width: 100px;
}

.logo-footer-lucy img{
    width: 100%;
}

.logo-footer-ca img{
    width: 100%;
}

#redes{
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

#redes i{
    font-size: 2rem;
}

@media (min-width:576px){

    .footer-text{
    font-size: 13px;
}

.logo-footer-lucy{
    width: 100px;
}

.logo-footer-ca{
    width: 150px;
}


.logo-footer-lucy img{
    width: 100%;
}

.logo-footer-ca img{
    width: 100%;
}

}

@media (min-width:768px){

.logo-footer-lucy{
    width: 120px;
}

.logo-footer-ca{
    width: 180px;
}


.logo-footer-lucy img{
    width: 100%;
}

.logo-footer-ca img{
    width: 100%;
}

.footer-text{
    font-size: 13px;
}

.list-unstyled{
     padding-top: 25px;
     font-size: 14px;
}

#redes{
    padding-top: 25px;
} 


.footer-con-principal{
    display: flex;
   gap: 200px;
}

.footer-con-dos{
display: flex;
justify-content: flex-start;
flex-direction: column;
align-items: center;
border: 1px white solid;
padding: 15px;
border-radius: 15px;
margin-bottom: 35px;
}

.contact-footer{
    font-size: 18px;
}

}

@media (min-width:992px){

.footer-title{
    font-size: 23px;
}

.footer-text{
    font-size: 15px;
}


.mb-4.d-flex{
    justify-content: none;
    gap: 570px;
}

.list-unstyled {
     padding-top: 25px;
     font-size: 18px;
}

#redes{
    padding-top: 25px;
} 

.footer-con-dos{
    min-width: 450px;
}

.footer-con-principal{
    display: flex;
   gap: 270px;
}


}

 @media(min-width: 1100px){

.mb-4.d-flex{
    gap: 650px;
}


.footer-con-dos{
    min-width: 500px;
    margin-left: 37px;
}

}

@media(min-width: 1200px){

footer{
    max-width: 1200px;
}

.footer-container {
  width: 100%;
  background-color: #212529;
}

.ofertas-price{
    font-size: 24px;
}

.mb-4.d-flex{
    gap: 750px;
}

.footer-con-dos{
   gap: 800x;
   margin-left: 130px;
   max-height: 230px;
}

.list-unstyled li{
     font-size: 26px;
}

.card-text{
    font-size: 15px;
}
    
}



