/* ================= BASE ================= */

main {
  padding-top: 80px; /* header fijo */
}

section {
  width: 100%;
  margin-bottom: 25px;
}

/* ================= BANNER ================= */

#banner img {
  width: 100%;
  height: auto;
  display: block;
}


/* ================= LLAMADO A LA ACCIÓN ================= */

#llamado{
  background: #a8926c;  /*#a8926c   a5763d*/
  padding: 80px 20px;
  text-align: center;  
  margin-bottom: 60px;
}

.llamadoT h2,
.llamadoT p{ color:#fff; }

.llamadoT{ 
  width:80%; 
  margin: auto; 
}

.llamadoT h1{
 font-size: 3rem;
 font-weight: normal; 
 color: #000; 
}

.llamadoT h2{
  font-weight: normal;
}


.llamadoT p{ 
  font-size: 1.6rem; 
  margin-bottom: 1rem;
}
  
.llamadoT  hr{
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
  height: 5px;
 background-color: #855a25;
}

.llamadoT .cierreB{ color: #000; }

.formulario{
  color: #161f16;
  font-weight: bold;
}

.cierre{ color: #161f16;
font-weight: bold }


/* ================= VIDEO ================= */

#video {
  display: flex;
  justify-content: center;
}

.contenedorVideo {
  width: 90%;
  /*max-width: 1100px;*/
  text-align: center;
}

.contenedorVideo a {
  color: #855a25;
  margin-bottom: 30px;
  letter-spacing: 4px;
  text-decoration: none;
  padding: 15px;
  font-size: 28px;
  font-family: "Viaoda Libre", serif;
}

.margen {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
}

.youtube {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ================= TESTIMONIOS ================= */

#resenas {
  background: #a5763d;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

#resenas .frase{
  font-family: "Playfair", serif;
  font-size: 45px;
  color: #161f16;
}

#resenas h2 {
  margin-bottom: 40px;
  letter-spacing: 6px;
}


.contenedorRes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
}

.info-res img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.info-res h3 {
  margin-top: 15px;
  font-family: "Playfair", serif;
  font-size: 25px;
  color: #000;
}

.info-res p { font-size: 22px; }

.info-res .estrellas{
  color: #161f16;
  font-size: 30px; 
}








