header div.top {
    top: 0;
    position: initial;
}
footer .rodape .menu-services,
header div.top .menu-services {
    float: right;
    margin-top: 10px;
}
footer .rodape .menu-services li,
header div.top .menu-services li {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
    color: #6c6c6c;
}
footer .rodape .menu-services li a,
header div.top .menu-services li a {
    text-decoration: underline;
}
footer .rodape .menu-services li.dot,
header div.top .menu-services li.dot {
    list-style: disc;
    margin: 0 21px;
}
footer .rodape .menu-services li.dot:before,
header div.top .menu-services li.dot:before {
    content: '\2022';
}
footer .rodape .menu-services{
    margin-top: 40px;
}
footer .rodape .menu-services li { 
    color: #fff; 
}

header div.top .right {
    float: right;
    max-width: 85%;
    width: 100%;
    margin: 50px 0 0 0;
}
header div.top .right h1 {
    color: #f03438;
    font-size: 20pt;
    text-transform: uppercase;
    float: left;
}
header div.top .right .select-box {
    position: relative;
    float: right;
    cursor: pointer;
    height: 36px;
    border: 1px solid #e4e4e4;
    padding: 3px 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
header div.top .right .select-box span.img {
    vertical-align: middle;
    display: inline-block;
    height: 36px;
    width: 36px;
    background: url('../img/portal/search.png');
    margin-right: 4px;
    text-align: right;
}
header div.top .right .select-box span.text {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    font-weight: 600;
    color: #6c6c6c;
    padding: 0 12px 0 10px;
}

/**/

#wrapperSlider {
    background: #fff;
    padding-bottom: 40px;
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}
#sliderhome.portal {
    margin-top: 0;
    padding: 0;
}

/**/

#search-box .divao {
    padding: 0;
}
#search-box .left {
    float: left;
    width: 52%;
    padding-top: 75px;
}
#search-box .left h1,
#search-box .left .wrapper-selects {
    margin: 0 auto;
    max-width: 473px;
    width: 90%;
}
#search-box .left .wrapper-selects {
    margin-top: 50px;
}
#search-box .left h1 {
    color: #002255;
    font-size: 3.45rem;
}
#search-box .left h1 span {
    color: #f03438;
}
#search-box .left .wrapper-selects select {
    width: 100%;
    max-width: 335px;
    background: #f6f6f6;
    border: 1px solid #aab3bc;
    height: 43px;
    padding: 0 28px;
    margin-bottom: 10px;
    color: #6c6c6c;
    font-size: 1.5rem;
    border-radius: 22px;
}
#search-box .left .btn {
    float: left;
}

#search-box .right {
    width: 48%;
    float: right;
}
#search-box .target-image img {
    display: block;
    max-width: 100%;
}
#search-box .loading { 
    background: #fff url('../img/portal/loading.gif') center no-repeat; 
}
#search-box .loading > * { 
    display: none;
}

@media only screen and (max-width: 1200px) {
    header div.top.portal .logo {
        position: initial;
    }
    header div.top.portal .right {
        max-width: 82%;
    }
    #home-texto-topo span#educacao {
        font-size: 30pt !important;
    }
    header div.top.portal .right h1 {
        font-size: 17pt !important;
    }
    #search-box .left {
        padding-top: 5%;
    }
    #search-box .left h1 {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 1010px) {
    header div.top.portal .right { 
        margin-top: 30px;
    }
    header div.top.portal .right h1 {
        font-size: 14pt !important;
        display: block;
        float: left;
        padding: 0 0 5px 0px;
    }
    #home-texto-topo span#educacao {
        font-size: 25pt !important;
    }
    footer .rodape .menu-services li.dot, 
    header div.top .menu-services li.dot {
        margin: 0 6px;
    }
    footer section.rodape .col-4 {
        width: auto;
        float: left;
    }
    .wrapperOver.portal { 
        margin-top: -50px;
    }
    #search-box .left {
        padding-top: 10px;
    }
    #search-box .left .wrapper-selects {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 750px) and (max-width: 1010px) {
    .box_institucional .col-3.menu {
        max-width: 34%;
    }
    .box_institucional .col-6.texto {
        max-width: 66%;
    }
}
@media only screen and (max-width: 750px) {
    header div.top.portal .right {
        max-width: 100%;
    }
    header div.top.portal .right h1 {
        font-size: 1.4rem;
        text-align: center;
        float:none;
    }
/* 
    #home-texto-topo h1{
        text-align: center !important;
    } */

    header div.top .right .select-box {
        display: table;
        margin: 0 auto;
        float: none;
    }

    #search-box .left,
    #search-box .right { 
        width: 100%; 
        padding: 20px 0;
    }
    #search-box .right {
        padding-bottom: 0;
    }
    footer .rodape .menu-services li.dot,
    header div.top .menu-services {
        display: none;
    }
    footer .rodape .menu-services {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    footer .rodape .menu-services li {
        display: inherit;
    }
    footer section.rodape .col-4 {
        width: 100%;
        float: none;
        text-align: center;
    }
}