

/* CABECERA OBSERVATORIO */
  
.header-observatorio .logos {
    margin-top: 0%;
}
.header-observatorio .logos .logo_bestinver{
    margin-right: 2.5vw;
}
.header-observatorio .logos .logo_bestinver img,
.header-observatorio .logos .logo_iese img {
    position: relative;
    max-height: 45px;
    min-height: 15px;
    height: 100%;
}
.header-observatorio .header_left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


    .header-observatorio .header_menu li {
        padding: 0;
        line-height: 1;
    }
    .header-observatorio .header_menu li a {
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        color: #000;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
        line-height: 1;
    }
        .header-observatorio .header_menu li a:hover {
            color: #BA9868;
        }

        
.header-observatorio .btn_menu_mobile{
    display: none;
}
.header-observatorio .mobile_menu{
    display: none;
}

@media (max-width: 768px) {
    .header-observatorio .logos .logo_bestinver img,
    .header-observatorio .logos .logo_iese img {
        max-height: 40px;
        width: auto;
    }
}

@media (max-width: 568px) {

    .header-observatorio .logos .logo_bestinver img,
    .header-observatorio .logos .logo_iese img {
        max-height: 35px;
        width: auto;
    }

    /* HEADER MENU */
    .header-observatorio .header_menu{
        display: none;
    }
    .header-observatorio .btn_menu_mobile{
        display: block;
    }
    /* .header-observatorio .mobile_menu{
        display: block;
    } */
    .header-observatorio .btn_menu_mobile {
        background-color: transparent;
        border: none;
        display: block;
        padding: 0 16px;
        height: 26px;
    }
    .header-observatorio .btn_menu_mobile .hamburguer-menu {
        display: block;
        background-color: #B59971;
        width: 15px;
        height: 2px;
        position: relative;
        -webkit-transition: background 0.5s;
        transition: background 0.5s;
    }
    .header-observatorio .btn_menu_mobile .hamburguer-menu:after {
        content: '';
        display: block;
        background-color: #B59971;
        width: 26px;
        height: 2px;
        position: absolute;
        top: -9px;
        right: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .header-observatorio .btn_menu_mobile .hamburguer-menu:before {
        content: '';
        display: block;
        background-color: #B59971;
        width: 26px;
        height: 2px;
        position: absolute;
        bottom: -9px;
        right: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .header-observatorio .btn_menu_mobile.open {
        position: fixed;
        top: 12px;
        right: 0;
        z-index: 9;
    }
    .header-observatorio .btn_menu_mobile.open .hamburguer-menu {
            background-color: transparent;
            width: 0;
    }
    .header-observatorio .btn_menu_mobile.open .hamburguer-menu:before {
        background-color: #B59971;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        bottom: 0;
    }
    .header-observatorio .btn_menu_mobile.open .hamburguer-menu:after {
        background-color: #B59971;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        top: 0;
    }
    .header-observatorio_sticky .btn_menu_mobile .hamburguer-menu {
        background-color: #B59971;
    }
    .header-observatorio_sticky .btn_menu_mobile .hamburguer-menu:after, .header-observatorio_sticky .btn_menu_mobile .hamburguer-menu:before {
        background-color: #B59971;
    }
    .header-observatorio .mobile_menu_overlay {
        display: block;
    }
    .header-observatorio .mobile_menu_overlay {
        display: none;
        position: fixed;
        top: 0;
        height: 0;
        right: 0;
        background: #000;
        width: 100vw;
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .header-observatorio .mobile_menu_overlay.open {
          left: 0;
          opacity: 0.85;
          bottom: 0;
          height: 100vh;
          display: block;
    }
    .header-observatorio .mobile_menu.open {
        /* display: block; */
        overflow: hidden;
        width: 100%;
    }
    .header-observatorio.bg-white .btn_menu_mobile .hamburguer-menu {
        background-color: #B59971;
    }
    .header-observatorio .mobile_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    /* MOBILE MENU */
    .header .mobile_menu {
        /* display: none; */
        -webkit-box-pack: stretch;
            -ms-flex-pack: stretch;
                justify-content: stretch;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        position: fixed;
        top: 0;
        right: 0;
        width: 0px;
        height: 12rem;
        background-color: #fff;
        overflow-y: scroll;
        z-index: 1;
        -webkit-transition: width 0.5s;
        transition: width 0.5s;
    }

    .header .mobile_menu_content {
        background-color: #fff;
        padding: 15px;
        -webkit-transition: width .5s;
        transition: width .5s;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: none;
    }
    .header .mobile_menu_logos {
        height: 29px;
    }
        .header .mobile_menu_logos .logo_bestinver,
        .header .mobile_menu_logos .logo_iese {
        display: inline-block;
        margin-right: 15px;
        }
        .header .mobile_menu_logos .logo_bestinver img,
        .header .mobile_menu_logos .logo_iese img {
            width: auto;
            height: 29px;
        }
    .header .mobile_menu_menus {
        /* height: calc(100vh - 29px - 70px - 50px); */
        padding: 50px 0 0 0;
        /* overflow-y: scroll; */
    }
        .header .mobile_menu_menus .menu-list-gold {
            padding-bottom: 40px;
            margin-bottom: 40px;
            border-bottom: 1px solid #EFEFEF;
        }
        .header .mobile_menu_menus .menu-list-gold li {
            margin-bottom: 25px;
        }
            .header .mobile_menu_menus .menu-list-gold li a {
            display: block;
            padding-left: 0px;
            line-height: 14px;
            letter-spacing: 0.71px;
            font-weight: 800;
            color: #BA9868;
            text-transform: uppercase;
            text-decoration: none;
            }
        .header .mobile_menu_menus .menu-list-dark li {
            margin-bottom: 15px;
        }
        
        .header .mobile_menu_menus .menu-list-dark li a {
            display: block;
            padding:5px 0px;
            padding-left: 5px;
            font-size: 12px;
            line-height: 14px;
            letter-spacing: 2px;
            font-weight: 700;
            color: #000;
            text-transform: uppercase;
            text-decoration: none;
        }
        .header .mobile_menu_menus .btn_header {
            display: block;
            min-width: 0;
            width: 100%;
            height: 70px;
            line-height: 70px;
            position: fixed;
            bottom: 0;
            left: 22%;
            right: 0;
        }
        .header .mobile_menu_menus .btn_header .icon-arrow-right {
            margin-left: 20px;
            position: relative;
            top: 1px;
        }
    .header .mobile_menu_overlay {
        display: none;
        position: fixed;
        top: 0;
        height: 0;
        right: 0;
        background: #000;
        width: 100vw;
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }

        .header .mobile_menu_overlay.open {
            left: 0;
            opacity: 0.85;
            bottom: 0;
            height: 100vh;
        }
    .header .mobile_menu.open {
        width: 100%;
    }
}


/* TEXTOS VIDEO */

.module_inner--observatorio {
    width: 100%;
    max-width: 1215px;
    position: absolute;
    padding-left: 15px;
    padding-right: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 4;
}
    .module_inner--observatorio p {
      font-size: 20px;
      line-height: 1.02;
      letter-spacing: 3px;
      font-weight: 700;
      color: #fff;
      /* text-transform: uppercase; */
      position: relative;
      padding-bottom: 10px;
      margin-bottom: 5px;
    }
    .module_inner--observatorio p:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: calc(50% - 12.5px);
      width: 25px;
      height: 2px;
      background-color: #fff;
    }
    .module_inner--observatorio .page_title {
      font-size: 50px;
      line-height: 1.02;
      color: #fff;
      font-weight: 900;
      letter-spacing: 0px;
      text-transform: uppercase; 
      margin: 0;
    }
    .module_inner--observatorio .page_sub_title {
      max-width: 700px;
      margin: 20px auto;
      text-align: center;
      font-size: 24px;
      line-height: 1.02;
      color: #fff;
      font-weight: 900;
      letter-spacing: 0px;
     /* text-transform: uppercase;  */
    }

@media (max-width: 768px) {
    .module_inner--observatorio .page_title {
        font-size: 30px;
    }
    .module_inner--observatorio .page_sub_title {
        font-size: 16px;
    }
}

.module_inner__btn-observatorio{
    position: absolute !important;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0%);
    max-width: 86%;
}
.module_inner__btn-observatorio p.btn_val{
    line-height: 32px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-align: center !important;
    position: relative !important;
    z-index: 2 !important;
}


/* TAMAÑOS TITULARES OBSERVATORIO */

.title-size-observatorio {
    font-size: 45px;
    line-height: 45px;
}
.title-size-clase40px {
    font-size: 40px;
    line-height: 40px;
}
.title-size-clase35px {
    font-size: 35px;
    line-height: 35px;
}

@media (max-width: 1250px) {
    .title-size-observatorio {
        font-size: 40px;
        line-height: 40px;
    }
    .title-size-clase40px {
        font-size: 35px;
        line-height: 35px;
    }
    .title-size-clase35px {
        font-size: 30px;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .title-size-observatorio {
        font-size: 27px;
        line-height: 27px;
    }
    .title-size-clase40px {
        font-size: 27px;
        line-height: 27px;
    }
    .title-size-clase35px {
        font-size: 27px;
        line-height: 27px;
    }
}

/* OTROS */

.modal-content > div p.subtitle-observatorio {
    font-weight: 500;
    font-size: 20px;
    line-height: 19px;
    color: #B59971;
    margin-top: 33px;
    margin-bottom: 0px;
}

.module_inner--observatorio .btn {
    margin: 0 auto
}
.module_inner--observatorio .btn .btn_val:after {
    display: none !important;
}
