* {
	margin: 0;
	padding: 0;
	font-family: "roboto";
}

a {
	text-decoration: none;
}

#imgPrincipal {
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)), url(imagens/portao.jpg);
	width: 100%;
	background-repeat: no-repeat;
	height: 600px;
	left: 0%;
	text-align: center;
}

.containerPrincipal {
	width: 100%;
	position: relative;
	top: 60%;
	color: white;
}

.containerPrincipal h1 {
	font-family: "Secular-One";
	font-size: 60px;
	color: #ffee00;
	text-shadow: 4px 4px 15px #1b1a19;
}

.containerPrincipal h1 b {
	font-family: "Secular-One";
	color: white;
}

.divisor {
	width: 200px;
	margin: auto;
	border: 2px solid #ffee00;
}

.elementor-back {
	margin: 10px;
	font-weight: bold;
}

.elementor-back b {
	color: #adaba9;
	padding-left: 6px;
}

.elementor-back a {
	color: aliceblue;
	font-family: "roboto", sans-serif;
	text-decoration: underline;
	padding-right: 6px;
}

.elementor-back a:hover {
	color: #ffee00;
	transition: all 0.8s;
}

.ele {
	margin: 50px;
}

.info {
	margin: 50px 0;
}

.info h1 {
	font-size: 60px;
}
.line-title {
	width: 50%;
	border: 3px solid #ffee00;
}
.info p {
	margin-top: 10px;
	font-size: 20px;
	color: #6e6e6e;
	letter-spacing: 0.5px;
}

.divisor2 {
	margin-top: 40px;
	text-align: center;
	margin-left: 15%;
	width: 70%;
	border-top: 1px solid black;
}
#mapa {
	width: 80%;
	margin-top: 30px;
	margin-left: 10%;
	height: 300px;
}

@media only screen and (max-width: 380px) {
	.info h1 {
		font-size: 35px;
	}

	.info p {
		font-size: 16px;
	}
}

@media (min-width: 380px) and (max-width: 500px) {
	.info h1 {
		font-size: 40px;
	}

	.info p {
		font-size: 17px;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 500px) and (max-width: 700px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
}
