/*!
Theme Name: rivo
Theme URI: http://underscores.me/
Author: Aldeia Comunicação
Author URI: https://aldeiacom.com.br/
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: rivo
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.

rivo 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%;
	scroll-behavior: smooth;
}

/* 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: bold;
}

/**
 * 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: "Public Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
  	font-size: 17px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.1;
}

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

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

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

.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;
}
	.menu-toggle {
		background: transparent !important;
		border: none;
	    width: 48px;
	    height: 45px;
	    text-indent: -900em;
	    overflow: hidden;
	    position: absolute;
		right: 10px;
		cursor: pointer;
		outline: none;
		z-index: 9;
		top: 25px;
	}	
	.menu-toggle:after {
	  content: '';
	  position: absolute;
	  width: 60%;
	  height: 3px;
	  background: #00996D;
	  top: 10px;
	  left: 16%;
	  box-shadow: 0 8px 0 #00996D, 0 16px 0 #00996D;
	}
@media screen and (min-width: 1261px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		margin-right: -15px;
	}
}

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


/* Rivo
--------------------------------------------- */
a {
	transition: all .2s;
}
.wrap {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 30px;
}
.wp-block-group__inner-container {
	max-width: 1440px;
	margin: 0 auto;	
	padding: 0 30px;
}
.no-margin-top {
	margin-top: 0;
}
.texto-destaque .wp-block-group__inner-container {
	max-width: 1200px;
	margin: 0 auto;	
}
.wrap1000 {
	max-width: 1000px;
	margin: 0 auto;		
}
.wrap1100 {
	max-width: 1100px;
	margin: 0 auto;		
}
.padding-left-10 {
	padding-left: 10%;
}
.w65 .wp-block-group__inner-container {
	width: 55%;
}
.w70 {
	width: 70%;	
}
.title-letter {
    font-size: 17px;
    letter-spacing: 8px;
    text-transform: uppercase;
    padding-bottom: 30px;	
}
.bg-half-green {
	background: linear-gradient(
    to right,
    #fff 0%,
    #fff 50%,
    #EDF2F2 50%,
    #EDF2F2 100%
  );	
	margin-bottom: 120px;
}
	.bg-half-green h3 {
		color: #00996D;
		font-size: 18px;
	}
.bg-half-green .wp-block-group__inner-container {
	background-color: #EDF2F2;
	padding: 5% 20% 5% 5%;
}
.barra-acima {
	position: relative;
}
	.barra-acima::before {
		content: "";
		width: 90px;
		height: 5px;
		background-color: #00996D;
		position: absolute;
		top: -40px;
	}
.bg-blue {
	background-color: #00314E;
}
.negative-margin {
	margin-top: -10%;
}
.wrap1200 {
	max-width: 1200px;
}
.wrap1100 {
	max-width: 1100px;
}
.wrap1000 {
	max-width: 1000px;
}
.colunas {
	display: flex;
	justify-content: space-between;
}
.col-img {
	flex-shrink: 0;
}
.no-margin-bottom {
	margin-bottom: 0;
}
.no-margin {
	margin: 0;
}
.btn {
	width: max-content;	
	display: inline-block;
	border-radius: 30px;
	padding: 15px 40px;
	text-transform: uppercase;
	text-decoration: none;
}
.btn-green {
	border: 1px solid #00996D;
	color: #00996D;
	font-size: 17px;
    font-weight: bold;	
}
.btn-green:hover {
	border: 1px solid #00996D;
	background-color: #00996D;
	color: #fff;
}
.home .site-header {
	position: absolute;
	width: 100%;
	padding: 30px 0;
	z-index: 9;
}
	.site-header .wrap {
		display: flex;
		justify-content: space-between;		
	}

.site-header .main-navigation {
    display: flex;
    align-items: center;
}
	.site-header .menu li {
		margin-left: 30px;
	}
.p-r-20 {
	padding-right: 20%;
}
@media screen and (min-width: 1261px) {
	.site-header .menu li:first-child {
		margin-left: 0;
	}
}
	.site-header .menu a {
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 14px;	
		padding: 10px 0;
	}
		.site-header .menu a:hover {
			color: #00996D;
		}
	.site-header .menu-item-59 a {
		display: inline-block;
		border: 1px solid #BA925E;
		border-radius: 30px;
		padding: 13px 30px 10px 50px;
		background: url('assets/images/ico-user-brown.svg') left 20px center no-repeat;
		line-height: 1;
	}
	.site-header .menu-item-59 a:hover {
		color: #BA925E;
	}
body:not(.home) .site-header {
	background-color: #fff;
	padding: 30px 0;
}
	body:not(.home) .site-header .menu a {	
		color: #00314E;
	}
		body:not(.home) .site-header .menu a:hover {
			color: #00996D;
		}
		body:not(.home) .site-header .menu-item-59 a {
			border: none;
			background: url('assets/images/ico-user-green.svg') left 20px center no-repeat;
		}

.banner-home .slick-list, 
.banner-home .slick-track {
	height: 850px;
	max-height: 100vh;
}
	.banner-home .slick-slide {
		position: relative;
	}
	.banner-home .wrap {
		height: 100%;
	    display: flex;
	    align-items: end;
	    justify-content: end;
	    padding-bottom: 30px;	
	}
	.banner-home .wrap-texto {
		width: 50%;
		position: absolute;
		bottom: 0;
		right: 0;
		background-color: #00314E;
		z-index: 9999;
		padding: 4% 0 3% 3%;
	}
	.banner-home h1 {
		position: relative;
		font-size: 48px;
		font-weight: 100;
		text-align: right;
		color: #fff;
		margin: 0;
		padding-right: 23%;
	}
		.banner-home h1:before {
			content: "";
			display: block;
			width: 90px;
			height: 1px;
			background-color: #00996D;
			position: absolute;
			right: 23%;
			top: -15px;
		}

	.banner-home .slick-arrow {
	    width: 50px;
	    height: 50px;
	    position: absolute;
	    top: 50%;
	    z-index: 1;
	    padding: 0;
	    text-indent: -9999px;
	    overflow: hidden;
	    border: 0;
	    cursor: pointer;
	    margin-top: -16px;
	    transition: all .2s
	}	
	.banner-home .slick-arrow:hover {
	    transform: scale(1.2);
	}

	.banner-home .slick-prev {
	    background: url(assets/images/seta.svg) no-repeat;
	    left: 30px;
	}

	.banner-home .slick-next {
	    background: url(assets/images/seta.svg) no-repeat;
	    right: 30px;
	    transform: rotate(180deg);
	}
	.banner-home .slick-next:hover {
	    transform: rotate(180deg) scale(1.2);
	}

.box-quem-somos {
	position: relative;
	padding: 100px 0;
	margin: 60px 0;
	background: linear-gradient(
    to right,
    #EDF2F2 0%,
    #EDF2F2 50%,
    white 50%,
    white 100%
  );
}
.box-quem-somos::after {
	content: "";
	position: absolute;
	top: 0;
    right: 10%;
    width: 531px;
    height: 144px;
	background: url(assets/images/grafismo.svg) no-repeat;
	z-index:1;
}
.box-quem-somos .col-texto {
	width: 38%;
    display: flex;
    flex-direction: column;
    justify-content: center;	
}
.box-quem-somos .col-img {
	width: 56%;
	position: relative;
	z-index: 2;
}
.box-quem-somos h2 {
	font-size: 82px;
	color: #00273E;
	margin: 0 0 30px 0;
}
	.box-quem-somos p {
		font-size: 17px;
		margin: 0 0 30px 0;
	}

.box-solucoes {
	background: #02314f url(assets/images/bg-solucoes-min.jpg) top center no-repeat;
	padding: 100px 0;
	color: #fff;
}
	.box-solucoes a {
		color: #fff;
	}
	.box-solucoes h2 {
		font-size: 18px;
		letter-spacing: 8px;
		text-transform: uppercase;
		padding-bottom: 100px;
	}
	.box-solucoes .col-left {
		width: 25%;
	}
	.box-solucoes .col-right {
		width: 70%;
	}
	.box-solucoes ul {
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0;
		padding: 0;
	}
	.box-solucoes ul li {
		display: flex;
		width: 45%;
		margin-bottom: 60px;
		align-items: end;
	}
	.box-solucoes span.contador {
		display: inline-block;
		padding-right: 20px;
		color: #00996D;
		font-size: 64px;
		font-weight: bold;
		line-height: .85;
	}
	.box-solucoes span.item {
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		text-transform: uppercase;
	}

.box-investidor {
	position: relative;
	padding: 100px 0;
	background: linear-gradient(
    to right,
    white 0%,
    white 50%,
    #EDF2F2 50%,
    #EDF2F2 100%
  );
}
.box-investidor::after {
	content: "";
	position: absolute;
	top: 5%;
    right: 25%;
    width: 531px;
    height: 144px;
	background: url(assets/images/grafismo.svg) no-repeat;
	z-index:1;
}
.box-investidor .col-texto {
	width: 38%;
    display: flex;
    flex-direction: column;
    justify-content: center;	
}
.box-investidor .col-img {
	width: 56%;
}
.box-investidor h2 {
	font-size: 82px;
	color: #00273E;
	margin: 0 0 30px 0;
}
	.box-investidor p {
		font-size: 17px;
		margin: 0 0 30px 0;
	}

.box-numeros {
	padding: 80px 0;
	background-color: #00996D;
	margin-top: 100px;
	text-align: center;
	color: #fff;
}
.box-numeros h3 {
	font-size: 18px;
	letter-spacing: 8px;
	text-transform: uppercase;
	margin: 0;
	position: relative;
}
.box-numeros h3:after {
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -50px;
}
.box-numeros ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin-top: 100px;
}
.box-numeros li {
	width: 33%;
}
.box-numeros li span.numero {
	display: block;
	font-size: 90px;
	font-weight: bold;
	line-height: 1;
}
.box-numeros li span.legenda {
	display: block;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	margin-top: 10px;
}
.box-numeros p.bottom-text {
	padding-top: 60px;
	font-size: 14px;
	margin: 0;
}

.form-captacao {
	padding: 100px 0;
}
	.form-captacao h4 {
		font-size: 82px;
		color: #00273E;
		margin: 0 0 30px 0;
		line-height: 1;
	}
	.form-captacao .col-left {
		width: 40%;
	}
		.form-captacao .col-left p {
			font-size: 17px;
		}
		.form-captacao .col-left p strong {
			color: #00996D;
		}

	.form-captacao .col-right {
		width: 50%;
	}
	.wpcf7-form input {
		background-color: #EDF2F2;
		border-radius: 30px;
		padding: 10px 20px;
		border: none;
		margin-bottom: 10px;
		width: 100%;
		font-size: 17px;
	}
	.wpcf7-form textarea {
		background-color: #EDF2F2;
		border-radius: 30px;
		padding: 20px;
		border: none;
		margin-bottom: 10px;
		width: 100%;
		font-size: 17px;
	}
	.wpcf7-form input[type="submit"] {
		background-color: #fff;
		width: max-content;	
		display: inline-block;
		border-radius: 30px;
		padding: 15px 40px;
		text-transform: uppercase;
		text-decoration: none;
		border: 1px solid #00996D;
		color: #00996D;		
		cursor: pointer;
		transition: all .2s;
		margin-top: 30px;
		float: right;
		font-weight: bold;
	}
	.wpcf7-form input[type="submit"]:hover {
		background-color: #00996D;
		color: #fff;
	}
	.wpcf7-form .wpcf7-list-item {
		margin: 0;
	}
	.wpcf7-form span.small {
		font-size: 14px;
	}

.site-footer {
	background-color: #00314E;
	padding: 60px 0;
	color: #fff;
}
	.site-footer .logo-rodape {
		margin-bottom: 40px;
	}
	.site-footer p {
		font-size: 14px;
		line-height: 1.5;
	}
	.site-footer p strong {
		display: block;
		font-weight: bold;
	}
	.site-footer span {
		display: block;
		margin-bottom: 20px;
		font-size: 12px;
	}
	.site-footer span img {
		display: block;
		margin-top: 5px;
	}

.header-internas {
	position: relative;
	background-color: #00314E;
}
	.header-internas:after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		width: 510px;
		height: 140px;
		background: url(assets/images/grafismo.svg) no-repeat;
	}
	.header-internas .wrap {
		display: flex;
	    justify-content: flex-start;
	    align-items: center;	
		height: 250px;
	}
		.header-internas .wrap h1 {
			color: #fff;
			font-size: 42px;
		}
.grafismo-credito {
	position: relative;
}
	.grafismo-credito:after {
		content: "";
		position: absolute;
		top: -105px;
		right: 0;
		width: 530px;
		height: 144px;
		background: url(assets/images/grafismo.svg) no-repeat;
		z-index: -1;
	}
.wp-block-columns {
	justify-content: space-between;
}

.mvv .wp-block-group__inner-container {
	max-width: 1100px;
}

.historia {
	background: url(assets/images/bg-historia.jpg) no-repeat top center;
	padding: 90px 0;
}
	.historia h5 {
		font-size: 82px;
		color: #fff;
		margin: 0 0 60px 0;
	}
	.historia h6 {
		font-size: 82px;
		color: #00996D;
		margin: 0;
	}
	.historia p {
		color: #fff;
		font-size: 17px;
	}
	.historia ul {
		position: relative;
		margin: 0;
		padding: 60px 0 0 0;
		list-style: none;
	}
	.historia ul:before {
		content: "";
		display: block;
		width: 92%;
		height: 1px;
		background-color: #00996D;
		position: absolute;
		top: 15px;
		left: 50%;
 		transform: translateX(-50%);

	}
	.slide-historia .slick-arrow {
	    width: 30px;
	    height: 30px;
	    position: absolute;
	    top: 0;
	    z-index: 1;
	    padding: 0;
	    text-indent: -9999px;
	    overflow: hidden;
	    border: 0;
	    cursor: pointer;
	    transition: all .2s
	}	
	.slide-historia .slick-slide {
		margin: 0 60px;
	}
	.slide-historia .slick-arrow:hover {
	    transform: scale(1.2);
	}
	.slide-historia .slick-prev {
	    background: url(assets/images/arrow-green.svg) no-repeat;
	    left: 0;
	    transform: rotate(180deg);
	}
	.slide-historia .slick-prev:hover {
	    transform: rotate(180deg) scale(1.2);
	}
	.slide-historia .slick-next {
	    background: url(assets/images/arrow-green.svg) no-repeat;
	    right: 0;
	    transform: rotate(0deg);
	}
	.slide-historia .slick-next:hover {
	    transform: rotate(0deg) scale(1.2);
	}

.internas .col-menu {
	max-width: 310px;
}
.internas .col-texto {
	width: 70%;
	padding-right: 12%;
}
.menu-nivel-2 {
	max-width: 310px;
	background-color: #EDF2F2;
	padding: 25px;
	border-top: 4px solid #00996D;
	position: relative;
	top: -70px;
}
	.menu-nivel-2 ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.menu-nivel-2 ul li {
		background: url(assets/images/seta-submenu.svg) left center no-repeat;
		padding-left: 30px;
		border-bottom: 1px solid #b9c1c3;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 1;
	}
		.menu-nivel-2 ul li:last-child {
			border: none;
			margin-bottom: 0;
		}
	.menu-nivel-2 ul li a {
		color: #00314E;
		text-decoration: none;
		font-size: 17px;
		font-weight: bold;
		line-height: 1;
	}
		.menu-nivel-2 ul li a:hover {
			color: #00996D;
		}

.internas .noMargin {
	margin: 0;
	padding: 0;
}
.internas h2 {
	color: #00314E;
	font-size: 52px;
	line-height: 1;
}
	.internas h2 span {
		color: #00996D;
	}
.internas h3 {
	color: #00314E;
	line-height: 1;
	margin-bottom: 30px;
}
.internas h4 {
	margin-top: 0;
}
.internas ul.wp-block-list {
	margin: 30px 0 0 0;
	padding: 0;
}
.internas ul.wp-block-list li {
	margin: 20px 0;
}
.internas .borda-topo .wp-block-group__inner-container {
	padding-top: 60px;
	margin-top: 60px;
	border-top: 1px solid #b9c1c3;
}
.internas ul.green-bullets {
	margin-top: 60px;
	list-style: none;
}
	.internas ul.green-bullets li {
		background: url(assets/images/bullet.svg) left center no-repeat;
		padding-left: 35px;
		font-weight: bold;
	}

.bg-verde-out {
    padding: 60px 0;
    background: linear-gradient(to right, white 0%, white 30%, #EDF2F2 30%, #EDF2F2 100%);
    margin-bottom: 60px;
}

.citacao {
	background: 
		url(assets/images/citacao-left.svg) left top no-repeat, 
		url(assets/images/citacao-right.svg) right bottom no-repeat;
		padding: 5%;
}

.bg-half-green-vert {
	padding: 80px 0;
	background: linear-gradient(to bottom, #00996D 0%, #00996D 70%, white 70%, white 100%);
}

.numeros figure {
	height: 100px;
}
.numeros .numero {
	font-size: 82px;
	color: #fff;
	font-weight: bold;
	margin: 0;
}
.numeros .legenda {
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	margin: 0;
}

.numeros .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    z-index: 1;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    border: 0;
    cursor: pointer;
    margin-top: -16px;
    transition: all .2s
}	
.numeros .slick-arrow:hover {
    transform: scale(1.2);
}

.numeros .slick-prev {
    background: url(assets/images/seta.svg) no-repeat !important;
    left: 30px !important;
}

.numeros .slick-next {
    background: url(assets/images/seta.svg) no-repeat !important;
    right: 30px !important;
    transform: rotate(180deg) !important;
}
.banner-home .slick-next:hover {
	background: url(assets/images/seta.svg) no-repeat !important;
    transform: rotate(180deg) !important;
}

.texto-destaque {
	padding: 60px 0;
}
.texto-destaque h2 {
	margin-top: 0;
}
.texto-destaque p {
	margin-top: 0;
}
.texto-destaque-ac {
	padding: 60px 0;
}

.link-texto a {
	color: #00996D;
	text-decoration: none;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 13px;
    font-weight: normal;
    display: block;
	margin-bottom: 10px;
}
.wpcf7-response-output {
    display: block;
	margin-top: 60px !important;
    font-size: 13px;	
}
#footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
	#footer-menu li {
		margin: 0 15px;
	}
	#footer-menu li:first-child {
		margin-left: 0;
	}
	#footer-menu a {
		text-decoration: none;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
	}
	#footer-menu a:hover {
		color: #00996d;
	}

.bottom-footer .wrap {
	border-top: 1px solid #204c64;
	margin-top: 30px;
	padding-top: 30px;
    display: flex;
    justify-content: space-between;	
}

.half-green-left-right {
	padding: 80px 0;
	background: linear-gradient(to right, #EDF2F2 0%, #EDF2F2 70%, white 70%, white 100%);	
}

.download {
	padding: 60px 0;
}
	.download h3 {
		font-size: 53px;
		color: #00314E;
		margin-top: 0;
	}
	.download ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.download ul li {
		width: 30%;
	}
	.download ul a {
		display: flex;
		align-items: center;
		background: url(assets/images/ico-arquivo.svg) left center no-repeat;
		padding-left: 90px;
		height: 82px;
		color: #000;
		text-decoration: none;
		font-size: 17px;
		font-weight: bold;
	}
		.download ul a:hover {
			color: #00996D;
		}
.caracteristica h4 {
	margin-bottom: 0;
}
.governanca {
	position: relative;
	padding: 60px 0 0 0;
}
.governanca::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(assets/images/grafismo-governanca.svg) no-repeat;
	background-size: 520px auto;
	width: 520px;
	height: 172px;	
}
	.governanca .wrap {
		max-width: 1000px;
		background-color: #EDF2F2;
		padding: 60px 0 140px 0;
	}
	.governanca h4 {
		color: #00996D;
		font-size: 52px;
		text-align: center;
		margin-top: 0;
	}
	.governanca ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	.governanca li {
		text-align: center;
	}
	.governanca li span {
		font-size: 17px;
	}
	.governanca li img {
		display: block;
		margin: 0 auto 20px auto;
	}
	.image-out {
		margin-top: -80px;
	}

.box-perfil {
	padding: 60px 0;
}
	.box-perfil h3 {
	    font-size: 17px;
	    letter-spacing: 8px;
	    text-transform: uppercase;
	    padding-bottom: 30px;	
	    text-align: center;		
	}
.box-perfil h4 {
	margin-bottom: 0;
}
	.box-perfil .bg-verde {
		background-color: #00996D;
		padding: 5% 10% 5% 5%;
		color: #fff;
	}
	.box-perfil .bg-azul {
		background-color: #00314E;
		padding: 5% 10% 5% 5%;
		color: #fff;
	}
	.box-perfil .bg-verde-claro {
		background-color: #D7E6E5;
		padding: 5% 10% 5% 5%;
	}
	.box-perfil .bg-verde-claro h4 {
		color: #00996D;
	}
.trabalhe-conosco {
    background: url(assets/images/grafismo.svg) left bottom no-repeat;	
}
.trabalhe-conosco h4 {
	margin-bottom: 30px;
}

.negative-margin {
	margin-top: -60px !important;
}
.importante {
	padding: 0;
}
.importante h4,
.importante p {
	margin-bottom: 0;
}
.importante .wp-block-group__inner-container {
	padding: 2% 0 2% 4%;
	background-color: transparent;
	border-left: 10px solid #00996D;
}
.wp-block-separator {
	border: none;
	height: 1px;
	background-color: #b9c1c3;
	margin-top: 3em;
}
.grafismo-right-bottom,
.grafismo-grupo-rivo {
	position: relative;
}
.grafismo-grupo-rivo:after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	top: 13%;
	background: url(assets/images/grafismo-grupo-rivo.svg) no-repeat;
    background-size: 100% auto;
    width: 446px;
	height: 172px;
}
.grafismo-right-bottom:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(assets/images/grafismo-carreira.svg) no-repeat;
	background-size: 560px auto;
	width: 560px;
	height: 172px;
}
.internas {
	padding-top: 40px;
}
.box-perfil :where(.wp-block-columns.is-layout-flex) {
	gap: 1em;
}
.box-perfil :where(.wp-block-columns) {
	margin-bottom: 1em;
}
.btn-linkedin img {
	margin-right: 10px;
}
@media screen and (min-width: 1261px) {
	.site-header .menu {
		display: flex;
		list-style: none;
	}
}
@media screen and (max-width: 1259px) {
	.site-header .menu {
		position: absolute;
		top: 100px;
		left: 0;
		background-color: #00996D;
		width: 100%;
		z-index: 1;
		text-align: center;
		padding: 30px 0;
	}
	.site-header .menu a {
		color: #fff;
	}	
	.site-header .menu a:hover {
		color: #00314E;
	}	
	.site-header .menu li {
		margin-left: 0;
	}
}
@media screen and (max-width: 1000px) {
    .site-header .menu-item-59 a,
    body:not(.home) .site-header .menu-item-59 a {
        background: url(assets/images/user_ico_white.svg) left 20px center no-repeat;
        border: none;
    }
	.colunas,
	.box-numeros ul,
	.box-solucoes ul,
	#footer-menu,
	.bottom-footer .wrap,
	.box-solucoes ul li,
	.download ul {
		flex-direction: column;
	}
	.download ul {
		align-items: baseline;
	}
	.col,
	.box-numeros li,
	.box-solucoes ul li,
	.w65,
	.download ul li {
		width: 100% !important;
		margin-bottom: 20px;
	}
	.box-quem-somos,
	.box-investidor,
	.bg-verde-out {
		background: #EDF2F2; 
	}
	.box-numeros li span.numero {
		font-size: 60px; 
	}
	.banner-home .slick-list, .banner-home .slick-track {
		height: 100vh;
	}
	.banner-home .wrap-texto {
		width: 100%;	
	}
	.banner-home h1 {
		font-size: 36px;
		text-align: center;
		padding: 5%;
	}
	.banner-home h1:before,
	.box-quem-somos::after,
	.box-investidor::after,
	.grafismo-credito:after,
	.governanca::before,
	.grafismo-right-bottom:after,
	.grafismo-grupo-rivo::after {
		display: none;
	}
	.box-quem-somos h2,
	.box-investidor h2,
	.form-captacao h4 {
	    font-size: 58px;
	}
	.box-quem-somos p,
	.box-solucoes p,
	.box-investidor p,
	.form-captacao .col-left p {
		font-size: 17px;
	}	
	.box-quem-somos .col-img {
		margin-top: 30px;
	}
	.box-quem-somos,
	.box-solucoes,
	.box-investidor,
	.box-numeros,
	.form-captacao,
	.historia {
		padding: 60px 0;
		margin: 0;
	}
	.box-solucoes ul { 
		margin-top: 60px;
	}
	.bg-half-green .wp-block-group__inner-container {
		padding: 60px 30px;
	}	
	.box-solucoes ul li {
		align-items: baseline;
	}
	.wp-block-spacer {
		display: none !important;
	}
	.box-solucoes h2 {
		padding-bottom: 0;
		line-height: 1.5;
	}	
	.box-numeros h3 {
		line-height: 1.5;		
	}
	.box-solucoes span.contador {
		margin-bottom: 10px;
		font-size: 30px;
	}	
	.box-investidor .col-img {
		margin-bottom: 30px;
	}
	.box-numeros li,
	.box-solucoes ul li {
		margin-bottom: 30px;
	}
	.box-numeros li span.numero,
	.box-numeros li span.legenda {
		text-align: left;
	}
	#footer-menu {
		margin-bottom: 30px;
	}
	#footer-menu li {
		margin: 0;
	}
	.header-internas {
	    background: #00314e !important;
		background-image: none !important;
	}
	.header-internas .wrap {
	    height: 150px;
	}
	.internas h2 {
		font-size: 36px !important;
	}
	.internas h3 {
		font-size: 32px !important;
	}
	.internas h4,
	.internas h5 {
		font-size: 26px !important;
	}	
	.internas p {
		font-size: 18px !important;
	}
	.internas ul.wp-block-list {
		list-style-position: inside;
	}
	.internas ul.wp-block-list li {
		font-size: 17px;
    	margin: 20px 0;
	}
	.mvv {
		padding-bottom: 60px;
	}
	.historia h5 {
		font-size: 36px;
	}	
	.internas ul.green-bullets {
		margin: 0;
	}
	body .is-layout-flex {
		display: block;
	}
	.bg-half-green {
		margin-bottom: 60px;
	}
	.padding-left-10 {
		padding-left: 0 !important;
	}	
	.wp-block-buttons {
		margin-bottom: 30px;
	}
	.wp-block-image img {
		display: block;
	}
	.wp-block-image .alignright {
		float: none;
		margin: 0 0 30px 0;
	}
	.bg-verde-out {
		margin-bottom: 0;
	}
	.half-green-left-right {
		padding: 40px 0;
		background: #EDF2F2;
	}
	.page-id-28 .internas {
		padding: 0;
	}
	.caracteristica h3 {
		font-size: 18px !important;
		margin-bottom: 60px;
	}
	.caracteristica h4 {
		margin-top: 20px;
	}
	.caracteristica * {
		text-align: center;
	}
	.governanca {
		padding: 0;
	}	
	.download h3,
	.governanca h4 {
		font-size: 36px;
	}
	.governanca ul {
		flex-direction: column;
	}
	.governanca ul {
		flex-direction: column;
	}
	.governanca ul li {
		margin-top: 20px;
	}
	.image-out {
		display: none;
	}
	.box-perfil {
		padding-top: 1px;
	}
	.box-perfil .bg-verde,
	.box-perfil .bg-azul,
	.box-perfil .bg-verde-claro {
		padding: 40px;
	}
	.box-perfil .bg-verde p {
		margin-bottom: 0;
	}
	.box-perfil .bg-verde-calaro {
		padding: 40px;
	}
	.box-perfil .bg-verde-claro p {
		margin-bottom: 0;
	}
	.box-perfil .wp-block-columns {
		margin-bottom: 1px;
	}
	.trabalhe-conosco {
		background: none;
	}
	.trabalhe-conosco {
		background: none;
	}
	.trabalhe-conosco h4 {
		margin-top: 30px;
	}
	.header-internas .wrap h1 {
		font-size: 36px;
	}
	.wp-block-contact-form-7-contact-form-selector {
		display: inline-block;
	}
	.texto-destaque {
		padding-top: 0;
	}
	.numeros p.numero {
		font-size: 46px !important;
	}
	.numeros p.legenda {
		margin-bottom: 30px;
	}
	.bg-half-green-vert {
		background: #00996D;
		margin-bottom: 60px;
	}	
	.wp-block-cb-carousel .slick-prev {
		top: 52%;
	}
	.page-id-57 .texto-destaque-ac {
		padding-top: 0;
	}
	.bg-half-green h3,
	.box-perfil h3 {
		font-size: 22px !important;
	}
	.historia h6 {
    	font-size: 48px; 
	}
	.form-captacao h4 {
		font-size: 36px !important;
	}	
	.governanca ul li:first-child {
		margin-bottom: 30px;
	}
	.governanca .wrap {
		padding-bottom: 60px;
	}
	.magin-t30-mobile {
		margin-top: 30px !important;
	}
	.wp-block-image {
		margin-bottom: 30px;
	}
	body:not(.home) .site-header .menu a {
    	color: #fff;
	}
	.w65 .wp-block-group__inner-container {
		width: 100%;
	}	
}
@media screen and (max-width: 800px) {
	.header-internas:after {
		display: none;
	}
}

@media screen and (max-width: 800px) {
	.box-solucoes {
		background: #02314f url(assets/images/bg-solucoes-min.jpg) top center no-repeat;
		padding: 100px 0;
		color: #fff;
	}
	.p-r-20 {
		padding-right: 0 !important;
	}
}