@font-face {
	font-family: "QueenCamelot";
	src: url("/fonts/QueenCamelot.otf") format("opentype");
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Regular-webfont.eot");
	src: url("Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Roboto-Regular-webfont.woff") format("woff"),
		url("../fonts/Roboto-Regular-webfont.ttf") format("truetype"),
		url("../fonts/Roboto-Regular-webfont.svg#robotoregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Bold-webfont.eot");
	src: url("Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Roboto-Bold-webfont.woff") format("woff"),
		url("../fonts/Roboto-Bold-webfont.ttf") format("truetype"),
		url("../fonts/Roboto-Bold-webfont.svg#robotoregular") format("svg");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "GreatVibes";
	src: url("/fonts/GreatVibes-Regular.ttf") format("opentype");
}

* {
	font-family: "Roboto", sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,
body {
	margin: 0;
}

#loader{
	width: 100%;
	height: calc(100vh + 30px);
	position: fixed;
	background-color: #edededcc;
	left: 0;
	top: 0;
	z-index: 10;
	display: none;
	
}

#loader img{
	display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	
}

.body-container {
	min-height: calc(100vh - 150px) !important;
}

.font-home {
	font-family: "QueenCamelot" !important;
}

.backgound-verde-azul {
	background-color: #318e93;
	padding: 50px 0;
}

.imagem-capa {
	height: 650px;
}

.materiais-title {
	font-size: 45px;
	width: 100%;
	text-align: center;
	color: #073a4b;
}
.materiais-container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.quadrado-branco-home {
	background-color: #073a4b;
	text-align: center;
	padding: 30px 20px;
	margin-top: 30px;
	border-radius: 75px;
	width: 220px;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
	color: #fff;
	min-height: 230px;
}

.quadrado-branco-home:hover {
	transform: scale(1.1);
}

.quadrado-branco-home img {
	height: 100px;
}

.quadrado-branco-home p {
	margin-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.quadrado-branco-home p.title {
	margin-top: 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 25px;
}

.tarja-branca-home {
	height: 80px;
	line-height: 80px;
	background-color: #fff;
}
.tarja-branca-home li {
	list-style: none;
	font-size: 40px;
	text-transform: uppercase;
	color: #073a4b;
	font-weight: bold;
}

.background-assuntos {
	padding: 30px 80px;
}
.deborah-info {
	background: #fff;
}

.home-info {
	background-color: #fff;
	text-align: center;
}

.home-info p {
	color: #318e93;
	text-transform: uppercase;
	font-weight: bold;
}

.home-info p.title {
	font-size: 30px;
}

.mt-10{
	margin-top:10px
}

nav {
	background: #40959a;
	padding: 10px;
	color: #073a4b;
}

nav .nav-link {
	color: #fff;
	cursor: pointer;
}

.area-foto {
	width: 100%;
	height: 500px;
	background: red;
}

footer {
	width: 100%;
	background: #4b4b4d;
}
#contato {
	padding: 30px;
}
.btn-cor-primary {
	background: #0b4063;
	color: #fff;
}

.btn-cor-secondary {
	background: #4b4b4d;
	color: #fff;
}

.carousel-button {
	position: absolute !important;
	top: 80% !important;
	left: 50% !important;
	z-index: 999 !important;
	right: 0 !important;
	width: 100px !important;
	margin-left: -50px !important;
	margin-right: auto !important;
}

.carousel-item div img {
	/* height: 500px; */
}

.header-main {
	background: rgb(11, 64, 99);
	color: #fff;
}

.btn-area-restrita {
	position: absolute;
	top: 10px;
	width: 100%;
	color: #fff;
	text-align: center;
}

.btn-area-restrita li {
	list-style: none;
	cursor: pointer;
	padding: 10px;
	transition: all 0.3s ease-in-out;
	font-size: 18px;
}
.btn-area-restrita li:hover {
	transform: scale(1.2);
	text-decoration: underline;
}

#btn-login {
	transition: all 0.3s ease-in-out;
	border-radius: 5px;
	padding: 10px;
	cursor: pointer;
	font-size: 15px;
}

#btn-login:hover {
	background: #073a4b;
	color: #fff;
	transform: scale(1.1);
}

.footer-icon {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	transition: all 0.3s ease-in-out;
	margin-left: 15px;
}

.footer-icon:hover {
	font-size: 25px;
	color: #fff;
	text-decoration: none;
}

footer p {
	font-size: 20px;
	color: #fff;
}

.title-materiais {
	width: 100%;
	padding: 10px;
	text-align: center;
	font-size: 25px;
	color: #073a4b;
	font-weight: bold;
}

.header-materiais {
	width: 100%;
}

.conteudo-item {
	text-decoration: none;
	font-size: 20px;
	color: #073a4b;
}

.link-material {
	text-decoration: none;
	color: #073a4b;
}

.link-material:hover {
	text-decoration: none;
	color: #073a4b;
}

.vai-ficar-fora {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: #073a4b;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: all 0.3s ease-in-out;
}

.vai-ficar-fora:hover {
	transform: scale(1.1);
}
.vai-ficar-fora p {
	font-size: 33px;
	text-transform: uppercase;
	cursor: pointer;
}

.vai-ficar-fora p:last-child {
	font-size: 16px;
	text-transform: uppercase;
}
.home-ficar-fora {
	height: 500px;
	background-color: #fff;
	padding-top: 80px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.main-professor-conteudo {
	background-color: #0b4063;
	border-radius: 8px;
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 10px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.main-professor-conteudo:hover {
	transform: scale(1.1);
}

.main-professor-conteudo p {
	text-transform: uppercase;
	color: #fff;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 20px;
}

.barra-busca {
	margin-top: 20px;
}

.mat-extras {
	margin-top: 30px;
	border-radius: 8px;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	color: #fff;
	padding: 20px;
	text-transform: uppercase;
	background: #009298;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.mat-extras:hover {
	transform: scale(1.1);
}

.imagem-slide {
	background-color: #073a4b;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.imagem-slide p {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

.height-carousel {
	height: 656.7px;
}

.fcosta-web {
	font-family: "GreatVibes";
	font-size: 40px;
	font-weight: 700;
	color: #f8ca3f;
}

.btn-physicool {
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 8px;
	padding: 20px;
	color: #fff;
	background: #d9761d;
	transition: all 0.3s ease-in-out;
}

.btn-physicool:hover {
	transform: scale(1.1);
}

.physicool-img {
	width: auto;
}

.btn-voltar {
	position: absolute;
	top: 15px;
	left: 20px;
}

.deborah-carousel {
	position: absolute;
	height: 500px;
	left: 0;
	margin-left: 60px;
}

.redes-sociais-carousel {
	position: absolute;
	margin-top: 370px;
	right: 0;
	margin-right: 250px;
}

.redes-sociais-carousel a + a {
	margin-left: 20px;
}

.logout-wrapper {
	position: absolute;
	right: 30px;
	top: 10px;
}

.aluno-conteudo {
	background-color: #0b4063;
	border-radius: 8px;
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 10px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.aluno-conteudo:hover {
	transform: scale(1.1);
}

.aluno-conteudo p {
	text-transform: uppercase;
	color: #fff;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 20px;
}

@media (max-width: 800px) {
	.capa-material {
		min-height: 40px;
	}

	footer p {
		font-size: 15px;
	}

	.deborah-carousel {
		height: 200px;
		left: 0;
		margin-left: 40px;
	}

	.height-carousel {
		height: 400px;
	}

	.btn-physicool {
		padding: 15px;
	}
	.physicool-img {
		width: 75%;
	}

	.btn-voltar {
		top: 5px;
		left: 10px;
	}

	.redes-sociais-carousel {
		margin-right: 85px;
		margin-top: 230px;
	}

	.redes-sociais-carousel a img {
		width: 50px;
	}
}

@media (min-width: 1500px) {
	.height-carousel {
		height: 800px;
	}

	.deborah-carousel {
		margin-left: 150px;
		height: 600px;
	}

	.redes-sociais-carousel {
		margin-right: 350px;
		margin-top: 450px;
	}
}


