@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap');

@font-face {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

* { 
	outline: none;
	font-family: 'Montserrat', sans-serif;
}

.container-fluid {
	padding: 0!important;
}

a:active, 
a:checked, 
a:focus, 
a:focus, 
a:hover { 
	outline: none!important; 
	text-decoration: none;
}

body { 
	font-family: 'Montserrat', sans-serif;
	margin:0; 
	padding:0;
}

.clear { 
	clear:both;
}

.none {
	display: none!important;
}

img { 
	max-width:100%!important; 
	height:auto; 
}


/* FONTES */

a { 
	text-decoration:none!important; 
}

a:hover { 
	text-decoration:none; 
}

p, span, li {
	color: #7D7D7D;
	font-size: 14px;
	line-height: 180%;
}

strong {
	color: #1CBA85;
}

/*********************************************
** Breadcrumb
*********************************************/

.bread-crumbs-pagina {
	padding: 12px 0;
    margin: 0;
    background: #F0F0F0;
    float: left;
    width: 100%;
}

.bread-crumbs-pagina #breadcrumbs {
	margin: 0;
	color: #7D7D7D!important;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}

.bread-crumbs-pagina #breadcrumbs a {
	color: #7D7D7D!important;
	font-size: 13px;
}

.bread-crumbs-pagina #breadcrumbs .breadcrumb_last {
	color: #002757!important;
	font-weight: bold;
	font-size: 13px;
}

/*********************************************
** Parceiros
*********************************************/

.parceirosList {
	float: left;
	width: 100%;
	padding: 50px 0;
	text-align: center;
}

.parceirosList h2 {
	display: inline-block;
    width: 100%;
    color: #002757;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Ubuntu',sans-serif;
    line-height: 125%;
    font-size: 60px;
	margin: 0;
}

.parceirosList .separador {
	width: 85px;
    height: 6px;
    background: #1CBA85;
    display: inline-block;
    margin: 15px 0 40px 0;
    border-radius: 20px;
}

.parceirosList ul {
	padding: 0 50px;
	float: left;
	width: 100%;
}

.parceirosList ul li {
	padding: 0 5px;
}

.parceirosList ul li img {
	width: 100%;
}

.parceirosList ul .fa-angle-left {
	position: absolute;
    top: calc(50% - 20px);
    left: 0;
    opacity: 0.7;
    font-size: 28px;
    color: #fff;
    background: #1CBA85;
    border-radius: 50px;
	z-index: 1;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.parceirosList ul .fa-angle-left:hover {
	opacity: 1;
}

.parceirosList ul .fa-angle-right {
	position: absolute;
    top: calc(50% - 20px);
    right: 0;
    opacity: 0.7;
    font-size: 28px;
    color: #fff;
    background: #1CBA85;
    border-radius: 50px;
	z-index: 1;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.parceirosList ul .fa-angle-right:hover {
	opacity: 1;
} 

/*********************************************
** Contato
*********************************************/

.contatoGeral {
	float: left;
	width: 100%;
	padding: 50px 0;
	text-align: center;
	background: url('https://cori.med.br/wp-content/uploads/2021/11/bg-contato.jpg') no-repeat;
	background-size: cover;
}

.contatoGeral .container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.contatoGeral h2 {
	display: inline-block;
    width: 100%;
    color: #002757;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Ubuntu',sans-serif;
    line-height: 125%;
    font-size: 60px;
	margin: 0;
}

.contatoGeral .separador {
	width: 85px;
    height: 6px;
    background: #fff;
    display: inline-block;
    margin: 15px 0 40px 0;
    border-radius: 20px;
}

.contatoGeral .boxForulario .wpcf7-form-control-wrap {
	float: left;
	width: 100%;
}

.contatoGeral .boxForulario input[type=text],
.contatoGeral .boxForulario input[type=email],
.contatoGeral .boxForulario textarea {
	float: left;
	width: 100%;
	padding: 12px;
	border-radius: 5px;
	border: 0;
	margin-bottom: 15px;
	font-size: 14px;
}

.contatoGeral .boxForulario textarea {
	height: 241px;
}

.contatoGeral .boxForulario .texto {
	float: left;
	width: 100%;
	text-align: left;
	color: #fff;
	margin: 10px 0;
}

.contatoGeral .boxForulario .texto a {
	color: #002757;
	font-weight: bold;
	text-decoration: underline!important;
}

.contatoGeral .boxForulario .aceite {
	text-align: left;
}

.contatoGeral .boxForulario .aceite .wpcf7-acceptance {
	float: left;
	width: 100%;
}

.contatoGeral .boxForulario .aceite .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

.contatoGeral .boxForulario .aceite .wpcf7-acceptance .wpcf7-list-item label {
	margin: 0;
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.contatoGeral .boxForulario .aceite .wpcf7-acceptance .wpcf7-list-item label input {
	margin: 0 7px 0 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	min-width: 30px;
}

.contatoGeral .boxForulario .aceite .wpcf7-acceptance .wpcf7-list-item label span {
	font-weight: normal;
	color: #fff;
	cursor: pointer;
}

.contatoGeral .boxForulario .loader {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 20px;
}

.contatoGeral .boxForulario .loader input {
	background: #002757;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    font-weight: bold;
    border-radius: 50px;
	min-width: 30px;
	border: 0;
}

.contatoGeral .boxForulario .loader .wpcf7-spinner {
	margin: 0;
    position: absolute;
    left: calc(50% - 12px);
    top: 12px;
}

.contatoGeral .boxForulario .wpcf7-not-valid-tip {
	position: absolute;
    right: 5px;
    top: 3px;
    font-size: 11px;
}

.contatoGeral .boxForulario .wpcf7 .wpcf7-response-output {
	float: left;
    width: 100%;
    border-width: 1px;
    font-size: 14px;
    color: #fff;
    margin: 20px 0 0 0;
    padding: 10px;
}

/*********************************************
** Newsletter
*********************************************/

.newsletter {
	float: left;
	width: 100%;
	padding: 50px 0;
	text-align: center;
}

.newsletter .container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.newsletter h2 {
	display: inline-block;
    width: 100%;
    color: #002757;
    font-weight: bold;
    line-height: 125%;
    font-size: 30px;
    margin: 0 0 8px 0;
    text-align: left;
}

.newsletter .subtitulo {
	float: left;
	color: #7D7D7D;
	padding-bottom: 10px;
	margin-bottom: 40px;
	border-bottom: solid 1px #BDBDBD;
	text-align: left;
}

.newsletter .boxForulario .wpcf7-form-control-wrap {
	float: left;
	width: 100%;
}

.newsletter .boxForulario input[type=text],
.newsletter .boxForulario input[type=email] {
	float: left;
	width: 100%;
	padding: 12px;
	border-radius: 5px;
	border: #DBDDE0 solid 1px;
	margin-bottom: 15px;
	font-size: 14px;
}

.newsletter .boxForulario .texto {
	float: left;
	width: 100%;
	text-align: left;
	color: #828282;
	margin: 10px 0;
}

.newsletter .boxForulario .texto a {
	color: #002757;
	font-weight: bold;
	text-decoration: underline!important;
}

.newsletter .boxForulario .aceite {
	text-align: left;
}

.newsletter .boxForulario .aceite .wpcf7-acceptance {
	float: left;
	width: 100%;
}

.newsletter .boxForulario .aceite .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

.newsletter .boxForulario .aceite .wpcf7-acceptance .wpcf7-list-item label {
	margin: 0;
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.newsletter .boxForulario .aceite .wpcf7-acceptance .wpcf7-list-item label input {
	margin: 0 7px 0 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	min-width: 30px;
}

.newsletter .boxForulario .aceite .wpcf7-acceptance .wpcf7-list-item label span {
	font-weight: normal;
	color: #828282;
	cursor: pointer;
}

.newsletter .boxForulario .loader {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 20px;
}

.newsletter .boxForulario .loader input {
	background: #002757;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    font-weight: bold;
    border-radius: 50px;
	border: 0;
}

.newsletter .boxForulario .loader .wpcf7-spinner {
	margin: 0;
    position: absolute;
    left: calc(50% - 12px);
    top: 12px;
}

.newsletter .boxForulario .wpcf7-not-valid-tip {
	position: absolute;
    right: 5px;
    top: 3px;
    font-size: 11px;
}

.newsletter .boxForulario .wpcf7 .wpcf7-response-output {
	float: left;
    width: 100%;
    border-width: 1px;
    font-size: 14px;
    color: #002757;
    margin: 20px 0 0 0;
    padding: 10px;
}

@media (max-width: 768px) {
	
	/* BreadCrumb */
	
	.bread-crumbs-pagina #breadcrumbs {
		font-size: 12px;
		line-height: 170%;
		letter-spacing: 0;
		text-align: center;
	}

	/* Parceiros */
	
	.parceirosList ul {
		padding: 0;
	}

	/* Contato */
	
	.contatoGeral {
		padding: 30x 0;
	}

	.contatoGeral h2 {
		font-size: 40px;
	}

	.contatoGeral .col-sm-9 {
		padding: 0;
	}

	/* Newsletter */
	
	.newsletter {
		padding: 30x 0;
	}

	.newsletter h2 {
		font-size: 40px;
	}

	.newsletter .col-sm-9 {
		padding: 0;
	}

}
