.menu__link-inside {
  padding: 3px 10px;
  margin: 7px;
  border-radius: 4px;
  width: -webkit-fill-available;
  color: #616161;
}
.menu__link-inside:hover {
	background-color: #137CDB1A;
  box-shadow: inset 0 0 0 1px #137CDB;
	/* border: solid 1px #137CDB; */
	/* margin: 8px; */
	/* border-radius: 4px; */
	/* padding: 6px 10px; */
}

.menu__link-inside.active {
	background-color: #137CDB1A;
  box-shadow: inset 0 0 0 1px #137CDB;
  text-decoration: none !important;
}

.boxnav {
  display: flex;
  align-items: end;
  box-shadow: 0 3px 6px #00000029;
  background-color: white;
  border-radius: 4px;
}

.boxnav .text {
  padding: 10px;
}

.boxnav .text p {
  margin: 0px;
  font-size: 16px;
  line-height: 16px;
}
.submenu {
  height: 0;
  display: grid;
  position: relative;
  top: 0;
}
.submenu.active {
  height: auto;
}
.submenu .banner {
  margin-left: auto;
  width: 100%;
}
.submenu .box {
  display: flex;
  align-items: center;
  /* height: 350px; */
  max-height: 350px;
  border-radius: 13px;
  overflow: hidden;
  height: fit-content;
}

.submenu .columna > div {
/*   padding: 30px 0 30px 30px; */
  max-height: fit-content;
}
.submenu .columna > div > div {

  max-height: 100%;
}




.submenu .content {
  /* padding: 30px; */
  background: white;
  border-left: solid 1px gainsboro;
}
.submenu .content > div {
/*   padding: 20px 0px 0px 20px; */
  box-sizing: border-box;
}

.menu__item.megamenu .menu__nesting {
  min-height: 270px;
  max-height: 300px;
  padding: 10px 20px 30px 20px;
  box-sizing: border-box;
  left: 160px;
  height: fit-content;
}

.menu__nesting {
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}

.menu__nesting .scroll {
  /* display: flex; */
  /* overflow-y: scroll; */
  width: fit-content;
  height: fit-content;
  position: relative;
  z-index: 9;
  background: white;
  float: left;
  font-size: 12px;
}
.menu__nesting .scroll ul {
  padding-right: 15px;
  width: 349px;
}
.botonScroll {
  text-align: center;
  width: 100%;
  justify-content: left;
  display: flex;
}
.botonScroll > div {
  position: fixed;
  bottom: 0px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 321px;
  height: 60px;
  padding: 8px;
  background-color: white;
}

.menu__inside {
  height: 40px;
  display: flex;
  width: auto;
  align-items: center;
}
.menu__inside_pacientes {

  list-style: none;
}
.btnDownMega {
	background: none;
	border: none;
	color: #ffffff;
	font-size: 40px;
	cursor: pointer;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btnDownMega i {
  pointer-events: none;
}
.menu__caja {
  margin-left: -55px;
}

.menu__item-show .submenu {
  display: none;
}

.desktop {
  display: block;
  font-weight: bold;
  font-size: 16px;
}
.movil {
  display: none;
}
.row-down {
  position: absolute;
  right: 150px;
  top: 30px;

}
@media only screen and (max-width: 1024px) {
  .menu__caja {
    margin-left: -425px;
}
}


@media (max-width: 991.98px) {
  

  .boxnav {
    align-items: center;
    width: inherit;
  }


  .menu__nesting .scroll ul {
    padding: 0px;
    width: 100%;
  }
  
  .desktop {
    display: none;
  }
  .movil {
    display: block;
    width: -webkit-fill-available;
  }

  .menu__link-inside {
    width: 100%;
    padding: 0 20px;
    border: none;
    margin: 0px;
  }
  .menu__link-inside:hover {
    background-color: transparent;
    border: none;
  }
  .menu__link-inside:hover .boxnav {
    background-color: #137CDB1A;
    box-shadow: inset 0 0 0 1px #137CDB;
  }

  .menu__item-show .menu__link {
    padding: 15px 20px;
  }

  .menu__item-show .menu__link-inside {
    padding: 0px 0px;
  }

  .menu__caja {
    max-width: 100%;
    z-index: 100;
  }



  .menu__item-active .menu__sombra {
    filter: none;
    /* margin-bottom: 40px; */
  }



  .menu__link {
    padding-left: 20px;
  }
  .leerMas {
    display: none;
  }
  
  .leerMas-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
  }
  
  .leerMas:checked ~ .leerMase-wrap .leerMas-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
  }
  
  .leerMas ~ .leerMas-trigger:before {
    content: 'Ver más';
  }
  
  .leerMas:checked ~ .leerMas-trigger:before {
    content: 'Ver menos';
  }
  
  .leerMas-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #666;
    font-size: .9em;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: .25em;
  }
  
  /* Other style */ 
  body {
    padding: 2%;
  }
  .boxnav .text p {
    margin: 0px;
    font-size: 12px;
    line-height: 16px;
}



.menu__nesting .scroll {
  width: auto;
  height: fit-content;
}



.menu__nesting .scroll ul {
  padding: 0px 15px;
  width: 100%;
}



.menu__inside {
  height: 110px;
  padding: 5px 10px;
  overflow: scroll;
  border-radius: 4px;
  /* box-shadow: 0 3px 6px #00000029; */
  width: 100% !important;
}



.menu_item-show .menu_link-inside {
  padding: 0px 0px;
  border-radius: 4px;
}

.boxnav .text {
  padding: 0px 0px 0px 10px;
  width: inherit;
  line-height: initial;
}
.boxnav .text p {
  margin: 0px;
  margin-top: 5px;
  font-size: 12px;
  line-height: 16px;
}
}

@media (max-width: 990px) {
  .menu__nesting .scroll {
    width: auto;
    height: fit-content;
}



}
@media (max-width: 400px) {

  .menu__inside {
    height: 110px;
    padding: 5px 10px;
    overflow: scroll;
    border-radius: 4px;
    /* box-shadow: 0 3px 6px #00000029; */
    width: fit-content;
    height: fit-content;
}
}
@media (max-width: 320px) {

  .menu__inside {
    height: 110px;
    padding: 5px 10px;
    overflow: scroll;
    border-radius: 4px;
    /* box-shadow: 0 3px 6px #00000029; */
    width: fit-content;
    height: fit-content;
}
}