.header_lse{
    width: 100%;
    height: 50px;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    z-index: 9;

    background-color: rgba(0, 153, 85, 0);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.header_lse_act{
    background-color: rgba(0, 153, 85, 0.2)!important;
    -webkit-backdrop-filter: blur(10px)!important;
    backdrop-filter: blur(10px)!important;
}
.header_lse > div{
    height: 50px!important;
    text-align: right;
}
.logo_header{
    width: 100px;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: 0;
    margin: 5px 0px;
    opacity: 0;

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.logo_header_act{
    opacity: 1!important;
}
.redes_header{
    display: none;
    vertical-align: top;
}
.red_item{
    width: 26px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin: 12px 20px 12px 0;
}

.menu_exp{
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    
    background-color: #008D4E;

}
.menu_exp::before {    
    content: "";
    background-color: #0F873F;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.menu_items{
    width: 100%;
    height: 100vh;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.abierto{
 
}
.vert_menu{
    width: 2px;
    height: 48px;
    display: block;
    position: relative;
    margin: 30px auto 20px;
    background-color: #ffffff;
}
.cajon_menu{
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
}
.accesos{
    width: 95%;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.acc{
    width: 100%;
    height: auto;
    display: block;
    color: #ffffff;
    font-family: 'dinbo', sans-serif;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 10px;
    font-weight: 300;
    position: relative;
    margin: 0 0 30px;

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.acc:hover{
    color: #000;
}
.acc:hover .fl_menu{
    right: auto;
    left: 35%;
    opacity: 1;
}
.acc span{
    font-size: 14px;
    vertical-align: baseline;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 0.7;
    margin: 0 5px 0 0;
}
.redes_footer_menu{
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    position: relative;
    padding: 20px 10%;
}
.text_redes_menu{
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: auto;
    text-align: left;
    color: #4e4084;
}
.redes_footer_menu a{
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: auto;
    margin: 0 10px;
}
.fl_menu{
    position: absolute;
    width: 140px;
    height: auto;
    right: auto;
    left: 20%;
    top: 20%;
    bottom: auto;
    display: none;
    opacity: 0;
    
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.redes_menu{
    margin: 0 -20px 0 0;
    position: relative;
    z-index: 12;
}
.ingreso_menu{
    max-width: 85px;
    width: 100%;
    height: auto;
    display: inline-block;
    cursor: pointer;
    margin: 0 -20px 0 0;
}
.ingreso_menu > div{
    display: inline-block;
    text-align: right;
}
.burger{
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding: 0px 0px;
    margin: -2px 0px 0 0;
    position: relative;
}
.nom_burger{
    font-weight: 700;
    font-size: 11px;
    position: absolute;
    left: 0px;
    right: auto;
    top: 22px;
    bottom: auto;
    display: none;
    
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hamRotate.active {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamRotate180.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.line {
  fill:none;
  -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#fff;
  stroke-width:7;
  stroke-linecap: round;
}
.ham1 .top {
  stroke-dasharray: 40 139;
}
.ham1 .bottom {
  stroke-dasharray: 40 180;
}
.ham1.active .top {
  stroke-dashoffset: -98px;
}
.ham1.active .bottom {
  stroke-dashoffset: -138px;
}
.layer{
  width: 100%;
  height: 30vh;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;

  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
@media screen and (min-width:768px){
    .accesos{
        width: 100%;
        height: auto;
        display: block;
    }
    .acc{
    width: 100%;
        height: auto;
        display: block;
        color: #ffffff;
        font-family: 'dinbo', sans-serif;
        font-size: 45px;
        line-height: 55px;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        padding: 0 20px;
        font-weight: 300;
        position: relative;
        margin: 0 0 30px;

        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .fl_menu{
        position: absolute;
        width: 140px;
        height: auto;
        right: auto;
        left: 20%;
        top: 27%;
        bottom: auto;
        display: none;
        opacity: 0;

        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .acc:hover .fl_menu{
        right: auto;
        left: auto;
        opacity: 1;
    }
    .redes_footer_menu{
        width: 100%;
        height: auto;
        display: block;
        text-align: left;
        position: relative;
        padding: 20px 5%;
    }
    .redes_header{
        display: inline-block;
        vertical-align: top;
    }
    .ingreso_menu{
        max-width: 85px;
        width: 100%;
        height: auto;
        display: inline-block;
        cursor: pointer;
    }
    .ingreso_menu > div{
        display: inline-block;
        text-align: right;
    }
    .burger{
        text-decoration: none;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
        padding: 0px 0px;
        margin: -2px 0px 0 0;
        position: relative;
    }
    .nom_burger{
        font-weight: 700;
        font-size: 11px;
        position: absolute;
        left: 0px;
        right: auto;
        top: 22px;
        bottom: auto;
        display: none;
        
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    
    .ham {
      cursor: pointer;
      -webkit-tap-highlight-color: transparent;
      -webkit-transition: -webkit-transform 400ms;
      transition: -webkit-transform 400ms;
      transition: transform 400ms;
      transition: transform 400ms, -webkit-transform 400ms;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
    .hamRotate.active {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .hamRotate180.active {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
    .line {
      fill:none;
      -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
      transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
      stroke:#fff;
      stroke-width:7;
      stroke-linecap: round;
    }
    .ham1 .top {
      stroke-dasharray: 40 139;
    }
    .ham1 .bottom {
      stroke-dasharray: 40 180;
    }
    .ham1.active .top {
      stroke-dashoffset: -98px;
    }
    .ham1.active .bottom {
      stroke-dashoffset: -138px;
    }
    .layer{
      width: 100%;
      height: 30vh;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: auto;
      bottom: 0;
    
      background: rgba(0,0,0,0);
      background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
      background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
      background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
      background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
      background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    }
}
@media screen and (min-width:1024px){
    .accesos{
        width: 100%;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    .acc{
    width: 100%;
        height: auto;
        display: block;
        color: #ffffff;
        font-family: 'dinbo', sans-serif;
        font-size: 40px;
        line-height: 50px;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        padding: 0 20px;
        font-weight: 300;
        position: relative;
        margin: 0 0 30px;

        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .fl_menu{
        position: absolute;
        width: 140px;
        height: auto;
        right: 180px;
        left: auto;
        top: 27%;
        bottom: auto;
        display: none;
        opacity: 0;

        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .acc:hover .fl_menu{
        right: 20%;
        left: auto;
        opacity: 1;
    }
}
@media screen and (min-width:1280px){
    .accesos{
        width: 100%;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    .acc{
    width: 100%;
        height: auto;
        display: inline-block;
        color: #ffffff;
        font-family: 'dinbo', sans-serif;
        font-size: 65px;
        line-height: 55px;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        padding: 0 5%;
        font-weight: 300;
        position: relative;
        margin: 0 0 30px;

        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .fl_menu{
        position: absolute;
        width: 140px;
        height: auto;
        right: 40px;
        left: auto;
        top: 27%;
        bottom: auto;
        display: none;
        opacity: 0;

        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .acc:hover .fl_menu{
        right: -10px;
        left: auto;
        opacity: 1;
    }
}