/*!
Theme Name: STADA
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: stada
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.

STADA 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.

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;
	
	
}

/**
 * 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: #ffffff;
	font-family: 'Lexend Deca', sans-serif ;
}

.site{
	margin: auto;
}

hr {
	background-color: #343434;
	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: flex;
	justify-content: space-around;
	place-items: center;
	width: 100%;
	background-color: #f8f8f8;
	height: 80px;
}

@media screen and (max-width: 767px){
	.main-navigation{
		display: flex;
		justify-content: space-between;
		height: 100%;
		position: relative;

	}
}


.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	
}

@media screen and (max-width: 767px){
	.main-navigation ul{
		text-align: end;
		padding-right: 24px;
	}
}

.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;
	top: 100%;
	height: 100%;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
		position: relative;
	}

	.main-navigation ul {
		display: flex;
	}
	
}

@media screen and (max-width: 767px) {
	.menu-menu-1-container{
		position: absolute;
		top: 100%;
		width: 100%;
		
	}
	.menu-menu-1-container ul{
		background-color: #f8f8f8;
		padding-bottom: 24px;
	}
}


.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;
}

.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;
}

/*CSS*/


/*header*/

.header_das_logos{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1400px;
	margin: auto;
}

.header_das_logos input{
	width: 280px;
	height: 40px;
	border-radius: 16px;
	border: 2px solid #bfbfbf;
	padding: 8px;
	margin: -20px 12px 0 0;

}


.header_das_logos .custom-logo {
	width: 100%;
	max-width: 230px;
	min-width: 230px;
}


.input_busca_lupa{
	display: flex;
	justify-content: center;
}

.input_busca_lupa label{
	display: none;
}

.input_busca_lupa .lupa{
	width: auto;
	border: none;
}

.logo_stada{
	max-height: 100%;
	border: 1px solid white;
	padding: 15px;
	border-radius:  0 0 20px 20px;
	box-shadow: -webkit-box-shadow: 0px -3px 129px -13px rgba(0,0,0,0.64);
	-moz-box-shadow: 0px -3px 129px -13px rgba(0,0,0,0.64);
	box-shadow: 0px -3px 129px -13px rgba(0,0,0,0.64);
}

.logo_stada img{
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
}

.logo_stada img:hover{
	-webkit-transform: scale(1.1);
   transform: scale(1.1);
}



@media screen and (max-width:767px) {
	.header_das_logos{
		padding: 0 24px 0 24px;
	}
	.header_das_logos .input_busca_lupa{
		display: none;
	}

}

@media screen and (min-width: 768px) and (max-width:1023px) {
	.header_das_logos{
		padding: 0 24px 0 24px;
	}
	.header_das_logos .input_busca_lupa{
		display: none;
	}
}

@media screen and (min-width: 1024px) and (max-width:1199px){
	.logo_stada{
		margin-right: 24px;
	}
	.header_das_logos{
		padding-left: 24px;
	}
}

@media screen and (min-width: 1200px) and (max-width:1440px){
	.header_das_logos{
		padding: 0 24px 0 24px;
	}
}


/*menu*/

.nav-menu{
	gap: 24px;
	display: flex;
	justify-content: center;
}

.nav-menu li{
	font-size: 20px;
	color: #111;
	text-align: center;
}

.nav-menu li a{
	color: #111;
	padding: 2px 18px;
}

.nav-menu li a:hover{
	background-color: #d50058;
	border-radius: 200px;
}

.menu-toggle {
	display: block;
}

.menu-toggle .line {
    display: block;
    position: relative;
    top: 0;
    opacity: 1;
    background-color: #343434;
    border-radius: 2px;
    margin: 5px 4px;
    height: 4px;
    width: 26px;
    transform-origin: center center;
    -webkit-transition: -webkit-transform 200ms linear 0ms, top 200ms linear 0ms, opacity 200ms linear 0ms;
    transition: -webkit-transform 200ms linear 0ms, transform 200ms linear 0ms, top 200ms linear 0ms, opacity 200ms linear 0ms;
}

.toggled .menu-toggle .line {
    opacity: 0;
}


.toggled .menu-toggle .line:first-child {

    opacity: 1;
    top: 9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggled .menu-toggle .line:last-child {

    opacity: 1;
    top: -9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.main-navigation form{
	display: none;
}

/* @MEDIA MAX 767*/
@media screen and (max-width: 767px){
	.nav-menu ul{
		text-align: end;
		padding: 24px;
		position: absolute;
		top: 100%;
	}

	.main-navigation form{
		display: block;
	}
	.main-navigation form input{
		padding-right: 24px;
		vertical-align: middle;
	}
	.toggled .menu-menu-1-container .nav-menu li{
		width: 100%;
		text-align: end;
		
	}
	.toggled .menu-menu-1-container .nav-menu li{
		margin-bottom: 16px;
	}
	.menu-toggle {
		border-style: none;
	}
}

/* @MEDIA*/

@media screen and (min-width: 767px){
	.menu-toggle {
		display: none;
	}
}


@media screen and (min-width: 768px) and (max-width:1023px) {
	.nav-menu{
		gap: 16px;
	}	
	.nav-menu li{
		font-size: 14px;
		color: #111;
		width: 110px;
		height: 16px;
		text-align: center;
		margin-bottom: 24px;
		
	}
}

@media screen and (min-width: 1024px) and (max-width:1199px) {

	.nav-menu{
		gap: 0
		;
	}
	.nav-menu li{
		font-size: 16px;
		color: #111;
		height: 16px;
		text-align: center;
		margin-bottom: 24px;
		width: 180px;
	}

	.nav-menu li a:hover{
		background-color: #d50058;
		border-radius: 200px;
	}
}

@media screen and (min-width: 1200px) and (max-width:1440px) {
	.nav-menu{
		gap: 0
		;
	}
	.nav-menu li{
		font-size: 16px;
		color: #111;
		height: 16px;
		text-align: center;
		margin-bottom: 24px;
		width: 180px;
	}

	.nav-menu li a:hover{
		background-color: #d50058;
		border-radius: 200px;
	}
}




/*main*/

/*section 1*/

.page-id-14 .section_1{
	background: rgb(41,96,112);
	background: linear-gradient(90deg, rgba(41,96,112,1) 33%, rgba(141,187,197,1) 61%);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
}

.page-id-14 .section_1 .section_1_inner{
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1400px;
	padding-bottom: 24px;
	margin: auto;
	justify-items: center;
}

.page-id-14 .section_1 .section_1_inner p{
	padding-top: 24px;
}

.page-id-14 .section_1 .section_1_inner .text p{
	color: #ffffff;
	font-size: 65px;
	font-weight: bold;
	margin: 0;
	line-height: 70px;
	align-items: center;
	width: 100%;
}

.page-id-14 .section_1 .section_1_inner .text h4{
	color: #ffb71b;
	font-size: 65px;
	font-weight: bold;
	padding-top: 36px;
	margin: 0;
	padding: 0;
}

.page-id-14 .section_1 .text .button{
	background-color: #d50058;
	padding: 14px 54px;
	border-radius: 50px;
	border-style: none;
	color: white;
	font-size: 16px;
	font-weight: bold;
	margin-top: 48px;
	text-decoration: none;
	display: table;
}

.page-id-14 .section_1 .text .button:hover{
	text-decoration: underline;
}


/* @MEDIA MAX 767*/

@media screen and (max-width:767px) {
	.page-id-14 .section_1 {
		background: rgb(41,96,112);
		background: linear-gradient(180deg, rgba(41,96,112,1) 33%, rgba(99,148,161,1) 61%);
		
	}
	.page-id-14 .section_1 .text .button{
		background-color: #d50058;
		padding: 14px 54px;
		border-radius: 50px;
		border-style: none;
		color: white;
		font-size: 16px;
		font-weight: bold;
		margin: auto;
		margin-top: 24px;
		text-decoration: none;
		
	}
	.page-id-14 .section_1 .section_1_inner{
		display: grid;
		grid-template-columns: 1fr;
		padding: 0 24px 0 24px;
	  }
	   .section_1 > .section_1_inner > .div_section:nth-child(2){
		grid-row: 1;
      } 
  	.page-id-14 .section_1 .section_1_inner .text p{
		font-size: 40px;
		line-height: 48px;
		padding: 0;
	}
	.page-id-14 .section_1 .section_1_inner .text{
		text-align: center;
		padding-bottom: 24px ;
	}
	.page-id-14 .section_1 .section_1_inner .text h4{
		font-size: 40px;
	}
	.page-id-14 .section_1 .section_1_inner .img{
		padding: 0 24px 24px 24px;
	}
}


/* @MEDIA MIN 768 MAX 1023*/

@media screen and (min-width: 768px) and (max-width:1023px) {
	.header_das_logos{
		padding: 0 24px 0 24px;
	}
	.page-id-14 .section_1 .section_1_inner{
		padding-bottom: 0;
	}
	.page-id-14 .section_1 .section_1_inner p{
		padding-top: 0;	
	}
	.page-id-14 .section_1 .section_1_inner .text p{
		font-size: 40px;
		line-height: 48px;	
	}
	.page-id-14 .section_1 .section_1_inner .text{
		padding: 48px;
	}
	.page-id-14 .section_1 .section_1_inner .text h4{
		font-size: 48px;
	}
}

@media screen and (min-width: 1024px) and (max-width:1199px){
	.section_1 .section_1_inner .div_section{
		margin-left: 24px;
	}
}

@media screen and (min-width: 1200px) and (max-width:1440px){
	.section_1 .section_1_inner .div_section{
		margin-left: 24px;
	}
}


/*section 2*/

.page-id-14 .site .section_2{
	background-image: url(/wp-content/uploads/2022/11/bg_section_2.png);
	background-position-y: 230px;
	background-position-x: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
 	padding-top: 48px;
}



.section_2 .section_2_inner{
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1400px;
	margin: auto;
}



.section_2 .section_2_inner .div_section .text h1{
	color: #ffb71b;
	font-size: 50px;
	font-weight: bold;
	margin: 0 0 24px 0;
}

.section_2 .section_2_inner .div_section .text p{
	font-size: 20px;
}

.span_sticks{
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	position: relative;
}

/*
animation-name: mymove;
animation-duration: 4s;	
@keyframes mymove{
	from {left: -50px; opacity: 0;}
	to{left: 0px; opacity: 1;}
}
*/



/*

.anime{
	opacity: 0;
	transform: translate3d(-50px, 0px, 0px);
}

.anime-init{
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	transition: .2s all ease;
}

*/


.section_2_h3_tick{
	display: flex;
	gap: 16px;
}

.section_2 .section_2_inner .div_section .button:hover{
	text-decoration: underline;
}

/* @MEDIA max 767*/

@media screen and (max-width: 767px){

	.section_2{
		
		height: 100%;
		padding-bottom: 80px;
		
	} 
	.section_2 .section_2_inner{
		display: grid;
		grid-template-columns: 1fr;
		margin: 0 auto;
		height: 100%;
	}
	
	.section_2 .section_2_inner article div{
		margin-bottom: 36px;
		display: grid;
		grid-template-columns: 1fr;
		place-items: center;
		height: 100%;
	}

	.section_2 .section_2_inner article div p{
		font-size: 20px;
		text-align: center;
		padding: 0 24px 0 24px;
	}
	.section_2 .section_2_inner .span_sticks{
		display: grid;
		grid-template-columns: 1fr;
		place-items: center;
		margin: 0 20px;
	}
	.section_2 .section_2_inner .span_sticks h3{
		font-size: 16px;
		margin-bottom: 0;
	}
	.section_2 .section_2_inner .div_section .text{
		text-align: center;
		padding: 0 24px 0 24px;
		margin-top: -50px;
	}
}
/* @MEDIA MIN 768 MAX 1023*/

@media screen and (min-width: 768px) and (max-width:1023px) {
	.section_2 {
		padding-top: 0;
	}
	.section_2 .section_2_inner {
		padding: 0 24px 0 24px;
	}
	.section_2 .span_sticks h3 {
		font-size: 16px;
	}
	.section_2 .span_sticks{
		gap: 0;
	}
	.section_2 .section_2_inner .div_section .text h1{
		font-size: 36px;
	}
	.section_2 .section_2_inner .div_section .text p{
		font-size: 16px;
	}
	.section_2 .section_2_inner .div_section .text .span_sticks .section_2_h3_tick p img{
		max-width: 75%;
	}
}

@media screen and (min-width: 1024px) and (max-width:1199px){
	.section_2 .section_2_inner .div_section{
		margin-right: 24px;
	}
}

/*section 3*/

.section_3{
	background: rgb(4,130,144);
	background: linear-gradient(90deg, rgba(4,130,144,1) 0%, rgba(0,171,189,1) 45%);
	height: 100%;
	padding: 48px;
	margin-bottom: 80px;
	text-align: center;
	display: grid;
	grid-template-columns: 1fr;
	gap: 48px;
	margin: auto;
}

.section_3 .text{
	color: white;
	font-weight: lighter;
	font-size: 36px;
	max-width: 1400px;
	margin: auto;
	padding:0 48px 0 48px;
	font-family: myriad-pro, sans-serif;
}

.bg_perfis{
	display: grid;
	grid-template-columns: 1fr;
	place-items: center;
	max-width: 1400px;
}

.bg_perfis{
	max-width: 1400px;
	margin: auto;
	padding: 24px 0 48px 0;
}

/* @MEDIA MAX 768 */

@media screen and (max-width:767px) {

	.section_3 {
		margin-bottom: 24px;
	}
    .bg_perfis{
      grid-template-columns: 1fr;
	  padding-bottom: 0;
    }
	.section_3 .text{
		font-size: 20px;
		padding: 0;
	}

	.section_3 article img{
		
	}
}

/* @MEDIA MIN 768 MAX 1023*/

@media screen and (min-width: 768px) and (max-width:1023px) {
	.section_3 {
		padding-top: 0;
	}
	.section_3 .section_3_inner .div_section .text p{
		font-size: 20px;
	}
}


/*section 4*/

.section_4{
	max-width: 1400px;
	margin: auto;
	margin-bottom: 80px;
	margin-top: 64px;
}

.section_4 .section_4_inner{
	display: grid;
	grid-template-columns: 1fr 1fr;
	place-items: stretch;
	gap: 48px;
}

.section_4 article h3{
	color: #ffb71b;
	font-size: 50px;
	text-align: left;
}

.section_4 article p{
	font-size: 20px;
	width: 90%;
	margin-top: 16px;
	margin-bottom: 56px;
}

.section_4 .section_4_inner .div_section .button{
	background-color: #d50058;
	padding: 14px 54px;
	border-radius: 50px;
	border-style: none;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.section_4 .section_4_inner .div_section .button:hover{
	text-decoration: underline;
}

/*@MEDIA MAX 767*/

@media screen and (max-width:767px) {
	.section_4{
		margin-top: 0;
		margin-bottom: 48px;
	}

    .section_4 .section_4_inner {
      grid-template-columns: 1fr;
	  gap: 64px;
    }
	.section_4 .text{
		padding:  0 24px;
		margin-top: 0;
	}
	.section_4 .section_4_inner .div_section .text h3{
		color: #ffb71b;
		font-size: 36px;
	}
	
	
}

/*@MEDIA MIN 767 MAX 1023*/

@media screen and (min-width:767px) and (max-width: 1023px) {
	.section_4_inner .text{
		padding-left: 24px;
	}
	.section_4{
		margin-top: 0;
	}

	.section_4 .section_4_inner{
		gap: 0;
		place-items: center;
	}

	.section_4 .section_4_inner .text h3{
		font-size: 36px;
	}
	.section_4 .section_4_inner .text p{
		font-size: 16px;
	}
	.section_4 .section_4_inner .text input{
		margin-top: 0;
	}
}

@media screen and (min-width: 1024px) and (max-width:1199px){
	.section_4 .section_4_inner .div_section{
		margin-left: 24px;
	}
}

@media screen and (min-width: 1200px) and (max-width:1440px){
	.section_4 .section_4_inner .div_section{
		margin-left: 24px;
	}
}


/*section 5*/

.section_5{
	max-width: 1400px;
	margin: auto;
	margin-bottom: 48px;
	margin-top: 48p;
}

.section_5 .section_5_inner{
	display: grid;
	grid-template-columns: 1fr 1fr;
	place-items: stretch;
	gap: 48px;
}

.section_5 article h3{
	color: #ffb71b;
	font-size: 50px;
}

.section_5 article p{
	font-size: 20px;
	width: 90%;
	margin-top: 16px;
	margin-bottom: 50px;
}

.section_5 article img{
	border-radius: 0 175px 0 0;
}

.section_5 .section_5_inner .div_section .button{
	background-color: #d50058;
	padding: 14px 54px;
	border-radius: 50px;
	border-style: none;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 24px;
}

.section_5 .section_5_inner .div_section .button:hover{
	text-decoration: underline;
}


/*@MEDIA MAX 767*/

@media screen and (max-width:767px) {

	.section_5 .section_5_inner .div_section .text{
		margin-top: -64px;
	}
    .section_5 .section_5_inner {
      grid-template-columns: 1fr;
	  gap: 0;
    }
     .section_5 > section > .div_section:nth-child(2){
      grid-row:1;
    }
	.section_5 .text{
		padding: 0 0 0 24px;
	}
	.section_5 .section_5_inner .div_section article img{
		margin-top: 64px;
	}
	.section_5 article h3{
		color: #ffb71b;
		font-size: 36px;
	}
	
}

/*@MEDIA MIN 767 MAX 1023*/

@media screen and (min-width:767px) and (max-width: 1023px) {
	.section_5 .section_5_inner{
		gap: 0;
		place-items: center;
	}
	.section_5_inner .text{
		padding-left: 24px;
		text-align: end;
		padding-right: 24px;
	}
	.section_5 .section_5_inner .text h3{
		font-size: 36px;
	}
	.section_5 .section_5_inner .text p{
		font-size: 16px;
		width: 100%;
	}
	.section_5 .section_5_inner .div_section article img{
		margin-bottom: 24px ;
	}
}


/*blog*/

.blog{
	text-align: center;
	max-width: 1400px;
	margin: auto;
	margin-bottom: 85px;
	margin-top: 140px;
}

.columns{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
}

.blog h1{
	color: #ffb71b;
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 48px;
	margin-top: 48px;
}

.articles_columns{
	display: flex;
	gap: 36px;
}

#page .blog .section_blog_inner .columns .column .img{
	overflow: hidden;
}

#page .blog .section_blog_inner .columns .column img{
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
}

#page .blog .section_blog_inner .columns .column img:hover{
	-webkit-transform: scale(1.3);
   transform: scale(1.3);
}

.columns .column .date h4{
	background-color: #f8f8f8;
	width: 25%;
	height: 36px;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.columns .column .content{
	background-color: #f8f8f8;
}

.columns .column .content a{
	text-decoration: none;
	color: #d50058; 
	font-weight: bold;
}

.botao_ver_mais{
	display: flex;
	justify-content: center;
	margin-bottom: 64px;
}

.botao_ver_mais:hover{
	text-decoration: underline;
}

.botao_ver_mais a{
	background-color: #d50058;
	padding: 14px 54px;
	border-radius: 50px;
	border-style: none;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}


.columns .column .content div{
	background-color: #f8f8f8;
	padding: 24px;
	text-align: left;
}

/*@MEDIA MAX 767*/

@media screen and (max-width:767px) {

	.blog {
		margin-bottom: 48px;
	}
    .blog .columns{
      grid-template-columns: 1fr;
    }
	.blog .section_blog_inner article h1{
		font-size: 40px;
		margin-top: 80px;
	}
}

/*@MEDIA MIN 767 MAX 1023*/

@media screen and (min-width:767px) and (max-width: 1023px) {
	
	.blog{
		margin-top: 64px;
	}
	.blog .section_blog_inner {
		padding: 24px;
	}

	.blog .column .content h3{
		font-size: 24px;
		margin-bottom: 24px;
	}

	.blog .section_blog_inner .columns .column .date h4{
		width: 50%;
	}
}

@media screen and (min-width: 1024px) and (max-width:1199px){
	.blog .section_blog_inner .columns{
		padding: 0 24px;
	}
}

@media screen and (min-width: 1200px) and (max-width:1440px){
	.blog .section_blog_inner .columns{
		padding: 0 24px;
	}
}


/*footer*/

.widget-title {
	border-bottom: 1px solid #343434;
	padding-bottom: 16px;
	margin-bottom: 24px;
	font-weight: 100;
}


.footer{
	background-color: #f5f5f5;
	margin: auto;
	width: 100%;
}

.footer_inner{
	background-color: #f5f5f5;
}

.footer_inner .notificar{
	background-color: #343434;
	border-radius: 50px;
	border: 1px solid none;
	border-style: none;
	padding: 8px 50px;
	color: #e1e1e1;
	margin-top: 48px;
	font-size: 20px;
}


.footer .linha1 article{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 36px;
	padding: 48px 0 48px 0;
	background-color: #f5f5f5;
	height: 100%;
	max-width: 1400px;
	margin: auto;
}

.button_linha1_footer{
	margin-top: 48px;
}

.footer article ul{
	list-style: none;
	color: #343434;
	font-size: 20px;
	padding: 0;
	margin: 0;
}

footer article ul li{
	margin-bottom: 8px;
	font-family: myriad-pro, sans-serif;
	
}

footer article ul li a{
	text-decoration: none;
	margin-bottom: 8px;
	font-family: myriad-pro, sans-serif;
	font-size: 24px;
	color: #111;
}

footer article ul li a:hover{
	text-decoration: underline;
}

.icones_e_contatos img{
	padding-right: 16px;
}


.footer .linha2{
	background-color: #343434;
}

.footer .linha2 a{
	color: #e1e1e1;
	text-decoration: none;
	font-weight: lighter;
	font-family: 'Lexend Deca', sans-serif;
	font-weight: lighter;
	font-size: 13px;
}

.width_footer_linha2{
	max-width: 1400px;
	color: #e1e1e1;
	display: flex;
	justify-content: space-between;
	height: 48px;
	align-items: center;
	font-weight: lighter;
	font-size: 13px;
	margin: auto;
}

.footer .linha2 .width_footer_linha2 span h6{
	font-family: myriad-pro, sans-serif;
	font-size: 13px;
}

.footer .linha2 .width_footer_linha2 span a{
	padding-right: 16px;
}
.footer .linha2 .width_footer_linha2 span a:hover{
	text-decoration:underline; 
}

.footer .linha3{
	font-size: 13px;
	margin-top: 24px;
	font-weight: lighter;
	max-width: 1400px;
	margin: auto;
	text-align: center;
	padding: 48px 0 48px 0;
	text-align: justify;
}

/* @media max 767 */

@media screen and (max-width:767px) {
    .footer_inner .linha1 article{
      grid-template-columns: 1fr;
	  height: 100%;
	  padding: 24px;
	  gap: 48px;
    }
	.footer article input:hover{
		height: 52px;
		width: 300px;
	}
	.footer .footer_inner .linha1 h2 {
		font-size: 20px;
	}
	.footer_inner .linha2 .width_footer_linha2{
		display: grid;
		grid-template-columns: 1fr;
    	height: 100%;
		padding: 24px;
    }
	.footer_inner .linha2 .width_footer_linha2 span{
		display: grid;
		grid-template-columns: 1fr;
    	height: 100%;
		margin-top: 16px;
	}
	.footer_inner .linha3{
		padding: 24px;
    }
}


/* @media min 768, max 1023*/
@media screen and (min-width:767px) and (max-width: 1023px) {

	.footer .linha1 article{
		padding: 24px;
	}

	.footer .footer_inner .linha1 h2 {
		font-size: 18px;
	}

	.footer .footer_inner .linha1 div ul li {
		font-size: 16px;
	}

	.footer .footer_inner .linha1 div ul li a{
		font-size: 16px;
	}

	.width_footer_linha2{
		
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 64px;
	}
	.width_footer_linha2 span a{
		padding: 24px;
	}
	.width_footer_linha2 span h6{
		margin: auto;
	}

	.width_footer_linha3 p{
		padding: 0 24px 0 24px;
	}
	.footer article input:hover{
		height: 52px;
		width: 300px;
	}

	.footer_inner .linha1 article .widget_custom_html .custom-html-widget ul li a{
		padding: 8px 24px;
		font-size: 14px;
	}
}

@media screen and (min-width: 1024px) and (max-width:1199px){
	.footer .footer_inner .linha1{
		padding: 0 24px;
	}
	.footer .footer_inner .linha2 .width_footer_linha2{
		padding: 0 24px;
	}
	.footer .footer_inner .linha3 .width_footer_linha3 p{
		padding: 0 24px;
	}
	.footer .footer_inner .linha1 h2 {
		font-size: 20px;
	}
}

@media screen and (min-width: 1200px) and (max-width:1440px){
	.footer .footer_inner .linha1{
		padding: 0 24px;
	}
	.footer .footer_inner .linha2 .width_footer_linha2{
		padding: 0 24px;
	}
	.footer .footer_inner .linha3 .width_footer_linha3 p{
		padding: 0 24px;
	}
	.footer .footer_inner .linha1 h2 {
		font-size: 20px;
	}
}



/*buttons*/

.text .button{
	background-color: #d50058;
	padding: 14px 54px;
	border-radius: 50px;
	border-style: none;
	color: white;
	font-size: 16px;
	font-weight: bold;
	margin-top: 48px;
	text-decoration: none;
}



/* -----------------------------*/
/* PAGE - GRIPPOSTAD */

.main_max-width{
	max-width: 1440px;
	margin: auto;
}

.section_grippostad_1 article{
	max-width: 1400px;
	margin: auto;
	padding: 24px 0 0 24px;
}
.section_grippostad_1 article ul{
	display: flex;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 24px 0 0 0 ;
}

.section_grippostad_2{
	max-width: 1400px;
	margin: auto;
}

.section_grippostad_2 .section_2_inner{
	display: grid;
	grid-template-columns: 1fr;
	place-items: center;
}

.section_grippostad_2 .section_2_inner .div_section{
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 75%;
	gap: 48px;
}

.section_grippostad_2 .section_2_inner .div_section:nth-child(2){
	grid-column: 1;
}

.section_grippostad_2 .section_2_inner .div_section{
	font-size: 20px;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	align-items: center;
}

.page-grip-bg-perfis .section_grippostad_2 .section_2_inner .div_section article img {
	margin-bottom: -200px;
}

.section_grippostad_2 .section_2_inner .div_section .text h2{
	font-size: 50px;
	font-weight: bold;
	color: #ffb71b;
}
.page-grip-bg-perfis{
	background-size: cover;
}

.section_grippostad_3{
	height: 100%;
}

.section_grippostad_3 .section_3_inner {
	max-width: 1400px;
	margin: auto;
	padding: 64px 0 64px 0;
}

.section_grippostad_3 .section_3_inner div{
	display: grid;
	grid-template-columns: 1fr;
	place-content: center;
	place-items: center;
	margin: auto;
	gap: 48px;
	
}
.section_grippostad_3 .section_3_inner .div_section .text{
	text-align: center;
}
.section_grippostad_3 .section_3_inner .div_section .text p{
	color: white;
	font-size: 30px;
	max-width: 75%;
	margin: auto;
}

.section_grippostad_4 .section_4_inner{
	display: grid;
	max-width: 1400px;
	margin: auto;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 24px;
	padding: 64px 0 64px 0;
}

.section_grippostad_4 .section_4_inner .div_section{
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.section_grippostad_4 .section_4_inner .div_section .text{
	order: 2;
	max-width: 90%;
}

.section_grippostad_4 .section_4_inner .div_section .text h2{
	font-size: 30px;
	font-weight: bold;
	color: #ffb71b;
	text-align: center;
}

.section_grippostad_4 .section_4_inner .div_section .text p{
	font-size: 20px;
	font-family: myriad-pro, sans-serif;
	text-align: center;
}

.section_grippostad_4 article {
	max-width: 1400px;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	place-items: center;

}

.section_grippostad_4 article div span{
	display: grid;
	grid-template-columns: 1fr;
	place-items: center;
	gap: 24px;
}

/*MEDIAS*/
@media screen and (max-width:767px){

	.section_grippostad_1 .section_1_inner {
		padding: 0 0 0 24px;
	}
	
	.section_grippostad_2 .section_2_inner .div_section{
		display: block;
	}

	.section_grippostad_2 .section_2_inner .div_section .text{
		text-align: center;
		margin-bottom: 24px;
	}

	.section_grippostad_2 .section_2_inner .div_section .text h2{
		font-size: 48px;
		margin-bottom: 24px;
	}

	.page-grip-bg-perfis .section_grippostad_2 .section_2_inner .div_section article img {
		margin-bottom: -140px;
	}

	.section_grippostad_4 .section_4_inner{
		display: block;
	}
}

/* @media min 768, max 1023*/

@media screen and (min-width:767px) and (max-width: 1023px){
	.section_grippostad_1 .section_1_inner {
		padding: 0 0 0 24px;
	}
	.section_grippostad_2 .section_2_inner .div_section{
		display: block;
	}

	.section_grippostad_2 .section_2_inner .div_section .text{
		text-align: center;
		margin-bottom: 24px;
	}

	.section_grippostad_2 .section_2_inner .div_section .text h2{
		font-size: 48px;
		margin-bottom: 24px;
	}
	.section_grippostad_4 .section_4_inner{
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

/* ------------------------------------ */
/*MENU - GRIPES E CONSTIPAÇÕES*/

.gripes-constipacoes {
	background-size: cover;
	
}

.gripes-constipacoes .section_1{
	width: 100%;
}

.gripes-constipacoes .section_1 .section_1_inner .div_section article img{
	width: 100%;
}


.gripes-constipacoes .section_2 .section_2_inner {
	display: flex;
	gap: 10px;
	margin-top: 24px;
	justify-content: center;
	padding: 64px 0 64px 0;
}


.gripes-constipacoes .section_3 {
	background: none;
	background-color: white;
}

.gripes-constipacoes-hr{
	max-width: 1400px;
	margin: auto;
}

.sintomas {
	display: grid;
	grid-template-columns: 1fr 1fr;
	text-align: center;
	gap: 100px;
	margin-top: 48px;
}

.sintomas h4{
	color: #342b72;
}


@media screen and (max-width:767px){
	.breadcrumb {
		font-size: 14px;
		padding-left: 24px;
	}
	.breadcrumb a{
		padding-left: 24px;
	}

	.gripes-constipacoes .section_2 {
		padding-bottom: 0;
	}

	.gripes-constipacoes .section_2 .section_2_inner{
		padding: 0;
	}
	
	.gripes-constipacoes .section_2 .section_2_inner .div_section{
		padding: 24px;
	}
	.breadcrumb {
		font-size: 11px;
		padding-left: 24px;
	}

	.gripes-constipacoes .section_2 .section_2_inner .div_section article img{
		margin-top: 30px;
	}

	.bg-desktop{
		display: none;
	}

	.bg-mobile{
		display: block;
	}
}


@media screen and (min-width:767px) and (max-width: 1023px){	
	.gripes-constipacoes .section_2 .section_2_inner{
		padding: 0;
	}
	.gripes-constipacoes .section_2 .section_2_inner .div_section{
		padding: 24px;
	}
	.accordion-grupo {
		padding: 16px;
	}

	.bg-desktop{
		display: block;
	}

	.bg-mobile{
		display: none;
	}
}

@media screen and (min-width: 1024px) and (max-width:1199px){
	.gripes-constipacoes .section_1 .section_1_inner .div_section{
		margin: 0;
	}
	.bg-desktop{
		display: block;
	}

	.bg-mobile{
		display: none;
	}
}

@media screen and (min-width: 1200px) and (max-width:1440px){
	.gripes-constipacoes .section_1 .section_1_inner .div_section{
		margin: 0;
	}
	.bg-desktop{
		display: block;
	}

	.bg-mobile{
		display: none;
	}
}

@media screen and (min-width: 1400px){
	.gripes-constipacoes .section_1 .section_1_inner .div_section{
		margin: 0;
	}
	.bg-desktop{
		display: block;
	}

	.bg-mobile{
		display: none;
	}
}

/* ------------------------------------ */

/*MENU - CONGESTÃO NASAL*/

.congestao-nasal .section_1 .section_1_inner .div_section article img{
	width: 100%;
	margin-bottom: 24px;
}

.congestao-nasal .section_2 .section_2_inner {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 24px;
	padding: 64px 0;
}

.congestao-nasal .section_3{
	background: transparent;
	background-color : white;
}

@media screen and (max-width:767px){

	.congestao-nasal .section_2{
		padding-bottom: 0;
	}

	.congestao-nasal .section_2 .section_2_inner{
		padding: 0;
	}

	.congestao-nasal .section_2 .section_2_inner .div_section{
		padding: 24px;
	}

}


@media screen and (min-width:767px) and (max-width: 1023px){

	.congestao-nasal .section_2 .section_2_inner{
		padding: 0;
	}
	.congestao-nasal .section_2 .section_2_inner .div_section{
		padding: 24px;
	}

}

@media screen and (min-width: 1024px) and (max-width:1199px){
	.congestao-nasal .section_1 .section_1_inner .div_section{
		margin: 0;
	}
}

@media screen and (min-width: 1200px) and (max-width:1440px){
	.congestao-nasal .section_1 .section_1_inner .div_section{
		margin: 0;
	}
}

/* ------------------------------------ */

/*MENU - BLOG*/
.page-blog{
	max-width: 1400px;
	margin: auto;
}


.page-blog .section_1 .section_1_inner {
	display: flex;
	gap: 10px;
	margin-top: 24px;
}

.artigos-page-blog{
	margin-top: 0;
	max-width: 1400px;
	margin: auto;
}

.artigos-page-blog .section_blog_inner article h1{
	font-size: 50px;
	font-weight: bold;
	color: #ffb71b;
}

.artigos-page-blog .section_blog_inner .columns{
	gap: 48px;
	margin-bottom: 80px;
	
}

.artigos-page-blog .section_blog_inner .columns .column{
	margin-top: 48px;
}

.artigos-page-blog .section_blog_inner .columns .column .div_img_blog{
	overflow: hidden;
}

.artigos-page-blog .section_blog_inner .columns .column img{
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
}

.artigos-page-blog .section_blog_inner .columns .column img:hover{
	-webkit-transform: scale(1.3);
   transform: scale(1.3);
}


.artigos-page-blog .section_blog_inner .columns .column .content div a{
	color: black;
}

.artigos-page-blog .section_blog_inner .botao_ver_mais{
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}

.artigos-page-blog .section_blog_inner .columns .column .content div .link-saiba-mais{
	color:  #d50058;
}

.artigos-page-blog .section_blog_inner .columns .column .content div .link-saiba-mais:hover{
	text-decoration: underline;
}


.artigos-page-blog .section_blog_inner .botao_ver_mais .link-saiba-mais{
	background-color: #d50058;
	padding: 14px 54px;
	border-radius: 50px;
	border-style: none;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.artigos-page-blog .section_blog_inner .botao_ver_mais a:hover{
	color: #ffffff !important;
}

@media screen and (max-width:767px){
	.artigos-page-blog .section_blog_inner article h1{
		font-size: 36px;
		padding: 0 0 0 24px;
	}
	.artigos-page-blog .section_blog_inner .columns{
		display: grid;
		grid-template-columns: 1fr;
		padding: 0 24px;
	}
	.artigos-page-blog .section_blog_inner .botao_ver_mais a:hover{
		padding: 16px 56px;
	}
}


@media screen and (min-width:767px) and (max-width: 1023px){
	.artigos-page-blog .section_blog_inner article h1{
		font-size: 36px;
		padding: 0 0 0 24px;
	}
	.artigos-page-blog .section_blog_inner .columns{
		display: grid;
		grid-template-columns: 1fr 1fr;
		padding: 0 24px;
	}
	.artigos-page-blog .section_blog_inner .botao_ver_mais a:hover{
		padding: 16px 56px;
	}
	.artigos-page-blog .section_blog_inner .columns h3{
		font-size: 24px;
	}
}

@media screen and (min-width: 1024px) and (max-width:1199px){
	.artigos-page-blog .section_blog_inner{
		padding: 0 24px;
	}
	.artigos-page-blog .section_blog_inner .columns h3{
		font-size: 24px;
	}
}

@media screen and (min-width: 1200px) and (max-width:1440px){
	.artigos-page-blog .section_blog_inner{
		padding: 0 24px;
	}
	.artigos-page-blog .section_blog_inner .columns h3{
		font-size: 24px;
	}
}

/*----------------------------*/
/* MENU - BLOG - CONTENT POST*/

.blog_detalhe .banner{
	display: flex;
	height: 320px;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.blog_detalhe .banner img{
	width: 1400px;
}

.blog_detalhe .conteudo{
	max-width: 1400px;
	margin: auto;
	padding: 110px;
}

.blog_detalhe .conteudo h2{
	color: #ffb71b;
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 56px;
}

.blog_detalhe .date-post-blog{
	display: flex;
	justify-content: center;
}

.blog_detalhe .date-post-blog h4{
	font-size: 18px;
	
}

.date-post-blog {
	max-width: 1400px;
	margin: auto;
	
}

.menu-redes-sociais{
	max-width: 1400px;
	margin: auto;
	text-align: center;
}

.blog_detalhe .blog_detalhes_button{
	display: flex;
	justify-content: center;
	margin-bottom: 64px;
}

.blog_detalhe .blog_detalhes_button .botao_imprimir{
	background-color: #d50058;
	padding: 14px 54px;
	border-radius: 50px;
	border-style: none;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

@media print{
	.site-header{
		display: none;
	}
	.footer_inner{
		display: none;
	}
	.blog_detalhe .blog_detalhes_button .botao_imprimir{
		display: none;
	}
	.blog_detalhe .conteudo h2{
		color:black;
		font-weight: bold;
		font-size: 24px;
		text-align: left;
	}
	.breadcrumb{
		color: black;
	}
}

@media screen and (max-width:767px){
	.blog_detalhe .breadcrumb {
		font-size: 12px;
		padding-left: 24px;
	}
	.blog_detalhe .conteudo {
		padding: 24px;
	}
	.blog_detalhe .conteudo h2{
		margin-bottom: 36px;
	}
	.blog_detalhe .date-post-blog h4{
		margin-top: 36px;
		font-size: 14px;
	}
	.blog_detalhe .menu-redes-sociais{
		margin-top: 36px;
	}
}


@media screen and (min-width:767px) and (max-width: 1023px){
	.blog_detalhe .breadcrumb {
		font-size: 12px;
		padding-left: 24px;
	}
	.blog_detalhe .conteudo {
		padding: 64px;
	}
	.blog_detalhe .conteudo h2{
		margin-bottom: 36px;
	}
	.blog_detalhe .date-post-blog h4{
		margin-top: 36px;
		font-size: 14px;
	}
	.blog_detalhe .menu-redes-sociais{
		margin-top: 36px;
	}
}

/*----------------------------*/
/* MENU - FAQ*/

.page-faq{
	max-width: 1400px;
	margin: auto;
}

.page-faq .section_1 .section_1_inner{
	display: flex;
	gap: 10px;
	margin-top: 24px;
}

.page-faq .section_1 .section_1_inner .div_section .text p{
	font-size: 20px;
}

.page-faq .section_2 .section_2_inner{
	display: grid;
	grid-template-columns: 1fr;
	place-items: baseline;
}

.page-faq .section_1 .section_1_inner .div_section .text h1{
	font-size: 50px;
	font-weight: bold;
	color: #ffb71b;
	
}

.page-faq .section_1 .section_1_inner .div_section .text p{
	font-size: 20px;
	font-family: myriad-pro, sans-serif;
	
}

@media screen and (max-width:767px){
	.page-faq .section_1 .section_1_inner .div_section .text h1{
		font-size: 36px;
		padding-left: 24px;
	}
	.page-faq .section_1 .section_1_inner .div_section .text h5{
		text-align: center
		;
	}
	.page-faq .section_1 .section_1_inner .div_section .text p{
		padding-left: 24px;
	}
}


@media screen and (min-width:767px) and (max-width: 1023px){
	.page-faq .section_1 .section_1_inner .div_section .text h1{
		font-size: 36px;
		padding-left: 24px;
	}
	.page-faq .section_1 .section_1_inner .div_section .text p{
		padding-left: 24px;
	}
}

/*----------------------------*/
/* MENU PAGE CONTACTO*/

.page_contacto .conteudo{
	max-width: 1400px;
	margin: auto;
	margin-bottom: 120px;
	margin-top: 36px;
}

.page_contacto .conteudo div .informacoes{
	max-width: 65%;
}

.page_contacto .conteudo div h2{
	margin-bottom: 48px;
	font-size: 50px;
	font-weight: bold;
	color: #ffb71b;
}

.page_contacto .conteudo div p a{
	text-decoration: none;
}

.page_contacto .conteudo div p a:hover{
	text-decoration: underline;
}

.page_contacto .conteudo div h4{
	margin-bottom: 24px;
}

.page_contacto .conteudo div table{
	font-size: 20px;
	font-family: myriad-pro, sans-serif;
	line-height: 36px;
}

.page_contacto .conteudo .contacto_button{
	background-color: #343434;
	padding: 14px 54px;
    border-radius: 50px;
    border-style: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-top: 48px;
    text-decoration: none;
    display: table;
}

.page_contacto .conteudo .contacto_button a{
	color: white;
	text-decoration: none;
}

.page_contacto .conteudo .contacto_button:hover{
	text-decoration: underline;
}


@media screen and (max-width:767px){
	.page_contacto .conteudo{
		padding: 0 24px;
		margin-top: 0;
	}
	.page_contacto .conteudo div{
		max-width: 100%;
	}
	.page_contacto .conteudo div h2{
		margin-bottom: 48px;
		font-size: 36px;
		font-weight: bold;
		color: #ffb71b;
	}
	.page_contacto .conteudo div table{
		font-size: 18px;
		font-family: myriad-pro, sans-serif;
		line-height: 36px;
	}
}


@media screen and (min-width:767px) and (max-width: 1023px){
	.page_contacto .conteudo{
		padding: 0 24px;
	}
	.page_contacto .conteudo div{
		max-width: 100%;
	}
	.page_contacto .conteudo div h2{
		margin-bottom: 48px;
		font-size: 36px;
		font-weight: bold;
		color: #ffb71b;
	}
	.page_contacto .conteudo div table{
		font-size: 18px;
	}
}

@media screen and (min-width: 1024px) and (max-width:1199px){
	.page_contacto .conteudo{
		padding: 0 48px;
	}
}

@media screen and (min-width: 1200px) and (max-width:1440px){
	.page_contacto .conteudo{
		padding: 0 48px;
	}
}


/*----------------------------*/
/* BREADCRUMB*/

.breadcrumb{
	max-width: 1400px;
	margin: auto;
	padding: 16px 8px 24px 0;
	list-style: none;
	border-radius: 4px;
}

.breadcrumb a{
	color: #d50058;
	text-decoration: none;
	padding-right: 8px;
	
	
}

@media screen and (max-width:767px){
	.breadcrumb{
		font-size: 14px;
		
	}
}

@media screen and (min-width:767px) and (max-width: 1023px){
	.breadcrumb{
		font-size: 16px;
		margin-left: 24px;
	}
}

@media screen and (min-width: 1024px) and (max-width:1199px){
	.breadcrumb{
		font-size: 16px;
		margin-left: 24px;
	}
}

@media screen and (min-width: 1200px) and (max-width:1440px){
	.breadcrumb{
		font-size: 16px;
		margin-left: 24px;
	}
}


/*----------------------------*/
/* ACCORDION*/

/* Style the buttons that are used to open and close the accordion panel */

.accordion-grupo{
	max-width: 1400px;
	margin: auto;
	padding-bottom: 64px;
}


.accordion-grupo p{
	padding-top: 16px;
}


.accordion-grupo hr{
	margin: 0.5px;
	height: 1px;
}

.accordion {
	color: #111111;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	font-size: 25px;
	background-color: transparent;
	font-weight: bolder;
}

.accordion.active{
	border-bottom: 1px solid rgba(194, 194, 194, 0.712);
}
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
	color: #d50058;
}

.accordion::before{
	content: url(/wp-content/uploads/2022/11/seta-baixo.jpg);
	float: right;
	transition: all .5s;
}

.accordion.active::before{
	content: url(/wp-content/uploads/2022/11/seta-cima.jpg);
	transform: rotate(-180deg);
}

  /* Style the accordion panel. Note: hidden by default */
.panel {
	
	background-color: white;
	display: none;
	overflow: hidden;
}

.mobile{
	display: none;
}



@media screen and (max-width:767px){
	.accordion-grupo{
		padding: 20px;
	}	
	.accordion-grupo .accordion{
		font-size: 18px;
	}

	.accordion-grupo .accordion p{
		font-size: 16px;
	}

	.accordion::before{
		content: url(/wp-content/uploads/2022/11/seta-baixo.jpg);
		position: absolute;
		right: 30px;
		font-size: 50px;
		transform: translateY(-50%);
	}
	.accordion.active::before{
		content: url(/wp-content/uploads/2022/11/seta-cima.jpg);
		position: absolute;
		font-size: 50px;
		right: 30px;
		transform: translateY(-50%); 
	}

	.desktop{
		display: none;
	}
	
	.mobile{
		display: grid;
		place-content: center;
		gap: 12px;
		margin: auto;
	}
	.mobile img{
		margin: auto;
	}
	
	.sintomas {
		display: grid;
		grid-template-columns: 1fr;
		text-align: left;
		gap: 48px;
		margin-top: 48px;
	}
}

@media screen and (min-width:767px) and (max-width: 1023px){
	.accordion::before{
		content: url(/wp-content/uploads/2022/11/seta-baixo.jpg);
		position: absolute;
		right: 5%;
		font-size: 50px;
		transform: translateY(-50%);
	}
	.accordion.active::before{
		content: url(/wp-content/uploads/2022/11/seta-cima.jpg);
		font-size: 50px;
		right: 5%;
		transform: translateY(-50%); 
	}
}

@media screen and (min-width: 1200px) and (max-width:1440px){
	.accordion-grupo{
		padding: 20px;
	}	
	.accordion-grupo .accordion{
		font-size: 20px;
	}

	.accordion-grupo .accordion p{
		font-size: 18px;
	}
}



/*PAGE SEARCH*/

.page-search{
	max-width: 1400px;
	margin: auto;
	margin-bottom: 120px;
}

.page-search .page-title{
	margin-top: 48px;
	font-size: 50px;
	font-weight: bold;
	color: #ffb71b;
}

.page-search article .entry-header h2 a{
	text-decoration: none;
	color: black;
}

.page-search article .entry-header h2 a:hover{
	text-decoration: underline;
}

.page-search .entry-footer{
	display: none;
}

@media screen and (max-width:767px){
	.page-search .page-title{
		margin-top: 48px;
		font-size: 24px;
		
	}
	.page-search{
		padding: 24px;
	}
	.page-search article .entry-header h2 a{
		font-size: 24px;
	}
	.widget-area{
		padding: 24px;
	}
	.widget-area .wp-element-button{
		padding: 14px 24px;
	}
	
}

@media screen and (min-width:767px) and (max-width: 1023px){
	.page-search .page-title{
		margin-top: 48px;
		font-size: 24px;
		
	}
	.page-search{
		padding: 24px;
	}
	.page-search article .entry-header h2 a{
		font-size: 24px;
	}
	.widget-area{
		padding: 24px;
	}
	.widget-area .wp-element-button{
		padding: 14px 24px;
	}
}
@media screen and (min-width: 1024px) and (max-width:1199px){
	.page-search{
		padding: 24px;
	}
}

@media screen and (min-width: 1200px) and (max-width:1440px){
	.page-search{
		padding: 48px;
	}
}


/*FORMULARIO REAÇÕES ADVERSAS*/

.page_notificacao{
	margin: auto;
	max-width: 1400px;
}

.page_notificacao h2{
	margin-top: 48px;
	font-size: 50px;
	font-weight: bold;
	color: #ffb71b;
}

.wpforms-field-container{
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: space-between;
}

.wpforms-field-container > div {
	width: 100% !important;
}

.wpforms-field-container > div.input-50 {
	max-width: calc(50% - 1rem)  !important;
	
}

div.wpforms-container-full .wpforms-form input.wpforms-field-large{
	border-radius: 35px;
}

div.wpforms-container-full .wpforms-form textarea{
	border-radius: 25px;
	padding: 15px;
}

div.wpforms-container-full .wpforms-form select{
	border-radius: 35px;
}


div.wpforms-container-full .wpforms-form .wpforms-field .link_stada{
	background-color: transparent;
	color: #d50058;
	padding: 0;
}



div.wpforms-container-full .wpforms-form button[type=submit]{
	background-color: #d50058;
	padding: 14px 36px;
	border-radius: 50px;
	border-style: none;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #d50058;
    color: #ffffff;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container{
	display: flex;
	justify-content: center;
	margin: 36px 0;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container button:hover{
	text-decoration: underline;
	background-color: #d50058;
}

@media screen and (max-width:767px){
	.page_notificacao .form_reacao_adversa{
		padding: 24px;
	}
	.page_notificacao h2{
		font-size: 36px;
	}
	.form_reacao_adversa{
		font-size: 18px;
	}
	div.wpforms-container-full .wpforms-form .wpforms-field-label{
		margin-bottom: 24px;
	}
	.page_notificacao h5{
		font-size: 14px;
	}
}

@media screen and (min-width:767px) and (max-width: 1023px){
	.page_notificacao .form_reacao_adversa{
		padding: 24px;
	}
	.page_notificacao h2{
		font-size: 36px;
	}
	.form_reacao_adversa{
		font-size: 18px;
	}
	div.wpforms-container-full .wpforms-form .wpforms-field-label{
		margin-bottom: 24px;
	}
	.page_notificacao h5{
		font-size: 14px;
	}
}


@media screen and (min-width: 1024px) and (max-width:1199px){
	.form_reacao_adversa {
		padding: 24px;
	}
	.wpforms-field-label{
		margin-bottom: 24px;
	}
	.page_notificacao h2{
		margin-top: 1px;
		
	}
}

@media screen and (min-width: 1200px) and (max-width:1440px){
	.form_reacao_adversa {
		padding: 24px;
	}
	.wpforms-field-label{
		margin-bottom: 24px;
	}
	.page_notificacao h2{
		margin-top: 1px;
		
	}
}