* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.fondo-grilla {
  margin: 0;
  padding: 0;
  background-image: url("/img/muro.png");
  background-size:auto;
  background-repeat: repeat-y;
}
.cinturon {
  max-width: 985px;
  margin: 0 auto;
}
html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "saira";
  src: url("../fonts/SairaCondensed-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoCondensed-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-bold";
  src: url("../fonts/RobotoCondensed-bold.ttf") format("truetype");
}

@font-face {
  font-family: "Brewery";
  src: url("../fonts/LocalBrewerySans.ttf") format("truetype");
}

@font-face {
  font-family: "carossela";
  src: url("../fonts/NorthCarossela.otf");
}
/*! =================================================*/
/*! =================== ANCLA =================== */
/*! =================================================*/
.techo {
  height: 50px;
  background-color: #a2a2a288;
  width: 100%;
}
.header {
    width: 100vw;
    position: fixed;
    opacity: 0.9;
    display: flex;
    justify-content: space-between;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    align-items: center;
    height: 50px;
    font-weight: 500;
    max-width: 985px;
    justify-items: center;
    margin: 0 auto;
    background-color: #ffffff7e;
    z-index: 1000;
}
.navbar {
  display: flex;
  margin-right: 10px;
  margin-left: 20px;
}
.navbar a {
  color: #ffffff;
  display: block;
  color: black;
  margin: 10px;
  font-family: "saira", sans-serif;
}

.logo img {
  width: 30px;
  margin-top: 6px;
  margin-left: 20px;
  margin-right: 30px;
  z-index: 9999; top:0; left:0;
}
.content head {
  margin: 30px, 30px, 30px, 30px;
  padding-top: 86px;
}
/*! =================== CONTACTO ====================== */
.ayuda {
    height: 70px;
    margin: 10px;
  } 
  .ayuda2 {
    height: 15px;
    margin: 10px;
  } 
.logo-section {
     
    text-align: center; /* Centra el texto y elementos inline */
    width: 100%; 
    margin: 0 auto; /* Centra el div horizontalmente */
    padding: 2px; /* Espaciado interno */
}
.logo2-section {
      background-image: url("/img/muro.png") ;
    text-align: center; /* Centra el texto y elementos inline */
    width: 100%; 
    margin: 0 auto; /* Centra el div horizontalmente */
    padding: 2px; /* Espaciado interno */
}

.logo-section h1 {
    font-size: 2.5rem; /* Ajusta según diseño */
    margin: 0;
}

.logo-section img {
    width: 70px;
    height: auto;
    
    margin-bottom: 20px;
}
.logo2-section img {
    width: 70px;
    height: auto;
    margin: 0 auto;
}
.logo-section p {
    font-family: "Roboto", sans-serif;
    margin-top: 9px;
    font-size: 16px;
    letter-spacing: 0, 8px;
    margin-bottom: 0px;
}
.logo2-section p {
    font-family: "Roboto", sans-serif;
    margin-top: 9px;
    font-size: 16px;
    letter-spacing: 0, 8px;
    margin-bottom: 0px;
}

.araucania {
    display: flex;
    justify-content: center; /* Centra la imagen de Araucanía */
}

.araucania img {
    width: 220px;
    height: auto;
    margin: 0 auto;
}
/*! =================== ig ====================== */

.social-section {
    background-image: url("/img/muro.png") ;
    text-align: center;
}

.social-section a {

    color: #9b224ae2;
    text-decoration: none;
    font-size: 35px;
}

.social-section img {
    color: #000000e2;
    text-decoration: none;
    font-size: 35px;
    padding-top: 15px;
}

.social-section a:hover {
    color: #E1306C;
}

.social-section i {
    margin-top: 20px;
}
h1 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
}
h2 {
  font-family: "Roboto Condensed", sans-serif;
  font: RobotoCondensed-Bold;
  font-size: 16px;
}
h3 {
  font-family: "Roboto", sans-serif;
  font-size: 27px;
}
h6 {
  font-family: "arial";
  font-size: 13px;
  margin: 0;
  font-weight: 500;
}
/*! =================================================*/
/*! =================== HEAD =================== */
/*! =================================================*/

.grid2-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 2px;
  transition: transform 0.3s ease-in-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.grid2-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 3fr));
  grid-auto-rows: minmax(200px, auto);
  gap: 3px;
  padding: 5px;
  grid-auto-flow: dense;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-auto-rows: minmax(196px, auto);
    gap: 10px;
    padding: 20px;
    padding-top: 20px;
    grid-auto-flow: dense;
}

.grid-item {
    position: relative;
    font-size: 23px;
    font-family: "carossela", Roboto, sans-serif;
    color: #565656;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../img/muropng");
    border-radius: 2px;
    transition: transform 0.3s ease-in-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.grid-item .grid-item:hover {
    filter: opacity(0, 1);
    transform: scale(1.04);
    cursor: pointer;
}
@media (min-width: 200px) {
  .wide {
    grid-column: span 2;
  }
  .wide2 {
    grid-column: span 3;
  }
  .wide4 {
    grid-column: span 4;
  }
  .tall {
    grid-row: span 3;
  }
  .tall2 {
    grid-row: span 2;
  }
}

.content-head p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-left: 50px;
  margin-right: 50px;
  align-content: center;
}
/*! =================== CONTACTO ====================== */

/*! ====================  valpo  ======================*/

/*! =================== galeria ====================== */

/* Estilos para la sección de galería */
.galeria-section {
    background-image: url("/img/muro.png") ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4px;
    text-align: center;
    padding-top: 30px;
}

/* Estilo para el contenedor de la imagen */
.galeria-imagen {
    position: relative;
    width: 100%;
    max-width: 600px; /* Ajusta según el tamaño deseado */
    margin: 0 auto;

}

/* Estilo para la imagen */
.galeria-imagen img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease; /* Transición suave para el agrandamiento */
}

/* Efecto hover: agrandar la imagen un 10% */
.galeria-imagen:hover img {
    transform: scale(1.01); /* Agranda la imagen un 10% */
}

/* Responsividad */
@media (max-width: 768px) {
    .galeria-section {
        padding: 20px;
    }
}

/*! =================== FOOTER ====================== */
/*! =================================================*/
footer {
  height: auto;
  font-family: "Roboto", sans-serif;

  color: #cecece;
}
.fondo-pasto {
  height: 35px;
  background-image: url("/img/pasto.png");
  background-repeat: repeat-x;
  background-size: 1000px;
}
.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.footer-bottom {
  background: rgb(9, 9, 9);
  padding: 1px;
  width: 100%;
  height: 40px;
  text-align: center;
}
.footer-bottom p {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  word-spacing: 2px;
  text-transform: capitalize;
}
.footer-bottom span {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  opacity: 0.5;
  font-weight: 200;
}

/*! =================== ig ====================== */

.social-section {
  text-align: center;
}
.social-section a {
  color: #9b224ae2;
  text-decoration: none;
  font-size: 35px;
}
.social-section img {
  color: #000000e2;
  text-decoration: none;
  font-size: 35px;
  padding-top: 15px;
}
.social-section a:hover {
  color: #E1306C;
}
.social-section i {
  margin-top: 20px; 
}