@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: "Poppins", sans-serif;
}

/*asd */
.btn-naranja {
    color: #ffffff;
    background: #ef6603;
    border: 0;
    padding: 5px 10px;
    transition: 0.4s;
    border-radius: 50px;
}

/* .img-fluid {
    max-width: 20%;
    height: 20%;
} */

@media (max-width: 576px) {
    .img-fluid {
        max-width: 100%;
        height: auto;
    
    }
}

/*asd */
/* Estilos para la navbar */
.navbar {
    /* background-color: #303242 !important; Color oscuro inicial */
    transition: background-color 0.5s ease;
    /* Transición suave */
}

#navbar.scrolled {
    background-color: rgba(42, 44, 57, 0.8) !important;
    /* Color oscuro y transparente */
}

#navbar.scrolled a {
    color: #ffffff;
}

.navbar a {
    font-weight: 600;
    font-size: 18px;
}

.carri {
    height: 300px;
}

.navbar .logo img {
    max-height: 80px;
    margin-left: 20px;
    /* margin-right: 8px; */
}

/* Estilos adicionales para el dropdown */
.navbar .dropdown-menu {
    background-color: rgba(42, 44, 57, 0.8);
    /* Color de fondo oscuro y transparente */
    border: none;
    /* Sin borde */
}

.navbar .dropdown-menu a {
    color: #ffffff;
    /* Color del texto */
}

.navbar .dropdown-menu a:hover {
    background-color: rgba(42, 44, 57, 1);
    /* Color de fondo cuando se pasa el cursor */
    color: #ffffff;
    /* Color del texto cuando se pasa el cursor */
}

/*
/* Ajuste de altura para el carrusel */
.carousel-inner {
    height: 75vh;
    /* 3/4 de la altura de la ventana */
}

.carousel-item {
    height: 100%;
}

.carousel-item img {
    height: 100%;
    object-fit: cover;
    /* Ajusta la imagen sin distorsionarla */
}

/* Ajustes para el texto del carrusel */
.carousel-caption {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.carousel-caption h5 {
    font-size: 2rem;
    font-weight: 600;
}

.carousel-caption p {
    font-size: 1.2rem;
    width: 80%;
    margin: 0 auto;
}

/* Ajustes responsivos */

/* .carousel-item {
    min-height: 400px;
}

.carousel-caption {
    bottom: 220px;
    z-index: 2;
}

.carousel-caption h5 {
    font-size: 70px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 25px;
}

.carousel-caption p {
    width: 60%;
    margin: 10px auto;
    font-size: 18px;
}

.carousel-inner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
} */

.services {
    padding: 80px 0;
}

.bg-car1 {

    background-image: linear-gradient(rgba(0, 0, 0, 0.0),
            rgba(0, 0, 0, 0.5)), url(img/bedcovers.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-car2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.0),
            rgba(0, 0, 0, 0.5)), url(img/steps_home.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-car3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.0),
            rgba(0, 0, 0, 0.5)), url(img/power_steps.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-car4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.0),
            rgba(0, 0, 0, 0.5)), url(img/RACK.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-car5 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.0),
            rgba(0, 0, 0, 0.5)), url(img/asd.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-car6 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)), url(img/untitled.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.bg-max1 {
    background-image: url(img/maxtruck.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-max2 {
    background-image: url(img/maxtruck2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-max3 {
    background-image: url(img/maxtruck3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-max4 {
    background-image: url(img/maxtruck4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.bg-max5 {
    background-image: url(img/maxtruck5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-max6 {
    background-image: url(img/maxtruck6.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box-icons i {
    font-size: 64px;
}

.box-icons h3 {
    font-size: 20px;
    font-weight: 800;
}

.product {
    padding: 80px 0;
}

.card img {
    width: 150px;
    height: 150px;
}

.alto_servico {
    height: 25% !important;
}

.banner {
    padding: 50px 0;
    margin-bottom: 1px;
    background-color: #eef0f3;
}

.banner h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    /* Color negro */
}

.banner p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    /* Color negro */
}



@media(max-width: 355px) {
    .navbar .logo img {
        max-height: 48px;
        margin-left: 20px;
        /* margin-right: 8px; */
    }
}

@media(max-width: 767px) {
    .carousel-item img {
        height: inherit;
    }

    .carousel-caption {
        bottom: 15%;
        width: 80%;
    }

    .carousel-caption h5 {
        font-size: 30px;
    }

    .carousel-caption p {

        font-size: 17.5px;
    }

}

@media(max-width: 553px) {

    .carousel-caption {
        bottom: 15%;
    }

    .carousel-caption h5 {
        font-size: 25px;
    }

    .carousel-caption p {

        font-size: 15.5px;
    }
}

/* @media(max-width: 767px) {
    .carousel-item {
        min-height: 500px;
    }

    .carousel-item img {
        height: inherit;
    }

    .carousel-caption {
        bottom: 30px;
    }

    .carousel-caption h5 {
        font-size: 25px;
        margin-top: 0;
    }

    .carousel-caption p {
        width: 100%;
        font-size: 14px;
    }
    

    .services {
        padding: 30px 0;
    }

    .products {
        padding: 30px 0 0 0;

    }

    .banner {
        margin-bottom: 30px;
    }

} */

/* Estilos para la responsividad del footer */
.footer h4 {
    font-size: 1.25rem;
}

.footer p {
    font-size: 1rem;
}

@media (max-width: 768px) {
    .footer h4 {
        font-size: 1rem;
    }

    .footer p {
        font-size: 0.875rem;
    }

    .footer .social-icons a {
        font-size: 1.5rem;
    }
}

.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: white;
    padding: 5px 10px;
    border-radius: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.floating-button:hover {
    background-color: #0056b3;
}


/* Estilo para el texto pequeño */
.small-text {
    font-size: 12px;
    color: white;
    margin-bottom: 5px;
    /* Separación del número */
    text-align: center;
}

.bubble-number {
    font-size: 14px;
    color: white;
}

/* ////////////////////////////////// */

.slider {
    width: 75vw;
    height: auto;
    margin: auto;
    overflow: hidden;
}

.slider .slider-track {
    display: flex;
    animation: scroll 40s linear infinite;
    -webkit-animation: scroll 40s linear infinite;
    width: calc(200px * 24);
}

.slider .slide {
    width: 200px;
    margin-right: 8px;
    margin-left: 8px;
}

.slider .slide img {
    width: 100%;
    height: 80px;
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-200px * 12));
        transform: translateX(calc(-200px * 12));
    }

}


.custom-row {

    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.img-container img {
    max-width: 150px;
    height: 150px;
}

.title {
    font-size: 16px;
    font-weight: bold;
}

.points {
    list-style-type: disc;
    padding-left: 20px;
}

.puntos li {
    font-size: 14px;
}


/* Clase para la lista con íconos de check */
.check-list {
    list-style-type: none;
    /* Elimina los puntos predeterminados */
    padding: 0;
    /* Opcional: elimina el padding predeterminado */
    margin: 0;
    /* Opcional: elimina el margen predeterminado */
}

.check-list li {
    position: relative;
    /* Necesario para posicionar el ícono de check */
    padding-left: 15px;
    /* Ajusta el espacio entre el ícono y el texto */
    margin-bottom: 5px;
    /* Reduce el espacio entre los elementos de la lista */
    font-size: 14px;
    /* Ajusta el tamaño del texto si es necesario */
}

.check-list li::before {
    content: "\2713";
    /* Código Unicode para el ícono de check (✓) */
    position: absolute;
    left: 0;
    color: black;
    /* Cambia el color del ícono a negro */
    font-size: 12px;
    /* Ajusta el tamaño del ícono si es necesario */
}


@media (max-width: 576px) {
    .google {
        height: 50%;
        width: 50%;
        margin-top: 50px;

    }
    .video_x{
        height: 50%;
        width: 50%;
        margin-top: 50px;
    }
}

