/********** MENU CONTAINER ********/
body .navbar.navbar-default.housers {
    border-bottom: none;
}

.container-fluid{
    width:100%;
}

.container-menu {
    padding: 0 30px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0 29px 39px -13px rgba(186, 186, 186, 0.24);
    -moz-box-shadow: 0 29px 39px -13px rgba(186, 186, 186, 0.24);
    box-shadow: 0 29px 39px -13px rgba(186, 186, 186, 0.24);
}

body.navtransp{
    padding-top:0 !important;
}

body.navtransp #mainNav {
    background-color: transparent;
}

.navtransp #mainNav.navbar-shrink{
    background-color: #91ccc9;
}

@media (max-width: 767px){
    .navtransp #mainNav{
        background-color: transparent;
    }

    .navtransp #mainNav.navbar-shrink{
        background-color: #91ccc9;
    }
}

/********** MENU LOGO ********/

.navbar-brand.logo{
    position: relative;
}

.logo-housers.custom {
    position: absolute;
    top: -5px;
    left: -8px;
}

.logo-housers.custom.lateral{
    top:-16px;
    left:-9px;
}

.logo-nav-left > a{
    text-decoration: none;
}

.logo > div, .logo-nav-left > a > div {
    text-transform: uppercase;
    color: #493D3E;
    font-size: 11px;
    line-height: 18px;
    margin-top: 5px;
    letter-spacing: 1.6px;
}

/********** BUTTONS HEADER ********/

ul.navbar-nav > li:nth-child(1) {
    margin-right: 20px;
}

/********** PROMOAMIGO BANNER ********/

.promoAmigo-left {
    padding: 0 30px;
}

/********** NAVIGATION BAR LEFT ********/

.navigation-bar-left {
    width: 320px;
    height: 100%;
    position: fixed;
    background: white;
    z-index: 99999;
    top: 0;
    left: -320px;
    padding: 30px;
    min-height: 715px;
}

.close-left-menu {
    left: -320px;
}

.open-left-menu {
    left: 0;
}

.open-left-menu, .close-left-menu, .menu-overlay-show {
    -webkit-transition: all .5s;
    -webkit-transform: translateZ(0);
    -moz-transition: all .5s;
    transition: all .5s;
    transition-timing-function: cubic-bezier(0, 0, .58, 1);
}

.nav-icon-close img {
    margin-top: 15px;
    float: right;
    cursor: pointer;
}

/********** NAVIGATION BAR LEFT - MENU ********/
ul.list-menu {
    padding-left: 0;
}

ul.list-menu > li {
    list-style: none;
    margin-bottom: 24px;
}

ul.list-menu.language-selector > li {
    margin-bottom: 20px;
}

ul.list-menu > li > a {
    text-decoration: none;
    color: #493D3E;
    font-size: 14px;
    font-weight: 300;
}

ul.list-menu > li > a:hover {
    color: #8DCBC6;
}

/********** SELECTOR DE IDIOMA ********/

ul.list-menu.language-selector li{
    margin-bottom:0;
}

.navigation-bar-left.open-left-menu ul.list-menu.language-selector li{
    height: 30px;
}

.top10{
    margin-top:10px;
}

#selectedLanguage {
    color: #493D3E;
    font-size: 14px;
    font-weight: 400;
}

#languageSwitcher {
    border: none;
    border-radius: 0;
    font-size: 12px;
    float: right;
    background-color: transparent;
}

.lSwitcher.dropdown .switcherList {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    border-bottom: 1px solid #CCCCCC;
    border-top: none;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.lSwitcher.dropdown{
    width:100%;
}

.lSwitcher.dropdown .btn.dropdown-toggle{
    box-shadow: none;
    width:auto;
}

.switcherList.dropdown-menu{
    top:30px;
}

.lSwitcher > div > button {
    padding: 0;
}

.open > div {
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    height: 30px;
    padding: 6px 9px;
}

.open > div > div {
    padding: 6px 9px;
}

ul.switcherList {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

ul.switcherList li {
    width: 100%;
    border: none;
    box-shadow: none;
}

.switcherList > li > a {
    padding: 10px;
    font-weight: 300;
}

/********** RRSS ********/

.side-menu-rrss > ul {
    display: inline;
    list-style: none;
}

.side-menu-rrss > ul > li {
    float: left;
    padding: 5px 10px;
}

/********** DROPDOWN PRIVATE AREA ********/

.menu-private-area {
    width: 188px;
    border: none;
    overflow: hidden;
    /*-moz-box-shadow: 0px 3px 8px rgb(100, 100, 100);*/
    /*-webkit-box-shadow: 0px 3px 8px rgb(100, 100, 100);*/
    /*box-shadow: 0px 3px 8px rgb(100, 100, 100);*/
}

ul.menu-private-area > li > a {
    font-size: 14px;
    font-weight: 300;
    color: #493D3E;
    padding: 8px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: auto;
}

ul.menu-private-area > li:last-child {
    border-top: 1px solid #EEEEEE;
    text-align: center;
}

ul.menu-private-area > li:last-child > a {
    font-weight: 500;
    color: #8FCCC9;
    text-transform: uppercase;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #fff;
    border-color: transparent;
    /*-webkit-box-shadow: 0px -4px 7px rgb(100, 100, 100);*/
    /*-moz-box-shadow: 0px -4px 7px rgb(100, 100, 100);*/
    /*box-shadow: 0px -4px 7px rgb(100, 100, 100);*/
}

.menu-icon img {
    left: 15px !important;
}

/********** OVERLAY ********/

.menu-overlay-show {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    z-index: 2000;
}

/*Contacto menu movil - promo amigo*/

.contact-mobile {
    color: #8FCCC9;
    font-size: 16px;
}

.contact-mobile > span {
    color: #493D3E;
    font-size: 20px;
    font-weight: 300;
}

.dropdown, .dropup {
    cursor: pointer;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    /*background-color: #F0F0F0;
    text-align: center;*/
}

.navbar-default .navbar-toggle {
    border: none;
    background-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-toggle > img {
    width: 30px;
}

@media (max-height: 725px) {
    ul.list-menu > li {
        margin-bottom: 13px;
    }

    .adjust-menu {
        padding: 20px
    }

    .navigation-bar-left {
        min-height: auto;
    }

    .no-margin {
        margin: 0;
    }

    .margin-top-15 {
        margin-top: 15px;
    }
}

@media (max-height: 560px) {
    .navigation-bar-left {
        overflow-y: scroll;
    }
}

@media (max-width: 767px) {
    .navbar > .container-fluid{
        justify-content: flex-start;
        padding-left:0;
        padding-right:0;
    }

    .navbar > .container-fluid .navbar-brand{
        padding-left:0;
    }

    .navbar > .container-fluid .navbar-brand.menu-icon{
        margin-right:0;
        padding-left:15px;
    }

}

@media ( max-width: 544px) {
    .container-menu {
        padding: 0 0;
    }
}

/****************** IMÁGENES CABECERAS SECCION ***************/

.container-fluid.fullscreen{
    padding:0;
    margin:0;
}

.mainImgContainer{
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/****************** MODAL ***************/
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 1300px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}
.close {
    background: #00d9ff;
    color: rgb(0, 0, 0);
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    opacity: 0.5;
}
.close:hover { background: #00d9ff; }

.modalcol1 {
    position:relative;
    top:0px;
    left:0px;
    width:600px;
    margin-top:10px;
}
.modalcol2 {
    position: absolute;
    top: 48px;
    left: 640px;
    width: 630px;
    margin-top: 10px;
}

.icon_info_investor {
    position: absolute;
    top: 90px;
    right: 30px;
    width: 20px;
    cursor: pointer;
}
div#line1 span#a {
  display: inline;
}

div#line1:hover span#a {
  display: none;
}

div#line1 span#b {
  display: none;
}

div#line1:hover span#b {
  display: inline;
}

.modalDialog > div > ul > li::marker{
    color:#86ccc9;
}