/* #####################################
########################################

	Theme name: Pronúcleo
	Theme URI: http://pronucleo.com.br
	Description: Este tema foi desenvolvido exclusivamente para a Pronúcleo.

	Code: Gabriel Amarante | gabrielfreelancer.com.br
	Author: Verge Studio
	Author URI: http://verge.com.br

	Version: 05.2020

########################################
##################################### */


@charset "UTF-8";


/* ######
   Variáveis
############ */

html {
	--branco: #FFF;
	--texto: #888;
	--cinza: #333;
	--cinza-claro: #DDD;
	--cinza-leve: #F9F9F9;
	--preto: #000;
	--verde: #128C7E;
}

/* ######
   Básicos
############ */

* {
	outline: none;
}

html , body {
	margin: 0;
	padding: 0;
}

body {
	color: var(--texto);
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

p {
	line-height: 24px;
	margin: 0 0 20px;
}

a , a:hover , a:focus {
	text-decoration: none;
}

button , button:hover , button:focus {
	outline: none;
	cursor: pointer;
}

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

/* ######
   Gerais
############ */

/* box-slide */

.box-slide {
	position: relative;
}

/* display-table */

.display-table {
	display: table;
	margin: 0;
	padding: 0;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}

/* df-center */

.df-center {
	align-items: center;
	display: flex;
	width: 100%;
	height: 100%;
}

/* wp-pagenavi */

.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi a ,
.wp-pagenavi span {
	color: var(--texto);
	font-size: 13px;
	display: inline-block;
	margin: 0 4px;
	padding: 6px 12px;
	transition: .3s;
	border-radius: 3px;
	border: none;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	background: var(--cinza-leve);
}
.wp-pagenavi .current {
	color: var(--branco);
	background: var(--verde);
}

/* box-header */

.box-header {
	width: 100%;
	margin: 0 0 50px;
}
.box-header.no-margin {
	margin: 0;
}
.box-header h1 ,
.box-header h2 ,
.box-header h3 {
	color: var(--preto);
	font-size: 35px;
	font-weight: 700;
	line-height: 50px;
	margin: 0;
}

/* box-info */

.box-info p {
	line-height: 28px;
	margin: 0 0 20px;
}

/* read-more */

.read-more {
	color: var(--preto);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: inline-block;
}
.read-more:hover {
	color: var(--preto);
}
.read-more::after {
	content: '';
	display: block;
	width: 95px;
	height: 2px;
	margin: 6px 0 0;
	transition: .3s;
	background: var(--preto);
}
.read-more:hover::after {
	width: calc(100% - 5px);
}

/* button-more */

.button-more {
	color: var(--branco);
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 30px;
	transition: .3s;
	border-radius: 40px;
	border: solid 1px var(--verde);
	background: var(--verde);
}
.button-more:hover {
	color: var(--verde);
	background: transparent;
}

/* box-limit */

.box-limit {
	max-width: 870px;
}

/* box-person */

.box-person {
	margin: 0 0 40px;
	padding: 20px 0;
	position: relative;
}
.box-person::before {
	content: '';
	display: block;
	width: calc(100% - 50px);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	background: var(--cinza-leve);
}

/* person-image */

.person-image {
	margin: 0 0 25px;
	position: relative;
	z-index: 2;
	transition: .5s;
}
.box-person:hover .person-image {
	transform: scale(1.06);
}
.person-image img {
	width: calc(100% - 20px);
	max-width: 270px;
}

/* person-info */

.person-info {
	width: calc(100% - 100px);
	margin: 0 0 0 70px;
	position: relative;
	z-index: 2;
}
.person-info h3 {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0;
}
.person-info p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.person-info a {
	color: var(--texto);
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	width: 100%;
	transition: .3s;
}
.person-info a:hover {
	color: var(--verde);
}
.person-info a.btn-link {
	width: auto;
	margin: 0 15px 0 0;
}
.person-info p a {
	width: auto;
}

/* box-info-default */

.box-info-default {
	margin: 0 0 40px;
}
.box-info-default p {
	line-height: 30px;
	margin: 0 0 10px;
}

/* box-post */

.box-post {
	margin: 0 0 40px;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,.2)
}

/* post-image */

.post-image {
	margin: 0;
}
.post-image img {
	width: 100%;
}

/* post-info */

.post-info {
	text-align: center;
	padding: 30px;
}
.post-info h2 {
	color: var(--preto);
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	margin: 0 0 15px;
}
.post-info p {
	color: var(--texto);
	line-height: 20px;
	margin: 0 0 10px;
}
.post-info span {
	color: var(--texto);
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
}

/* box-form */

.box-form p {
	margin: 0;
}
.box-form br {
	display: none;
}
.box-form button {
	margin: 20px 0 0;
	padding: 10px 40px;
}

/* box-form (box-contain) */

.box-form .box-contain {
	padding: 0 15px;
	border-top: solid 1px var(--cinza-claro);
	border-right: solid 1px var(--cinza-claro);
}
.box-form .box-contain input {
	width: 100%;
	height: 60px;
	padding: 0 15px;
	border: none;
	border-bottom: solid 1px var(--cinza-claro);
	border-left: solid 1px var(--cinza-claro);
}
.box-form .box-contain textarea {
	width: 100%;
	height: 120px;
	padding: 15px;
	border: none;
	border-bottom: solid 1px var(--cinza-claro);
	border-left: solid 1px var(--cinza-claro);
}

/* box-form-item */

.box-form .box-form-item {
	margin: 0 -15px;
}

/* box-form (message) */

.box-form span.wpcf7-not-valid-tip {
	font-size: 12px;
	margin: -20px 0 2px 15px;
}
.box-form div.wpcf7-response-output {
	color: var(--preto);
	font-size: 14px;
	line-height: 20px;
	margin: 20px 0 0;
	padding: 0;
	border: none;
}

/* box-event */

.box-event {
	height: calc(100% - 30px);
	margin: 0 0 30px;
	padding: 40px;
	background: var(--cinza-leve);
}
.box-event h3 {
	color: var(--verde);
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 15px;
}
.box-event img {
	width: 100%;
	height: 270px;
	margin: 0 0 15px;
	object-fit: cover;
}

/* ######
   Carregamento personalizado
############ */

#preloader {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: .6s;
	background: var(--branco);
}
#preloader.disabled {
	z-index: -999;
	opacity: 0;
}
#preloader img {
	width: 300px;
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* ######
   Página básica | Conteúdo
############ */

.page-base #content ,
.page-template-default #content {
	padding: 100px 0 85px;
}

/* box-title */

.page-base #content .box-title ,
.page-template-default #content .box-title {
	margin: 0 0 30px;
}
.page-base #content .box-title h1 ,
.page-template-default #content .box-title h1 {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin: 0;
}

/* box-content */

.page-base #content .box-content img ,
.page-template-default #content .box-content img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}
.page-base #content .box-content p ,
.page-template-default #content .box-content p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 15px;
}

/* ######
   Introdução
############ */

#intro {
	height: 37px;
	padding: 6px 0 10px;
	background: var(--cinza);
}

/* box-email */

#intro .box-email a {
	color: var(--branco);
	font-size: 13px;
	line-height: 18px;
	display: inline-block;
}

/* box-nav */

#intro .box-nav {
	text-align: right;
}
#intro .box-nav p {
	display: inline-block;
	margin: 0 0 0 20px;
}
#intro .box-nav a {
	color: var(--branco);
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	display: block;
}

/* ######
   Cabeçalho
############ */

#header {
	height: 115px;
	padding: 25px 0;
	position: relative;
	z-index: 5;
	background: var(--cinza-leve);
}

/* box-logo */

#header .box-logo {
	margin: 0;
}
#header .box-logo img {
	width: 170px;
}

/* box-contain */

#header .box-contain {
	text-align: right;
	width: 100%;
}

/* navbar */

#header .navbar {
	display: inline-block;
	padding: 0;
}
#header .navbar ul {
	list-style: none;
	display: block;
	margin: 0 0 -51px;
	padding: 0;
}
#header .navbar li {
	display: inline-block;
	margin: 0 20px 0 0;
}
#header .navbar a {
	color: var(--texto);
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	padding: 0 0 51px;
	transition: .3s;
}
#header .navbar a:hover {
	color: var(--verde);
}

/* sub-menu */

#header .navbar ul.sub-menu {
	text-align: center;
	display: block;
	width: 100%;
	padding: 30px 0;
	position: fixed;
	top: -200px;
	left: 0;
	z-index: 2;
	opacity: 0;
	background: var(--verde);
}
#header .navbar .dad_item:hover ul.sub-menu {
	top: 130px;
	opacity: 1;
}
#header .navbar ul.sub-menu li {
	margin: 0;
	padding: 0 20px;
	border-left: solid 1px var(--branco);
}
#header .navbar ul.sub-menu li:first-child {
	padding: 0 20px 0 0;
	border: none;
}
#header .navbar ul.sub-menu li:last-child {
	padding: 0 0 0 20px;
}
#header .navbar ul.sub-menu a {
	color: var(--branco);
	padding: 0;
}

/* box-user */

#header .box-user {
	display: inline-block;
	margin: 0 0 0 30px;
}
#header .box-user a {
	color: var(--texto);
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	transition: .3s;
}
#header .box-user a:hover {
	color: var(--verde);
}

/* social-case */

#header .social-case {
	display: inline-block;
	margin: 0 0 0 20px;
}
#header .social-case a {
	color: var(--texto);
	font-size: 18px;
	line-height: 24px;
	display: inline-block;
	transition: .3s;
}
#header .social-case a:hover {
	color: var(--verde);
}

/* ######
   Navegação
############ */

#navigation {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: .3s;
	background: rgba(0,0,0,.8);
}
#navigation.active {
	z-index: 9;
	opacity: 1;
}

/* box-contain */

#navigation .box-contain {
	display: block;
	width: 90vw;
	max-width: 400px;
	margin: 40px auto;
	padding: 30px;
	background: #FFF;
}
#navigation .box-contain button {
	font-size: 0;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto 30px;
	border: none;
	background: url(images/icons/close.svg) no-repeat center center;
	background-size: 22px auto;
}

/* navbar */

#navigation .navbar {
	display: block;
	padding: 0;
}
#navigation .navbar ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation .navbar li {
	text-align: center;
	display: block;
	margin: 0 0 10px;
}
#navigation .navbar a {
	color: #888;
	font-size: 15px;
	line-height: 20px;
	display: inline-block;
}
#navigation .navbar .menu-item-60 > a {
	display: none;
}

/* ######
   Rodapé
############ */

#footer {
	padding: 80px 0;
	background: var(--cinza);
}

/* box-title */

#footer .box-title {
	margin: 0 0 20px;
}
#footer .box-title h4 {
	color: var(--cinza-leve);
	font-size: 25px;
	line-height: 30px;
	margin: 0;
}

/* box-text */

#footer .box-text {
	max-width: 400px;
}
#footer .box-text p {
	color: var(--texto);
	line-height: 28px;
	margin: 0;
}

/* navbar */

#footer .navbar {
	display: block;
	padding: 0;
}
#footer .navbar ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#footer .navbar li {
	display: block;
}
#footer .navbar a {
	color: var(--texto);
	line-height: 28px;
	transition: .3s;
}
#footer .navbar a:hover {
	color: var(--verde);
}

/* ######
   Copyright
############ */

#copyright {
	padding: 20px 0;
	background: var(--preto);
}

/* box-text */

#copyright .box-text {
	text-align: center;
}
#copyright .box-text p {
	color: var(--texto);
	font-size: 14px;
	margin: 0;
}
#copyright .box-text span {
	color: var(--verde);
	display: inline-block;
	margin: 0 5px 0 0;
}

/* ######
   Whatsapp
############ */

#whatsapp {
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 5;
}

/* box-link */

#whatsapp .box-link a {
	font-size: 0;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--verde) url(images/icons/whatsapp.svg) no-repeat top 12px center;
	background-size: 25px auto;
}

/* ######
   Erro
############ */

#error {
	padding: 20vh 0;
	background: var(--cinza-leve);
}

/* box-text */

#error .box-text {
	color: #FFF;
	text-align: center;
}
#error .box-text p {
	color: #D56868;
	font-size: 20px;
	line-height: 25px;
}
#error .box-text a {
	color: #D56868;
	font-weight: 700;
}

/* ######
   Home | Banner
############ */

/* box-slide */

.home #banner .box-slide {
	background: #000;
}
.home #banner .box-slide a {
	display: block;
}
.home #banner .box-slide img {
	width: 100%;
	opacity: .8;
}

/* slick-dots */

.home #banner .slick-dots {
	text-align: center;
	list-style: none;
	display: block;
	width: 90vw;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 25px;
	left: 50%;
	z-index: 3;
	transform: translateX(-50%);
}
.home #banner .slick-dots li {
	display: inline-block;
	margin: 0 8px;
}
.home #banner .slick-dots button {
	font-size: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: var(--branco);
}
.home #banner .slick-active button {
	background: var(--verde);
}

/* ######
   Home | Sobre
############ */

.home #about {
	padding: 100px 0;
}

/* ######
   Home | Registre-se
############ */

.home #register {
	position: relative;
	background: var(--cinza-leve);
}

/* box-image */

.home #register .box-image {
	margin: 0;
}
.home #register .box-image img {
	width: calc(50vw - 50px);
	height: 600px;
	object-fit: cover;
}

/* box-contain */

.home #register .box-contain {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
}

/* ######
   Home | Parceiros
############ */

.home #partners {
	padding: 50px 0 100px;
	position: relative;
	overflow: hidden;
}

/* box-header */

.home #partners .box-header {
	margin: 0 0 35px;
	padding: 0 0 0 25px;
}

/* box-slide */

.home #partners .box-slide {
	width: calc(100vw + 12vw);
	margin: 0 0 0 -15px;
}

/* slick-track */

.home #partners .slick-track {
	border-left: solid 1px var(--cinza-claro);
}

/* box-item */

.home #partners .box-item {
	width: 100%;
	height: 100%;
	position: relative;
	/*border: solid 1px var(--cinza-claro);*/
	border-left: none;
}
.home #partners .box-item a {
	color: var(--texto);
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
}
.home #partners .box-item img {
	display: inline-block;
	max-width: 80%;
	/*position: absolute;*/
	/*top: 50%;*/
	/*left: 50%;*/
	/*transform: translate(-50%,-50%);*/
	filter: grayscale(100%);
	opacity: .5;
	transition: .3s;
}
.home #partners .box-item:hover img {
	filter: grayscale(0);
	opacity: 1;
}

/* item-content */

.home #partners .item-content {
	text-align: center;
	max-width: 300px;
	margin: 0 auto;
	padding: 40px 20px;
}
.home #partners .item-content figure {
	min-height: 150px;
	margin: 0;
}
.home #partners .item-content img {
	display: inline-block;
	max-height: 150px;
	position: relative;
	top: auto;
	left: auto;
	transform: translate(0,0);
}
.home #partners .item-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 25px 0 20px;
}
.home #partners .item-content p {
	margin: 0;
}

/* slick-arrow */

.home #partners .slick-arrow {
	color: transparent;
	width: 50px;
	height: 50px;
	padding: 0;
	position: absolute;
	bottom: -49px;
	left: 89px;
	border: solid 1px var(--cinza-claro);
	background: url(images/icons/next.svg) no-repeat center center;
	background-size: 20px auto;
}
.home #partners .slick-prev {
	left: 40px;
	transform: rotate(180deg);
}

/* ######
   Home | Complemento
############ */

.home #complementary {
	padding: 80px 0 40px;
	background: var(--verde);
}

/* box-item */

.home #complementary .box-item {
	text-align: center;
	max-width: 300px;
	margin: 0 auto 40px;
}
.home #complementary .box-item h3 {
	color: var(--branco);
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	margin: 20px 0;
}
.home #complementary .box-item p {
	color: var(--branco);
	margin: 0;
}

/* ######
   Diretoria | Conteúdo
############ */

.page-template-diretoria #content {
	padding: 80px 0 40px;
}

/* box-person */

.page-template-diretoria #content .box-person {
	padding: 20px;
}

/* person-image */

.page-template-diretoria #content .person-image img {
	width: 100%;
	max-width: initial;
}

/* person-info */

.page-template-diretoria #content .person-info {
	width: calc(100% - 40px);
	margin: 0 0 0 40px;
}
.page-template-diretoria #content .box-person::before {
	width: calc(100% - 40px);
}

/* person-text */

.page-template-diretoria #content .person-text {
	position: relative;
	z-index: 2;
	margin: 20px 0 0 40px;
}
.page-template-diretoria #content .person-text p {
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}

/* ######
   Informações | Conteúdo
############ */

.page-template-informacoes #content {
	padding: 80px 0 30px;
}

/* box-item */

.page-template-informacoes #content .box-item {
	margin: 0 0 50px;
	padding: 0 0 40px;
	border-bottom: solid 1px var(--cinza-claro);
}
.page-template-informacoes #content .box-item p {
	line-height: 30px;
	margin: 0 0 10px;
}

/* ######
   Estatuto | Conteúdo
############ */

.page-template-estatuto #content {
	padding: 80px 0 40px;
}

/* ######
   História | Conteúdo
############ */

.page-template-historia #content {
	padding: 80px 0;
}

/* sld_zoom */

.page-template-historia #content .sld_zoom img {
	width: 100%;
}

/* sld_item */
.page-template-historia #content .sld_item {
	position: relative;
}
.page-template-historia #content .sld_item p {
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
	max-width: 90%;
	padding: 5px 20px 6px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	box-shadow: 3px 3px 6px 0 rgba(0,0,0,.3);
	border-radius: 20px;
	background: #FFF;
}

/* sld_thumb */

.page-template-historia #content .sld_thumb {
	margin: -40px 0 0;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}
.page-template-historia #content .sld_thumb .sld_item {
	padding: 0 15px 8px;
}
.page-template-historia #content .sld_thumb .sld_item img {
	width: 100%;
	cursor: pointer;
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,.2);
	border-radius: 6px;
}
.page-template-historia #content .sld_thumb .slick-current img {
	opacity: .5;
	cursor: initial;
}

/* ######
   História | Diretores
############ */

.page-template-historia #director {
	padding: 0 0 40px;
}

/* ######
   Comitê de ética | Conteúdo
############ */

.page-template-comite-de-etica #content {
	padding: 80px 0;
}

/* ######
   Comitê de ética | Equipe
############ */

.page-template-comite-de-etica #team {
	padding: 0 0 40px;
}

/* box-person */

.page-template-comite-de-etica #team .box-person {
	padding: 20px;
}

/* person-image */

.page-template-comite-de-etica #team .person-image img {
	width: 100%;
	max-width: initial;
}

/* person-info */

.page-template-comite-de-etica #team .person-info {
	width: calc(100% - 40px);
	margin: 0 0 0 40px;
}
.page-template-comite-de-etica #team .box-person::before {
	width: calc(100% - 40px);
}

/* person-text */

.page-template-comite-de-etica #team .person-text {
	position: relative;
	z-index: 2;
	margin: 20px 0 0 40px;
}
.page-template-comite-de-etica #team .person-text p {
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}

/* ######
   Delegados regionais | Conteúdo
############ */

.page-template-delegados #content {
	padding: 80px 0 40px;
}

/* box-nav */

.page-template-delegados #content .box-nav {
	margin: 0 0 60px;
}
.page-template-delegados #content .box-nav button {
	font-size: 13px;
	display: inline-block;
	margin: 0 15px 15px 0;
	padding: 6px 20px;
	transition: .3s;
	border: none;
	border-radius: 3px;
	background: var(--cinza-leve);
}
.page-template-delegados #content .box-nav button.active {
	color: var(--branco);
	background: var(--verde);
}

/* box-person */

.page-template-delegados #content .box-person {
	padding: 20px;
}

/* person-image */

.page-template-delegados #content .person-image img {
	width: 100%;
	max-width: initial;
}

/* person-info */

.page-template-delegados #content .person-info {
	width: calc(100% - 40px);
	margin: 0 0 0 40px;
}
.page-template-delegados #content .box-person::before {
	width: calc(100% - 40px);
}
.page-template-delegados #content .person-info a.curriculum {
	color: var(--verde);
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 0 0;
}

/* person-text */

.page-template-delegados #content .person-text {
	position: relative;
	z-index: 2;
	margin: 20px 0 0 40px;
}
.page-template-delegados #content .person-text p {
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}

/* ######
   Patrocinadores | Conteúdo
############ */

.page-template-patrocinadores #content {
	padding: 80px 0 30px;
}

/* box-item */

.page-template-patrocinadores #content .box-item {
	width: 100%;
	margin: 0 0 50px;
	padding: 30px;
	border: solid 1px var(--cinza-claro);
}

/* item-image */

.page-template-patrocinadores #content .item-image {
	text-align: center;
	margin: 0 0 30px;
}
.page-template-patrocinadores #content .item-image img {
	max-width: 300px;
}

/* item-contact */

.page-template-patrocinadores #content .item-contact {
	text-align: center;
}
.page-template-patrocinadores #content .item-contact p {
	line-height: 22px;
	margin: 0;
}

/* item-content */

.page-template-patrocinadores #content .item-content {
	padding: 0 0 0 50px;
	border-left: solid 1px var(--cinza-claro);
}
.page-template-patrocinadores #content .item-content h4 {
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	margin: 0 0 15px;
}
.page-template-patrocinadores #content .item-content p {
	font-size: 13px;
	line-height: 20px;
	margin: 0;
}

/* ######
   Embriologistas | Conteúdo
############ */

.page-template-embriologistas #content {
	padding: 80px 0;
}

/* ######
   Notícias | Conteúdo
############ */

.page-template-interna-news #content {
	padding: 80px 0;
}

/* box-header */

.page-template-interna-news #content .box-header {
	margin: 0 0 20px;
}

/* box-date */

.page-template-interna-news #content .box-date {
	margin: 0 0 60px;
}
.page-template-interna-news #content .box-date p {
	margin: 0;
}

/* box-image */

.page-template-interna-news #content .box-image {
	margin: 0 0 60px;
}
.page-template-interna-news #content .box-image img {
	width: 100%;
	border-radius: 10px;
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,.2);
}

/* box-text */

.page-template-interna-news #content .box-text {
	margin: 0 0 40px;
}
.page-template-interna-news #content .box-text p {
	line-height: 30px;
	margin: 0 0 10px;
}

/* box-gallery */

.page-template-interna-news #content .box-gallery {
	margin: 0 0 40px;
	padding: 0 10px;
}

/* gallery-item */

.page-template-interna-news #content .gallery-item {
	width: calc(100% + 20px);
	margin: 0 -10px 10px;
}
.page-template-interna-news #content .gallery-item a {
	display: block;
	background: var(--verde);
}
.page-template-interna-news #content .gallery-item img {
	width: 100%;
	transition: .3s;
}
.page-template-interna-news #content .gallery-item img:hover {
	opacity: .5;
}

/* box-video */

.page-template-interna-news #content .box-video {
	text-align: center;
	margin: 0 0 40px;
}
.page-template-interna-news #content .box-video iframe {
	display: inline-block;
	max-width: 100%;
}

/* box-shared */

.page-template-interna-news #content .box-shared p {
	color: var(--verde);
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
}
.page-template-interna-news #content .box-shared p::before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 1px;
	margin: -5px 20px 5px 15px;
	background: var(--cinza-claro);
}

/* sidebar */

.page-template-interna-news #content .sidebar {
	padding: 0 0 0 30px;
}

/* box-title */

.page-template-interna-news #content .box-title {
	margin: 0 0 40px;
}
.page-template-interna-news #content .box-title h3 {
	color: var(--preto);
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}

/* ######
   Emprego | Conteúdo
############ */

.page-template-emprego #content {
	padding: 80px 0;
}

/* box-link */

.page-template-emprego #content .box-link {
	margin: 0 0 80px;
}
.page-template-emprego #content .box-link a {
	margin: 0 15px 10px 0;
}

/* ######
   Evento | Conteúdo
############ */

.page-template-evento #content {
	padding: 80px 0;
}

/* ######
   Para o paciente | Paciente
############ */

.page-template-para-o-paciente #patient {
	padding: 80px 0;
}

/* ######
   Para o paciente | Busca
############ */

.page-template-para-o-paciente #search {
	padding: 0 0 50px;
}

/* ######
   Contato | Conteúdo
############ */

.page-template-contato #content {
	padding: 80px 0;
}

/* box-text */

.page-template-contato #content .box-text {
	margin: 0 0 50px;
}
.page-template-contato #content .box-text p {
	margin: 0 0 10px;
}
.page-template-contato #content .box-text a {
	color: var(--texto);
	transition: .3s;
}
.page-template-contato #content .box-text a:hover {
	color: var(--verde);
}

/* ######
   Quero uma vaga | Conteúdo
############ */

.page-template-quero-uma-vaga #content {
	padding: 80px 0;
}

/* ######
   Área do cliente | Autor
############ */

.page-template-area-restrita #author {
	padding: 80px 0;
}

/* box-contain */

.page-template-area-restrita #author .box-contain h1 {
	color: var(--preto);
	font-size: 35px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 0 15px;
}
.page-template-area-restrita #author .box-contain h1 strong {
	color: var(--verde);
}
.page-template-area-restrita #author .box-contain p {
	line-height: 22px;
	margin: 0 0 0;
}

/* ######
   Área do cliente | Lista
############ */

.page-template-area-restrita #list {
	padding: 0 0 80px;
}
.page-template-area-restrita #list hr {
	width: 100%;
	height: 1px;
	margin: 0 0 80px;
	border: none;
	border-bottom: solid 1px var(--cinza-claro);
}

/* ######
   Acesso ao painel | Lista
############ */

.page-template-acesso #content {
	padding: 80px 0;
}

/* box-contain */

.page-template-acesso #content .box-contain h1 {
	color: var(--preto);
	font-size: 35px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 0 15px;
}
.page-template-acesso #content .box-contain h1 strong {
	color: var(--verde);
}
.page-template-acesso #content .box-contain p {
	line-height: 22px;
	margin: 0 0 0;
}

/* box-button */

.page-template-acesso #content .box-button {
	margin: 40px 0 0;
}
.page-template-acesso #content .box-button a {
	margin: 0 20px 10px 0;
	padding: 10px 30px 12px;
}

/* box-form */

.page-template-acesso #content .box-form {
	margin: 0 0 30px;
}
.page-template-acesso #content .box-form p {
	display: block;
	margin: 0;
}
.page-template-acesso #content .box-form p.login-username ,
.page-template-acesso #content .box-form p.login-password {
	display: inline-block;
	width: 40%;
	padding: 0 10px 0 0;
}
.page-template-acesso #content .box-form p.login-remember {
	display: none;
}
.page-template-acesso #content .box-form label {
	color: var(--texto);
	font-size: 13px;
	line-height: 20px;
	display: block;
	width: 100%;
	margin: 0 0 5px;
}
.page-template-acesso #content .box-form input[type='text'] ,
.page-template-acesso #content .box-form input[type='password'] {
	display: block;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0 15px;
	border: solid 1px var(--cinza-claro);
}
.page-template-acesso #content .box-form input[type='submit'] {
	color: var(--branco);
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	margin: 20px 0 0;
	padding: 10px 35px 12px;
	transition: .3s;
	border-radius: 40px;
	border: solid 1px var(--verde);
	background: var(--verde);
}
.page-template-acesso #content .box-form input[type='submit']:hover {
	color: var(--verde);
	background: transparent;
}
/* box-link */

.page-template-acesso #content .box-link a {
	color: var(--texto);
	display: inline-block;
	transition: .3s;
}
.page-template-acesso #content .box-link a:hover {
	color: var(--verde);
}

/* ######
   Revista eletrônica | Conteúdo
############ */

.page-template-revista #content {
	padding: 60px 0 30px;
}

/* ######
   Produto | Conteúdo
############ */

.page-template-produto #content {
	padding: 80px 0;
}

/* box-contain */

.page-template-produto #content .box-contain {
	padding: 0 0 50px;
}

/* box-price */

.page-template-produto #content .box-price {
	margin: 20px 0 0;
}
.page-template-produto #content .box-price p {
	color: var(--preto);
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
}
.page-template-produto #content .box-price p del {
	font-size: 15px;
	opacity: .5;
}

/* box-info */

.page-template-produto #content .box-info p {
	line-height: 30px;
	margin: 0;
}
.page-template-produto #content .box-info a {
	color: var(--verde);
}

/* box-cart */

.page-template-produto #content .box-cart p {
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.page-template-produto #content .box-cart button {
	height: 40px;
	padding: 0 25px;
	border-radius: 0;
	background: var(--preto);
}
.page-template-produto #content .box-cart .quantity {
	display: inline-block;
	width: auto;
	height: 40px;
	margin: 0;
}
.postid-501 .page-template-produto #content .box-cart .quantity {
	display: none;
}
.page-template-produto #content .box-cart .quantity label {
	display: none;
}
.page-template-produto #content .box-cart .quantity input {
	color: var(--preto);
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	display: inline-block;
	width: 80px;
	height: 40px;
	margin: 0 20px 0 0;
	padding: 5px 5px 5px 15px;
	border-radius: 0;
	border: solid 1px var(--preto);
}

/* box-message */

.woocommerce-message {
	padding: 20px 20px 20px 50px;
	border-color: var(--preto);
}
.woocommerce-message::before {
	color: var(--preto);
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}
.woocommerce-message a {
	color: var(--verde) !important;
	line-height: 20px !important;
	padding: 0 !important;
	background: transparent !important;
}

/* sld_gallery */

.page-template-produto #content .sld_gallery {
	position: relative;
	z-index: 1;
}
.page-template-produto #content .sld_gallery img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

/* sld_thumb */

.page-template-produto #content .sld_thumb {
	margin: -40px 0 0;
	position: relative;
	z-index: 2;
}
.page-template-produto #content .sld_thumb .slick-current {
	opacity: .2;
}
.page-template-produto #content .sld_thumb img {
	display: inline-block;
	width: 70px;
	height: 70px;
	object-fit: cover;
	cursor: pointer;
	transition: .3s;
	border-radius: 6px;
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,.5);
}

/* sld_item */

.page-template-produto #content .sld_item {
	text-align: center;
	padding: 0 0 10px;
}

/* ######
   Woocommerce | Cadastro
############ */

#modal-checkout {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	background: rgba(0,0,0,.75);
}
#modal-checkout.disabled {
	opacity: 0;
	z-index: -1;
}

/* box-content */

#modal-checkout .box-content {
	width: 900px;
	max-width: 90vw;
	margin: 50px auto;
	position: relative;
}
#modal-checkout .box-content img {
	width: 100%;
}
#modal-checkout .box-content button {
	font-size: 0;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 1;
	border-radius: 50%;
	border: none;
	background: #FFF url(images/icons/close.svg) no-repeat center center;
	background-size: 16px auto;
}

/* ######
   Woocommerce | Cadastro
############ */

.woocommerce-checkout #content {
	padding: 80px 0;
}

/* box-title */

.woocommerce-checkout #content .box-title {
	margin: 0 0 50px;
}
.woocommerce-checkout #content .box-title h1 {
	color: var(--preto);
	font-size: 35px;
	font-weight: 700;
	line-height: 50px;
	margin: 0;
}

/* box-info */

.woocommerce-info {
	margin: 0 0 40px;
	padding: 20px 20px 20px 50px;
	border-color: var(--preto);
}
.woocommerce-info::before {
	color: var(--preto);
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}
.woocommerce-info a {
	color: var(--verde) !important;
	line-height: 20px !important;
	padding: 0 !important;
	background: transparent !important;
}

/* woocommerce-billing-fields */

.page-template-cadastro .woocommerce-billing-fields {
	margin: 0 0 50px;
}
.page-template-cadastro h3 {
	color: var(--preto);
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
	margin: 0 0 20px;
}
.page-template-cadastro p {
	display: block;
	margin: 0 0 20px;
}
.page-template-cadastro label {
	color: var(--texto);
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	display: block;
	width: 100%;
	margin: 0 0 5px;
}
.page-template-cadastro input ,
.page-template-cadastro select ,
.page-template-cadastro textarea {
	display: block;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0 15px;
	border-radius: 0;
	border: solid 1px var(--cinza-claro);
}
.page-template-cadastro input[type='checkbox'] ,
.page-template-cadastro input[type='radio'] {
	display: inline-block;
	width: auto;
	height: auto;
}
.page-template-cadastro textarea {
	height: 150px !important;
	padding: 20px 15px;
}
.select2-container--default .select2-selection--single {
	display: block;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 15px;
	border-radius: 0;
	border: solid 1px var(--cinza-claro);
}


.woocommerce form .form-row label {
	color: var(--texto);
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	display: block;
	width: 100%;
	margin: 0 0 5px;
}

/* H3 */

.woocommerce-additional-fields p {
	margin: 0 0 20px;
}
.woocommerce-additional-fields h3 ,
.page-template-cadastro h3#order_review_heading {
	color: var(--preto);
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
	margin: 0 0 20px;
}

/* button */

.woocommerce #respond input#submit.alt ,
.woocommerce a.button.alt ,
.woocommerce button.button.alt ,
.woocommerce input.button.alt ,
.woocommerce #respond input#submit.alt:hover ,
.woocommerce a.button.alt:hover ,
.woocommerce button.button.alt:hover ,
.woocommerce input.button.alt:hover {
	background: var(--verde);
	margin: 0 0 0 30px;
}
.woocommerce-input-wrapper {
	display: block;
	width: 100%;
}

/* ######
   Encontro anual | Capa
############ */

.page-template-encontro-anual #cover {
	position: relative;
	background: #EFEFEF;
}

/* box-image */

.page-template-encontro-anual #cover .box-image {
	margin: 0;
}
.page-template-encontro-anual #cover .box-image img {
	width: 100%;
}

/* box-contain */

.page-template-encontro-anual #cover .box-contain {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-z-index: 2;
}

/* box-link */

.page-template-encontro-anual #cover .box-link {
	text-align: right;
}
.page-template-encontro-anual #cover .box-link a {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 8px 25px;
	transition: .6s;
	border-radius: 5px;
	background: #FF0;
}
.page-template-encontro-anual #cover .box-link a:hover {
	background: #FFF;
}

/* ######
   Encontro anual | Conteúdo
############ */

.page-template-encontro-anual #content {
	padding: 60px 0 0;
	background: #EFEFEF;
}

/* box-title */

.page-template-encontro-anual #content .box-title {
	text-align: center;
	margin: 0 0 60px;
}
.page-template-encontro-anual #content .box-title h1 {
	color: #333;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

/* box-item */

.page-template-encontro-anual #content .box-item {
	max-width: 300px;
	height: calc(100% - 50px);
	margin: 0 auto 50px;
	padding: 30px 40px;
	transition: .3s;
	border-radius: 10px;
	box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);
	background: #FFF;
}
.page-template-encontro-anual #content .box-item:hover {
	box-shadow: 1px 1px 14px 0 rgba(0,0,0,.3);
}

/* item-head */

.page-template-encontro-anual #content .item-head {
	text-align: center;
	margin: 0 0 20px;
}
.page-template-encontro-anual #content .item-head img {
	max-height: 120px;
}

/* item-info */

.page-template-encontro-anual #content .item-info {
	text-align: center;
}
.page-template-encontro-anual #content .item-info h3 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 10px;
}
.page-template-encontro-anual #content .item-info p {
	line-height: 20px;
	margin: 0;
}

/* box-end */

.page-template-encontro-anual #content .box-end {
	text-align: center;
	max-width: 300px;
	height: calc(100% - 50px);
	margin: 0 auto 50px;
	padding: 30px 40px;
	transition: .3s;
	border-radius: 10px;
	box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);
	background: #FFF;
}
.page-template-encontro-anual #content .box-end:hover {
	box-shadow: 1px 1px 14px 0 rgba(0,0,0,.3);
}
.page-template-encontro-anual #content .box-end p {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

/* box-subscription */

.page-template-encontro-anual #content .box-subscription {
	max-width: 300px;
	height: calc(100% - 50px);
	margin: 0 auto 50px;
	padding: 30px 20px;
	transition: .3s;
	border-radius: 10px;
	box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);
	background: #00A2A9;
}
.page-template-encontro-anual #content .box-subscription:hover {
	box-shadow: 1px 1px 14px 0 rgba(0,0,0,.3);
}
.page-template-encontro-anual #content .box-subscription h2 {
	color: #FFF;
	font-size: 26px;
	font-weight: 700;
	line-height: 36px;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.page-template-encontro-anual #content .box-subscription a {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	margin: 0 0 10px;
	padding: 8px 10px;
	transition: .6s;
	border-radius: 5px;
	background: #FF0;
}
.page-template-encontro-anual #content .box-subscription a:hover {
	background: #FFF;
}

/* box-support */

.page-template-encontro-anual #content .box-support {
	margin: 50px 0 0;
	padding: 50px 100px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: #FFF;
}

/* ######
   Comprovante de pagamento | Conteúdo
############ */

.template-comprovante #content {
	padding: 50px 0;
}

/* box-content */

.template-comprovante #content .box-content {
	text-align: center;
}