/*Estilos Próprios*/

body {
	display: block;
	overflow-x: hidden;
}


/* Modal Mensagem */
.modal-dialog{
	display: flex !important;
	justify-content: center;
	align-items: center;
	/*height: 80vh;*/
}

.modal-content{
	border:none;	
	border-radius: 15px;
	box-shadow: 0px 0px 100px rgba(0,0,0,.1)
}

.modal-body,
.modal-header{
	font-family: 'montserrat-light' !important;
}

.modal-header{
	color: #FFF;
	border:none;	
	height: 30px;
}

.modal-header span{
	color: #FFF;
}

.modal-body{
	text-align: center;
	border:none;	
	font-size: 1em;
	font-weight: bold;
	/*max-width: 300px;*/
	margin: auto;
}

.modal-body span{
	display: block;
	font-size: 3em;
	margin: auto;
	margin-bottom: 10px;
}

.modal-footer{
	padding-top: 0;
	padding-bottom: 1.5rem;
	border:none;
}

.modal-footer button{
	font-size: .9em;
	display: block;
	margin: auto;
	padding: 7px 30px;
	border-radius: 50px;
	transition: 0.2s all ease-in-out;
}

.modal-footer a{
	text-decoration: none;
}

.modal-footer button:hover,
.modal-footer button:focus{
	transform: scale(1.15);
	color: #FFF;
	outline: none;
	box-shadow: none;
	/*border: none;*/
}

.modal-header .close:focus{
	outline: none;
}

.modal-header .close span{
	color: #AAA;
}


.row {
	width: 100%;
	padding: 0;
	margin: 0;
}

.maxwidth {
	max-width: 1100px;
	margin: auto;
}

@media screen and (max-width: 1200px) {
	.hidden-lg {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	.hidden-md {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.hidden-sm {
		display: none;
	}
}

.hidden {
	display: none;
}


/*Fontes*/
@font-face {
	font-family: 'Roboto-Light';
	src: url('../fonts/Roboto-Light.woff');
}

@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url('../fonts/Montserrat-SemiBold.otf');
}

@font-face {
	font-family: 'Montserrat-Medium';
	src: url('../fonts/Montserrat-Medium.otf');
}

* {
	font-family: 'Montserrat-Medium', serif;
}

.bg-sucesso, .btn-sucesso{
	background-color: #19C0B0;
	color: #FFF;
}

.bg-erro, .btn-erro{
	background-color: #cb3d47; 
	color:#FFF;
}

.txt-sucesso{
	color: #19C0B0;
}

.txt-erro{
	color: #cb3d47;
}

.txt-preto{
	color: #222;
}

.strong{
	font-weight: bold;
}



/* Modal Mensagem */

.modal-body,
.modal-header {
	font-family: 'Montserrat-Medium', serif !important;
	font-size: .9em;
	font-weight: normal;
}

.modal-header {
	color: #FFF;
}

.modal-header span {
	color: #FFF;
}

.modal-body {
	font-size: 1em;
}

.modal-footer button {
	font-size: 1em;
}


/* Criação do Site */
section.titulosite {
    background-color: #5D017D;
	/*background-image: url("../imgs/banner.jpg");	*/
	object-fit: cover;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:initial;
	padding: 50px 15px;
    margin: auto;
    padding-top: 20px;
    background-attachment: fixed;
    min-height: 95vh;
}

section.titulosite .maxwidth {
	margin: auto;
	justify-content: flex-start;
	padding-top: 50px;
}

section.titulosite div.apresentacao{
	padding-left: 0;
}

section.titulosite div.apresentacao h3 {
	font-size: 1.4em;
	line-height: 30px;
    font-family: "Montserrat-Medium", sans-serif !important;
    margin: auto;
    text-align: left;
    max-width: 500px;
    margin-top: 10px;
    font-weight: 600;
    margin-left: 0;
    color: #FFF;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, .4);
}

section.titulosite div.apresentacao h3 strong {
    margin-left: 0;
	font-size: 0.7em;
    font-family: "Montserrat-Medium", sans-serif !important;
    margin: auto;
    text-align: left;
    max-width: 500px;
    margin-top: 10px;
    background-color: #693564;
    color: #FFF;
    padding: 5px;
    text-shadow: none;
}

section.titulosite div.apresentacao h4 {
	font-size: 1em;
    font-family: "Montserrat-Medium", sans-serif !important;
    margin: auto;
    text-align: left;
    max-width: 500px;
    margin-top: 10px;
    margin-left: 0;
    color: #EEE;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, .4);
}


section.titulosite div.apresentacao img.avatares{
	width: 100%;
	max-width: 600px;
	display: none;
}

section.titulosite div.apresentacao img.logotipo {
	/*filter: invert(0%) contrast(0%) grayscale(100%) brightness(1000%);*/
	max-width: 500px;
	width: 100%;
	margin: auto;
}
section.titulosite div.inscricao {
	width: 100%;
	max-width: 500px;
	margin: auto;
	margin-top: 25px;
    margin-left: 0;
	padding: 0px;
	/*background-color: #FFF;*/
	/*margin-bottom: 50px;*/
}

section.titulosite small {
	color: #EEE;
    font-family: "Montserrat-Medium", sans-serif !important;
}

section.titulosite div.inscricao h5 {
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

section.titulosite div.inscricao h6 {
	color: #FFF;
	text-align: center;
}

section.titulosite div.inscricao hr {
	height: 2px;
	background-color: #0154A1;
}

section.titulosite div.inscricao p {
	color: #000;
	font-weight: 600;
	font-family: "Montserrat-Medium", sans-serif !important;
	text-align: left;
	font-size: 0.95em;
	padding-bottom: 0px !important;
	margin-bottom: 5px;
}

section.titulosite div.inscricao input {
	margin-bottom: 10px;
	padding: 15px;
	height: auto;
	box-shadow: none;
}

section.titulosite div.inscricao input:focus{
	box-shadow: 0px 2px 10px 4px rgba(0,0,0, .4);
}

section.titulosite div.inscricao select {
	margin-bottom: 10px;
}

section.titulosite div.inscricao button {
	border: none !important;
	outline: none !important;
	width: 100%;
	padding: 20px 5px;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	background-color: #FEE400;
	font-family: "Montserrat-Medium", sans-serif !important;
	border: 0px;
	border-radius: 5px;
    /*text-shadow: 0px 2px 3px rgba(0, 0, 0, .4);*/
    transition: 0.2s all ease-in-out;
}

section.titulosite div.inscricao button:focus{
	box-shadow: 0px 2px 10px 4px rgba(0,0,0, .4);
}

@media screen and (max-width: 992px){
	section.titulosite {
		padding: 50px 0px;
		background: rgb(27,124,114);
		background: linear-gradient(180deg, rgba(94,2,126,.95) 0%, rgba(132,13,139, .9) 100%), url("../imgs/fundobanner.png");
		background-size: 300px;
		background-attachment: initial;
	}

	section.titulosite div.apresentacao{
		padding-left: 16px;
	}

	section.titulosite div.apresentacao img.logotipo{
		display: block;
		margin: auto;
		/*filter: invert(0%) contrast(0%) grayscale(100%) brightness(1000%);*/
	}

	section.titulosite div.apresentacao img.avatares{
		display: block;
		margin: auto;
		width: 100%;
		max-width: 100%;
	}

	section.titulosite div.apresentacao h3{
		font-size: 1.2em;
		line-height: 30px;
		margin: auto;
	}

	section.titulosite div.apresentacao h4{
		font-size: .9em;
		margin: auto;
		line-height: 30px;
	}

	section.titulosite div.apresentacao h3 strong {
		font-size: .8em;
		padding: 10px;
		display: block;
		max-width: 250px;
		margin-left: 0;
		text-align: center;
		border-radius: 6px;
		margin-bottom: 25px;
	}

	section.titulosite div.inscricao{
		margin: auto;
	}
}

@media screen and (max-width: 500px){
	section.titulosite div.apresentacao img.avatares{
		max-width: 250px;
		margin: auto;
	}

	section.titulosite div.apresentacao img.logotipo{
		max-width: 400px;
	}
}


/* Criação do Site */
section.informacoestitulo {
	background-color: #FEE400;
	color: #000;
	padding: 25px 16px;
    margin: auto;
}

section.informacoestitulo .maxwidth {
	margin: auto;
	/*padding-bottom: 50px;*/
}

section.informacoestitulo h3{
	font-size: 1.2em;
    font-family: "Montserrat-Medium", sans-serif !important;
    text-align: left;
    max-width: 600px;
    color: #000;
}

section.informacoestitulo h4{
	font-size: 1.2em;
    font-family: "Montserrat-Medium", sans-serif !important;
    color: #000;
    margin-top: 25px;
}

section.informacoestitulo h4 strong{
    font-family: "Montserrat-Medium", sans-serif !important;
    font-weight: 600;
    color: #000;
}


@media screen and (max-width: 992px){	
	section.informacoestitulo {
		padding: 30px 16px;
	}
}



/* Criação do Site */
section.informacoessite {
	background-color: #EF3583;
	padding: 20px;
    margin: auto;
    padding-top: 20px;
}

section.informacoessite .maxwidth {
	margin: auto;
	justify-content: center;
	/*padding-bottom: 50px;*/
}

section.cadastro div.texto {
	margin-top: 30px;
}

section.informacoessite div.inscricao {
	width: 100%;
	max-width: 500px;
	margin: auto;
	padding-top: 60px;
	padding: 20px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-bottom: 30px;
}

section.informacoessite div.inscricao h5 {
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

section.informacoessite div.inscricao h6 {
	color: #FFF;
	text-align: center;
}

section.informacoessite div.inscricao hr {
	height: 2px;
	background-color: #0154A1;
}

section.informacoessite div.inscricao p {
	color: #000;
	font-weight: 600;
	font-family: "Montserrat-Medium", sans-serif !important;
	text-align: left;
	font-size: 0.95em;
	padding-bottom: 0px !important;
	margin-bottom: 5px;
}


section.informacoessite div.inscricao input {
	margin-bottom: 10px;
	padding: 15px;
	height: auto;
	box-shadow: none;
}

section.informacoessite div.inscricao input:focus{
	box-shadow: 0px 2px 10px 4px rgba(0,0,0, .4);
}

section.informacoessite div.inscricao select {
	margin-bottom: 10px;
}

section.informacoessite div.inscricao button {
	border: none !important;
	outline: none !important;
	width: 100%;
	padding: 20px 5px;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	background-color: #FEE400;
	font-family: "Montserrat-Medium", sans-serif !important;
	border: 0px;
	border-radius: 5px;
    /*text-shadow: 0px 2px 3px rgba(0, 0, 0, .4);*/
    transition: 0.2s all ease-in-out;
}

section.titulosite div.inscricao button:focus{
	box-shadow: 0px 2px 10px 4px rgba(0,0,0, .4);
}


div.datas {
	background-color: #5D017D;
	padding: 20px;
}

div.datas video{
    width: 100%;
    max-width: 600px;
    min-height: 400px;
    display: block;
    margin: auto;
    border-radius: 20px;
}

div.datas p{
	padding: 5px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 1.25em;
	margin-bottom: 0px;
}

div.datas p a{
	text-decoration: underline;
	color: #FFF;
}

section.informacoessite  {
	background: linear-gradient(180deg, rgba(132,13,139,1) 0%, rgba(117,14,141,1) 100%);

}

section.informacoessite h1 {
	font-size: 1.6em;
	font-family: "Montserrat-Medium", sans-serif !important;
	text-align: center;
	margin: 15px 0px;
}

section.informacoessite h1 strong {
	color: #0154A1;
	text-align: center;
	font-size: 1em;
	font-family: "Montserrat-Medium", sans-serif !important;
}

section.informacoessite img {
	display: flex;
	margin: auto;/*
	padding: 15px 0px 15px 0px;*/
}

section.informacoessite div.qualidades {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-top: 35px;
	margin-bottom: 20px;
}

section.informacoessite div.qualidades p {
	font-size: 0.9em;
	color: #000;
	max-width: 100px;
	text-align: center;
	margin: auto;
	margin-top: 10px;
	font-weight: bold;
	font-family: 'Montserrat' !important;
}

section.informacoessite div.qualidades p {
	font-size: 0.9em;
	color: #000;
	max-width: 100px;
	text-align: center;
	margin: auto;
	margin-top: 10px;
	font-weight: 800;
    font-family: "Montserrat-Light", sans-serif !important;
}

section.informacoessite div.textoinformacoes {
	display: flex;
	margin: 20px 0px;
	padding: 0;
}

section.informacoessite div.textoinformacoes div.imagem {

}

section.informacoessite div.textoinformacoes div.imagem h4,
section.informacoessite div.textoinformacoes div.imagem h5{
	font-size: 1.3em;
    font-family: "Montserrat-Medium", sans-serif !important;
    text-align: center;
    font-weight: 600;
    color: #FFF;
}

section.informacoessite div.textoinformacoes div.imagem h5{
    font-weight: 100;
    font-size: 1em;
}

section.informacoessite div.imagem img {
	width: 100%;
	max-width: 330px;
	margin: 5px;
}

section.informacoessite div.textoinformacoes div.texto {
    min-height: 200px;
    border-radius: 18px;
    padding: 10px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.informacoessite div.textoinformacoes div.texto h2 {
	font-size: 1.2em;
    font-family: "Montserrat-Medium", sans-serif !important;
    margin-top: 10px;
    color: #FFF;
    text-align: left;
}

/*section.informacoessite div.textoinformacoes div.texto h3 {
	font-size: 0.95em;
    font-family: "Montserrat-Medium", sans-serif !important;
    margin: auto;
    text-align: left;
    max-width: 460px;
    margin-top: 10px;
    color: #FFF;
    margin-bottom: 20px;
}*/


@media screen and (max-width: 992px){
	section.informacoessite div.textoinformacoes {
	    display: flex;
	    flex-direction: column;
	    margin: 20px 0px;
	    padding: 0;
	}

	section.informacoessite div.textoinformacoes div.imagem {
		padding: 25px;
		margin: auto;
	}

	section.informacoessite div.textoinformacoes div.imagem img{
		width: 100%;
		height: initial;
		max-width: 80px;
		padding: 0;
	}


	section.informacoessite div.textoinformacoes div.texto {
	    min-height: initial;
	    max-width: 400px;
	    margin: auto;
	}

	section.informacoessite div.textoinformacoes div.texto h2{
		font-size: 1em;
		line-height: 25px;
		margin: auto;
		margin-top: 25px;
		min-height: initial;
		text-align: center;
	}
}

div.mentortotal {
	display: flex;
}

div.mentortotalsarah {
	display: flex;
}


div.fotomentor img{
	margin-top: -40px;
	width: 100%;
	height: 550px;
}

div.mentor {
    padding: 50px 16px;
	background-color: #870E8D;
}

div.mentor div.mentortotal {
	margin-bottom: 25px;
}

div.mentor h2 {
	color: #FFF;
	text-align: left;
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 20px;
    font-family: "Montserrat-Medium", sans-serif !important;
}

div.mentor p {
	color: #FFF;
	font-size: 1em;
	padding: 0px;
	text-align: justify;
    font-family: "Montserrat-Light", sans-serif !important;
    line-height: 27px;
}

div.mentor div.mentorimagem{
	display: flex;
	justify-content: center;
}

div.mentor div.mentorimagem img{
	width: 100%;
    max-width: 390px;
    /*border: 8px solid #FFF;*/
    margin-bottom: 20px;
    object-fit: cover;
}

@media screen and (max-width: 992px){
	div.mentortotal {
		flex-direction: column;
	}	

	div.mentortotalsarah {
		flex-direction: column-reverse;
	}	

	div.mentor div.mentorimagem{
		display: block;
   		justify-content: unset;
	}

	div.mentor div.mentorimagem img{
		width: 100%;
		margin: auto;
		display: block;
		max-width: 600px;
	}

	div.mentor div.mentortexto{
		/*margin-top: 20px;*/
		padding: 0;
	}

	div.mentor h2{
		font-size: 1.2em;
	}

	div.mentor p {
		font-size: .9em;
		padding: 0px;
	}

	div.mentor {
	    padding: 20px 20px 25px 20px;
	}
}


@media screen and (max-width: 992px){
	section.titulosite div.fotoebook h3{
		font-size: 1.1em;
	}

	section.informacoessite h1 {
		font-size: 1.2em;
	    font-family: "Montserrat-Medium", sans-serif !important;
	    text-align: center;
	    margin-bottom: 15px;
	}

	section.informacoessite h1 strong {
		color: #0154A1;
	    text-align: center;
	    font-size: 0.9em;
	    font-family: "Montserrat-Medium", sans-serif !important;
	}

	section.informacoessite div.apresentacao h2 {
    	font-size: 1.3em;
    	text-align: center;
	}

	section.informacoessite div.apresentacao h3 {
	    font-size: 1.4em;
	    line-height: 30px;
	    text-align: center;
	}
/*
	section.informacoessite div.apresentacao div.qualidades{
		flex-direction: column;
		margin-bottom: 30px;
	}*/

	section.informacoessite div.apresentacao div.qualidades div.qualidadeind{
		margin: 15px 0px;
	}

	section.informacoessite div.apresentacao div.qualidades div.qualidadeind img{
		display: flex;
		margin: auto;
		max-width: 80px;
		font-weight: 100%;
		height: auto;
		margin: 10px;
	}

	section.informacoessite div.apresentacao button{
		margin-bottom: 20px;
	}
	
	section.informacoessite video {
		max-height: 255px;
	}

	section.informacoessite div.textoinformacoes div.texto{
		width: 100%;
		display: block;
		padding: 10px 0;
	}

	section.informacoessite div.textoinformacoes:last-child div.texto{
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 992px){
	section.informacoessite div.fotoebook img{
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 400px){
	section.informacoessite div.fotoebook h1 {
		font-size: 2em;
		padding-bottom: 15px;
	}
}

@media screen and (max-width: 260px){
	section.informacoessite div.apresentacao p {
		font-size: 0.7em;
	}
}


section.inscricaofooter {
	background-color: #5D017D;
	padding: 20px;
    margin: auto;
    padding-top: 20px;
}

section.inscricaofooter .maxwidth {
	margin: auto;
	justify-content: center;
	/*padding-bottom: 50px;*/
}

section.inscricaofooter div.inscricao {
	width: 100%;
	max-width: 500px;
	margin: auto;
	margin-top: 40px;
	padding: 0px;
	/*background-color: #FFF;*/
	margin-bottom: 30px;
}


section.inscricaofooter div.inscricao input {
	margin-bottom: 10px;
	padding: 15px;
	height: auto;
	box-shadow: none;
}

section.inscricaofooter div.inscricao input:focus{
	box-shadow: 0px 2px 10px 4px rgba(0,0,0, .4);
}

section.inscricaofooter div.inscricao select {
	margin-bottom: 10px;
}

section.inscricaofooter div.inscricao button {
	border: none !important;
	outline: none !important;
	width: 100%;
	padding: 20px 5px;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	background-color: #FEE400;
	font-family: "Montserrat-Medium", sans-serif !important;
	border: 0px;
	border-radius: 5px;
    /*text-shadow: 0px 2px 3px rgba(0, 0, 0, .4);*/
    transition: 0.2s all ease-in-out;
}

section.inscricaofooter div.inscricao button:focus{
	box-shadow: 0px 2px 10px 4px rgba(0,0,0, .4);
}



section.cadastro div.inscricao{
	margin-bottom: 20px;
}

section.cadastro div.texto h3{
    font-size: 1.5em;
    text-align: center;
    color: #000;
    font-weight: 500;
    font-family: "Montserrat-Medium", sans-serif !important;
    max-width: 900px;
    margin: auto;
    margin-bottom: 20px;
}

section.cadastro div.texto h3 strong{
    color: #0154A1;
    font-weight: 900;
    font-family: "Montserrat-Medium", sans-serif !important;
}

section.cadastro div.texto img{
	display: flex;
    margin: auto;
    margin-bottom: 20px;
}

@media screen and (max-width: 992px){
	section.cadastro {
		padding: 0% 5%;
	}

	section.cadastro div.inscricao button{
	    padding: 10px;
	    font-size: 0.7em;
	}
}


/* Header Somente com Logo */
header{
	background-color: #FEE400;
}

header a{
	width: 100%;
	max-width: 300px;
	display: block;
	margin: auto;
}

header a img{
	width: 100%;
}

@media screen and (max-width: 992px){
	header a{
		max-width: 200px;
	}
}

/* Página Agradecimentos */
section.agradecimento {
	background-color: #F5F5F5;
	padding: 50px 16px;
	margin: auto;
	min-height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

section.agradecimento .maxwidth {
	margin: auto;
	max-width: 800px;
	/*padding-bottom: 50px;*/
}

section.agradecimento h1 {
	font-size: 2em;
	width: 100%;
	font-weight: 900;
	color: #FEE400;
	text-align: center;
	font-family: 'Montserrat-SemiBold' !important;
}

section.agradecimento h2 {
	margin: auto;
	font-size: 1.5em;
	width: 100%;
	display: block;
	max-width: 600px;
	width: 100%;
	margin-bottom: 20px;
	color: #444;
	text-align: center;
	font-family: 'Montserrat-SemiBold' !important;
	font-weight: 900;
}

section.agradecimento a {
	display: block;
	color: #FFF;
	border-radius: 25px;
	background-color: #19C0B0;
	margin: auto;
	font-weight: bold;
	padding: 10px 50px;
}

section.agradecimento a span{
	color: #FFF;
	font-size: 1.1em;
	font-weight: normal;
	margin-right: 10px;
}


section.agradecimento a:hover {
	text-decoration: none;
}


@media screen and (max-width: 992px) {
	section.agradecimento {
	    display: flex;
	}

	section.agradecimento h1 {
		font-size: 1.5em;		
		padding-top: 40px;
	}

	section.agradecimento h2 {
		font-size: 1.2em;
		margin-top: 10px;
		margin-bottom: 25px;
	}

	section.agradecimento a {
		color: #FFF;
	    border-radius: 25px;
	    /*background-color: #55B350;*/
	    margin: auto;
	    font-size: 1em;
	    padding: 10px 40px;
	    margin-bottom: 20px;
	}
}


/* Footer */
footer {
	overflow: hidden;
	background-color: #820D8B;
}

footer .maxwidthrodape {
	width: 100%;
	margin: auto;
	padding: 20px;
	background-color: #820D8B;
	max-width: 1100px;
}

footer .maxwidthrodape h3 {
	font-size: 1.4em;
	margin: auto;
	text-align: center;
	padding-bottom: 0px;
	color: #820D8B;
	font-family: 'Montserrat-SemiBold' !important;
	font-weight: 900;
}

footer .direitos {
	background-color: #820D8B;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

footer .direitos h5 {
	padding-top: 5px;
	font-size: 0.8em;
	text-align: center;
	color: #FFF;
    	font-family: "Montserrat-Light", sans-serif !important;
}

footer .direitos img{
	max-width: 200px;
	/*filter: invert(0%) contrast(0%) grayscale(100%) brightness(1000%);*/
}

footer p {
	font-size: 0.8em;
	text-align: center;
	color: #FFF;
    	font-family: "Montserrat-Light", sans-serif !important;
	margin-top: 60px;
	width: 100%;
	/*max-width: 1000px;*/
	font-weight: normal;
	margin: auto;
}

footer p strong {
	font-size: 1.2em;
	text-align: center;
	color: #FFF;
	font-family: 'Montserrat-SemiBold' !important;
	font-weight: bold;
	font-weight: 500;
	display: block;
	margin-top: 25px;
	margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
	footer .direitos{
		display: block;
	}

	footer .direitos img{
		display: block;
		margin: auto;
		margin-bottom: 15px;
		max-width: 200px;
	}

	footer .maxwidthrodape {
		padding-top: 30px;
	}
	footer .maxwidthrodape h3 {
		font-size: 1em;
		text-align: center;
		padding-bottom: 10px;
	}
	footer .maxwidthrodape h5 {
		font-size: 0.8em;
	}

	footer p{
		font-size: .8em;
    	font-family: "Montserrat-Light", sans-serif !important;
    	text-align: justify;
	}


	footer p strong{
		margin-bottom: 5px;
	}
}