/*Estilos Próprios*/
.modal-content{
	border-radius: 15px;
	background-color: rgba(255, 255, 255, .05);
	backdrop-filter: blur(40px);
	-webkit-backdrop-filter: blur(40px);
	border: none;
}

.modal-content .btn-close{
	background-color: initial;
	border: 0;
	outline: none;
	cursor: pointer;
	font-size: 30px;
	color: #AAA;
}

.modal-content .modal-title{
	font-family: 'montserrat-regular', serif;
	color: #FFF;
	font-size: 16px;
}

.modal-header{
	display: flex;
	align-items: center;
	border:none;
}

.modal-body{
	padding-top: 0;
	padding-bottom: 50px;
}

.modal-body .listLocais{	
	display: flex;
}

.modal-body .listLocais .local{
	margin: 15px;
	width: 100%;
}

.modal-body .listLocais .local a{
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	border: 1px solid rgba(255, 255, 255, .2);
	padding: 15px 5px;
	border-radius: 10px;
	display: block;
}

.modal-body .listLocais .local a:hover{
	background-color: rgba(255, 255, 255, .05);
}

.modal-body .listLocais .local a img{
	max-width: 40px;
	display: block;
	margin: auto;
}

.modal-body .listLocais .local a p{
	font-family: 'montserrat-semibold', serif !important;
	margin-bottom: 0;
	width: 100%;
	margin-top: 15px;
}

.modal-body .listLocais .local a small{
	font-size: 10px;
	letter-spacing: 2px;
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 0px;
}


@media screen and (max-width: 425px){
	.modal-content{
		background-color: rgba(255, 255, 255, .1);
	}

	.modal-body .listLocais{
/*		display: block;*/
	}

	.modal-body .listLocais .local{
		margin: 5px;
	}

	.modal-body .listLocais .local a{
		margin: 10px 0;
		background-color: rgba(255, 255, 255, .1);
		border: none;
	}
}

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

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

.maxwidth {
	max-width: 1300px;
	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: 'montserrat-light';
  src: url('../fonts/Montserrat-Light.woff2');
}

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

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

@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/Montserrat-Bold.woff2');
}

*{
font-family: 'montserrat-light', serif;
}

.bg-sucesso,
.btn-sucesso {
	background-color: #4BD35D;
	color: #FFF;
}

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


/*Nav Topo*/
nav.menutop {
	background-color: #BC1D20;
	padding: 0;
	padding-bottom: 10px;
}


/* Header */

header div.bannerhome {
	background-color: #F7F7F7;
	padding: 25px;
}

header div.bannerhome img {
	display: block;
	margin: auto;
	max-width: 200px;
}

@media screen and (max-width: 999px) {
	header div.bannerhome img {
		max-width: 150px;
	}
}


/* Links */
section.links {
  	background-image: url('../imgs/fundopc.jpg');
	background-position: top center;
	background-attachment: fixed;
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	padding: 25px 16px;
	height: auto;
	min-height: 100vh;
    display: flex;
}

section.links.linkImagens{
	background-image: none;
	background-color: #070707;
}

section.links .imagensLinks{
	max-width: 650px;
	display: block;
	margin: auto;
}

section.links .imagensLinks a.imglink{
	display: block;
	margin: auto;
	overflow: hidden;
	border-radius: 15px;
	margin-bottom: 25px;
}

section.links div.maxwidth{
	width: 100%;
	margin: 0 auto;
}

section.links h1 {
	font-family: "montserrat-semibold";
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
}

section.links h1 span {
	font-family: "montserrat-semibold";
	color: #BC1D20;
}

section.links div.logo{
	display: flex;
	flex-direction: column;
}

section.links div.logo .drsimao{
	max-width: 150px;
	display: flex;
	margin: auto;
}

section.links div.logo .logotipo{
	max-width: 350px;
	display: flex;
	margin: auto;
}

section.links.linkImagens div.logo .logotipo{
	max-width: 250px;	
	margin-bottom: 30px;
}

section.links div.logo p{	
	font-family: "montserrat-semibold";
	max-width: 500px;
	margin: auto;
	padding: 15px;
	font-size: 1em;
}

section.links div.logo p small{
	display: block;
	margin-top: 5px;
}	

section.links div.servicos {
	/*padding: 25px 0px;*/
}

section.links div.servicos a.servico {
	color: #000;
    text-decoration: none;
    max-width: 380px;
    margin: auto;
    margin-bottom: 26px;
    border-radius: 5px;
    border: 1px solid #000;
    background-color: transparent;
}

section.links div.servicos a.servico.active{
	color: #59BB54;
	border-color: #59BB54;
}

section.links div.servicos a.servico.active h2{
	color: #59BB54;
}

section.links div.servicos div.imagem {
	width: 40%;
}

section.links div.servicos div.imagem img {
	height: 100%;
	object-fit: cover;
	min-height: 220px;
	border-radius: 10px 0px 0px 10px;
}

section.links div.servicos div.imagem img:last-child {
	border-radius: 100%;
	width: 50px;
	height: 50px;
	padding: 5px;
	min-height: initial;
	background-color: #F7F7F7;
	position: absolute;
	object-fit: contain;
	margin-left: -60px;
	margin-top: 10px;
	box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2);
}

section.links div.servicos div.texto {
	width: 100%;
	padding: 10px 15px;
	display: flex;
	justify-content: center;
}

section.links div.servicos div.texto span{
	font-size: 1.5em;
	color: #000;
	margin-right: 5px;
	position: relative;
}

section.links div.servicos a.servico.active span{
	color: #59BB54 !important;
}

section.links div.servicos div.texto h2 {
	font-family: 'montserrat-regular';
	font-size: 1em;
	line-height: 25px;
	text-align: center;
	margin-bottom: 0px;
	width: 100%;
	max-width: 280px;
}

section.links div.servicos div.texto p {
	font-size: .92em;
}

@media screen and (max-width: 999px) {
	section.links {
		background-image: linear-gradient(90deg, rgba(27,29,30,.8) 0%, rgba(27,29,30,.8) 100%), url('../imgs/fundocel-1.jpg');
		/*background-position: 0 -100px;*/
		background-size: cover;
		background-repeat: no-repeat;
		padding: 25px 16px;
	}

	section.links div.logo .drsimao{
		max-width: 150px;
		display: flex;
		margin: auto;
	}

	section.links div.logo .logotipo{
		filter: invert(1);
		max-width: 250px;
		display: flex;
		margin: auto;
	}

	section.links.linkImagens div.logo .logotipo{
		filter: initial;
	}

	section.links div.logo p{
		color: #FFF;
	}

	section.links div.logo p small{
		font-size: 1em;
	}

	section.links div.servicos a.servico{
		border-color: #FFF;
	}

	section.links div.servicos div.texto h2{
	    font-size: .9em;
	    color: #FFF;
	}

	section.links div.servicos div.texto span{
		color: #FFF;
	}


	section.links div.servicos a.servico {
		flex-direction: column;
	}

	section.links div.servicos div.imagem,
	section.links div.servicos div.texto {
		width: 100%;
	}

	section.links div.servicos div.imagem img {
		width: 100%;
		border-radius: 10px 10px 0px 0px;
		min-height: initial;
	}
}


/* Rodapé */

footer .direitos {
/*	background-color: #333;*/
	margin-top: 50px;
}

footer .direitos p {
	color: #FFF;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
	font-size: 14px
}

footer .direitos p:last-child {
	opacity: .6;
}

footer .maxwidthrodape h4 {
	margin-top: 25px;
}

footer .direitos p.desenvolvimento {
	text-align: center;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: -4px;
	font-size: 0.7em;
}

footer .direitos img {
	padding: 5px;
	height: 55px;
	margin-bottom: 15px;
	display: block;
	margin: auto;
}