.banner-image-inicio {
    background-image: url('../img/banner-home.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

.banner-image-inicio::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Ajusta la opacidad según necesites */
    z-index: 1;
}

.banner-image-inicio .container {
    position: relative;
    z-index: 2;
    /* Asegura que el texto quede por encima del oscurecimiento */
    color: white;
    /* Mantiene el texto en color blanco */
}

.banner-image-login {
    background-image: url('../img/banner-login.jpg');
    background-size: cover;
    filter: brightness(75%);
}

.banner-image-nosotros {
    background-image: url('../img/banner-nosotros.png');
    background-size: cover;
}

.banner-image-servicios {
    background-image: url('../img/banner-nosotros.png');
}

.banner-image-contador {
    position: relative;
    background-image: url('../img/banner-create-articulo.jpg');
    background-size: cover;
    background-position: center;
}

.banner-image-contador::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Ajusta la opacidad según necesites */
    z-index: 1;
}

.banner-image-contador .container {
    position: relative;
    z-index: 2;
    /* Asegura que el texto quede por encima del oscurecimiento */
    color: white;
    /* Mantiene el texto en color blanco */
}

.banner-image-productos {
    background-image: url('../img/banner-productos.png');
}

.banner-image-exitos {
    background-image: url('../img/banner-exitos.png');
}

.banner-image-articulos {
    background-image: url('../img/banner-articulos.png');
}

.login {
    min-height: 89vh;
}

.bg-gris-articulos {
    background-color: #CBD0D8;
}

.login-heading {
    font-weight: 300;
}

.btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
}

.fs-inicio {
    font-size: 4vw;
}

.fs-contador {
    font-size: 4vw;
}

.mt-inicio {
    margin-top: 100px;
}

.mb-inicio {
    margin-bottom: 100px;
}

.bg-gris-inicio {
    background-color: #838C9B;
}

.border-transparent-inicio {
    border-color: transparent;
}

.btn-meeimex-blue {
    background-color: #0F2543;
    color: #ffffff;
}

.btn-meeimex-blue:hover {
    background-color: #143666;
    color: #ffffff;
}

.btn-meeimex-black {
    background-color: #171E24;
    color: #ffffff;
}

.btn-meeimex-black:hover {
    background-color: #28323a;
    color: #ffffff;
}

.animate-button-navbar {
    text-decoration: none;
    font-size: 25px;
    border: none;
    background: none;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.cta span {
    padding-bottom: 7px;
    padding-right: 15px;
}

.cta svg {
    transform: translateX(-8px);
    transition: all 0.3s ease;
}

.cta:hover svg {
    transform: translateX(0);
}

.cta:active svg {
    transform: scale(0.9);
}

.hover-underline-animation {
    position: relative;
    padding-bottom: 20px;
}

.hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000000;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.mt-6 {
    margin-top: 80px;
}

.card-login {
    border-radius: 10px;
    transition: border-radius 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.shadow-login {
    box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1),
        0 0 0 2px rgb(190, 190, 190),
        0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
}

.desenfoque-image {
    filter: blur(0.15rem);
}

/*
[data-animation="fade"]{
    opacity: 0;
    transform: translate(100%);
    transition: .6s ease-in .3s;

    --opacity: 1;
    --transform: translate(0);
}
[data-animation="show"]{
    opacity: 0;
    transform: scale(0);
    transition: .6s ease-in .3s;

    --opacity: 1;
    --transform: scale(1);
} */
/* .unset{
    opacity: var(--opacity);
    transform: var(--transform);
} */

.social {
    position: fixed;
    right: 0;
    z-index: 999;
}

.social {
    top: 50%;
}

.articulo {
    position: fixed;
    right: 0;
}

.articulo {
    top: 90%;
}

.productos {
    position: fixed;
    right: 0;
}

.productos {
    top: 90%;
}

.wrapper {
    width: 450px;
    height: 400px;
    background: transparent;
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 10px 10px;
    transform: scale(0.93);
    transition: box-shadow 0.5s, transform 0.5s;
    z-index: 1000;
}

.dropdown-item:hover {
    background-color: #000000;
}

.container-footer {
    max-width: 1170px;
    margin: auto;
}

.row-footer {
    display: flex;
    flex-wrap: wrap;
}

.ul-footer {
    list-style: none;
}

.footer {
    padding: 70px 0;
}

.footer-col {
    width: 25%;
    padding: 0 15px;
}

.footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #e91e63;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
    color: #24262b;
    background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(max-width: 574px) {
    .footer-col {
        width: 100%;
    }
}

/*
*****************************************
! BANNER SLIDER ! ----------------------*
*****************************************
*/

/*reset*/
.bannerSlider .slide__image::before {
    content: "";
    position: absolute;
    width: 100%;
    background: rgba(33, 33, 33, .7);
}

.bannerSlider .slick-slide {
    position: relative;
}

.bannerSlider .slide__image img {
    width: 100%;
    object-fit: cover;
}

img.slide__image__top-position {
    object-position: center bottom;
}

.bannerSlider .slide__text {
    position: absolute;
    z-index: 100;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.bannerSlider .slide__text h2 {
    font-size: 48px;
    font-weight: 100;

    color: #fff;
}

.bannerSlider {
    margin: 0 auto;
}

.bannerSlider .slick-arrow {
    position: absolute;

    top: calc(50% - 14px);
    width: 24px;
    height: 42px;

    font-size: 48px;
    z-index: 2;

    color: #fff;
}

.bannerSlider .slick-prev {
    background: url(../images/layout/slick-prev.png);
    left: 50px;
}

.bannerSlider .slick-next {
    background: url(../images/layout/slick-next.png);
    right: 50px;
}

.bannerSlider i:hover {
    cursor: pointer;
}

.card-logros {
    border-radius: 15px;
    box-shadow: -11px 11px 22px #d3d3d3,
        11px -11px 22px #ededed;
}

.post-container {
    width: 35rem;
    height: 30rem;
}

.headline {
    width: 100%;
    color: white;
    margin-bottom: 2rem;
}

.headline h1 {
    padding-left: 10%;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid white;
    border-left: 100px solid white;
}

.postitem {
    overflow: hidden;
    background-color: white;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    width: 95%;
    height: 95%;
    margin: auto;
    background-image: url(https://cdn.pixabay.com/photo/2016/11/29/05/55/adult-1867665_1280.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    transition: .3s ease;
}

.postitem:hover {
    backdrop-filter: blur(3px);
}

.slide-bg {
    height: 80%;
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(100% - 40px);
    z-index: 999;
    background-color: white;
    transition: .3s ease;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.slide-bg:hover {
    top: 20%;
    cursor: pointer;
    opacity: 1;
}

.slide-bg .slide-bg-title {
    border-bottom: 1px solid lightgrey;
    padding: 8px;
    font-size: 20px;
}

.slide-bg .slide-bg-content {
    padding: 8px;
    padding-top: 15px;
    font-size: 16px;
}

.slide-bg .slide-bg-content a {
    color: grey;
    text-decoration: none;
    transition: .3s ease;
    position: absolute;
    bottom: 15px;
    right: 20px;
}

.slide-bg .slide-bg-content a:hover {
    color: #3e3e3e;
}

/* Línea de tiempo */
.timeline-inicio {
    list-style: none;
    padding: 0;
    position: relative;
}

.timeline-inicio li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.timeline-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 15px;
}

.timeline-content {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    text-align: left;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Botón personalizado */
.custom-btn {
    background-color: #091358;
    color: white;
    border-radius: 25px;
    padding: 12px 25px;
    font-size: 18px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.custom-btn:hover {
    background-color: #6A0307;
    color: white;
}

.timeline {
    position: relative;
    max-width: 800px;
    margin: 50px auto;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #007bff;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
}

.timeline-item {
    position: relative;
    background: white;
    width: 45%;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.timeline-item:nth-child(odd) {
    left: 0;
}

.timeline-item:nth-child(even) {
    left: 50%;
}

.timeline-item::before {
    content: '';
    position: absolute;
    top: 20px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-color: #007bff;
    border-radius: 50%;
    border: 4px solid white;
}

.timeline-item:nth-child(even)::before {
    left: -15px;
}

/* Reemplazo de colores en las clases de Bootstrap */
.bg-primary {
    background-color: #091358 !important
    /* Rojo oscuro */
}

.bg-success {
    background-color: #091358 !important;
    /* Rojo brillante */
}

.bg-danger {
    background-color: #A6A6A6 !important;
    /* Gris */
}

.bg-warning {
    background-color: #6C82AC !important;
    /* Azul grisáceo */
}

.bg-info {
    background-color: #6D7C91 !important;
    /* Azul opaco */
}

.bg-dark {
    background-color: #091358 !important;
    /* Azul profundo */
}

.btn-primary {
    background-color: #091358 !important;
    border-color: #091358 !important;
}

.btn-danger {
    background-color: #6C82AC !important;
    border-color: #6C82AC !important;
}

.btn-secondary {
    background-color: #A6A6A6 !important;
    border-color: #A6A6A6 !important;
    color: black !important;
}

.btn-info {
    background-color: #6C82AC !important;
    border-color: #6C82AC !important;
}

.btn-dark {
    background-color: #6D7C91 !important;
    border-color: #6D7C91 !important;
}

.btn-warning {
    background-color: #091358 !important;
    border-color: #091358 !important;
    color: white !important;
}