/* ----------------------------------------------------
   Estilos exclusivos para TABLET
   ---------------------------------------------------- */
@media(min-width: 768px) and (max-width: 1024px) {/* ¡Todo lo que escribas AQUÍ ADENTRO solo afectará a las tablets! */
 
/* 
1. Index
2. Portafolio
3. COMPODIGITAL
*/


 /* Index */
 
    #desplegado li {
     font-size: 30px;
     list-style: none;
     margin: 30px 10px 40px 220px !important;
     
 }

 #desplegado img {
     width: 50px;
     /* Ajusta este número si la quieres más grande o pequeña */
     height: auto;
 }
.desplegadoOpen{
#Botonini{
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 1;
    left: 50%;
    top:60%;
    transform: translateX(-50%) translatey(-30%);
  
    #logobot{
        position: absolute;
        top:50%;
        left: 50%;
        transform: translate(-50%, -50%);
         z-index: 2;
        & img{
           width: 170px !important; 
        }
        
        
    }}}



/* 2 PORTAFOLIO */

 #contenido p {
    font-size: 20PX;
 }
#contenidosec p {
    font-size: 20PX;

}

 #contenidoent p {
    font-size: 20PX;
 }

 #contenidoretra p {
    font-size: 20PX;
 }

 #contenidomon p {
    font-size: 20PX;

 }

/* 🔴 */
    .contenedores{
        padding-bottom:60px ;
    }


/* COMPODIGITAL */

#texcom {
    font-size: 20PX;
}
#concomp h2{
    font-size: 20PX;
}

#cajacom {
    max-width: 3050px;
}


#flevol img {
        width: 80px;
        /* height: auto; */
    }


    
    #flecha-der {

    width: 60px;
    height: 60px;
}

#flecha-izq {

    width: 60px;
    height: 60px;
    

}



























}



