    body{
        font-family: 'Roboto', sans-serif;
    }

    h1 h2 h3 h4 h5 h6{
        font-family: 'Roboto', sans-serif !important;
        font-weight: 900 !important;
    }

    .modal-contactanos {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 10%;
        margin: auto auto 0 auto;
        width: 80vw;
        height: 40vh;
        z-index: 9999;

    }

    .close-btn-modal-contactanos {
        position: absolute;
        top: 0;
        right: 0;
        margin: 10px;
        padding: 10px;
        font-size: 16px;
        font-weight: bold;
        color: rgb(56, 56, 56);
        background-color: transparent;
        border: 0;
        cursor: pointer;
    }
    .close-btn-modal-filtro {
        position: absolute;
        top: 0;
        right: 0;
        margin: 10px;
        padding: 10px;
        font-size: 16px;
        font-weight: bold;
        color: rgb(56, 56, 56);
        background-color: transparent;
        border: 0;
        cursor: pointer;
    }
    .btn-send {
        height: 50px;
        width: 50px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        background-color: rgb(231, 97, 8);
        border: 0;
        border-radius: 50px;
        cursor: pointer;
    }

    .modal-contactanos {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 10%;
        margin: auto auto 0 auto;
        width: 80vw;
        height: 40vh;
        z-index: 9999;
        overflow-y: scroll;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        border-radius: 50px;
        padding: 1rem;


    }

    .img-especificaciones{
        border-radius: 30px; 
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
    }

    .modal-content-contactanos {
        display: flex;
        height: 100%;
        width: 100%;
        overflow-y: scroll;
    }

    .modal-filtro {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        margin: auto;
        margin-right: 7px;
        margin-top: 14px;
        height: 50vh;
        width: 20vw;
        z-index: 9999;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        border-radius: 50px;
        padding: 3rem 2rem 3rem 3rem;
    }

    .modal-content-filtro{
        display: flex;
        height: 100%;
        width: 100%;
    }
    .close-btn-modal-filtro {
        position: absolute;
        top: 0;
        right: 0;
        margin: 10px;
        padding: 10px;
        font-size: 16px;
        font-weight: bold;
        color: #000;
        background-color: rgb(231, 97, 8);
        color: #fff;
        border: 0;
        border-radius: 50px;
        cursor: pointer;
        z-index: inherit;
    }

    .modal-catalogo {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        height: 90vh;
        width: 80vw;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        border-radius: 50px;
        overflow-y: scroll;
        overflow-x: hidden;
        z-index: 9999;
    }
    .modal-content-catalogo {
        display: flex;
        height: 100%;
        width: 100%;
        overflow-y: scroll;
    }
    ::-webkit-scrollbar{
        width: 2px;
        background-color: transparent;
    }


    ::-webkit-scrollbar-thumb {
        background-color: rgba(231, 94, 2, 0.842);
    }

    .modal-catalogo::-webkit-scrollbar {
        width: 0;
        background-color: transparent;
    }
    .modal-content-contactanos::-webkit-scrollbar {
        width: 0;
        background-color: transparent;
    }
    .modal-contactanos::-webkit-scrollbar {
        width: 0;
        background-color: transparent;
    }

    .modal-catalogo::-webkit-scrollbar-thumb {
        background-color: rgba(231, 94, 2, 0.842);
    }

    .table thead th {
        background-color: #d3d3d3;
        font-size: 20px;
        border: 3px solid white;
        
    }
    .table thead {
        border-radius: 50px !important;
    }

    .containerSlider{
        position: relative;
        margin-top: 15%; 
        margin-left:10%
    }

    .textSlider{
        padding-right: 0px;
        margin-right: 9px; 
        font-size:60px; 
        line-height: 1

    }
    .btnSlider{
        margin-top: 88px;
        padding-right: 73px;
        padding-left: 71px;
        padding-bottom: 10px;
        color: var(--bs-light) !important;
        background: #f54a01 !important;

    }
    .tittleSlider{
        padding-right: 0px;
        margin-right: 9px; 
        font-size:60px; 
        line-height: 1
    }
    p{
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
    }

    .spacing-subtitles{
        letter-spacing: 3px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
    }

    .modal-catalogo-contenido{
        padding: 3rem;
    }

    .justified-text {
        text-align: justify;
    }
    .mt5{
        margin-top: 3rem;
    }
    

    #splash-screen {
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 99999;
        transition: transform 0.5s ease-in-out;
    }

 
    #splash-screen img {
        width: 200px;
        margin-bottom: 20px;
        animation: pulse 2s ease-in-out infinite;
    }
    
    #splash-screen2 {
        background-color: #0000007c;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 99999;
        transform: translateY(-100%);
    }

 
    #splash-screen2 img {
        width: 200px;
        margin-bottom: 20px;
        animation: pulse 2s ease-in-out infinite;
    }

    .dropdown-idiomas {
        position: relative;
        display: inline-block;

    }
    
    .dropdown-content {
        display: none;
        position: absolute;
        min-width: 120px;
        z-index: 1;
        width: 100%;

    }
    
    .flag {
        width: 30px;
        height: 30px;
        display: inline-block;
        cursor: pointer;
    }
    .btnFiltro-fixed-top {
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 100;
    }

    @keyframes pulse {
        0% {transform: scale(1);}
        50% {transform: scale(1.1);}
        100% {transform: scale(1);}
    }

  
    .modal-especificaciones {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        height: 90vh;
        width: 80vw;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        border-radius: 50px;
        overflow-y: scroll;
        overflow-x: hidden;
        z-index: 9999;

        /* Other styles go here */
    }
    .modal-especificaciones-contenido {
        display: flex;
        position: absolute;
        height: 100%;
        width: 100%;
        overflow-y: scroll;
        z-index: 9999;
        /* Other styles go here */
    }
    .modal-especificaciones::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #e4642d;
        clip-path: ellipse(20% 65% at 0% 50%);
        z-index: 9998;
    }

    .tituloEspecificaciones{
        display: none;
    }
    .tituloEspecificaciones2{
        display: block;
    }
    .displayPc{
        display: block;
    }
    .displayMobile{
        display: none;
    }


        /*Medias  */
    @media (max-width: 1560px) {
        .modal-filtro {
            display: none;
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: auto;
            margin: auto;
            margin-right: 7px;
            margin-top: 14px;
            height: 45vh;
            width: 30vw;
            z-index: 9999;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            border-radius: 50px;
            padding: 3rem 2rem 3rem 3rem;
        }
    
        .modal-content-filtro{
            display: flex;
            height: 100%;
            width: 100%;
        }
    }
    @media (max-width: 1100px) {
        .modal-filtro {
            display: none;
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: auto;
            margin: auto;
            margin-right: 7px;
            margin-top: 14px;
            height: 45vh;
            width: 35vw;
            z-index: 9999;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            border-radius: 50px;
            padding: 3rem 2rem 3rem 3rem;
        }
    
        .modal-content-filtro{
            display: flex;
            height: 100%;
            width: 100%;
        }
    }
    @media (max-width: 920px) {
        .modal-filtro {
            height: 100vh;
            width: 100vw;
            border-radius: 0px;
            margin-top: 0;
            margin-right: 0;
        }
    }
        
    @media (max-width: 768px) {
        .modal-catalogo {
            height: 100vh;
            width: 100vw;
        }
        .btnFiltro-fixed-top {
            position: fixed;
            top: 70px;
            right: 15px;
            z-index: 100;
        }
    }

    /* Estilos para pantallas pequeñas */
    @media (max-width: 480px) {
        .containerSlider{
            margin-top: 30%;
        }
    
        .btnSlider{
            position: absolute;
            width: 70% !important;
        }
        .tittleSlider{
            font-size: 50px;
            text-align: center;
        }
        .modal-catalogo {
            height: 100vh;
            width: 100vw;
            border-radius: 0px;
        }
        .modal-especificaciones {
            height: 100vh;
            width: 100vw;
            border-radius: 0px;
        }
        .modal-especificaciones-contenido{
            padding: 2rem 0rem 1rem 0rem;
        }
        .modal-especificaciones-contenido p{
            color : #000 !important;
            text-align: left !important;

        }

        .close-btn-modal-contactanos {
            position: absolute;
            top: 0;
            right: 0;
            margin: 10px;
            padding: 10px;
            margin-top: 50px;
            font-size: 16px;
            font-weight: bold;
            color: rgb(56, 56, 56);
            background-color: transparent;
            border: 0;
            cursor: pointer;
        }

        .modal-especificaciones::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(231, 97, 8, 0.8);
            clip-path: ellipse(70% 20% at 50% 0%);
            z-index: 9998;
        }
        .modal-contactanos {
            height: 100vh;
            width: 100vw;
            border-radius: 0px;
            bottom: 0%;
            z-index: 9999;
            overflow-y: scroll;
            background-color: #fff;
            border-radius: 00px;
            padding: 5rem 1rem 1rem 1rem;
        }
        .modal-filtro {
            height: 100vh;
            width: 100vw;
            border-radius: 0px;
            margin-top: 0;
            margin-right: 0;
        }

        .modal-catalogo-contenido{
            padding: 4rem 1rem 1rem 1rem;
        }
        .mt5{
            margin-top: 0rem;
        }
        .navbar-light-collapsed{
            background-color: rgba(0,0,2,0.7);
        }
        .subtitle-Slider{
            margin-top: 60%;
        }
    
        .container-slider{
            height: 100vh;
            background-color: rgba(0, 0, 0, 0.7);
        }
        .tituloEspecificaciones{
            margin-top: 15%;
            display: block;
        }
        .tituloEspecificaciones2{
            display: none;
        }
        .displayPc{
            display: none;
        }
        .displayMobile{
            margin-top: 50px;
            margin-bottom: 50px;
            display: block;
        }
    }

    /* Responsive adjustments for Header */
    .carousel-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    @media (max-width: 768px) {
        .carousel-item {
            height: 70vh !important;
        }
        .container-slider {
            padding-top: 100px; /* Add some padding to push content down from navbar */
            padding-bottom: 50px;
        }
        .tittleSlider {
            font-size: 40px; /* Reduce font size */
        }
        .textSlider {
            font-size: 16px; /* Reduce font size */
        }
        .btnSlider {
            margin-top: 20px; /* Adjust button margin */
            width: 80% !important;
            padding: 10px;
        }
        .containerSlider {
            margin-top: 10%;
        }
        
    }

    @media (max-width: 480px) {
        .containerSlider{
            margin-top: 20%; /* Adjust margin */
        }

        .btnSlider{
            position: relative; /* Remove absolute positioning */
            width: 90% !important; /* Make it wider */
            margin-top: 20px;
        }
        .tittleSlider{
            font-size: 32px; /* Further reduce font size */
            text-align: center;
        }
        .container-slider{
            height: auto; /* Ensure height is auto */
        }
        .subtitle-Slider{
            margin-top: 10%; /* Adjust margin */
        }
    }
