*{
/*    -webkit-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;*/
}
body{
    font-family: 'Open Sans', sans-serif;
    color: #727276;
}
.separador{
    clear: both;
    height: 1px;
    width: 100%;
    background-color: #AFAFB4;
}
.font-xxs{font-size: 12px !important;}
.font-xs{font-size: 14px !important;}
.font-s{font-size: 17px !important;}
.font-m{font-size: 19px !important;}
.font-l{font-size: 22px !important;}
.font-xl{font-size: 26px !important;}
.font-xxl{font-size: 32px !important;}

.hide_desktop{display: none;}
.hide_mobile{display: inline-block;}
.body_mobile .hide_desktop{display: inline-block;}
.body_mobile .hide_mobile{display: none;}

.row_no_padding .col-md-1,
.row_no_padding .col-md-2,
.row_no_padding .col-md-3,
.row_no_padding .col-md-4,
.row_no_padding .col-md-5,
.row_no_padding .col-md-6,
.row_no_padding .col-md-7,
.row_no_padding .col-md-8,
.row_no_padding .col-md-9,
.row_no_padding .col-md-10,
.row_no_padding .col-md-11,
.row_no_padding .col-md-12{
    padding-left: 0;
}

.bold {
    font-weight: 600 !important;
}
.text_uppercase{
    text-transform: uppercase;
}
.clearfix{
    clear: both;
}
.clearfix.espacio5{height: 5px;}
.clearfix.espacio10{height: 10px;}
.clearfix.espacio15{height: 15px;}
.clearfix.espacio20{height: 20px;}
.clearfix.espacio25{height: 25px;}
.clearfix.espacio30{height: 30px;}
.clearfix.espacio35{height: 35px;}
.clearfix.espacio40{height: 40px;}
.clearfix.espacio45{height: 45px;}
.clearfix.espacio50{height: 50px;}
.clearfix.espacio55{height: 55px;}
.clearfix.espacio60{height: 60px;}
.clearfix.espacio65{height: 65px;}
.clearfix.espacio70{height: 70px;}
.clearfix.espacio75{height: 75px;}
.clearfix.espacio80{height: 80px;}
.clearfix.espacio85{height: 85px;}
.clearfix.espacio90{height: 90px;}
.clearfix.espacio95{height: 95px;}
.clearfix.espacio100{height: 100px;}

.body_mobile .clearfix.espacio5{height: 5px;}
.body_mobile .clearfix.espacio10{height: 10px;}
.body_mobile .clearfix.espacio15{height: 10px;}
.body_mobile .clearfix.espacio20{height: 10px;}
.body_mobile .clearfix.espacio25{height: 10px;}
.body_mobile .clearfix.espacio30{height: 15px;}
.body_mobile .clearfix.espacio35{height: 20px;}
.body_mobile .clearfix.espacio40{height: 20px;}
.body_mobile .clearfix.espacio45{height: 20px;}
.body_mobile .clearfix.espacio50{height: 25px;}
.body_mobile .clearfix.espacio55{height: 30px;}
.body_mobile .clearfix.espacio60{height: 30px;}
.body_mobile .clearfix.espacio65{height: 30px;}
.body_mobile .clearfix.espacio70{height: 35px;}
.body_mobile .clearfix.espacio75{height: 40px;}
.body_mobile .clearfix.espacio80{height: 40px;}
.body_mobile .clearfix.espacio85{height: 40px;}
.body_mobile .clearfix.espacio90{height: 45px;}
.body_mobile .clearfix.espacio95{height: 50px;}
.body_mobile .clearfix.espacio100{height: 50px;}

.width_100{width: 100%}

.sin_espacio_costado{
    margin: 0 -15px !important;
}

.oculto{display: none !important;}

.rojo{color: #cc3333 !important;}
.amarillo{color: #e39b13 !important;}
.verde{color: #7eb128 !important;}
.azul{color: #3366cc !important;}
.violeta{color: #743acc !important;}
.gris{color: #6c7c79 !important;}
.gris_claro{color: #aaa !important;}
.celeste{color: #5f9ceb !important;}
.blanco{color: #fff !important;}

.fadein{animation: fadein 1s forwards;}

@keyframes fadein {
    0% {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    1% {
        display: block;
        visibility: visible;
        opacity: 0;
    }

    100% {
        display: block;
        visibility: visible;
        opacity: 1;
    }
}



*{
    outline: none;
}
body{
    font-family: 'Roboto', sans-serif;
}
.body_wrap{
    opacity: 0;
    width: 100%;
    padding: 0 !important;
}
.container{
    margin-right: auto;
    margin-left: auto;
}
.body_mobile .container{
    padding-left: 0;
    padding-right: 0;
}
a:hover{text-decoration: none !important;}
#top #logo{
    float: left;
    width: 210px;
    margin: 15px 0 0 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#top.sticky #logo{
    width: 160px;
    margin-top: 0;
}
#top #logo img{
    width: 100%;
}
/* #banner {
    scroll-margin-top: 100px;
  } */
.body_mobile #top #logo{
    width: 110px;
    margin-top: 3px;
}

#top{
    /* height: 135px; */
    background-color: #fff;
}
#top.sticky{
    height: 80px;
}
.body_mobile #top{
    height: 60px !important;
}

#top .hamburger{
    cursor: pointer;
    display: none;
    position: absolute;
    padding: 18px 20px;
    right: 0;
    top: 0;
    z-index: 3;
    font-size: 22px;
    opacity: 0.7;
}
#top .hamburger .line{
      width: 22px;
    height: 3px;
    background-color: #00435e;
    display: block;
    margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#top .hamburger.active .line:nth-child(2){
  opacity: 0;
}
#top .hamburger.active .line:nth-child(1){
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
#top .hamburger.active .line:nth-child(3){
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
#top .hamburger:hover{
    opacity: 1;
}
.body_mobile #top .hamburger{
    display: block;
}

#top ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
#top ul.menu{
    display: flex;
    justify-content: space-around;
    text-align: center;
    float: right;
    margin: 40px 15px 0 0;
    border-right: 3px solid #19cebf;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#top.sticky ul.menu{
    margin-top: 8px;
}
#top ul.menu > li{
    border-left: 3px solid #19cebf;
    width: 175px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
}
.body_mobile #top ul.menu > li{
    border-left: 0;
    border-bottom: 1px solid #19cebf;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 2;
}
#top ul.menu > li:hover{
    box-shadow: 2px 3px 25px 2px #00000026;
}
#top ul.menu > li > a{
    display: block;
    padding: 15px;
    font-weight: bold;
    color: #00435e;
    height: 65px;
    font-weight: 700;
    letter-spacing: 0.6px;
    font-size: 12px;
}
#top ul.menu > li > a.active{
    background: #ededed;
}
.body_mobile #top ul.menu > li > a{
    width: 100%;
    height: auto;
    font-weight: normal;
    padding: 22px 11px;
    font-weight: bold;
}
.body_mobile #top ul.menu > li > a .caret{
    transition: 0.4s;
    margin-left: 10px;
}
.body_mobile #top ul.menu > li > a .caret.invert{
    transform: rotate(180deg);
}
#top ul.menu > li ul.submenu {
    display: block;
    max-height: 0px;
    height: auto;
    overflow: hidden;
}
.body_mobile #top ul.menu > li ul.submenu.show_submenu {
    max-height: 400px;
    padding: 0;
    border-left: 4px solid #19cebf;
}
#top ul.menu > li:hover ul.submenu {
    transition: 0.3s;
    max-height: 400px;
    position: absolute;
    z-index: 1;
    top: 65px;
    left: -3px;
    width: 280px;
    background-color: #fff;
    border-left: 3px solid #19cebf;
    box-shadow: 0 24px 22px -22px #00000026;
}
#top ul.menu > li ul.submenu.dropdown_right {
    left: unset;
    right: -3px;
    border-right: 3px solid #19cebf;
}
.body_mobile #top ul.menu > li ul.submenu {
    max-height: 0px;
    display: block;
    transition: 1s;
    position: static;
    border-left: 0;
    border-right: 0;
    width: 100%;
}
#top ul.menu > li ul.submenu > li {
    width: auto;
}
#top ul.menu > li ul.submenu > li > a {
    padding: 15px;
    display: block;
    text-transform: none;
    color: #00435e;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#top ul.menu > li ul.submenu > li.active > a {
    color: #fff;
}
.body_mobile #top ul.menu > li ul.submenu > li > a {
    padding: 10px 12px;
}
#top ul.menu > li ul.submenu > li > a:hover {
    /*background-color: #ebebeb*/
}
.body_mobile #top ul.menu > li ul.submenu > li {
    border-top: 1px solid #19cebf;
    background-color: #fff;
}

@media (min-width: 1000px) and (max-width: 1199px) {
    #top ul.menu > li{
        width: 145px;
        font-size: 12px;
    }
    #top ul.menu > li a{
        letter-spacing: 0px !important;
        font-weight: 600;
        padding: 15px 10px;
    }
    #top ul.menu > li ul.submenu > li > a{
        font-size: 13px;
    }
}

.body_mobile #top ul.menu{
    display: block;
    transition: 0.4s;
    position: fixed;
    width: 100%;
    z-index: 2;
    background: transparent;
    border-right: 0;
    margin: 0;
    height: 100vh;
    overflow: scroll;
    top: 0;
    left: 100%;
}
.body_mobile #top ul.menu.show_menu{
    left: 0;
}


#top .social_top_wrap{
    position: relative;
    width: 1110px;
    margin: 0 auto;
}
.body_mobile #top .social_top_wrap{
    display: none;
}
#top .social_top{
    position: absolute;
    top: 174px;
    right: -50px;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}
#top.sticky .social_top{
    top: 100px;
}
#top .social_top a{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #00435e;
    padding: 6px 0;
    text-align: center;
    font-size: 17px;
    color: #fff;
    margin-bottom: 15px;
}
#top .social_top a i{}


.content_wrap{
    margin-top: 0px;
}
.body_mobile .content_wrap{
    margin-top: 60px;
}


.slider_top{
    background-color: #ededed;
    /*overflow: hidden;*/
}
.slider_top .slider_top_title{}
.slider_top .slider_top_subtitle{}
.slider_top img{
    width: 97%;
    display: inline-block;
    opacity: 0.5;
}
.slider_top .slick-current img{
    opacity: 1;
}
.slider_top_text{
    opacity: 0;
    position: absolute;
    bottom: 30px;
    left: 70px;
    color: #fff;
    text-align: left;
    font-size: 45px;
    line-height: 50px;
    text-shadow: 0px 1px 10px #000;
    font-weight: 400;
    -webkit-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;
}
.slider_top_text strong{
    font-weight: 700;
}
.slider_top .slick-current .slider_top_text{
    opacity: 1;
}
.body_mobile .slider_top .slider_top_text{
    font-size: 18px;
    line-height: 19px;
    left: 25px;
    bottom: 15px;
}

.slider_top .slick-slide{
    position: relative;
    text-align: center;
}

.slider_top .slick-prev:before,
.slider_top .slick-next:before{
    color: #19cebf;
    font-size: 39px;
    line-height: 19px;
}
.slider_top .slick-prev,
.slider_top .slick-next{
    background-color: #ededed;
    z-index: 1;
    display: block;
    color: #19cebf;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;
}
.slider_top .slick-prev:before{
    content: '';
}
.slider_top .slick-next:before{
    content: '';
}
.slider_top .slick-prev{
    left: 300px;
    background-image: url(images/slider_home_arrow_left.png);
}
.slider_top .slick-next{
    right: 300px;
    background-image: url(images/slider_home_arrow_right.png);
}
.slider_top .slick-prev:hover,
.slider_top .slick-prev:focus,
.slider_top .slick-next:hover,
.slider_top .slick-next:focus{
}
.slider_top .slick-prev:hover,
.slider_top .slick-next:hover{
    width: 45px;
}

.hero_home_wrap{
    background-color: #00435e;
}
.hero_home{
    /* width: 100%; */
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
.hero_home img{
    width: 50%;
    position: relative;
    left: 600px;
    /* height: calc(100vh - 235px);
    min-height: 500px; */
}
.body_mobile .hero_home img{
    height: auto !important;
    min-height: unset !important;
}
.hero_home .hero_home_text{
    position: absolute;
    bottom: 50px;
    left: -200px;
    color: #fff;
    text-align: left;
    font-size: 35px;
    line-height: 60px;
    font-weight: 400;
    transition: ease-in-out 0.15s;
    margin: 0px 7%;
    width: 92%;
}
.hero_home .hero_home_text strong{
    color: #19cebf;
    /*font-weight: 700;*/
}
.hero_home .hero_home_text svg{
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 100%;
    left: 0;
    height: 31px;
}
.hero_home .hero_home_text svg polygon{
    fill: #00435e;
}
.body_mobile .hero_home .hero_home_text{
    font-size: 23px;
    left: 25px;
    bottom: 15px;
    position: static;
    width: 100%;
    margin: 0;
    line-height: 33px;
    padding: 13px 16px 7px 16px;
}
.body_mobile .hero_home .hero_home_text svg{
    height: 21px
}

.wrap_diagonal_bg{
    position: relative;
}
.bg_color_grey{
    background-color: #ededed;
}
.bg_color_white{
    background-color: #fff !important;
}
.diagonal_bg_1,
.diagonal_bg_2,
.diagonal_bg_3{
    position: absolute;
    top: 0;
    left: 0;
    height: 600px;
    width: 100%;
}
.diagonal_bg_1{
    background: linear-gradient(-6deg, transparent 0%, transparent 35%, #ededed 35%);
}
.diagonal_bg_2{
    background: linear-gradient(-6deg, #ededed 0%, #ededed 35%, #fff 35%);
}
.diagonal_bg_3{
    background: linear-gradient(-6deg, #00435e 0%, #00435e 35%, transparent 35%);
}
#footer .diagonal_bg_3{
    bottom: 0;
    top: unset;
    height: 550px;
}
.body_mobile #footer .diagonal_bg_3{
    height: 560px;
}

.bg_verde{
    background-color: #00cfc0;
}

img.logomplbior {
    width: 50%;
    position: absolute;
    left: 960px;
    bottom: -60px;
}
img.logomaxplanck {
    width: 50%;
    position: absolute;
    left: -550px;
    bottom: -60px;
}

/* titles y textos */

.title_seccion{
    color: #00435e;
    margin: 40px 0 20px 0;
    font-size: 35px;
}
.title_seccion.no_margin_top{margin-top: 0;}
.title_seccion.no_margin_bottom{margin-bottom: 0;}
.body_mobile .title_seccion{
    margin: 20px 0;
    font-size: 23px;
}
.bg_verde .title_seccion{
    color: #fff;
}

.title_seccion::after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-color: #00cfc0;
    margin-top: 5px;
}

.title_1{ 
    color: #00435e;
    margin: 20px 0;
    font-size: 28px;
}
.title_1.no_margin_top{margin-top: 0;}
.title_1.no_margin_bottom{margin-bottom: 0;}
.body_mobile .title_1{
    margin: 5px 0;
    font-size: 18px;
}

.title_2{ 
    color: #1f1f1f;
    margin: 20px 0;
    font-size: 25px;
}
.title_2.no_margin_top{margin-top: 0;}
.title_2.no_margin_bottom{margin-bottom: 0;}
.body_mobile .title_2{
    margin: 5px 0;
    font-size: 16px;
}

.texto_base{
    font-size: 20px;
    text-align: justify;
}
.texto_base strong{
    color: #45454a;
}
.texto_base ul{
    margin: 0;
    padding: 0 0 0 20px;
}
.texto_base ul li{
    margin-bottom: 10px;
}
.body_mobile .texto_base{
    font-size: 13px;
}

.img_contain{
    display: block;
    width: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.body_mobile .img_contain{
    height: 100px;
}
.img_contain:hover{
    background-size: 105%;
}

.img_right{
    float: right;
    max-width: 50%;
    margin: 0 0 20px 20px;
}
.body_mobile .img_right{
    max-width: 100%;
    margin: 0 0 20px 0;
}

.img_border{
    border: 7px solid #ccc; 
}

.foto_personal{
    height: 140px;
    width: 140px;
    margin: 50px auto 0 auto;
    border-radius: 150px;
    background-size: cover;
    background-repeat: no-repeat;
}

/* notas */

.nota{
    background-color: transparent;
    border: 1px solid #ededed;
    font-size: 17px;
    max-width: 350px;
    margin: 0 auto 30px auto;
}
.nota.nota_vertical{
    max-width: none !important;
    border: 0;
}
.nota.nota_vertical .nota_info{
    padding: 0;
}
.nota.nota_vertical .nota_info.col-md-12{
    padding: 0 20px;
}
.body_mobile .nota{
    font-size: 14px;
}
.bg_color_grey .nota{
    border: 1px solid #dadada;
}
.nota .nota_imagen{
    display: block;
    width: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nota .nota_imagen:hover{
    background-size: 105%;
}
.nota .nota_info{
    font-size: 15px;
    padding: 15px 20px;
}
.body_mobile .nota .nota_info{
    padding: 10px 15px;
}
.nota .nota_info .nota_title {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    color: #252525;
}
.nota .nota_info .btn .nota_title {
    color: #fff;
}
.nota .nota_info p{
    line-height: 19px;
    font-weight: 200;
}

.bg_verde{
    color: #fff;
}
.bg_verde a{
    color: #000;
}
.sepa_border_right{
    border-right: 1px solid #fff;
}
.body_mobile .sepa_border_right{
    border-right: 0;
}
.sepa_border_left{
    border-left: 1px solid #fff;
}
.body_mobile .sepa_border_left{
    border-left: 0;
}
.imagen_copete{
    background-position: center;
    width: 100%;
    height: 240px;
    margin: 0 auto;
    display: block;
    max-width: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.imagen_copete div{
    position: absolute;
    bottom: 0;
    background-color: #0a3a4cbd;
    padding: 15px 20px;
}
.btn{
    border-radius: 0;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0
}
.btn-primary{
    background-color: #00435e;
}
.btn-primary:hover{
    background-color: #00435e;
}
.btn-wide{
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    display: block;
}
.btn-big{
    background-color: #00435e;
    width: 100%;
    display: block;
    max-width: 400px;
    margin: 10px auto;
    padding: 15px 10px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    white-space: unset;
}

ul.menu_side{
    background-color: #fff;
    margin: 0 0px 30px 0px;
    padding: 0;
    list-style: none;
}
ul.menu_side li{
    border-top: 1px solid #00cfc0;
}
ul.menu_side li:first-child{
    border-top: 0;
}
ul.menu_side li a{
    padding: 14px;
    display: block;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1px;
    transition: 0.3s;
}

ul.opc-hvr-right li:not(.active) a{
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
ul.opc-hvr-right li:not(.active) a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #dcdcdc;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
ul.opc-hvr-right li:not(.active) a:hover, 
ul.opc-hvr-right li:not(.active) a:focus, 
ul.opc-hvr-right li:not(.active) a:active {
}
ul.opc-hvr-right li:not(.active) a:hover:before,
ul.opc-hvr-right li:not(.active) a:focus:before,
ul.opc-hvr-right li:not(.active) a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
ul.opc-hvr-right li.active a{
    /* background-color: #00cfc0; */
    /* color: #fff; */
}

.bloque_info{
    background: #fff;
    padding: 10px 15px;
}
.bloque_info:nth-child(odd){
    background-color: #ededed;
}


/* footer */

#footer{
    padding-top: 30px;
    background-color: #00cfc0;
    position: relative;
    /*margin-top: 20px;*/
}
#footer .container{
    height: 600px;
    text-align: center;
}
.body_mobile #footer .container{
    padding-bottom: 240px;
    height: auto;
}
#footer .logo_footer{
    width: 100%;
    max-width: 240px;
    position: absolute;
    bottom: 60px;
    right: 70px;
    z-index: 99;
}
.body_mobile #footer .logo_footer {
    width: 100%;
    max-width: 180px;
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 99;
}
#footer a,
#footer {
    color: #fff;
    font-size: 21px;
}

/* html {
    scroll-behavior: smooth;
  } */
.title_simpo{
    color: #00435e;
    margin: 30px 0 30px 20px;
    font-size: 40px;
    text-align: left;
}

/* Flechita ▼ al costado derecho */
ul.menu_side li.has-submenu > a::after {
    content: ' ▼';
    font-size: 10px;
    float: right;
    transition: transform 0.4s ease;
  }
  
  /* Rota la flecha cuando se abre el submenú */
  ul.menu_side li.open > a::after {
    transform: rotate(180deg);
  }
  
  /* Submenú oculto y animación */
  ul.menu_side .submenu {
    list-style: none;
    padding-left: 15px;
    margin: 0;
    background: #f5f5f5;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  ul.menu_side .submenu a {
    font-size: 14px;
  }
  
  /* Submenú abierto */
  ul.menu_side li.open .submenu {
    max-height: 500px;
  }
  
  /* Fondo verde para botón activo */
  ul.menu_side li.active > a {
    background-color: #00cfc0;
    color: #222;
  }