/*============================================*/
/*HOMEPAGE*/
/*============================================*/

.slider-height-2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
}

.single-banner .banner-content-2 a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    line-height: 1;
    border-bottom: 1px solid #a5a49d;
    padding-bottom: 1px;
}

.subscribe-style .subscribe-form .mc-form input[type=checkbox]{
    width: unset;
    height: unset;
}

.subscribe-style .subscribe-form .mc-form .rgpd{
    margin-top: 10px;
}


/*============================================*/
/*PRODUTOS*/
/*============================================*/
.pro-pagination-style ul li a.active:hover {
    background-color: #333;
    color: #fff;
}

/*============================================*/
/*PRODUTO*/
/*============================================*/
.slick-slide img {
    width: 90%;
}

/*============================================*/
/*NOTICIA*/
/*============================================*/
.next-previous-post .disabled{
    color: rgba(0, 0, 0, 0) !important;
}

/*============================================*/
/*COMPRAR e RECRUTAMENTO*/
/*============================================*/
.login-register-wrapper .login-form-container .login-register-form form input {
    padding: 10px 15px;
}

.login-register-wrapper .login-form-container .login-register-form form select {
    background-color: transparent;
    border: 1px solid #ebebeb;
    font-size: 14px;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 15px;
}

.select2-container{
    width: 100%;
    margin-bottom: 30px;
}
.select2-container .select2-choice {
    filter: none;
    background-image: none;
    background: none;
    background-color: transparent;
    border: 1px solid #ebebeb;
    font-size: 14px;
    height: 50px;
    border-radius: 0;
    width: 100%;
    line-height: unset;
    padding: 12px 15px;
}

.select2-container .select2-choice .select2-arrow{
    background: none;
    border: none;
}

.select2-container .select2-choice .select2-arrow b {
    background: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #ebebeb;
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #ebebeb;
    border-bottom: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-drop-active {
    border: 1px solid #ebebeb;
    border-top: none;
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #ebebeb;
    border-top-color: transparent;
    background-image: none;
    filter: none;
    border-radius: 0;
}

.select2-drop {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;

}

.select2-results .select2-highlighted {
    background: #ff3535;
    color: #fff;
}

.select2-container.select2me:after{
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    top: 13px;
    right: 15px;
    opacity: 1;
}
.select2-container.select2me.select2-dropdown-open.select2-container-active:before{
    position: absolute;
    top: 13px;
    right: 15px;
    content: '\f0d8';
    font-family: FontAwesome;
    opacity: 1;
}

.select2-container.select2me.select2-dropdown-open.select2-container-active:after{
    opacity: 0;
}

/*============================================*/
/*CONTACTOS*/
/*============================================*/

.contact-map #mapa {
    height: 500px;
}

/*============================================*/
/*PESQUISA*/
/*============================================*/
#lista_resultados .titulo_resultados{
    margin-top: 35px;
}

#lista_resultados ul li{
    margin: 30px 0;
}
#lista_resultados ul li h3{
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
}
#lista_resultados ul li .link{
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: underline;
}