:root{
    --fuente-principal:font-family: "Cascadia Mono", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  
  --color-logo:#FAF2DF;
  --blanco: white;
  --gris: grey;
  


}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-padding-top: 0rem;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: var(--fuente-principal);
  font-optical-sizing: auto;
  font-style: normal;
  color: #000000;
  font-size: 2rem;
  background-color: var(--color-logo);
}


p {
  font-size: 2rem;
  color: #000000;
  line-height: 1.5;
}

.contenedor {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}
@media (min-width: 720px  ) {
    .contenedor{
      width: 60%;
      
    }
    
}

a {
  text-decoration: none;
  margin-bottom: 2rem;
  color: #000000;
  background-color: #dffaf9;
  border-radius: 1rem;
}

h1, h2, h3 {
  margin: 0 0 5rem 0;
  font-weight: 900;
}

h1 {
  font-size: 3rem;
  text-align: center;
  
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2rem;
  text-align: center;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
li{
  margin-bottom: 1rem;
}

.header{
display: flex;
flex-direction: column;
gap: 2rem;
background-color: var(--color-logo);
align-items: center;
text-align: center;

}

.sub-header{
background-image: url(../img/portada.jpg);
 background-size: cover;
  background-position: center;
  height: 30rem; /* ajusta la altura según tus necesidades */
  width: 100%; /* ajusta el ancho según tus necesidades */
  
}
.header_img {
  width: 320px;
  height: 320px;
}

.navegacion-principal{
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 2rem;
  margin-left: 6rem;
  margin-right: 6rem;
 

}
html {
  scroll-behavior: smooth;
}


.sub-header_texto{
 margin-top: -6rem;
 background-color: #00000095;
 color: white;
 border-radius: 1rem;
}

.kitchen-remodels{
  text-align: center;
  margin-bottom: 10rem;
   border-bottom: 2px solid #655c5c;
  padding-bottom: 20px;
  margin-bottom: 20px; 
margin-left: 2rem;
margin-right: 2rem;
}

.Bathroom-Upgrades{
 text-align: center;
  margin-bottom: 10rem;
   border-bottom: 2px solid #655c5c;
  padding-bottom: 20px;
  margin-bottom: 20px;
margin-left: 2rem;
margin-right: 2rem;
margin-top: 5rem;
}

.home{
  text-align: center;
  margin-bottom: 10rem;
   border-bottom: 2px solid #655c5c; 
  padding-bottom: 20px; 
  margin-bottom: 20px;
margin-left: 2rem;
margin-right: 2rem;
margin-top: 5rem;
}

.redondeado{
  border-radius: 2rem;
}

.formulario{
    
    margin: -5rem auto 0 auto ;
    width: 95%;
    padding: 5rem;
    margin-bottom: 2rem;

}

.campo{
    display: flex;
    margin-bottom: 2rem;


}

.campo__label{
    flex: 0 0 9rem;
    text-align: right;
    padding-right: 2rem;
   }

.campo__field{
    flex: 1;
     
}

.campo__field--textarea{
    height: 10rem;
}

.free{
  text-align: center;
}
.boton{
    display: block;
    font-family: var(--fuente-principal);
    text-align: center;
    padding: 1rem 3rem ;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
    border: none;

    
}


.footer{
  background-color: #000000;
 text-align: center;
 color: #dffaf9;
}

 .call-now{

 padding: 1rem;
 margin-top: 2rem;
 margin-bottom: 2rem;

}
.enlace{
  padding-left: 7rem;
  padding-right: 7rem;
  
}

.Renovation-Gallery img {
  width: 80%;
  height: 80%;
  object-fit: cover;
  border-radius: 10px;
   
}

.Renovation-Gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  border-bottom: 2px solid #655c5c;
  margin-bottom: 5rem;
  justify-items: center;
}



.margin{
  margin: 0;
  padding: 0;
}
.text-p {
  font-size: 2rem; /* ~24px */
  font-weight: 600;  /* opcional: un poco más grueso */
}
.kitchen-remodels img , .Bathroom-Upgrades img, .home img {
  margin: 0 auto;
}

 @media (min-width: 768px) {
        img{
          width: 60%;
          height: 60%;
          
        }}


/* Reviews (manteniendo el estilo actual) */
.reviews-list {
  margin: 0 2rem 6rem 2rem;
}

.review-item {
  background-color: #dffaf9;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.review-meta {
  color: #555;
  font-size: 1.6rem;
}

.stars {
  font-size: 2rem;
}

.stars-input {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

.stars-input input[type="radio"] {
  display: none;
}

.stars-input label {
  cursor: pointer;
  font-size: 2.8rem;
  line-height: 1;
  color: #d0d0d0; /* inactiva */
  -webkit-text-stroke: 0.6px #000; /* borde fino negro */
  text-shadow: -0.5px 0 #000, 0.5px 0 #000, 0 0.5px #000, 0 -0.5px #000; /* fallback */
}

.stars-input label.active {
  color: #FFD700; /* dorado */
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}







