/*@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url(preloader-henvida.css);
@import url(owl.carousel.css);



/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,900');*/


body {
	/*font-family: 'Roboto Condensed', sans-serif;
  /*font-family: 'Oswald', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  /*font-family:'Roboto', sans-serif;*/
  padding: 0;
  margin: 0;
  border:0;
  overflow-x: hidden !important;
  color:#fff;
}
button{
	 outline-style: none;
	 outline-style: none !important;
}
a{
	text-decoration:none;
	color: #ff171c;
}
a:hover{
	text-decoration:none;
	color: #ff171c;
}
::-webkit-scrollbar {
    width: 4px;
	background:#555;
}
  
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 2px;
    background-image: linear-gradient(to top,  #6f0508 , #ff171c);
}

input:hover, input:focus {
  outline: none !important;
}

.btn1{
	padding:10px 15px;
	border: 1.5px solid #0a0e56;
	background: transparent;
	color: #0a0e56;
	border-radius: 20px 5px;
	font-weight:400;
	font-size:10pt;
}
.btn1:hover{
	background: #13186d;
	color: #fff;
}
.btn2{
	padding:10px 15px;
	border: 1.5px solid #ff171c;
	background: transparent;
	color: #ff171c;
	border-radius: 20px 5px;
	font-weight:400;
	font-size:10pt;
}
.btn2:hover{
	background: #ff171c;
	color: #fff;
}
.btn3{
	padding:10px 15px;
	border: 1.5px solid #ff171c;
	background: #ff171c;
	color: #fff;
	border-radius: 20px 5px;
	font-weight:400;
	font-size:10pt;
}
.btn3:hover{
	background: #bb0408;
	color: #fff;
}
.btn4{
	padding:10px 15px;
	border: 1.5px solid #13186d;
	background: #13186d;
	color: #fff;
	border-radius: 20px 5px;
	font-weight:400;
	font-size:10pt;
}
.btn4:hover{
	background: #0a0e56;
	color: #fff;
}

.mobile{
	display:inline;
}
@media(max-width:600px){
	.mobile{
		display:none;
	}
}

.bg-henvida{
	background:#0b3056;
}

.borda3-baixo-laranja{
	border-bottom: 3px solid #ff9b1c;
}
.borda3-top-laranja{
	border-top: 3px solid #ff9b1c;
}

body{
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	background: #002b3e url("../images/bc-van.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
}



#btTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  z-index: 999999; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #ff171c; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px 12px; /* Some padding */
  border-radius:10px;
  font-size: 15pt; /* Increase font size */
  line-height:5pt;
  -webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	
}

#btTop:hover {
  background-color: #ff171c; /* Add a dark-grey background on hover */
	-webkit-transform: scale(1,15);
	-moz-transform: scale(1,15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}




header{
	z-index:5;
	position:relative;
		transition: 500ms ease;
	-webkit-transition: 500ms ease;

}
body::after {
	background: url("https://www.transparenttextures.com/patterns/dark-dot.png");
	width: 100%;
	content: "";
	z-index:-1;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  position: fixed;
 
}

.barra-top{
	background-image: linear-gradient(to left,  #6f0508 , #ff171c);
	height:8px;
}
.header{
	padding-top:20px;
	padding-bottom:20px;
}
.linkface{
	color:#fff; 
	padding:5px; 
	border: 1px solid rgba(255,255,255,0.5); 
	border-radius:10px;
	font-size:11pt;
}
.linkface:hover{
	background:#fff;
	color:#002b3e;	
	padding:5px; 
	border: 1px solid rgba(255,255,255,0.5); 
	border-radius:10px;
}
.patrocinios{
	padding-left: 50px;
}




.patrocinios .carousel-item{
	max-width:320px; 
	height:240px;
	width:100%;
	animation: fadeIn ease-in-out 8s ;
	 -webkit-animation: fadeIn linear 8s;
  -moz-animation: fadeIn linear 8s;
  -o-animation: fadeIn linear 8s;
  -ms-animation: fadeIn linear 8s;
}


@keyframes fadeIn {
  0%,100% {opacity:0;}
  10% {opacity:1;}
  70% {opacity:1;}
}
@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}


.img-emocao{
	margin-top:-40px;
}
.slide{
	 padding:20px; 
	padding-top:80px;
}
@media(max-width:700px){
	.logo{
		padding-top:20px;
	}
	.patrocinios{
		padding-left: 0px;
	}
	.slide{
		padding-top:10px;
	}
	
	.img-emocao{
		margin-top:20px;
	}
	.patrocinios .carousel-item{
		max-width:400px; 
		height:240px;
		width:100%;
		animation: fadeIn ease-in-out 8s ;
		 -webkit-animation: fadeIn linear 8s;
	  -moz-animation: fadeIn linear 8s;
	  -o-animation: fadeIn linear 8s;
	  -ms-animation: fadeIn linear 8s;
	}

}
/*rodapé*/
footer{
	
	margin-top:20px;
	background-size:cover;
	background-position:center;
	position:relative;

}
footer .container{

}
footer .logo{
	text-align: center;
	padding-bottom:20px;
}
footer .logo img{
	width:90%;
	max-width:250px;
}

footer .atendimentofooter {
	padding-bottom:60px;
}
footer .atendimentofooter h2{
	font-size:15pt;
	color:#fff ;
}
footer .atendimentofooter h2 i{
	color: #ff171c;
}
footer .atendimentofooter b{
	color: #fff;
	margin-left:30px;
	font-size:20pt;
	font-weight:400;
}
footer .atendimentofooter b span{
	color: #fff;
	font-size:13pt;
	font-weight:300;
}
footer .atendimentofooter b .flaticon-whatsapp{
	color: #34af23;
	font-size:13pt;
	font-weight:300;
}
footer .cop{
	font-size:7.5pt;
	text-align:center;
	padding:15px;
	color:rgba(255,255,255,0.9);
	font-weight: 300;
	border-top: 1px solid rgba(0,0,0,0.1)
}
footer .cop i{
	font-size:7pt;
	color:#FF0000;
}
footer .cop a{
	text-decoration:none;
	color:#FF0000;
	font-weight:700;
}

/* //rodapé*/
