  /* PAGINA NORMAL */
  

  @font-face {
    font-family:  Monse ;
    src: url(fuentes/Montserrat-Black.ttf);
}

@font-face {
    font-family:  Majo ;
    src: url(fuentes/Majoris.ttf);
}

@font-face {
    font-family:  Mada ;
    src: url(fuentes/Star.ttf);
}  

  :root{
    --fondo-color: #ffffff;
    --fondo-transparente:   hwb(34 53% 13% / 0);

    --color-texto: rgb(71, 71, 71);
    --color-titulo:  rgb(17, 82, 50);
    --color-botones-hover:  rgb(229, 198, 44);
    --color-botones:  rgba(236, 234, 234, 0.695);
    --border-color: rgba(240, 248, 255, 0.684);
    --color-footer:  rgb(54, 54, 54);
    --color-sombra:  rgb(179, 177, 177);
    --color-barra:  rgb(17, 82, 50);

    
    --fuente:    'Mulish', sans-serif;
    --fuente-size-normal:  1.1em;
    --fuente-size-titulo:  1.2em;
    --fuente-size-sub:  1.4em;
    --fuente-texto-barra: 2em;
    --fuente-texto-barra2: 1.8em;
    --fuente-size-peke:  0.95rem;
   
}

*{
    margin: 0;
    top: 0;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing: border-box;
}
    /*  DETALLES */

    .pagina{
        width: 100%;
        margin: 0 auto;
        background-color: var(--fondo-color);
    }

    .detalles{
        margin: 0 auto;
        background-color: var(--fondo-color);
        width: 100%;
        text-align:left;
        height: 100%;
        
    }

    
 

    .titulobarra{
        margin-top: 10px;
        background-color: var(--color-barra);
        padding: 10px 50px 10px ;
        text-transform: uppercase;
        color:var(--fondo-color);
        font-size: 1.5em;
        font-weight: 100;
    }

  
    .menuin{
        display: grid;
        width: 100%;
        margin: 0 auto;
        grid-template-columns: repeat(3, 1fr);
        list-style: none;
        padding: 10px;
        line-height: 1.6em;
        background-color: rgba(219, 216, 216, 0.851);
        text-align: center;
      
       
    }

 

    .menuin a{
        text-decoration: none;
        text-transform: uppercase;
        font-size: 13px;
        padding: 20px 10px;
        color: black;
    }

    .menuin a:hover{
      font-weight: bold;
    }
    

    .marco{
       margin: 0 auto;
       height: 100%;
       width: 100%;
    }



  

    .img_parrafo{
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }


    .marco .der{
        height: 100%;
        background-color: rgb(255, 255, 255);
        padding: 10px 20px;
       
    }

    .marco  .subtitulo{
       margin: 10px 20px;
       text-transform:uppercase;
       color: var(--color-titulo);
       font-family: var(--fuente);
       font-size: var(--fuente-texto-barra2);
       font-weight: 900;

    }

    
    .marco  .subtitulox{
        margin: 10px 20px;
        color: var(--color-titulo);
        font-family: var(--fuente);
        font-size:20px;
        font-weight: 900;
 
     }

    .marco  .subtitulo2{
        margin: 10px 20px;
        color:rgb(101, 101, 101);
        font-family: var(--fuente);
        font-size:1.7em;
        font-weight: 900; 
     }

     .marco .subtitulo3{
        margin: 10px;
        color:rgb(19, 71, 14);
        font-family: var(--fuente);
        font-size:1.7em;
        font-weight: 900; 
    }

    .marco  p{
        text-align: justify;
        padding: 10px 20px;
        font-size:var(--fuente-size-peke);
    }

    .marco li{
        text-align: justify;
        font-size: var(--fuente-size-peke);
    }


 

    .marco p > .img_parrafo{
        width: 60%;
    }
    .marco p > .img_parrafo2{
        width: 60%;
    }
    .btn_basico{
        display: flex;
         font-size: 15px;
         font-weight: 900;
         padding: 5px 10px;
         border-radius: 5px;
        border-color: rgba(255, 255, 255, 0);
         background-color: rgb(253, 190, 25);
         box-shadow:5px 5px 10px rgb(17, 82, 50); /* SOMBRA */  ; 
     }
     
     .btn_basico:hover{
         cursor: pointer;
         background-color:var(--color-barra);
         color: var(--fondo-color);
     }
    
    .imagen_pagina{
        width: 100%;
        padding-top: 2px;
    }

    #matricula{
        width: 100%;
        margin: 0 auto;
    }

    .sombra{
        background-color: rgb(234, 234, 236);
        padding: 5px;
        width: 50%;
        margin-left: 20px;
        border-radius: 5px;
    }


    .acordeon{
        width: 100%;
        background-color: rgba(0, 255, 255, 0);
        padding: 1em;
    }
    
    .acordeon .bloque{
        width: 100%;
        background-color: rgba(242, 242, 242, 0.325);
        margin: 0 0 1em;
        padding: 0.5em;
    }
    
    .acordeon .h2{
        background-color: var(--color-barra);
        font-size: 1em;
        font-weight: 600;
        color: #ffffff;
        padding: 0.25em;
        margin: 0 0  0.5em;
        cursor: pointer;
    
       
    }
    
    .acordeon .contenido{
        font-family: var(--fuente);
        margin-left: 0px;
        height: 0px;
        padding: 0px;
        overflow: hidden;
        transition: all 1s ease;
    }
    
    .acordeon .bloque.activo .contenido{
        height: 14em;
    }
    
    .desplegar{
        width: 10px;
        margin-left: 10px;
    }
    
    /*  PANTALLA GRANDE */
    @media( min-width: 934px ){
    
        /*  DETALLES */

        .desplegar{
            width: 20px;
            margin-left: 10px;
        }

        .detalles{
            width: 100%;
        }

        .titulobarra{
            padding: 5px 30px ;
        }

      
        .marco{
            display:flex;
            width: 100%;
            height: auto;
            width: 80%;
        }

  
        .marco  p{
            text-align: justify;
            padding: 10px 20px;
            font-size: 20px;
            color: var(--color-texto);
        }


    .marco .der{
        width: 97%;
        background-color: rgb(255, 255, 255);
        padding: 5px 5px;
        margin-left: 30px;
    }
    
   
    .menuin{
        display:flex;
        list-style: none;
        padding: 10px;
        width: 100%;
        background-color: rgba(219, 216, 216, 0.851);
        text-align: center;
    }
    


    .btn_basico{
        display: flex;
         font-size: 15px;
         font-weight: 900;
         padding: 5px 10px;
         border-radius: 5px;
        border-color: rgba(255, 255, 255, 0);
        background-color: rgb(253, 190, 25);
        box-shadow:5px 5px 10px rgb(17, 82, 50); /* SOMBRA */  ; 
     }
     
     .btn_basico:hover{
         cursor: pointer;
         background-color:var(--color-barra);
         color: var(--fondo-color);
        
     }
  


    .imagen_pagina{
        padding-top: 2px;
        width: 100%;
    }
    
    #img_proceso{
        width: 50%;
    }
    #img_logito{
        width: 10%;
    }

    #matricula{
        width: 70%;
        margin: 0 auto;
    }
    

    .marco p > .img_parrafo{
        width: 40%;
    }
    .marco p > .img_parrafo2{
        width: 40%;
    }


    #tab{
        background-color: rgb(243, 250, 250);
        padding: 10px 70px;
    }

    .marco li{
        text-align: justify;
        font-size:20px;
    }

    .marco  .subtitulox{
        font-size:20px;
        font-weight: 900;
 
     }


     
.acordeon{
    width: 100%;
    max-width: 120em;
    background-color: rgba(0, 255, 255, 0);
    padding: 1em;
}

.acordeon .bloque{
    background-color: rgba(242, 242, 242, 0.325);
    margin: 0 0 1em;
    padding: 0.5em;
}

.acordeon .h2{
    background-color: var(--color-barra);
    font-size: 1.6em;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0  0.3em;
    cursor: pointer;
}

.acordeon .contenido{
    font-family: var(--fuente);
    margin-left: 20px;
    height: 0px;
    padding: 0px;
    overflow: hidden;
    transition: all 1s ease;
}

.acordeon .bloque.activo .contenido{
    height: 10em;
}




    }