@import "https://use.fontawesome.com/releases/v5.5.0/css/all.css";

body
{
	padding: 0;
	margin: 0;
}

.menu-principal
{
	background-color: #f8f9fa;
}

.btn-matricula
{
	background-color: white;
	border: red 2px solid;
	border-radius: 5px;
}

.btn-matricula a
{
	color: red;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
}

.btn-matricula a:link
{
	text-decoration: none;
}

.btn-matricula:hover
{
	background-color: red;
	border-color: red;
	color: black;
}

.escolhasMenu a
{
	color: #e93137;
	font-weight: 500;
}

.escolhasMenu a:hover
{
	color: black;
}

.banner
{
	background-color: #e93137;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 1%;
}

.banner2
{
	display: flex; 
	justify-content: center;
	margin-bottom: 15px;
}

.banner img
{
	height: 25%;
	width: 25%
}

.banner h2
{
	text-align: center;
	font-size: 40px;
	color: white;
}

#carouselDemo
{
	margin-bottom: 5%;
}

#carouselDemo img
{
	width: 100%;
	height: 450px;
}

.apresentacao div
{
	border-radius: 0px 0px 10px 10px;
}

.apresentacao div:nth-child(even)
{
	background-color: #fd7e14;
}

.apresentacao ul
{
	list-style: none;
	display: flex;
	text-align: center;
}

.apresentacao ul li:first-child
{
	margin-right: 5%;
}

.apresentacao ul li:nth-child(2)
{
	text-align: left;
}

.apresentacao h4
{
	color: white;
	font-weight: bolder;
}

#servicos
{
	margin-bottom: 5%;
}

#servicos img
{
	width: 100%;
	height: 271px;
}

#servicos span
{
	font-size: 22px;
	font-weight: 600;
	color: white;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}

#servicos span i
{
	font-size: 50px;
}

.carousel-caption
{
	margin-left: -15%;
	font-size: 18px;
	width: 470px;
	background-color: #e93137d7;
	border-radius: 0 10px 10px 0;
}

.citacao
{
	display: block;
	font-size: 30px;
	font-style: italic;
	text-align: left;
	margin-bottom: 2%;
	padding: 10px;
}

.img4
{
	display: flex; 
	justify-content: center; 
	width: 100%; height: 40%;
	margin-bottom: 50px;
}

.barra
{
	color: rgb(209, 12, 12);
    background-color: rgb(209, 12, 12);
    height: 3px;
    margin-bottom: 5%;
    width: 200px;
}

.galCult img 
{
	width: 300px; height: 300px;
	/*margin-bottom: -55px;*/
}

.galCult 
{
	word-wrap: break-word;
}

.galCult article
{
	color: rgb(26, 25, 25);
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	text-align: center;
}

.delPost
{
	color: #e93137;
	font-weight: 500;
	cursor: pointer;
}

/*.videoCult img 
{
	width: 300px; height: 300px;
	/*margin-bottom: -55px;
}

.videoCult 
{
	word-wrap: break-word;
}

.videoCult article
{
	color: rgb(26, 25, 25);
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	text-align: center;
}
*/
#contato h3
{
	text-align: center;
}

#contato span
{
	font-weight: 600;
	color: rgb(143, 143, 143);
	text-align: center;
}

.rodape
{
	width: 100%;
	height: auto;
	background-color: rgb(236, 20, 20);
	color: rgb(255, 255, 255);
	font-size: 16px;
}

@media (max-width: 1199px)
{
	#servicos span
	{
		font-size: 14px;
		font-weight: 600;
		color: white;
		margin-top: 20px;
		margin-bottom: 20px;
		display: block;
	}

	#servicos span i
	{
		font-size: 30px;
	}
}

@media (max-width: 767px)
{
	#servicos span
	{
		font-size: 22px;
		font-weight: 600;
		color: white;
		margin-top: 20px;
		margin-bottom: 20px;
		display: block;
	}

	#servicos span i
	{
		font-size: 50px;
	}
}

@media (max-width: 992px)
{
	.btn-matricula a
	{
		font-size: 15px;
	}
}

@media (max-width: 767px)
{
	.escolhasMenu li:first-child
	{
		margin-top: 8px;
	}
	.escolhasMenu li
	{
		margin-bottom: 10px;
	}

	.btn-matricula a
	{
		font-size: 18px;
	}
}
