/*======================================
Imports
======================================*/
/*Fontes*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url("font-awesome.css");

/*Bootstrap*/
@import url("bootstrap.min.css");

/*Jquery - Menu*/
@import url("sidebar.css");


/*======================================
Geral
======================================*/
body {
    color: #000;
    font-family: 'Roboto', sans-serif;
}

a, p, h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.btn-1-g {
    background: #fcbf0a; /* Old browsers */
    background: -moz-linear-gradient(left, #fcbf0a 0%, #ff9c00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fcbf0a 0%,#ff9c00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fcbf0a 0%,#ff9c00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcbf0a', endColorstr='#ff9c00',GradientType=1 ); /* IE6-9 */
    color: #000;
    width: 100%;
    border-radius: 0px;
    border: 0px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 12px;
}

.btn-1-g:hover {
    opacity: 0.9;
    transition: 0.2s;
}

.btn-1-g {
    background: #fcbf0a; /* Old browsers */
    background: -moz-linear-gradient(left, #fcbf0a 0%, #ff9c00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fcbf0a 0%,#ff9c00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fcbf0a 0%,#ff9c00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcbf0a', endColorstr='#ff9c00',GradientType=1 ); /* IE6-9 */
    color: #000;
    border-radius: 0px;
    border: 0px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 12px;
}

.btn-1-g:hover {
    opacity: 0.9;
    transition: 0.2s;
}

.custom-pesquisa {
    font-size:16px;
    color: blue;
    align-self: center;
    margin-top: 5px;
    background: white !important;
    text-transform: none
}

.logo-box {
    position: fixed;
    right: 20px;
    bottom: 57px;
    z-index: 100;
    background-color:transparent;
    cursor: pointer;
    width: auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-animation: pulse 1s linear 0s infinite alternate;
    -moz-animation: pulse 1s linear 0s infinite alternate;
    -o-animation: pulse 1s linear 0s infinite alternate;
    animation: pulse 1s linear 0s infinite alternate;
}

.logo-box img {
    width: 180px;
}

/*======================================
Mensagem troca de pessoa
======================================*/
.troca-pessoa {
    background: #0074be;
    background: -moz-linear-gradient(left, #0074be 0%, #163997 100%);
    background: -webkit-linear-gradient(left, #0074be 0%,#163997 100%);
    background: linear-gradient(to right, #0074be 0%,#163997 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0074be', endColorstr='#163997',GradientType=1 );
    padding-top: 20px;
    padding-bottom: 20px;    
}

.troca-pessoa h5 {
    color:#fff;
    text-align: center;
    font-weight: 400;
    margin: 0px;
}

/*======================================
Menu
======================================*/
.navbar-brand {
    height: auto;
    padding: 0px;
}

.navbar-brand img {
    width: 270px;
    padding-top: 15px;
    padding-left: 80px;
}

.navbar-default {
    background-color: transparent;
    border:0px;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 48px;
}

.navbar-right {
    padding-right: 80px;
}

@media (max-width:767px) {
    .navbar-brand img {
        width: 210px;
    }

    .navbar-default .navbar-nav>li>a {
        margin-top: 0px;
    }
}

.navbar-toggle {
    margin-top: 35px;
    margin-right: 80px;
    border: 0px;
    border-radius: 0px;
    background-color: #fcbf0a;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ff9c00;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #000;
    background-color: #fff;
}

.nav .dropdown-menu {
    padding: 0 0;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
}

.nav .dropdown-menu li a i {
    margin-right: 10px;
}

@media (max-width:589px) {
    .navbar-brand img {
        width: 140px;
        padding-top: 9px;
        padding-left: 10px;
    }

    .navbar {
        margin-bottom: 10px;
    }

    .navbar-toggle {
        margin-top: 31px;
        margin-right: 15px;
    }
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border:0px;
}

/*======================================
Header
======================================*/
.idioma-imagem-p {
width: 40px;
margin-top: -3px;
}

.dropdown-menu>li>a>.idioma-imagem {
width: 40px;
}
.pd-padrao {
    padding-left: 95px;
    padding-right: 95px;
}

.header-hp {
    background-image: url(../img/bg_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    margin-bottom: 90px;
}

.header-hp h1 {
    margin-top: 389px;
    font-size: 80px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 7px rgba(0,0,0,.8);
}

.header-hp p {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 0 1px 7px rgba(0,0,0,.8);
}

@media (max-width:1880px) {
    .header-hp h1 {
        margin-top: 347px;
    }
}

@media (max-width:1381px) {
    .header-hp h1 {
        margin-top: 306px;
    }
}

@media (max-width:1291px) {
    .header-hp h1 {
        margin-top: 218px;
    }
}

@media (max-width:1199px) {
    .header-hp h1 {
        margin-top: 348px;
    }
}

@media (max-width:589px) {
    .pd-padrao {
        padding-left: 30px;
        padding-right: 30px;
    }

    .header-hp {
        height: 500px;
    }

    .header-hp h1 {
        margin-top: 264px;
        font-size: 61px;
    }

    .header-hp p {
        font-size: 19px;
    }
}

@media (max-width:427px) {
    .header-hp h1 {
        margin-top: 235px;
    }
}
/*======================================
Formulario
======================================*/
.formulario-valor {
    padding-bottom: 10px;
}

.formulario-valor h2 {
    font-size: 65px;
    color: #000;
    font-weight: 700;
}

.formulario-valor h3 {
    font-size: 30px;
    color: #000;
    font-weight: 300;
    margin-top: 10px;
}

.formulario-valor p {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 35px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 12px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 3px;
    color:#555;
    padding-bottom: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.form-hp .subtitulo-input {
    text-transform: none;
    margin-top: 20px;
}

.form-hp input {
    border-radius: 0px;
}

.form-hp select {
    -webkit-border-radius: 0px;
    -webkit-box-shadow: none;
    -webkit-padding-end: 0px;
    -webkit-padding-start: 0px;
    -webkit-user-select: none;
    -webkit-appearance: none;
    background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding: 6px 12px;
    background-color: transparent;
}

.form-hp .inline-form {
    display: inline-block;
    padding-right: 1%;
    width: 32.33333%;
}

.obs-form-hp {
    margin-top: 45px;
}

.mg-txt-form {
	padding-top: 50px;
	padding-bottom: 50px;
}

.mg-txt-form p {
    font-size: 13px;
}

@media (max-width:1036px) {
    .formulario-valor h2 {
        font-size: 45px;
    }

    .formulario-valor h3 {
        font-size: 23px;
    }

    .mg-form-hp {
        margin-top: 0px;
    }

    .mg-txt-form {
        margin-top: 85px;
    }
}

@media (max-width:767px) {
    .header-hp {
        margin-bottom: 50px;
    }
    .mg-txt-form {
        margin-top: 0px;
    }
    .formulario-valor {
        padding-bottom: 50px;
    }
}

/*======================================
Vídeo
======================================*/
.bg-video {
    margin-top: 80px;
    height: 690px;
    cursor: pointer;
}

.bg-video iframe{
    width: 100%;
    height: 100%;
    border-width: 0px;
}

@media (max-width:1000px) {
    .bg-video {
        height: 500px;
    }
}

@media (max-width:768px) {
    .bg-video {
        margin-top: 15px;
    }
}

/*======================================
Item
======================================*/
.item-hp {
    padding-top: 80px;
    padding-bottom: 80px;
}

.item-hp h2 {
    text-align: center;
    font-size: 65px;
    color: #000;
    font-weight: 700;
    margin-bottom: 40px;
}

.box-item-hp img {
    width: 200px;
    margin-bottom: 20px;
}

.box-item-hp .conteudo-destaque {
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 5px;
}

.box-item-hp .obs-estaque {
    font-weight: 200;
    text-transform: uppercase;
}

@media (max-width:1036px) {
    .item-hp h2 {
        font-size: 45px;
    }

    .box-item-hp img {
        width: 150px;
        margin-bottom: 20px;
    }

    .box-item-hp .conteudo-destaque {
        font-size: 25px;
    }

    .item-hp {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width:767px) {
    .item-hp h2 {
        margin-bottom: 0px;
    }
    
    .box-item-hp img {
        margin-top: 30px;
        width: 100px;
        margin-bottom: 20px;
    }

    .box-item-hp .conteudo-destaque {
        font-size: 20px;
    }

    .item-hp {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.mg-correc-table {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width:768px) {
    .mg-correc-table {
        padding-bottom: 30px;
    }
}
/*======================================
Ultimo banner
======================================*/
.ultimo-banner {
    margin-top: 0px;
    margin-bottom: 50px;
    background-image: url(../img/bg_2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
}

.ultimo-banner h1 {
    margin-top: 390px;
    font-size: 80px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 7px rgba(0,0,0,.8);
}

.ultimo-banner p {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 0 1px 7px rgba(0,0,0,.8);
}

@media (max-width:1880px) {
    .ultimo-banner h1 {
        margin-top: 229px;
    }
}

@media (max-width:1435px) {
    .ultimo-banner h1 {
        margin-top: 141px;
    }
}

@media (max-width:1345px) {
    .ultimo-banner h1 {
        margin-top: 53px;
    }
}

@media (max-width:1192px) {
    .ultimo-banner h1 {
        margin-top: 243px;
        font-size: 65px;
    }
}

@media (max-width:1139px) {
    .ultimo-banner h1 {
        margin-top: 173px;
        font-size: 65px;
    }
}

@media (max-width:1115px) {
    .ultimo-banner h1 {
        margin-top: 309px;
        font-size: 55px;
    }
}

@media (max-width:1003px) {
    .ultimo-banner h1 {
        margin-top: 249px;
        font-size: 55px;
    }
}

@media (max-width:991px) {
    .ultimo-banner h1 {
        margin-top: 429px;
        font-size: 55px;
    }
}

@media (max-width:768px) {
    .ultimo-banner {
        margin-top: 15px;
    }
}

@media (max-width:698px) {
    .ultimo-banner h1 {
        margin-top: 369px;
        font-size: 55px;
    }
}

@media (max-width:627px) {
    .ultimo-banner h1 {
        margin-top: 495px;
        font-size: 40px;
    }
}

@media (max-width:437px) {
    .ultimo-banner h1 {
        margin-top: 450px;
        font-size: 40px;
    }
}












@media (max-width:1880px) {
    .correc-en .ultimo-banner h1 {
        margin-top: 142px;
    }
}

@media (max-width:1435px) {
    .correc-en .ultimo-banner h1 {
        margin-top: 54px;
    }
}

@media (max-width:1345px) {
    .correc-en .ultimo-banner h1 {
        margin-top: 0px;
    }
}

@media (max-width:1192px) {
    .correc-en .ultimo-banner h1 {
        margin-top: 243px;
        font-size: 65px;
    }
}

@media (max-width:1139px) {
    .correc-en .ultimo-banner h1 {
        margin-top: 173px;
        font-size: 65px;
    }
}

@media (max-width:1115px) {
    .correc-en .ultimo-banner h1 {
        margin-top: 309px;
        font-size: 55px;
    }
}

@media (max-width:1003px) {
    .correc-en .ultimo-banner h1 {
        margin-top: 249px;
        font-size: 55px;
    }
}

@media (max-width:991px) {
    .correc-en .ultimo-banner h1 {
        margin-top: 248px;
        font-size: 55px;
    }
}

@media (max-width:768px) {
    .correc-en .ultimo-banner {
        margin-top: 15px;
    }
}

@media (max-width:698px) {
    .correc-en .ultimo-banner h1 {
        margin-top: 369px;
        font-size: 55px;
    }
}

@media (max-width:627px) {
    .correc-en .ultimo-banner h1 {
        margin-top: 495px;
        font-size: 40px;
    }
}

@media (max-width:437px) {
    .correc-en .ultimo-banner h1 {
        margin-top: 405px;
        font-size: 40px;
    }
}








/*======================================
Rodape
======================================*/
.certificado-rodape img {
    padding-left: 45px;
    width: 174px;
    margin-top: 14px;
}

.idioma-rodape img {
    float: right;
    padding-right: 51px
}

.menu-rodape {
    padding: 0px;  
}

.menu-rodape hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dotted #000;
}

.menu-rodape p {
    padding-left: 65px;
    margin-bottom: 20px;
}

.menu-rodape p a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 20px;
}

@media (max-width:767px){
    .certificado-rodape img {
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding:0px;
        margin-top: -10px;
        margin-bottom: 15px;
    }

    .idioma-rodape img {
        display: block;
        margin-right: auto;
        margin-left: auto;
        float: none;
        margin-top: 10px;
        padding:0px;
    }

    .menu-rodape p {
        padding-left: 0px;
        margin-bottom: 20px;
        text-align: center;
    }
}

/*======================================
FAQ
======================================*/
.header-faq {
    background-color:#fcbf0a;
    padding-top: 40px;
    padding-bottom: 40px;
}

.header-faq h1 {
    font-weight: 300;
    margin-top: 0px;
    text-align: center;
    font-size: 50px;
}

.header-faq .form-pesquisa .box-input-e {
    padding-right: 0px;
}

.header-faq .form-pesquisa .box-input-d {
    padding-left: 0px;
}

.header-faq .form-pesquisa .titulo-busca-faq {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 300;
}

.header-faq .form-pesquisa input {
    padding: 6px 12px;
    border-left: 1px solid #000;
    border-right: 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: transparent;
    width: 100%;
    outline:0;
}

.header-faq .form-pesquisa button {
    padding: 6px 12px;
    border-left: 0px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: transparent;
    width: 100%;
    border-radius: 0px;
    text-align: right;
    outline:0;
}

.header-faq .form-pesquisa button:visited {
    padding: 6px 12px;
    border-left: 0px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: transparent;
    width: 100%;
    border-radius: 0px;
    text-align: right;
    outline:0;
    box-shadow: none;
}

.header-faq .form-pesquisa button:hover {
    padding: 6px 12px;
    border-left: 0px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: transparent;
    width: 100%;
    border-radius: 0px;
    text-align: right;
    outline:0;
    box-shadow: none;
}

.header-faq .form-pesquisa button:focus {
    padding: 6px 12px;
    border-left: 0px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: transparent;
    width: 100%;
    border-radius: 0px;
    text-align: right;
    outline:0;
    box-shadow: none;
}

.header-faq .form-pesquisa button:active {
    padding: 6px 12px;
    border-left: 0px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: transparent;
    width: 100%;
    border-radius: 0px;
    text-align: right;
    outline:0;
    box-shadow: none;
}

.faq-pg  {
    padding-bottom: 70px;
}

.faq-pg .titulo-faq {
    font-size: 50px;
    font-weight: 600;
    margin-top: 70px;
}

.faq-pg .panel-default>.panel-heading {
    color: #000;
    background-color: transparent;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    padding: 15px 15px;
}

.faq-pg .panel-group .panel {
    border:0px;
    border-radius: 0px;
}

.faq-pg .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 0px;
    padding-left: 40%;
    padding-top: 25px;
    padding-bottom: 50px;
    font-weight: 400;
}

.faq-pg .panel-title {
    font-weight: 300;
}

.faq-pg .in {
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    margin-top: -1px;
}

.faq-pg .panel-title>a:hover {
    text-decoration: none;
}

.cadastre-faq {
    background-color:#fcbf0a;
    padding-top: 45px;
    padding-bottom: 45px;
    margin-bottom: 40px;
}

.cadastre-faq h2 {
    font-weight: 300;
    margin-top: 0px;
    text-align: center;
    font-size: 50px;
}

.cadastre-faq a {
    border-radius: 0px;
    border: 1px solid #000;
    color:#000;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 300;
    background-color: transparent;
    margin-top: 15px;
}

.cadastre-faq a:hover {
    border-radius: 0px;
    border: 1px solid #000;
    color:#000;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 300;
    background-color: transparent;
    margin-top: 15px;
}

@media (max-width:941px) {
    .cadastre-faq a {
        padding: 14px 70px;
    }
}

@media (max-width:749px) {
    .cadastre-faq a {
        padding: 14px 40px;
    }
}

/*======================================
Login
======================================*/
.header-login {
    background-color:#f2f2f2;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 30px;
}

.header-login h1 {
    font-weight: 300;
    margin-top: 0px;
    text-align: center;
    font-size: 50px;
}

.header-login .btn-facebook {
    background-color: #3B5998;
    width: 100%;
    color: #fff;
    border: 0px;
    border-radius: 0px;
    padding: 10px 12px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
}

.line_row {
    margin:40px auto;
    width:100%;
    height:1px;
    background-color:#ccc;
    line-height:1px;
    text-align:center;
}

.conteudo-facebook {
    padding: 7px 15px;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #f2f2f2;
    display: inline;
    font-weight: 300;
    color: #c3c3c3;
    border: 10px solid #f2f2f2;
}

.header-login input {
    border-radius: 0px;
    border:1px solid #ccc;
    background-color: transparent;
}

.header-login p {
    margin-top: -10px;
    margin-bottom: 15px;
}

.header-login button {
    border-radius: 0px;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    background-color: #fcbf0a;
    padding: 8px 30px;
}

.header-login button:hover {
    color: #fff;
    background-color: #ff9c00;
    transition:0.2s;
}

/*======================================
Mensagem enviada
======================================*/
.header-mensagem-enviada {
    background-color:#f2f2f2;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 30px;
}

.header-mensagem-enviada h1 {
    font-weight: 300;
    margin-top: 0px;
    text-align: center;
    font-size: 50px;
}

.header-mensagem-enviada p {
    text-align: center;
    margin-top: 20px;
}

/*======================================
Modal
======================================*/
.modal-content {
    background-color: transparent;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 0px;
    box-shadow: none;
}

.modal-header {
    border-bottom: 6px solid #ff9c00;
    padding-right: 0px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .modal-content {
        box-shadow:none;
    }
}

.modal-body {
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-color:#f2f2f2;
}

.close {
    font-size: 25px;
    color: #fff;
    text-shadow: none;
    opacity: 1.0;
}

.modal-corpo-contato {
    padding-top: 10px;
    padding-bottom: 40px;
}

.modal-corpo-contato .form-contato input {
    margin-top:10px;
    border-radius: 0px;
    border: 1px solid #ccc;
    background-color: transparent;
}

.modal-corpo-contato .form-contato textarea {
    margin-top:10px;
    border-radius: 0px;
    margin-bottom: 7px;
    border: 1px solid #ccc;
    background-color: transparent;
}

.modal-corpo-contato .form-contato input:focus {
    border-color: #ccc;
    box-shadow: none;
}

.modal-corpo-contato .form-contato textarea:focus {
    border-color: #ccc;
    box-shadow: none;
}

.modal-titulo {
    margin-top: 10px;
    margin-bottom: 20px;
}

.modal-corpo-pontos .ponto-de-venda {
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 5px;
    padding-left: 10px;
    border-left: 5px solid #ff9c00;
}