*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	
}

/* ANIMAÇÃO TODO SITE E AJAX */
#loadingDiv {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgb(0,0,0,0.8);
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: 1s;

}

.loader-img{
	width: 200px;
	height: 150px;
	position: relative;
	background-color: transparent;
	opacity: 1;
}

.loader-img img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: transparent;
	object-fit: contain;
	object-position: center;

}

/* ANIMAÇÃO AJAX */
.overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgb(0,0,0,0.8);
	z-index: 10;
}

.image-animation{
	z-index: 11;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;		
	transform: translate(-50%,-50%);
	width: 250px;
	height: 200px;
}

.image-loader{
	width: 250px;
	height: 200px;
	position: absolute;
	background: url('../img/Tuna-load-unscreen.gif');
	background-size: cover;
	background-position: center;
	background-color: transparent;
	background-repeat: no-repeat;

}

body {
	font-family: 'Barlow', sans-serif;
}

/* Bootstrap Padrão */
.offcanvas-body{
	padding: 0 0!important;
	height: 100vh;
	
}

.btn:focus {
    outline: none!important;
    
}
.btn:focus {
    box-shadow: none!important;
}

.wrapper .border {
    border: none!important;
}

/* CORPO DO SITE */
.wrapper {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 100px;
}

.main-container {
	padding: 0.5rem 1rem;
}

/* MENU DO SITE */
.navbar{
	height: 70px;
	font-family: 'Barlow', sans-serif;
}

#menu-header,
#menu-footer {
	padding: 0;
}

#navbar-header{
	z-index: 10;
}

.titulo-desktop{
	width: 100%;
	display: flex;
	align-items: flex-end;
}

.titulo-desktop h2{
	font-size: 40px;
}

/* LOGO DO SITE */
#banner-full-header{
	width: 100%;
	background: url('../img/Banner-full.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	
}

.contato-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10% 0;
}

.contato-header{
	color: #ffff;
	font-size: 36px;
	width: 50%;
	height: 160px;
}

.contato-header #mobile-button{
	margin-left: 0;
	text-transform: capitalize;
}

.banner-logo-contato-mobile,
.banner-logo-contato{
	position: relative;
	width: 300px;
	height: 282px;
}

.banner-logo-contato-mobile img,
.banner-logo-contato img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: contain;
}

.navbar-brand{
	position: relative;
	width: 180px;
	height: 38px;
}
.navbar-brand img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(140%);

}

/* MENU DO SITE HEADER */
.menu-topo{
	display: flex;
	align-items: center;
    
}

#menu-header {
    margin-top: 15px;
}

.menu li{
	display: table-cell; 
	position: relative; 
	padding: 10px 0;
}

.menu li a{
	color: #ffff;
	text-decoration: none;
	letter-spacing: 0.15em;
	display: inline-block;
	position: relative;
	margin-right: 30px;
}

.menu a:after {    
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	background: #fff;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 5px;

}
 
.menu a:hover:after { 
	width: 100%; 
	left: 0; 
}

/* MENU MOBILE */
#navbar-header,
#image-tuna-mobile,
.banner-logo-contato-mobile,
#btn-mobile-header{
	display: none;
}

.offcanvas-body.mobile{
	margin-top: 50px;
}

#btn-mobile-header i{
	color: #15E1C6;
	font-size: 25px;
}

.btn-close.text-reset.fechar-botao-sidebar-desktop{
    position: absolute;
	right: 15%;
	top: 5%;
    opacity: 0.9;
	color: #000000;
	font-size: 30px;
}

.offcanvas.offcanvas-end{
	width: 300px;
	background: #B0E9DE;
}

.offcanvas-body{
	margin-top: 30px;
}

nav.mobile #menu-header-1{
	display: flex;
	flex-direction: column;
	color: #000000;
}

nav.mobile #menu-header-1 li{
	margin-bottom: 40px;
}

nav.mobile #menu-header-1 a{
	font-weight: 700;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}

#mobile-button{
	margin-left: 30px;
}

/* ICONES REDE SOCIAIS MOBILE */
.icones-sidebar-socials{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin-top: 30%;
    margin-bottom: 10%;


}

.icones-sidebar-socials i{
	color: #3E726A;
	font-size: 40px;
}

.contato-header .botao-todos-site{
	margin-top: 32px;
	padding: 8px 32px;
}

/* BOTÃO PADRÃO DO SITE */
.botao-todos-site{
	font-family: 'Cutive Mono', monospace;
	text-transform: uppercase;
	background: #15E1C6;
	border-radius: 8px;
	color: #000000;
	text-align: center;
	padding: 8px 32px;
	border: none;
	outline: none;
	font-size: 20px;
}

.botao-todos-site:hover{
	background: #B0E9DE;
	
}

#mobile-button.botao-todos-site:hover{
	background: #04454E;
	color: #ffff;
	
}


/* FOOTER SEÇÃO */
.border{
	display: none;
}

.footer{
	position: relative;
	width: 100%;
	height: auto;
	background: #B0E9DE;
	font-family: 'Barlow', sans-serif;
	padding: 2% 0;
}

.main-container.rodape{
	padding-top: 50px;
	display: flex;
    flex-direction: column;
}

.informacoes,
.menu-footer{
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.navegacao-footer .menu li a{
	font-weight: 500;
	color: #04454E;
}

.navegacao-footer .menu a:after {    
	background: #04454E;

}

.menu-footer .menu li{
	font-size: 14px;
}

.footer .navegacao-footer,
.footer .informacoes-text{
	width: 70%;
}

.titulo-footer{
	width: 10%;
	text-align: right;
	margin-right: 5%;
}

.informacoes h2,
.menu-footer h2{
	font-size: 25px;
	text-transform: uppercase;
	color: #04454E;
	font-weight: 300;
}

.informacoes{
	margin-top: 40px;

}

.informacoes-text{
	font-size: 15px;
}

.informacoes-text p{
	margin-bottom: 15px;
}


/* LOGO DO RODAPE */
.imagem-footer{
	position: absolute;
	right: 5%;
	bottom: 15%;
	
}

.tuna-footer{
	display: block;
	position: relative;
	width: 154px;
	height: 45px;
}

.tuna-footer img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.icones-sidebar-socials.footer-sociais{
	width: 100%;
    display: flex;
    justify-content: center;
	align-items: center;
    margin: 0;
	
} 
.icones-sidebar-socials.footer-sociais i{
	font-size: 25px;
	margin:0 30px;
}

















/* RESPONSIVO DO SITE */
@media(max-width: 2570px){
	
}

@media(max-width: 1030px){
	.footer .navegacao-footer, 
	.footer .informacoes-text {
		width: 80%;
	}
	.titulo-footer {
		width: 15%;
	}
	.contato-header {
		font-size: 20px;
	
	}
	.banner-logo-contato {
		width: 260px;
		height: 267px;
	}
}

@media(max-width: 768px) {
	/* MENU */
	nav.mobile #menu-header-1 #home-mobile-li{
		margin-bottom: 20px;	
	}
	
	#navbar-header{
		display: block;
		width: 100%;
		position: fixed;
		top: 0;
		padding: 0 5%;
		display: flex;
	}
	
	#mobile-button {
		margin-left: 30px;
		text-transform: capitalize;
		font-size: 20px;
	}
	
	.mobile .menu a:after{
		display:none;
	}
	
	.contato-container {
		margin: 2% 0;
	}

	.main-container.rodape {
		margin-left: 0px;
	}

	#image-tuna-desktop,
	.banner-logo-contato,
	.menu-topo{
		display: none;
	}

	#image-tuna-mobile{
		object-position: left;
		object-fit: contain;
	
	}

	/* MENU MOBILE */
	.banner-logo-contato-mobile,
	#btn-mobile-header{
		display: block;
	}

	.banner-logo-contato-mobile{
		width: 100%;
		height: 230px;
	}

	.banner-logo-contato-mobile img{
		width: 70%;
		
	}

	.wrapper {
		padding: 0 5%;
		
	}
	
	.mobile .menu li a{
		position: initial;
	}
	

	/* FOOTER */
/* 	.informacoes h2, 
	.menu-footer h2{
		width: 0;
	} */
	.informacoes, 
	.menu-footer {
		align-items: flex-start;
		flex-direction: column;
	}
	#menu-footer {
		display: flex;
		flex-direction: column;
		
	}

	/* LOGO RODAPE */
	.imagem-footer{
		display: block;
		position: initial;
		margin: 30px auto;
		width: 30%;

	}
	.main-container.rodape{
		max-width: 100%
	}
	.informacoes h2,
	.menu-footer h2{
		font-size: 18px;
		font-weight: 700;
	
	}
	.informacoes-text{
		margin-top: 20px;
		color: #04454E;
		font-weight: 500;
	}
	
	.navegacao-footer{
		margin-top: 20px;
	}
	
	.border .border1,
	.border .border2,
	.border .border3{
		display: block;
		background: #3E726A;
		margin-left: 5px;
	}
	.border .border1{
		width: 2px;
		height: 5px;
	}
	.border .border2{
		width: 10px;
		height: 5px;
	}
	.border .border3{
		width: 100%;
		height: 5px;
	}
	.titulo-footer{
		width: 100%;
		display: flex;
	}
	.border{
		width: 60%;
		position: absolute;
		display: flex;
		right: 0;
		margin: 5px 0;
	}
}

@media( max-width: 425px){
	.contato-header p {
		font-size: 20px;
		max-width: 90%;

	}

	.imagem-footer {
		transform: translate(-20%, -20%);
	}

	.contato-container {
		margin: 0;
	}

	.informacoes-text,
	.navegacao-footer .menu li a {
		font-size: 18px;
	} 
/* 	
	.image-animation {
		top: 35%;
		left: 23%;
		transform: translate(-50%,-50%);
	} */
}

@media( max-width: 320px){
	.imagem-footer {
		transform: translate(-50%, -20%);
	}
	
	.navegacao-footer, .informacoes-text {
		 width: 100%;
	}

}