/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
@import url('normalize.css');
@import url('flexslider.css');
@import url('imageCaption.css');
@import url('magnific-popup.css');
@import url('jquery.mCustomScrollbar.css');

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'PT Sans', sans-serif;
    background-color: #f2f2f2;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;    
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.radio,
.checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.radio label,
.checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.main-header {
    background: #000;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 9999;
    margin-bottom: 0;
    height: 147px;
    top: 0;
}
.main-header h1{
    margin: 0;
}
.main-header .logo {
    width: 110px;
    height: 123px;
    display: block;
    margin: 0 auto;
}

.nav{
    margin: 0 auto;
    width: 695px;
    margin-top: -12px;
}   
.nav ul li {
    float: left;
    list-style: none;

}
.menuSelected { 
    text-decoration: underline;    
}
.nav ul li a{
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 29px;
    color: #FFF;
    padding: 5px 11px;
    margin-top: -16px;
    margin-left: 8px;
    text-transform: uppercase;
}
.nav ul li a:hover,.nav ul li a.active {
    color: #e58028;
}
.rpanel{
    width: 100%;
    float: right;
}
.slider{
    min-height: 200px;
}

/* Alternative FlexSlider Necessary Styles */
.slider_container{ width:100%; margin:0; clear:both; padding:0;}
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    /*    max-width: 100%; display: block;*/
    max-width: 100%;
    display: block;
    width: auto;
}

.flexslider {position: relative; zoom: 1; background: transparent !important;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}

/* end */

.slides .flex-caption {
    position: absolute;
    bottom: 15%;
    right: 0;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #fff;
    max-width: 351px;
    padding: 23px;
}
.slides .flex-caption h2{
    font-size: 31px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0 0px 0;
}

.desc, .desc_ipad, .desc_mob{
    font-size: 21px;
    font-weight: normal;
    margin: 0;
}
.desc_ipad, .desc_mob{
    display: none;
}

.flex-control-paging {
    width: 100%;
    position: absolute !important;
    bottom: 15px !important;
    text-align: center !important;
    left: 0;
    right: 0;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.flex-control-paging li a {
    width: 13px;
    height: 13px;
}
.flex-control-paging li a{
    background: #fff !important;
}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active{
    background: #E57F27 !important;
}

#sidebar {
    width: 246px;
    float: left;
    padding: 5px 6px 15px 20px;
    margin-right: 5px;
    overflow-y: auto;
    position: fixed;
    top: 147px;
    z-index: 999;
    background: #484848;
    min-height: 100px;
    margin-top: 10px;
    /*    width: 231px;
        float: left;
        padding: 5px 20px 15px;
        margin-right: 5px;
        position: fixed;
        top: 147px;
        z-index: 999;
        background: none repeat scroll 0% 0% #484848;
        min-height: 300px;
        margin-top: 10px;
        overflow: hidden !important;*/
}
.texlong{
    padding-bottom: 30px;
    word-wrap: break-word;
}
.texlong img{
    display: block;
    text-align: center;
    max-width: 100% !important;
    height: auto;
    margin: 5px;
}

#sidebar label{
    color: #fff;
    font-weight: normal;
    font-size: 13px;
    margin-top: 2px;
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
#sidebar select{
    height: 25px;
    font-size: 13px;
    margin: 5px 0;
}
#sidebar p{
    color: #fff;
    font-size: 12px;
    margin: 3px;
}

#sidebar #btn_submit{
    background-color: #e58028;
    padding: 2px 4px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 217px;
    font-weight: bold;
    font-size: 19px;
    margin-top: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}
#sidebar #btn_submit:hover{
    background-color: #7C7C7C;
}

.form-control {
    width: 225px;
    height: 14px;
    padding: 4px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ipsamll{
    width: 217px;
}

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(160, 160, 160, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(174, 174, 174, 0.6);
}

#header_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 157px;
}
.container section .tmobile, .container section .tgeral, .container section h1:first-child{
    width: 100%;
    border-top: 2px solid #434343;
    color: #434343;
    text-align: center;
    padding-top: 30px;
    font-size: 34px;
    font-weight: normal;
    text-transform: uppercase;
}

.content_galeria_album {
    position: relative;
    text-align: center;
    width: 95%;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
}
.white-popup h1{
    margin: 0 0 7px 0;
}
.quick-view{
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    line-height: 22px;
}
.quick-view:hover{
    text-decoration: underline;
}
.popup{
    width: 86%;
    background-color: #fff;
    min-height: 200px;
    margin: 0 auto;
    padding: 6px;
}

.spinner{
    position: absolute;
    left: 48%;
    margin-top: 250px;
    width: 22px;
    height: 22px;
    background-image: url(../img/loading.gif);
    z-index: 999;
}
.loading{
    width: 22px;
    height: 22px;
    background-image: url(../img/loading.gif);
    margin-bottom: 5px;
}
.sucess{
    color: #fff;
    font-size: 33px;
    text-transform: uppercase;
    margin-top: 30px;
    word-wrap: break-word;
    font-weight: bold;
}
#footer{
    background: #000;
    height: 180px;
    width: 100%;
}

.footer_coll{
    width: 817px !important;
    margin: 0 auto;
}
.container .coll{
    margin: 1px;
    width: 220px;
    float: left;
    color: #fff;
    margin-top: 25px;
    font-size: 13px;
    padding: 0 25px;
    border: 1px solid transparent;
}
.container .coll:last-child{
    width: 128px;
    float: right;
}
.container .coll:first-child{
    width: 181px;
}
.container .coll:first-child img{
    display: block;
    margin-top: 10px;
    max-width: 100%;
}
.container .coll:nth-child(2) {
    margin-left: 72px;
}

#parceiros{
    height: 100%;
    width: 100%;
    background-color: #a6a6a6;
    text-align: center;
    padding-bottom: 22px;
}
#parceiros .container img{
    display: inline-block;
    margin: 30px 20px 0 10px;
    width: 60px;
}
.nomedia{
    width: 471px;
}

.checkdiv{
    height: 0px;
    width: 100%;
}

.error {
    border: 1px solid red !important;
    outline: 1px solid red;
}
.tmobile{
    display: none;
}

.transparent, .flex-control-paging, .flex-caption {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";

    /* IE 5-7 */
    filter: alpha(opacity=00);

    /* Netscape */
    -moz-opacity: 0.0;

    /* Safari 1.x */
    -khtml-opacity: 0.0;

    /* Good browsers */
    opacity: 0.0;
}
#acceptCookies {
    position: fixed;
    z-index: 999999;
    width: 100%;
    min-height: 44px;
    bottom: 0px;
    left: 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    padding-top: 10px;
    font-size: 12px;
    font-family: verdana;
    background-position: initial initial;
    background-repeat: initial initial;
    display: none;
    background-color: rgba(0, 0, 0, 0.93);
    display: none;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #e58028;
}
.cont_cookies {
    text-align: left;
    margin: 0 auto;
    max-width: 840px;
    padding: 0 5px;
}

.saiba_mais {
    display: inline-block;
    margin-left: 7px;
    color: #C0C0C0;
}
#btnacceotCookies{
    color: #fff;
    background: #C5752F;
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    padding: 5px 8px;
    line-height: 19px;
    cursor: pointer;
    text-align: center;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1194px;
    }
    .hsform{
        width: 895px;
    }
}
@media (max-width: 1280px) {

}
@media (max-width: 1366px) {
    .container {
        width: 1094px;
    }

    .hsform{
        width: 800px
    }

    .desc, .desc_ipad, .desc_mob {
        font-size: 20px;
    }

    .slides .flex-caption h2 {
        font-size: 31px;
    }
}

@media (max-width: 1024px){
    .flex-caption .desc{
        display: none;      
    }
    .flex-caption .desc_ipad{
        display: block;
    }
    .desc_ipad, .desc_mob {
        font-size: 14px;
        margin-top: -15px;
        width: 89%;
    }
}

@media (max-width: 480px){
    .tgeral{
        display: none;
    } 
    .tmobile{
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    .container {
        width: 735px;
    }
    .hsform {
        width: 440px;
    }
    .flexslider.wform .slides img {
        max-height: 100%;
        max-width: none;
        height: 360px;
    }
    .flexslider.wform .slides .flex-caption {
        bottom: 0;
        background: #484848;
        opacity: 1;
        filter: alpha(opacity=90);
        max-width: none;
        width: 435px !important;
        height: 182px;
        position: relative;
    }
    .flexslider.wform .flex-control-paging{
        top: 330px;
    }
    .flexslider.nform .slides img {
        max-height: 100%;
        max-width: none;
        height: 620px;
    }
    .container .coll:nth-child(2) {
        margin-left: 52px;
    }
}


@media (max-width: 768px){
    .flexslider.wform .slides img {
        max-height: 100%;
        max-width: none;
        height: 616px;
    }
    .flexslider.nform .slides img {
        max-height: 100%;
        max-width: none;
        height: 850px;
    }
    .flexslider.wform .flex-control-paging{
        top: 515px;
    }
    .checkdiv{
        height: 2px;
        width: 100%;
    }
    .footer_coll {
        width: 731px !important;
    }
    .container .coll {
        width: 188px;
    }
}


@media (max-width: 570px){
    .container .coll{
        margin: 14px auto;
        float: none;
    }
    .container {
        width: 100%;
        padding: 0;
    }
    .hformobj{
        display: none;
        width: 229px;
        margin: 0 auto;
    }
    .checkbox{
        padding-bottom: 20px;
    }
    #header_wrap, .main-header{
        position: relative;
    }
    .main-header{
        height: 130px;
    }
    .nav{
        float: right;
        width: 220px;
        margin: 3px 20px 0 0;
    }
    nav ul li {
        float: right !important;
        width: 220px;
        text-align: right;
    }
    .nav ul li a {
        font-size: 16px;
        padding: 2px;
        text-align: right;
        display: inline-block;
        line-height: 23px;
    }
    .nomedia {
        margin-top: 16px;
    }
    #parceiros{
        padding-bottom: 10px;
    }
    #parceiros .container img {
        margin: 11px 20px 0 10px;
    }
    .main-header .logo{
        position: absolute;
        margin: 5px 0 0 5px;
    }
    .rpanel {
        width: 100% !important;
    }
    .footer_coll {
        width: 100% !important;
        margin: 0 auto;
    }
    #sidebar{
        position: relative;
        padding: 0;
        margin-top: 0;
        top: 0;
        width: 100%;
        margin: 0;
    }
    #btn_submit{
        margin: 0 auto;
        margin-top: 34px !important;
    }
    .texlong{
        padding: 10px;
    }
    #footer{
        height: 100%;
        padding-bottom: 30px;
    }
    .slides .flex-caption h2{
        font-size: 22px;
    }

    .flexslider.wform .slides img,.flexslider.nform .slides img {
        max-height: none;
        max-width: 100%;
        height: auto;
    }
    .flexslider.wform .flex-control-paging{
        top: 515px;
    }
    .flexslider .slides .flex-caption {
        bottom: 0;
        background: #484848;
        opacity: 1;
        filter: alpha(opacity=90);
        max-width: none;
        width: 100% !important;
        height: 100px;
        position: relative;
    }
    .flex-control-paging{
        top: auto !important;
        bottom: 150px !important;
    }
    .slides .flex-caption h2{
        width: 89%;  
        margin-top: 1px;
    }

    .container .coll:last-child{
        width: 220px;
        float: none;
        margin: 0 auto;
        margin-top: 20px;
    }
    .container .coll:first-child{
        width: 220px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .container .coll:nth-child(2) {
        margin-left: 0;
        margin: 0 auto;
        margin-top: 21px;
        width: 221px;
        margin-top: 20px;
    }
}
@media (max-width: 320px){
    .popup-gallery, .grid li{
        width: 174px;
        margin: 0 auto;
        display: block;
    }
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

}

/*@media (max-width: 1024px){
    .container {
        width: 990px;
    }
    .hsform {
        width: 710px;
    }
}*/


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
