
@font-face {
    font-family: "Apis";
    src: url("../fonts/Apis/Apis-Regular.ttf");
    font-style: normal;
    font-weight: 400;
}
:root {
    --white: #fff;
    --black: #000;
    --gray: #ccc;
    --gray2: #d4dcdc;
    
    --primario: #013481;
    --secundario: #c3ed2b;
    
}

nav{
    background-color: var(--primario);
    font-family: "Apis";
}



/* nav cliente */

.nav-link-cli{
    background-color: var(--primario);
    
    color: #fff;
}
.nav-link-cli:hover{
  background-color: var(--secundario);
    color: var(--primario);
}

.link-act{
    background-color: var(--secundario);
    color: var(--primario);
    font-family: Apis;
}

.link-act:hover{
    background-color: var(--primario);
    color: var(--secundario) !important;
    font-family: Apis;
}






/* nav sider*/



/* general*/

body{
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background: url('../images/Home_Fondo.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Apis";
}

.bg-img{
  background: url('../images/Home_Fondo.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



.footer{
  
    margin-top: auto;
   background-color: var(--primario);
   
}

.div_log1{
  display: none;
}

.div_logo2{
  display: flex;
  flex-wrap: wrap;
}

  .nodo{
    margin-left: auto;
  }
  .secre{
    margin-right: auto;
  }

.div_logo3{
  display: none;
}

.text_hora{
  font-size: 10px;
}

.img_cuque{
  visibility: hidden;       
}

.imgCuque{
  height: 100px;
}

.imgPatro{
  height: 80%;
  width: 120px;
    
}

@media (min-width: 660px) {
  .div_logo2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .nodo{
    margin-left: 0;
  }
  .secre{
    margin-right: 0;
  }
}
.imgPatro{
  height: 60%;
  width: 75%;
  margin-left: 0%;
  
}
@media (min-width: 600px) {
  .imgCuque{
    height: 100px;
    
  }
  
  .imgPatro{
    height: 60%;
    width: 75%;
    margin-left: 0%;
    
  }

  .text_hora{
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .imgCuque{
    height: 100px;
    
  }
  
  .imgPatro{
    height: 60%;
    width: 75%;
    margin-left: 0%;
    
  }

  .text_hora{
    font-size: 11px;
  }
}

@media (min-width: 1024px) {
  .imgCuque{
    height: 100px;
    
  }
  
  .imgPatro{
    height: 60%;
    width: 75%;
    margin-left: 0%;
    
  }

  .text_hora{
    font-size: 11px;
  }
}

@media (min-width: 1221px) {
  .footer{
    display: flex;
  }

  .div_log1{
    display: flex;
  }

    
  .imgPatro{
    height: 60px;
    width: 80px;
    margin-left: 0%;
    
  }


  .div_logo2{
    display: none;
  }

  .div_logo3{
    display: flex;
  }
}


@media (min-width: 1500px) {
  .imgCuque{
    height: 100px;

  }
  
  
  .imgPatro{
    height: 70px;
    width: 90px;
    margin-left: 0%;
    
  }


  .text_hora{
    font-size: 12px;
  }
}


.text_logo_footer h1{
    font-size: 1em;
    color: var(--gray);
}
.text_logo_footer p{
    font-size: 0.5em;
    color: var(--gray);
}



@media (min-width: 1024px) {
    .img_cuque{
        visibility: visible; 
        display: flex;

    }

    .text_logo_footer h1{
        font-size: 1.0em;
        color: var(--gray);
    }
    .text_logo_footer p{
        font-size: 0.5em;
        color: var(--gray);
    }
    
}
@media (min-width: 1280px) {
    .img_cuque{
        visibility: visible; 
        display: flex;

    }

    .text_logo_footer h1{
        font-size: 1.0em;
        color: var(--gray);
    }
    .text_logo_footer p{
        font-size: 0.6em;
        color: var(--gray);
    }
    
}

.footer a{
    
    color: var(--white);
}
.footer a:hover{
    
    color: var(--secundario);
}


/* inicio */



@media (min-width: 1024px) {
  .cont_inicio{
      display: grid;
      grid-template-columns: 3fr 1fr;
      
  }
}

.cont_programa{
  margin: 2rem;
justify-content: center;
}



@media (min-width: 350px) {
  .cont_programa .div_images{

    margin-right: 6%;

    
}
}
@media (min-width: 768px) {
  .cont_programa{
      
      display: flex;
  justify-content: end;
  }
  
  .cont_programa .div_images{
      width: 45%;
      margin-right: 6%;
      margin-top: 1%;
      
  }
  .cont_programa .Video{
      width: 46%;
      border-radius: 10px;
      position: absolute;
      right: 48%;
  }
}
@media (min-width: 1024px) {
  .cont_programa .div_images{
      width: 48%;
      margin-right: 2%;
      margin-top: 1%;
      
  }
  .cont_programa .Video{
      width: 37%;
      border-radius: 10px;
      position: absolute;
      right: 60%;
  }
}
@media (min-width: 1524px) {
  .cont_programa .div_images{
      width: 45%;
      margin-right: 8%;
      margin-top: 1%;
      
  }
  .cont_programa .Video{
      width: 35%;
      border-radius: 10px;
      position: absolute;
      right: 62%;
  }
}

@media (min-width: 1724px) {
.cont_programa .div_images{
    width: 40%;
    margin-right: 12%;
    
}
.cont_programa .Video{
    width: 32%;
    border-radius: 10px;
    position: absolute;
    right: 62%;
}
}



/* Profesorado */

.profesorado{
font-family: Apis ;
}

.profesorado h4{
    color: var(--primario);
}
.profesorado p{
    color: var(--primario);
    letter-spacing: -1px;
    
}



/* informacion */

#informacion a{
 color: var(--primario);
 
 
}
#informacion p{
    letter-spacing: -1px;
    color: var(--primario);
 
}

#informacion a:hover{
 color: var(--secundario);
}

.fijo{
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
}

.nav_secundario {
  box-shadow: .1rem .2rem .3rem #333;
}

.body-scroll{
    padding-top: 40px;
  }

  /* aula docente*/

  .conten_modulo{
    
    background-image: url('../images/aula/Auladocente_Botonmodulo1.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .conten_modulo2{
    
    
    background-image: url('../images/aula/Auladocente_Botonmodulo2.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .conten_modulo3{
    
    background-image: url('../images/aula/Auladocente_Botonmodulo3.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .conten_modulo4{
    
    background-image: url('../images/aula/Auladocente_Botonmodulo4.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .conten_modulo:hover{
    background-image: url('../images/aula/Auladocente_Botonmodulo1_On.png'); 

  }
  .conten_modulo2:hover{
    background-image: url('../images/aula/Auladocente_Botonmodulo2_On.png'); 

  }
  .conten_modulo3:hover{
    background-image: url('../images/aula/Auladocente_Botonmodulo3_On.png'); 

  }
  .conten_modulo4:hover{
    background-image: url('../images/aula/Auladocente_Botonmodulo4_On.png'); 

  }


.sub-contenedor{
    
   width: 100%;
   
}

.cont_moduls{
    display: grid;
    grid-template-columns: 300px 100%;
}

  .modulo{
    background-color: var(--gray2);
    width: 100%;
    border-left: 1px solid var(--primario);
    z-index: 0;
    transition: all .5s ease;
  }

  .modulo.modulo-active{
    background-color: var(--secundario);
    z-index: 1;
  }

  .modulo p{
    color: var(--primario);
  }

  .bloque{
    display: none;
    
    z-index: 0;
    height: 100%;
    width: 100%;
    transition: all .5s ease;
    
  }

  .bloque.bloque-active{
    display: block;
    z-index: 1;
    width: 100%;
    
  }

  .text-porcentaje{
    color: var(--primario);

  }

  /* menu de temas*/
  .submenu{
    cursor: pointer;
    transition: all .5s ease;
    color: #28315f;
    
  }
  .submenu p{
    
    color: #28315f;
    
  }
  .submenu span{
    
    color: #28315f;
    font-weight: 600;
  }
  
 .submenu:hover{
        cursor: pointer;
        opacity: 80%;
    }

  .submenu.menu-active{
    background-color: var(--primario);
    color: white;
  }
  .submenu.menu-active p{
    
    color: white;
  }
  .submenu.menu-active span{
    
    color: white;
  }

  .temas{
    display: none;
    
    transition: all .5s ease;
    
  }

  .temas.temas-active{
    display: block;
    z-index: 1;
    width: 100%;
    
  }


  /* menu lateral */



  .menu_lateral{
    background-color: var(--gray2);
    width: 340px;
    height: 100%;
    overflow-y: auto;
    top: 0;
    -webkit-box-shadow: 5px 1px 9px 0px rgba(0,0,0,0.66);
    -moz-box-shadow: 5px 1px 9px 0px rgba(0,0,0,0.66);
    box-shadow: 5px 1px 9px 0px rgba(0,0,0,0.66);
    transition: left .4s ease;
    
  }


  .btn_esconder{
    position: absolute;
    left: -360px;
    z-index: 10;
    
  }
  .btn_esconder2{
    position: absolute;
    left: -280px;
    z-index: 10;
    
  }
  .btn_mostrar{
    position: static;
    left: 0px;
    z-index: 10;
    
  }

  
@media (min-width: 1024px) {
  .btn_mostrar{
    margin-right: 340px;
  }
  .btn_esconder{
    position: absolute;
    left: 0;
    z-index: 10;
    
  }
}
 

    
 
   
  .list2{
    padding-top: 20%;
  }
  

  .list_item{
    overflow: hidden;
  }
  .list_show1{
    border-left: 2px solid #303440;
    transition: height .4s;
    height: 0px;
  }
  .list_show{
    border-left: 2px solid #303440;
    transition: height .4s;
    height: 0;
  }


  
  .arrow .list_arrow{
    transform: rotate(90deg);
  }

  .list_arrow {
    transition: transform .3s;
  }

  .list_arrow:hover {
    cursor: pointer;
  }

  /* Temas */

  .titulo_Temas h1{
    color: #28315f;
    
  }
  .titulo_Temas span{
    color: var(--primario);
  }

  .btn-temas p{
    color: var(--primario);
  }
  .btn-temas p:hover{
    color: var(--secundario);
  }

  .video-temas video{
    width: 800px;
  }

  .div_lectura p{
    font-size: 0.6em;
    color: #28315f
  }


  /* Modal */

  .div_modal{
    transition: botton 0.4s ease;
  }
  

  .text_aciertos{
    color: #28315f;
    font-size: 0.7em;
  }

  .cont_aula{
    min-height: 450px;
  }

  @media (min-width: 600px) {
    .text_aciertos{
      color: #28315f;
      font-size: 0.9em;
    }
  
    .cont_aula{
      min-height: 450px;
    }
    }  
  @media (min-width: 760px) {
    .text_aciertos{
      color: #28315f;
      font-size: 1.2em;
    }
  
    .cont_aula{
      min-height: 450px;
    }
    }  

  .menu_lateralUser{
    background-color: var(--primario);
    width: 280px;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    -webkit-box-shadow: 5px 1px 9px 0px rgba(0,0,0,0.66);
    -moz-box-shadow: 5px 1px 9px 0px rgba(0,0,0,0.66);
    box-shadow: 5px 1px 9px 0px rgba(0,0,0,0.66);
    transition: all .4s;
    
  }

 
 /* certificado*/


 .icon-share{
  width: 55px;
  height: 55px;
  background: #222c58;
 }
 .icon-share i{
  color: #c3ed2b;
  font-size: 1.7em;
 }

 .btn-twitter{
  background-color: #1d99ee;
 }
 .btn-twitter i{
  color: #fff;
  font-size: 2em;
 }

 .btn-linkeding{
  background-color: #2967b0;
 }
 .btn-linkeding i{
  color: #fff;
  font-size: 2em;
 }



 @media (min-width: 640px) {
  .btns-redes{
    left: 70%;
   }
  
 }
 @media (min-width: 760px) {
  .btns-redes{
    left: 75%;
   }
  
 }