/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

.flex-contacts{
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-contacts li{
  list-style: none!important;
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/



.tabela-to-responsive{
  overflow-x: auto;
}

.lg\:px-8.conteudo-pagina h1 {
  font-size: 18px;
}



/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
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)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

* {
  transition: .3s all ease-out;
}

html {
  font-family: Open Sans Regular, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

section#options {
  padding-bottom: 50px;
}

.wpcf7-form .form-grid{
  margin: 40px 0;
}

.wpcf7-form .form-grid * {
  padding: 2px 0!important;
}

.wpcf7-form .form-grid input:not([type='file']):not([type='submit']) {
  padding-left: 20px!important;
}

span.cf7ic_instructions {
  padding: width;
  /* background: red; */
  min-width: 330px;
  width: 400px;
  margin: auto;
}

.contents-services {
  gap: 20px;
  align-items: baseline!Important;
}

.content-services-box{
  padding: 20px 20px 40px;
}

.card-show-services{
  width: 400px;
  /* display: grid; */
  /* justify-content: center; */
  box-shadow: 1px 1px 5px 0px #0000003d;
  border-radius: 10px;
  text-align: center;
}

.title-services{
  background: #075EA1;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 20px;
  position: relative;
  padding: 20px;
  font-family: Open Sans Bold, sans-serif;
}

.page-services a {
  background: #D0DD28;
  border: none;
  padding: 2rem;
  font-size: 20px;
  align-items: center;
  gap: 10px;
}

.page-services a:hover{
  background: #f8f8f8;
  box-shadow: 0px 0px 1px 1px #075EA1;
  color: #075EA1;
}

.page-services a.servicospf, .page-services a.servicospj{
  padding: 2.5rem 5rem;
}

.excerpt-services {
  padding-bottom: 20px;
}

.excerpt-services > p {
  margin: 16px 0;
}

.excerpt-services > p > a {
  text-decoration: underline;
  color: #0000FF;
}

.excerpt-services > .table > table > tbody > tr > td > a {
  color: #0000FF;
}

.excerpt-services > ul {
  list-style: disc;
  margin: 16px 0;
  padding: 0 0 0 40px
}

@media (max-width: 1024px){
  .wpcf7-form .form-grid{
    margin: auto;
    text-align: center;
    padding: 10px!important;
  }

  .flex.justify-between.lg\:justify-center.items-center.mb-9.px-9.lg\:px-0 {
    align-items: baseline;
  }

  footer.bg-graySecondary.border-t-4.border-accent{
    padding: 0 30px;
  }
  
}

@media (max-width:768px){

  .title-services{
    font-size: 16px;
  }

  .page-services a {
    background: #D0DD28;
    border: none;
    padding: 2rem;
    font-size: 16px;
  }

  /* .wpcf7-form .form-grid{
    margin: 40px 0;
    text-align: center;
    padding: 10px!important;
  } */

  .lg\:px-8.conteudo-pagina h1 {
    font-size: 16px;
  }

  .conteudo-pagina p {
    font-size: 14px!important;
  }

  input.wpcf7-form-control.has-spinner.wpcf7-submit.button-primary {
    padding: 11px!important;
  }

  span.wpcf7-form-control-wrap.kc_captcha {
    padding: 10px!important;
  }

}

@media (min-width: 1250px) {
  .container {
    max-width: 1250px;
  }

}

.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
}

.shape {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 20px;
}

.title-section {
  margin-bottom: 2.25rem;
  text-align: center;
  font-family: Open Sans Bold, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.item-option {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.item-option:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(208 221 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(7 94 161 / var(--tw-text-opacity));
}

.arrows-principal-slide {
  position: absolute;
  display: flex !important;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bloco-comissoes-hover {
  padding: 0 10px;
  border-radius: 10px;
}

.bloco-comissoes-hover:hover{
  background-color: #d0dd28;
}



.badge {
  margin-left: -0.625rem;
  margin-bottom: 0.5rem;
  display: inline-flex;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(208 221 40 / var(--tw-bg-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-family: Open Sans Bold, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(7 94 161 / var(--tw-text-opacity));
}

h3.text-accent.font-semibold.text-sm{
  font-size: 14px;
  padding-bottom: 5px;
}

.text-accent {
  font-size: 14px;
  padding-bottom: 5px;
}

@media (max-width: 800px){
  .title-services {
    padding: 10px 65px;
}
}

@media (max-width: 375px) {
  .badge {
    margin-left: -0px;
  }
}

.badge-alt {
  --tw-bg-opacity: 1;
  background-color: rgb(7 94 161 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(208 221 40 / var(--tw-text-opacity));
}

.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(7 94 161 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Open Sans Bold, sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(208 221 40 / var(--tw-text-opacity));
}

.button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(208 221 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(7 94 161 / var(--tw-text-opacity));
}

.button-link {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ffffff85;
  justify-content: center;
  border-radius: 9999px;
  font-family: Open Sans Bold, sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(208 221 40 / var(--tw-text-opacity));
  padding: 5px 10px;
}

.button-link:hover{
  background: #d0dd28;
  color: #000000;
}

.button-link:hover .fill-accent {
  fill: #000000;
}

.button-primary:hover svg {
  fill: #075EA1;
}

.centralized {
  width: 100%;
}

@media (min-width: 1250px) {
  .centralized {
    max-width: 1250px;
  }
}

.centralized {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

@media (min-width: 768px) {

  .centralized {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .centralized {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 375px) {
  .centralized {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

footer.bg-graySecondary.border-t-4.border-accent{
  padding: 0 10px;
}


.regioes-card {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
}

.regioes-card:hover {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(7 94 161 / var(--tw-border-opacity));
}

.youtube-card:hover img {
  opacity: 0.8;
  --tw-blur: blur(4px);
  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);
}

.youtube-card:hover .play {
  opacity: 1;
}

.input-container {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.text-input {
  height: 50px;
  width: 100%;
  border-radius: 9999px;
  border-style: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Open Sans Regular, sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
  outline-color: #075EA1;
}

.text-input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-area {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 20px;
  width: 100%;
  resize: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  outline-color: #075EA1;
}

.text-area::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-area::placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.wrapper p {
  margin-bottom: 1.25rem;
  font-family: Open Sans Regular, sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.wrapper :is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 1.25rem;
  font-family: Open Sans Bold, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.wrapper a {
  font-family: Open Sans Bold, sans-serif;
  font-weight: 600;
  word-wrap: break-word;
  --tw-text-opacity: 1;
  color: rgb(7 94 161 / var(--tw-text-opacity));
}

.wrapper ul {
  list-style-type: disc;
  padding-left: 1.25rem;
}

.wrapper ul li {
  margin-bottom: 1rem;
}

.social-small {
  display: block;
  border-radius: 9999px;
}

.social-small:hover svg {
  fill: #D0DD28;
}

.tag {
  margin: 2px;
  display: inline-flex;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(7 94 161 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Open Sans Bold, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(7 94 161 / var(--tw-text-opacity));
}

.tag:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 94 161 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .tag {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.box-email {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 20px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.box-email:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 94 161 / var(--tw-bg-opacity));
}

.box-email:hover p,  .box-email:hover span {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.card-inscricao {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 47px;
  padding-right: 47px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.card-inscricao:hover {
  opacity: 0.7;
}

.card-inscricao:nth-child(6n+1) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 99 93 / var(--tw-bg-opacity));
}

.card-inscricao:nth-child(6n+2) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 152 157 / var(--tw-bg-opacity));
}

.card-inscricao:nth-child(6n+3) {
  --tw-bg-opacity: 1;
  background-color: rgb(189 138 181 / var(--tw-bg-opacity));
}

.card-inscricao:nth-child(6n+4) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 194 101 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  /* color: rgb(7 94 161 / var(--tw-text-opacity)); */
}

.card-inscricao:nth-child(6n+5) {
  --tw-bg-opacity: 1;
  background-color: rgb(236 143 151 / var(--tw-bg-opacity));
}

.card-inscricao:nth-child(6n+6) {
  --tw-bg-opacity: 1;
  background-color: rgb(138 189 88 / var(--tw-bg-opacity));
}

.menu-side--item {
  display: flex;
  flex: 1 1 0%;
  border-bottom-width: 4px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Open Sans Bold, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.menu-side--item:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width:820px){
  .card-show-services{
    width: 330px;
  }
}

@media (min-width: 1024px) {

  .menu-side--item {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left-width: 4px;
    border-bottom-width: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.menu-side li:nth-child(6n+1) .menu-side--item {
  --tw-border-opacity: 1;
  border-color: rgb(239 99 93 / var(--tw-border-opacity));
}

.menu-side li:nth-child(6n+1) .menu-side--item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 99 93 / var(--tw-bg-opacity));
}

.menu-side li:nth-child(6n+2) .menu-side--item {
  --tw-border-opacity: 1;
  border-color: rgb(0 152 157 / var(--tw-border-opacity));
}

.menu-side li:nth-child(6n+2) .menu-side--item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 152 157 / var(--tw-bg-opacity));
}

.menu-side li:nth-child(6n+3) .menu-side--item {
  --tw-border-opacity: 1;
  border-color: rgb(138 189 88 / var(--tw-border-opacity));
}

.menu-side li:nth-child(6n+3) .menu-side--item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(138 189 88 / var(--tw-bg-opacity));
}

.menu-side li:nth-child(6n+4) .menu-side--item {
  --tw-border-opacity: 1;
  border-color: rgb(249 194 101 / var(--tw-border-opacity));
}

.menu-side li:nth-child(6n+4) .menu-side--item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 194 101 / var(--tw-bg-opacity));
}

.menu-side li:nth-child(6n+5) .menu-side--item {
  --tw-border-opacity: 1;
  border-color: rgb(236 143 151 / var(--tw-border-opacity));
}

.menu-side li:nth-child(6n+5) .menu-side--item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 143 151 / var(--tw-bg-opacity));
}

.menu-side li:nth-child(6n+6) .menu-side--item {
  --tw-border-opacity: 1;
  border-color: rgb(189 138 181 / var(--tw-border-opacity));
}

.menu-side li:nth-child(6n+6) .menu-side--item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(189 138 181 / var(--tw-bg-opacity));
}

.menu-side .menu-side--item.active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(7 94 161 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(7 94 161 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.slick-dots {
  position: absolute;
  bottom: 1.25rem;
  display: flex;
  align-items: center;
}

.slick-regioes .slick-dots,  .slick-events .slick-dots {
  bottom: -2.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .slick-regioes .slick-dots,  .slick-events .slick-dots {
    width: auto;
  }
}

.slick-regioes .slick-dots button,  .slick-events .slick-dots button {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}

.slick-regioes .slick-dots .slick-active button,  .slick-events .slick-dots .slick-active button {
  --tw-bg-opacity: 1;
  background-color: rgb(7 94 161 / var(--tw-bg-opacity));
  opacity: 1;
}

.collapse:not(.show) {
  display: none;
}

.accordion-indicator {
  margin-top: 0.5rem;
  display: block;
  height: 1rem;
  width: 1rem;
  background-image: url('../icons/plus.svg');
  background-repeat: no-repeat;
}

.accordion-button[aria-expanded="true"] .accordion-indicator {
  margin-top: 0.5rem;
  display: block;
  height: 1rem;
  width: 1rem;
  background-image: url('../icons/minus.svg');
  background-repeat: no-repeat;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

table thead {
  --tw-bg-opacity: 1;
  background-color: rgb(7 94 161 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

table thead tr th {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  font-family: Open Sans Bold, sans-serif;
  font-weight: 700;
}

@media (min-width: 1024px) {
  table thead tr th {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

table tbody tr {
  text-align: center;
}

table tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

table tbody tr td {
  border-width: 1px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

table tbody tr td:first-child {
  border-left-width: 0px;
  padding: 15px;
}

table tbody tr td:last-child {
  border-right-width: 0px;
  padding: 15px;
}

@media (min-width: 1024px) {
  table tbody tr td {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.panner {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 50;
  height: 100vh;
  width: 75%;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), 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-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.panner.active {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), 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));
}

.filter {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 40;
  display: none;
  height: 100vh;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.75;
}

.filter.active {
  display: block;
}

.menu li {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.menu li:hover .sub-menu {
  display: block;
}

.sub-menu {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 20px;
  position: absolute;
  left: 0px;
  z-index: 20;
  margin-top: 0.75rem;
  display: none;
  width: 13rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#menu-menu-do-topo-1 li.menu-item  ul.sub-menu li > ul{
  display: none;
}

#menu-menu-do-topo-1 li.menu-item  ul.sub-menu li:hover > ul{
  display: initial;
  left: 16rem;
  top: -15px;
  background: rgb(248 248 248 / var(--tw-bg-opacity));
}

.submenu-mobile {
  display: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

.menu-mobile li:hover .submenu-mobile {
  display: block;
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.right-5 {
  right: 1.25rem;
}

.-bottom-\[18px\] {
  bottom: -18px;
}

.right-8 {
  right: 2rem;
}

.-left-3\.5 {
  left: -0.875rem;
}

.-left-3 {
  left: -0.75rem;
}

.-right-3\.5 {
  right: -0.875rem;
}

.-right-3 {
  right: -0.75rem;
}

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

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-8 {
  grid-column-start: 8;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

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

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

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

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

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

.mb-3 {
  margin-bottom: 0.75rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

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

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

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

.ml-1\.5 {
  margin-left: 0.375rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-4 {
  margin-bottom: 5px;
}

.mb-6 {
  margin: 10px 0 0px;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.\!mb-0 {
  margin-bottom: 0px !important;
}

.mb-28 {
  margin-bottom: 7rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mt-\[1px\] {
  margin-top: 1px;
}

.mb-24 {
  margin-bottom: 6rem;
}

.block {
  display: block;
}

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

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-5 {
  height: 1.25rem;
}

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

.h-6 {
  height: 1.5rem;
}

.h-4 {
  height: 1rem;
}

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

.h-2\.5 {
  height: 0.625rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-3 {
  height: 0.75rem;
}

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

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

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

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

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

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

.h-auto {
  height: auto;
}

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

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

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

.w-24 {
  width: 6rem;
}

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

.w-full {
  width: 100%;
}

.w-5 {
  width: 1.25rem;
}

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

.w-6 {
  width: 1.5rem;
}

.w-4 {
  width: 1rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-3 {
  width: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.transform {
  transform: translate(var(--tw-translate-x), 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));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-center {
  scroll-snap-align: center;
}

.auto-cols-min {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

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

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

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

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

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

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

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

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

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
  padding-top: 2rem;
}

.flex.lg\:justify-between.flex-col.lg\:flex-row.items-center.lg\:row-span-2.xl\:col-start-3.lg\:col-start-2.xl\:col-span-8.lg\:col-span-10.mt-4{
  padding-top: 0;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

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

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

.gap-7 {
  gap: 1.75rem;
}

.gap-5 {
  gap: 1.25rem;
  margin: 10px 0;
  
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-\[30px\] {
  gap: 30px;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

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

.border-t-4 {
  border-top-width: 4px;
}

.border-t {
  border-top-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

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

.border-none {
  border-style: none;
}

.border-\[\#EEEEEE\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}

.border-\[\#bbbbbb\] {
  --tw-border-opacity: 1;
  border-color: rgb(187 187 187 / var(--tw-border-opacity));
}

.border-accent {
  --tw-border-opacity: 1;
  border-color: rgb(208 221 40 / var(--tw-border-opacity));
}

.border-gray444 {
  --tw-border-opacity: 1;
  border-color: rgb(68 68 68 / var(--tw-border-opacity));
}

.border-grayQuaternary {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-\[\#ddd\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}

.border-\[\#f2f2f2\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.border-\[\#f8f8f8\] {
  --tw-border-opacity: 1;
  border-color: rgb(248 248 248 / var(--tw-border-opacity));
}

.border-\[\#F2F2F2\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(7 94 161 / var(--tw-bg-opacity));
}

.bg-\[\#f8f8f8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.bg-graySecondary {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#ECECEC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
}

.bg-\[\#ececec\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
}

.bg-\[\#f2f2f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(208 221 40 / var(--tw-bg-opacity));
}

.bg-\[url\(\'\.\/icons\/icon-inscricao-1-alt\.svg\'\)\] {
  background-image: url('../icons/icon-inscricao-1-alt.svg');
}

.bg-\[url\(\'\.\/icons\/icon-inscricao-2-alt\.svg\'\)\] {
  background-image: url('../icons/icon-inscricao-2-alt.svg');
}

.bg-\[url\(\'\.\/icons\/icon-inscricao-12-alt\.svg\'\)\] {
  background-image: url('../icons/icon-inscricao-12-alt.svg');
}

.bg-\[url\(\'\.\/icons\/icon-inscricao-4-alt\.svg\'\)\] {
  background-image: url('../icons/icon-inscricao-4-alt.svg');
}

.bg-\[url\(\'\.\/icons\/icon-inscricao-5-alt\.svg\'\)\] {
  background-image: url('../icons/icon-inscricao-5-alt.svg');
}

.bg-\[url\(\'\.\/icons\/icon-inscricao-8-alt\.svg\'\)\] {
  background-image: url('../icons/icon-inscricao-8-alt.svg');
}

.bg-\[url\(\'\.\/icons\/icon-inscricao-13-alt\.svg\'\)\] {
  background-image: url('../icons/icon-inscricao-13-alt.svg');
}

.bg-\[url\(\'\.\/icons\/icon-inscricao-7-alt\.svg\'\)\] {
  background-image: url('../icons/icon-inscricao-7-alt.svg');
}

.bg-\[url\(\'\.\/icons\/icon-inscricao-6-alt\.svg\'\)\] {
  background-image: url('../icons/icon-inscricao-6-alt.svg');
}

.bg-\[url\(\'\.\/icons\/icon-inscricao-9-alt\.svg\'\)\] {
  background-image: url('../icons/icon-inscricao-9-alt.svg');
}

.bg-\[url\(\'\.\/icons\/icon-inscricao-10-alt\.svg\'\)\] {
  background-image: url('../icons/icon-inscricao-10-alt.svg');
}

.bg-\[url\(\'\.\/icons\/icon-inscricao-11-alt\.svg\'\)\] {
  background-image: url('../icons/icon-inscricao-11-alt.svg');
}

.bg-\[url\(\'\.\/icons\/icon-inscricao-3-alt\.svg\'\)\] {
  background-image: url('../icons/icon-inscricao-3-alt.svg');
}

.bg-icon-inscricao-proficionais {
  background-image: url('../icons/insc-profissionais.svg');
}

.bg-icon-profissionais-atividades {
  background-image: url('../icons/insc-atividades.svg');
}

.bg-icon-estabelecimentos {
  background-image: url('../icons/estabelecimentos.svg');
}

.bg-play {
  background-image: url('../icons/play.svg');
}

.bg-\[url\(\'\.\/icons\/biblioteca\.svg\'\)\] {
  background-image: url('../icons/biblioteca.svg');
}

.bg-\[url\(\'\.\/icons\/ouvidoria\.svg\'\)\] {
  background-image: url('../icons/ouvidoria.svg');
}

.bg-\[url\(\'\.\/icons\/CREPOP\.svg\'\)\] {
  background-image: url('../icons/CREPOP.svg');
}

.bg-newsletter {
  background-image: url('../img/rodape.jpg');
}

.bg-\[url\(\'\.\/icons\/icon-inscricao-1\.svg\'\)\] {
  background-image: url('../icons/icon-inscricao-1.svg');
}

.bg-\[url\(\'\.\/icons\/icon-inscricao-2\.svg\'\)\] {
  background-image: url('../icons/icon-inscricao-2.svg');
}

.bg-\[url\(\'\.\/icons\/icon-inscricao-3\.svg\'\)\] {
  background-image: url('../icons/icon-inscricao-3.svg');
}

.bg-\[url\(\'\.\/icons\/icon-inscricao-4\.svg\'\)\] {
  background-image: url('../icons/icon-inscricao-4.svg');
}

.bg-\[url\(\'\.\/icons\/icon-inscricao-5\.svg\'\)\] {
  background-image: url('../icons/icon-inscricao-5.svg');
}

.bg-\[url\(\'\.\/icons\/icon-inscricao-6\.svg\'\)\] {
  background-image: url('../icons/icon-inscricao-6.svg');
}

.bg-\[url\(\'\.\/icons\/icon-inscricao-7\.svg\'\)\] {
  background-image: url('../icons/icon-inscricao-7.svg');
}

.bg-\[url\(\'\.\/icons\/icon-inscricao-8\.svg\'\)\] {
  background-image: url('../icons/icon-inscricao-8.svg');
}

.bg-\[url\(\'\.\/icons\/icon-inscricao-9\.svg\'\)\] {
  background-image: url('../icons/icon-inscricao-9.svg');
}

.bg-\[url\(\'\.\/icons\/icon-inscricao-10\.svg\'\)\] {
  background-image: url('../icons/icon-inscricao-10.svg');
}

.bg-\[url\(\'\.\/icons\/icon-inscricao-11\.svg\'\)\] {
  background-image: url('../icons/icon-inscricao-11.svg');
}

.bg-\[url\(\'\.\/icons\/icon-inscricao-12\.svg\'\)\] {
  background-image: url('../icons/icon-inscricao-12.svg');
}

.bg-contain {
  background-size: contain;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-\[\#676767\] {
  fill: #676767;
}

.fill-white {
  fill: #fff;
}

.fill-primary {
  fill: #075EA1;
}

.fill-gray444 {
  fill: #444;
}

.fill-accent {
  fill: #D0DD28;
}



.fill-black {
  fill: #000;
}

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

.p-5 {
  padding: 1.25rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

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

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

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

.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

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

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

.font-semibold {
  font-family: Open Sans Bold, sans-serif;
}

.font-bold {
  font-family: Open Sans Bold, sans-serif;
}

.font-light {
  font-family: Open Sans Regular, sans-serif;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-\[17px\] {
  font-size: 17px;
}

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

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

.font-light {
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(7 94 161 / var(--tw-text-opacity));
}

.text-grayPrimary {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

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

.text-accent {
  --tw-text-opacity: 1;
  color: rgb(208 221 40 / var(--tw-text-opacity));
}

.text-graySecondary {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-gray444 {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}

.text-grayTertiary {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.opacity-70 {
  opacity: 0.7;
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.grayscale-0 {
  --tw-grayscale: grayscale(0);
  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);
}

.filter {
  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);
}

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

.duration-300 {
  transition-duration: 300ms;
}

.slick-principal.slick-slider,
.slick-regioes.slick-slider,
.slick-youtube.slick-slider {
  display: flex !important;
  align-items: center;
}

ul.slick-dots button {
  display: block;
  background: #FFF;
  margin: 0 2.5px;
  width: 12px;
  height: 12px;
  font-size: 0;
  border-radius: 50px;
}

ul.slick-dots .slick-active button {
  width: 16px;
  height: 16px;
  opacity: .5;
}

.slick-principal .slick-arrow.slick-disabled,
.slick-regioes .slick-arrow.slick-disabled {
  display: none !important;
}

.arrows-licitacoes .slick-arrow.slick-disabled svg {
  fill: #999 !important;
}

.checkbox-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  color: transparent;
  width: 16px;
  height: 16px;
  border: 1px solid #FFF;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

.checkbox-radio::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}

.checkbox-radio:checked::before {
  width: 8px;
  height: 8px;
  transform: scale(1);
  box-shadow: inset 1em 1em #D0DD28;
  background-color: '#D0DD28';
}

.checkbox-radio.checkbox-alt {
  border-color: #999999;
}

.checkbox-radio.checkbox-alt:checked::before {
  box-shadow: inset 1em 1em #075EA1;
  background-color: #075EA1;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

.popover:after, .popover:before {
  bottom: 100%;
  left: 30%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.popover:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFF;
  border-width: 15px;
  margin-left: -15px;
}

.popover:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #CCCCCC;
  border-width: 16px;
  margin-left: -16px;
}

.filter:hover .popover {
  display: block;
}

.placeholder\:text-grayPrimary::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.placeholder\:text-grayPrimary::placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

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

.last\:border-none:last-child {
  border-style: none;
}

.hover\:translate-x-1:hover {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), 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));
}

.hover\:bg-accent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(208 221 40 / var(--tw-bg-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 94 161 / var(--tw-bg-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(7 94 161 / var(--tw-text-opacity));
}

.hover\:text-accent:hover {
  --tw-text-opacity: 1;
  color: rgb(208 221 40 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

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

  .md\:w-full {
    width: 100%;
  }

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

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

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

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:visible {
    visibility: visible;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:col-start-10 {
    grid-column-start: 10;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:-mx-0 {
    margin-left: -0px;
    margin-right: -0px;
  }

  .lg\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

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

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

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

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-28 {
    margin-bottom: 0rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:w-auto {
    width: auto;
  }

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

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

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

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

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

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

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

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

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

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

  .lg\:border-none {
    border-style: none;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:col-start-3 {
    grid-column-start: 3;
  }

  .xl\:col-start-8 {
    grid-column-start: 8;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

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

  .xl\:h-auto {
    height: auto;
  }

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

  .xl\:w-auto {
    width: auto;
  }

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

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

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (max-width: 375px) {
  .very-small\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .very-small\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .very-small\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .very-small\:pl-2 {
    padding-left: 0.5rem;
  }
}