@charset "UTF-8";
@import url("https://use.typekit.net/euz1eqv.css");
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

/* html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
} */

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

::selection {
  background-color: grey;
  color: white;
}

::-moz-selection {
  background-color: grey;
  color: white;
}

html {
  background: #e5decf;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #e5decf;
  /* overflow: hidden; */
}

header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 115px;
  z-index: 10;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/123024/menutexture.png);
  background-position: center top;
  background-size: auto 200px;
  background-repeat: repeat-x;
}
header .inner {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: center;
  position: relative;
}
header .logo {
  display: block;
  width: 90x;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
header .logo img {
  width: 45px;
  margin-top: 10px;
}
header nav {
  display: none;
}
header nav a {
  font-family: "Arial", serif;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-decoration: none;
  margin: 0 18px;
}
header nav a.active, header nav a:hover {
  color: white;
}
@media screen and (min-width: 800px) {
  header nav {
    display: block;
  }
}
header .burger {
  display: block;
  position: relative;
  top: -6px;
  padding-left: 30px;
}
header .burger:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 2px;
  background: white;
  box-shadow: 0 12px 0 0 white, 0 6px 0 0 white;
}
@media screen and (min-width: 800px) {
  header .burger {
    display: none;
  }
}
header .donate-link {
  width: 72px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 27px;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-decoration: none;
  padding-bottom: 6px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.imagen{
  visibility: hidden;
}

main {
  position: relative;
  width: 100%;
  height: 100vh;
}

/* Slider ocupa todo el ancho y es responsive */
#slider {
  width: 100%;
  min-width: 320px;
  height: 120vh;   /* antes 60vh */
  min-height: 400px;  /* opcional, para pantallas pequeñas */
  margin: 0;
  position: relative;
  overflow: hidden;
  max-width: none;
  left: 0;
  right: 0;
}

#slider canvas {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
}


#slider img {
  display: none;
  width: 100%;
  height: 100%;
}
#slider img.active {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Hace que la imagen se recorte y siempre llene el área */
}

.slider-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1060px;
  height: 100%;
  margin: 0 auto;
  z-index: 5;
}

#slider-content {
  padding: 0 10px;
}
#slider-content h2 {
  font-family: "acta-display", serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: -1px;
  color: white;
  line-height: 30px;
  margin: 20px 0 60px;
}
@media screen and (min-width: 800px) {
  #slider-content h2 {
    font-size: 110px;
    line-height: 100px;
    text-align: unset;
  }
}
#slider-content span {
  display: none;
}
#slider-content .meta {
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-size: 11px;
  letter-spacing: 5px;
  color: #88888a;
  text-transform: uppercase;
  position: relative;
}
@media screen and (min-width: 800px) {
  #slider-content .meta {
    font-size: 13px;
  }
}
#slider-content .meta:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: -55px;
  width: 45px;
  height: 2px;
  background-color: #393d40;
}
#slider-content #slide-status {
  margin-top: 10px;
  font-family: "acta-display", serif;
  font-weight: 400;
  font-size: 18px;
  color: white;
}
@media screen and (min-width: 800px) {
  #slider-content #slide-status {
    font-size: 34px;
  }
}

#pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  z-index: 6;
}
#pagination button {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border-radius: 100%;
  padding: 0;
  margin: 30px 0;
  cursor: pointer;
  position: relative;
  opacity: 0.2;
  transition: opacity 0.2s ease-in-out;
  outline: none;
}
#pagination button:hover {
  opacity: 0.5;
}
#pagination button.active {
  opacity: 1;
}
#pagination button.active:before {
  width: 300%;
  height: 300%;
  opacity: 1;
}
#pagination button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #d0bf95;
  opacity: 0;
  transition: opacity 0.4s ease-in-out, width 0.4s ease-in-out, height 0.4s ease-in-out;
}

/* Page Loader */
.loading:before {
  content: "";
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
}
.loading:after {
  content: "";
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0.4;
  background: white;
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}



.titulo{
  color:rgb(255, 255, 255);
  margin-top:160px;
  margin-left: 320px;
  text-align: center;
}
.p{
  width:40%;
  color:white;
  margin-top:90px;
  margin-left:80px;
  background-color: #000;
}
.img{
  width:50%;
  height:500px;
  margin-left: 48%;
  margin-top: -360px;
  border:solid , 1
}

.sobre-nosotros {
  background: #743d18; /* Tono solicitado */
  padding: 40px 0 40px 0;
  width: 100%;
}

.sobre-nosotros-header {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center; /* Centra el contenido horizontalmente */
}

.sobre-nosotros-header .titulo {
  margin: 0 auto; /* Centra el título */
  font-size: 2rem;
  font-family:'Times New Roman', Times, serif;
  text-align: center;
}

.logo-sobre-nosotros {
  width: 80px;
  height: auto;
  display: block;
}

@media (max-width: 600px) {
  .sobre-nosotros-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .logo-sobre-nosotros {
    width: 60px;
  }
}

.sobre-nosotros-contenido {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-align: center; /* Centra el texto */
}

.sobre-nosotros-contenido .p {
  flex: 2;
  margin: 0;
  color: #ffffff; /* Tono solicitado */
  font-size: 1.2rem;
  text-align: left; /* Ahora alineado a la izquierda */
  background: none; /* Elimina fondo negro si lo tuviera */
}

.logo-sobre-nosotros {
  flex: 1;
  max-width: 220px;
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 900px) {
  .sobre-nosotros-contenido {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }
  .logo-sobre-nosotros {
    max-width: 180px;
  }
}

/* Apartado de comentarios */
.comentarios {
  background: url('./img/comentfoto.jpg') center center/cover no-repeat;
  color: #fff;
  padding: 40px 20px;
  margin-top: 40px;
  border-top: 2px solid #ba7a3f;
  position: relative;
}

.comentarios::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5); /* Oscurece la imagen para mejor contraste */
  z-index: 0;
}

.comentarios > * {
  position: relative;
  z-index: 1;
}

.comentarios h2 {
  margin-bottom: 24px;
  font-size: 2rem;
  text-align: center;
}

.comentario-form {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.comentario-form label {
  font-weight: bold;
}

.comentario-form input,
.comentario-form textarea {
  padding: 10px;
  border-radius: 6px;
  border: none;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
}

.comentario-form button {
  background: #d1bd94;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s;
}

.comentario-form button:hover {
  background: #d1bd94;
}

@media (max-width: 600px) {
  .comentarios {
    padding: 24px 8px;
  }
  .comentario-form {
    max-width: 100%;
  }
}

/* Puedes agregar esto en tu style.css o dentro del <style> de tu HTML */
.contacto {
  background: #f8f8f8;
  padding: 30px 10px;
  margin-top: 40px;
  border-radius: 10px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.contacto-info p {
  margin: 10px 0;
  font-size: 1.1em;
}
.contacto-info a {
  color: #2a7ae2;
  text-decoration: none;
}

/* Puedes agregar esto en style.css o dentro de <style> en index.html */
.comentarios-contacto-box {
  display: flex;
  gap: 40px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  padding: 32px;
  margin: 40px auto;
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
}

.comentarios-contacto-box section {
  flex: 1 1 0;
  min-width: 280px;
}

.comentarios-contacto-box .comentarios {
  margin-right: 20px;
  border-right: 1px solid #eee;
  padding-right: 24px;
}

.comentarios-contacto-box .contacto {
  padding-left: 24px;
}

@media (max-width: 800px) {
  .comentarios-contacto-box {
    flex-direction: column;
    padding: 16px;
  }
  .comentarios-contacto-box .comentarios,
  .comentarios-contacto-box .contacto {
    border: none;
    padding: 0;
    margin: 0 0 24px 0;
  }
}

#nuestro-trabajo h2 {
  text-align: center;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 32px;
  font-size: 2.2rem;
  font-family: 'Times New Roman', Times, serif;
  letter-spacing: 1px;
}

.redes-sociales {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}
.btn-red-social {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  transition: background 0.2s;
}
.btn-red-social.instagram {
  background: #E1306C;
}
.btn-red-social.facebook {
  background: #1877F3;
}
.btn-red-social .material-symbols-outlined {
  margin-right: 6px;
}
.btn-red-social:hover {
  opacity: 0.85;
}

header nav.active {
  display: block !important;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 20;
  color: black
}

/* --- Responsive general para toda la página --- */
@media (max-width: 1200px) {
  .slider-inner,
  #slider,
  .sobre-nosotros-contenido,
  .comentarios-contacto-box,
  .container {
    max-width: auto;
    padding-left: auto;
    padding-right: auto;
  }
}

@media (max-width: 900px) {
  .container {
    flex-direction: column;
    align-items: center;
  }
  .card {
    width: 90vw;
    margin-bottom: 24px;
  }
  .sobre-nosotros-contenido {
    flex-direction: column;
    gap: 24px;
    padding: 24px 0;
  }
  .logo-sobre-nosotros {
    max-width: 120px;
  }
}

@media (max-width: 700px) {
  header .inner {
    flex-direction: column;
    height: auto;
    padding: 10px 0;
  }
  .titulo {
    margin-left: 0;
    margin-top: 120px;
    font-size: 1.3rem;
  }
  .p {
    width: 95vw;
    margin-left: 0;
    margin-top: 24px;
    font-size: 1rem;
  }
  .img {
    width: 100vw;
    height: auto;
    margin-left: 0;
    margin-top: 16px;
  }
  #slider-content h2 {
    font-size: 2rem !important;
    line-height: 2.2rem !important;
    text-align: center !important;
  }
}

@media (max-width: 600px) {
  header {
    height: 80px;
  }
  header .logo {
    width: 60px;
    height: 60px;
  }
  header .logo img {
    width: 36px;
    margin-top: 6px;
  }
  .sobre-nosotros-header .titulo {
    font-size: 1.2rem;
  }
  .comentarios-contacto-box {
    flex-direction: column;
    padding: 8px;
    gap: 16px;
  }
  .comentarios,
  .contacto {
    padding: 12px 0;
    margin: 0;
    border: none;
  }
  .card {
    width: 98vw;
    margin-bottom: 16px;
  }
  #nuestro-trabajo h2 {
    font-size: 1.3rem;
    margin-top: 24px;
    margin-bottom: 16px;
  }
  .redes-sociales {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
}

/* Ajuste para tarjetas de productos */
.container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
  max-width: 1100px;
  padding: 24px 0;
}
.card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  width: 320px;
  margin: 16px 8px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s;
}
.card:hover {
  transform: translateY(-6px) scale(1.02);
}
.card .imgBox img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}
.card .content {
  padding: 16px;
  flex: 1;
}
.card .content h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.card .content p {
  font-size: 0.98rem;
  margin-bottom: 8px;
}
.card .content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.card .content li {
  background: var(--clr-tag, #eee);
  color: #333;
  border-radius: 12px;
  padding: 4px 10px;
  font-size: 0.85rem;
}

/* Mejora para el menú burger en móviles */
@media (max-width: 800px) {
  header nav {
    display: none;
  }
  header nav.active {
    display: block !important;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 20;
  }
  header .burger {
    display: block;
    cursor: pointer;
  }
}

/* Ajuste para slider en móviles */
@media (max-width: 900px) {
  #slider {
    height: 60vh; /* antes 40vh */
    min-height: 300px;
  }
}
@media (max-width: 600px) {
  #slider {
    height: 280px; /* antes 220px */
    min-height: 200px;
  }
}
footer {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin-top: 30px;
  border-radius: 0; /* sin esquinas redondeadas */
}