body {
    font-family: "Didot LP W01 Display";
    margin: 0;
    padding: 0;
    color: #252926;
    background-color: #252926;
    
  }

  header {
    background-color:#252926;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  
  /*header {
    background-color:#252926;
    color: white;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
  }*/
  
  body::-webkit-scrollbar{
    width: 0 !important;
  }

  h1 img {
    max-width: 300px; /* Ajusta el ancho máximo según necesites */
    height:auto; /* Mantiene la proporción de la imagen */
    vertical-align: middle; /* Alinea verticalmente la imagen con el texto adyacente si lo hubiera */
    }

  nav{
    display: flex;
    justify-content: center;
    font-size: 20px;
    padding-right: 50px;
  }
  
  nav ul {
    list-style: none;
    display: flex;
    align-content: flex-end;
    padding: 0;
    margin: 0;
  }

  nav ul li{
    display: flex;
    margin-left: 20px;
  }
  
  nav a {
    color: white;
    text-decoration: none;
  }

  section {
    display: flex;
    padding: 1rem;
    background-color: white;
    height: 550px;
  }

  #textoSobreNosotros{
    padding: 0;
    font-size: 40px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  #sobre-nosotros {
    flex-direction: column;
    background-image: url("imgs/RackRenato3.jpg"); /* Asegúrate de que la ruta sea correcta */
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    color: #af8c53; /* Para que el texto sea legible sobre la imagen */
    text-align: left; /* Centra el texto */
    justify-content: center;
  }

  .botonHeader{
    font-style: bold;
    font-size: 22px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-color: #bd885d;
    border-style: solid;
    border-width: 1px;
    border-radius: 30px;
    text-decoration: none;
    color: #af8c53;
    transition: 300ms;
  }

  .botonHeader:hover{
    background-color: #af8c53;
    color: #252926;
    transition: 300ms;
  }

  #propiedades{
    padding: 0;
  }

  #propiedades div{
    flex: 1;
    padding: 0;
  }

  #foto {
    background-image: url("imgs/foto2.jpg"); /* Asegúrate de que la ruta sea correcta */
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
  }

  #textoFoto2{
    font-family: "Didot LP W01 Display";
    justify-content: center;
    align-content: center;
    text-align: center;
    color: #af8c53;
    background-color: #252926;
    font-size: 31px;
  }

  #textoFoto2 p{
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
  }

  #ulMarker{
    list-style: none;
    padding: 0;
  }

  #terceraSection{
    display: flex;
    flex-direction: column;
    background-color: #1e211f;
    color: #af8c53;
    padding: 0;
    font-family: 'Didot LP W01 Display';

  }

  #terceraSection h2{
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 30px;
    padding-top:20px;
    padding-bottom:20px;
  }

  #terceraSection section{
    background-color: #1e211f;
    padding: 0;
    flex: 1;
    justify-content: space-around;
  }

  #terceraSection section div{
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .producto img{
    max-height: 300px;
    width: fit-content;
    border-style: solid;
    border-width: 3px;
    border-color: #af8c53;
  }

  .producto h3{
    font-size: 23px;
    text-decoration:underline;
    margin-top: 25px;
  }
  
  #testimonios{
    flex-direction: column;
    background-image: url("imgs/fondo3.png"); /* Asegúrate de que la ruta sea correcta */
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    color: white; /* Para que el texto sea legible sobre la imagen */
    text-align: left; /* Centra el texto */
    justify-content: center;
  }

  #testimonios{
    display: flex;
    color: #af8c53;
    flex-direction: row;
    padding: 0;
  }
  
  #testimonios section{
    flex: 1;
    background-color: transparent;
    padding: 0;
  }

  #sectionIzquierda h2{
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 30px;
    padding-top:20px;
    padding-bottom:20px;
  }

  #sectionIzquierda{
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  #sectionCuadricula{
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows: 1fr 1fr;
    background-color: transparent;
  }
  
  #sectionCuadricula div{
    flex: 1;
  }

  .testimonioCliente{
    background-color: #1e211f;
    margin: 15px;
    border-style:solid;
    border-width: 5px;
    border-color: #252926;
    display: flex;
    flex-direction: column;
    max-width: match-parent;
  }

  .testimonioCliente p{
    margin-left: 10px;
    font-size: 21px;
    font-family: 'Didot LP W01 Display';
    margin-top: 0;
  }

  .testimonioCliente div{
    display: flex;
    background-image: url("imgs/comillas linea.png"); /* Asegúrate de que la ruta sea correcta */
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
    margin-left: 10px;
  }  

  .autor {
    text-align: left;
    font-style: italic;
    margin-top: 20px;
    color: #af8c53; /* Color dorado del autor */
  }

  #contacto {
    position: fixed; /* Fija el elemento a la ventana del navegador */
    bottom: 0;    /* Lo pega a la parte inferior de la ventana */
    left: 0;     /* Lo pega al lado izquierdo de la ventana */
    width: 100%;  /* Ocupa todo el ancho de la ventana */
    background-color: #161917; /* Un color de fondo para que sea visible */
    color:#af8c53;
    text-align: center;
    box-sizing: border-box; /* Asegura que el padding no afecte el ancho total */
    height: 80px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

#contacto section{
  background-color: #161917;
  padding: 0;
  flex-direction: row;
  flex: 1;
  height: 100%;
}

#Separador{
  width: 100%;
  height: 70px;
  background-color: #1e211f;
  padding: 0;
}

#ContenedorBotones{
  flex-direction: column;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-content: center;
}

#ContenedorBotones ul{
  display: flex;
  flex-direction: column;
}

#botonesContacto{
  width: 100%;
}

#contactoDeveloper{
  color: #1e211f;
  width: 100%;
  height: 20px;
  justify-content: center;
  text-align: right;
  align-items: center;
  font-size: 13px;
  margin: 0;
}

#textoContactanos{
  margin: 0;
  padding-left: 20px;
  align-content: center;
  height: 100%;
  font-size: 30px;
  text-decoration: underline 1px;
  text-underline-offset: 6px;
}

.iconoContacto{
  padding: 20px;
  padding-right: 10px;
}

#navContacto{
  background-color: #161917; /* Color de fondo de la barra de navegación */
  padding: 10px;
  display: flex;
  justify-content: center; /* Centra los botones horizontalmente */
  gap: 10px; /* Espacio entre los botones */
  width: fit-content;
  align-content: center;
  align-items: center;
}

.social-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px; /* Ancho del botón */
  height: 40px; /* Alto del botón */
  border-radius: 50%; /* Hace que el botón sea redondo */
  text-decoration: none;
  color: #af8c53; /* Color del icono */
  background-color: #161917;
  border-style: solid;
  border-width: 1px;
  border-color: #af8c53;
  font-size: 20px; /* Tamaño del icono */
  transition: 300ms; /* Transición suave para el hover */
}

/* Puedes agregar estilos hover si lo deseas */
.social-button:hover {
  color : #161917; /* Cambia el color del icono al pasar el mouse */
  background-color: #af8c53; /* Cambia el color de fondo al pasar el mouse */
  transition: 300ms; /* Transición suave para el hover */
}

/* Estilos para los iconos (puedes usar Font Awesome u otra librería de iconos) */
.icon {
  font-family: sans-serif; /* Reemplaza con tu fuente de iconos si usas una librería */
}

#navContacto a span{
  display: flex;
}

#navContacto a span svg{
  align-items: center;
}

.textosIconos{
  align-content: center;
  font-size: 20px;
}

#botonSegundaSeccion{
  font-style: bold;
    font-size: 22px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-color: #bd885d;
    border-style: solid;
    border-width: 1px;
    border-radius: 30px;
    text-decoration: none;
    color: #af8c53;
    cursor: default;
}

@media (max-width: 768px){
  .botonHeader{
    display: none;
  }

  body{
    background-color: #252926;
  }

  header {
    justify-content: center;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

  header nav{
    display: none;
  }
  
  #ulMarker{
    margin-top: 10px;
  }

  .producto img{
    max-width: 80%;
    max-height: 300px;
  }

  #botonSegundaSeccion{
    border-color: #af8c53;
  }

  #terceraSection{
    height: auto;
  }

  #sectionCuadricula{
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
  }

  #terceraSection section{
    height: auto;
    flex-direction: column;;
  }

  #testimonios{
    flex-direction: column;
    height: auto;
  }

  .testimonioCliente p{
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .testimonioCliente {
    height: auto;
  }

  .autor{
    margin-bottom: 3px;
  }

  #textoFoto2{
    height: auto;
  }

  #textoFoto2 p{
      font-size: 20px;
      margin: 0;
      padding-left: 10px;
      padding-right: 10px;
  }

  #botonSegundaSeccion{display: none;}
  #ulMarker{display: none;}

  #propiedades{
    height: auto;
  }

  #textoSobreNosotros{
    font-size: 30px;
  }

  #textoContactanos{
    display: none;
  }

  #telefono{
    display: none;
  }

  #telefonoP{
    display: none;
  }

  #ContenedorBotones{
    justify-content: center;
  }

}

@media (max-width: 1275px){
  .botonHeader{
    display: none;
  }

  body{
    background-color: #252926;
  }

  header {
    justify-content: center;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

  header nav{
    display: none;
  }
  
  #ulMarker{
    margin-top: 10px;
    display: none;
  }

  #botonSegundaSeccion{
    border-color: #af8c53;
  }

  #terceraSection{
    height: auto;
  }

  #sectionCuadricula{
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
  }

  #botonSegundaSeccion{display: none;}

  #terceraSection section{
    height: auto;
    flex-direction: column;;
  }

  #testimonios{
    flex-direction: column;
    height: auto;
  }

  .testimonioCliente p{
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .testimonioCliente {
    height: auto;
  }

  .autor{
    margin-bottom: 3px;
  }

  #textoFoto2{
    height: auto;
  }

  #foto{
    height: match-parent;
  }

  #textoFoto2 p{
      font-size: 20px;
      margin: 0;
      padding-left: 10px;
      padding-right: 10px;
    }

  #textoSobreNosotros{
    font-size: 30px;
  }

  #textoContactanos{
    display: none;
  }

  #telefono{
    display: none;
  }

  #telefonoP{
    display: none;
  }

  #ContenedorBotones{
    justify-content: center;
  }
}

@media (max-width: 600px){
  body{
    width: 100%;
    background-color: #252926;
  }

  .botonHeader{
    display: none;
  }

  header{
    justify-content: center;
  }

  header nav{
    display: none;
  }
  
  #ulMarker{
    margin-top: 10px;
    display: none;
  }

  #botonSegundaSeccion{
    border-color: #af8c53;
  }

  #terceraSection{
    display: flex;
    height: auto;
    align-items: center;
  }

  #sectionCuadricula{
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
  }

  #botonSegundaSeccion{display: none;}

  #terceraSection section{
    height: auto;
    flex-direction: column;;
  }

  #testimonios{
    flex-direction: column;
    height: auto;
  }

  .testimonioCliente p{
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .testimonioCliente {
    height: auto;
  }

  .producto{
    width: 100%;
    margin: 0;
  }

  .producto img{
    max-height: 300px;
    max-width: 80%;
  }

  #terceraSection section{
    width: fit-content;
  }

  #mail{
    display: none;
  }

  #mailP{
    display: none;
  }

  .autor{
    margin-bottom: 3px;
  }

  #textoFoto2{
    height: auto;
  }

  #foto{
    height: match-parent;
  }

  #textoFoto2 p{
      font-size: 20px;
      margin: 0;
      padding-left: 10px;
      padding-right: 10px;
    }

  #textoSobreNosotros{
    font-size: 30px;
  }

  #textoContactanos{
    display: none;
  }

  #telefono{
    display: none;
  }

  #telefonoP{
    display: none;
  }

  #ContenedorBotones{
    justify-content: center;
  }
}

@media (max-width: 400px){
  body{
    width: 100%;
  }

  .botonHeader{
    display: none;
  }

  header{
    justify-content: center;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #contenedorLogo{
    padding: 5px;
  }

  header nav{
    display: none;
  }

  body section{
    width: 100%;
  }

  #sobre-nosotros{
    width: 100%;
    padding: 0;
  }

  #propiedades{
    width: match-parent; 
  }

  #terceraSection{
    width: 100%;
    align-content: center;
  }

  #testimonios{
    width: 100%;
  }
  
  #ulMarker{
    margin-top: 10px;
    display: none;
  }

  #botonSegundaSeccion{
    border-color: #af8c53;
  }

  #terceraSection{
    height: auto;
  }

  #sectionCuadricula{
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
  }

  #botonSegundaSeccion{display: none;}

  #terceraSection section{
    height: auto;
    flex-direction: column;;
  }

  #testimonios{
    flex-direction: column;
    height: auto;
  }

  .testimonioCliente p{
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .testimonioCliente {
    height: auto;
  }

  .producto{
    width: 100%;
    margin: 0;
  }

  .producto img{
    max-width: 80%;
    max-height: 300px;
  }

  #terceraSection section{
    width: fit-content;
  }

  #mail{
    display: none;
  }

  #mailP{
    display: none;
  }

  .autor{
    margin-bottom: 3px;
  }

  #textoFoto2{
    height: auto;
  }

  #foto{
    height: match-parent;
  }

  #textoFoto2 p{
      font-size: 20px;
      margin: 0;
      padding-left: 10px;
      padding-right: 10px;
    }

  #textoSobreNosotros{
    font-size: 30px;
  }

  #textoContactanos{
    display: none;
  }

  #telefono{
    display: none;
  }

  #telefonoP{
    display: none;
  }

  #ContenedorBotones{
    justify-content: center;
  }
}