
	@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');

body{
	margin: 0px;
	background-color: #f5f5f5;
}

.container-aviso{
	position:fixed;
	width:100%;
	height:700%;
	z-index: 3;
	margin-top: 0px;
	background:rgba(0, 0, 0, 0.3)
}

.mini-container-aviso{
	position:absolute;
	top:50%;
	left:50%;
	width:90%;
	font-size:24px;
	color:#353738;
	text-align:center;
	background:#fff;
	transition:all 6s;
	padding-top:160px;
	border-radius:10px;
	transform:translate(-50%, -50%);
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0 , 0.4)
}

.logotipo-container-aviso{
	position:absolute;
	width:220px;
	left:50%;
	color: #b51010;
	font-size: 90px;
	margin-top:0px;
	transform:translate(-50%, -110px);
}

.mini-container-aviso strong i{
	font-size: 22px;
}

.container-barra-progresso{
	position:absolte;
	width:100%;
	height:15px;
	transition:all 6s;
	margin-top:135px; 
	backgroud:red;
	overflow:hidden;
	border-radius:20px;
	box-shadow:inset 2px 2px 2px 2px rgba(0, 0, 0 , 0.4)
}

#barra-progresso{
	position:absoute;
	width:0%;
	height:15px;
	transition:all 6s;
	background:#2991d6;
	border-radius:20px;
}


.fundo-modal-pesquisar{
	position: fixed;
	z-index: 2;
	width: 100%;
	display: none;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.modal-pesquisar{
	width:100%;
	height:150px;
	background:#f5f5f5;
	box-shadow:inset 2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}

#campo-pesquisa-mobile{
	position: relative;
	left: 50%;
	width:90%;
	height:55px;
	border:none; 
	color:#fff;
	outline:none;
	padding-left:15px;
	background:#2d579c;
	margin-top:50px;
	border-radius:20px;
	transform: translateX(-50%);
	box-shadow:inset 2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}

#campo-pesquisa-mobile::placeholder{
	color:rgba(255, 255, 255, 0.6);
}

#lupa-icone-campo-pesquisa-mobile{
	position:relative;
	margin-left:-30px;
	cursor:pointer; 
	color:#fff;
	top:5px
}

.fundo-modal-adquirir-servico{
	position: fixed;
	z-index: 201;
	width: 100%; 
	display: none; 
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.modal-adquirir-servico{
	position:absolute;
	width:90%;
	left:50%;
	height:520px;
	overflow-y:scroll;
	margin-top:100px;
	background:#fff;
	transform:translateX(-50%);
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}

.modal-adquirir-servico::-webkit-scrollbar{
	width: 10px;
	height: 0px;
	background: rgba(128, 127, 128, 0.6);
}

.modal-adquirir-servico::-webkit-scrollbar-thumb{
	width: 10px;
	height: 0px;
	background: #031d38;
}


.modal-adquirir-servico form .container-input{
	margin-top: 15px;
}

#titulo-form{
	position: relative;
	text-align: center;
	font-size: 26px;
	color: #353738;
	top: 30px;
}

#subtitulo-form{
	position: relative;
	text-align: center;
	margin-top: 50px;
	font-size: 23px;
	color: rgba(0, 0, 0, 0.6);
}

form{
	position: relative;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
}


#desc-form{
	position: relative;
	left: 50%;
	width: 90%;
	text-align: center;
	margin-top: 10px;
	font-size: 17px;
	color: rgba(0, 0, 0, 0.6);
	transform: translateX(-50%);
}

#desc-form-acesso-conta{
	position: relative;
	left: 50%;
	width: 90%;
	text-align: center;
	margin-top: 30px;
	font-size: 17px;
	color: rgba(0, 0, 0, 0.6);
	transform: translateX(-50%);
}

#titulo-url{
	position: relative;
	left: 50%;
	width: 90%;
	text-align: center;
	margin-top: 10px;
	font-size: 17px;
	color: rgba(0, 0, 0, 0.4);
	transform: translateX(-50%);
}

#campo-form{
	position: relative;
	left: 50%;
	width: 90%;
	height: 45px;
	outline: none;
	margin-top: 10px;
	padding-left: 15px;
	transform: translateX(-50%);
}

#desc-input{
	position: relative;
	left: 50%;
	width: 90%;
	text-aign: center;
	margin-top: 5px;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.4);
	transform: translateX(-50%);
}

#btn-adquirir-servico{
	position: relative;
	left: 50%;
	top: -25px;
	width: 90%;
	height: 50px; 
	border: none;
	color: #fff;
	cursor: pointer;
	margin-top: 50px;
	transform: translateX(-50%);
	background-color: #9D876F;
}

#btn-adquirir-servico:focus{
	outline: none;
}

#btn-adquirir-servico:hover{
	background-color: #4F3A24;
}

header{
	width: 100%;
	height: 60px;
	background-color: #0f4c8a;
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}


#data{
	display: none;
}

.container-languages{
	position: relative;
	top: 50%;
	color: #fff;
	cusor: pointer;
	margin-left: 30px;
	transform: translateY(-50%);
}

.container-languages-pc{
	display: none;
}

#lupa-icone-mobile{
	position: relative;
	top: 50%;
	color: #fff;
	float: right;
	z-index: 1;
	cursor: pointer;
	font-size: 27px;
	margin-right: 30px;
	transform: translateY(-50%);
}

#lupa-icone-pc{
	display: none;
}

#campo-pesquisar-mobile{
	width: 60%;
	height: 35px;
	display: none;
	padding-left: 15px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin: 15px 40px;
	background-color: #f5f5f5;
}

#logo{
	position: relative;
	width: 250px;
	left: 50%;
	top:0%;
	margin: 60px 0px;
	transform: translateX(-50%);
}

.titulo-logo{
	position: relative;
	color: #353738;
	width: 100%;
	text-align: center;
	margin: -10px 0px;
	
}

#titulo-1{
	position: relative;
	width: 100%;
	lft: 50%;
	display: flex;
	font-siz: 40px;
	top:-40px;
	font-family: 'Dancing Script', cursive;
	text-align: center;
	justify-content: center;
	backgroun-color: red;
	
}

#titulo-2{
	position: relative;
	wid=th: 100%;
	margin-top: 5px;
	font-ize: 18px;
	display: flex;
	text-align: center;
	justify-content: center;
}

#campo-pesquisar-pc{
	width: 450px;
	height: 45px;
	display: none;
	padding-left: 15px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin: 60px 50%;
}

.fundo-modal-newsletter{
	position: fixed;
	z-index: 300;
	width: 100%;
	display: none;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.modal-newsletter{
	position:relative;
	width:100%;
	height:180px;
	background:#f5f5f5;
	box-shadow:inset 2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}

#campo-newsletter{
	position: relative;
	left: 50%;
	width:90%;
	height:55px;
	border:none; 
	color:#fff;
	outline:none;
	padding-left:15px;
	background:#2d579c;
	margin-top:50px;
	border-radius:20px;
	transform: translateX(-50%);
	box-shadow:inset 2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}

#campo-newsletter::placeholder{
	color:rgba(255, 255, 255, 0.6);
}

#lupa-icone-campo-newsletter{
	position:relative;
	margin-left:-30px;
	cursor:pointer;
	color:#fff;
	top:5px
}

.fundo-modal-contacto{
	position: fixed;
	z-index: 300;
	width: 100%;
	display: none;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.container-contacto{
	position:absolute;
	z-index:200;
	width:90%;
	left:50%;
	top:50%;
	background:#fff;
	transform:translate(-50%, -50%);
	box-shadow:2px 2px 2px 2px rgba(0,0,0,0.2);
}

#titulo-contacto{
	text-align:center;
	height:110px;
	width:100%;
	color:#fff;
	padding-top:30px;
	font-size:30px;
	background: #0f4c8a
}

.container-contacto .ul{
	display:flex;
	margin-top:0px;
	flex-direction:column
}

.container-contacto .ul a{
	width:100%;
	height:105px;
	padding-top:30px;
	margin-top:1px;
	text-align:center;
	text-decoration:none;
	background:rgba(128, 128, 128, 0.2);
	
}

#minha-conta-a{
	color:#808080; 
	font-size:19px
}

#minha-conta-a:hover{
	color:#ffff
}

.container-contacto .ul a:hover{
	color:#fff;
	background:#ff8000
}

.container-header-redes-sociais{
	display:none
}

nav{
	position: relative;
	width: 100%;
	heght: 60px;
	left: 50%;
	overflow-x: scroll;
	background: #353738;
	margin-top: -30px;
	transform: translateX(-50%);
}

nav::-webkit-scrollbar{
	width: 10px;
	height: 10px;
	background: rgba(128, 127, 128, 0.6);
}

nav::-webkit-scrollbar-thumb{
	width: 10px;
	height: 10px;
	border-bottom-right-radius: 20px;
	background: #031d38;
}

nav .ul{
	position: relative;
	display: flex;
	left: 50%;
	text-align:center;
	transform: translateX(-50%);
}

nav .ul a{
	color: #fff;
	width: 190px;
	height: 80px;
	font-size: 15px;
	padding-left: 5px;
	padding-top: 25px;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

nav .ul a:hover{
	background-color: rgba(255, 255, 255, 0.2);
}

nav .ul li{
	width: 110px;
	list-style: none;
}


.container-img-main{
	position: relative;
	width: 100%;
	left: 50%;
	height:450px;
	margin-top: 0px;
	overflow: hidden;
	transform: translateX(-50%);
	
}

#img-main-1{
	position:relative;
	width:100%;
	height:450px;
	background-size:cover;
	background-position:0px -70px;
	background-repeat:no-repeat;
	background-image: url(../img/img-main.jpg)
}

#img-main-2{
	position:relative;
	width:100%;
	height:450px;
	background-size:cover;
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-image: url(https://cdn.pixabay.com/photo/2017/08/02/00/49/people-2569234_960_720.jpg)
}

#img-main-3{
	position:relative;
	width:100%;
	height:450px;
	background-size:cover;
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-image: url(https://cdn.pixabay.com/photo/2021/02/18/12/03/people-6027028_960_720.jpg)
}


.container-img-main img:after{
	position:absolute;
	content:'44ff';
	width:100%;
	height:400px;
	background:red
}

.carousel-item{
	overflow:hidden
}

.container-titulo-img{
	position:relative;
	text-align:center;
	font-size:20px;
	op:-180px;
	left:50%;
	color:#fff;
	width:80%;
	transform: translateX(-50%);
}

.fundo-img{
	position:relative;
	width:100%;
	margin-top:-350px;
	height:350px;
	background:rgba(0, 0, 0, 0.4)
}

#arrow-img{
	background:transparent
}

#arrow-img:hover{
	background:rgba(0, 0, 0, 0.5);
	border:none
}

.container-site{
	position:relative;
	margin-top:80px;
	backgrond-color:pink
}

h1{
	font-size:30px;
	text-align:center
}

.container-1{
	position:relative;
	width:90%;
	left:50%;
	margin-top:50px;
	background:rgba(128, 128, 128, 0.1);
	border: 1px solid rgba(128, 128, 128, 0.1);
	margin-left:-45%;
	transform:scale(0.9);
}

#titulo-container-1{
	position:relative;
	height:70px;
	width:100%;
	color:#fff;
	font-size:20px;
	padding-top:25px;
	padding-left:-800px;
	transform:scale(1);
	background-color:#0f4c8a;
}

.mini-titulo-container-1{
	margin-left:-20px;
	text-align:center
}

.mini-titulo-container-1:after{
	position:absolute;
	content:'';
	margin:36px -80px;
	width:18px;
	height:18px;
	bordr-radius:2px;
	background:#0f4c8a;
	transform:rotate(45deg);
}

#titulo-container-1-left{
	position:absolute;
	flot:right;
	width:30px;
	height:30px;
	margin-top:3px;
	margin-right:-1px;
	background:#f5f5f5;
	transform:rotate(45deg);
	
}

#titulo-container-1-right{
	float:right;
	width:30px;
	height:30px;
	margin-top:3px;
	margin-right:-1px;
	background:#f5f5f5;
	transform:rotate(45deg);
	
}


#desc-container-1{
	width:100%;
	color:#353738;
	font-size:18px;
	margin-top:30px;
	text-align:center;
	transform:scale(1);
	
}

.container-2{
	position:relative;
	width:90%;
	left:50%;
	background:rgba(128, 128, 128, 0.1);
	border: 1px solid rgba(128, 128, 128, 0.1);
	margin-left:-45%;
	margin-top:0px;
	transform:scale(0.9);
}

#titulo-container-2{
	position:relative;
	height:70px;
	width:100%;
	color:#fff;
	font-size:20px;
	padding-top:25px;
	padding-left:-800px;
	transform:scale(1);
	background-color:#0f4c8a;
}

.mini-titulo-container-2{
	margin-left:-20px;
	text-align:center
}

.mini-titulo-container-2:after{
	position:absolute;
	content:'';
	margin:36px -80px;
	width:18px;
	height:18px;
	bordr-radius:2px;
	background:#0f4c8a;
	transform:rotate(45deg);
}

#titulo-container-2-left{
	position:absolute;
	flot:right;
	width:30px;
	height:30px;
	margin-top:3px;
	margin-right:-1px;
	background:#f5f5f5;
	transform:rotate(45deg);
	
}

#titulo-container-2-right{
	float:right;
	width:30px;
	height:30px;
	margin-top:3px;
	margin-right:-1px;
	background:#f5f5f5;
	transform:rotate(45deg);
	
}


#desc-container-2{
	width:100%;
	color:#353738;
	font-size:18px;
	margin-top:30px;
	text-align:center;
	transform:scale(1);
	
}

.container-3{
	position:relative;
	width:90%;
	left:50%;
	background:rgba(128, 128, 128, 0.1);
	border: 1px solid rgba(128, 128, 128, 0.1);
	margin-left:-45%;
	margin-top:30px;
	transform:scale(0.9);
}

#titulo-container-3{
	position:relative;
	height:70px;
	width:100%;
	color:#fff;
	font-size:20px;
	padding-top:25px;
	padding-left:-800px;
	transform:scale(1);
	background-color:#0f4c8a;
}

.mini-titulo-container-3{
	margin-left:-20px;
	text-align:center
}

.mini-titulo-container-3:after{
	position:absolute;
	content:'';
	margin:36px -80px;
	width:18px;
	height:18px;
	bordr-radius:2px;
	background:#0f4c8a;
	transform:rotate(45deg);
}

#titulo-container-3-left{
	position:absolute;
	flot:right;
	width:30px;
	height:30px;
	margin-top:3px;
	margin-right:-1px;
	background:#f5f5f5;
	transform:rotate(45deg);
	
}

#titulo-container-3-right{
	float:right;
	width:30px;
	height:30px;
	margin-top:3px;
	margin-right:-1px;
	background:#f5f5f5;
	transform:rotate(45deg);
	
}


#desc-container-3{
	width:100%;
	color:#353738;
	font-size:18px;
	margin-top:30px;
	text-align:center;
	transform:scale(1);
	
}

#titulo-main-nossos-servicos{
	color:#353738;
	font-size:24px;
	padding-top:50px;
	text-align:center
}


.container-nossos-servicos{
	position:relative;
	width:90%;
	heiht:400px;
	left:50%;
	margin-top:-200px;
	bordr: 1px solid rgba(128, 128, 128, 0.1);
	margin-left:-45%;
	transform:scale(0.9);
}

.container-nossos-servicos .ul-1{
	margin-top:0px;
}

.container-nossos-servicos .ul-1 li{
	width:100%;
	heght:500px;
	list-style:none;
	margin-top:40px;
	background:#0f4c8a;
	transition:all 1s;
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}

#traducao-interpretacao-nossos-servicos{
	width:100%;
	heght:500px;
	list-style:none;
	margin-top:40px;
	background:transparent;
	transition:all 1s;
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}

.desc-traducao-interpretacao-nossos-servicos{
	margin-top:30px;
}

.container-nossos-servicos .ul-1 li:hover{
	border-radius:20px;
	background:#1c1105;
	border:1px solid #1c1105
}

.container-nossos-servicos .ul-2{
	margin-top:60px;
}

.container-nossos-servicos .ul-2 li{
	width:100%;
	heght:500px;
	list-style:none;
	margin-top:40px;
	background:#0f4c8a;
	transition:all 1s;
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}

.container-nossos-servicos .ul-2 li:hover{
	border-radius:20px;
	background:#1c1105;
	border:1px solid #1c1105
}

#interpretacao-remota{
	width:100%;
	heght:500px;
	list-style:none;
	margin-top:40px;
	background:#0f4c8a;
	transition:all 1s;
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}

#interpretacao-remota:hover{
	border-radius:20px;
	background:#1c1105;
	border:1px solid #1c1105
}

#img-nossos-servicos{
	position:relative;
	left:50%;
	width:150px;
	height:150px;
	background:red;
	margin-top:20px;
	border-radius:50%;
	background:#f5f5f5;
	transform:translateX(-50%)
	
}

#titulo-nossos-servicos{
	position:relative;
	text-align:center;
	color:#fff;
	font-size:22px;
	margin-top:30px;
}

#desc-nossos-servicos{
	position:relative;
	left:50%;
	width:90%;
	font-size:17px;
	text-align:center;
	color:#fff;
	margin-top:20px;
	transform:translateX(-50%)
}

#btn-nossos-servicos{
	position:relative;
	left:50%;
	top:-30px;
	width:250px;
	color:#c26f0a;
	margin-top:40px;
	height:60px;
	background:transparent;
	border:none;
	font-size:18px;
	transition:all 1s;
	transform:translateX(-50%);
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.6)
}

#btn-nossos-servicos:hover{
	bo-shadow:none;
	color:#fff;
	border-radius:20px;
	background:#c26f0a;
	border:1px solid #c26f0a
}

p{
	color:#fff
}

footer{
	width:100%;
	heght:800px;
	overflow:hidden;
	margin-top:150px;
	background-color:#031d38
}

.footer-ul{
	position:relative;
	dispay:flex;
	color:#fff;
	left:50%;
	width:85%;
	backgroud-color:red;
	margin-top:40px;
	transform:translateX(-50%)
}


#titulo-footer-1{
	position:relative;
	font-size:24px;
	margin:0px 0px;
}

#desc-footer-1{
	font-size:17px;
	margin-top:40px;
	color:rgba(255, 255, 255, 0.7)
}

#desc-footer-1 li{
	margin-top:20px
}

.container-2-footer{
	margin-top:50px;
}

#titulo-footer-2{
	position:relative;
	font-size:24px;
	margin:0px 0px;
}

#desc-footer-2{
	font-size:17px;
	
}

#desc-footer-2 div{
	margin-top:30px;
	color:rgba(255, 255, 255, 0.7)
}

.container-3-footer{
	margin-top:50px;
}

#titulo-footer-3{`
	position:relative;
	font-size:24px;
	margin:0px 0px;
}

#desc-footer-3{
	font-size:17px;
	margin-top:40px
}

#desc-footer-3 li{
	margin-top:25px;
	list-style:none;
	color:rgba(255, 255, 255, 0.7)
}

.container-4-footer{
	margin-top:50px;
}

#titulo-footer-4{
	position:relative;
	font-size:24px;
	margin:0px 0px;
}

#desc-footer-4{
	font-size:17px;
	margin-top:40px;
	margin-left:10px
}

#desc-footer-4 li{
	margin-top:25px;
	list-style:none;
	color:rgba(255, 255, 255, 0.7)
}

.container-direitos-autorais{
	position:relative;
	width:100%;
	color:#fff;
	padding-top:100px;
	margin-top:60px;
	background:rgba(0, 2, 5, 0.7);
	text-align:center;
}

#direitos-autorais{
	position:relative;
	width:90%;
	left:50%;
	margin-top:-60px;
	transform:translateX(-50%)

}


a{
	text-decoration: none;
}

@media only screen and (min-width: 770px) and (max-width: 899px){ 

.mini-container-aviso{
	position:absolute;
	top:50%;
	left:50%;
	width:600px;
	z-index: 2;
	heigt:200px;
	font-size:24px;
	color:#353738;
	text-align:center;
	background:#fff;
	transition:all 6s;
	padding-top:160px;
	border-radius:10px;
	transform:translate(-50%, -50%);
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0 , 0.4)
}

#campo-newsletter{
	position: relative;
	left: 50%;
	width:50%;
	height:55px;
	border:none; 
	color:#fff;
	outline:none;
	padding-left:15px;
	background:#2d579c;
	margin-top:50px;
	border-radius:20px;
	transform: translateX(-50%);
	box-shadow:inset 2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}
	
#lupa-icone-campo-newsletter{
	position:relative;
	margin-left:18%;
	cursor:pointer;
	color:#fff;
	top:5px;
}	

nav .ul a{
	color: #fff;
	width: 190px;
	height: 70px;
	font-size: 15px;
	margin-left: 0px;
	padding-top: 25px;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

nav .ul li{
	width: 170px;
	list-style: none;
}

.modal-adquirir-servico{
	position:absolute;
	width:750px;
	left:50%;
	height:520px;
	overflow-y:scroll;
	margin-top:100px;
	background:#fff;
	transform:translateX(-50%);
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}

.container-img-main{
	position: relative;
	width: 100%;
	left: 50%;
	height:500px;
	margin-top: 0px;
	overflow: hidden;
	transform: translateX(-50%);
	
}

#img-main-1{
	position:relative;
	width:100%;
	height:650px;
	background-size:cover;
	background-position:0px -70px;
	background-repeat:no-repeat;
}

#img-main-2{
	position:relative;
	width:100%;
	height:650px;
	background-size:cover;
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#img-main-3{
	position:relative;
	width:100%;
	height:650px;
	background-size:cover;
	background-position:0px -150px;
	background-repeat:no-repeat;
}

} /*---fim-webkit------*/


@media only screen and (min-width: 900px) and (max-width: 1054px){ 

.mini-container-aviso{
	position:absolute;
	top:50%;
	left:50%;
	width:600px;
	z-index: 2;
	heigt:200px;
	font-size:24px;
	color:#353738;
	text-align:center;
	background:#fff;
	transition:all 6s;
	padding-top:160px;
	border-radius:10px;
	transform:translate(-50%, -50%);
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0 , 0.4)
}

#campo-newsletter{
	position: relative;
	left: 50%;
	width:50%;
	height:55px;
	border:none; 
	color:#fff;
	outline:none;
	padding-left:15px;
	background:#2d579c;
	margin-top:50px;
	border-radius:20px;
	transform: translateX(-50%);
	box-shadow:inset 2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}
	
#lupa-icone-campo-newsletter{
	position:relative;
	margin-left:18%;
	cursor:pointer;
	color:#fff;
	top:5px;
}	

nav .ul a{
	color: #fff;
	width: 190px;
	height: 70px;
	font-size: 15px;
	margin-left: 0px;
	padding-top: 25px;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

nav .ul li{
	width: 170px;
	list-style: none;
}

.container-img-main{
	position: relative;
	width: 100%;
	left: 50%;
	height:550px;
	margin-top: 0px;
	overflow: hidden;
	transform: translateX(-50%);
	
}

#img-main-1{
	position:relative;
	width:100%;
	height:650px;
	background-size:cover;
	background-position:0px -70px;
	background-repeat:no-repeat;
}

#img-main-2{
	position:relative;
	width:100%;
	height:650px;
	background-size:cover;
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#img-main-3{
	position:relative;
	width:100%;
	height:650px;
	background-size:cover;
	background-position:0px -150px;
	background-repeat:no-repeat;
}

.modal-adquirir-servico{
	position:absolute;
	width:850px;
	left:50%;
	height:520px;
	overflow-y:scroll;
	margin-top:100px;
	background:#fff;
	transform:translateX(-50%);
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}

.modal-adquirir-servico form .container-input{
	margin-top: 15px;
	width:435px;
}

#container-input-celular{
	position: relative;
	margin: -40px 400px;
	top: -42px;
}

#container-input-email{
	width:880px;
	margin-left:-20px
}

#container-desc-empresa{
	width:880px; 
	margin-left:-20px
}

#btn-adquirir-servico{
	position: relative;
	left: 50%;
	top: -25px;
	width: 795px;
	height: 50px; 
	border: none;
	color: #fff;
	cursor: pointer;
	margin-top: 50px;
	margin-left:0px;
	transform: translateX(-50%);
	background-color: #9D876F;
}


} /*----fim-webkit------*/

@media only screen and (min-width:1055px) and (max-width:1199px){
	
header{
	width: 100%;
	height: 70px;
	background-color: #0f4c8a;
}
.mini-container-aviso{
	position:absolute;
	top:50%;
	left:50%;
	width:700px;
	z-index: 2;
	heigt:200px;
	font-size:24px;
	color:#353738;
	text-align:center;
	background:#fff;
	transition:all 6s;
	padding-top:160px;
	border-radius:10px;
	transform:translate(-50%, -50%);
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0 , 0.4)
}

#campo-newsletter{
	position: relative;
	left: 50%;
	width:50%;
	height:55px;
	border:none; 
	color:#fff;
	outline:none;
	padding-left:15px;
	background:#2d579c;
	margin-top:50px;
	border-radius:20px;
	transform: translateX(-50%);
	box-shadow:inset 2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}
	
#lupa-icone-campo-newsletter{
	position:relative;
	margin-left:20%;
	cursor:pointer;
	color:#fff;
	top:5px;
}	

#data{
	position: relative;
	display: block;	
	top: 50%;
	overflow:hidden;
	margin-left: 30px;
	color: #fff;
	transform: translateY(-50%);
}

#btn-modal-newsletter{
	width:140px;
	height:40px;
	border:1px solid rgba(255, 255, 255, 0.3);
	color:#fff;
	outline:none;
	border-radius:5px;
	margin-left:20px;
	background-color:transparent;
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.2)
}

#btn-modal-newsletter:hover{
	color:#0f4c8a;
	background-color:#f5f5f5;
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.2)
}

.container-languages{
	display: none;
}

#icone-languages-mobile{
	display: none;
}

#lupa-icone-mobile{
	display: none;
}

#campo-pesquisar-mobile{
	width: 60%;
	height: 35px;
	display: none;
	padding-left: 15px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin: 15px 40px;
	background-color: #f5f5f5;
}

#campo-pesquisar-pc{
	position:relative;
	top:-15px;
	width: 30%;
	height: 45px;
	display: block;
	padding-left: 15px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: -130px 30px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;

}

#logo{
	position: relative;
	width: 250px;
	left: 50%;
	top:0%;
	margin: 60px 0px;
	transform: translateX(-50%);
}

#titulo-1{
	position: relative;
	width: 100%;
	lft: 50%;
	display: flex;
	font-siz: 40px;
	top:-40px;
	font-family: 'Dancing Script', cursive;
	text-align: center;
	justify-content: center;
	backgroun-color: red;
	
}

#lupa-icone-pc{
	position:relative;
	display: block;
	font-size: 27px;
	margin: 95px 30%;
	top:-15px;
	color: rgba(0, 0, 0, 0.6);
}

.container-languages-pc{
	position: relative;
	display: block;
	color: #353738;
	cusor: pointer;
	float: right;
	margin-right: 100px;
	margin-top: -130px;
	transorm: translateY(-50%);
}

.container-languages-pc ul{
	display: flex;
}

.container-languages-pc ul li{
	list-style: none;
	font-size: 27px;
	margin-left: 60px;
}

.container-header-redes-sociais{
	position:relative;
	width:400px;
	display:flex;
	height:100px;
	z-index:200;
	overflow:hidden;
	margin-left:62%;
	margin-top:-180px;
	margin-right:30px;
	backgroud:#0f4c8a;
	border-radius:10px
}

.container-header-redes-sociais .ul{
	display:flex
}

.container-header-redes-sociais .ul li{
	list-style:none;
	margin-left:30px
}

nav{
	position: relative;
	width: 100%;
	heght: 60px;
	left: 50%;
	top: -20px;
	margin-top: 60px;
	overflow-x: scroll;
	background: #0f4c8a;
	transform: translateX(-50%);
}

nav .ul{
	position: relative;
	width:1200px;
}

nav .ul a{
	color: #fff;
	width: 190px;
	height: 70px;
	font-size: 15px;
	margin-left: 0px;
	padding-top: 25px;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

nav .ul li{
	width: 170px;
	list-style: none;
}

.modal-adquirir-servico{
	position:absolute;
	width:850px;
	left:50%;
	height:520px;
	overflow-y:scroll;
	margin-top:100px;
	background:#fff;
	transform:translateX(-50%);
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}

.modal-adquirir-servico form .container-input{
	margin-top: 15px;
	width:435px;
}

#container-input-celular{
	position: relative;
	margin: -40px 400px;
	top: -42px;
}

#container-input-email{
	width:880px;
	margin-left:-20px
}

#container-desc-empresa{
	width:880px; 
	margin-left:-20px
}

#btn-adquirir-servico{
	position: relative;
	left: 50%;
	top: -25px;
	width: 795px;
	height: 50px; 
	border: none;
	color: #fff;
	cursor: pointer;
	margin-top: 50px;
	margin-left:0px;
	transform: translateX(-50%);
	background-color: #9D876F;
}
	
.container-img-main{
	position: relative;
	width: 100%;
	left: 50%;
	height:550px;
	margin-top: -21px;
	overflow: hidden;
	transform: translateX(-50%);
	
}

#img-main-1{
	position:relative;
	width:100%;
	height:650px;
	background-size:cover;
	background-position:0px -70px;
	background-repeat:no-repeat;
}

#img-main-2{
	position:relative;
	width:100%;
	height:650px;
	background-size:cover;
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#img-main-3{
	position:relative;
	width:100%;
	height:650px;
	background-size:cover;
	background-position:0px -150px;
	background-repeat:no-repeat;
}

	
.container-1{
	position:relative;
	width:1100px;
	left:50%;
	background:rgba(128, 128, 128, 0.1);
	border: 1px solid rgba(128, 128, 128, 0.1);
	margin-left:-550px;
	transform:scale(0.9);
}

.container-2{
	position:relative;
	width:1100px;
	left:50%;
	background:rgba(128, 128, 128, 0.1);
	border: 1px solid rgba(128, 128, 128, 0.1);
	margin-left:-550px;
	transform:scale(0.9);
}

.container-nossos-servicos{
	position:relative;
	width:1100px;
	heiht:400px;
	left:50%;
	margin-top:-200px;
	margin-left:-550px;
	transform:scale(0.9);
}

footer{
	width:100%;
	heght:800px;
	overflow:hidden;
	background-color:#080d26
}

.footer-ul{
	display:flex;
	color:#fff;
	margin-top:40px;
}

.container-1-footer{
	margin-left:20px;
	width:20%
}

#titulo-footer-1{
	position:relative;
	font-size:24px;
	margin:0px 0px;
}

#desc-footer-1{
	font-size:17px;
	margin-top:40px;
	color:rgba(255, 255, 255, 0.7)
}

#desc-footer-1 li{
	margin-top:20px
}

.container-2-footer{
	margin-top:0px;
	margin-left:80px;
	width:20%
}

#titulo-footer-2{
	position:relative;
	font-size:24px;
	margin:0px 0px;
}

#desc-footer-2{
	font-size:17px;
	
}

#desc-footer-2 div{
	margin-top:40px;
	color:rgba(255, 255, 255, 0.7)
}

.container-3-footer{
	margin-top:0px;
	margin-left:100px;
	width:20%
}

#titulo-footer-3{
	position:relative;
	font-size:24px;
	margin:0px 0px;
}

#desc-footer-3{
	font-size:17px;
	margin-top:40px
}

#desc-footer-3 li{
	margin-top:25px;
	list-style:none;
	color:rgba(255, 255, 255, 0.7)
}

.container-4-footer{
	margin-top:0px;
	margin-left:-30px;
	width:20%
}

#titulo-footer-4{
	position:relative;
	font-size:24px;
	margin:0px 0px;
}

#desc-footer-4{
	font-size:17px;
	margin-top:40px;
	margin-left:10px
}

#desc-footer-4 li{
	margin-top:25px;
	list-style:none;
	color:rgba(255, 255, 255, 0.7)
}

.container-direitos-autorais{
	position:relative;
	width:100%;
	color:#fff;
	padding-top:60px;
	margin-top:60px;
	background:rgba(0, 2, 5, 0.7);
	text-align:center;
}

#direitos-autorais{
	margin-top:-40px;
}
	
}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
body{
	backgrond:red
}
	
header{
	width: 100%;
	height: 70px;
	background-color: #0f4c8a;
}

.mini-container-aviso{
	position:absolute;
	top:50%;
	left:50%;
	width:700px;
	z-index: 2;
	heigt:200px;
	font-size:24px;
	color:#353738;
	text-align:center;
	background:#fff;
	transition:all 6s;
	padding-top:160px;
	border-radius:10px;
	transform:translate(-50%, -50%);
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0 , 0.4)
}


#campo-newsletter{
	position: relative;
	left: 50%;
	width:50%;
	height:55px;
	border:none; 
	color:#fff;
	outline:none;
	padding-left:15px;
	background:#2d579c;
	margin-top:50px;
	border-radius:20px;
	transform: translateX(-50%);
	box-shadow:inset 2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}
	
#lupa-icone-campo-newsletter{
	position:relative;
	margin-left:20%;
	cursor:pointer;
	color:#fff;
	top:5px;
}	

#phone-mobile{
			display:none
		}

#data{
	position: relative;
	display: block;	
	top: 50%;
	text-aign: center;
	margin-left: 60px;
	color: #fff;
	transform: translateY(-50%);
}

#btn-modal-newsletter{
	width:140px;
	height:40px;
	border:1px solid rgba(255, 255, 255, 0.3);
	color:#fff;
	outline:none;
	border-radius:5px;
	margin-left:20px;
	background-color:transparent;
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.2)
}

#btn-modal-newsletter:hover{
	color:#0f4c8a;
	background-color:#f5f5f5;
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.2)
}

.container-languages{
	display: none;
}

#icone-languages-mobile{
	display: none;
}

#lupa-icone-mobile{
	display: none;
}

#campo-pesquisar-mobile{
	width: 60%;
	height: 35px;
	display: none;
	padding-left: 15px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin: 15px 40px;
	background-color: #f5f5f5;
}

#campo-pesquisar-pc{
	position:relative;
	top:-15px;
	width: 28%;
	height: 45px;
	display: block;
	padding-left: 15px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: -130px 60px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;

}

#logo{
	position: relative;
	width: 250px;
	left: 50%;
	top:0%;
	margin: 60px 0px;
	transform: translateX(-50%);
}

#titulo-1{
	position: relative;
	width: 100%;
	lft: 50%;
	display: flex;
	font-siz: 40px;
	top:-40px;
	font-family: 'Dancing Script', cursive;
	text-align: center;
	justify-content: center;
	backgroun-color: red;
	
}

#lupa-icone-pc{
	position:relative;
	display: block;
	font-size: 27px;
	margin: 95px 30%;
	top:-15px;
	color: rgba(0, 0, 0, 0.6);
}

.container-languages-pc{
	position: relative;
	display: block;
	color: #353738;
	cusor: pointer;
	float: right;
	margin-right: 100px;
	margin-top: -130px;
	transorm: translateY(-50%);
}

.container-languages-pc ul{
	display: flex;
}

.container-languages-pc ul li{
	list-style: none;
	font-size: 27px;
	margin-left: 60px;
}

.container-header-redes-sociais{
	position:relative;
	width:400px;
	display:flex;
	height:100px;
	z-index:200;
	overfow:hidden;
	margin-left:65%;
	margin-top:-180px;
	margin-right:30px;
	backgroud:#0f4c8a;
	border-radius:10px
}

.container-header-redes-sociais .ul{
	display:flex
}

.container-header-redes-sociais .ul li{
	list-style:none;
	margin-left:30px
}

nav{
	position: relative;
	width: 100%;
	heght: 60px;
	left: 50%;
	top: -20px;
	margin-top: 60px;
	overflow-x: scroll;
	background: #0f4c8a;
	transform: translateX(-50%);
}

nav .ul{
	position: relative;
	width:1200px;
}

nav .ul a{
	color: #fff;
	width: 190px;
	height: 70px;
	font-size: 15px;
	margin-left: 0px;
	padding-top: 25px;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

nav .ul li{
	width: 170px;
	list-style: none;
}

.modal-adquirir-servico{
	position:absolute;
	width:850px;
	left:50%;
	height:520px;
	overflow-y:scroll;
	margin-top:100px;
	background:#fff;
	transform:translateX(-50%);
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}

.modal-adquirir-servico form .container-input{
	margin-top: 15px;
	width:435px;
}

#container-input-celular{
	position: relative;
	margin: -40px 400px;
	top: -42px;
}

#container-input-email{
	width:880px;
	margin-left:-20px
}

#container-desc-empresa{
	width:880px; 
	margin-left:-20px
}

#btn-adquirir-servico{
	position: relative;
	left: 50%;
	top: -25px;
	width: 795px;
	height: 50px; 
	border: none;
	color: #fff;
	cursor: pointer;
	margin-top: 50px;
	margin-left:0px;
	transform: translateX(-50%);
	background-color: #9D876F;
}

.container-img-main{
	position: relative;
	width: 100%;
	left: 50%;
	height:550px;
	margin-top: -21px;
	overflow: hidden;
	transform: translateX(-50%);
	
}

#img-main-1{
	position:relative;
	width:100%;
	height:650px;
	background-size:cover;
	background-position:0px -70px;
	background-repeat:no-repeat;
}

#img-main-2{
	position:relative;
	width:100%;
	height:650px;
	background-size:cover;
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#img-main-3{
	position:relative;
	width:100%;
	height:650px;
	background-size:cover;
	background-position:0px -200px;
	background-repeat:no-repeat;
}

.container-1{
	position:relative;
	width:1200px;
	left:50%;
	background:rgba(128, 128, 128, 0.1);
	border: 1px solid rgba(128, 128, 128, 0.1);
	margin-left:-600px;
	transform:scale(0.9);
}

.container-2{
	position:relative;
	width:600px;
	height:265px;
	left:50%;
	background:rgba(128, 128, 128, 0.1);
	border: 1px solid rgba(128, 128, 128, 0.1);
	margin-left:-570px;
	transform:scale(0.9);
}

.container-3{
	position:relative;
	width:600px;
	top:-8px;
	left:50%;
	background:rgba(128, 128, 128, 0.1);
	border: 1px solid rgba(128, 128, 128, 0.1);
	margin:-160px 330px;
	transform:scale(0.9);
}

#titulo-container-3-right{
	float:right;
	width:30px;
	height:30px;
	margin-top:-7px;
	margin-right:-365px;
	background:#f5f5f5;
	transform:rotate(45deg);
	
}

.container-nossos-servicos{
	position:relative;
	width:1200px; 
	heiht:400px;
	left:50%;
	margin-top:-100px;
	bordr: 1px solid rgba(128, 128, 128, 0.1);
	margin-left:-600px;
	transform:scale(0.9);
}

.container-nossos-servicos .ul-1{
	margin-top:40px;
	display:flex;
}

.container-nossos-servicos .ul-1 li{
	width:400px;
	heght:500px;
	list-style:none;
	margin-top:0px;
	margin-left:15px;
	background:#0f4c8a;
	transition:all 1s;
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}

.container-nossos-servicos .ul-2{
	margin-top:40px;
	display:flex;
}

.container-nossos-servicos .ul-2 li{
	width:100%;
	heght:500px;
	list-style:none;
	margin-top:0px;
	margin-left:15px;
	background:#0f4c8a;
	transition:all 1s;
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}

#interpretacao-remota{
	position:relative;
	width:600px;
	left:50%;
	list-style:none;
	margin-top:40px;
	background:#0f4c8a;
	transition:all 1s;
	transform:translateX(-50%);
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}

footer{
	width:100%;
	heght:800px;
	overflow:hidden;
	margin-top:100px;
	background-color:#080d26
}

.footer-ul{
	display:flex;
	color:#fff;
	margin-top:40px;
}

.container-1-footer{
	margin-left:20px;
	width:20%
}

#titulo-footer-1{
	position:relative;
	font-size:24px;
	margin:0px 0px;
}

#desc-footer-1{
	font-size:17px;
	margin-top:40px;
	color:rgba(255, 255, 255, 0.7)
}

#desc-footer-1 li{
	margin-top:20px
}

.container-2-footer{
	margin-top:0px;
	margin-left:80px;
	width:20%
}

#titulo-footer-2{
	position:relative;
	font-size:24px;
	margin:0px 0px;
}

#desc-footer-2{
	font-size:17px;
	
}

#desc-footer-2 div{
	margin-top:40px;
	color:rgba(255, 255, 255, 0.7)
}

.container-3-footer{
	margin-top:0px;
	margin-left:100px;
	width:20%
}

#titulo-footer-3{
	position:relative;
	font-size:24px;
	margin:0px 0px;
}

#desc-footer-3{
	font-size:17px;
	margin-top:40px
}

#desc-footer-3 li{
	margin-top:25px;
	list-style:none;
	color:rgba(255, 255, 255, 0.7)
}

.container-4-footer{
	margin-top:0px;
	margin-left:-30px;
	width:20%
}

#titulo-footer-4{
	position:relative;
	font-size:24px;
	margin:0px 0px;
}

#desc-footer-4{
	font-size:17px;
	margin-top:40px;
	margin-left:10px
}

#desc-footer-4 li{
	margin-top:25px;
	list-style:none;
	color:rgba(255, 255, 255, 0.7)
}

.container-direitos-autorais{
	position:relative;
	width:100%;
	color:#fff;
	padding-top:60px;
	margin-top:60px;
	background:rgba(0, 2, 5, 0.7);
	text-align:center;
}

#direitos-autorais{
	margin-top:-40px;
}

} /*---fim-webkit------*/

@media only screen and (min-width: 1400px) and (max-width: 5000px){
body{
	backgroud: red;
}

.mini-container-aviso{
	position:absolute;
	top:50%;
	left:50%;
	width:700px;
	z-index: 2;
	heigt:200px;
	font-size:24px;
	color:#353738;
	text-align:center;
	background:#fff;
	transition:all 6s;
	padding-top:160px;
	border-radius:10px;
	transform:translate(-50%, -50%);
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0 , 0.4)
}

.modal-adquirir-servico{
	position:absolute;
	width:850px;
	left:50%;
	height:520px;
	overflow-y:scroll;
	margin-top:100px;
	background:#fff;
	transform:translateX(-50%);
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}

.modal-adquirir-servico form .container-input{
	margin-top: 15px;
	width:435px;
}

#container-input-celular{
	position: relative;
	margin: -40px 400px;
	top: -42px;
}

#container-input-email{
	width:880px;
	margin-left:-20px
}

#container-desc-empresa{
	width:880px; 
	margin-left:-20px
}

#btn-adquirir-servico{
	position: relative;
	left: 50%;
	top: -25px;
	width: 795px;
	height: 50px; 
	border: none;
	color: #fff;
	cursor: pointer;
	margin-top: 50px;
	margin-left:0px;
	transform: translateX(-50%);
	background-color: #9D876F;
}

#campo-newsletter{
	position: relative;
	left: 50%;
	width:30%;
	height:55px;
	border:none; 
	color:#fff;
	outline:none;
	padding-left:15px;
	background:#2d579c;
	margin-top:50px;
	border-radius:20px;
	transform: translateX(-50%);
	box-shadow:inset 2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}
	
#lupa-icone-campo-newsletter{
	position:relative;
	margin-left:31%;
	cursor:pointer;
	color:#fff;
	top:5px;
}	

#phone-mobile{
			display:none
		}

header{
	width: 100%;
	height: 70px;
	background-color: #0f4c8a;
}

#data{
	position: relative;
	display: block;	
	top: 50%;
	text-aign: center;
	margin-left: 80px;
	color: #fff;
	transform: translateY(-50%);
}

#btn-modal-newsletter{
	width:140px;
	height:40px;
	border:1px solid rgba(255, 255, 255, 0.3);
	color:#fff;
	outline:none;
	border-radius:5px;
	margin-left:20px;
	background-color:transparent;
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.2)
}

#btn-modal-newsletter:hover{
	color:#0f4c8a;
	background-color:#f5f5f5;
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.2)
}

.container-languages{
	display: none;
}

#icone-languages-mobile{
	display: none;
}

#lupa-icone-mobile{
	display: none;
}

#campo-pesquisar-mobile{
	width: 60%;
	height: 35px;
	display: none;
	padding-left: 15px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin: 15px 40px;
	background-color: #f5f5f5;
}

#campo-pesquisar-pc{
	position:relative;
	width: 28%;
	height: 45px;
	top:-15px;
	display: block;
	padding-left: 15px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: -130px 80px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;

}

#logo{
	position: relative;
	width: 250px;
	left: 50%;
	top:0%;
	margin: 60px 0px;
	transform: translateX(-50%);
}

#titulo-1{
	position: relative;
	width: 100%;
	lft: 50%;
	display: flex;
	font-siz: 40px;
	top:-40px;
	font-family: 'Dancing Script', cursive;
	text-align: center;
	justify-content: center;
	backgroun-color: red;
	
}

#lupa-icone-pc{
	position:relative;
	display: block;
	font-size: 27px;
	top:-15px;
	margin: 95px 29%;
	color: rgba(0, 0, 0, 0.6);
}

.container-languages-pc{
	position: relative;
	display: block;
	color: #353738;
	cusor: pointer;
	float: right;
	margin-right: 100px;
	margin-top: -130px;
	transorm: translateY(-50%);
}

.container-languages-pc ul{
	display: flex;
}

.container-languages-pc ul li{
	list-style: none;
	font-size: 27px;
	margin-left: 60px;
}

.container-header-redes-sociais{
	position:relative;
	width:400px;
	display:flex;
	height:100px;
	z-index:200;
	overfow:hidden;
	margin-left:65%;
	margin-top:-180px;
	margin-right:30px;
	backgroud:#0f4c8a;
	border-radius:10px
}

.container-header-redes-sociais .ul{
	display:flex
}

.container-header-redes-sociais .ul li{
	list-style:none;
	margin-left:30px
}

nav{
	position: relative;
	width: 100%;
	heght: 60px;
	left: 50%;
	top: -20px;
	margin-top:60px;
	overflow-x: scroll;
	background: #0f4c8a;
	transform: translateX(-50%);
}

nav .ul{
	position: relative;
	width:1100px;
}

nav .ul a{
	color: #fff;
	width: 190px;
	height: 70px;
	font-size: 15px;
	margin-left: 0px;
	padding-top: 25px;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

nav .ul li{
	width: 170px;
	list-style: none;
}

.container-img-main{
	position: relative;
	width: 100%;
	left: 50%;
	height:650px;
	margin-top: -21px;
	overflow: hidden;
	transform: translateX(-50%);
	
}

#img-main-1{
	position:relative;
	width:100%;
	height:650px;
	background-size:cover;
	background-position:0px -70px;
	background-repeat:no-repeat;
}

#img-main-2{
	position:relative;
	width:100%;
	height:650px;
	background-size:cover;
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#img-main-3{
	position:relative;
	width:100%;
	height:650px;
	background-size:cover;
	background-position:0px -300px;
	background-repeat:no-repeat;
}

.container-languages{
	display: block;
}

.container-1{
	position:relative;
	width:1400px;
	left:50%;
	background:rgba(128, 128, 128, 0.1);
	border: 1px solid rgba(128, 128, 128, 0.1);
	margin-left:-700px;
	transform:scale(0.9);
}

.container-2{
	position:relative;
	width:700px;
	height:265px;
	left:50%;
	background:rgba(128, 128, 128, 0.1);
	border: 1px solid rgba(128, 128, 128, 0.1);
	margin-left:-670px;
	transform:scale(0.9);
}

.container-3{
	position:relative;
	width:700px;
	left:50%;
	top:-8px;
	background:rgba(128, 128, 128, 0.1);
	border: 1px solid rgba(128, 128, 128, 0.1);
	margin:-160px 390px;
	transform:scale(0.9);
}

#titulo-container-3-right{
	float:right;
	width:30px;
	height:30px;
	margin-top:-7px;
	margin-right:-365px;
	background:#f5f5f5;
	transform:rotate(45deg);
	
}

.container-nossos-servicos{
	position:relative;
	width:1400px; 
	heiht:400px;
	left:50%;
	margin-top:-100px;
	bordr: 1px solid rgba(128, 128, 128, 0.1);
	margin-left:-700px;
	transform:scale(0.9);
}

.container-nossos-servicos .ul-1{
	margin-top:40px;
	display:flex;
}

.container-nossos-servicos .ul-1 li{
	width:100%;
	heght:500px;
	list-style:none;
	margin-top:0px;
	margin-left:15px;
	background:#0f4c8a;
	transition:all 1s;
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}

.container-nossos-servicos .ul-2{
	margin-top:40px;
	display:flex;
}

.container-nossos-servicos .ul-2 li{
	width:100%;
	heght:500px;
	list-style:none;
	margin-top:0px;
	margin-left:15px;
	background:#0f4c8a;
	transition:all 1s;
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}

#interpretacao-remota{
	position:relative;
	width:700px;
	left:50%;
	list-style:none;
	margin-top:40px;
	background:#0f4c8a;
	transition:all 1s;
	transform:translateX(-50%);
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}

footer{
	width:100%;
	heght:800px;
	overflow:hidden;
	margin-top:100px;
	background-color:#080d26
}

.footer-ul{
	display:flex;
	color:#fff;
	margin-top:40px;
}

.container-1-footer{
	margin-left:60px;
	width:20%
}

#titulo-footer-1{
	position:relative;
	font-size:24px;
	margin:0px 0px;
}

#desc-footer-1{
	font-size:17px;
	margin-top:40px;
	color:rgba(255, 255, 255, 0.7)
}

#desc-footer-1 li{
	margin-top:20px
}

.container-2-footer{
	margin-top:0px;
	margin-left:80px;
	width:20%
}

#titulo-footer-2{
	position:relative;
	font-size:24px;
	margin:0px 0px;
}

#desc-footer-2{
	font-size:17px;
	
}

#desc-footer-2 div{
	margin-top:40px;
	color:rgba(255, 255, 255, 0.7)
}

.container-3-footer{
	margin-top:0px;
	margin-left:100px;
	width:20%
}

#titulo-footer-3{
	position:relative;
	font-size:24px;
	margin:0px 0px;
}

#desc-footer-3{
	font-size:17px;
	margin-top:40px
}

#desc-footer-3 li{
	margin-top:25px;
	list-style:none;
	color:rgba(255, 255, 255, 0.7)
}

.container-4-footer{
	margin-top:0px;
	margin-left:-30px;
	width:20%
}

#titulo-footer-4{
	position:relative;
	font-size:24px;
	margin:0px 0px;
}

#desc-footer-4{
	font-size:17px;
	margin-top:40px;
	margin-left:10px
}

#desc-footer-4 li{
	margin-top:25px;
	list-style:none;
	color:rgba(255, 255, 255, 0.7)
}

.container-direitos-autorais{
	position:relative;
	width:100%;
	color:#fff;
	padding-top:60px;
	margin-top:60px;
	background:rgba(0, 2, 5, 0.7);
	text-align:center;
}

#direitos-autorais{
	margin-top:-40px;
}


} /*---fim-webkit------*/