html,
img,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

ol,
ul {
	list-style: none;
}

/* body{
	background: url(../images/bg.png) top center no-repeat;
} */

/* Extra Small */
@media(max-width:767px) {
	.links-uteis ol li {
		display: block !important;
	}

	.form-lg {
		position: absolute;
		bottom: -50px;
		right: 0px;
	}

	.form-lg .form-group {
		position: relative;
		/*top:-2px;*/
	}

	.social {
		position: absolute;
		bottom: 8px;
		right: 0;
	}
}

/* Small */
@media(min-width:768px) and (max-width:991px) {
	.form-lg {
		position: absolute;
		bottom: 50px;
		right: 0px;
	}

	.form-lg .form-group {
		position: relative;
		top: -2px;
	}

	.social {
		position: absolute;
		bottom: 8px;
		right: 0;
	}
}

/* Medium */
@media(min-width:992px) and (max-width:1199px) {
	.form-lg {
		position: absolute;
		bottom: 0;
		right: 320px;
	}

	.form-lg .form-group {
		position: relative;
		top: -2px;
	}

	.social {
		position: absolute;
		bottom: 8px;
		right: 0;
	}

}

/* Large */
@media(min-width:1200px) {
	.form-lg {
		position: absolute;
		bottom: 0;
		right: 320px;
	}

	.form-lg .form-group {
		position: relative;
		top: -2px;
	}

	.social {
		position: absolute;
		bottom: 8px;
		right: 0;
	}
}

.social img {
	margin: 0 10px;
}

.social a,
.social a:hover {
	font-size: 1.2em;
	color: #FFF;
}

.p0 {
	padding: 0 !important;
}

.m0 {
	margin: 0 !important;
}

.navbar {
	min-height: 121px !important;
	border: none !important;
	border-radius: 0 !important;
}

.navbar-default {
	/*background: #19338D !important;*/
	background: transparent !important;
	border: none !important;
}

.navbar-header {
	z-index: 100;
	position: relative;
}

.background-gray {
	background: #FAfAfA
}

.background-white-hover:hover {
	background: #FFF;
}

.background-gray-hover:hover {
	background: #FAfAfA
}

.border-blue-bottom {
	border-bottom: 5px solid #19338D !important;
	border-radius: 10px !important;
}

.border-green-bottom {
	border-bottom: 5px solid #97BF11 !important;
	border-radius: 10px !important;
}

.menutop {
	margin-top: 30px;
	position: relative;
}

.brand {
	/*background:#FFF url(../images/bg-logo.png) !important;*/
	min-height: 126px !important;
}

.brand img {
	margin: 30px 30px 0 0;
	/*padding-left:30px;*/
}

.navbar-default .navbar-nav>li {
	text-transform: uppercase;
}

.navbar-default .navbar-nav>li:hover a {
	color: #97BF11 !important;
}

.navbar-default .navbar-nav>li>a {
	color: #FFF !important;
	font-size: 1.3em;

}

/* .navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #97BF11 !important;
	background: transparent !important;
} */

.navbar-default .navbar-toggle:focus {
	background: transparent !important;
}

.navbar-default .navbar-toggle:hover {
	background-color: #97BF11 !important;
}

.navbar-nordeste .navbar-toggle {
	border-color: #FFF !important;
}

.navbar-nordeste .navbar-toggle:focus,
.navbar-nordeste .navbar-toggle:hover {
	border-color: #FFF !important;
}

.navbar-nordeste .navbar-toggle .icon-bar {
	background-color: #FFF !important;
}

.navbar-nordeste ul li a {
	color: #838587;
	/*margin:0 10px;*/
	/*float: left;*/
}

.navbar-nordeste ul li span {
	border-right: 1px solid #FFF !important;
}

.navbar-nordeste ul li.active a,
.navbar-nordeste ul li:hover a {
	/*border-bottom:10px solid #0081C5;*/
	/*background: none;*/
}


@media(min-width:300px) and (max-width:1199px) {

	#navbar2 {
		/*margin-top: -30px;*/
		background: #19338D !important;
		position: absolute !important;
		z-index: 1000 !important;
		/*right: 0 !important;*/
		/*top: -100px !important;*/
		top: 20px !important;
		right: 30px !important;
	}

	.navbar-header {
		float: none !important;
	}

	.navbar-toggle {
		display: block !important;
	}

	.navbar-collapse.collapse:not(.in) ul {
		display: none !important;
	}

	.navbar-collapse.in ul {
		overflow-y: visible !important;
	}

	.navbar-collapse.in {
		overflow-y: inherit !important;
	}

	.collapse {
		/*display: none !important;*/
	}

	.navbar-nav>li {
		float: none !important;
	}

}

form.form-lg {
	/*position: absolute;*/
	/*bottom: 0;*/
}

form.form-lg .form-control {
	/*height:25px !important;*/
}

form.form-lg .form-group span {
	font-size: 2em;
	color: #FFF;
	text-transform: uppercase;
}

form.form-lg label {
	font-size: 1.2em;
	color: #FFF;
	text-transform: uppercase;
	margin: 0 20px 0 0;
}

form.form-lg input {
	background: transparent;
	color: #FFF;
	text-transform: uppercase;
	border: 1px solid #FFF;
}

.form-lg ::-webkit-input-placeholder {
	color: #FFF !important;
}

.form-lg :-moz-placeholder {
	/* Firefox 18- */
	color: #FFF !important;
}

.form-lg ::-moz-placeholder {
	/* Firefox 19+ */
	color: #FFF !important;
}

.form-lg :-ms-input-placeholder {
	color: #FFF !important;
}


/* .carousel-inner img{
	width:100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
} */

.box-index {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #DEDEDE;
	margin: 30px 0 0 0;
}

.barra {
	text-align: center;
	/*margin:20px 0;*/
}

.barra h2{
	font-size: 2.8em;
	color: #19338D;
	/*line-height:3em;*/
	margin: 10px 0 !important;
	font-style: italic;
	font-weight: 700;
}

.barra h4{
	color: #19338D;
	/*line-height:3em;*/
	margin: 10px 0 !important;
	font-style: italic;
	font-weight: 700;
}

.texto * {
	color: #919191;
	font-size: 1.6em;
	line-height: 1.8em;
	text-align: justify;
	margin: 10px;
}

.mais {
	text-align: center;
}

.box-informativos {
	margin: 30px 0 0 0;
}

.box-informativos ul.lista-informativos li img {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.box-informativos ul.lista-informativos li .info {
	height: 120px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #000;
	/*opacity: 0.5;*/
}

.box-informativos ul.lista-informativos li {
	margin-bottom: 20px;
}

.box-informativos ul.lista-informativos li .info p {
	font-size: 1.2em;
	color: #FFF;
	margin: 10px;
}

.box-informativos ul.lista-informativos li .info h3 {
	font-size: 1.8em;
	color: #FFF;
	margin: 10px;
}

.box-informativos ul.lista-informativos li .info h3 a {
	font-size: inherit;
	color: #FFF;
	margin: 0;
}

.box-informativos ul.lista-informativos li .info p {
	font-size: 1.5em;
	color: #FFF;
}

.lista-seguros {
	padding: 20px;
}

.lista-seguros .seguro {
	width: 45px;
	height: 55px;
	display: inline-block;
	margin: 0 10px 0 0;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.lista-seguros li:hover p a {
	color: #97BF11;
}

.lista-seguros .seguro-vida {
	background-image: url(../images/icone-seguro-vida.png);
}

.lista-seguros li:hover span.seguro-vida {
	background-image: url(../images/icone-seguro-vida-hover.png);
}

.lista-seguros .seguro-moto {
	background-image: url(../images/icone-seguro-moto.png);
}

.lista-seguros li:hover span.seguro-moto {
	background-image: url(../images/icone-seguro-moto-hover.png);
}

.lista-seguros .seguro-carro {
	background-image: url(../images/icone-seguro-carro.png);
}

.lista-seguros li:hover span.seguro-carro {
	background-image: url(../images/icone-seguro-carro-hover.png);
}

.lista-seguros .seguro-medico {
	background-image: url(../images/icone-seguro-medico.png);
}

.lista-seguros li:hover span.seguro-medico {
	background-image: url(../images/icone-seguro-medico-hover.png);
}

.lista-seguros li {
	/*margin:10px 0;*/
}

.lista-seguros li p {
	font-size: inherit;
}

.lista-seguros li p a {
	display: inline-block;
	color: #19338D;
	font-size: 1.8em;
}

.box-planos {
	background: url(../images/bg-planos.top) center center no-repeat;
	background: #97BF11;
}

.lista-planos .plano {
	width: 30px;
	height: 70px;
	display: inline-block;
	margin: 0 10px 0 0;
	background-repeat: no-repeat;
	background-position: bottom center;
	vertical-align: middle;
}

.lista-planos .plano-gravida {
	background-image: url(../images/icone-plano-gravidas.png);
}

.lista-planos .plano-individual {
	background-image: url(../images/icone-plano-individual.png);
}

.lista-planos li:hover p a {
	color: #19338D;
}

.lista-planos li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.lista-planos li p {
	display: inline;
	font-size: inherit;
	margin: 0;
	padding: 0;
	line-height: 0em;
}

.lista-planos li p a {
	color: #FFF;
	font-size: 1.8em;
}

.links-uteis .barra h2 {
	text-align: left;
	padding: 10px;
}

.links-uteis {
	border: 1px solid #DEDEDE;
	background: #F9F9F9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 30px 0;
}

.links-uteis ol {
	margin-bottom: 30px;
}

.links-uteis ol li {
	list-style-type: none;
	counter-increment: list;
	display: inline;
	margin: 20px;
}

.links-uteis ol li:before {
	content: counter(list) "";
	text-align: left;
	color: #19338D;
	border: 3px solid #19338D;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 2px 10px;
	margin: 0 10px 0 0;
	font-size: 3em;
}

.links-uteis ol li:hover:before,
.links-uteis ol li:hover a {
	color: #97BF11;
	border-color: #97BF11;
}

.links-uteis ol li a {
	font-size: 1.7em;
	color: #19338D;
}



.footer-fluid {
	background: #19338D;
	border-bottom: 5px solid #97BF11;
}

.marca-rodape {
	margin-bottom: 100px;
}

/*.footer-fluid .rights{
	vertical-align: bottom;
}*/
.footer-fluid .rights p {
	color: #FFF;
	font-size: 1.2em;
	text-align: left;
}

.footer-fluid .dev {
	text-align: right;
}

.footer-fluid .dev img {
	margin: 15px;
}


/*sobre*/
.img-sobre {
	margin: 0 20px 0 0;
}

.sobre .texto *,
.informativo-interna .texto * {
	font-size: 1.8em;
	color: #777;
	font-weight: 300;
	line-height: 2em;
}

ul.valores li {
	color: #919191;
	font-size: 1.8em;
	line-height: 1.8em;
	text-align: justify;
	margin: 10px;
}

/*informativo interna*/
.informativo-interna .img-informativo-int {
	margin: 0 20px 20px 0;
}

.informativo-interna h4 {
	font-size: 1.2em;
	color: #8a8a8a;
}

.informativo-interna h3,
.texto h2 {
	font-size: 2.6em !important;
	color: #1a348e !important;
	font-weight: 700 !important;
}

/*contato*/
.info_contato {
	text-align: center;
}

.info_contato img {
	margin-bottom: 20px;
}

.info_contato p {
	font-size: 1.8em;
	color: #1a348e;
}

.help-block.with-errors ul li {
	font-size: 1.6em;
	color: red;
}


/*planos*/
ul.lista-planos-interno li {
	text-align: center;
	position: relative;
}

ul.lista-planos-interno li .p-cima {
	background: #97BF11 url(../images/arrow-planos-int.png) center bottom no-repeat;
	min-height: 360px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 2;
	position: relative;
}

ul.lista-planos-interno li .p-baixo {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #19338D;
	margin-top: -20px;
	z-index: 1;
	position: relative;
}

ul.lista-planos-interno li .p-cima h3 {
	font-size: 2.4em;
	color: #FFF;
	margin-top: 80px;
}

ul.lista-planos-interno li .p-baixo p {
	padding: 20px;
	font-size: 1.8em;
	color: #FFF;
	font-style: italic;
}

ul.lista-planos-interno li img {
	margin-top: 40px;
}

/*erro*/
.erro404 {
	text-align: center;
}

.erro404 h2 {
	color: #97BF11;
	font-size: 20em;
}

.erro404 h3 {
	font-size: 2.5em;
	color: #19338D;
	margin: 20px 0;
}

.erro404 p {
	font-size: 1.4em;
	color: #19338D;
	font-weight: 700;
	margin: 20px 0;
}

.erro404 p a {
	font-size: 1.4em;
	color: #19338D;
}

/*form top*/


.guia h3 {
	font-size: 2.4em !important;
	color: #A7D113 !important;
}

.guia p {
	font-size: 1.8em;
	color: #666;
	line-height: 2em;
}

.guia p a {
	color: #A5D113;
	font-size: inherit;
	font-weight: 700;
}

.navbar.navbar-inverse {
	min-height: auto !important;
}

.navbar-inverse {
	background: #F8F8F8 !important;
}

.navbar-inverse .navbar-nav {
	/*padding:15px;*/
}

/* .navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>li>a:hover {
	background: #A7D113 !important;
	color: #FFF !important;
	font-size: 1.6em !important;
	text-transform: uppercase;
	padding: 5px 10px !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 10px !important;
} */

.navbar-inverse .navbar-nav>li>a {
	color: #777 !important;
	font-size: 1.6em !important;
	text-transform: uppercase;
	padding: 5px 10px !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 10px !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background: #A7D113 !important;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background: #19338D !important;
}

.guia-tipo-1 li {
	margin-bottom: 20px;
}

.guia-tipo-1 li h4 {
	color: #777;
	font-size: 2em;
	margin: 0;
	text-transform: uppercase;
}

.guia-tipo-1 li p {
	margin: 0;
	font-size: 1.6em;
	color: #A6D113;
	line-height: 1.6em;
}

.guia-tipo-1 li p span,
.guia-tipo-1 li p span a {
	font-size: inherit;
	color: #777;
}

.guia-tipo-2 li {
	border-bottom: 4px solid #EEE;
}

.form-busca-guia-medico label {
	color: #777;
	font-size: 1.8em;
	border-left: 3px solid #A7D113;
	padding: 0 10px;
}

.form-busca-guia-medico input {
	margin: 0 10px;
}

.form-busca-guia-medico button,
.form-busca-guia-medico button:hover,
.form-busca-guia-medico button:focus {
	background: #A7D113 !important;
	color: #FFF !important;
}




.menu-footer {
	display: inline-block;
	float: none !important;
}

.navbar2 .navbar-collapse {
	text-align: center;
}

/*NOVO INDEX*/

/*######
MEDIA QUERY SECTION
########*/


@media (min-width: 300px) {
	.white-header .navbar-nav {
		align-items: end;
	}

	.white-header .hide-mobile {
		display: none;
	}

	.white-header .hide-desktop {
		display: initial;
	}
}

@media (max-width: 500px) {
	.wrap {
		margin: 0;
	}

	#representante h1 {
		font-size: 2rem;
	}

	#footer-blue p {
		font-size: 13px;
	}

}

@media (min-width: 501px) {
	.wrap {
		margin: 0 30px;
	}
}

@media (max-width: 595px) {
	#logo {
		width: 100%;
		margin: 30px 0 !important;
	}

	.white-header .nav-brand {
		margin: 0;
	}

	.white-header .wrap-btn {
		margin-bottom: 20px;
		margin-left: auto;
	}

	.carousel-control-prev-icon {
		height: 70px !important;
		width: 20px !important;
	}

	.carousel-control-next-icon {
		height: 70px !important;
		width: 20px !important;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

@media (max-width: 751px) {
	.white-header .btn-verde {
		font-size: 0;
	}

	.white-header .btn-verde img {
		margin: 0 0 4px 0;
	}
}

@media (max-width: 767px) {
	#cards #seja-usuario {
		margin-top: 20px;
	}

	#footer-grey .col-12 {
		text-align: center !important;
		margin-bottom: 30px;
	}

	#footer-grey {
		padding: 20px 50px;
	}

	#representante {
		left: -9px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#cards #guia-medico {
		margin-left: 16px;
		margin-right: 16px;
		margin-top: 0;
		top: 30px;
	}

	.wrap {
		margin: 0 100px;
	}

	#footer-grey {
		padding: 20px 100px;
	}

	#cards #seja-usuario {
		top: 30px;
		margin-left: 16px;
		margin-right: 16px;
		margin-top: 0;
	}
}

@media (max-width: 991px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

@media (max-width: 1200px) {
	#cards .col-xl-4 {
		display: flex;
	}

	#cards button {
		margin-top: 20px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.navbar2 .navbar-nav .nav-link {
		font-size: 17px;
	}

	.white-header .navbar-nav {
		align-items: center;
	}

	.white-header .hide-mobile {
		display: initial;
	}

	.white-header .hide-desktop {
		display: none;
	}

	#cards .col-xl-4 {
		display: block;
	}

	#guia-medico .btn-verde {
		width: 100%;
	}

	#cards button {
		margin-top: 40px;
	}
}

/*######
HEADER SECTION
########*/

.header {
	width: 100%;
	display: block;
}

.header div,
.header form {
	font-size: initial !important;
}

.header input {
	font-size: inherit !important;
}

.blue-header {
	height: 40px;
	background-color: #28378A;
	width: 100%;
	padding: 5px 0;
}

.wrap {
	width: auto;
	max-width: 100%;
	padding: 0 16px;
}

.blue-header .img-wrap {
	float: right;
	margin-right: 15px;
}

.blue-header .img-wrap img:first-child {
	margin-right: 20px;
}

.white-header {
	height: auto;
	width: auto;
	max-width: 100%;
	margin: 0 30px;
}

#logo {
	margin-top: 70px;
	margin-bottom: 70px;
}

.navbar2 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem;
}

.navbar2 .navbar-nav .nav-link {
	color: #28378A;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
	white-space: nowrap;
	font-size: initial !important;
}

.navbar2 .navbar-nav .active {
	top: -15px;
	position: relative;
	padding-bottom: 0rem;
	color: #28378A !important;
	height: 0px;
	font-weight: bold;
	border-radius: 10px;
	box-shadow: 0 38px 0 0 #E2E2E2;
}

.navbar2 .navbar-nav .nav-item {
	margin: 10px 5px;
}

#dropdownMenuButton2 {
	font-size: initial !important;
	padding: 5px 10px !important;
}

#navbarNav{
	font-size: initial;
}

#wrap-btn {
	display: block;
	margin: 0 0 15px auto;
}

.btn-verde {
	font-size: 17px !important;
	text-transform: uppercase !important;
	width: auto !important;
	text-decoration: none !important;
	background-color: #A3BD31 !important;
	border-color: #A3BD31 !important;
	color: white !important;
	padding: 17px !important;
	border-radius: 50px !important;
	white-space: nowrap !important;
	margin: 0 auto !important;
	text-align: center !important;
}

.btn-verde img {
	margin-left: 10px;
}

.navbar-toggler-style {
	background-color: #28378A !important;
	border-radius: 50px;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
	font-size: initial;
}

.form-login {
	font-size: initial !important;
}

.dropdown-style {
	background-color: #28378A !important;
	/* left: auto;
    top: auto; */
}

.dropdown-style small {
	color: white;
	font-weight: bold;
	margin-left: 10px;
}

.btn-submit {
	background-color: #A3BD31 !important;
	color: #fff !important;
	font-weight: bold !important;
	border-radius: 50px !important;
	display: block !important;
	margin: 0 auto !important;
	margin-top: 10px !important;
	font-size: inherit !important;
}

.form-control-style {
	margin: 0 10px !important;
	width: auto !important;
	border-radius: 50px !important;
	border-color: #fff !important;
}

/*######
BODY SECTION
########*/

.btn-azul {
	font-size: 17px !important;
	text-transform: uppercase !important;
	width: auto !important;
	text-decoration: none !important;
	background-color: #28378A !important;
	border-color: #28378A !important;
	color: white !important;
	padding: 17px !important;
	border-radius: 50px !important;
	display: block !important;
	text-align: center !important;
}

.carousel-control-prev-icon {
	background-image: url("../images/arrow-left.png") !important;
	height: 135px !important;
	width: 43px !important;
}

.carousel-control-next-icon {
	background-image: url("../images/arrow-right.png") !important;
	height: 135px !important;
	width: 43px !important;
}



#guia-medico {
	background-color: #28378A;
	padding: 25px;
	height: auto;
	margin-top: 30px;
}

#cards h3 {
	font-weight: bolder;
	text-transform: uppercase;
	display: inline;
	margin-left: 10px;
	color: white;
}

#cards p {
	color: white;
	font-size: 20px;
	margin-top: 10px;
}


#seja-usuario {
	background-color: #A3BD31;
	padding: 25px;
	height: auto;
	margin-top: 30px;
}

#representante {
	background-image: url("../images/representante.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	position: relative;
	margin-top: 30px;
}

#representante h1 {
	color: #737373;
	font-weight: 900;
	margin-bottom: 15px;
}

#representante p {
	color: #737373;
	font-size: 19px;
	font-weight: 400;
	line-height: 50px;
}

#representante strong {
	font-weight: bold;
}

#representante form {
	padding-bottom: 25%;
}

#representante .form-control {
	height: 68px;
	opacity: 0.7;
	border-radius: 15px;
}

#representante .form-control::placeholder {
	opacity: 1 !important;
	font-weight: bolder;
	color: #737373;
}

#representante .custom-file-label::after {
	content: "PROCURAR";
	height: 66px;
	display: flex;
	align-items: center;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	/* font-weight: bolder; */
	color: #737373;
}

#representante .custom-file-label {
	height: 68px;
	display: flex;
	align-items: center;
	border-radius: 15px;
	font-weight: bolder;
	color: #737373;
	opacity: 0.7;
}

#representante .btn-verde {
	top: 50px;
	position: relative;
	padding: 17px 40px;
	font-weight: bolder;
}

#cards-index a,
#cards-index p,
#cards-index h5 {
	font-size: initial;
}

#cards-index .card,
.card-img-top {
	border: none;
	border-radius: 0;
}

#cards-index .card-title {
	display: block;
	width: 116px;
	padding: 5px;
	color: white;
	background-color: #28378A;
	white-space: nowrap;
}

#cards-index .card-text {
	color: #606060;
}

#cards-index .card .card-text:nth-of-type(1) {
	font-weight: bold;
}

#cards-index .card .card-text:nth-of-type(2) {
	display: inline;
	font-size: 15px;
}

/*######
FOOTER SECTION
########*/

#footer-grey {
	background-color: #F5F5F5;
	color: #737373;
}

#footer-grey h4,
#footer-grey p,
#footer-grey a {
	font-size: initial !important;
}

#footer-grey h4 {
	font-weight: bold;
}

#footer-grey img {
	display: block;
	position: relative;
	margin: 0 auto 10px auto;
	max-width: 220px;
	width: 100%;
}

#footer-grey .btn {
	font-weight: bold;
}

#footer-grey #links-uteis a {
	text-decoration: none;
	color: #737373;
	display: block;
}

#footer-blue {
	background-color: #28378A;
	height: 90px;
	padding: 0 50px;
}

#footer-blue p {
	color: white;
	margin: 0;
}

#form-representante input, #form-representante label {
	font-size: initial;
}