.marcador{
	border: solid 1px yellow;
}
/*RECURSOS*/

.marcador2{
	border:  solid 1px purple;
}

.marcador3{
	border:  solid 1px red;
}

.clear{
	clear: both;
}

a {
  color: #fff;
  text-decoration: none;
}

h5 strong{
	font-size:25px;
}

/*ESTILIZAÇÕES CABECALHO*/

header{
	background-color: #050178;
	color: #FFF;
	height: 80px;
}

header a{
	text-decoration: none;
	color: inherit;
}

header #logo{
	float: left;
	position: relative;
	left:  -10px;
}

header #logo .img-mobile{
	position: relative;
	left:  -10px;
	display: none;
}

header #midias-sociais{
	float: right;
	position: relative;
	top: -70px;
	right:  10px;
}

header #traducao{
	float:  right;
	position: relative;
	top: 15px;
	right: 47%;
	display: flex;
}


header #traducao .link-traducao-pt{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: solid #FFF 2px;
	background-image: url('../img/b_brasil.png');
	background-size:  cover;
	margin-right: 5px;
}

header #traducao .link-traducao-esp{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: solid #FFF 1px;
	background-image: url('../img/b_espanha.png');
	background-size:  cover;
	margin-left: 5px;
}

header #area-logout{
	float: right;
	position: relative;
	top: -65px;
	right:  10px;
}

header #info-usuario{
	float:  right;
	position: relative;
	top: 25px;
	right: 47%;
	display: flex;
}

#banner1{
	padding: 0;
}

#banner2{
	padding: 0;
}

.banner-sabraqui{
	width: 100%;
	min-height: 600px;
	background-image: url('../img/banner_sabraqui.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
	margin-top: 0;
}

.banner-sabraqui-teste{
	width: 100%;
	min-height: 400px;
	background-image: url('../img/banner_sabraqui_modal.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
	margin-top: 0;
}

.banner-sabraqui2{
	width: 100%;
	min-height: 600px;
	/*border-top:  solid #092579 5px;*/
	background-image: url('../img/banner_sabraquiCLARO.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	color: #000;
	margin-top: 0;
}

.banner-sabraqui .formulario-cadastro-sabraqui{
	width: 450px;
	min-height: 200px;
	border: solid 2px #FFF;
	border-radius: 10px;
	padding: 10px;
	float: right;
	position: relative;
	right: 30px;
	/*right: 170px;*/
	top: 15px;
	/*top: 30px;*/
	text-align: center;
	background-color: #141414;
}

.banner-sabraqui2 .formulario-cadastro-sabraqui2{
	width: 450px;
	min-height: 200px;
	border: solid 2px #000;
	border-radius: 10px;
	padding: 10px;
	float: right;
	position: relative;
	right: 30px;
	/*right: 5%;*/
	top: 15px;
	background-color: #DDDDDD;
}

#menu{
	position: relative;
	top: 0;
	width: 100%;
	min-height: 50px;
	background: rgb(138,136,140);
	background: linear-gradient(153deg, rgba(138,136,140,1) 0%, rgba(43,46,47,1) 100%);
	color: #FFF;
	text-align: center;	
}

#menu .menu-content{
	width: 84%;
	margin:  0 8% 0 8%;
	/*border: solid yellow 1px;*/
/*	position: relative;
	left: 80px;*/
}

#menu .menu-content ul{
	width: 100%;
	justify-content: space-between;
	text-transform: uppercase;
	font-size: .9rem;
}

#menu ul li a{
	text-decoration: none;
	color: inherit;
}

#menu .size-item{
	/*display: block;*/
	width: fit-content !important;
}

.area-intro{
	background: rgb(138,136,140);
	background: linear-gradient(153deg, rgba(138,136,140,1) 0%, rgba(43,46,47,1) 100%);
	border-bottom: solid 6px #e0b400;
	color: #FFF;
}

.area-intro div{
	padding: 5px;
}

/*ESTILIZAÇÕES CONTEUDO*/


.conteudo-abertura{
	display: block;
	background-image: url('../img/bg-index.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 75vh;
}

.conteudo{
	display: block;
	background-color: #FFF;
	min-height: 85vh;
}

.area-txt-home{
	margin-top: 50px;
	margin-bottom: 30px;
}

.img-home{
	background-image: url('../img/bg-index.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 400px;
}

main .area-conteudo .area-thumbs{
	justify-content: space-around;
}

.thumb-link{
	background-color: #092579;
	min-height: 220px;
	padding: 10px;
	margin: 20px 15px 5px 15px; 
	border-radius: 5px;
	color: #FFF;
}

.thumb-link a{
	color: #FFF;
	text-decoration: none;
}

.thumb-link .thumb{
	margin-top: 10px;
	border:  solid 1px #fff;
	width: 100%;
	height: 120px;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.thumb-link .thumb img{
		width: 100%;
		height: auto;
}

.area-txt-home{
	padding: 15px;
}

.area-txt-home h2{
	color:  #050178;
	margin-bottom: 15px;

}

.area-txt-home p{
	color: #050178;
}

.area-txt-home .thumb-video-videoteca{
	width: 80px;
	height: 80px;
	border-radius: 10px;
	background-color: #050178;
	color: #FFF;
	text-decoration: none;
}

.area-txt-home .thumb-video-videoteca a{
	color: inherit;
}

.img-mat-cientificos{
	background-image: url('../img/mat.jpg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	min-width: 400px;
	min-height: 400px;
}

.mat-cientifico{
	padding: 20px;
	border:  solid 1px #050178;
}

.mat-cientifico ul li{
	margin-bottom: 10px;
	text-decoration: none;
	list-style-type: none;
}

.mat-cientifico ul li a{
	color: inherit;
	text-decoration: none;	
}

.mat-cientifico ul li img{
	margin-right: 10px;
}

.img-mat-inovacao{
	background-image: url('../img/inovacao.jpg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	min-width: 400px;
	min-height: 400px;
}

.mat-inovacao{
	padding: 20px;
}

.mat-inovacao img{
	width: 120px;
	height: auto;
	margin:  0 auto;
}


.img-apoio-esp{
	background-image: url('../img/apoio_esp.jpg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	min-width: 400px;
	min-height: 400px;
}

.apoio-esp{
	padding: 20px;
}

.apoio-esp img{
	width: 120px;
	height: auto;
	margin:  0 auto;
}

.videoaula iframe{
	width: 100%;
	min-height: 360px;
}

.thumb-video-videoteca{
	min-width: 330px;
	min-height: 300px;
	border-radius: 10px;
	background-size: #050178;
	color: #FFF;
}

#controles input[type=text]{
	border: none;
	color:  #050178;
	font-weight: bold;
	width: 20px;
}

#area-acesso{
	width: 350px;
	background-color: #FFF;
	border:  solid 4px #050178;
	border-radius: 15px;
	position: relative;
	top: 75%;
	transform: translate(2%, 6%);
}

#area-acesso strong{
	color: #050178;
	font-size: 15px bold;
	padding: 5px;
}

#bloco-descritivo{
	background-color: #FFF;
	border:  solid 1px #050178;
	border-radius: 15px;
}

#bloco-descritivo p{
	font-size: 15px;
	padding: 5px;
	color: #050178;
}

#bloco-descritivo img{
	padding: 5px;
	margin-top: 5px;
	border-radius: 15px;
}


.area_certificado{
	padding-top: 10px;
}

.area_certificado::before{
	content: "";
	display: block;
	width: 80px;
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: center;
	border-top: 3px solid #092579;
}

/*ESTILIZAÇÕES RODAPE*/

#rodape-site{
	position: relative;
	bottom: 0;
	width: 100%;
	padding-top: 10px;
	background-color: #050178;
	color: #FFF;
}

/*Medias Queries*/

@media (min-width: 400px) AND (max-width: 600px){

header #midias-sociais{
	float: right;
	position: relative;
	top: -70px;
	right:  -5px;
}

header #traducao{
	display: none;
}

	.banner-sabraqui{
		min-height: 400px;
		background-color: #000 !important;
		color: #FFF;
		margin-top: 0;
	}

	.banner-sabraqui2{
		min-height: 400px;
		background-color: #000 !important;
		color: #FFF;
		margin-top: 0;
	}

	.banner-sabraqui .formulario-cadastro-sabraqui{
		width: 350px;
		min-height: 200px;
		border: solid 2px #FFF;
		border-radius: 10px;
		padding: 10px;
		float: right;
		position: relative;
		right: 50px;
		top: -40px;
		bottom: -10px;
		background-color: #FFF;
		color: #000;
	}

	.banner-sabraqui2 .formulario-cadastro-sabraqui2{
		width: 350px;
		min-height: 200px;
		border: solid 2px #FFF;
		border-radius: 10px;
		padding: 10px;
		float: right;
		position: relative;
		right: 50px;
		top: -50px;
		bottom: -10px;
		background-color: #FFF;
		color: #000;
	}

	.banner-sabraqui .formulario-cadastro-sabraqui .btn-light{
		border:  solid 1px #000;
	}

	.banner-sabraqui .formulario-cadastro-sabraqui2 .btn-light{
		border:  solid 1px #000;
	}

}

@media (max-width: 650px){
	#area-acesso{
		left: -5%;
		transform: translate(5%, 4%);
	}

}

@media (min-width: 100px) AND (max-width: 399px){

header #midias-sociais{
	float: right;
	position: relative;
	top: -70px;
	right:  -5px;
}

header #traducao{
	display: none;
}

	.banner-sabraqui{
		min-height: 400px;
		background-color: #000 !important;
		color: #FFF;
		margin-top: 0;
	}

	.banner-sabraqui2{
		min-height: 400px;
		background-color: #000 !important;
		color: #FFF;
		margin-top: 0;
	}

	.banner-sabraqui .formulario-cadastro-sabraqui{
		width: 300px;
		min-height: 150px;
		border: solid 2px #FFF;
		border-radius: 10px;
		padding: 10px;
		float: right;
		position: relative;
		right: 30px;
		top: 10px;
		background-color: #FFF;
		color: #000;
	}

	.banner-sabraqui2 .formulario-cadastro-sabraqui2{
		width: 300px;
		min-height: 150px;
		border: solid 2px #FFF;
		border-radius: 10px;
		padding: 10px;
		float: right;
		position: relative;
		right: 30px;
		top: 10px;
		background-color: #FFF;
		color: #000;
	}

	.banner-sabraqui .formulario-cadastro-sabraqui .btn-light{
		border:  solid 1px #000;
	}

	.banner-sabraqui .formulario-cadastro-sabraqui2 .btn-light{
		border:  solid 1px #000;
	}

}