@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,700,600,800);
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,u,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
a, a:link, a:hover, a:visited {outline: 0;}
input::-moz-focus-inner { border: 0; }
textarea:focus, input:focus{ outline: 0; }
*:focus { outline: 0; }
body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.scrollup {
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    /*text-indent: -9999px;*/
    font-size: 35px;
    color: #aaaaaa;
    opacity: 0.8;
    /*background: url('../imgs/arrow.png') no-repeat;*/
    z-index: 20;
      -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.scrollup:hover, .scrollup:focus {
  color: #aaaaaa;
  opacity: 0.6;
}

@media only screen and (max-width:988px) { 
  .scrollup {display: none!important;}
}
header {
  max-width: 1000px;
  margin: 0 auto;
  background: transparent;
}
#container {
  margin: 0 auto;
  background: #007AAE;
}
footer {
  max-width: 1000px;
  margin: 0 auto;
  background: #004685;
}
header, #container, footer {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#sidebar {
  background: red;
  float: right;
  width: 200px;
}


/* formulário */
iframe#iframe-form {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
}

body#form-body, html#form-html {background: transparent;}

div#form-wrap {position: relative;}
label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}
form#form, form#form input, form#form textarea {
  width: 100%;
  border: 0;
  color: #cccccc;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  font-family: monospace;
}

form#form textarea {height: 140px;}
form#form button {padding-left: 20px; padding-right: 20px; float: right; background-color: #555555; border: 0; line-height: 20px; text-transform: uppercase; color: #dddddd; font-family: monospace;}

form#form input:focus, form#form textarea:focus {
  opacity: 0.9;
}

div.ajax-form-confirmation { display: none; position: fixed; z-index: 20; top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(0,0,0,0.9); }
div.ajax-form-confirmation div { color: #ffffff; font-family: sans-serif; text-align: center; text-transform: uppercase; font-weight: bold; pointer-events: none; font-size: 28px; }


div.alert {
  color: #ffffff;
  background-color: #1A1A1A;
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  min-width: 140px;
  border: solid #808180 2px;
  line-height: 1.4;
  cursor: pointer;
}

#form-body-1,#form-body-2,#form-body-3,#form-body-4,#form-body-5 { background-color: transparent; }
iframe#iframe-form-1,iframe#iframe-form-2,iframe#iframe-form-3,iframe#iframe-form-4,iframe#iframe-form-5 { width: 100%; overflow-x: hidden; overflow-y: scroll; position: relative; }


/* slideshow */
.bx-viewport, .bx-wrapper, .bx-wrapper ul, .bx-wrapper li, .bx-wrapper img.fundoSlide {
  height: 100%!important;
}
.bx-wrapper {border: 0; box-shadow: none; background: transparent;}

#master-slider-1, #master-slider-2, #master-slider-3, #master-slider-4, #master-slider-5, #master-slider-6  {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.bx-caption {
    position: absolute;
    top: 100%;
    margin-top: -27px;
    text-align: center;
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    letter-spacing: normal;
  }

.bx-prev {position: absolute; left: -50px; top: 50%; width: 50px; height: 50px; background-color: red; z-index: 51; }
.bx-next {position: absolute; right: -50px; top: 50%; width: 50px; height: 50px; background-color: red; z-index: 51;}
.bx-controls-direction {position: absolute; top: 50%; left: 0; width: 100%; }
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { width: 100%; text-align: center; }
.bx-viewport ul li img.fundoSlide {width: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; }


/* predefinições */
.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}

@media (max-width: 1030px) {
  .text-center, .text-left, .text-right {text-align: center!important;}
}

.margin-trick {margin: 0 auto;}

.float-none {float: none;}
.float-left {float: left;}
.float-right {float: right;}

.max-50 {max-width: 50px;}
.max-100 {max-width: 100px;}
.max-150 {max-width: 150px;}
.max-200 {max-width: 200px;}
.max-250 {max-width: 250px;}
.max-300 {max-width: 300px;}
.max-350 {max-width: 350px;}
.max-400 {max-width: 400px;}
.max-450 {max-width: 450px;}
.max-500 {max-width: 500px;}
.max-550 {max-width: 550px;}
.max-600 {max-width: 600px;}
.max-650 {max-width: 650px;}
.max-700 {max-width: 700px;}
.max-750 {max-width: 750px;}
.max-800 {max-width: 800px;}
.max-850 {max-width: 850px;}
.max-900 {max-width: 900px;}
.max-950 {max-width: 950px;}
.max-1000 {max-width: 1000px;}
.max-1050 {max-width: 1050px;}
.max-1100 {max-width: 1100px;}
.max-1150 {max-width: 1150px;}
.max-1200 {max-width: 1200px;}
.max-1250 {max-width: 1250px;}
.max-1300 {max-width: 1300px;}
.max-1350 {max-width: 1350px;}
.max-1400 {max-width: 1400px;}
.full-width {min-width: 100%;}

.absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
    -webkit-transform: translate(-50%,-50%)!important;
   -moz-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
     -o-transform: translate(-50%,-50%)!important;
        transform: translate(-50%,-50%)!important;
}
.horizontal-center {
    left: 50%;
    position: absolute;
    top: 0%;
    transform: translate(-50%, 0%) !important;
}
.vertical-center {
    left: 0%;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%) !important;
}
.full-bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #2A2A2A;
  z-index: 60;
}
.loader i.fa-cog {
  font-size: 40px;
  color: #ffffff;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
}

@media (max-width: 767px) {
  .loader { display: none; }
}
@media (max-width: 480px) {
  .loader { display: none; }
}

div#locked { background-color: #000000; width: 100%; height: 100%; top: 0; left: 0; z-index: 70; position: fixed; font-size: 40px; color: #ffffff;}


.fixed-solver {
  -webkit-transform: translateZ(0);
}

/* ncms-micro grid */

.padding-sum {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

/* popup */

.popup-addon-mask {
  position: fixed;
  z-index: 1100;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.6);
}
.popup-addon-mask div.absolute-center {
  position: absolute;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.75);
  width: 90%;
  max-height: 90%;
  overflow-y: auto;
}
.popup-addon-mask div.absolute-center img {
  width: 100%;
}
.popup-addon-mask div.absolute-center div.close-popup {
  position: absolute;
  top: 4px;
  right: 4px;
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 20px;
  color: #000000;
  cursor: pointer;
}

/* language */
.hiddenLanguage { display: none; }
#languageChanger ul li { cursor: pointer; display: inline; }


/* newsletters */
form.newsletter { display: block; }
form.newsletter .form-control { height: auto; }
form.newsletter .form-group:first-child { width: calc(50% - 3px); float: left; margin-right: 3px; }
form.newsletter .form-group:nth-child(3) { width: calc(50% - 3px); float: left; margin-left: 3px;}
form.newsletter .form-group input { width: 100%; }


/* image-zoom */
div.imageZoomWindow { position: fixed; z-index: 30; background-color: rgba(0,0,0,0.9); width: 100%; height: 100%; top: 0; left: 0; display: none; }
div.imageZoomWindow div.absolute-center { position: absolute; width: calc(100% - 160px); height: calc(100% - 160px); background-color: #000000; background-size: auto 100%; background-position: center; background-repeat: no-repeat; }
div.imageZoomWindow i { position: absolute; top: 26px; right: 26px; color: #ffffff; font-size: 36px; cursor: pointer; }
div.imageZoom { cursor: pointer; opacity: 0.9; }

/* Popups Internos */
div.menupopupTexto { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 1111; background-color: rgba(0,0,0,0.7); visibility: hidden; }
div.areaTexto { background-color: rgba(0,0,0,0.95); width: 900px; max-width: 95%; max-height: 90%; height: 500px; padding: 50px 0%; border-radius: 30px; }
div.areaTexto p { font-size: 12px; color: #ffffff; font-size: 15px;  }
div.areaTexto h1 { font-size: 16px; text-align: center; color: #ffffff; margin-bottom: 15px;}
div.areaTexto h1 p { font-size: 16px; text-align: center; color: #ffffff; margin-bottom: 15px; }
div.texto { overflow-y: auto; padding-left: 15%; padding-right: 15%; max-height: 100%; padding-top: 10px; height: 100%; }
div.closePopups { position: absolute; top: 10px; right: 30px; cursor: pointer;}
div.closePopups i { color: #ffffff; font-size: 25px;}
div.menupopupTexto #textoPopup iframe { max-width: 100%!important; max-height: 100%!important; }
div.menupopupTexto div.imagemFundoPopup { width: 100%; height: 50%; margin-bottom: 10px; background-position: center; background-repeat: no-repeat; background-size: cover; }



/*Google Invisible reCAPTCHA*/
.grecaptcha-badge { display: none!important; }


/*CORPO - Impede o captcha de ganhar scroll e outros*/
html { width: 100%; overflow-x: hidden; }
body {  }