* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.fondo-grilla {
    margin-top: 0;
    padding: 0;
    background-image: url("/img/muro.png");
    background-repeat: repeat-y;
    font-family: "Roboto", sans-serif;
    background-size: cover;
    /* Ajusta la imagen para cubrir todo el contenedor */
    background-position: top;
    width: 100vw;
    /* Ancho completo de la ventana */
}

.cinturon {
    max-width: 985px;
    margin: 0 auto;
}

html {
    scroll-behavior: smooth;
}

.titulo {
    padding: 20px;    
    text-align: center;
    justify-self: center;
    font-family: "saira";
}

h4 {
font-size: 29px;
}

.intro {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
}

.intro p {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}


@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");
}

.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: #f8f8f8b4;
    z-index: 100000;
    backdrop-filter: blur(5px);
    /* Desenfoque para el efecto de vidrio */
    -webkit-backdrop-filter: blur(5px);
    /* Compatibilidad con navegadores WebKit */

}

.navbar {
    display: flex;
    margin-right: 10px;
    margin-left: 20px;
}

.navbar a {
    color: #ffffff;
    display: block;
    color: black;
    margin: 10px;
    font-family: "saira"
}

.logo img {
    width: 30px;
    margin-top: 6px;
    margin-left: 20px;
    margin-right: 30px;
    z-index: 9999;
    top: 0;
    left: 0;
}

.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;
}

/*! =================== CONTACTO ====================== */
.ayuda {
    height: 70px;
    margin: 10px;
  } 
  .ayuda2 {
    height: 30px;
    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;
}

/*! =================================================*/
/*! =================== FOOTER ====================== */
/*! =================================================*/
footer {
    height: auto;
    font-family: "Roboto", sans-serif;

    color: #cecece;
}

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;
}
/*! ===================services grid ====================== */
.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
    gap: 20px;
    padding: 20px;
}

.service-item {
    background: #f0f0f0;
    padding: 20px;
    text-align: center;
    justify-self: center;
    width: 100%;
    max-width: 100%;
}

.service-item img {
    width: 100%;
    height: 80PX;
    object-fit: cover;
    object-position: center;
}

.service-item h3 {
    font-size: 1.2em;
    color: #060606;
    font-family: "saira", sans-serif;
    font-size: 20px;
    margin-top: 10px;
}

/* Dos columnas en pantallas intermedias (tablets) */
@media (min-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        /* Dos columnas */
        max-width: 800px;
        /* Ancho máximo para dos columnas */
    }
}

/* Tres columnas en pantallas grandes (escritorio) */
@media (min-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
        /* Tres columnas */
        max-width: 1200px;
        /* Ancho máximo para tres columnas */
    }
}