 .banner {
      position: relative;
      background-image: linear-gradient(#c2ae29db, #c2ae29db), url('https://smartarmorhn.com/images/servicios/paralax-pintura.png');
      background-size: cover;
      background-position: center;
      color: #fff;
      text-align: center;
      padding: 70px 25px;
    }

    .banner h1 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.7);
}

    .banner p {
      font-size: 18px;
      font-weight: 700;
      color:rgba(0, 0, 0, 0.7);
    }

    .banner-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); /* Transparencia negra */
    }

    .options {
      position: absolute;
      bottom: -35px;
      left: 50%;
      transform: translateX(-50%);
      background-color: rgba(44, 45, 46, 0.8);
      padding: 25px;
      border: 1px solid #ccc;
      border-radius: 10px;
      display: inline-block;
    }

    .options a {
      color: #fff;
      text-decoration: none;
      margin: 0 10px;
     display: inline-block;
     transform-style: preserve-3d;
    transition: transform 0.5s;
    }

    .options a:hover {
      transform: translateY(-5px) rotateX(20deg); /* Movimiento hacia arriba al pasar sobre los enlaces */
    }
    .gallery-column {
        display: flex;
    }
    .gallery-item {
        position: relative;
        display: inline-block;
        overflow: hidden;
        border-radius: 0 60px;
        margin-top: 30px;
        margin-right: 20px;
    }
    .gallery-item img {
        width: 100%;
        border-radius: 3px;
    }
    .gallery-item .gallery-img-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        -webkit-transition: all .4s;
        transition: all .4s;
        border-radius: 0 60px;
    }
    .gallery-item:hover .gallery-img-overlay:after,
    .gallery-item:hover .gallery-content {
        height: 100%;
        width: 100%;
        opacity: 1;
    }
    .gallery-item .gallery-img-overlay:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        z-index: -1;
        border-radius: 0 60px;
        -webkit-transition: all .4s;
        transition: all .4s;
        background: #000000c4;
        opacity: 0.5;
    }
    .gallery-content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
    font-family: inherit;
    text-transform: uppercase;
    opacity: 0;
    padding: 25px;
    text-align: center;
    /* width: 69%; */
}

  .enderezado-section {
        text-align: center;
        padding: 20px;
    }
    
    /* Estilos para el primer grid */
    .grid-1 {
        grid-template-columns: 1fr 0.3fr 1fr; /* Primera columna menos ancha, segunda columna más estrecha, tercera columna menos ancha */
    }

    /* Estilos para el segundo grid */
    .grid-2 {
        grid-template-columns: 0.5fr 1fr 0.5fr; /* Solo una columna para el segundo grid */
    }

    /* Estilos para el tercer grid */
    .grid-3 {
        grid-template-columns: 1fr 0.3fr 1fr; /* Primera columna menos ancha, segunda columna más estrecha, tercera columna menos ancha */
    }

    .custom-grid {
        display: grid;
        grid-gap: 0px;
        margin: -5%;
        position: relative;
    }


    .enderezado-item {
        position: relative;
        overflow: hidden;
    }

    .enderezado-item img {
        width: 100%;
        height: 100%;
        display: block;
        transition: transform 0.5s;
        object-fit: cover; /* Ajusta el tamaño de la imagen para que llene el contenedor sin deformarla */
    }

    .enderezado-item:hover img {
        transform: scale(1.1);
    }

    .enderezado-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: opacity 0.5s;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .enderezado-item:hover .enderezado-overlay {
        opacity: 1;
    }

    .overlay-text {
        color: #fff;
        font-size: 14px;
        text-align: center;
    }

    /* Anima las imágenes a medida que entran en la vista */
    @keyframes fadeInAnimation {
        0% { opacity: 0; transform: translateY(50px); }
        100% { opacity: 1; transform: translateY(0); }
    }

    .fade-in {
        animation: fadeInAnimation 1.5s ease forwards;
    }

    /* Clase especial para la imagen 3 */
    .special-image {
        grid-column: 2 / span 1;
        z-index: 1;
    }

    /* Clases especiales para las imágenes 1 y 2 */
    .top-left {
        grid-column: 1 / span 1;
        grid-row: 1 / span 1;
    }

    .top-right {
        grid-column: 3 / span 1;
        grid-row: 1 / span 1;
    }

    /* Clases especiales para las imágenes 4 y 5 */
    .bottom-left {
        grid-column: 1 / span 1;
        grid-row: 3 / span 1;
    }

    .bottom-right {
        grid-column: 3 / span 1;
        grid-row: 3 / span 1;
    }
    .border-r {
    margin: 0;
    border: 1px solid #2c2d2e;
    border-radius: 5px;
    padding: 40px 0;
}
.sin-margin{
    padding-top:25px!important;
}
.sin-margin2{
    margin-top:25px!important;
}
.font-weight-black2 {
    font-weight: 700;
    color:#2c2d2e;
}
.blindaje-img img{
    width:80%;
}
.align-right{
    text-align:right;
}
.align-left{
    text-align:left;
}
@media (max-width: 768px) {
    .section-slid {
    height: 400px;
}
.gallery-column {
    display: flex;
    flex-direction: column;
}
.blindaje-img img{
    width:100%;
}
.align-right{
    text-align:center;
}
.align-left{
    text-align:center;
}
}