/* general */
h1, h2, h3, .btn {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    line-height: 1.5;
}
p {
    margin: 0 0 30px;
    line-height: 1.8;
    font-size: 15px;
}
.wrapper {
    background: #f5f5f5;
}



/* navbar */
#banner {
    background: transparent !important;
    padding: 0 !important;
}

#nav-main {
    font-family: 'MuseosansThin', "helvetica neue", helvetica, arial, sans-serif;
}
.navbar .ContactPhone {
    font-family: 'MuseosansThin', "helvetica neue", helvetica, arial, sans-serif;
}




/* header */
.container .row {
    padding-bottom: 0;
}
.investors-banner {
    position: relative;
    margin-top: -111px;
    padding-top: 142px;
    background: url(/wp-content/themes/retlehs-roots-a9d4cf3/assets/img/hero_aboutPage.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 540px;
}
.investors-header-container h1 {
    max-width: 430px;
    margin: 100px auto 50px!important;
    font-family: 'MuseosansThin', helvetica, arial, sans-serif;
    color: #fff;
    text-align: center;
    border-left: 3px solid #0095DA;
    line-height: 35px;
    font-size: 48px;
    padding-left: 6px;
}
.btn-team {
    color: #fff!important;
    background: transparent!important;
    border: 1px solid #fff;
    display: block;
    margin: 0 auto;
}
.investors__button-container {
    text-align: center;
}
.investors__button-container a {
    display: inline-block;
    height: 70px;
    width: 270px;
    font-size: 24px;
    padding: 23px 0px;
    box-shadow: none;
    margin: 0px 25px 20px;
    font-family: 'MuseosansLight', helvetica, arial, sans-serif;
}
.investors__button-container a:focus {
    text-decoration: none;
    color: #fff;
}
a.btn-team {
    text-shadow: none;
}
a.btn-team:hover {
    border: 1px solid #274b93;
    background: #274b93!important;
}
a.btn-positions {
    background: #f02b7d;
    width: initial;
    padding: 23px 35px;
}
a.btn-positions:hover {
    background: #de2874 ;
}

/* main content */
.investors-wrap {
/*    margin-top: 400px;*/
}
.investorsPage {
    background: #fff;
}
.investors__content {
    padding-top: 140px;
    padding-bottom: 110px;
    width: 60%;
    margin: auto;
    font-family: 'MuseosansThin', helvetica, arial, sans-serif;
    font-size: 18px;
}
.investorts__description--link a {
    clear: both;
    color: #0d8ac7;
}
.investorts__description--link a:hover {
    color: #0d8ac7;
}
.investors__introduction-text {
    margin-bottom: 100px;
    font-size: 18px;
}
.investor__bdmi,
.investor__active {
    margin-bottom: 100px;
}
.logoEnisa {
    float: right;
}
.logoGobierno {
    float: right;    
    margin: 3px 27px;
}






/* media query */
@media screen and (max-width: 767px) {
    html body {
        margin-bottom: 470px!important;
    }
    .investors-header-container h1 {
        max-width: 230px;
    }
    .investors__content {
        width: 90%;
    }
    .investors__logos--bottom {
        text-align: center;
    }
    .logoEnisa,
    .logoGobierno {
        float: none;
    }
}
@media screen and (max-width: 702px) {
    a.btn-positions {
        width: 270px;
        padding: 23px 0px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    a.btn-team {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 680px) {
    .investors-header-container h1 {
        margin: 20px auto 50px!important;
    }
}

.economy-ministry-image {
    height: 67px;
    width: 256px;
}
.industry-ministry-image {
    height: 132px;
    width: 58px;
}