@charset "utf-8";
/* CSS Document */
  
/* FRONT-END: Wanderson Dantas */

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


.fontface {font-family:'geometr231_btroman';}

body {background:#800f0b; color:#000000; font-family:Verdana, Geneva, sans-serif; font-size:12px; }
#main {max-width:960px; width: 100%; margin:28px auto 0; background:#fff url(../img/bg.jpg) repeat-x center top; position:relative;}
.repeticao-esquerda {background:url(../img/repeticao-esquerda.png) repeat-y left; width:71px; height:100%; position:absolute; top:0px; left:-71px;}
.bg1 {background:#fff url(../img/bg.jpg) repeat-x; width:41px; float:right; height:100%;}
.repeticao-direita {background:url(../img/repeticao-direita.png) repeat-y right; width:71px; height:100%; position:absolute; top:0px; right:-71px;}
.bg2 {background:#fff url(../img/bg.jpg) repeat-x; width:41px; float:left; height:100%;}



#topo {
    max-width:960px;
     width: 100%; 
     height:178px; 
     float:left;
 }

.header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 35px;
}

.languagens {
    display: flex;
}

.languagens svg {
    margin-right: 7px;
    position: relative;
    top: -3px;
}

.menu-idiomas > li > a {
    color: #777;
    /*font-family: 'geometr231_btroman';*/
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.list-idiomas {
    display: none;
}

.menu-idiomas > li {
    position: relative;
}

.list-idiomas {
    position: absolute;
    left: 0;
    background: #fff;
    box-shadow: 2px 2px 3px rgba(0,0,0,.4);
    padding: 10px;
    z-index: 1000;
}

.list-idiomas.active {
    display: block;
}

.list-idiomas li {
    display: flex;
    align-items: center;
    padding: 3px 0;
    cursor: pointer;
}

.list-idiomas li img {
    width:20px;
    margin-right: 10px;
}

@media (max-width: 900px) {
    .header {
       flex-direction: column;
       padding-top: 13px;
    }

    .languagens {
        margin: 5px 0 10px 0;
    }

    .redes-sociais {
        margin-bottom: 30px;
    }
}


h1.logo {margin:0 0 0 0px; float:left; position:relative;}
h1.logo a { width:393px; height:54px; display:block;}
.redes-sociais {float:right; margin-top:0; height:48px;}
.redes-sociais a {width:45px; height:45px; display:block; float:left; background-image:url(../img/midias.png); margin-left:5px;
	border-radius: 50%; }
.instagram {background-position: -101px -52px; margin-left:0px; }
.facebook  {background-position: -1px -2px;}
.skype     {background-position: 47px -2px;}
.linkedin  {background-position: -51px -102px;}
.youtube{background-position: -1px -52px;}
.menu {max-width:960px; width: 100%; height:47px; float:left; margin-top:42px;}
.menu ul {height:47px; float:left; margin-left:46px;}
.menu ul li {height:47px; float:left; position:relative;}
.menu ul li.separa-menu {background:url(../img/separa-menu.png) no-repeat; width:2px; margin:0 9px;}
.menu ul li a {height:47px; display:block; /*font-family: 'geometr231_btroman';*/ font-size: 12px; text-transform: uppercase; color: #000; 
text-decoration: none; line-height: 47px; font-weight: 600; padding: 0 5px;}

.menu ul li a:hover { color: #fff;
background: rgb(255, 20, 16);
background: -moz-linear-gradient(90deg, rgb(255, 20, 16) 30%, rgb(156, 0, 0) 100%);
background: -webkit-linear-gradient(90deg, rgb(255, 20, 16) 30%, rgb(156, 0, 0) 100%);
background: -o-linear-gradient(90deg, rgb(255, 20, 16) 30%, rgb(156, 0, 0) 100%);
background: -ms-linear-gradient(90deg, rgb(255, 20, 16) 30%, rgb(156, 0, 0) 100%);
background: linear-gradient(180deg, rgb(255, 20, 16) 30%, rgb(156, 0, 0) 100%);
} 

.m4{padding-right: 30px !important;}
.menu ul li i{position: absolute; top: 18px; right: 5px; width: 13px; height: 12px; background: url(../img/icones/seta.png);}

#menu-toggle {cursor: pointer; display: none; }	

.menu ul .submenu {/*width:182px;*/ height:auto; margin:0; position:absolute; left:0px; top:45px; z-index:9999; display: none;}
.menu ul .submenu li {width: 100%; height:36px ; display: block;
background: rgb(255, 255, 255);
background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(206, 206, 206) 100%);
background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(206, 206, 206) 100%);
background: -o-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(206, 206, 206) 100%);
background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(206, 206, 206) 100%);
background: linear-gradient(180deg, rgb(255, 255, 255) 30%, rgb(206, 206, 206) 100%);
white-space: nowrap;
}
.menu ul .submenu li a { height:36px; color: #000; line-height: 36px; }
.menu ul .submenu li a:hover{background: none;}
 

#conteudo {max-width:960px; width: 100%; float:left;}
.painel {max-width:960px; width: 100%; height:198px; float:left; margin-top:18px;}
.linha-detalhe {background:url(../img/linha-detalhe.png) no-repeat center; max-width:960px; width: 100%; height:7px; float:left; margin-top:11px;}
.box-servicos {float:left; width:307px; margin-top:20px; margin-right:19px;}
.box-servicos ul {/* width:291px; */ background:#f1f1f1; padding:0 8px 20px; float:left; margin-top:7px;}
.box-servicos ul li {background:url(../img/estrela-vermelha.png) no-repeat left 1px; padding-left:15px; margin-top:22px;}

/* Qualificações */
.qualificacoes {max-width:938px; width: 98%; float:left; border:1px solid #95afc4; padding:1%; background:#fff url(../img/bg-qualificacoes.jpg) repeat-x center bottom; margin-top:20px;}
.qualificacoes p {line-height:18px; background:url(../img/marcador-qualificacoes.png) no-repeat left 3px; padding-left:16px;}
.qualificacoes p a {text-decoration:none; color:#000;}

/* Perguntas Frequentes */
.perguntas {width:634px; float:left;}
.titulo-pergunta {width:612px; float:left; border:1px solid #95afc4; padding:6px 10px; background:#fff url(../img/bg-qualificacoes.jpg) repeat-x center bottom; margin-top:20px;}
.perguntas h3 {background:url(../img/marcador-qualificacoes.png) no-repeat left center; padding-left:16px; font-weight:bold;}
.perguntas p {line-height:18px; margin-top:6px; float:left;}

/* Fale Conosco */
.contato {max-width:938px; width:100%; float:left; border:1px solid #f1e4bd; background:#fff8e3; padding:0 10px 10px; margin-top:20px;}
.contato p {line-height:18px; margin-top:10px;}
#formulario {width:634px; float:left;}
#formulario input, #formulario textarea {padding:0; margin:0; border:1px solid #95afc4; width:632px; margin-top:11px;}
#formulario label {font-weight:bold; float:left; margin-top:18px;}
#formulario input {height:31px; background:url(../img/bg-input.jpg) repeat-x center bottom;}
#formulario textarea {height:167px; background:url(../img/bg-textarea.jpg) repeat-x center bottom;}
#formulario .btn-enviar {background:url(../img/btn-enviar.jpg) no-repeat; width:104px; height:38px; cursor:pointer; border:none; float:right; margin-top:21px;}

/* Servicos */
/* Alemão */
h3.titulo-servicos {text-transform:uppercase; font-size:16px; font-weight:bold; color:#b08207; margin-top:15px;}
p.para-servicos {line-height:24px; margin-top:10px;}
ul.lista-servicos {margin-top:15px;}
ul.lista-servicos li {line-height:24px; background:url(../img/marcador-servicos.png) no-repeat left 6px; padding-left:16px;}
.nota-servicos {max-width:938px; width: 98% !important; background:#fff4d7; border:1px solid #f0dfb3; padding:5px 10px 10px; margin-top:25px;}
.nota-servicos p {line-height:24px;}
.video-aula {max-width:938px; width: 98% !important; border:1px solid #dcab27; margin-top:20px; float:left; padding:5px 10px;}
.video-aula p {line-height:24px; text-align:justify;}

/* Inglês */
h3.titulo-servicos-ing {text-transform:uppercase; font-size:16px; font-weight:bold; color:#3068a7; margin-top:15px;}
p.para-servicos-ing {line-height:24px; margin-top:10px;}
ul.lista-servicos-ing {margin-top:15px;}
ul.lista-servicos-ing li {line-height:24px; background:url(../img/marcador-servicos.png) no-repeat left 6px; padding-left:16px;}
.nota-servicos-ing {max-width:938px; width: 98% !important; background:#e6f2ff; border:1px solid #d3e2f2; padding:5px 10px 10px; margin-top:25px;}
.nota-servicos-ing p {line-height:24px;}
.video-aula-ing {max-width:938px; width: 98% !important;border:1px solid #3068a7; margin-top:20px; float:left; padding:5px 10px;}
.video-aula-ing p {line-height:24px; text-align:justify;}

/* Português */
h3.titulo-servicos-port {text-transform:uppercase; font-size:16px; font-weight:bold; color:#006b05; margin-top:15px;}
p.para-servicos-port {line-height:24px; margin-top:10px;}
ul.lista-servicos-port {margin-top:15px;}
ul.lista-servicos-port li {line-height:24px; background:url(../img/marcador-servicos.png) no-repeat left 6px; padding-left:16px;}
.nota-servicos-port {max-width:938px; width: 98% !important; background:#e5f8e5; border:1px solid #cfefcf; padding:5px 10px 10px; margin-top:25px;}
.nota-servicos-port p {line-height:24px;}
.video-aula-port {max-width:938px; width: 98% !important; border:1px solid #006b05; margin-top:20px; float:left; padding:5px 10px;}
.video-aula-port p {line-height:24px; text-align:justify;}

/* Intérprete */
h3.titulo-servicos-interprete {text-transform:uppercase; font-size:16px; font-weight:bold; color:#463e35; margin-top:15px;}
p.para-servicos-interpreta {line-height:18px; margin-top:15px; text-align:justify;}
ul.lista-traducoes {margin-top:14px;}
ul.lista-traducoes li {line-height:26px; text-transform:uppercase; background:url(../img/marcador.png) no-repeat 6px center; padding-left:15px; color:#463e35;}

/* Traduções */
.box-traducoes {width:306px; float:left; margin:15px 21px 0 0;}
.box-traducoes ul {margin-top:10px;}
.box-traducoes ul li {line-height:18px; background:url(../img/marcador-servicos.png) no-repeat left 4px; padding-left:16px;}

/* Títulos */
h2.tit-servicos-index {background:url(../img/tt/tit-servicos-index.png) no-repeat; max-width:960px;width: 100%; height:22px; float:left; margin-top:23px;}


h2.tit-alemao {position: relative; margin-top:5px; min-height: 33px;}
h2.tit-alemao:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background:url(../img/tt/tit-alemao.png) no-repeat; width:38px; height:26px;
}


h2.tit-ingles {position: relative; padding-left: 60px; min-height: 38px;}
h2.tit-ingles:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background:url(../img/tt/tit-ingles.png) no-repeat; width:60px; height:31px;
}


h2.tit-portugues {position: relative; margin-top:0px; min-height: 31px;}
h2.tit-portugues:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background:url(../img/tt/tit-portugues.png) no-repeat; width:40px; height:25px;
}


.tit2 {
    /* font-family: 'geometr231_btroman';*/
    font-size:16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    padding-left: 40px;
    padding-top: 10px;
}


h2.tit-qualificacoes {background:url(../img/tt/qualificacoes.png) no-repeat; max-width:960px;width: 100%; height:22px; margin-top:17px;}
h2.tit-diferencial {background:url(../img/tt/diferenciais.png) no-repeat; max-width:960px;width: 100%; height:14px; margin-top:21px;}
h2.tit-perguntas-frequentes {background:url(../img/tt/perguntas-frequentes.png) no-repeat; max-width:960px;width: 100%; height:14px; margin-top:21px;}
h2.tit-fale-conosco {background:url(../img/tt/fale-conosco.png) no-repeat; max-width:960px;width: 100%; height:14px; margin-top:21px;}
h2.tit-alemao-interna {background:url(../img/tt/alemao.png) no-repeat; max-width:960px;width: 100%; height:31px; margin-top:12px;}
h2.tit-ingles-interna {background:url(../img/tt/ingles.png) no-repeat; max-width:960px;width: 100%; height:32px; margin-top:11px;}
h2.tit-portugues-interna {background:url(../img/tt/portugues.png) no-repeat; max-width:960px; width: 100%;height:25px; margin-top:13px;}
h2.tit-interprete {background:url(../img/tt/interprete.png) no-repeat; max-width:960px;width: 100%; height:19px; margin-top:16px;}
h2.tit-traducoes {background:url(../img/tt/traducoes.png) no-repeat; max-width:960px;width: 100%; height:22px; margin-top:17px;}
h3.tit-traducoes-versoes-gerais {background:url(../img/tt/tit-traducoes-versoes-gerais.png) no-repeat; width:306px; height:23px;}
h3.tit-traducoes-versoes-revisoes {background:url(../img/tt/tit-traducoes-versoes-revisoes.png) no-repeat; width:306px; height:23px;}
h3.tit-traducoes-versoes-tecnicas {background:url(../img/tt/tit-traducoes-versoes-tecnicas.png) no-repeat; width:306px; height:23px;}
h2.tit-traducoes-livres {background:url(../img/tt/tit-traducoes-livres.png) no-repeat; max-width:960px;width: 100%; height:23px; margin-top:25px;}

.tit1 {
    /*font-family: 'geometr231_btroman';*/
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    padding: 30px 0 20px;
    position: relative;
}

.tit1-alemao {
     padding-left: 40px;
}

.tit1-alemao:before {
    content: "";
    background: url(../img/tt/alemao.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 30px;
    width: 38px;
   
}


.tit1-ingles {
     padding-left: 65px;
}

.tit1-ingles:before {
    content: "";
    background: url(../img/tt/ingles.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 36px;
    width: 55px;
   
}

.tit1-brasil {
     padding-left: 45px;
}

.tit1-brasil:before {
    content: "";
    background: url(../img/tt/portugues.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 30px;
    width: 38px;
   
}

.tit3 {
   /* font-family: 'geometr231_btroman';*/
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #b6b6b6;
    padding: 0 0 5px 45px;
    position: relative;
    font-weight: bold;
}

.tit3:before {
    content: "";
    position: absolute;
    left: 0; 
    top: 0;
    background: url(../img/tt/tit-traducoes-versoes-gerais.png) no-repeat;
    width: 42px;
    height: 18px;
}

.legenda {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 10px 15px;
    background: #af0808;
    font-size: 18px;
    /*font-family: 'geometr231_btroman';*/
    text-transform: uppercase;
    color: #fff;
}

.btn-enviar2 {
     background: #af0808;
      font-size: 18px;
    /*font-family: 'geometr231_btroman';*/
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
    padding: 10px;
    border: 0;
    cursor: pointer;
}


/* Rodapé */
#rodape {background:url(../img/bg-rodape.jpg) no-repeat center top; width:100%; height:255px; float:left;}
.rodape {max-width:960px; width: 100%; height:255px; margin:0 auto; text-align:center;}
.rodape p {color:#fff; margin-top:15px;}


.list-type-buy.tac {text-align: center; }
.list-type-buy li,
.list-type-buy form {display: inline; padding: 0 5px; }

.owl-prev{background: url(../js/caroufredsel/anterior.png); left: -30px;} 
.owl-next{background: url(../js/caroufredsel/proximo.png); right: -30px;}
.owl-prev, .owl-next {display: block!important; height: 46px; width: 26px; position: absolute; z-index: 200; text-indent: -9999px; top: 40%; }
/*--------------------- CLASSES IMPORTANTES -------------------------*/
.separador {clear: both;}
.text-none {display: none;}
.ultimo {margin-right: 0px !important;}
.borda-inferior {border-bottom: none !important;}
.borda-right {border-right: none !important;}
p.error {margin: 0 !important; padding: 5px 0 0 0 !important; color: #f00; font-size: 10px; font-weight:normal!important;}
.first {margin-top:0px !important;}


/* INICIO PAGINAÇÕES */
#paginacao { margin: 20px -30px 0 0; height: 50px; padding: 5px; width:100%; height:33px; text-align:center; vertical-align:middle; float:left;}
#paginacao a{ color:#666; border:1px solid #a70f0f; box-shadow:1px 1px 1px #999; border-radius:4px; line-height:20px; padding:3px 6px; margin-left:3px; font-size:12px; }
#paginacao a.anterior{margin-left:0; }
#paginacao strong{ border:1px solid #a70f0f; box-shadow:1px 1px 1px #999; border-radius:4px; background:#a70f0f; line-height:0; padding:3px 6px; margin-left:3px; color:#FFF; }
/* FIM PAGINAÇÕES */

.wa {
    position: fixed;
    right: 10px;
    bottom: 10px;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
    border-radius: 50%;
    z-index: 90001;
}
.wa img {
    margin: 5px;
    max-width: 50px;
    display: block;
    vertical-align: middle;
}

.barratopo{display:none} 
.pull {display: none;  /*background: url(../img/icones/pull.png) no-repeat right top; */width: 36px; height: 36px; /*margin-right: 20px;*/ cursor: pointer;}


@media only screen and (max-width: 960px) { 
	.pull {display: flex; float: right; padding: 0; align-items: center;
    justify-content: center; }
	.bgplb {background: url(../img/icones/pull.png) no-repeat right bottom; width: 36px; height: 36px; margin-right: 20px; float: right; padding: 0 40px 0 0;}  
	.off-canvas {left: 0 !important;}
	.menu {background: #840c08; position: fixed; left: -100%; padding-top: 50px; top: 0; z-index: 99999; width: 200px; height: 100%; overflow-y: scroll; overflow-x: hidden;transition-property: left; transition-duration: 0.5s; transition-timing-function:  ease-in-out; margin: 0;}
	.menu ul {margin-left: 0px;}
	.menu ul li {width: 200px; display: block; float: none; height: auto; border-bottom:1px solid #000; }
	.menu ul li a {text-align: left; color: #fff; font-size: 1.2em; text-indent: 0px; width: auto; height: auto; line-height: 20px; padding: 10px; } 
	.menu ul li ul{position:relative; top:0px; margin:0px; }
	.menu ul li li{height: auto;}
	.menu ul li li a{color: #000;}
	.submenu li a{height: auto !important; width: 100% !important;}
	.menu ul li.separa-menu{display: none;} 
	#menu-toggle:checked + .menu { left: 0 !important;}
.barratopo{position: absolute; display: block; right: 5px; top: 5px; padding: 0; height: 35px; z-index:99999; background: #840c08; border-bottom:1px solid #000;}	
.barratopo p{color: #fff; position: absolute; z-index: 99999; line-height:35px; right: 60px; font-size:14px;}
.barratopo span {color: #fff; position: absolute; z-index: 99999; line-height:35px; left: 10px; font-family:Arial, Helvetica, sans-serif; font-size:14px;}

img{max-width: 100%;}
#main{width: 90%; padding:0 2% 2% 2%; margin-bottom: 15px;
-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.75);
}
.box-servicos{width: 30%; margin: 1%;}
.box-servicos ul{display: block; width: 96%; padding: 2%;}
.repeticao-esquerda, .repeticao-direita, .img-pergunta, .tit-servicos-index, #popup{display: none;}
#rodape{ background-color: #7D0F0B; }
.titulo-pergunta{width: 96%; padding: 2%;}
.perguntas{width: 100%;}
.contato{width:95%;}

#formulario {width:100% !important; } 
#formulario textarea, #formulario label,#formulario input {width:98% !important; } 
#formulario input[type=submit]{width:104px !important; }	

.tt{/*font-family: 'geometr231_btroman';*/ color: #000; display: block; font-size: 18px; font-weight: 600; padding-bottom: 5px; border-bottom: 1px solid #dedfde;
margin-bottom: 15px; padding-top: 15px; clear: both;}
	.tt small{color: #7B7B7B; font-size: 14px; display: block;}


.owl-prev{ left: -1px;} 
.owl-next{ right: -1px;}

/*body.translater {
    padding-top: 60px;
}


.barratopo.translater {
    top: 40px;
}*/

.menu ul li a {
    font-size: 1em;
}
.menu .submenu li a {
    font-size: 0.8em;
}

/*.menu.translater {
    top: 76px;
}*/


}
  

/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (max-width: 767px) { 
 
 .box-servicos{width: 100%; margin: 1% 0 3% 0;}
.video-aula, .nota-servicos, .nota-servicos-ing,
.video-aula-ing,
.nota-servicos-port,
.video-aula-port{width: 92% !important;} 
.img-none{display: none;}
h1.logo{display: block; float: none; margin:35px auto 0 auto;  } 
h1.logo a {width: 80%; margin: 0 auto;}
}

  @media only screen and (max-width: 650px) {
 .contato{width:91%;}
}	  