@charset "UTF-8";

/*@FONT FACE*/
@font-face {
    font-family: 'exo_2.0regular';
    src: url('../fonts/exo2.0-regular-webfont.eot');
    src: url('../fonts/exo2.0-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo2.0-regular-webfont.woff') format('woff'),
         url('../fonts/exo2.0-regular-webfont.ttf') format('truetype'),
         url('../fonts/exo2.0-regular-webfont.svg#exo_2.0regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'RalewaySemiBold';
    src: url('../fonts/Raleway-SemiBold-webfont.eot');
    src: url('../fonts/Raleway-SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Raleway-SemiBold-webfont.woff') format('woff'),
         url('../fonts/Raleway-SemiBold-webfont.ttf') format('truetype'),
         url('../fonts/Raleway-SemiBold-webfont.svg#RalewaySemiBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'exo_2.0semi_bold';
    src: url('../fonts/exo2.0-semibold-webfont.eot');
    src: url('../fonts/exo2.0-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo2.0-semibold-webfont.woff') format('woff'),
         url('../fonts/exo2.0-semibold-webfont.ttf') format('truetype'),
         url('../fonts/exo2.0-semibold-webfont.svg#exo_2.0semi_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*OPENSANS*/
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/opensans/OpenSans-Regular-webfont.eot');
    src: url('../fonts/opensans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/opensans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/opensans/OpenSans-Light-webfont.eot');
    src: url('../fonts/opensans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/opensans/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/opensans/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
/*@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/opensans/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/opensans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/opensans/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
/*@font-face {
    font-family: 'OpenSansExtrabold';
    src: url('../fonts/opensans/OpenSans-ExtraBold-webfont.eot');
    src: url('../fonts/opensans/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('../fonts/opensans/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('../fonts/opensans/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/* FILTROS */

.opacity-7{
 opacity:.7;
  filter:alpha(opacity=70);
  -moz-opacity:.7;
  opacity:.7;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70)
}

.opacity-8{
 opacity:.8;
  filter:alpha(opacity=80);
  -moz-opacity:.8;
  opacity:.8;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80)
}


/*!!!!! ATENÇÃO - Dar um replace na cor #B51600 pela cor sobresaente no site*/

/*BOTOES======================*/
/* videos */
.bt-up,.bt-down{ 
    background-color:#B51600;
    color:#FFF;
}
.bt-up.disabled,.bt-down.disabled{
    background-color:#DDD;
    color:#FFF;
}
.btn-custom {
  border-color: #4B8787;
  background-color:#4B8787;
  color: #FFF;
}
.btn-custom:hover,
.btn-custom:focus {
  background-color: #427777;  
  color: #FFF;
}
.btn-custom:active,
.btn-custom.active {
  background-color:#427777;
  border-color: #427777;  
  color: #FFF;
}
/*SELECAO ========================*/
::-moz-selection{
  background:#4B8787;
  color:#fff; 
    text-shadow:none;
}
::selection{
  background:#4B8787;
  color:#fff; 
    text-shadow:none;
}

/*IMG HOVER ======================*/
a:hover .thumbnail, a.thumbnail:hover,
a:hover .img-thumbnail, a.img-thumbnail:hover{
  border-color: #4B8787 !important;
}

/*PAGINACAO========================*/
.pagination > li > a, 
.pagination > li > span {
  color: #222;
}

/* cor dos textos dos boxes */

.box-xs-3 h2,
.box-xs-6 h2,
.box-xs-12 h2,
.box-xs-12-p h3{
  color: #222;
}

.box-xs-3 p,
.box-xs-6 p,
.box-xs-12 p,
.box-xs-12-p p{
  color: #999;
}

.list-group a{
  color: #777;
}

/*PAGE WRAPER==========================*/

html,body{
    width: 100%;
    height:100%;
    overflow-x: hidden;
}

.wrapper{
    min-height:100%;
    margin-bottom:-261px;/*Tamanho do rodape*/
}

.wrapper:after{
    content: '';
    display: block;
    height:261px;
}

.site-footer{
    background:url(../imagens/bg-footer.jpg);
    height:261px;/*taanho do roda*/
}


/*BANNER E SEUS RELATIVOS==============*/
.area-banner{
  position:relative;
  width: 100%; height: 528px; /*TAMANHO DA IMAGEM DO BANNER*/
  margin-top: -26px;
  z-index: 1;
}
.banners{
    position: absolute; 
    z-index: 1;
    width: inherit; 
    height: inherit;
    overflow: hidden;
}
.banners a{
    display: block;
    width: inherit; 
    height: inherit;
}
.cycle-pager {
    position: absolute;
    z-index: 2;
    bottom: 109px;
    width: 100%;
    text-align: center;
}
.cycle-pager span {
    font-size:0;
    color:transparent;
    width:24px;
    height:5px;
    margin:0 4px;
    display: inline-block;
    cursor: pointer;
    background:url(../imagens/pager-out.png) center center no-repeat;
}
.cycle-pager span.cycle-pager-active {
    background:url(../imagens/pager-over.png) center center no-repeat;
}
.cycle-pager > * { 
    cursor: pointer;
}

/*Creditos ==========================*/
#logo-gv8{
    display:block;
    width: 79px;
    height: 25px;
    background: url(../imagens/logo-gv8.png) no-repeat;
    float: right;
    margin-left: 10px;
    margin-top: 5px;
}

.creditos{
    float: right;
    text-align: right;
}

.creditos, .creditos a{
    color: #EBEBEB;
    font-size: 11px;
}

.creditos a:hover,
.icones-rodape a:hover{
    color: #B51600
}

/*** fim das préconfigurações do starter /*


/* faça aqui o melhor css já visto antes */

*{
    margin:0 auto;
    padding:0;
    font-weight: 100;
    font-family: 'OpenSansRegular';
}
p,h1,h2,h3,h4,h5,table,ul{
    margin: 0;
}
.opahover{
    display:block;
}
.opahover:hover{
    opacity:.8;
    transition:all .25s linear;
}
.rf:after, .rf:before{
    content:'';
    display:table;
    clear:both;
}
a:hover{
    color:inherit;
    text-decoration: none;
}
body{
    
}
address{
    margin-bottom: 0;
}
/*header*/

#header{
    width: 100%;
    background: url(../imagens/bg-header.png) center top no-repeat;
    height: 126px;
    position: relative;
    z-index: 2;
}
.logo{
    margin-top: 11px;
}
#h-contato{
    margin-top: 24px;
    float: left;
    margin-left: 44px;
}
.text1{
    font-family: inherit;
    height: 36px;
    font-size:13px;
    line-height:120%;
    color:rgb(27,83,82);
    margin-right: 5px;
}
.text2{
    font-family: inherit;
    font-size:13px;
    line-height:120%;
    color:rgb(27,83,82);
    margin-right: 5px;
}
#h-linguage{
    margin-top: 26px;
    float: right;
    width: 82px;
}
#h-linguage a{
    display:block;
    float: left;
}
.brazil{
    margin-right: 9px;
}
#h-menu{
    margin-top: 11px;
    padding-left: 11px;
    padding-right: 11px;
}
#h-menu li{
    display:inline-block;
    float: left;
}
#h-menu a{
    display:block;
    font-size:14px;
    line-height:47px;
    color:rgb(255,255,255);
    font-family: 'exo_2.0semi_bold';
    padding-right: 15px;
    padding-left: 15px;
}
#h-menu a:hover{
    background: url(../imagens/menu-hover.png) center top;
    transition:all .15s linear;
    color:#185755;
}
#h-menu .active{
    background: url(../imagens/menu-hover.png) center top !important;
    color:#185755 !important;
}

/*fim header*/

/*content*/

.box-frase-banner{
    width: 100%;
    height: 100px;
    background: url(../imagens/bg-frase.png) no-repeat;
    padding-top: 5px;
    position: absolute;
    bottom:0;
    z-index: 6;
}
.frase-banner{
    width: 970px;
}
.text3{
    display:block;
    font-family: 'exo_2.0semi_bold';
    font-size:30px;
    line-height:120%;
    color:rgb(255,255,255);
    padding-left: 4px;
    margin-bottom: 7px;
}
.text4{
    display:block;
    font-family: 'exo_2.0semi_bold';
    font-size:23px;
    line-height:120%;
    color:rgb(255,255,255);
    padding-left: 15px;
}
.titulo1{
    font-family: 'exo_2.0semi_bold';
    width: 443px;
    background: url(../imagens/bg-titulo1.png) no-repeat;
    height: 36px;
    font-size:22px;
    line-height:36px;
    color:rgb(255,255,255);
    padding-left: 45px;
    margin-top: 24px;
    margin-bottom: 22px;
}
.text5{
    font-size:14px;
    line-height:120%;
    color:rgb(17,17,17);
}
.img-bv{
    margin-top: 22px;
}
.index-chamadas{
    width: 100%;
    background: url(../imagens/bg01.jpg) no-repeat;
    height: 272px;
    margin-top: 48px;
}
.index-s{
    margin-top: -20px;
    width: 362px;
    height: 248px;
    position: relative;
    margin-right: 20px;
}
.index-s:after{
    width: 362px;
    /*height: 22px;*/
    bottom:-27px;
    left: 7px;
    position: absolute;
    content:url(../imagens/barra.png);
}
.desc-img{
    width: 362px;
    height: 100px;
    background: url(../imagens/bg-desc1.png) center top no-repeat;
    position: absolute;
    bottom:0;
    padding: 8px 10px 0 28px;
}
.titulo2{
    font-family: 'exo_2.0semi_bold';
    font-size:22px;
    line-height:34px;
    color:rgb(255,255,255);
    width: 233px;
    background: url(../imagens/bg-titulo2.png) center top no-repeat;
    height: 34px;
    padding-left: 50px;
    position: absolute;
    top:-28px;
    left:-24px;
}
.titulo3{
    font-family: 'exo_2.0regular';
    font-size:16px;
    line-height:120%;
    color:rgb(255,255,255);
    margin-bottom: 5px;
}
.text6{
    font-size:12px;
    line-height:120%;
    color:rgb(255,255,255);
}
.saiba-mais{
    width: 68px;
    height: 19px;
    background-color: transparent;
    border:1px solid white;
    font-size:11px;
    line-height:16px;
    color:rgb(255,255,255);
    text-align: center;
}
.saiba-mais:hover{
    color:rgb(255,255,255);
}
.index-n{
    margin-top: -20px;
    width: 362px;
    height: 248px;
    position: relative;
    margin-left: 22px;
}
.index-n:after{
    width: 362px;
    /*height: 22px;*/
    bottom:-27px;
    left: 7px;
    position: absolute;
    content:url(../imagens/barra.png);
}

/*fim content*/

/*footer*/

.logo2{
    margin-top: 17px;
}
.f-contato{
    float: left;
    margin-top: 28px;
    margin-left: 6px;
}
.f-contato .linha{
    float: left;
    clear: both;
    margin-bottom: 4px;
}
.f-contato .img{
    float: left;
    margin-right: 8px;
    width: 21px;
    text-align: center;
}
.box2-text{
    float: left;
    width: 250px;
}
.box1-text{
    float: left;
    width: 190px;
}
.text7{
    margin-bottom: 16px;
    font-size:13px;
    line-height:150%;
    color:rgb(255,255,255);
}
.titulo4{
    font-family: 'exo_2.0regular';
    margin-top: 22px;
    margin-bottom: 7px;
    font-size:22px;
    line-height:120%;
    color:rgb(255,255,255);
}
.f-socials{
    width: 143px;
}
.f-socials li{
    display:inline-block;
    float: left;
}
.f-socials li + li{
    margin-left: 11px;
}
.f-form{
    width: 100%;
}
.f-form .esq{
    float: left;
    width: 220px;
}
.f-form .dir{
    float: right;
    width: 220px;
}
.index-inputtext{
    font-family: 'OpenSansRegular';
    width: 222px;
    height: 28px;
    padding: 0;
    font-size:12px;
    line-height:120%;
    color:white;
    background-color: transparent;
    border:1px solid white;
    margin-bottom: 10px;
    text-indent: 4px;
}
.btn-enviar{
    margin-top: 3px;
}
.copyright{
    margin-top: -20px;
    width: 730px;
    float: right;
}
.copyright .esq{
    float: left;
    text-align: right;
}
.copyright .dir{
    float: right;
}
.text8{
    font-family:Verdana, Geneva, sans-serif;
    font-size:11px;
    line-height:120%;
    color:rgb(255,255,255);
}
.text8 a{
    font-family:Verdana, Geneva, sans-serif;
    color:rgb(255,255,255);
}
.text8 a:hover{
    text-decoration: underline;
}

/*fim footer*/

/*internas*/

#internas{
    margin-top: -22px;
    position: relative;
    z-index: 1;
    background: url(../imagens/bg-internas.jpg) center top no-repeat;
    padding-top: 82px;
    padding-bottom: 52px;
}
.box-titulo-internas{
    width: 970px;
}
.titulo-internas{
    font-family: 'exo_2.0regular';
    font-size:28px;
    line-height:120%;
    color:rgb(42,82,82);
    border-bottom: 1px solid #2B5453;
}

/*fim internas*/

/*area restrita1*/

#form-ar{
    margin-top: 43px;
    width: 433px;
    margin-left: 23px;
}
.l-ar{
    width: 100%;
    font-size:13px;
    line-height:120%;
    color:rgb(63,63,81);
    font-weight: 100;
    text-indent: 4px;
    margin-bottom: 20px;
}
.it-ar{
    width: 100%;
    height: 27px;
    margin-top: 2px;
}
.btn-entrar{
    margin-top: 15px;
}

/*fim area restrita1*/

/*area restrita2*/

.lista-download{
    margin-top: 28px;
    margin-left: 20px;
}
.lista-download li{
    display:block;
    margin-bottom: 64px;
}
.titulo-arquivo{
    font-family: 'RalewaySemiBold';
    font-size:16px;
    line-height:120%;
    color:rgb(51,51,51);
}
.titulo-arquivo:after{
    content:'';
    margin-bottom: 25px;
    display:table;
}
.text-arquivo{
    font-size:14px;
    line-height:120%;
    color:rgb(51,51,51);
}
.desc-arquivo{
    width: 830px;
}

/*fim area restrita2*/

/*cadastro*/

#cadastre-se{
    width: 1010px;
    background-color: white;
    padding-top: 42px;
    padding-bottom: 60px;
}
.box-text-cadastro{
    margin-bottom: 27px;
    margin-top: 22px;
}
.text-cadastro{
    font-size:14px;
    line-height:120%;
    color:rgb(17,17,17);
}
.l1-c{
    width: 100%;
    font-size:13px;
    line-height:120%;
    color:rgb(33,33,33);
    font-weight: 100;
    margin-bottom: 29px;
}
.l3-c{
    font-size:13px;
    line-height:120%;
    color:rgb(33,33,33);
    font-weight: 100;
    margin-left: 44px;
}
.it-c{
    border:0;
    height: 32px;
    width: 100%;
    background-color: #DDDDDD;
    margin-top: 2px;
}
.it2-c{
    border:0;
    height: 32px;
    width: 136px;
    background-color: #DDDDDD;
    display:inline-block;
    margin-top: 2px;
}
.text4-cadastro{
    display:block;
    clear:both;
}
.text2-cadastro{
    display:block;
    font-size:13px;
    font-style:italic;
    line-height:32px;
    color:rgb(33,33,33);
    display:inline-block;
}
.text3-cadastro{
    font-size:13px;
    line-height:120%;
    color:rgb(33,33,33);
    display:block;
    float: left;
}
.question{
    margin-top: 16px;
    margin-bottom: 36px;
}
.ir-c{
    width: 12px;
    height: 12px;
    display:inline-block;
}

/*fim-cadastro*/

/*downloads*/

.lista-d{
    margin-top: 29px;
    text-align:center;
}
.lista-d li{
    display:block;
    margin-bottom: 30px;
}
.text-d{
    font-family: 'RalewaySemiBold';
    display:block;
    font-size:14px;
    line-height:120%;
    color:rgb(51,51,51);
    text-align:center;
    margin-top: 2px;
}
.btn-voltar{
    margin-top: 54px;
}
article, section{
    margin-top: 20px;
}

/*fim download*/
