@import url(./variables.css
);

/* Hero */
.blogNovedades {

    /* compensar navbar fija */


}

body nav {
    font-size: 16px !important;
}

.principal {
    height: 100vh;
    background-image: url('../img/bg_hero.webp');
    background-size: cover;
    background-position: right 0px bottom 82%;
    background-repeat: no-repeat;
}

.title-primary {
    color: var(--color-secundario-verde-claro) !important;
}

section .blog-btn {
    background-color: transparent;
    border: 1px solid var(--color-secundario-verde-claro);
}

section .blog-btn:hover {
    background-color: var(--color-secundario-verde-claro);
}

.grande {
    font-size: 5rem;
}

.content-black {
    background-color: #181818 !important;
}

.content-text-black {
    color: white !important;
}

.carousel-indicators {
    position: relative !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    color: var(--color-secundario-verde-claro) !important;
}

.carousel-indicators [data-bs-target] {
    width: 50px !important;
    height: 7px !important;
    background-color: var(--color-secundario-verde-claro) !important;
}








.slider {
    width: 1000px;
    text-align: center;
    overflow: hidden;
}

.slides {
    display: flex;

    overflow-x: auto;
    scroll-snap-type: x mandatory;



    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;

    /*
  scroll-snap-points-x: repeat(300px);
  scroll-snap-type: mandatory;
  */
}

.slides::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.slides::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 10px;
}

.slides::-webkit-scrollbar-track {
    background: transparent;
}

.slides>div {
    scroll-snap-align: start;
    flex-shrink: 0;
    height: 300px;
    margin-right: 50px;
    border-radius: 10px;
    background: #eee;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 100px;
}

.slides>div:target {
    /*   transform: scale(0.8); */
}

.author-info {
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 0.75rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
}

.author-info a {
    color: white;
}


.slider>a {
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    background: white;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0 0.5rem 0;
    position: relative;
}

.slider>a:active {
    top: 1px;
}

.slider>a:focus {
    background: #000;
}

.footer-se {
    background: #181818;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    /* border-top: 2px solid #232323; */
}

body p {
    font-size: 20px !important;
}

.abt-bg img {
    width: 100%;
}

@media (max-width: 992px) {
    .principal {
        background-position: center !important;
    }

    .texto-carrusel{
        text-align: center !important;
    }

    .contenedor-img-seguridad{
        display: none;
    }
    body p {
        font-size: 16px !important;
    }

    .abt-section .abt-text {
        padding-top: 10px !important;
    }

    .grande {
        font-size: 3rem;
    }

    .abt-bg {
        display: none;
    }

    .shop-banner {
        padding: 50px 0 50px !important;
    }

    .mb-100 {
        margin-bottom: 0px !important;
    }

    .content-text-carrusel {
        text-align: center;

    }

    .contenedor-carrusel {
        margin-top: 4rem !important;
    }

    .boton-carrusel-1 {
        display: none !important;
    }

    .boton-carrusel-2 {
        display: block !important;
        text-align: center;
        width: 10rem;
    }
}