/*CORES*/
/*CINZA #C6B8D9
AZUL ESCURO #362559
AZUL #392973
VERMELHO #BF3F3F*/
*{
	padding: 0;
	margin: 0;
}
html, body{
	height: 100%;
}
.min-height{
	min-height: 100%;
}
.min-height2{
	min-height: 50%;
}
h1,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran';
  font-weight: 800 !important;
}
.card{
	border: none;
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	margin-bottom: 20px;;
}
.card-title{
	padding: 10px;
}
/*HEADER*/
header .navbar{
	width: 100%;
	position: fixed;
	z-index: 5;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
header .navbar-toggler{
	background-color: #BF3F3F;
	color: #fff;	
}
header .navbar ul li a{
	font-size: 15pt;
	color: #362559;
}
header .logo img{
	height: 60px;
}

/*FIM DO HEADER*/
#heroMobile{
	display: none;
	background-image: url('../img/banner2.jpg');
	background-repeat: no-repeat;
}

#heroDesktop img{
	width: 100%;
	filter: brightness(20%);
}
#heroDesktop h1{
	clear: both;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #FFF;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 5rem;
}
#heroDesktop h3{
	clear: both;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    color: #BF3F3F;
}
.titulo-hero{
	margin-top: -38%;
}
#heroDesktop .titulo-hero button{
	background-color: #362559;
	color: #BF3F3F;
	padding: 15px;
	width: 180px;
	border: none;
	border-radius: 10px;
	text-transform: uppercase;
}
#heroDesktop .titulo-hero button:hover{
	background-color: #BF3F3F;
	color: #362559;
}
#heroDesktop hr{
	background-color: #362559;
	height: 2px;
}
/*FIM DO HERO*/


/*SOBRE*/
#sobre h2{
	font-weight: 300;
	font-size: 2.4rem;
	padding-top: 30px;
}
.titulo-sobre hr{
	background-color: #BF3F3F;
	width: 30%;
}
.carousel, .carousel img{
	border-radius: 10px;
}
.carousel{
	box-shadow: 0 30px 30px rgba(0,0,0,0.4);
}
.valores span{
	font-weight: 200;
	font-size: 2rem;
	padding-top: 30px;
}
.valores p{
	font-weight: 200;
	font-size: 1.5rem;
}
.valores hr{
	background-color: #BF3F3F;
	width: 50%;
}
.icones i{
	font-size: 40pt;
	padding-bottom: 20px;
	color: #BF3F3F;
}
.icones p{
	padding-bottom: 20px;
	font-size: 1.2rem;
}
/*FIM SOBRE*/

/*SERVIÇOS*/
#servicos{
	background-color: #f8f8f8; 
}
#servicos .btn-servicos{
	width: 150px;
	padding: 15px;
	background-color: #362559;
	color: #fff;
}

.card img{
	height: 200px;
	object-fit: cover
}
.servicos-card{
	height: 300px;
}


/*galerya*/
@media (min-width: 768px) {
	.carousel-multi-item-2 .col-md-3 {
		float: left;
		width: 25%;
		max-width: 100%;
	}
}
@media (max-width: 768px) {
	#heroDesktop{
		display: none;
	}
	#heroMobile{
		display: block;
		background-image: url('../img/banner2.jpg');
		background-repeat: no-repeat;
	}	
}	


.carousel-multi-item-2 .card img {
border-radius: 2px; }
#galeria{
    background-color: #121212;
    padding: 20px 0 20px 0;
}
#galeria a i{
    color: #fff;
    padding: 20px 0 20px 0;
}
/*FIM SERVICOS*/

.controls-top a{
	color: #BF3F3F;
}

/*PRODUTOS*/
#produtos .btn-servicos{
	width: 150px;
	padding: 15px;
	background-color: #362559;
	color: #fff;
}
.marcas{
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	width: 80%;
}
#produtos ul{
	list-style-type: none;
}
#produtos ul li i{
	color: #BF3F3F;
	font-size: 20pt;;
}
/*CONTATO*/
.card-contato a{
	text-decoration: none;
	color:  #362559;
}
.card-contato iframe{
	height: 100%;
	width: 100%;
}
#contato{
	background-color: #f8f8f8;
}
#contato .card-contato{
	height: 500px;	
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
#contato form{
	padding: 10px;
	text-align: center;
}
#contato form input{
	width: 100%;
	height: 35px;
	margin-top: 15px;
}
#contato form textarea{
	width: 100%;
	margin-top: 15px;
}
.btn-enviar{
	padding: 6px;
	background-color: #BF3F3F;
	color: #fff;
	border: none;
}
/*FIM CONTATO*/

/*FOOTER*/
footer{
	background-color: #362559;
}
.footer-copyright img{
	height: 13.5pt;
	animation: batimentos 1s infinite alternate;
}
.footer-copyright a{
	color: #fff;
	text-decoration: none;
	float: right;
}
.footer-copyright .copy{
	color: #fff;
}

@keyframes batimentos{
	0%{height: 13.5pt;}
	10%{height: 13.7pt;}
	20%{height: 13.8pt;}
	40%{height: 14.5pt;}
}
/*FIM DO FOOTER*/

/*MEDIA QUERIES*/
@media (max-width: 480px){
	header .navbar{
		width: 100%;
		position: fixed;
		z-index: 5;
		background-color: #f2f2f2;
	}
	header .navbar ul li a{
		font-size: 15pt;
		color: #362559;	
	}
	#heroDesktop{
		display: none;
	}
	#heroMobile{
		display: block;
		background-image: url('../img/banner2.jpg');
		background-repeat: no-repeat;
	}	
	
}
