/*
CONTENT
*/
.content{
    width:84%;
    float:left;
    margin:0 10%;
    padding:20px 0;
}

.section_title{
    margin-bottom: 10px;
    text-transform: uppercase;
}

/*
HEADER
*/
.main_header{
    position: relative;
}

.main_header_logo{
    /*font-size: 0;
    position: absolute;
    top:0;
    padding:17px 10px;
    background: #FFF;
    z-index: 98;
    border:4px solid #D1407F;
    border-top: none;
    box-shadow: 0 0 4px #333;
    -moz-box-shadow: 0 0 4px #333;
    -webkit-box-shadow: 0 0 4px #333;
    -ms-box-shadow: 0 0 4px #333;
    -o-box-shadow: 0 0 4px #333;*/
    font-size: 0;
    position: absolute;
    top:0;
    padding:3px;
    z-index: 98;
}

.main_header_logo img{
    margin-top: 16px;
    height: 55px;
}

.mobile_action{
    width:46px;
    height:46px;
    margin:10px 0 0 0;
    float:right;
    cursor: pointer;
    background: #FFF url(../img/btn_menu_cel.png) center center no-repeat;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/*.mobile_action.active{
    border: 1px solid #232020;
}*/

.mobile_action:hover{
    background-color: #FFF;
}

@media (max-width: 47.9375em){
    .main_header_nav{
        position: fixed;
        left:-100%;
        top:0;
        width:60%;
        height: 100%;
        min-width: 200px;
        max-width: 360px;
        background: #F7A642;
        z-index: 99;
        overflow: hidden;
        overflow-y: auto;
    }

    .main_header_nav_item{
        float:left;
        width:100%;
        position: relative;
    }

    .main_header_nav_item > a{
        float:left;
        width:100%;
        padding:8px 15px;
        text-transform: uppercase;
        text-decoration: none;
        color:#000;
        font-weight: bold;
        font-size: 0.875em;
        border-bottom:2px solid #FFF;
    }

    .main_header_nav_item:hover,
    .main_header_nav_item > a:hover{
        background: #000;
        color:#FFF;
    }

    .main_header_nav_sub{
        float:left;
        width:100%;
        padding:0;
        background: #000;
    }

    .main_header_nav_sub_item{
        float:left;
        width:100%;
        border-bottom:2px solid #FFF;
    }

    .main_header_nav_sub_item a{
        float:left;
        width:100%;
        padding:8px 15px 8px 25px;
        text-transform: uppercase;
        text-decoration:none;
        color:#F7A642;
        font-size:0.8em;

    }

    .main_header_nav_sub_item a:hover{
        background:#F7A642;
        color:#000;
    }

}

/*
SLIDE
*/
.slide{
    background: #FFF;
    position:relative;
    display: block;
}

.slide_controll{
    position: absolute;
    top:25%;
    width:100%;
}

.slide_nav{
    position: absolute;
    padding:18px;
    width: 20px;
    height:20px;
    font-size: 2em;
    cursor: pointer;
    z-index: 89;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.slide_nav:hover{
    background: rgba(255,255,255,0.4);
}

.slide_nav.back{
    left:0;
    margin-left:5px;
    background: rgba(255,255,255,0.6) url(../img/btn_prev.png) center center no-repeat; 
}

.slide_nav.go{
    right:0;
    margin-right:5px;
    background: rgba(255,255,255,0.6) url(../img/btn_next.png) center center no-repeat;
}

.slide_item{
    display: none;
    position:relative;
}

.slide_item.first{
    display: block;
}

.slide_item_desc{
    padding:15px;
    /*    text-transform: uppercase;*/
    background: #F7A642;
    color:#FFF;
}

.slide_item_desc h1{
    margin-bottom: 10px;
    font-size: 1.2em;
}

.slide_item_desc a{
    color:#FFF;
    text-decoration: none;
}

.slide_item_desc a:hover{
    text-decoration:underline;
}

.slide_item_desc .tagline{
    font-size: 0.875em;
    color:#BBB;
    font-weight: 300;
}

.institutional{
    position:relative;
    display: block;
}

.institutional img{
    width:80%;
    margin:10px 10% 10px 10%;
}

/*
PRODUTOS
*/

.more_news{
    padding:0px 5px 10px 5px;
}

.more_news_item{
    float:left;
    width:48%;
    margin-right: 4%;
    margin-bottom: 10px;
    background: #FFF;
    margin-top:20px;
}

.more_news_item img{
    /*    box-shadow: 0 0 5px #000;
        -moz-box-shadow: 0 0 5px #000;
        -web-kit-box-shadow: 0 0 5px #000;
        -ms-box-shadow: 0 0 5px #000;
        -o-box-shadow: 0 0 5px #000;*/
}

.more_news_item:nth-of-type(2n+0){
    margin-right: 0;
}

.main_footer{
    background: #D1417F;
    padding: 10px;
    text-align: center;
    font-size: 0.71em;
    height:34px;
    margin:140px 0px 40px 0px;
}

.main_footer .content{
    padding:0;
    position: relative;
}

.main_footer_social{
    position:absolute;
    top:-64px;
    left:0;
    width:100%;
}

.main_footer_social li{
    display: inline-block;
    margin:0;
}

.main_footer_social a{
    float:left;
    padding:2px 2px;
    background: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border:3px solid #FFF;
    transition-duration: 0.5s;
}

.main_footer_social a:hover{
    border:3px solid #333;
    transition-duration: 0.5s;
}

.main_footer_title{
    position:absolute;
    top:-92px;
    left:0;
    width:100%;
    font-size: 1.8em;
}

.main_footer_copy{
    color:#333;
    font-weight: bold;
}

.main_footer_copy a{
    color:#FFF;
    font-weight: bold;
}

.main_footer_id{
    position: absolute;
    bottom:-30px;
    left:0;
    width:100%;
    text-align: center;
    padding:5px 0px 0px 0px;
}

.main_footer_id a{
    text-decoration: none;
    color:#000;
}

.main_footer_id a:hover{
    color:#2B53EC;
}


.form_left{
    float:left;
    width:100%;
}

.form_right{
    float:right;
    width:100%;
}

.form_contact .btn{
    background: #F7A642;
    border:0;
}

.more_contact_item label {
    width: 100%;
    margin-bottom: 20px;
    display: block;
}

.more_contact_item label span {
    display: block;
    margin-bottom: 8px;
}

.more_map_item #map{
    width:100%;
    margin:0;
    height: 180px;
}

.more_info_item p{
    margin-bottom: 12px;
}

.more_info_item a{
    color:#000;
}

.more_info_item a:hover{
    color:#F7A642;
}

/*
768PX BREAKPOINT
*/
@media (min-width: 48em){
    .section_title{
        margin:10px 0px 10px 0px;
        text-align: left;
        font-weight: 400;
        font-size:1.6em;
    }

    .main_header_nav{
        float: right;
        width:80%;
        text-align: right;
        margin-top: 25px;
    }

    .main_header_nav_item{
        position: relative;
        display: inline-block;
        margin-right: 10px;
    }

    .main_header_nav_item:last-of-type{
        margin-right: 20px;
    }

    .main_header_nav_item > a{
        float:left;
        padding:3px 5px;
        text-transform: uppercase;
        text-decoration: none;
        color:#000;
        font-size: 0.9em;
        font-weight: bold;
        transition-duration:0.6s;
    }

    .main_header_nav_item:hover,
    .main_header_nav_item > a:hover{
        background: #F7A642;
        transition-duration:0.2s;
        color:#FFF;
    }

    .main_header_nav_sub{
        display: none;
        position:absolute;
        top:100%;
        left:-10px;
        width:124%;
        background: #FFF;
        padding:10px;
        text-align:left;
        z-index: 99;
    }

    .main_header_nav_item:hover .main_header_nav_sub,
    .main_header_nav_item > a:hover .main_header_nav_sub{
        display: block;
    }

    .main_header_nav_sub_item{
        float:left;
        width:100%;
    }

    .main_header_nav_sub_item a{
        float:left;
        width:100%;
        padding:3px;
        text-decoration:none;
        text-transform: uppercase;
        font-size: 0.8em;
        color:#333;
    }

    .main_header_nav_sub_item a:hover{
        background: #F7A642;
        color:#FFF;
    }

    .more_news_item:nth-of-type(2n+0),
    .more_news_item{
        float:left;
        width: 32%;
        margin-right: 2%;
    }

    .more_news_item:nth-of-type(3n+0){
        margin-right: 0;
    }

    .mobile_action{
        display: none;
    }

    .main_header_logo{
        /*font-size: 0;
        position: absolute;
        top:0;
        padding:35px 20px;
        background: #FFF;
        z-index: 98;
        border:4px solid #D1407F;
        border-top: none;
        box-shadow: 0 0 4px #333;
        -moz-box-shadow: 0 0 4px #333;
        -webkit-box-shadow: 0 0 4px #333;
        -ms-box-shadow: 0 0 4px #333;
        -o-box-shadow: 0 0 4px #333;*/
        font-size: 0;
        position: absolute;
        top:0;
        z-index: 0;
    }

    .main_header_logo img{
        margin:0;
        height:86px;
    }

    .more_contact_item label {
        width: 100%;
        margin-bottom: 20px;
        display: block;
    }

    .more_contact_item span {
        display: block;
        margin-bottom: 8px;
    }

    .form_left{
        float:left;
        width:48%;
    }

    .form_right{
        float:right;
        width:48%;
    }

    .form_action{
        float:left;
        width:100%;
        margin-top:20px;
        text-align:right;
    }

    .form_action .first{
        margin-right: 15px;
    }

    .more_map_item #map{
        width:94%;
        margin:0 3% 0 3%;
        height: 250px;
    }

    .institutional img{
        width:30%;
        margin:0 35% 10px 35%;
    }

    .main_footer_social a{
        padding:10px;
    }
}

/*
960PX BREAKPOINT
*/
@media (min-width: 60em){
    .main_header_nav_item > a{
        padding:3px 8px;
    }
    
    .more_news_item:nth-of-type(2n+0),
    .more_news_item:nth-of-type(3n+0),
    .more_news_item{
        float:left;
        width: 23.5%;
        margin-right: 2%;
    }

    .more_news_item:nth-of-type(4n+0){
        margin-right: 0;
    }

    .slide_controll{
        width:92%;
        margin:0 4%;
        top:38%;
    }

    .slide_item_desc{
        position: absolute;
        width:100%;
        padding:8px 4% 2px 4%;
        bottom:20px;
        background: #F7A642;
    }

    .slide_item_desc h1{
        font-size: 1.6em;
    }

    .slide_item_desc .tagline{
        font-size: 1em;
        text-shadow: 2px 2px 4px #000;
        color:#FFF;
    }
}

#sb-loading-inner span{display:none;}