/*** MENU SEARCH ***/
.menu-search{position: absolute;bottom:5px;}.menu-search, .menu-search p,.menu-search p form{width:100%;}.welcome, .welcome-slogan{color: #fff; text-align:right;text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);}.welcome{font-size: 35px;font-weight: bold;margin-bottom:5px;}.welcome-slogan{margin-bottom:10px;font-size:18px;}.dropdown-wrapper{width:98%;}.dropdown-wrapper .ae-select{padding: 18px 20px 18px 12px;position: relative;border: 1px solid #111; background: #000 none repeat scroll 0 0;color: #E31E24;font-weight: bold;border-radius:5px;}.dropdown-wrapper .ae-select .ae-select-content{height: 20px;overflow: hidden;}.dropdown-wrapper .ae-select .down-icon, .ae-select .up-icon{position: absolute;right: 8px;top: 18px;font-size: 18px;color: #E31E24;font-weight: bold;}.dropdown-wrapper .ae-dropdown .dropdown-menu{background: #111;box-shadow: none;border-radius: 5px;}.dropdown-wrapper .ae-dropdown .ae-select, .dropdown-wrapper .ae-dropdown .dropdown-menu>li{cursor: pointer;}.dropdown-wrapper .ae-dropdown .dropdown-menu>li>a:focus, .dropdown-wrapper .ae-dropdown .dropdown-menu>li>a:hover{background: none;}.dropdown-wrapper .ae-disabled{pointer-events: none;}.ae-hide{display:none;}.dropdown-menu{z-index: 100;}ul.dropdown-menu{list-style-type: none;}ul.dropdown-menu{margin:0px;padding:5px 5%;position: absolute;width: 90%;}ul.dropdown-menu li{padding:5px 0px;}ul.dropdown-menu li input[type="radio"]{display: none;}ul.dropdown-menu li:hover a{color: #E31E24;}ul.dropdown-menu li a{color: #ffffff;}ul.dropdown-menu li.selected a{color: #E31E24;}.menu-search input{width: 100%;height: 57px;line-height: 57px;border-radius: 0;border: 0;font-weight: bold;outline: 0;margin: 0;margin-right: 0;background: #E31E24;color: #000000;border-radius:5px;}.menu-search input:hover{opacity: 0.8;}
/*** HOME DESTAQUES ***/
.home-destaques{padding: 25px 0 10px;}

.owl-nav{position: static;}
.owl-carousel .owl-prev {position: absolute !important;left: -45px;top:calc(50% - 15px);opacity: 1;}
.owl-carousel .owl-next {position: absolute !important;right: -45px;top: calc(50% - 15px);opacity: 1;}
.owl-carousel .owl-prev:hover {opacity: 0.5;}
.owl-carousel .owl-next:hover {opacity: 0.5;}


/*** Tablet ***/
@media (min-width: 499px) and (max-width: 768px) {

    /*** MENU SEARCH ***/
    .header .menu-search .welcome {
        font-size: 25px;
        text-align: center;
    }
    .header .menu-search .welcome-slogan {
        font-size: 15px;
        margin-bottom: 10px;
        text-align: center;
    }

    .header .menu-search{
        padding: 0 10px;
    }
    .header .menu-search .col-20{
        width: 100%;
    }
    .header .menu-search .col-20 .dropdown-wrapper {
        width: 100%;
        margin-bottom: 5px;
    }
    .header .menu-search ul.dropdown-menu {
        width: 100%;
        border-radius: 5px;
    }

    .owl-nav{display: none}

}
/*** Mobile ***/
@media only screen and (max-width: 498px) {

    /*** MENU SEARCH ***/
    .header .menu-search .welcome {
        font-size: 25px;
        text-align: center;
    }
    .header .menu-search .welcome-slogan {
        font-size: 15px;
        margin-bottom: 10px;
        text-align: center;
    }

    .header .menu-search{
        padding: 0 10px;
    }
    .header .menu-search .col-20{
        width: 100%;
    }
    .header .menu-search .col-20 .dropdown-wrapper {
        width: 100%;
        margin-bottom: 5px;
    }
    .header .menu-search ul.dropdown-menu {
        width: 100%;
        border-radius: 5px;
    }

    .owl-nav{display: none}
}