/*@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Abel');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --mi-color: #3d56b2;
    --mi-colorhover: #0272a4;
    --mi-color2: #276caa;
    --mi-colorbtn2: #434343;
    --mi-colorbtn2hover: #363637;
    --mi-fuenteroboto: 'Roboto',Arial;
}
/********************************************** GENERALES *******************************************************/
.elv-webs-roboto{
    font-family: 'Roboto',Arial !important;
}
.colorunhbtn{
    background: var(--mi-color);
}
.colorunhbtn:hover{
    background: #31458e;
}
.colorunhbtn:active{
    background: var(--mi-color);
}
.colorunhbtn:focus{
    background: var(--mi-color);
}
/********************************************** MENU ************************************************************/
.elv-webs-menu-inf > div{
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.elv-webs-menu-inf-izq{
    
}
.elv-webs-menu-inf-izq ul{
    list-style: none;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px;
}
.elv-webs-menu-inf-izq ul li a{
    font-size: 15px;
    text-decoration: none !important;
    color: rgba(255,255,255,0.9);
}
.elv-webs-menu-inf-izq ul li a:hover{
    color: rgba(255,255,255,0.8);
}


.elv-webs-menu-inf-der{
    
}
.elv-webs-menu-inf-der ul{
    list-style: none;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
}
.elv-webs-menu-inf-der ul li{
    padding: 0 0px 0 20px;
}
.elv-webs-menu-inf-der ul li a{
    color: rgba(255,255,255,0.9);
    font-size: 13px;
    font-weight: 410;
    display: flex;
    align-items: center;
}
.elv-webs-menu-inf-der ul li a i{
    color: rgba(255,255,255,0.5);
    font-size: 4px;
    margin-right: 3px;
    margin-top: 0px;
}
.elv-webs-menu-inf-der ul li a:hover{
    text-decoration: none;
    color: rgba(255,255,255,0.7);
}



.elv-webs-menu-sup{
    
}
.elv-webs-menu-sup-a{
    /*color: #032e42 !important;*/
    color: #15181b !important;
    border-bottom: solid 4px #ffffff;
    transition: 0.3s ease-in-out;
}

.elv-webs-menu-sup-a:hover{
    /*border-bottom: solid 4px var(--mi-color) !important;
    transition: all 0.3s !important;*/
    color: var(--mi-color) !important;
}


/* --------------------------------------- 1 HERRAMIENTA ----------------------------------------------- */
.elv-container{
    padding-top: 40px;
    padding-bottom: 50px;
    max-width: 1110px;
    margin: auto;
  }
  .elv-menuopciones{
    display: flex;
    justify-content: flex-start;
  /*   background: green; */
    padding: 5px;
    flex-wrap: wrap;
  }
  .elv-menuopciones li{
    list-style: none;
  /*   padding: 25px 0; */
    /* margin-left: 10px; */
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
  }
  .elv-menuopciones button{
    border: none;
    text-decoration: none;
    background: rgb(255, 255, 255, 0);
    color: #0A3682;
    font-family: 'Roboto','arial';
    padding: 15px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: solid 2px #3D55B1;/*#0A3682;*/
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    position: relative;
  }
  .elv-menuopciones button i{
    color: #3D55B1;/*#0A3682;*/
    position: absolute;
    bottom: -14px;
    display: none;
  }
  .elv-menuopciones .active{
    background: #3D55B1;/*#0A3682;*/
    color: #fff;
  }
  .elv-menuopciones .active i{
    display: block;
  }
  .elv-menuopciones-content{
    border: solid 1px #0A3682;
    border-radius: 4px;
    min-height: 100px;
    padding: 20px;
  }
  .elv-menuopciones-content > div{
    height: 100%;
    /* background: rgb(255, 255, 255); */
    display: none;
    padding: auto;
  }
  .elv-menuopciones-content .active{
    display: block;
  }
  
  .elv-posmenu{
    left: initial !important;
    right: 0px;
  }

  @media screen and (max-width: 500px){
    .elv-menuopciones li{
      width: 50%;
    }
    .elv-menuopciones button{
      width: 100%;
    }
  }
  @media screen and (max-width: 400px){
    .elv-container{
      padding-top: 20px;
      padding-bottom: 30px
    }
    .elv-menuopciones li{
      width: 100%;
    }
  }
  

 
 /* --------------------------------------- SEGUNDA HERRAMIENTA TIKTOK----------------------------------------------- */
 
 .ck-content blockquote{
     border: none !important;
 }
 
 
 /* --------------------------------------- 3 HERRAMIENTA BOTON DE APLICACIONES----------------------------------------------- */
 .elv-cajageneral-sisteunh{
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  top: 0px;
}
.elv-caja-sisteunh{
  margin: 20px;
  width: 602px;
  background: #fff;
  padding: 26px 19px 21px 21px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  border: solid 1px #fff;
  border-radius: 20px;
  position: relative;
  position: absolute;
  right: 80px;
  top: 20%;
}
.elv-caja-sisteunh1-3{
  position: absolute;
  top: -15px;
  right: -15px;
}
.elv-caja-sisteunh1-3 button{
  /*padding: 12px;*/
  width: 45px;
  height: 45px;
  background: #0A3682;
  border: solid 1px rgba(0,0,0,0);
  border-radius: 25px;
  color: white;
  font-family: 'Arial';
  font-size: 15px;
  cursor: pointer;
}

.elv-caja-sisteunh1-1{
  display: flex;
  flex-wrap: wrap;
/*   width: 402px; */
/*   background: #000; */
}
.elv-caja-sisteunh1-1 div{
  width: 130px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.elv-caja-sisteunh1-1 div:hover{
  transform: scale(1.05);
  transition: transform 0.2s;
}
.elv-caja-sisteunh1-1 div a img{
  width: 100%;
}
/***********************************************************/
.elv-caja-sisteunh1-2{
  margin-bottom: 30px;
}
.elv-caja-sisteunh1-2 h1{
  text-align: center;
  color: #0A3682;
  font-weight: bolder;
  font-size: 27px;
  font-family: 'Fira Sans',arial;
}

/*************************************************************/
.elv-btn-cajageneral-sisteunh{
  position: fixed;
  right: 5px;
  bottom: 70%;
  z-index: 1;
  /*background: white; */
  width: 60px;
  transition: all 0.3s;
}
/*.elv-btn-cajageneral-sisteunh:hover{
  width: 80px;
  
}*/

.elv-btn-cajageneral-sisteunh-mensaje{
  font-family: 'Roboto', 'Arial';
  font-size: 12px;
  width: 100px;
  position: absolute;
  top: -60px;
  left: -80px;
  background: #3D56B2;
  padding: 10px 8px 10px 16px;
  border-radius: 8px 8px 6px 8px;
  color: #fff;
  line-height: 14px;
  animation: agrandar-achicar 1s infinite alternate;
}
.elv-btn-cajageneral-sisteunh-mensaje:hover{
  animation-play-state: paused;
}
@keyframes agrandar-achicar {
  0% {
    transform: scale(1); /* Escala inicial (100%) */
  }
  100% {
    transform: scale(1.1); /* Escala final (150%) */
  }
}
.elv-btn-cajageneral-sisteunh-mensaje .fa-caret-down{
  position: absolute;
  bottom: -14px;
  right: 10px;
  font-size: 25px;
  color: #3D56B2;
}
.elv-btn-cajageneral-sisteunh-mensaje button{
  position: absolute;
  top: -6px;
  right: -6px;
  font-size: 11px;
  color: #2f2f2f;
  background: #f3f3f3 !important;
  width: 18px;
  height: 18px;
  /*border: solid 1px #e1e1e1 !important;*/
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  padding: 0px;
  border: solid 1px rgba(0,0,0,0);
  border-radius: 10px;
  cursor: pointer;
}
.elv-btn-cajageneral-sisteunh-mensaje-quitar{
  display: none;
}

.elv-btn-cajageneral-sisteunh > button{
  background: rgba(0,0,0,0);
  border: solid 1px rgba(0,0,0,0);
  border-radius: 40px;
  cursor: pointer;
  padding: 0px;
}
.elv-btn-cajageneral-sisteunh > button:hover{
  transform: scale(1.05);
  transition: transform 0.2s;
}
.elv-btn-cajageneral-sisteunh button img{
  width: 100%;
}

.elv-abrir-cajageneral-sisteunh{
  display: block;
}
.elv-cerrar-cajageneral-sisteunh{
  display: none;
}

/******************************************************************* 4 HERRAMIENTA  ****************************************************************************************************/
.elv-info-docente1{
}
.elv-info-docente1:hover .elv-info-docente1-1-1{
    opacity: 1;
    visibility: visible;
}
.elv-info-docentez1{
    position: relative;
    display: inline-block;
}
.elv-info-docente1-1{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    
}
.elv-info-docente1-1-1{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: rgba(0,0,0,0.5);
    border-radius: 65%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}
.elv-info-docente1-1-1 > div{
    margin-bottom: 10px;
    
}

@media screen and (max-width: 640px){
    .elv-caja-sisteunh{
      width: auto;
      padding: 26px 4px 21px 12px;
      right: 0px;
      top: 55px;
    }
    .elv-caja-sisteunh1-1{
        display: block;
        display: grid;
        grid-template-columns: auto auto auto;
    }
    .elv-caja-sisteunh1-1 div{
      width: auto;
      margin-right: 10px;
      margin-bottom: 5px;
    }
    .elv-caja-sisteunh1-2 h1{
        font-size: 24px;
    }
    .elv-btn-cajageneral-sisteunh{
        z-index: 0;
        width: 55px;
    }
    .elv-cajageneral-sisteunh{
        height: 150vh;
    }
}


/* --------------------------------------- 4 HERRAMIENTA MENU PEQUEÑO IDIOMA----------------------------------------------- */
  .elv-container2 {
    width: 100%;
    position: relative;
  }
  .elv-container2 a i:hover{
    color: #fff;
  }
  .elv-encabezado {
    /* max-width: 1200px;
    margin: auto !important; */
    display: flex;
  }
  .elv-encabezado::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40%;
    height: 50px;
    background: #252628;
  }
  .elv-encabezado::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40%;
    height: 50px;
    background: #252628;
  }
  .elv-leftmenu {
    position: relative;
    height: 50px;
    width: 30%;
    background: #252628;
    z-index: 1;
    line-height: 50px;
  }
  
  .elv-leftmenu::after {
    content: "";
    width: 110%;
    height: 50px;
    background: #252628;
    position: absolute;
    right: -10%;
    top: 0px;
    transform: skew(-30deg);
    z-index: 1;
  }
  .elv-leftmenu ul{
    display: flex;
    justify-content: flex-start;
    list-style: none;
    padding-left: 20px;
    margin: 0px;
  }
  .elv-leftmenu ul li{
    color:  #fff;
    font-family: 'Roboto', 'Arial';
    font-size: 14px;
    z-index: 2;
  }
  .elv-righttmenu {
    position: relative;
    background: #252628;
    width: 70%;
    height: 50px;
    line-height: 50px;
  }
  
  .elv-righttmenu::before {
    content: "";
    position: absolute;
    left: -20%;
    width: 120%;
    height: 50px;
    background: #252628;
    transform: skew(-30deg);
  }
  .elv-righttmenu ul{
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding-right: 10px;
    margin: 0px;
  }
  .elv-righttmenu ul li{
    padding: 0 10px;
    color:  #bbbbbb;
    font-family: 'Roboto', 'Arial';
    font-size: 14px;
    z-index: 2;
  }
  
  
  @media screen and (max-width: 1200px){
    .elv-encabezado {
      max-width: 930px;
    }
    .elv-leftmenu {
      width: 40%;
    }
    .elv-righttmenu {
      width: 60%;
    }
  }
  
  @media screen and (max-width: 930px){
    .elv-container2 {
      position: static;
    }
    .elv-encabezado {
      display: block;
      padding: 0px !important;
    }
    .elv-encabezado::before {
      display: none;
    }
    .elv-encabezado::after {
      display: none;
    }
    .elv-leftmenu {
      width: 100%;
      position: static;
      overflow: auto;
    }
    .elv-leftmenu::after {
      display: none;
    }
    .elv-leftmenu ul{
      justify-content: center;
    }
    .elv-righttmenu {
      width: 100%;
      position: static;
      overflow: auto;
    }
    .elv-righttmenu::before {
      display: none;
    }
    .elv-righttmenu ul{
      justify-content: center;
    }
  }
  
  @media screen and (max-width: 500px){
    .elv-container2 {
      display: none;
    }
  }
  
  
  /* ********************************************************** BOTON IDIOMA ************************************************************************ */
.elv-container-idioma{
  width: 115px;
  position: fixed;
  right: 0px;
  top: 45%;
}
.elv-container-idioma .elv-btnidioma{
  background: #3d56b2;
  padding: 8px 5px 8px 10px;
  color: #fff;
  font-family: 'Roboto', 'Arial';
  display: flex;
  align-items: center;
  cursor: pointer;
}
.elv-btnidioma span{
  font-size: 13px;
/*   background: #000; */
  padding: 0px 5px 0px 10px;
}
.elv-btnidioma .fa-chevron-down{
  font-size: 12px;
}
.elv-btnidioma .fa-globe{
/*   font-size: 12px; */
}

.elv-container-idioma .elv-opcionesidioma{
  display: flex;
  flex-direction: column;
  padding: 0px 0px 0px 0px; 
  background: #4863c5;
}
.elv-container-idioma .elv-opcionesidioma-close{
  display: none;
}
.elv-opcionesidioma a{
  font-family: 'Roboto', 'Arial';
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  padding: 8px 0px 7px 10px;
}
.elv-opcionesidioma a:hover{
  background: #2e47a3;
}

#enviarDatoIdioma{
   display: none; 
}

@media screen and (max-width: 500px){
    .elv-container-idioma{
        width: 96px;
        top: 50%;
    }
    .elv-container-idioma .elv-btnidioma {
        font-size: 13px;
    }
    .elv-btnidioma span {
        font-size: 11px;
        padding: 0px 5px 0px 4px;
    }
    .elv-btnidioma .fa-chevron-down {
        font-size: 10px;
    }
    .elv-opcionesidioma a {
        font-size: 11px;
        /*padding: 8px 0px 7px 10px;*/
    }
}

/**************************************************** ESTILOS PARA BOTONES REDES SOCIALES *********************************************************/
@media screen and (max-width: 500px){
    
}

/* --------------------------------------- 5 HERRAMIENTA - PLANTILLA 1 AREAS ----------------------------------------------- */
.elv-containerarea {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  font-family: 'Roboto','arial';
}
.elv-areas {
  min-width: 250px;
  min-height: 245px;
  max-height: 245px;
  width: 19%;
  margin: 0px 4px;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  padding: 20px 20px 30px 20px;
  box-sizing: border-box;
  position: relative;
  border: solid 1px #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 30px;
  cursor: pointer;
  transition: max-height 1s;
  background-color: #fff;
}
.elv-areas:hover{
  max-height: 1000px;
  transition: max-height 2s;
}
.elv-areas-title {
  color: #fff;
  padding: 13px 25px;
  position: absolute;  
  background: #0A3682;  
  top: -23px;
  border: solid 1px;
  border-radius: 20px;
  font-family: 'Fira Sans';
}
.elv-areas h4{
  text-align: center;
  color: #0A3682;
  font-weight: bolder;
  font-size: 16px;
  margin-top: 21px;
  font-family: 'Fira Sans';
}
.elv-areas ul{
  list-style: none;
  padding-left: 0px;
  line-height: 21px;
  font-size: 12px;
}
.elv-areas ul li{
  text-indent: 1px;
  position: relative;
  padding-left: 13px;
}
.elv-areas ul li::before{
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  background: #0A3682;
  border-radius: 50%;
/*   margin-right: 10px;
  margin-bottom: 1px;  */
  position: absolute;
  left: 0px;
  top: 6px;
}
.elv-areas .elv-areas-conte{
  width: 100%;
  overflow: hidden;
}
.elv-areas .elv-areas-pie{
  width: 90%;
  height: 30px;
  text-align: center;
  box-sizing: border-box;
/*   padding: 8px 8px; */
/*   color: #fff;*/
  background: #fff; 
/*   font-size: 13px; */
  font-family: 'Roboto','arial';
  position: absolute;
  bottom: 5px;
}
.elv-areas-pie span i{
  font-size: 20px;
  color: #0a3682;
  font-weight: bold;
}


/*****************************************************************************************/
.xyz-tematitulo1 > div{
    padding: 15px 20px;
    /*background-color: rgb(61, 86, 178);*/
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    border-radius: 10px;
    font-family: 'inter',arial;
}
.xyz-tematitulo2 > div{
    padding: 20px 10px 18px 0px;
    font-weight: 700;
    font-size: 18px;
    font-family: 'inter',arial;
}
.xyz-tematitulo3 > div{
    padding: 20px 15px 20px 15px;
    font-weight: 700;
    font-size: 42px;
    font-family: 'Montserrat',arial;
    text-align: center;
}
.xyz-tematitulo4 > div{
    padding: 15px 20px;
    /*background-color: rgb(61, 86, 178);*/
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    border-radius: 10px 10px 0px 0px;
    font-family: 'inter',arial;
}

.xyz-temacontenedor{
    position: relative;
}
.xyz-temacontenedorDescripcion{
    position: absolute;
    top: 0px;
    right: 0px;
    /*background: #ffe400;*/
    padding: 5px 15px;
    border-radius: 0px 10px 0px 10px;
    color: #111111;
    font-weight: 500;
    font-size: 15px;
}
.xyz-temacontenedor1{
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 25px 5px 20px;
    border-left: solid 7px #3d56b2;
}
.xyz-temacontenedor2{
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 10px;
    padding: 0px 0px 5px 0px;
    
}
.xyz-temacontenedor3{
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 25px 5px 20px;
    border-left: solid 7px #46b942;
}
.xyz-boton-flotante-whatsapp{
    position: fixed;
    right: 15px;
    bottom: 15px;
    background-color: #25D366;
    padding: 2px 17px 6px 17px;
    font-size: 42px;
    border-radius: 50%;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
    color: #fff !important;
    text-decoration: none !important;
    z-index: 2;
}

















@media screen and (max-width: 1321px){
  .elv-areas{
    width: 24%;
  }
}
@media screen and (max-width: 1128px){
  .elv-areas{
    width: 32%;
  }
}
@media screen and (max-width: 851px){
  .elv-areas{
    width: 48%;
  }
}
@media screen and (max-width: 640px){
  .xyz-tematitulo3 > div{
    padding: 0px 15px 0px 15px;
    font-size: 23px;
}
  
  
  
  .elv-containerarea{
      padding-top: 10px;
  }
  .elv-areas{
    width: 100%;
    min-height: initial;
    transition: none;
    max-height: none;
    padding: 20px;    
    /*margin-bottom: 50px;*/
  }
  .elv-areas:hover{
    max-height: none;
    transition: none;
  }
  .elv-areas .elv-areas-pie{
    display: none;
  }
}

