body {
	font-family: 'Montserrat', sans-serif;
	background-color: white;
	text-align: left;
	padding: 0px;
	margin: 0px;
}


/* Configs do cabecalho, bloco geral*/
header{
	background: #800000;
	color: white;
	padding: 10px;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	height: 85px;

}

/* Aqui temos as configs da logo no cabecalho, bloco especifico*/
header .logo a{
	background-image: url("images/ralampinhaiconbranco.png");
	background-size: 200px;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	height: 65px;
	text-indent: -99999px;
	top: -5px;
	width: 200px;
}

/* Aqui, temos um bloco entre o header geral e ul; ul, um bloco que engloba o li*/
nav{
	margin: 0px;
}

.menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.menu li{
    list-style: none;
}


.menu li:not(.logo) {
    margin-left: 40px;
}


/* li possui cada texto de pagina no cabecalho*/
li{
	
	display: inline-block;
	width: auto;
	font-size: 24px;
}

/* "a", um bloco mais especifico ainda para os textos de pag*/
a{
	text-decoration: none;
	color: white;

}

/* caixa Dropdown */
.dropdown {
	position: relative;
	z-index: 9999;

}

/* seta */
.arrow {
	font-size: 14px;
	margin-left: 5px;
}

/* menu */
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: -35px;
	background-color: #800000;
	padding: 0;
	min-width: auto;
	border-radius: 5px;
	opacity: 0;                 
	visibility: hidden;
	transition: opacity 0.15s ease;
}

.dropdown:hover .dropdown-menu,
.dropdown-menu:hover {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}


/* Itens dentro do dropdown */
.dropdown-menu li {
	display: block;
	margin: 0;
	font-size: 18px;
}

/* Links dentro do dropdown */
.dropdown-menu a {
	display: flex;
	padding: 10px;
	color: white;
	white-space: nowrap;

}

/* Hover efeito */
.dropdown-menu a:hover {
	background-color: #a00000;
}

/* Mostra dropdown no hover */
.dropdown:hover .dropdown-menu {
	display: block;
}


/* Bloco geral de section */
section {
	background: #0D0E0E;
	color: white;
	padding: 20px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	white-space: normal;
}

/* Bloco especifico para section do carrossel e texto de resumo*/
.features {
	display: flex;
	flex-wrap: wrap;          
	padding: 15px;
	gap: 0px;
	background-color: #0D0E0E;
	color: white;
}

/* Bloco mais externo do carrossel*/
.slide{
  	display: flex;
	margin: 100px auto;
  	width: 100%;
	max-width: 650px;
  	gap: 1em;
  	background-color: #0D0E0E;
  	border-radius: 10px;
	overflow-x: auto;
}

.slide::-webkit-scrollbar {
	display: none;
}

/* Bloco geral das imagens*/
.imgslide {
	gap: 15px;
	display: flex;	
	animation: spin 50s infinite linear;
}

/* Bloco de cada elemento com bloco "img"*/
.imgslide img{

	width: auto;
	max-width: 350px;
	height: auto;
	max-height: 450px;
	height: auto;
	border-radius: 8px;
	object-fit: cover;
	margin: 0;
}

/* Bloco texto do resumo*/
.maintxt {
	padding: 40px;
	flex: 1 1 auto;
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
	word-wrap: break-word;
	overflow-wrap: break-word;
	line-height: 35px;
	text-align: left;
}

@keyframes spin{
	from {translate: 0;}
	to {translate: -100%}
}

@media (max-width:900px){

	.features{

		flex-wrap: wrap;
		text-align: center;

	}

}

.maintxt{

	max-width: wrap;
}

/* Bloco titulo*/
h1{
	font-family: 'Anton', sans-serif;
	font-size: 48px;

}

/* Bloco texto*/
p{
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
}

.sponsortop{
	height: auto;
	justify-content: center;
	align-items: center;
}

.line1{
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 90px;
	padding: 120px;
}

.line1 img{
	max-height: 70px;
	width: auto;

}

.sponsorbottom{
	height: auto;
	justify-content: center;
	align-items: center;
}

.line2{
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 90px;
	padding: 120px;
}

.line2 img{
	max-height: 80px;
	width: auto;
}

.footer {
	background: #0D0E0E;
	color: white;
	padding: 60px 40px;
}

.footer-container {
	max-width: 1400px;
	margin: 0 auto;
}

.footer-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	padding: 0;
	margin: 0;
}

.footer-item {
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 250px;
	font-size: 18px;
	line-height: 1.5;
}

.footer-item-address {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 2500px;
	font-size: 18px;
	line-height: 1.5;
}


.footer-item img {
	width: 24px;      /* icon size */
	height: 24px;
	object-fit: contain;
}

.footer-item-address img {
	width: 24px;      /* icon size */
	height: 24px;
	object-fit: contain;
}


.footer-item span {
	color: white;
}


.gic{
	display: flex;
	justify-content: center;
	align-items: center;
	color: black;
}

.contact{
	justify-content: center;
	align-items: center;
	background: white;
	padding-bottom: 80px;
	
}

.contactdiv{
	flex-direction: column;
	display: flex;
	gap: 40px;
	justify-content: center;
	align-items: center;
}

button {

	background: #FFDA03;
	color: black;
	border: 2px solid black;

	justify-content: center;
	align-items: center;
	
	font-size: 38px;
	padding: 50px 125px;
	border-radius: 50px;
	cursor: pointer;
}

@media (max-width: 900px){

	header{
		flex-wrap: wrap;
		height: auto;
	}

	nav ul{
		display: flex;
		flex-direction: column;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	nav li{
		width: 100%;
		text-align: center;
		padding: 10px 0;
	}
}

