/*generales*/
      .ocultar2{
  			height:0px!important;
  		}

      .ocultar1{
  			overflow:hidden;
  		}

	  .activo{
	    color:var( --e-global-color-28e6ed1 )!important;/*#f78080!important;*/
        background-color:white!important;
	  }
      /*contenedor menu*/
      .cont_menu{
        width:100%;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .cambioMon{
        width:80%;
        max-width:350px;
        min-width:150px;
        position:relative;
        font-weight:600;  
      }

     .cambioMon>div:nth-child(1){
       /*font-size:25px;*/
       cursor:pointer;
     }

     .cambioMon>div:nth-child(1){
 			color:white;
 			text-align: right;
 		}

    .sim_men>div:nth-child(1){
      border-radius: 2px;
      padding-top:10px;
      padding-bottom: 10px;
      font-size: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      /*border:2px solid black;*/
      color:white;
      background-color: #8A68AA!important;/*var( --e-global-color-28e6ed1 )!important;*//*#f78080;*/
      margin: auto;
    }

    @media (max-width:500px){
      .sim_men{
        font-size:30px!important;
      }
      .cambioMon{
        width: 100%;
      }
    }


    .menu_desp{
      font-size: 16px;
      background:transparent;/*#8A68AA;  #FFFFFF 0% 0% no-repeat padding-box;*/
      box-shadow: 0px 3px 6px #00000029;
      /*border-radius: 15px 15px 15px 15px;*/
      /*width: 252px;*/
      /* margin: auto; */
      position: absolute;
      transition: height .7s;
      height: 90px;
      width: 100%;
      z-index:1;  
      /*overflow-y:scroll;*/
      /* height: auto; */
    }

    .menu_desp>.item_mon{
      color:white;
      background-color: var( --e-global-color-28e6ed1 );/*#f78080;*/
      padding:10px 10px;
      text-align: center;
      transition: color .5s, background-color .5s;
      cursor:pointer;
      font-weight:600;  
    }

    .menu_desp>.item_mon:hover{
      color:var( --e-global-color-28e6ed1 )!important;/*#8A68AA!important;*/
      background-color:white!important;
      border:1px solid var( --e-global-color-28e6ed1 )!important;/*#f78080!important;*/  
    }