/* Custom CSS */

.temas-home .grid .grid-item .grid-content { border: 8px solid transparent; transition: border-color .2s; color: #000}
.temas-home .grid .grid-content .caption .center-content { padding-right: 7%; padding-left: 7%}
.temas-home .grid .grid-content .caption .background { background: transparent}
.temas-home .grid .grid-content .caption .title { text-align: left; font-size: 36px; line-height: 45px}

.temas-home .grid .grid-item .grid-content { border: 8px solid transparent; transition: border-color .2s}
.temas-home .grid .grid-item .grid-content:hover { border-color: #000}

.temas-home .grid .grid-item:nth-child(3) .grid-content,
.temas-home .grid .grid-item:nth-child(8) .grid-content {
	color: #f7a541;
}
.temas-home .grid .grid-item:nth-child(3) .grid-content:hover,
.temas-home .grid .grid-item:nth-child(8) .grid-content:hover {
	border-color: #f7a541;
	color: #000;
}

.temas-home .grid .grid-item:nth-child(4) .grid-content,
.grid .grid-item:nth-child(11) .grid-content {
	color: #00cae5;
}
.temas-home .grid .grid-item:nth-child(4) .grid-content:hover,
.temas-home .grid .grid-item:nth-child(11) .grid-content:hover {
	border-color: #00cae5;
	color: #000;
}

.temas-home .grid .grid-item:nth-child(5) .grid-content,
.temas-home .grid .grid-item:nth-child(7) .grid-content {
	color: #ec575d;
}
.temas-home .grid .grid-item:nth-child(5) .grid-content:hover,
.temas-home .grid .grid-item:nth-child(7) .grid-content:hover {
	border-color: #ec575d;
	color: #000;
}

.temas-home .grid .grid-item:nth-child(6) .grid-content,
.temas-home .grid .grid-item:nth-child(10) .grid-content {
	color: #9bcf6d;
}
.temas-home .grid .grid-item:nth-child(6) .grid-content:hover,
.temas-home .grid .grid-item:nth-child(10) .grid-content:hover {
	border-color: #9bcf6d;
	color: #000;
}

.blog-separator { width: 40px !important; margin-top: 30px; margin-bottom: 65px !important}
.blog-descricao { font-family: Montserrat, sans-serif; font-size: 20px; line-height: 1.2; font-weight: bold}

.section-header .section-content {margin-top: 100px}

.page-id-63 .section-header .subtitle.h3 {line-height: 1}
.page-id-63 .section-header .subtitle.h3 a {text-decoration: none; border: 0; padding: 5px 0px; font-size: 36px; font-weight: bold; color: #000; line-height: 36px}

/* Seta */
.section.section-header .seta {position: absolute; bottom: 100px; left: 50%; margin-left: -5px; font-size: 25px}

/* Home */
.home .navmenu.navmenu-fixed {position: absolute; margin-top:10px}
.home .section.section-header {border:solid #fff 15px}
.home .section.section-header .title {letter-spacing: -2px; line-height: 1.5; margin-top:0}
.home .section.section-header .title em {text-decoration: none; color:#00c8e9}
@media (min-width: 1367px) {
	.home .section.section-header .title {font-size: 67px}
}
@media (max-width: 1367px) {
	.home .section.section-header .seta {bottom: 40px}
}

.wpb_content_element p, .single-post p {text-align:justify}
.single-post .section-header .title {color:#f6a844}

.temas-home .grid .grid-item:nth-child(9) h3.title {font-size: 32px;} /* Feminisnos */
