@charset "UTF-8";
/*$ContenidoArea_background-color: rgba(159, 24, 24, 1);*/
/*Footer*/
/*$ContenidoArea_background-color: rgba(159, 24, 24, 1);*/
/*Footer*/
.Font_footer, footer table tr td ul, footer table tr td p {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}

footer {
  background-color: #ede7e2;
  padding: 20px;
  flex-direction: row;
}

footer table tr td p {
  font-size: 15px;
  color: brown;
}

footer table tr td ul {
  font-size: 13px;
  list-style: none;
}

footer table tr td ul a {
  text-decoration: none;
  color: brown;
}

.RedesSocialesImg {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

/*$ContenidoArea_background-color: rgba(159, 24, 24, 1);*/
/*Footer*/
main {
  padding: 50px 50px;
  box-sizing: border-box;
  /*border: solid 2px black;*/
}

main h1 {
  margin-top: 45px;
  font-size: 22px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
}

main h2 {
  margin-top: 30px;
  font-size: 20px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
}

main h3 {
  margin-top: 18px;
  font-size: 18px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
}

.ListaServicios {
  margin-left: 15%;
  margin-right: 15%;
}

table {
  width: 100%;
  max-width: 700px;
}

.Whatsapp {
  position: fixed;
  right: 110px;
  bottom: 30px;
}

#TextoFamilia {
  color: black;
  margin-top: 0px;
  font-size: 18px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
}

.contenedorGrid div {
  text-align: center;
  background-color: #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contenedorfamilia {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  display: grid;
}

#ContenedorArea {
  display: grid;
  height: auto;
  grid-template-areas: "Columna Contenido Columna2";
  grid-template-columns: 15% 70% 15%;
  grid-template-rows: auto;
}

#ColumnaArea {
  grid-area: Columna;
  align-content: center;
  align-items: center;
  padding: 5%;
  background-color: rgb(250, 179, 96);
}

#ColumnaArea2 {
  grid-area: Columna2;
  background-color: rgb(250, 179, 96);
}

#ContenidoArea {
  grid-area: Contenido;
  background-color: rgb(235, 234, 230);
}

.index-header-btn {
  border-radius: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.Card-casa-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  row-gap: 4rem;
  padding-top: 20px;
}

.Card-casa {
  width: 25rem;
  border: 1px solid rgba(0, 0, 0, 0.281);
}

.Card-casa-imagen {
  height: 15rem;
  width: 100%;
  object-fit: cover;
}

.card-casa-titulo {
  font-weight: 600;
}

.card-cada-btn {
  border: none;
  background-color: black;
  color: #ffffff;
  padding: 0.5rem;
  width: 100%;
}

/*Resolución*/
@media (max-width: 2000px) {
  .contenedorGrid {
    margin-left: 8%;
    margin-right: 8%;
    width: 80%;
    height: 80%;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 33.33% 33.33% 33.33%;
    margin-top: 10%;
    column-gap: 10px;
    row-gap: 50px;
    font-weight: bold;
  }
}
@media (max-width: 600px) {
  main h1 {
    margin-top: 25px;
    font-size: 21px;
    text-align: center;
    font-style: italic;
    font-weight: bold;
  }
  main h3 {
    margin-top: 0px;
    font-size: 9px;
    text-align: center;
    font-style: italic;
    font-weight: bold;
  }
  h5 {
    font-size: 0.43em;
  }
  TextoFamilia {
    margin-top: 0px;
    font-size: 8px;
    text-align: center;
    font-style: italic;
    font-weight: bold;
  }
  .contenedorGrid {
    margin-left: 8%;
    margin-right: 8%;
    width: 80%;
    height: 80%;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    margin-top: 10%;
    column-gap: 10px;
    row-gap: 50px;
    font-weight: bold;
  }
}
/* Contenedor principal para centrar el formulario */
.form-container1 {
  background: white;
  padding: 30px 40px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  max-width: 450px;
  width: 90%;
  display: flex;
}

.form {
  width: 100%;
}

.form-group {
  margin-bottom: 18px;
}

.label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  color: #444;
}

.input, select {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

.input:focus, select:focus {
  border-color: #007BFF;
  outline: none;
}

.button {
  width: 100%;
  padding: 12px;
  margin-top: 30px;
  background-color: #007BFF;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

/*$ContenidoArea_background-color: rgba(159, 24, 24, 1);*/
/*Footer*/
/*Estilos Header*/
.logotipo-imagen {
  /*width: 8rem;*/
  margin-left: 10%;
  border: solid 2px red;
  margin-top: 4rem;
  object-fit: cover;
}

.logotipo-imagen-nav {
  width: 8rem;
  margin-top: 4rem;
  border: solid 2px blueviolet;
}

.index-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  height: 4rem;
  padding: 3rem 3rem;
}

.index-header ul {
  display: flex;
  list-style: none;
  column-gap: 3rem;
  padding-left: 5rem;
  padding-top: 3rem;
}

.index-header ul a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  /*+background-color: #edc18b;*/
}

.header-ppal {
  background-image: url(images/Header7.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 20vh;
  position: relative;
}

/*Estilos Gral*/
* {
  padding: 0px; /*espaciado interno 1er param arriba 2do param izq. 3er param abajo*/
  font-family: "Times New Roman", Times, serif;
  /* margin: 0px; espaciado externo*/
}

.oscurecer-fondo {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/*# sourceMappingURL=style.css.map */
