@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);/**
 * Remove top margin from first child and bottom margin from last child.
 */
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com
 */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
	margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
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;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
	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.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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; /* 1 */
	outline-offset: -2px; /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-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; /* 1 */
	font: inherit; /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: Open Sans, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}
/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #EBEBEB;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #EBEBEB;
}
button,
[role="button"] {
  cursor: pointer;
}
/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
:-moz-focusring {
	outline: auto;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}
*, ::before, ::after{
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(245, 245, 245, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.container{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
@media (min-width: 640px){
	.container{
		max-width: 640px;
	}
}
@media (min-width: 768px){
	.container{
		max-width: 768px;
		padding-right: 16px;
		padding-left: 16px;
	}
}
@media (min-width: 992px){
	.container{
		max-width: 992px;
	}
}
@media (min-width: 1024px){
	.container{
		max-width: 1024px;
	}
}
@media (min-width: 1280px){
	.container{
		max-width: 1280px;
	}
}
@media (min-width: 1360px){
	.container{
		max-width: 1360px;
	}
}
@media (min-width: 1440px){
	.container{
		max-width: 1440px;
	}
}
@media (min-width: 1600px){
	.container{
		max-width: 1600px;
	}
}
@media (min-width: 1740px){
	.container{
		max-width: 1740px;
	}
}
@media (min-width: 1920px){
	.container{
		max-width: 1920px;
	}
}
body {
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: Open Sans, sans-serif;
  font-size: clamp(1.1rem, 1.2vw, 1.25rem);
}
@media (min-width: 992px){
	body{
		font-size: clamp(1rem, 1rem, 1.1rem);
	}
}

@media (min-width: 1920px) {
  .container {
    max-width: 1540px;
  }
}
@media (min-width: 1660px) and (max-width: 1920px) {
  .container {
    max-width: 1540px;
  }
}
@media (min-width: 1536px) and (max-width: 1659px) {
  .container {
    max-width: 1296px;
  }
}
@media (min-width: 1365px) and (max-width: 1535px) {
  .container {
    max-width: 1296px;
  }
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

/* Handle */
::-webkit-scrollbar-thumb{
	--tw-bg-opacity: 1;
	background-color: rgba(148, 148, 148, var(--tw-bg-opacity));
  border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media (max-width: 992px) {
  .container {
    max-width: 94vw;
  }
  .container._no-container-mobile {
    max-width: 100vw;
  }
  .container._no-container-mobile{
		padding: 0px;
	}
}

._transition{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

input{
	padding-top: 1rem;
	padding-bottom: 1rem;
	outline: 2px solid transparent;
	outline-offset: 2px;
}

@media (min-width: 992px){
	input{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	input{
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (min-width: 768px) {
  .wow {
    visibility: hidden;
  }
}

._remove-br br{
	display: none;
}

@media (min-width: 992px){
	._remove-br br{
		display: block;
	}
}

#header{
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
#header .content{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
@media (min-width: 992px){
	#header .content{
		justify-content: space-between;
	}
}
#header .content .logo{
	width: 25%;
}
#header .content .nav-menu{
	display: flex;
	width: 75%;
	align-items: center;
}
#header .menu-menu-header-container{
	width: 100%;
}
#header #menu-menu-header{
	position: absolute;
	z-index: 50;
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: space-around;
}
@media (min-width: 992px){
	#header #menu-menu-header{
		position: relative;
	}
	#header #menu-menu-header{
		flex-direction: row;
	}
}
#header #menu-menu-header .menu-item a{
	display: block;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: clamp(1rem, 1rem, 1.1rem);
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.05em;
	--tw-text-opacity: 1;
	color: rgba(0, 16, 70, var(--tw-text-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 200ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#header #menu-menu-header .menu-item a:hover{
	--tw-text-opacity: 1;
	color: rgba(194, 41, 164, var(--tw-text-opacity));
	text-decoration: underline;
}
#header #menu-menu-header .menu-item.menu-item-has-children{
	position: relative;
}
#header #menu-menu-header .menu-item.menu-item-has-children::after {
  content: "";
  background-image: url("../../img/icons/arrow-header-menu.svg");
  position: relative;
  right: -1.5rem;
  top: -0.125rem;
  height: 2.5rem;
  width: 2.5rem;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px){
	#header #menu-menu-header .menu-item.menu-item-has-children::after{
		position: absolute;
	}
}
#header #menu-menu-header .menu-item.menu-item-has-children::after {
  background-size: 100%;
}
@media screen and (max-width: 992px) {
  #header #menu-menu-header .menu-item.menu-item-has-children::after {
    background-size: 52px;
  }
}
#header #menu-menu-header .menu-item.menu-item-has-children:hover .sub-menu{
	display: grid;
}
#header #menu-menu-header .menu-item.menu-item-has-children .sub-menu{
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 2rem;
	display: none;
	width: 520px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	border-radius: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 1rem;
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#footer{
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(29, 79, 145, var(--tw-bg-opacity));
	padding-top: 2rem;
	padding-bottom: 2rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
#footer .title-block{
	margin-bottom: 1rem;
	border-left-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(194, 41, 164, var(--tw-border-opacity));
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 1rem;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.05em;
}
#footer .widget.footer-endereco{
	margin-bottom: 0.5rem;
	width: 75%;
	padding-left: 1.25rem;
}
#footer .widget.footer-endereco .wp-block-image{
	display: flex;
	align-items: center;
	gap: 0.75rem;
}
#footer .widget.footer-endereco .wp-block-image img{
	display: flex;
	height: auto;
  width: 20px !important;
}
#footer .widget.footer-endereco .wp-block-image .wp-element-caption{
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	padding-top: 0.5rem;
	font-size: clamp(1rem, 1rem, 1.1rem);
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
}
#footer .widget.footer-endereco p{
	font-size: clamp(0.85rem, 0.8vw, 0.9rem);
	line-height: 1.625;
}
#footer .menu-menu-footer-container{
	width: 100%;
}
#footer #menu-menu-footer{
	display: flex;
	flex-direction: column;
}
#footer #menu-menu-footer .menu-item{
	padding-left: 0.5rem;
}
#footer #menu-menu-footer .menu-item a{
	margin-bottom: 0.5rem;
	display: flex;
	font-size: clamp(0.85rem, 0.8vw, 0.9rem);
	line-height: 1.625;
}
#footer #menu-menu-footer .menu-item a:hover{
	text-decoration: underline;
}
#footer #menu-menu-footer .menu-item a::before {
  content: "";
  background-image: url("../../img/icons/arrow-footer-menu.svg");
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  --tw-rotate: -90deg;
  transform: var(--tw-transform);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 992px) {
  #footer #menu-menu-footer .menu-item a::before {
    background-size: 52px;
  }
}
#footer #menu-midias{
	display: flex;
	gap: 1rem;
	padding-left: 1rem;
}
#footer #menu-midias .menu-item{
	display: flex;
	height: 2rem;
	width: 2rem;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	line-height: 1;
}
#footer #menu-midias .menu-item .fa{
	--tw-text-opacity: 1;
	color: rgba(29, 79, 145, var(--tw-text-opacity));
}

.box-gradient{
	position: relative;
	border-radius: 0.75rem;
	padding: 0.125rem;
	--tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
	filter: var(--tw-filter);
  position: relative;
  background: linear-gradient(to right, #55bdc5, #e32886);
}
.box-gradient .module{
	position: relative;
	border-radius: 0.75rem;
	padding: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
  background: linear-gradient(to bottom, #002f6b, #001347);
}

.title-sec{
	position: relative;
	margin-bottom: 2rem;
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0.05em;
	--tw-text-opacity: 1;
	color: rgba(0, 16, 70, var(--tw-text-opacity));
}
.title-sec span::after {
  content: "";
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  display: block;
  height: 0.125rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(194, 41, 164, var(--tw-bg-opacity));
  background: linear-gradient(to right, #55bdc5, #e32886);
}

.btn-gradient{
	position: relative;
	border-radius: 9999px;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	--tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
	filter: var(--tw-filter);
}
.btn-gradient._orange{
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(247, 150, 29, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-gradient._white{
	--tw-text-opacity: 1;
	color: rgba(0, 16, 70, var(--tw-text-opacity));
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #55bdc5, #e32886) border-box;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.btn-gradient._white:hover {
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #e32886, #55bdc5) border-box;
  transition: all 0.3s ease-in-out;
}
.btn-gradient._tertiary{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
  background: linear-gradient(#1d4f91, #1d4f91) padding-box, linear-gradient(to right, #55bdc5, #e32886) border-box;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.btn-gradient._tertiary:hover {
  background: linear-gradient(#1d4f91, #1d4f91) padding-box, linear-gradient(to right, #e32886, #55bdc5) border-box;
  transition: all 0.3s ease-in-out;
}

.card-gradient{
	position: relative;
	border-radius: 0.75rem;
	padding: 0.125rem;
	--tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
	filter: var(--tw-filter);
  position: relative;
  background: linear-gradient(to right, #55bdc5, #e32886);
}
.card-gradient .module{
	position: relative;
	border-radius: 0.75rem;
	padding: 0.5rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
  background: linear-gradient(to bottom, #fff, #fff);
}

.typ-article{
	font-size: clamp(1rem, 1rem, 1.1rem);
	font-weight: 400;
	line-height: 1.625;
	--tw-text-opacity: 1;
	color: rgba(48, 48, 48, var(--tw-text-opacity));
}
.typ-article *{
	max-width: 100%;
}
.typ-article p{
	margin-bottom: 1.5rem;
	font-size: 36px;
	line-height: 1.375;
}
@media (min-width: 992px){
	.typ-article p{
		font-size: clamp(1rem, 1rem, 1.1rem);
	}
	.typ-article p{
		line-height: 1.5;
	}
}
.typ-article p br{
	position: relative;
	margin-bottom: 1.5rem;
	width: 100%;
}
.typ-article a{
	--tw-text-opacity: 1;
	color: rgba(194, 41, 164, var(--tw-text-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 200ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.typ-article a:hover{
	--tw-text-opacity: 0.7;
	text-decoration: underline;
}
.typ-article h1, .typ-article h2, .typ-article h3, .typ-article h4, .typ-article h5, .typ-article h6{
	margin-bottom: 1rem;
	margin-top: 2.5rem;
}
@media (min-width: 992px){
	.typ-article h1, .typ-article h2, .typ-article h3, .typ-article h4, .typ-article h5, .typ-article h6{
		margin-bottom: 0.5rem;
	}
	.typ-article h1, .typ-article h2, .typ-article h3, .typ-article h4, .typ-article h5, .typ-article h6{
		margin-top: 2rem;
	}
}
.typ-article h1, .typ-article h2{
	font-size: 48px;
	font-weight: 800;
	--tw-text-opacity: 1;
	color: rgba(48, 48, 48, var(--tw-text-opacity));
}
@media (min-width: 992px){
	.typ-article h1, .typ-article h2{
		font-size: 24px;
	}
}
.typ-article h3{
	font-size: 36px;
	font-weight: 800;
	--tw-text-opacity: 1;
	color: rgba(48, 48, 48, var(--tw-text-opacity));
}
@media (min-width: 992px){
	.typ-article h3{
		font-size: clamp(1.25rem, 1.5vw, 1.4rem);
	}
}
.typ-article h4{
	font-size: 36px;
	font-weight: 800;
	--tw-text-opacity: 1;
	color: rgba(48, 48, 48, var(--tw-text-opacity));
}
@media (min-width: 992px){
	.typ-article h4{
		font-size: clamp(1.1rem, 1.2vw, 1.25rem);
	}
}
.typ-article h5{
	font-size: clamp(0.85rem, 0.8vw, 0.9rem);
}
.typ-article h6{
	font-size: clamp(1.25rem, 1.5vw, 1.4rem);
}
@media (min-width: 992px){
	.typ-article h6{
		font-size: clamp(0.7rem, 0.6vw, 0.75rem);
	}
}
.typ-article ul, .typ-article ol{
	margin-bottom: 1.5rem;
	padding-left: 1rem;
}
.typ-article ul li, .typ-article ol li{
	margin-bottom: 0.5rem;
}
.typ-article ul{
	list-style-position: inside;
	list-style-type: disc;
}
.typ-article ol{
	list-style-position: inside;
	list-style-type: decimal;
}
.typ-article .has-large-font-size {
  font-size: 3.25em !important;
  line-height: 1.25 !important;
}
@media (min-width: 992px) {
  .typ-article .has-large-font-size {
    font-size: 1.5em !important;
    line-height: 1.25 !important;
  }
}
.typ-article .has-medium-font-size {
  font-size: 2em !important;
  line-height: 1.25 !important;
}
@media (min-width: 992px) {
  .typ-article .has-medium-font-size {
    font-size: 1em !important;
    line-height: 1.25 !important;
  }
}
.typ-article ::marker{
	margin-right: 5rem;
}
.typ-article .wp-caption-text{
	margin-top: 0.5rem;
	font-size: clamp(0.85rem, 0.8vw, 0.9rem);
	font-style: italic;
}

.typ-text{
	font-size: 32px;
	font-weight: 400;
	line-height: 1.375;
	--tw-text-opacity: 1;
	color: rgba(48, 48, 48, var(--tw-text-opacity));
}

@media (min-width: 992px){
	.typ-text{
		font-size: clamp(1rem, 1rem, 1.1rem);
	}
}

.typ-title-h2{
	font-size: 72px;
	font-weight: 500;
	line-height: 1.25;
	--tw-text-opacity: 1;
	color: rgba(0, 16, 70, var(--tw-text-opacity));
}

@media (min-width: 992px){
	.typ-title-h2{
		font-size: 36px;
	}
}

@media (min-width: 1360px){
	.typ-title-h2{
		font-size: 48px;
	}
}
.typ-title-h2 strong{
	font-weight: 900;
}

.typ-title-h3{
	margin-bottom: 1.5rem;
	font-size: 60px;
	font-weight: 900;
	line-height: 1.25;
	--tw-text-opacity: 1;
	color: rgba(194, 41, 164, var(--tw-text-opacity));
}

@media (min-width: 992px){
	.typ-title-h3{
		font-size: 32px;
	}
}

#page_home .typ-article p{
	margin-bottom: 0.5rem;
	font-size: 24px;
	line-height: 1.5;
}
#page_home .typ-article strong{
	font-weight: 600;
}
#page_home .sec1 .owl-carousel-banner .owl-dots{
	bottom: 5rem;
}
#page_home .sec1 .owl-carousel-banner .owl-item{
	padding-bottom: 0px;
}
#page_home .sec1 .owl-carousel-banner .image-banner img{
	height: 80vh;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
#page_home .owl-carousel-home1{
	padding-left: 2.5rem;
}
#page_home .owl-carousel-home1 .owl-nav{
	display: none;
}
#page_home .owl-carousel-home1 .owl-dots{
	bottom: 0.75rem;
}
#page_home .owl-carousel-home1 .owl-dots .owl-dot{
	--tw-bg-opacity: 1;
	background-color: rgba(29, 79, 145, var(--tw-bg-opacity));
}
#page_home .owl-carousel-home1 .owl-item{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#page_home .owl-carousel-home1 .owl-item img{
	width: 6rem;
}
#page_home .sec4 {
  background-position: 50% 100%;
  background-size: cover;
}
#page_home .sec4 .texto-lateral ul li{
	font-size: 24px;
	font-weight: 500;
}
#page_home .sec4 .line-vertical{
	margin-left: 1rem;
	margin-right: 1rem;
	height: 100%;
	width: 0.125rem;
	border-radius: 0.5rem;
  background: linear-gradient(to bottom, #f7961d, #fff100);
}
#page_home .sec6 .typ-article *{
	font-size: clamp(1rem, 1rem, 1.1rem);
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
#page_home .sec6 .typ-article strong{
	font-weight: 600;
}
#page_home .sec6 .typ-article a{
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	text-decoration: underline;
}

.owl-carousel .owl-nav{
	position: absolute;
	top: 40%;
	left: 0px;
	right: 0px;
	display: flex;
	justify-content: space-between;
}
@media (min-width: 1024px) {
  .owl-carousel .owl-nav{
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
.owl-carousel .owl-nav .owl-next img{
	--tw-rotate: 0deg;
	transform: var(--tw-transform);
}
.owl-carousel .owl-nav .owl-prev img{
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}
.owl-carousel .owl-nav img{
	width: 2rem;
}
@media (min-width: 1024px) {
  .owl-carousel .owl-nav img{
		width: auto;
	}
}
.owl-carousel .owl-dots{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: flex;
	width: 100%;
	justify-content: center;
	-moz-column-gap: 0.5rem;
	     column-gap: 0.5rem;
}
.owl-carousel .owl-dots .owl-dot{
	height: 0.75rem;
	width: 0.75rem;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 16, 70, var(--tw-bg-opacity));
	opacity: 0.3;
}
.owl-carousel .owl-dots .owl-dot.active{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 16, 70, var(--tw-bg-opacity));
	opacity: 1;
}
.owl-carousel .owl-item{
	padding-bottom: 2.5rem;
}
.owl-carousel.owl-theme .owl-item img {
  width: auto;
}

.visible{
	visibility: visible;
}

.static{
	position: static;
}

.fixed{
	position: fixed;
}

.absolute{
	position: absolute;
}

.relative{
	position: relative;
}

.bottom-0{
	bottom: 0px;
}

.right-0{
	right: 0px;
}

.left-0{
	left: 0px;
}

.top-0{
	top: 0px;
}

.z-0{
	z-index: 0;
}

.z-10{
	z-index: 10;
}

.my-16{
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.mx-auto{
	margin-left: auto;
	margin-right: auto;
}

.my-12{
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.-mt-20{
	margin-top: -5rem;
}

.mt-16{
	margin-top: 4rem;
}

.mt-2{
	margin-top: 0.5rem;
}

.mb-2{
	margin-bottom: 0.5rem;
}

.mb-16{
	margin-bottom: 4rem;
}

.flex{
	display: flex;
}

.grid{
	display: grid;
}

.\!grid{
	display: grid !important;
}

.contents{
	display: contents;
}

.hidden{
	display: none;
}

.h-\[240px\]{
	height: 240px;
}

.h-full{
	height: 100%;
}

.h-auto{
	height: auto;
}

.h-\[50\%\]{
	height: 50%;
}

.w-5\/12{
	width: 41.666667%;
}

.w-28{
	width: 7rem;
}

.w-10\/12{
	width: 83.333333%;
}

.w-full{
	width: 100%;
}

.w-9\/12{
	width: 75%;
}

.w-48{
	width: 12rem;
}

.w-\[280px\]{
	width: 280px;
}

.w-\[50\%\]{
	width: 50%;
}

.max-w-5xl{
	max-width: 64rem;
}

.max-w-sm{
	max-width: 24rem;
}

.max-w-3xl{
	max-width: 48rem;
}

.max-w-xl{
	max-width: 36rem;
}

.max-w-none{
	max-width: none;
}

.max-w-4xl{
	max-width: 56rem;
}

.transform{
	transform: var(--tw-transform);
}

.resize{
	resize: both;
}

.grid-cols-2{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-col{
	flex-direction: column;
}

.items-center{
	align-items: center;
}

.justify-start{
	justify-content: flex-start;
}

.justify-center{
	justify-content: center;
}

.justify-between{
	justify-content: space-between;
}

.gap-6{
	gap: 1.5rem;
}

.gap-4{
	gap: 1rem;
}

.gap-20{
	gap: 5rem;
}

.gap-10{
	gap: 2.5rem;
}

.gap-8{
	gap: 2rem;
}

.gap-12{
	gap: 3rem;
}

.gap-24{
	gap: 6rem;
}

.gap-y-6{
	row-gap: 1.5rem;
}

.gap-x-4{
	-moz-column-gap: 1rem;
	     column-gap: 1rem;
}

.rounded-xl{
	border-radius: 0.75rem;
}

.rounded{
	border-radius: 0.25rem;
}

.border{
	border-width: 1px;
}

.border-b{
	border-bottom-width: 1px;
}

.border-gray-500{
	--tw-border-opacity: 1;
	border-color: rgba(148, 148, 148, var(--tw-border-opacity));
}

.bg-tertiary{
	--tw-bg-opacity: 1;
	background-color: rgba(29, 79, 145, var(--tw-bg-opacity));
}

.bg-secondary{
	--tw-bg-opacity: 1;
	background-color: rgba(194, 41, 164, var(--tw-bg-opacity));
}

.bg-gray-400{
	--tw-bg-opacity: 1;
	background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
}

.object-cover{
	-o-object-fit: cover;
	   object-fit: cover;
}

.p-4{
	padding: 1rem;
}

.py-24{
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.px-12{
	padding-left: 3rem;
	padding-right: 3rem;
}

.py-8{
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}

.py-4{
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.px-2{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.py-1{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.pl-4{
	padding-left: 1rem;
}

.pb-16{
	padding-bottom: 4rem;
}

.text-center{
	text-align: center;
}

.text-2xl{
	font-size: 24px;
}

.text-6xl{
	font-size: 60px;
}

.text-lg{
	font-size: clamp(1.1rem, 1.2vw, 1.25rem);
}

.text-3xl{
	font-size: 32px;
}

.text-base{
	font-size: clamp(1rem, 1rem, 1.1rem);
}

.text-5xl{
	font-size: 48px;
}

.font-bold{
	font-weight: 700;
}

.font-semibold{
	font-weight: 600;
}

.font-medium{
	font-weight: 500;
}

.font-normal{
	font-weight: 400;
}

.font-extrabold{
	font-weight: 800;
}

.uppercase{
	text-transform: uppercase;
}

.leading-none{
	line-height: 1;
}

.leading-relaxed{
	line-height: 1.625;
}

.leading-tight{
	line-height: 1.25;
}

.text-primary{
	--tw-text-opacity: 1;
	color: rgba(0, 16, 70, var(--tw-text-opacity));
}

.text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-500{
	--tw-text-opacity: 1;
	color: rgba(148, 148, 148, var(--tw-text-opacity));
}

.text-secondary{
	--tw-text-opacity: 1;
	color: rgba(194, 41, 164, var(--tw-text-opacity));
}

.text-gray-300{
	--tw-text-opacity: 1;
	color: rgba(48, 48, 48, var(--tw-text-opacity));
}

.filter{
	filter: var(--tw-filter);
}

.transition{
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.ease-out{
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.last-of-type\:border-0:last-of-type{
	border-width: 0px;
}

.hover\:bg-gray-200:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.hover\:underline:hover{
	text-decoration: underline;
}
.m-between + .m-between{
	margin-top: 0.25rem;
}
.m-between-0 + .m-between-0{
	margin-top: 0px;
}
.m-between-1 + .m-between-1{
	margin-top: 0.25rem;
}
.m-between-2 + .m-between-2{
	margin-top: 0.5rem;
}
.m-between-3 + .m-between-3{
	margin-top: 0.75rem;
}
.m-between-4 + .m-between-4{
	margin-top: 1rem;
}
.m-between-5 + .m-between-5{
	margin-top: 1.25rem;
}
.m-between-6 + .m-between-6{
	margin-top: 1.5rem;
}
.m-between-8 + .m-between-8{
	margin-top: 2rem;
}
.m-between-10 + .m-between-10{
	margin-top: 2.5rem;
}
.m-between-12 + .m-between-12{
	margin-top: 3rem;
}
.m-between-16 + .m-between-16{
	margin-top: 4rem;
}
.m-between-20 + .m-between-20{
	margin-top: 5rem;
}
.m-between-24 + .m-between-24{
	margin-top: 6rem;
}
.m-between-32 + .m-between-32{
	margin-top: 8rem;
}
.m-between-40 + .m-between-40{
	margin-top: 10rem;
}
.m-between-48 + .m-between-48{
	margin-top: 12rem;
}
.m-between-56 + .m-between-56{
	margin-top: 14rem;
}
.m-between-64 + .m-between-64{
	margin-top: 16rem;
}
.m-between-px + .m-between-px{
	margin-top: 1px;
}

.hm-between + .hm-between{
	margin-left: 0.25rem;
}
.hm-between-0 + .hm-between-0{
	margin-left: 0px;
}
.hm-between-1 + .hm-between-1{
	margin-left: 0.25rem;
}
.hm-between-2 + .hm-between-2{
	margin-left: 0.5rem;
}
.hm-between-3 + .hm-between-3{
	margin-left: 0.75rem;
}
.hm-between-4 + .hm-between-4{
	margin-left: 1rem;
}
.hm-between-5 + .hm-between-5{
	margin-left: 1.25rem;
}
.hm-between-6 + .hm-between-6{
	margin-left: 1.5rem;
}
.hm-between-8 + .hm-between-8{
	margin-left: 2rem;
}
.hm-between-10 + .hm-between-10{
	margin-left: 2.5rem;
}
.hm-between-12 + .hm-between-12{
	margin-left: 3rem;
}
.hm-between-16 + .hm-between-16{
	margin-left: 4rem;
}
.hm-between-20 + .hm-between-20{
	margin-left: 5rem;
}
.hm-between-24 + .hm-between-24{
	margin-left: 6rem;
}
.hm-between-32 + .hm-between-32{
	margin-left: 8rem;
}
.hm-between-40 + .hm-between-40{
	margin-left: 10rem;
}
.hm-between-48 + .hm-between-48{
	margin-left: 12rem;
}
.hm-between-56 + .hm-between-56{
	margin-left: 14rem;
}
.hm-between-64 + .hm-between-64{
	margin-left: 16rem;
}
.hm-between-px + .hm-between-px{
	margin-left: 1px;
}
@media (min-width: 992px){
	.lg\:hidden{
		display: none;
	}
	.lg\:w-4\/12{
		width: 33.333333%;
	}
	.lg\:w-5\/12{
		width: 41.666667%;
	}
	.lg\:w-3\/12{
		width: 25%;
	}
	.lg\:w-6\/12{
		width: 50%;
	}
	.lg\:w-full{
		width: 100%;
	}
	.lg\:max-w-xs{
		max-width: 20rem;
	}
	.lg\:flex-row{
		flex-direction: row;
	}
	.lg\:gap-2{
		gap: 0.5rem;
	}
	.lg\:text-sm{
		font-size: clamp(0.85rem, 0.8vw, 0.9rem);
	}
	.lg\:text-3xl{
		font-size: 32px;
	}
}