
    /*Body*/
    body{
            padding: 0%;
            margin: 0%; 
            width: 100%;
            min-height: 100vh;
        /* background: linear-gradient(rgb(255, 255, 255), #97C200);*/
        background: rgb(227,222,2);
    background: radial-gradient(circle, rgba(227,222,2,1) 0%, rgba(42,39,40,1) 100%);
        }  

    a{
        text-decoration: none;
    }


    @media screen and (max-width: 719px){
           
    /*Slider*/
    .slider-container {
        display: flex;
        overflow: hidden;
        position: relative;
    }
    
    .slide {
        width: 50%; /* Cambia el tamaño a tu preferencia */
        height: 200px; /* Cambia el tamaño a tu preferencia */
        background-size: cover;
        transition: transform 1s ease-in-out;
    }
    
    .slide img{
        width: 400%;
        height: 100%;
    }
    
    .slide:nth-child(1) {
        background-image: url('imagen1.jpg');
        animation: sliderAnimation 10s linear infinite;
    }
    
    .slide:nth-child(2) {
        background-image: url('imagen2.jpg');
        animation: sliderAnimation 10s linear infinite 5s;
    }
    
    .slide:nth-child(3) {
        background-image: url('imagen3.jpg');
        animation: sliderAnimation 10s linear infinite 10s;
    }
    
    .slide:nth-child(4) {
        background-image: url('imagen4.jpg'); /* Nueva imagen */
        animation: sliderAnimation 10s linear infinite 15s; /* Iniciando después de 15 segundos */
    }
    
    @keyframes sliderAnimation {
        0% {
            transform: translateX(0);
        }
        33% {
            transform: translateX(-100%);
        }
        66% {
            transform: translateX(-200%);
        }
        100% {
            transform: translateX(0);
        }
    }

    /*Texto quienes somos*/
    .texto_quienes{
        padding: 10%;
        display: flex;
        text-align: justify;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: rgb(255, 255, 255);

    }
    /*body*/
    body{
        background: rgb(2,0,36);
            background: linear-gradient(265deg, rgba(2,0,36,1) 23%, rgba(151,194,0,1) 68%);
    }

    /*Main*/

    .section_Logo{
        display: flex;
        justify-content: center;
    }

    .Logo_18_años{
        width: 60px;
        height: auto;
        margin-top: 20px;
    }

    .Titulo_main{
        font-size: 45px;
        margin: 0%;
        margin-top: 15%;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: #EA9902;
    }

    .Subtitulo_main{
        font-size: 25px;
        margin: 0%;
        margin-top: -27px;
        font-family: 'Lobster', cursive;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        font-family: 'Yellowtail', cursive;
        color: #97C200;
    }
        
    /*Main nav*/

    .nav_main{
        background-color: #EA9902;
        padding: 1%;
        margin-top: 3%;
    }

    .section_lista{
        display: flex;
        justify-content: start;
        list-style: none;
        padding: 0%;
    }

    .lista_a{
        padding: 20px;
        text-decoration: none;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: rgb(255, 255, 255);
    
    }

    .lista_a:hover{
        background-color: #e9ba61;
        padding: 20px;
        text-decoration: none;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: rgb(255, 255, 255);
        border-radius: 50px;
    }

    /*Imagen presentacion*/

    .Contenedor_Imagen_presentacion{
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .Imagen_presentacion{
        width: 100%;
        height: 150%;
    }

    .Boton_Imagen_presentacion{
        /*Ubicacion*/
        display: flex;
        justify-content: center;
        align-items: center;

        /*Visualizacion*/
        margin-top: -75px;
        width: 50%;
        height: 50px;
        background-color: #e9ba61;
        border-radius: 50px;

        /*Fuente*/
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: rgb(255, 255, 255);

        /*shadow box*/
        box-shadow: 2px 2px 5px #6e6e6e;
    }

    .Boton_Imagen_presentacion:hover{
        /*Ubicacion*/
    display: flex;
    justify-content: center;
    align-items: center;

        /*Visualizacion*/
    margin-top: -75px;
    width: 50%;
    height: 50px;
    background-color: #97C200;
    border-radius: 50px;

    /*Fuente*/
    font-family: 'Noto Sans TC', sans-serif;
    font-family: 'Rubik', sans-serif;
    color: rgb(255, 255, 255);

    
    }

    /*Titulo de categoria*/
    .Titulo_Categoria{
        font-size: 250%;
        display: flex;
        justify-content: center;
        /*Fuente*/
    font-family: 'Noto Sans TC', sans-serif;
    font-family: 'Rubik', sans-serif;
    color: rgb(255, 255, 255);
    -webkit-text-stroke: 3px #f77638;

    margin: 0%;
    padding: 0%;
    margin-top: -50%;
    margin-bottom: 30%;
    }


    /*Texto categorias*/
    .Texto_Categoria{
        background-color: #e9ba61;
        display: flex;
        padding-left: 10%;
        padding-right: 10%;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 5%;
        text-align:justify;
        border-radius: 10px;

        /*Fuente*/
        font-size: 80%;
    font-family: 'Noto Sans TC', sans-serif;
    font-family: 'Rubik', sans-serif;
    color: rgb(255, 255, 255);
    }
    /*Categorias main*/
    .imagenes_contenedor_main{
        margin-top: 70px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .contenedor_categorias{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .imagenes_categorias{
        width: 60%;
        height: 200%;
        margin-bottom: 20%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        background: rgb(2,0,36);
        background: linear-gradient(194deg, rgba(2,0,36,1) 18%, rgba(212,169,81,1) 63%, rgba(194,213,217,1) 83%);
        border-radius: 10px;
        border: solid 5px rgb(231, 229, 229);
        /*shadow box*/
        box-shadow: 2px 2px 5px #6e6e6e;
    }

    .imagenes_categorias_main_logo{
        margin-left: 80%;
        margin-top: -40px;
        width: 35%;
        height: 1%;
    }

    .imagenes_categorias_main{
        width:  100%;
        margin-top: -15%;
    }

    .Boton_imagenes_categorias{
    
        box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
        background-color: #97C200;
        border-radius: 50px;
        margin-top: -55%;
        margin-bottom: 55%;
        padding-left: 10%;
        padding-right: 10%;

        /*Fuente*/
        font-size: 150%;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: rgb(255, 255, 255);
    }

    .Boton_imagenes_categorias:hover{

        /*Fuente*/
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: #686868;
    }


    /*separador*/
    .separador{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -25%;
        margin-bottom: -25%;
    }
    #separador{
    width: 80%; 
    margin-top: 10%;
    }

   /*Informacion*/

    #contenedor_1{
        margin-top: 5%;
    }

    .Imagen_Informacion{
        width: 100%;
        border-top: solid 5px white;
        border-bottom: solid 5px white;
    }
.Efecto_Productos{
    margin-bottom: 15%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: -52.5%;
}
    
.Imagen_Informacion_2{
    border: solid 5px wheat;
    width: 25%;
    height: auto;
}

.Texto_productos{
        font-size: 150%;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: rgb(255, 255, 255);
        -webkit-text-stroke:.3px #ffbf00;
}

.Contenedor_Imagen_Informacion{
    display: flex;
    flex-direction: column;
}

    /*Maps*/
    .map_container{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        
    }

    .map_container_2{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }



    .Titulo_maps{
        -webkit-text-stroke: 2px #e9ba61;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: rgb(255, 255, 255);
    }

    .maps{
        width: 80%;
        border-radius: 10px;
        margin-bottom: 15px;

        /*shadow box*/
        box-shadow: 2px 2px 5px #6e6e6e;
    }

    /*Bototnes What*/

    .botones_What_direc{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .botones_What_contenedor{
        background-color: #4eba57;
        width:40%;
        border-radius: 50px;

        /*shadow box*/
        box-shadow: 2px 2px 5px #6e6e6e;
    }

    .botones_What{
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .botones_What img{
        width: 15%;
        height: 1%;
        margin-right: 5%;
        margin-left: -35px;
    }

    .botones_What p{
        font-size: 80%;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: rgb(255, 255, 255);
        width: 25%;
    }

    /*Dirreccion**/
    .direc_contenedor{
        display: flex;  
        align-items: center;
        flex-direction: column;
        margin-bottom: 15%;
        margin-top: 5%;
    }
    .direc_contenedor_1{
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: rgb(255, 255, 255);
        padding: 0%;
        margin: 0%;
    }

    /*footer*/

    footer{
        margin-top: 1%;
        background-color: #6e6e6e;
        height: 100px;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    footer img{
        
        margin-top: 5%;
        width: 8%;
        margin-left: 2%;
        margin-right: 2%;
    }

    footer p{
        
        margin-top: 5%;
        font-size:large;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: rgb(255, 255, 255);
    }


    /*Boton flotante*/
    .btn-ints{
        position:fixed;
        width:60px;
        height:60px;
        line-height: 63px;
        bottom:25px;
        right:25px;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:35px;
        box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
        z-index:100;
        transition: all 300ms ease;
    }
    .btn-ints:hover{
        /*shadow box*/
        box-shadow: 2px 2px 5px #6e6e6e;
    }

    .btn-ints{
        width:60px;
        height:60px;
        line-height: 66px;
    }

    }
    @media screen and (min-width: 720px) and (max-width: 1023px){


        /*Slider*/
        .slider-container {
            margin-left: 10%;
            margin-top:5%;
            border-radius: 10px;
            
            width: 80%;
            display: flex;
            overflow: hidden;
            position: relative;
        }
    
        .slide {
            width: 30%; /* Cambia el tamaño a tu preferencia para tablet */
            height: 200px; /* Cambia el tamaño a tu preferencia para tablet */
        }
    
        .slide img {
            width: 200%; /* Ajusta el tamaño de la imagen al tamaño de la diapositiva */
            height: auto; /* Permite que la altura se ajuste automáticamente para mantener la proporción */
        }
    
        .slide:nth-child(1) {
            background-image: url('imagen1.jpg');
            animation: sliderAnimation 10s linear infinite;
        }
        
        .slide:nth-child(2) {
            background-image: url('imagen2.jpg');
            animation: sliderAnimation 10s linear infinite 5s;
        }
        
        .slide:nth-child(3) {
            background-image: url('imagen3.jpg');
            animation: sliderAnimation 10s linear infinite 10s;
        }
        
        .slide:nth-child(4) {
            background-image: url('imagen4.jpg'); /* Nueva imagen */
            animation: sliderAnimation 10s linear infinite 15s; /* Iniciando después de 15 segundos */
        }
        
        @keyframes sliderAnimation {
            0% {
                transform: translateX(0);
            }
            33% {
                transform: translateX(-100%);
            }
            66% {
                transform: translateX(-200%);
            }
            100% {
                transform: translateX(0);
            }
        }
  /*Texto quienes somos*/
  .texto_quienes{
    padding: 10%;
    display: flex;
    text-align: justify;
    font-family: 'Noto Sans TC', sans-serif;
    font-family: 'Rubik', sans-serif;
    color: rgb(255, 255, 255);

}

    body{
        background: rgb(2,0,36);
        background: linear-gradient(139deg, rgba(2,0,36,1) 23%, rgba(227,222,2,1) 68%);
    }

    /*Boton flotante*/
    .btn-ints{
        position:fixed;
        width:60px;
        height:60px;
        line-height: 63px;
        bottom:25px;
        right:25px;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:35px;
        box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
        z-index:100;
        transition: all 300ms ease;
    }
    .btn-ints:hover{
        /*shadow box*/
        box-shadow: 2px 2px 5px #6e6e6e;
    }

    .btn-ints{
        width:60px;
        height:60px;
        line-height: 66px;
    }

    /*Main*/

    .section_Logo{
        display: flex;
        justify-content: start;
    }

    .Logo_18_años{
        width: 60px;
        height: auto;
        margin-top: 20px;
    }

    .Titulo_main{
        font-size: 45px;
        margin: 0%;
        margin-top: 15%;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: #EA9902;
    }

    .Subtitulo_main{
        font-size: 25px;
        margin: 0%;
        margin-top: -27px;
        font-family: 'Lobster', cursive;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        font-family: 'Yellowtail', cursive;
        color: #97C200;
    }
        
    /*Main nav*/

    .nav_main{
        background-color: #EA9902;
        padding: 1%;
        margin-top: 1%;
    }

    .section_lista{
        display: flex;
        justify-content: start;
        list-style: none;
        padding: 0%;
    }

    .lista_a{
        padding: 20px;
        text-decoration: none;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: rgb(255, 255, 255);
    
    }

    .lista_a:hover{
        background-color: #e9ba61;
        padding: 20px;
        text-decoration: none;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: rgb(255, 255, 255);
        border-radius: 50px;
    }

    /*Imagen presentacion*/

    .Contenedor_Imagen_presentacion{
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 2%;
    }

    .Imagen_presentacion{
        border-radius: 10px;
        width: 60%;
        height: auto;
        box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    }

    .Boton_Imagen_presentacion{
        /*Ubicacion*/
        display: flex;
        justify-content: center;
        align-items: center;

        /*Visualizacion*/
        margin-top: -75px;
        width: 25%;
        height: 50px;
        background-color: #e9ba61;
        border-radius: 50px;

        /*Fuente*/
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: rgb(255, 255, 255);

        
        z-index:100;
        transition: all 300ms ease;
    }

    .Boton_Imagen_presentacion:hover{

    /*shadow box*/
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    }

    /*Titulo de categoria*/
    .Titulo_Categoria{
        font-size: 250%;
        display: flex;
        justify-content: center;
        /*Fuente*/
    font-family: 'Noto Sans TC', sans-serif;
    font-family: 'Rubik', sans-serif;
    color: rgb(255, 255, 255);
    -webkit-text-stroke: 3px #f77638;

    margin: 0%;
    padding: 0%;
    margin-top: -28%;
    margin-bottom: 15%;
    }

    /*Categorias main*/
    .imagenes_contenedor_main{
        margin-top: 100px;
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 3 columnas */
        grid-template-rows: repeat(2, 1fr); /* 2 filas */
        
    }
    .imagenes_categorias{
        width: 80%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: rgb(2,0,36);
        background: linear-gradient(194deg, rgba(2,0,36,1) 18%, rgba(212,169,81,1) 63%, rgba(194,213,217,1) 83%);
        border-radius: 10px;
        border: solid 5px rgb(231, 229, 229);
        /*shadow box*/
        box-shadow: 2px 2px 5px #6e6e6e;
    }


    .imagenes_categorias_main{
        width:  70%;
        margin-bottom: 25px;
    }

    .Boton_imagenes_categorias{

        box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
        background-color: #97C200;
        border-radius: 50px;
        margin-top: -25%;
        margin-bottom: 25%;
        padding-left: 10%;
        padding-right: 10%;

        /*Fuente*/
        font-size: 20px;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: rgb(255, 255, 255);
    }

    .Boton_imagenes_categorias:hover{

        margin-top: -25%;
        margin-bottom: 25%;

        /*Fuente*/
        font-size:28px;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: #97C200;
    }

    .contenedor_categorias{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .imagenes_categorias_main_logo{
        width: 20%;
        margin-top: -20px;
        margin-right: -95%;
    }

    /*separador*/
    .separador{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #separador{
    width: 40%; 
    
    }

/*Texto categorias*/
.Texto_Categoria{
    background-color: #e9ba61;
    display: flex;
    padding-left: 10%;
    padding-right: 10%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 5%;
    text-align:justify;
    border-radius: 10px;

    /*Fuente*/
    font-size: 150%;
font-family: 'Noto Sans TC', sans-serif;
font-family: 'Rubik', sans-serif;
color: rgb(255, 255, 255);
}

/*Informacion*/

   
#contenedor_1{
    margin-top: 5%;
}

.Imagen_Informacion{
    width: 100%;
    border-top: solid 5px white;
    border-bottom: solid 5px white;
}
.Efecto_Productos{
display: flex;
align-items: center;
justify-content: space-around;
margin-top: -52.5%;
}

.Imagen_Informacion_2{
border: solid 5px wheat;
width: 25%;
height: auto;
}

.Texto_productos{
    font-size: 250%;
    font-family: 'Noto Sans TC', sans-serif;
    font-family: 'Rubik', sans-serif;
    color: rgb(255, 255, 255);
    -webkit-text-stroke:.3px #ffbf00;
}

.Contenedor_Imagen_Informacion{
display: flex;
flex-direction: column;
}
    /*Maps*/
    .map_container_general{
        display: flex;
        justify-content: space-around;
    }

    .map_container{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .map_container_2{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .Titulo_maps{
        margin-top: -3%;
        margin-bottom: 5%;
        font-size: 40px;
        -webkit-text-stroke: 2px #e9ba61;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: rgb(255, 255, 255);
    }

    .maps{
        width: 80%;
        height: 300px;
        border-radius: 10px;
        margin-bottom: 50px;

        /*shadow box*/
        box-shadow: 2px 2px 5px #6e6e6e;
    }

    /*Bototnes What*/

    .botones_What_direc{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .botones_What_contenedor{
        background-color: #4eba57;
        width:40%;
        padding: 10px;
        border-radius: 50px;

        /*shadow box*/
        box-shadow: 2px 2px 5px #6e6e6e;
    }

    .botones_What{
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .botones_What img{
        width: 15%;
        height: 1%;
        margin-right: 5%;
        margin-left: -35px;
    }

    .botones_What p{
        font-size: 100%;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: rgb(255, 255, 255);
        width: 25%;
    }

    /*Dirreccion**/
    .direc_contenedor{
        display: flex;  
        align-items: center;
        text-align: center;
        flex-direction: column;
        margin-bottom: 15%;
        margin-top: 5%;
    }
    .direc_contenedor_1{
        font-size: 110%;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: rgb(255, 255, 255);
        padding: 0%;
        margin: 0%;
    }

    /*footer*/

    footer{
        margin-top: 7%;
        background-color: #6e6e6e;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    footer img{
        width: 8%;
        margin-left: 2%;
        margin-right: 2%;
    }

    footer p{
        font-size:200%;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: rgb(255, 255, 255);
    }

    }


    @media screen and (min-width:1024px){

    /*Scroll*/
    ::-webkit-scrollbar{
        background: grey;
    }

    ::-webkit-scrollbar-thumb{
        background: #97C200;
        border-radius: 10px;
    }

    ::-webkit-scrollbar-corner{
        border-radius: 10px;
    }

    .slider-container {
        margin-left: 20%;
        margin-top:5%;
        border-radius: 10px;
        
        width: 60%;
        display: flex;
        overflow: hidden;
        position: relative;
    }
    
    .slide {
        width: 30%; /* Cambia el tamaño a tu preferencia para tablet */
        height: 400px; /* Cambia el tamaño a tu preferencia para tablet */
    }
    
    .slide img {
        width: 200%; /* Ajusta el tamaño de la imagen al tamaño de la diapositiva */
        height: auto; /* Permite que la altura se ajuste automáticamente para mantener la proporción */
    }
    
    .slide:nth-child(1) {
        background-image: url('imagen1.jpg');
        animation: sliderAnimation 10s linear infinite;
    }
    
    .slide:nth-child(2) {
        background-image: url('imagen2.jpg');
        animation: sliderAnimation 10s linear infinite 5s;
    }
    
    .slide:nth-child(3) {
        background-image: url('imagen3.jpg');
        animation: sliderAnimation 10s linear infinite 10s;
    }
    
    .slide:nth-child(4) {
        background-image: url('imagen4.jpg'); /* Nueva imagen */
        animation: sliderAnimation 10s linear infinite 15s; /* Iniciando después de 15 segundos */
    }
    
    @keyframes sliderAnimation {
        0% {
            transform: translateX(0);
        }
        33% {
            transform: translateX(-100%);
        }
        66% {
            transform: translateX(-200%);
        }
        100% {
            transform: translateX(0);
        }
    }

      /*Texto quienes somos*/
      .texto_quienes{
        font-size: 150%;
        margin-top: -5%;
        margin-bottom: 5%;
        padding-left: 20%;
        padding-right: 20%;
        display: flex;
        text-align: justify;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: rgb(255, 255, 255);

    }

    /*Boton flotante*/
    .btn-ints{
        position:fixed;
        width:60px;
        height:60px;
        line-height: 63px;
        bottom:25px;
        right:25px;
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:35px;
        box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
        z-index:100;
        transition: all 300ms ease;
    }
    .btn-ints:hover{
        /*shadow box*/
        box-shadow: 2px 2px 5px #6e6e6e;
    }

    .btn-ints{
        width:60px;
        height:60px;
        line-height: 66px;
    }

    /*Main*/

    .section_Logo{
        display: flex;
        justify-content: start;
    }

    .Logo_18_años{
        width: 60px;
        height: auto;
        margin-top: 20px;
    }

    .Titulo_main{
        font-size: 45px;
        margin: 0%;
        margin-top: 15%;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: #EA9902;
    }

    .Subtitulo_main{
        font-size: 25px;
        margin: 0%;
        margin-top: -27px;
        font-family: 'Lobster', cursive;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        font-family: 'Yellowtail', cursive;
        color: #97C200;
    }
        
    /*Main nav*/

    .nav_main{
        background-color: #EA9902;
        padding: 1%;
        margin-top: 1%;
    }

    .section_lista{
        display: flex;
        justify-content: start;
        list-style: none;
        padding: 0%;
    }

    .lista_a{
        padding: 20px;
        text-decoration: none;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: rgb(255, 255, 255);

        z-index:100;
        transition: all 300ms ease;
    
    }

    .lista_a:hover{
        background-color: #e9ba61;
        padding: 20px;
        text-decoration: none;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: rgb(255, 255, 255);
        border-radius: 50px;
    }

    /*Imagen presentacion*/

    .Contenedor_Imagen_presentacion{
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 2%;
        
    }

    .Imagen_presentacion{
        margin-top: 50px;
        width: 1280px;
        height: 480px;
        box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
        border-radius: 50px;
    }

    .Boton_Imagen_presentacion{
        /*Ubicacion*/
        display: flex;
        justify-content: center;
        align-items: center;

        /*Visualizacion*/
        margin-top: -8%;
        margin-bottom: 8%;
        width: 25%;
        height: 60px;
        background-color: #e9ba61;
        border-radius: 50px;

        /*Fuente*/
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: rgb(255, 255, 255);

        box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
        z-index:100;
        transition: all 300ms ease;
    }

    .Boton_Imagen_presentacion:hover{
    
    /*shadow box*/
    background-color: #97C200;
    box-shadow: 0px 1px 10px rgb(255, 255, 255);
    }

    /*Titulo de categoria*/
    .Titulo_Categoria{
        font-size: 450%;
        display: flex;
        justify-content: center;
        /*Fuente*/
    font-family: 'Noto Sans TC', sans-serif;
    font-family: 'Rubik', sans-serif;
    color: rgb(255, 255, 255);
    -webkit-text-stroke: 3px #f77638;

    margin: 0%;
    padding: 0%;
    margin-top: -23%;
    margin-bottom: 10%;
    }




    /*Categorias main*/
    .imagenes_contenedor_main{
        margin-top: 100px;
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 3 columnas */
        grid-template-rows: repeat(2, 1fr); /* 2 filas */
        margin-left: 10%;
        margin-right: 10%;
    }
    .imagenes_categorias{
        width: 80%;
        height: 60%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: rgb(2,0,36);
        background: linear-gradient(194deg, rgba(2,0,36,1) 18%, rgba(212,169,81,1) 63%, rgba(194,213,217,1) 83%);
        border-radius: 10px;
        padding-bottom: 15%;
        border: solid 5px rgb(231, 229, 229);
        /*shadow box*/
        box-shadow: 2px 2px 5px #6e6e6e;
    }


    .imagenes_categorias_main{
        width:  75%;
        height: 100%;
    }

    .Boton_imagenes_categorias{
        box-shadow: 0px 1px 10px rgba(255, 247, 247, 0.3);
        background-color: #97C200;
        border-radius: 50px;
        margin-top: -35%;
        margin-bottom: 45%;
        padding-left: 10%;
        padding-right: 10%;
        /*Fuente*/
        font-size: 170%;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: #ffffff;

        z-index:100;
        transition: all 300ms ease;
    }

    .Boton_imagenes_categorias:hover{
        box-shadow: 0px 1px 10px rgb(255, 255, 255);
        padding-left: 5%;
        padding-right: 5%;
        color: #62615e;
    }

    .contenedor_categorias{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .imagenes_categorias_main_logo{
        width: 20%;
        margin-top: -25px;
        margin-right: -95%;
    }

    /*separador*/
    .separador{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -15%;
        margin-bottom: -15%;
    }
    #separador{
    width: 40%; 
    
    }

    /*Texto categorias*/
.Texto_Categoria{
    background-color: #e9ba61;
    display: flex;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 0%;
    text-align:justify;
    /*border-radius: 10px;*/
    border-top-left-radius: 20%;
    border-top-right-radius: 20%;

    /*Fuente*/
    font-size: 150%;
    font-family: 'Noto Sans TC', sans-serif;
    font-family: 'Rubik', sans-serif;
    color: rgb(255, 255, 255);
}
.Texto_Categoria_dos{
    background-color: #e9ba61;
    display: flex;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 0%;
    text-align:justify;
    /*border-radius: 10px;*/


    /*Fuente*/
    font-size: 150%;
    font-family: 'Noto Sans TC', sans-serif;
    font-family: 'Rubik', sans-serif;
    color: rgb(255, 255, 255);
}
.Texto_Categoria_tres{
    background-color: #e9ba61;
    display: flex;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 5%;
    text-align:justify;
    /*border-radius: 10px;*/
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    

    /*Fuente*/
    font-size: 150%;
    font-family: 'Noto Sans TC', sans-serif;
    font-family: 'Rubik', sans-serif;
    color: rgb(255, 255, 255);
}

/*Informacion*/
.Imagen_Informacion{
    width: 65%;
    border: solid 5px rgb(231, 229, 229);
    border-radius: 50px;
}

.Contenedor_Imagen_Informacion{
    display: flex;
    align-items: center;
    flex-direction: column;
    
}

#contenedor_1{
    margin-top: 5%;
}

.Efecto_Productos{
    border: solid 5px rgb(231, 229, 229);
    margin-top: -33.5%;
    margin-bottom: 20%;
    padding: 1%;
    display: flex;
    justify-content: space-around;
    border-radius: 50px;
    width: 20%;
    height: 400px;
    background: rgb(0,0,0);
    background: linear-gradient(236deg, rgba(0,0,0,1) 10%, rgba(151,194,0,1) 46%, rgba(227,222,2,1) 81%);
    font-size: 0%;
    transition: all 300ms ease;
}
.Efecto_Productos:hover{
    display: flex;
    align-items: center;
    width: 60%;
    font-size: 150%;
    box-shadow: 0px 1px 10px rgb(255, 255, 255);
}

.Efecto_Productos:hover .Texto_productos{
    margin-left: 10%;
    margin-right: 30%;
}

.Efecto_Productos:hover .Imagen_Informacion_2{
    width: 22.5%;
}

.Imagen_Informacion_2{
    border: solid 2px rgb(231, 229, 229);
    width: 60%;
    margin: 15% 15%;
    border-radius: 30px;
    margin-left: 20%;
    }

.Texto_productos_2{ 
        margin-bottom: 1%;
        margin-top: -15%;
}

.Texto_productos{
    font-family: 'Noto Sans TC', sans-serif;
    font-family: 'Rubik', sans-serif;
    color: #ffffff;
}




   
    /*Maps*/

    .map_container_general{
        background-image: url(/Img/Movil/movil\ 1\ slider.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;

        display: flex;
        justify-content: space-around;
        margin-top: 5%;
        padding-top: 5%;
        border-top:solid 5px rgb(231, 229, 229);
        border-bottom: solid 5px rgb(231, 229, 229);
        
        
    }

    .map_container{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .map_container_2{
        
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .Titulo_maps{
        margin-top: -3%;
        margin-bottom: 5%;
        font-size: 350%;
        -webkit-text-stroke: 2px #97C200;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: rgb(255, 255, 255);
    }

    .maps{
        width: 100%;
        height: 400px;
        border-radius: 10px;
        margin-bottom: 15px;

        /*shadow box*/
        box-shadow: 2px 2px 5px #6e6e6e;
    }

    /*Bototnes What*/

    .botones_What_direc{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .botones_What_contenedor{
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .botones_What{
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;

        background-color: #4eba57;
        width:40%;
        padding: 1%;
        margin-bottom: 5%;
        margin-top: 1%;
        border-radius: 50px;

        /*shadow box*/
        box-shadow: 2px 2px 5px #6e6e6e;
        transition: all 300ms ease;
    }

    .botones_What:hover{
        box-shadow: 2px 2px 5px #f9f9f9;
    }

    

    .botones_What img{
        width: 15%;
        height: 1%;
        margin-right: 5%;
        margin-left: -35px;
    }

    .botones_What p{
        font-size: 100%;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: rgb(255, 255, 255);
        width: 25%;
    }

    /*Dirreccion**/
    .direc_contenedor{
        display: flex;  
        align-items: center;
        text-align: center;
        flex-direction: column;
        margin-bottom: 15%;
        margin-top: 5%;
    }
    .direc_contenedor_1{
        font-size: 150%;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: rgb(255, 255, 255);
        padding: 0%;
        margin: 0%;
        margin-bottom: 5%;
    }

    /*footer*/

    footer{
        background-color: #6e6e6e;
        height: 200px;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    footer img{
        width: 8%;
        margin-left: 2%;
        margin-right: 2%;
    }

    footer p{
        font-size:200%;
        -webkit-text-stroke: 1px #e9ba61;
        font-family: 'Noto Sans TC', sans-serif;
        font-family: 'Rubik', sans-serif;
        color: rgb(255, 255, 255);
    }


    }