.show-mobile, .hide-desk {
    display: none !important;
}
#icons img {
    max-width: 160px;
    width: 100%;
}
#icons .icon-title {
    font-size: 1.3em;
    margin-top: 20px;
}
#icons {
    margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
    .show-mobile, .hide-desk {
        display: inherit !important;
    }
    .hide-mobile {
        display: none !important;
    }
}
h6, .display-2{
	font-family: 'Montserrat', sans-serif;
    font-size: 220%;
    color: white;
}
.custom-container {
    margin: 0!important;
    border-top: 1px solid #fff;
    padding: 60px 0;
    background-color: rgb(46, 46, 46);
}

#contacts4-w .btn {
    width: 100%;
    margin: 0 auto;
}
/*.padding-top {
    padding-top: 80px;
}*/
.text-center {
    text-align: center;
}
.card {
    position: relative;
    display: block;
    background-color: #2e2e2e;
    border: 1px solid #2e2e2e;
    border-radius: 22.25rem;
    color: white;
}
.mbr-iconfont.mbr-iconfont-features4 {
    font-size: 50px;
    text-decoration: none;
    text-align: center;
    display: block;
    color: #eee;
}
#contacts4-w p {
    text-align: center;
    color: white;
}
 .form-control {
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: none;
    color: #000000;
    font-size: 1rem;
    line-height: 1.43;
    min-height: 0.5em;
    padding: 0.5em 1.07em 0.5em;
}
.form-control-label {
    cursor: pointer;
    font-size: 1rem;
    margin-bottom: 0.357em;
    padding: 0;
}
#ext_menu-2 .link:hover {
    color: #599baf;
}
.mbr-table {
    width: 90%;
}
.logomid{
    width: 50%;
    margin-bottom: -8%;
}

.btn-info {
    background-color: #599cb0;
    border-color: #599cb0;
    color: #ffffff;
}

.btn-info:hover  {
    color: #ffffff;
    background-color: #293c65;
    border-color: #293c65;
}
.btn-social {
    border-color: #599cb0;
}
.btn-social:hover {
    background: #599cb0;
}
.btn-black-outline {
    background: none;
    border-color: #599cb0;
    color: #ffffff;
}
.btn-black-outline:hover {
    background: #599cb0;
}
.titulo {
    background-color: #2e2e2e;
    padding-top: 10%;
    padding-bottom: 22px;
}
.mbr-gallery-filter.gallery-filter__bg .active {
    color: black;
    background-color: #599cb0;
}
#ext_menu-2 .link {
    font-size: 13px;
}
.shadow{
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5411764705882353);
}
#job-top{
   padding-bottom: 10%;
   background-color: #2e2e2e;
}
#labelcontac{
    background-color: white;
    width: 100%;
    padding: 1%;
    font-weight: 500;
    border-radius: 3px 3px 3px 3px;
}
a {
    color: #ffffff;
}
a:hover {
    color: #0e8ca4;
}
@media only screen and (max-width: 1600px) and (min-width: 1198px) {
    #ext_menu-2 .link {
        font-size: 10px;
    }
}
@media only screen and (max-width: 1600px) and (min-width: 999px) {
    #ext_menu-2 .link {
        font-size: 14px;
    }
.titulo {
    background-color: #2e2e2e;
    padding-top: 10%;
    padding-bottom: 22px;
}
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
    #ext_menu-2 .link {
            font-size: 8px;
    }
    #imgnav{
        width: 30%;
    }
.titulo {
    background-color: #2e2e2e;
    padding-top: 14%;
    padding-bottom: 22px;
}
}
@media only screen and (max-width: 768px) and (min-width: 581px) {
.titulo {
    background-color: #2e2e2e;
    padding-top: 15%;
    padding-bottom: 22px;
}
#job-top{
   padding-bottom: 15%;
}
}
@media only screen and (max-width: 580px) and (min-width: 320px) {
.titulo {
    background-color: #2e2e2e;
    padding-top: 30%;
    padding-bottom: 22px;
}
#ext_menu-2 .dropdown-item, #ext_menu-2 .nav-dropdown-sm .link {
    font-size: 12px;
}
#job-top{
   padding-bottom: 20%;
}
}