html{
	scroll-behavior: smooth;
}
body, h1, h2, h3, p, ul, li, a {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

/*img {
	display: block;
	max-width: 100%;
}*/

* {
	box-sizing: border-box;
}

/*Menu*/

.menu-bg {
	background: #ffffff;
}

.menu {
	max-width: 960px;
	margin: 0 auto;
	padding: 15px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.menu a {
	color: black;
}

.menu-nav ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.menu-nav a {
	font-size: 1em;
	display: block;
	padding: 10px;
	text-transform: uppercase;
}
.menu-nav a.login{
	font-weight: bold;
	font-size: 1.2em;
	color: #EE1B23;
}
.menu-nav a:hover{
	background-color: #EEE;
}
.menu-nav a:focus{
	background-color: #DDD;
}

/*Cores*/
.text-yellow {
    color: #8A6D3B;
}
.text-red {
    color: #A94442;
}
.text-blue {
    color: #337AB7;
}
.text-green {
    color: #3C763D;
}

/*Banner*/

.banner {
	background: url('/storage/imagens/banner.jpg') no-repeat center;
	height: 100%;
	background-size: cover;
	display: flex;
	flex-direction: column;
}

.banner-extra {
	color: #ffffff;
    display: flex;
	flex-direction: column;
	justify-content: center;
	order: 1;
}
.banner-extra .aligned-items {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
    gap: 5px;
}
.banner-extra .aligned-items div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 8rem;
}
.banner-extra .aligned-items div {
    border-radius: 5px;
    background: #FFF;
    padding: 5px;
}
.banner-extra .aligned-items div:hover {
    filter: brightness(1.2);
}
.banner-extra .aligned-items div:active {
    filter: brightness(0.8);
}

.banner-content {
	max-width: 960px;
	margin-left: 0;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	order: 0;
}

.banner-content h1 {
	font-size: 2.8em;
}

.banner-content h3 {
	font-size: 1.5em;
}

.banner-video{
	display: flex;
	flex-direction: column;
	justify-content: center;
	order: 0;
	width: 100%;
}

.banner-video iframe{
	width: 100%;
	height: 20rem;
	margin: 0 auto;
}

.banner-item {
	margin: 10px;
}
.banner-content a.button{
		width: 80%;
		display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: wrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.1rem;
    line-height: 1.5;
    border-radius: .25rem;
    background-color: #337ab7;
		color: #FFF;
    cursor: pointer;
}
.banner-content a.button:hover{
		color: #fff;
    background-color: #23527c;
}
.banner-content a.button:active{
		color: #fff;
    background-color: #286090;
}
.banner-content .buttons{
	display: flex;
	justify-content: center;
}

/*Anúncio*/

.anuncio{
	margin-top: 20px;
	box-shadow: 5px 0 30px #999;
	background: linear-gradient(60deg, #EE1B23 25%, #EFEFEF 25%, #EFEFEF 40%, #F6F6F6 40%, #FAFAFA 50%, #FFF 50%);
}
.anuncio-content{
	text-align: center;
	margin: 0 auto;
	padding: 50px 0;
	color: rgb(72, 75, 77);
}
.anuncio-content h1{
	font-size: 2.5rem;
	text-transform: uppercase;
}
.anuncio-content img{
	padding: 10px 0;
	/*width: 30%;*/
	max-width: 90%;
}

/*Quem somos*/

.quemsomos-content{
	text-align: center;
	padding-top: 50px;
	color: rgb(72, 75, 77);
	max-width: 70%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.quemsomos-content h1{
	font-size: 2.5rem;
	text-transform: uppercase;
}
.quemsomos-content p{
	font-size: 1rem;
	text-align: justify;
	text-indent: 5%;
	word-spacing: 5px;
	line-height: 160%;
}
.quemsomos-content img{
	padding: 10px 0;
	max-width: 90%;
	
}

.quemsomos-content button{
	margin-top: 20px;
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.3rem;
    line-height: 1.5;
    border-radius: .25rem;
    background-color: #337ab7;
	color: #FFF;
    cursor: pointer;
}
.quemsomos-content ul{
	font-size: 1rem;
	text-align: left;
	list-style: circle;
	margin-left: 7%;
}
.quemsomos-content ul li{
	padding: 4px;
}
.quemsomos-content table{
	font-size: 1rem;
	text-align: left;
	list-style: circle;
	margin-left: 7%;
}
.quemsomos-content table td{
	padding: 10px;
}
.quemsomos-content button:hover{
	color: #fff;
    background-color: #23527c;
}
.quemsomos-content button:active{
	color: #fff;
    background-color: #286090;
}

/*Responsividade*/

.responsivo{
	box-shadow: 5px 0 30px #999;
	margin-bottom: 50px;
	background-color: rgb(239,239,239);
}
.responsivo-content{
	text-align: center;
	padding: 20px 0;
	margin: 0 auto;
	color: rgb(72, 75, 77);
}
.responsivo-content h1{
	font-size: 2.2rem;
	text-transform: uppercase;
}
.responsivo-content .imagens{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
.responsivo-content .imagem-container{
	margin: 10px;
}
.responsivo-content .imagens img{
	max-width: 90%;
	max-height: 280px;
}

/*Serviços*/

.servicos{
	width: 100%;
}

.servicos-content {
	margin: 0 auto;
	color: rgb(72, 75, 77);
	background-color: rgb(239,239,239);
	padding-top: 20px;
}
.servicos-item:nth-of-type(2n){
	background-color: #FFF;
}
.servicos-item{
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
	justify-content: center;
}
.servicos-item h1{
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}
.servicos-item img{
	width: 90%;
	order: 2;
}
.servicos-item .servicos-text{
	max-width: 100%;
	order: 3;
}
.servicos-item .servicos-text p{
	text-indent: 5%;
	font-size: 1.2rem;
}

.tabelas-content{
	padding: 20px;
}
.tabelas-content h1{
	color: rgb(72, 75, 77);
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}
.tabelas-content .tabelas-imagens{
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
.tabelas-content .tabelas-imagens img{
	width: 100%;
	padding: 5px;
}

.comofunciona{
	padding: 50px;
	text-align: center;
	color: rgb(72, 75, 77);
}
.comofunciona h1{
	text-transform: uppercase;
	margin-bottom: 50px;
}

.comofunciona .video{
	position: relative;
	margin: 0 auto;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.comofunciona .video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contatos{
	background-color: rgb(239,239,239);
	padding:10px;
}
.contatos-content{
	color: rgb(72, 75, 77);
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding:20px 0;
}

.contatos-content ul{
	padding-bottom:20px;
	text-align: center;
}

.contatos-content ul li{
	line-height: 150%;
}

.contatos-content i{
	padding:0 5px;
}

.whatsapp-color{
	color: #25d366;
}
.facebook-color{
	color: #3b5998;
}
.instagram-color{
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.contatos-content h2{
	padding-bottom: 10px;
}

.validados{
	margin-bottom: 30px;
}
.validados-content{
	margin: 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	text-align: center;
}
.validados-content h2{
	font-size: 1.9rem;
	color: #286090;
}
.validados-content img{
	margin-top: 20px;
	width: 80%;
	max-height: 200px;
}
.validados-item:nth-of-type(1){
	margin-bottom: 30px;
}

.footer{
	padding:20px;
}

@media all and (min-width: 975px){
	.banner{
		flex-direction: row;
		height: 600px;
	}
	.banner-extra {
	    width: 20%;
	    order: 0;
	    padding: 4px;
	}
	.banner-extra .aligned-items div {
	    background: transparent;
	    min-width: 1rem;
	}
	/*
	.banner-content {
		margin-left: 20%;
	}
	*/
	.banner-content a.button{
		width: 100%;
	}
	.banner-video{
		padding-left: 20px;
		order: 2;
		width: 100%;
	}
	.banner-video iframe{
		width: 80%;
		height: 80%;
	}
	
	.menu-nav a.login{
		margin-left: 20px;
	}

	.anuncio-content img{
		width: 30%;
	}
	
	.quemsomos-content p{
		font-size: 1.5rem;
	}
	.quemsomos-content ul{
		font-size: 1.2rem;
	}
	.quemsomos-content table{
		font-size: 1.2rem;
	}

	.responsivo-content h1{
		font-size: 2.5rem;
		text-transform: uppercase;
	}
	.responsivo-content .imagem-container{
		width: 30%;
	}
	
	.servicos-item .servicos-text{
		margin-left: 100px;
		order: 3;

	}
	.servicos-item:nth-of-type(2n) .servicos-text{
		margin-right: 100px;
		order: 1;
	}
	.servicos-item img{
		max-width: 20%;
	}
	.servicos-item .servicos-text{
		max-width: 20%;
	}

	.tabelas-content .tabelas-imagens img{
		width: auto;
		height: 15em;
		padding: 5px;
	}
	
	.comofunciona .video{
		position: relative;
		margin: 0 auto;
		padding-bottom: 40%;
		padding-top: 25px;
		height: 0;
		width: 70%;
	}
	.contatos-content{
		flex-direction: row;
	}
	.contatos-content ul li{
		margin-right: 300px;
		text-align: left;
	}
	.validados-item:nth-of-type(1){
		margin-bottom: 0;
	}

}