
:root{
  --level1: #f15d3a;
  --level1sec: #00aa99;

  --level2: #00b8ab;
  --level2sec: #f4752c;

  --level3: #c83d96;
  --level3sec: var(--level4);

  --level4: #62bb46;
  --level4sec: #9056a3;

  --level5: #ed1c24;
  --level5sec: var(--level4);

  --level6: #0077c0 ;
  --level6sec: #c41d72;

}


body{
  overflow: hidden!important;
  background-color: #f2f2f2;
}
.controlsBTN{
  cursor: pointer;
}



.menu{
  text-align: left;
  list-style: none;
  list-style-type: none;
  font-size: 12px;
  color: #2b4d9c;
}



#focal1{
  position: absolute;
  margin-top:10px;
}
.my-drawing{
  width: 100%;
  height: 80% !important;
  position: absolute;
  top: 0px;
  /* z-index: 9999 !important; */
}

div[data-reactid=".0.1.0.2"]{
  position:relative;
  /* top: 535px; */
  /* top: 568px; */
/*     top:626px ; */
  top: 556px;
  text-align: center !important;
  opacity: 1 !important;
  width: 50px;
    
}

.color-well{
   color: #ffffff;
    padding: 3px;
    letter-spacing: -1px; 
}
.lc-pick-tool{
  margin-left: 20px !important;
    width: 75px;
    height: 600px;
}


.show_user_name{
  width: 180px;
  height: 40px;
  background:white;
  border-radius: 8px;
  padding: 5px;
  text-align: center;
  color: var(--level5sec);
  font-weight: bold;
  box-shadow:  rgba(0, 0, 0, 0.3) 2px 2px 2px;
  font-size: 1.2em;  
}

#menuExtraResources {

margin-left: -30px;
bottom:49px;
}

.menuGlosario {

margin-left: 42px !important;
}

.aviso{
cursor: pointer;
background-image: url(../images/images/aviso.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.aviso_hor{
  /* border: 1px solid red; */
  width: 120px;
  height: 151px;
  transform: translate(59px, 50px);
}

.aviso_ver{
  /* border: 1px solid red; */
  width: 513px;
  height: 638px;
  transform: translate(65px, 87px);
}

.anchor_hor{
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/*19 DE OCTUBRE 2021 AGREGO MEDIA QUERY PARA QUE SE VISUALICE BIEN POSICIONADO EL LIBRO CUANDO ENTRAN POR PRIMERA VEZ*/
@media (max-width: 1024px){
.my-drawing{
      position: fixed;
    }
  }

  .arrow1{
    width: 18px;
    height: 18px;
    background-image: url(../images/iconos/arrow_sub.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 2px;
    position: absolute;
    margin-top: 4px;
  }

  .arrow1:hover{
    background-image: url(../images/iconos/arrow_hover.svg);
  }

  #digital_page{
    display:none;
  } 

  .studentsContent {
    border-radius: 15px;
    border-top-left-radius: 0;
    padding: 10px;
    color: var(--level5);
    background-color: #f2eeee;
    box-shadow: #00000047 2px 2px 5px;
  
  }
  .titulo2{
    color: var(--level5sec);
    font-weight: bold;
    font-size: 18px;
  }
  .btn_add{
    width: 110px;
    height: 50px;
    margin-top: -12px;
  }
  .close{
    color: #ffffff;
  }

  .custom-accordion {
    background-color: #eee;
    color: #094496;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    border-radius: 5px;
    text-align: left;
    outline: none;
    font-size: 14px;
    margin-bottom: 0;
    transition: 0.4s;
  }
  
  .custom-active, .custom-accordion:hover {
    background-color: #ccc;
  }
  
  .custom-accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .custom-active:after {
    content: "\2212";
  }
  
  .custom-panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  @media (max-height : 1000px) {
    div[data-reactid=".0.1.0.2"]{
        top: 400px;
    }
}