html{
    scroll-behavior: smooth;
}
.containerBanner{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 400px;
    /* background-image: url("https://nltravel.s3.us-east-2.amazonaws.com/wp-content/uploads/2023/05/15123217/SAN-NICOLAS-DE-LOS-GARZA-12-scaled.jpg"); */
    background-image: url(../img/digitalizacion_background.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
}

.titleBuscador{
    color: #fff;
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;

}
.containerBuscador{
    width:60% ;
    height: 220px;
    background-color: #00499c;
    border-radius: 8px;
    margin-bottom: -50px;
    opacity: 0.85;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}

.containerBuscador h4{
    color: #ddd;
}

.tramitesFrecuentes{
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.rowTarjetasFrecuentes{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.tarjetaTramite{
    width: 20%;
    min-width: 150px;
    border-left: 1px solid #034EA2;
    border-top: 8px solid #034EA2;
    border-right: 1px dashed #333;
    border-bottom: 1px dashed #333;
    border-radius: 8px;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 0;
    margin: 0;
    transition: all .3s ease;
    min-height: 400px;
}


.tarjetaTramite:hover{
    -webkit-box-shadow: 0px 0px 8px 0px rgba(54,121,235,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(54,121,235,1);
    box-shadow: 0px 0px 8px 0px rgba(54,121,235,1);
}

.bodyTarjeta{
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap: .5rem
}
.separadorTarjeta{
    height: 1px;
    width: 75%;
    align-self: center;
    background-color: #034EA2;
}
.encabezadoTarjeta{
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;

}

.requisitos ul{
    list-style: none;
}

.footerTarjeta{
    background-color: #002d61;
    height: 50px;
    width: 100%;
    border-radius: 8px;
    opacity: .9;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.footerTarjeta a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: #1d6eb6;
    color: #eee;
    border: none;
    cursor: pointer;
    width: 180px;
    height: 35px;
    transition: all .3s ease;
    border-radius: 8px;
}
.footerTarjeta a:hover{
    background-color: #44b1ff;
    color: #fff;
}

.footerTarjeta span{
    color: #333;
    background-color: #E5B122;
    padding: 3px 10px;
    border-radius: 10px;
}

.btn-TodosTramites{
    background-color: #4285F4;
    color: #ddd;
    padding: 15px 40px;
    border-radius: 8px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all .3s ease;
}

.btn-TodosTramites:hover{
    background-color: #1d6eb6;
    color: #fff;
}


.cardsContainer{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

.containerDestacados{
    background-color: #edf1f7;
    padding: 0;
    margin: 0;
    width: 100%;
    padding: 1rem;
}
.z{
    text-align: center;
}

.cajaDestacados{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.btnDestacado{
    background-color: #0469B1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    height: 50px;
    width: 300px;
    border-radius: 8px;
    transition: all .3s ease;
}
.btnDestacado:hover{
    background-color: #44b1ff;
}

.destacados1{
    display: flex;
    justify-content: space-around;
    gap: 15px;
}

.containerNicky{
    background-color: #082444;
    width: 100%;
    height: 400px;
    padding: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rowNicky{
    display: flex;
}

.separadorNicky{
    width: 30px;
    height: 300px;
    background-color: #44b1ff;
}
.infoNicky{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.infoNickyTexto{
    color: #ddd;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.infoNickyTexto button{
    background-color: #44b1ff;
    border: none;
    text-decoration: none;
    width: 50%;
    border-radius: 8px;
    padding: 5px 20px;
    transition: all .3s ease;
}
.infoNickyTexto button:hover{
    background-color: #034EA2;
    border: none;
    text-decoration: none;
    width: 50%;
    border-radius: 8px;
    padding: 5px 20px;
}

.avatarNicky{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
}

.nicky{
    height: 350px;
}

.contenedorEspacioPersonal{
    padding: 3rem;
}
.infoEspacioPersonal{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem;
}
.suInformacion{
    display: flex;
    gap:15px
}
.suInformacion div i{
    font-size: 50px;
    color: #4285F4;
}

.beneficioPersonal{
    display: flex;
    gap:15px
}

.beneficioPersonal div i{
    font-size: 50px;
    color: #4285F4;
}

/* .infoEspacioPersonal a{
    width: 50%;
    margin-top: 50px;
    background-color: #034EA2;
    color: #ddd;
    border-radius: 8px;
    padding: 10px 20px;
    transition: all .3s ease;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.infoEspacioPersonal a:hover{
    background-color: #0469B1;
    color: #fff;
}




@media (max-width: 1018px) {
    .containerBuscador{
        width: 90%;
    }
    .tarjetaTramite{
        width: 90%;
        
    }
    .rowTarjetasFrecuentes{
        flex-direction: column;
        gap: 30px;

    }
    .btn-TodosTramites{
        width: 100%;
    }
    .destacados1{
        flex-direction: column;
    }
    .containerNicky{
        height: auto;
    }
    .infoNickyTexto button{
        width: 100%;
    }
    .rowNicky{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px
    }
    .infoEspacioPersonal{
        flex-direction: column;
    }
    .menuLoginSesion{
        flex-direction: column;
    }
}