/*!
Theme Name: sscm
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sscm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sscm is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later..titulo-nav-first

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

ul.cnss-social-icon {
    float: left !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

/* a:visited {
	color: #800080;
} */

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.site-branding {
	width: 10%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
 
.titulo-center {
	text-align: center;
	font-weight: 100;
}

.servico {
	padding: 2rem;
}
.border {
	width: 100px;
    text-align: center;
    margin: 0 auto;
    background: #c33e4c;
    height: 0.3rem;
    border-radius: 2rem;
    opacity: 1;
	border: none;
}

.servicos a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	padding-bottom: .3rem;
	transition: all ease-in-out 1s;
}

.servicos a:hover {
    background: red;
	color: #fff;
	padding: 0.5rem;
}

.servico-geral, .conselho-geral, .saude-geral {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 2rem 0;
	text-align: center;	
	    
}

/* .servico-item {
	flex-basis: 30%;
} */

.servico-item, .saude-geral-item {
	background: #ffffff;
	filter: brightness(0.95);
	flex-basis: 30%;
    margin: 1rem 0;
    /* height: 16rem; */
    color: #000;
    position: relative;
    box-shadow: 1px 10px 8px #bfbfbfb3;
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	clip-path: polygon(
        0 45px,
        45px 0,
        100% 0,
        100% calc(100% - 45px),
        calc(100% - 45px) 100%,
        0 100%,
        0 45px
    );
	cursor: pointer;
	transition: all ease-in-out 5s;
}

.servico-item a {
	color: #000;
	text-decoration: none;
}

.servico-item a:hover {
	color: #000;
	text-decoration: none;
}

.servico-item::before,
    .servico-item::after {
        position: absolute;
        content: "";
        height: 4px;
        width: 0px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        background-color: #FF0202;
    }
.servico-item::before {
        left: 0px;
        top: 0px;
    }
.servico-item::after {
        right: 0px;
        bottom: 0px;
    }

.servico-item:hover::before,
    .servico-item:hover::after {
        width: 100%;
    }

.servico-item-conteudo p {
	display: none;
	transition: all ease-in-out 5s;
}

.servico-item:hover .servico-item-conteudo p {
	display: block;
	cursor: pointer;
	padding: .4rem 2rem;
}

.servico-item h2 {
	font-size: 1.2rem;
}



.servico-item::after :hover {
	content: "";
	height: .5rem;
	background-color: red;
}




.saude-geral-item::before,
    .saude-geral-item::after {
        position: absolute;
        content: "";
        height: 4px;
        width: 0px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        background-color: #FF0202;
    }
.saude-geral-item::before {
        left: 0px;
        top: 0px;
    }
.saude-geral-item::after {
        right: 0px;
        bottom: 0px;
    }

.saude-geral-item:hover::before,
    .saude-geral-item:hover::after {
        width: 100%;
    }

/* .servico-item-conteudo p {
	display: none;
	transition: all ease-in-out 5s;
} */

.saude-geral-item:hover .servico-item-conteudo p {
	display: block;
	cursor: pointer;
	padding: .4rem 2rem;
}

.saude-geral-item h2 {
	padding: 1rem 2.5rem;
    font-size: 1.5rem;
}



.saude-geral-item::after :hover {
	content: "";
	height: .5rem;
	background-color: red;
}

.saude-geral-item a {
	color: #000;
    text-decoration: none;
}

.saude-geral-item a:hover {
	color: #000;
}

/* .servico-item-conteudo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
} */

.servicos {
	padding: 2rem 0;
}

.red {
	background-color: red;
}

.red .bg-img {
	background: url(img/image01.jpg) no-repeat;
	width: 100%;
	height: 100%;
	opacity: .4;
	background-position:  top center;
	transition: all ease-in-out .5s;
	cursor: pointer;
	filter: blur(.4rem);
}

.red:hover .bg-img {
	opacity: 1;
	filter: blur(0);
}

.blue .bg-img {
	background: url(img/post1.jpg) no-repeat;
	width: 100%;
	height: 100%;
	opacity: .4;
	background-position: center;
	transition: all ease-in-out .5s;
	cursor: pointer;
	filter: blur(1rem);
}
.blue {
	background-color: blue;
}

.blue:hover .bg-img {
	opacity: 1;
	filter: blur(0);
}

.yellow {
	background-color: yellow;
	opacity: .7;
}

.yellow .bg-img {
	background: url(img/post1.jpg) no-repeat;
	width: 100%;
	height: 100%;
	opacity: .4;
	background-position: center;
	transition: all ease-in-out .5s;
	cursor: pointer;
	filter: blur(1rem);
}

.yellow:hover .bg-img {
	opacity: 1;
	filter: blur(0);
}

.nav-link {
	color: red !important;
}

.dropdown-menu .nav-item {
	padding: 0.6rem 0;
    border-bottom: 1px solid #e7e7e7;
}

/* .dropdown-menu .nav-item:hover {
	background-color: red;
	color: #fff;
} */

.nav-link:hover {
	color: #000 !important;
}

.conselho-item {
	flex-basis: 25%;
	
}

.conselho-img img {
	height: 18rem;
}

.conselho-img {
	background: #fff;
    padding-bottom: 0.5rem;
    height: 5.5rem;
	
}

.conselho-content h3 {
	font-size: 1.3rem;
    padding: 0;
    margin: 0;
    padding-top: 1rem;
	color: #404040;
	font-weight: 100;
	text-align: center;
	font-weight: bold;
	    padding-bottom: 0.5rem;
}

.conselho-img .descricao-direcao {
    padding-bottom: 0.5rem;
    height: 5.5rem;
}


.conselho-content p {
	color: red;
	font-weight: bold;
	font-size: .6rem;
	text-align: center;
}

.owl-nav {
	background: red;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -55%);
	width: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
	position: absolute !important;
    left: -42px !important;
    /* width: 100%; */
    font-size: 4rem !important;
    color: red !important;
}

.owl-carousel .owl-nav button.owl-next {
	position: absolute !important;
    right: -42px !important;
    /* width: 100%; */
    font-size: 4rem !important;
    color: red !important;
}

.owl-stage-outer {
	padding: 2rem 0;
}

.bg-grey, .white {
	    background-color: #cdcdcd;
    padding: 2rem 0;
    color: #fff;
}

.white {
	background-color: #fff;
	color: #000;
}

.perguntas {
	text-align: center;
	font-weight: 100;
	padding: 0rem 5rem;
    font-size: 1.3rem;
}

.accordion-button:not(.collapsed) {
	background-color: red !important;
	color: #fff !important;
}

#accordionExample {
	padding: 2rem;
}

.covid {
	padding: 2rem;
    background: green;
    color: #fff;
    font-weight: 100;
    font-size: 1.5rem;
}

.covid p {
	padding: 0;
	margin: 0;
	margin-top: 1rem;
	
}

.covid-geral {
	display: flex;
	justify-content: space-between;
}

.covid-geral a {
	color: #fff;
    text-decoration: none;
    background: #000067;font-size: 1.3rem;
    padding: 1rem;
    border-radius: 10px;
	font-size: 1.3rem;
	transition: all ease-in-out .5s;
}

.covid-geral a:hover {
	color: #000;
	background-color: yellow;
}

.footer {
	background-color: #000067;
	margin: 0;
	color: #fff;
	padding-top: 2rem;
}

.footer a {
	color: #fff;
	text-decoration: none;
	font-weight: 100;
}

.linha {
	margin: 0;
}

.footer ul  {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 2rem;
}

.topone {
	background-color: #000067;
    padding: 4rem;
    text-align: center;
    color: #fff;
}

.topone h5 {
	font-weight: 100;
}

.download {
	color: #fff;
    background: deepskyblue;
    padding: 1rem;
    margin: 0 auto;
    text-align: center;
    display: inherit;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 100;
	transition: all ease-in-out .2s;
}

.download:hover {
	color: #fff;
    background: #000067;
}

.saude-geral, .saude-publica, .saude-privada, .about, .medicina-geral {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 2rem 0;
}

.medicina-geral {
    justify-content: flex-start;
}

.saude-privada {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 2rem 0;
}



.saude-publica {
	position: relative;
}

.saude-publica-item {
	flex-basis: 45%;
	position: relative;
	padding: 1.5rem 0;
}

.saude-publica-item ul {
	margin: 1rem;
	padding: 0;
}

.saude-publica-item h4 {
	padding: 1rem 0;
}


.medicina-geral-item {
	flex-basis: 50%;
	position: relative;
	padding: 1.5rem 0;
}

.saude-privada-item {
	flex-basis: 18%;
	position: relative;
	padding: 1.5rem 0;
    margin: 1rem 0.4rem;
	height: 13rem;
    background: #007168;
}

.about-item {
	flex-basis: 30%;
    text-align: center;
    font-weight: 100;
    box-shadow: 0px 11px 7px #6663;
    padding: 0 3rem;
	transition:  all ease-in-out 1s;
    background: #000067;
	color: #fff;
	cursor: pointer;
}

/* .about-item:hover {
	
} */

.about-icon.wp-post-image {
	height: 4rem;
	text-align: center;
	margin: 2rem 0;
}

.saude-privada-item:nth-child(1n) {
    background: #007168;
}

.saude-privada-item:nth-child(2n) {
    background: #d21034;
}

.saude-geral .saude-icon {
	padding: 1rem 0;
    /* width: 6rem; */
    height: 6rem;
}

/* .saude-geral-item {
	flex-basis: 20%;
    text-align: center;
    padding: 3rem 2.5rem;
    margin: 1rem;
    height: 253px;
    background: #ff0000bf;
    border-radius: 50%;
    border: 1rem solid #000067;
    transition: all ease-in-out 2s;
}

.saude-geral-item a {
	color: #fff;
    text-decoration: none;
}

.saude-geral-item a:hover {
	color: yellow;
	font-weight: 900 !important;
} */

.directora {
    border-radius: 20rem;
}

.directora-imagem-econteudo {
    display: flex;
    justify-content: space-between;
        padding: 4rem 0;
}

.directora-child:nth-child(1) {
    flex-basis: 50%;
    padding-right: 2rem
}

.titulo-saude, .titulo-saude-publica, .titulo-saude-privada {
	font-size: 1.3rem;
    padding: 1rem;
    font-weight: 100;
}

.titulo-saude-privada {
	position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background: #ff0000e0;
    width: 100%;
    text-align: center;
    color: #fff;
}

.titulo-saude-publica {
    display: block;
    background: #ff0000e0;
    width: 100%;
    text-align: center;
    color: #fff;
}

.titulo-saude-privada {
	box-shadow: 0px 2px 6px #181818;
}

.alinhamento {
	text-align: center;
}

.single-saude {
	padding: 3rem 0;
}

/*.directora {*/
/*	width: 20rem;*/
/*	border-radius: 50%;*/
/*	margin: 2rem 0;*/
/*}*/

.imagem-directora {
	text-align: center;
}

.message {
    color: #d21034;
    font-weight: bold;
    /*padding: 1.5rem;*/
    /* font-size: 1rem; */
}

.name-directora {
	color: #000067;
	    text-align: center;
}

/*.message-geral {*/
/*	display: flex;*/
/*	justify-content: space-between;*/
/*	padding: 2rem 0;*/
/*	font-weight: 100;*/
/*}*/

.message-geral-item {
	flex-basis: 45%;
}

.message-geral-item ol {
	margin: 0;
}

.italic {
	font-style: italic;
	color:#d21034;
}

.titulo-slide h5, .titulo-slide p {
	background-color: #d21034d2;
    text-align: left;
    padding: 1rem;
	text-align: center;
	text-transform: uppercase;
}

.titulo-slide {
	position: absolute;
	left: 50% !important;
	right: 0 !important;
	top: 70% !important;
	transform: translate(-50%,-50%);
}

.link-nav {
	color: #d21034;
	text-decoration: none;
	transition: all ease-in-out .1s;
	display: block;
	/*border-bottom: 1px solid rgb(202, 202, 202);*/
	padding: .5rem 1rem;
}

.link-nav h4 {
	font-size: .8rem;
	font-weight: 100;
	padding: .5rem;
	margin: 0;
	font-weight: 700;
}

.link-nav:hover {
	color: #fff;
	background-color: #d21034;
	display: block;
}

.titulo-nav-first {
	background: #d21034;
    color: #fff;
    text-align: center;
    margin-bottom: 2rem;
	padding: 1rem;
	font-size: 1rem;
}

.news {
	display: flex;
	justify-content: flex-start;
	padding: 2rem 0;
}

.news-item {
	box-shadow: 0px 11px 7px #6663;
    margin: 0rem 0 3rem 0;
    padding: 0rem 0 4rem 0rem;
	flex-basis: 30% !important;
	margin: 1rem;
	transition: all ease-in-out 1s;
}



.news-item a  {
	color: #d21034;
	text-decoration: none;
}

.news-titulo {
	padding: .5rem 1rem ;
	color: #d21034;
	font-weight: 100;
	transition: all ease-in-out 1s;
}

.news-item:hover {
	background: red;
	color: #fff;
}

.news-item:hover .news-titulo {
	color: #fff;
}

.entry-content {
	text-align: justify;
	padding: 2.5rem 0;
}

.nav-next a, .nav-previous a {
	text-decoration: none;
	color: #fff;
    background: red;
    padding: 1rem;
    border-radius: 2rem;
    transition: all ease-in-out 1s;
    font-size: .8rem;
}

.nav-next a:hover, .nav-previous a:hover {
	color: red;
	border: 1px solid red;
	background: transparent;
}

.nav-next, .nav-previous {
	padding: 2rem 0;
}

.tab-flex {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.tab-flex-item {
	flex-basis: 30%;
	margin: 1rem;
	border-bottom: 1px solid #d5d5d5;
	padding: 1rem;
}

.tab-flex-item h4 {
	color: blue;
	font-size: 1.3rem;
	font-weight: 100;
}

.tab-flex-item p {
	font-weight: 100;
}

.titulo-medicina {
	color: #d21034;
	padding: 1rem;
	text-align: center;
	font-weight: 100;
}

.titulo-medicina {
	text-align: center;
	color: #d21034;
	font-size: 1.2rem;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: transparent !important;
}

.dropdown-item:hover {
	background-color: transparent !important;
}

.download-covid {
    font-size: 1rem;
}

.download-covid {
	color: #fff;
    background: deepskyblue;
    padding: 1rem;
    margin: 0 auto;
    text-align: center;
    display: inherit;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 100;
	transition: all ease-in-out .2s;
}

.download-covid:hover {
	color: #fff;
    background: #000067;
}

.bolentim {
    margin: 0 auto;
    display: inherit;
}

.alinhamento-center {
    text-align: center;
    font-weight: 100;
}

p, li {
    font-weight: 100;
}

.more {
    width: 16rem;
    text-align: center;
    background: red;
    padding: 1rem 2rem;
    display: inherit;
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    transition: all ease-in-out 2s;
}

.more:hover {
    background: blue;
    color: #fff;
}

.cat-links {
    display: none;
}

.news-single {
    padding: 2rem;
}

.entry-title {
    font-weight: 100;
    color: red;
    text-align: center;
    padding: 1rem 12rem;
}

.post-thumbnail {
    max-height: 500px;
}

.top ul li ul {
    display: none;
    position: absolute;
    top: 1.5rem;
    background: red;
    z-index: 8;
}

.top ul li:hover ul {
    display: block;
}

.top ul li a {
    color: red;
    text-decoration: none;
    list-style: none;
    border: 1px solid #fff;
    padding: 0.4rem 1rem;
	background-color: #fff;
}

.top ul li ul li {
    margin: 1rem 0;
    border-bottom: 1px solid #fff;
}

.top ul li ul li:last-child {
    border-bottom: none;
}

.top ul li ul li a {
    padding: 1.6rem 1.2rem;
    border: none;
	background-color: transparent;
	color: #fff;
	font-size: .9rem;
}

.top ul {
    padding: 0;
    margin: 0.5rem 0;
    position: relative;
}

.top ul li {
    list-style: none;
}

.ceta {
    transform: rotate(90deg);
}

/* .top ul li::after {
    content: "V";
} */

.top {
    background-color: red;
    
}

.top .container {
    display: flex;
    justify-content: flex-end;
}

.img-about {
	padding: 1.5rem 1rem;
	width: 9rem;
    height: 9rem;
}

.img-flag {
	width: 36px;
    height: 25px;
    margin: 0.5rem;
}

.direcao {
    display: flex;
    justify-content: space-evenly;
        padding: 2rem;
}

.directora {
    border-radius: 20rem;
    padding-bottom: 1rem;
}

.direcao-child {
        flex-basis: 22%;
}

#myTab {
    margin: 0;
}

.lista-distritos {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.lista-distritos li {
    display: inline;
    float: left;
}

.nav-tabs .nav-link.active {
    background: red !important;
    border-radius: 0 !important;
    color: #fff !important;
}

.nav-tabs {
    border: none !important;
}

.nav-tabs .nav-link {
        border-bottom: 1px solid #ff000033 !important;
}

.center-name {
    font-size: 1rem;
    color: red;
}

/*.direcao-child img {*/
/*    height: 3rem;*/
/*}*/

/*.imagem-single {*/
/*    max-height: 150px*/
/*}*/

/*.size-single-img {*/
/*    max-height: 150px !important;*/
/*    width: 100%;*/
/*}*/

