/*
  Theme Name: Criação com Valor
  Theme URI: https://criacaocomvalor.com.br
  Description: Tema faz parte da tecnologia desenvolvida para criadores
  Author: Criação com Valor
  Author URI: https://criacaocomvalor.com.br
  Version: 1.0.1
  Stable tag: 1.0.1
  Requires at least: 6.0
  Tested up to: 6.4
  Requires PHP: 7.3
  Text Domain: criacaocomvalor
*/
/**
 * Loading first in the style.scss & classic-editor.scss
 */
/**
* Document basic styling
* Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: border-box; /* 3 */
}

/* Sections
 */
body {
  margin: 0;
  font-family: -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";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366;
}
a:hover, a:active {
  color: #333366;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-block-end: none; /* 1 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 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;
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    break-after: avoid;
  }
}
/**
 * Form styling
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/**
 * 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: 1rem; /* 1 */
  line-height: 1.5; /* 1 */
  margin: 0; /* 2 */
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
[type=submit],
[type=button] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}
button:focus,
[type=submit]:focus,
[type=button]:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: #ffffff;
  background-color: #CC3366;
  text-decoration: none;
}
button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

select {
  display: block;
}

/**
 * Table styling
 */
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/**
 * List styling
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

 body {
     display: grid;
     height: 100vh;
     margin: 0;
     font-family: sans-serif;
     font-size: 1em;
}
 body * {
     position: relative;
     box-sizing: border-box;
}
 .page {
     display: flex;
     flex-direction: column;
     width: 100%;
     height: 100%;
}
 header, main {
     background: transparent;
     width: 100%;
     height: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
}
 header {
     height: auto;
}
 .text-center {
     text-align: center!important;
}
/* Actual code */
 .carousel-tabs {
     width: 100%;
     display: flex;
     flex-direction: column;
}
 .carousel-tabs .list {
     list-style: none;
     padding: 0;
     margin: 0;
     display: flex;
}
 .carousel-tabs .item {
     color: #888;
     width: 100%;
     display: inline-flex;
     justify-content: center;
     padding: 24px 0;
     cursor: pointer;
     transition: transform 0.125s ease;
}
 .carousel-tabs .item:active {
     transform: scale(0.95);
}
 .carousel-tabs .item:active, .carousel-tabs .item.active {
     color: #444;
     font-weight: 600;
}
 .carousel-tabs .progress {
     -webkit-appearance: none;
     width: 100%;
     height: 12px;
     background: #FFF;
     outline: none;
     margin: 0;
     transition: all 10s ease;
}
 .carousel-tabs .progress::-webkit-progress-value {
     background: var(--e-global-color-secondary);
}
 .page-content {
     width: 100%;
     height: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .page-content:not(.active) {
     display: none;
}
 @media only screen and (max-width:767px) {
     .hidden-xs {
         display:none!important;
    }
}
 @media only screen and (min-width:767px) {
     .hidden-md {
         display:none!important;
    }
}

.site-header .site-branding img, .site-header .site-branding img svg {
    max-width: 170px;
}

/* HEADER CCV */
 header img.custom-logo {
     width: 180px;
     height: auto!important;
}
 header#site-header ul {
     list-style: none;
     display: flex;
     align-items: center;
     justify-content: center;
}
 header#site-header ul li a {
     padding: 0 15px;
     color:var(--e-global-color-light);
}
 .hamburguer svg, .instagram svg {
     width: 30px;
     height: auto;
}
 .hamburguer svg {
     -webkit-transform: scaleX(-1);
     transform: scaleX(-1);
}
 .hamburguer svg *, .instagram svg * {
     fill:var(--e-global-color-ad71828);
}
 nav.hidden-xs {
     width: 100%!important;
     display: flex;
     align-items: center;
     justify-content: center;
     max-width: 1200px;
}
 .site-branding.hidden-xs {
     width: 180px;
     padding: 0;
}
 header#site-header nav ul {
     width: calc(50% - 90px);
     padding: 0;
}
 header#site-header nav ul:first-child {
     justify-content: flex-end;
     padding-right: 40px;
}
 header#site-header nav ul:nth-child(3) {
     justify-content: flex-start;
     padding-left: 40px;
}
 footer {
     background: var(--e-global-color-d6720a5);
     margin-top:100px;
}
 .col-footer.col-footer-1 {
     max-width: 280px;
     margin-left:auto;
     margin-right: auto;
}
 .action-footer .logo img {
     width: 100%!important;
     height: auto!important;
     max-width: 50%;
     margin: 0 auto;
     margin-bottom: 30px;
     float: none;
     display: block;
}
 .action-footer {
     padding: 30px 5vw;
}
 .col-footer {
     padding:15px 5vw 
}
 .col-footer.col-footer-1 p {
     font-size:4vw;
     max-width:80%;
     margin-left: auto;
     margin-right: auto;
}
 .col-footer p {
     text-align: center;
     color: #ffffffa6;
     font-size:3.9vw;
     font-weight:400;
     line-height:1.6em;
}
 .col-footer.col-footer-1 button {
     border-color: var(--e-global-color-accent);
     border-width: 2px;
     border-radius:20px;
     color: var(--e-global-color-accent);
     padding: 3vw 6vw;
     margin: 0 auto;
     display: block;
}
 .col-footer.col-footer-1 button:hover {
     background: rgba(255,255,255,0.2);
}
 .col-footer.col-footer-1 button svg * {
     fill: var(--e-global-color-accent);
}
 .col-footer h3 {
     text-align:center;
     color: var(--e-global-color-98b34c0);
     font-size: 5vw;
     font-family: var(--e-global-typography-secondary-font-family);
}
 .col-footer nav ul {
     list-style:none;
     text-align:center;
     padding:0;
}
 .col-footer nav ul li a {
     padding:10px 30px;
     display:block;
     color: #FFF;
}
 ul.redes-sociais {
     list-style: none;
     padding: 0;
     display: flex;
     align-items: center;
     justify-content: center;
}
 ul.redes-sociais svg {
     width: 40px;
     height: auto;
}
 ul.redes-sociais a {
     padding: 20px;
     width: 60px;
     background: #ffffff30;
     border-radius: 5000px;
     height: 60px;
     align-items: center;
     justify-content: center;
     display: flex;
     padding: 10px;
     margin: 0 10px;
}
 .redes-sociais svg * {
     fill: var(--e-global-color-accent);
}
 .criacaocomvalor {
     background: #383838;
}
 .criacaocomvalor p {
     font-size: 3.2vw;
     color: #FFF;
     text-align: center;
     font-style: italic;
     margin: 0 0 5px 0;
}
 .criacaocomvalor img {
     max-width: 50%;
     width: 40%;
     margin: 0 auto;
     display: block;
     max-width: 220px!important;
}
 .criacaocomvalor {
     padding: 20px;
}
 @media only screen and (min-width:767px) {
     .action-footer {
         max-width: 1300px;
         margin: 0 auto;
    }
     .action-footer {
         display: flex;
         align-items: center;
         justify-content: flex-start;
         align-items: flex-start;
    }
     .col-footer.col-footer-1 p {
         font-size: 14px;
         max-width: 100%;
    }
     .col-footer h3 {
         font-size: 27px;
         margin-bottom: 30px;
         text-align: left;
    }
     .col-footer p {
         font-size: 16px;
    }
     .col-footer {
         padding: 30px 10px;
    }
     .col-footer.col-footer-1 button {
         padding: 15px 21px;
         width: 100%;
    }
     .col-footer.col-footer-1 p {
    }
     .action-footer .logo img {
         max-width: 90%;
    }
     .col-footer.col-footer-3 p {
         text-align: left;
    }
     .col-footer nav ul li a {
        text-align: left;
        padding: 7px 0;
    }
     .col-footer.col-footer-2 {
         padding: 30px 60px;
    }
     ul.redes-sociais svg {
         width: 28px;
    }
     .criacaocomvalor p {
         font-size: 16px;
    }
}
 h1 strong, h2 strong, h3 strong, h4 strong {
     font-weight: 900;
     color:var(--e-global-color-secondary);
}
 @media only screen and (max-width:767px) {
     ul.redes-sociais a {
         width: 45px;
         height: 45px;
    }
     ul.redes-sociais svg {
         width: 26px;
    }
}
 div#grid-cta {
     position: fixed;
     bottom: 5px;
     right: 12px;
     z-index: 9;
     display: flex;
     align-items: center;
     justify-content: center;
     max-width: 94%;
}
 div#foto-criador {
     width: 75px!important;
     margin-left: -50px;
     border-radius: 500px;
     height: auto;
     padding: 0;
     display: flex;
     align-items: center;
     justify-content: center;
     min-width: 75px;
}
 div#foto-criador img {
     width: 100%;
     height: auto;
     border-radius: 500px;
     box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 80%);
     cursor: pointer;
}
 div#foto-criador:before {
     content: '1';
     width: 20px;
     height: 20px;
     background:var(--e-global-color-accent);
     display: flex;
     position: absolute;
     right: 0;
     top: 5px;
     border-radius: 500px;
     font-size: 11px;
     font-weight: bold;
     color: #FFF;
     line-height: 1;
     align-items: center;
     z-index: 10;
     justify-content: center;
     box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 40%);
}
 .action-footer {
}
 div#boas-vindas {
     display:none;
     background:var(--e-global-color-accent);
     color:#FFF;
     width: 380px;
     text-align:right;
     padding: 15px 70px 15px 15px;
     border-radius:30px;
     font-size:14px;
     line-height:1.4;
}
 @media only screen and (max-width:767px) {
     div#foto-criador {
         min-height: 89px;
    }
     div#boas-vindas {
         width: calc( 100% - 10px );
         padding: 4vw 50px 5vw 3vw;
         font-size: 3.4vw;
    }
}


/* CSS personalizado */

 header#site-header ul li a {
     color: var(--e-global-color-5b7aa88);
     font-family: var(--e-global-typography-secondary-font-family);
}
 header#site-header nav.hidden-xs.menu.active ul li a {
     color: var(--e-global-color-bfddac1);
}
 header#site-header .hamburguer svg *, header#site-header .instagram svg * {
     fill: var(--e-global-color-4475c58);
}

.col-footer p, .col-footer-2 a {
    color: var(--e-global-color-d549938)!important;
}


/* MENU */
 .visible-xs.close-menu {
     display: none;
}
 nav.menu {
}
 @media only screen and (max-width:767px) {
     .menu {
         align-items: center;
         background-color: #303235;
         clip-path: polygon(81.05% 9.1%, 92% 9.1%, 92% 10.1%, 81.05% 10.1%);
         color: #f2f2f2;
         display: flex;
         flex-direction: column;
         font-family: sans-serif;
         font-size: 5vw;
         height: 100%;
         position: fixed;
         top: 0;
         transition: clip-path 400ms cubic-bezier(0.4, 0, 0.2, 1), background-color 400ms cubic-bezier(0.4, 0, 0.2, 1);
         width: 100%;
         min-height: 100vh;
         min-width: 100vw;
         left: 0;
         top: 0;
         z-index: 9999999999999999999999999!important;
    }
     .active.menu {
         background-color: var(--e-global-color-97c0151);
         clip-path: polygon(101% -1%, 101% 101%, -1% 101%, -1% -1%);
         backdrop-filter: blur(12px);
         display: flex!important;
         align-items: center!important;
         justify-content: center!important;
         z-index: 99999999999999999999!important;
         display: block;
    }
     .options {
         align-items: center;
         display: flex;
         flex-direction: column;
         margin-top: 60px;
         transform: scale(0.8);
         transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
    }
     .option {
         cursor: pointer;
         margin: 8px 0;
    }
     .option.selected {
         color: #a02f56;
    }
     .active .options {
         transform: scale(1);
    }
     .top-bars {
         stroke: #303235;
         transition: stroke 400ms cubic-bezier(0.4, 0, 0.2, 1);
    }
     .active .top-bars {
         stroke: #f2f2f2;
    }
     .bar {
         transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
    }
     .bar1 {
         transform-origin: 190px 20.5px;
    }
     .bar2 {
         transform-origin: 190px 28.5px;
    }
     .active .bar1 {
         transform: translateY(8.6px) rotate(45deg);
    }
     .active .bar2 {
         transform: rotate(-45deg);
    }
     .menu-click-area {
         cursor: pointer;
         height: 30vw;
         opacity: 0.3;
         position: absolute;
         right: 10px;
         top: 10px;
         width: 20vw;
    }
     header#site-header {
         z-index: 9999999999999999999!important;
    }
     .active.menu ul {
        /* height: 100%;
         */
         width: 100%!important;
         flex-wrap: wrap;
         align-items: center!important;
         justify-content: center!important;
         vertical-align: inherit!important;
         padding: 0!important;
    }
     .active.menu ul li {
         width: 100%!important;
         text-align: center;
         vertical-align: inherit!important;
         margin: 3vw 0;
    }
     .active.menu ul li a {
         font-size: 7vw;
         line-height: 1;
         padding: 2vw 5vw;
        /* background: #f50;
         */
    }
     .visible-xs.close-menu {
         width: 6vw;
         position: fixed;
         top: 0;
         height: auto!important;
         right: 5vw;
         top: 5vw;
    }
     .menu-click-area {
         position: absolute;
         z-index: 3;
        /* width: 100%!important;
         */
         display: none;
         background: #f50;
        /* top: 0!important;
         */
    }
     nav.menu {
         display: none;
    }
     .visible-xs.close-menu {
        /* position: fixed;
         */
    }
     .visible-xs.close-menu svg {
         width: 100%!important;
         height: auto;
    }
     .menu.active .visible-xs.close-menu {
         display: block;
    }
}
/* FIM MENU */

img.attachment-single-filhote-9-16.size-single-filhote-9-16 {
    aspect-ratio: 9/16!important;
}

img.attachment-single-filhote.size-single-filhote {
    aspect-ratio: 1/1!important;
}

h4.disponibilidade {
    text-align: center;
    text-transform: uppercase;
    font-size:6vw;
    letter-spacing:0.2em;
}

@media only screen and (min-width:767px) {
    h4.disponibilidade {
        font-size:20px;
        letter-spacing:0.2em;
    }    
}

span.reservado-tag {
    position: absolute;
    z-index: 99999;
    top: 580px;
    width: 80%;
    background: #e77b7b8a;
    margin: 0 auto;
    display: flex;
    left: 0;
    right: 0;
    border-radius: 10px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #FFF;
    backdrop-filter: blur(11px);
    border: #df5353 solid 1px;
}

.swiper-slide.slide-filhote, .swiper-slide.slide-plantel {
    padding-left:2vw;
    padding-right:2vw;
}

span.reservado-tag svg {
    width: 14%;
    margin-right: 8px;
    fill: #FFF;
}

span.reservado-tag svg * {
    fill: #FFF;
}

h3.titulo-preview-filhote, h3.titulo-preview-plantel {
    text-align: center;
    font-weight: bold;
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: 8.5vw;
    color:var(--e-global-color-secondary);
}

h4.genero,  h4.text-raca {
    font-size: 7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color:var(--e-global-color-text);
}

span.icone.gen svg {
    width: 7vw;
    height: auto;
    top: 4px;
    margin-right: 5px;
}

span.icone.gen.Macho svg * {
    fill: #0f75c6;
}

span.icone.gen.Fêmea svg * {
    fill: #ff5ad4;
}

h3.preview-filhotes-nascido-em {
    text-align: center;
    font-size: 6.5vw;
    color:var(--e-global-color-text);
}

h4.preview-filhotes-dias-de-vida {
    text-align: center;
    font-size: 6.5vw;
    color:var(--e-global-color-text);
}

h3.preview-filhotes-nascido-em strong, 
h4.preview-filhotes-dias-de-vida strong {
    color:var(--e-global-color-text);
}

.slide-filhote button.cta-filhote, .slide-plantel button.cta-plantel {
    width: 100%;
    font-size: 5.5vw;
    background: var(--e-global-color-accent);
    color: var(--e-global-color-099dbe4);
    border:0;
    font-weight: bold;
    text-transform: uppercase;
}

.swiper-slide.slide-filhote, .swiper-slide.slide-plantel {
    padding-bottom: 50px;
}

.swiper-slide.slide-filhote span.reservado-tag {
    top: 330px;
}

.swiper-slide.slide-filhote.single-filhote-9-16 span.reservado-tag {
    top: 550px;
}

.swiper-slide .video-container {
    padding: 0!important;
    margin: 0!important;
    margin-bottom: -6px!important;
}

.slide-filhote button.cta-filhote, .slide-plantel button.cta-plantel {
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: normal;
}

h3.preview-filhotes-nascido-em, h4.genero, h4.text-raca {
    margin-bottom: 0;
}

.area-padreadores ul {
    list-style: none;
    padding: 0;
}

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

.area-padreadores ul {
    width: 40%;
}

.estrela-maternidade {
    width: 10%;
    margin-left:5%;
    margin-right:5%;
}

.area-padreadores ul li {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

h3.filhote-de {
    text-align: center;
    font-size: 6vw;
    font-family: var(--e-global-typography-secondary-font-family);
}

.area-padreadores ul li {
  font-family: var(--e-global-typography-secondary-font-family);
  font-size:5.5vw;
  letter-spacing: 0.05em;
}

h4.text-raca {
    font-size: 6vw;
}

h4.text-raca strong {
    margin-right: 5px;
}

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

.swiper-slide.slide-filhote span.reservado-tag {
    top: 276px;
}

.swiper-slide.slide-filhote.single-filhote-9-16 span.reservado-tag {
    top: 500px;
}

}

@media only screen and (min-width:767px) {
  h3.titulo-preview-filhote, h3.titulo-preview-plantel {
    font-size: 38px;
}

h3.preview-filhotes-nascido-em {
    font-size: 22px;
}

h4.genero, h4.text-raca {
    font-size: 22px;
}

span.icone.gen svg {
    width: 22px;
    top: 3px;
}

h4.preview-filhotes-dias-de-vida {
    font-size: 22px;
}

.slide-filhote button.cta-filhote, .slide-plantel button.cta-plantel {
    font-size: 22px;
    padding: 10px 5px;
}

.swiper-slide.slide-filhote, .swiper-slide.slide-plantel {
    padding-left:5px;
    padding-right:5px;
}

.area-padreadores ul li {
  font-family: var(--e-global-typography-secondary-font-family);
  font-size:20px;
}

h3.filhote-de {
    font-size:22px;
  }

}

video {
    width: 100% !important;
    height: auto !important;
}


.grid-plantel p {
    text-align: center;
}

.grid-plantel p {
    color: var(--e-global-color-text);
}

.slide-filhote > a {
    margin-bottom: 0!important;
    padding: 0!important;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%!important;
    clear: both!important;
    flex-wrap: wrap;
}

.swiper.swipergaleriafilhotes {
    clear: both;
    margin-top: 5px;
}

.slide-filhote a img {
    padding: 0!important;
    margin: 0!important;
}

.titulo-preview-depoimentos, .localidade-preview-depoimentos {
  text-align: center;
}

.texto-preview-depoimentos {
  text-align: left;
  text-align-last: left;
}

.post-type-archive-filhotes .swiper-archive-filhote {
    flex-wrap: wrap;
    display: flex;
}


.post-type-archive-filhotes .swiper-slide.slide-filhote {
    width: 100%;
    padding: 5vw 1%;
}

@media only screen and (min-width:767px) {
.post-type-archive-filhotes .swiper-slide.slide-filhote {
    width: 33.3333333%;
    padding:0 1.5% 60px 1.5%;
}

}

.post-type-archive-filhotes .swiper-preview-filhote > .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
}

/* single filhote */ 

.page.filhotes {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    padding: 0!important;
    margin: 0!important;
}

.ficha svg {
    max-width: 30px;
}


.col-dir-single-filhote {
    max-width: 100%;
    overflow: hidden;
}


.single-filhotes ul.info-filhote {
    text-align: center;
    list-style: none;
    padding: 4vw 4vw 4vw;
    margin-bottom: 20px;
    background: #ffffff40;
    backdrop-filter: blur(40px);
}
.single-filhotes ul.info-filhote li h3:not(.titulo-preview-filhote), .single-filhotes ul.info-filhote li h4 {
    font-size: 6vw;
    margin: 3vw 0;
    padding: 0;
    line-height: 1;
}

.single-filhotes h3.titulo-preview-filhote {
    font-weight: 8vw;
}

.swiper-galeria-single-filhote {
    width: 100%!important;
    max-width: 100%!important;
}

.page-content.active {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.col-dir-single-filhote .area-padreadores ul {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-dir-single-filhote .area-padreadores {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.grid-plantel-bloco {
    display: flex;
    align-items: center;
    justify-content: center;

}

.grid-plantel-bloco > img.attachment-padreadores {
    width: 40%;
    z-index: 2;
}

.grid-plantel-bloco h3 {
    font-size: 5vw;
    margin: 0;
    line-height: 1.4em;
    font-weight:bold;
        color: var(--e-global-color-secondary);
    width:100%;
}

.grid-plantel-bloco p {
    color: var(--e-global-color-text);
    font-weight: normal;
    font-size: 3.5vw;
    line-height: 1.2em;
    width:100%;
    height:max-content;
    margin: 0;
    max-height: 15vw;
}

.grid-plantel-bloco {
    text-align: left;
   
}

.grid-plantel-descricao {
    padding: 5% 3% 5% 13%;
    background: #ffffff40;
    border-radius: 25px;
    width: 70%;
    margin-left: -10%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
     height:35vw;
    overflow:hidden;
}


.col-dir-single-filhote .estrela-maternidade {
    width: 7.5vw;
    right: inherit;
    float: left;
    margin: 0;
    left: 16.25vw;
    padding: 1.5vw;
    background: var(--e-global-color-text);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 7.5vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.col-dir-single-filhote .estrela-maternidade * {
    fill:var(--e-global-color-secondary);
}

.col-dir-single-filhote .area-padreadores ul li {
    margin: 0;
}

.col-dir-single-filhote .estrela-maternidade:before, .col-dir-single-filhote .estrela-maternidade:after {
    content: '';
    width: 2px;
    height: 2vw;
    background: var(--e-global-color-text);
    display: block;
    position: absolute;
    top: -2vw;
    z-index: 1;
}

.col-dir-single-filhote .estrela-maternidade:after {
    bottom: -2vw;
    top: inherit;
}

.col-dir-single-filhote .tabela-maternidade ul {
    list-style: none;
    padding: 0
}

span.check svg {
    width: 6vw;
    height: auto;
    margin: 0 auto;
    display: block
}

span.check {
    width: 15%
}

.tabela-maternidade ul li {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.tabela-maternidade {
    height: auto;
    width: 98%;
    margin: 15px auto;
    border-radius: 20px;
    border: 1px solid #ffffff1f;
    background: #ffffff40;
}

@media only screen and (max-width: 767px) {
    .tabela-maternidade:first-child {
        margin-top:0
    }
}

.tabela-maternidade ul li {
    background: #ffffff0d;
    backdrop-filter: blur(10px);
    padding: 10px;
    color: #ffffffad
}

span.title-list {
    width: 60%
}

span.data-list {
    width: 25%
}

span.check svg {
    fill: #009641
}

span.title-list {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 4vw
}

.tabela-maternidade h3 {
    width: 100%;
    display: block;
    background: var(--e-global-color-gray);
    color: #FFF;
    text-align: center;
    padding: 10px 0;
    font-size: 5vw;
    margin: 0
}

.tabela-maternidade ul li:nth-child(even) {
    background: #ffffff14
}

.tabela-maternidade h3 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.tabela-maternidade li:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

h3.titulo-area {
    text-align: center;
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: 5vw;
    margin-top: 15px;
    margin-bottom: 15px;
    color: var(--e-global-color-secondary);
}

.col-ctr-single-filhote {
    margin-top: 15px;
}

@media only screen and (min-width:767px){
        .tabela-maternidade span.title-list {
        font-size: 18px;
    }

    .tabela-maternidade span.check svg {
        width: 30px
    }

    .ficha {
        max-width: 1134px;
        margin: 0 auto;
        padding: 5px 0
    }

    .ficha div {
        width: calc(50% - 10px);
        float: left;
        margin: 0 10px
    }

    .ficha .tabela-maternidade:first-child {
        margin-left: 0
    }

    .ficha .tabela-maternidade:last-child {
        margin-right: 0
    }

    .tabela-maternidade span.data-list {
        text-align: center;
        font-size: 18px;
        font-weight: 700
    }

h3.titulo-area {
    font-size: 20px;
    clear: both;
}

.ficha {
    display: flex;
}

span.data-list {
    width: 30%;
}

span.title-list {
    width: 55%;
} 
    
}

span.check-arrow {
    background-color: #9b9b9b;
    width: 4vw;
    height: 4vw;
    display: block;
    top: 5vw;
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    float: none;
    left: 0%;
    right: 0%
}

span.check-ball {
    width: 7vw!important;
    background: #9b9b9b;
    height: 7vw;
    display: block;
    margin: 0 auto;
    border-radius: 500px;
    z-index: 3
}

span.check::before {
    content: "";
    background-color: #9b9b9b;
    width: 4vw;
    height: 20px;
    display: block;
    top: -4vw;
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    float: none;
    left: 0%;
    right: 0%
}

.ficha ul li:nth-child(2) span.check::before {
    display: none!important
}

.ficha ul li:last-child span.check-arrow {
    display: none!important
}

span.check.ativo .check-ball {
    background: var(--e-global-color-secondary)!important
}

.check.ativo span.check-arrow {
    background-color: var(--e-global-color-secondary)!important;
    z-index: 5;
    bottom: -3vw;
    top: inherit
}

span.check.ativo::before {
    background: var(--e-global-color-secondary)
}

span.check-ball svg {
    fill: #FFF;
    width: 57%;
    z-index: 3;
    position: relative
}

span.check-ball {
    display: flex;
    align-items: center;
    justify-content: center
}

.check:not(.ativo) span.check-ball svg {
    transform: rotate(0deg);
    width: 55%
}

.check span.check-ball * {
    fill: #fff
}

@media only screen and (min-width: 767px) {
    span.check-ball {
        width:30px!important;
        height: 30px
    }

    span.check-arrow {
        width: 20px;
        height: 20px;
        bottom: -11px!important
    }

    .check.ativo span.check-arrow {
        bottom: -20px
    }

    span.check::before {
        width: 20px;
        height: 30px!important;
        top: -15px
    }

    .tabela-maternidade span.check svg {
        width: 16px
    }

    .tabela-maternidade span.check:not(.ativo) svg {
        width: 14px!important
    }

    span.check-arrow {
        top: inherit
    }
}

.ficha {
    margin: 6vw 0;
}

.countDown {
    float: left!important;
    display: block;
    position: relative;
    font-family: arial
}

.countDown span {
    float: left
}

.countDown {
    margin: 0 5px;
    padding: 0;
    float: left;
    clear: left;
    color: #fff;
    text-align: left;
    font-size: 30px;
    font-family: open sans,helvetica,arial;
    font-weight: lighter
}

.countDown .container {
    clear: none
}

.countDown div.container {
    float: left;
    width: 100px
}

.countDown div.a {
    width: auto;
    position: relative;
    margin: 0;
    overflow: hidden;
    background-position: 0 0;
    background-repeat: repeat-x;
    background: #111
}

.countDown div.a {
    z-index: 2
}

.countDown div.b {
    z-index: 1
}

.countDown div.a div {
    padding: 5px 20px 40px 10px
}

.countDown div.separator {
    float: left;
    width: 10px;
    margin-top: 25px;
    margin-top: 20px;
}

.countDown div.bottom {
    float: left;
    clear: left;
    height: 100%
}

.countDown div.bottom span:first-child {
    display: block;
    margin-left: 0
}

.countDown div.bottom span {
    position: relative;
    font-family: arial;
    display: block;
    float: left;
    width: 70px;
    margin-top: -13px;
    font-size: 11px;
    z-index: 5;
    font-weight: 400
}

.countDown h1 {
    font-family: open sans,helvetica,arial;
    font-weight: lighter;
    color: #111;
    padding-left: 5px
}

.countDown .lighten {
    background-color: limegreen!important
}

.countDown .not-lightened {
    -webkit-transition: background-color 500ms;
    -moz-transition: background-color 500ms;
    -ms-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    transition: background-color 2000ms
}

.countDown div.a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
    min-height: 23vw;
    width: 23vw;
    margin: 0 1vw;
    border-radius: 5000px;
    background: transparent;
    border: 2px solid var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
    font-weight: 900
}

.countDown div.a div {
    padding: 0
}

.countDown div.separator {
    display: none
}

.countDown div.container {
    width: 25%
}

.countDown {
    margin-bottom: 11px;
    padding: 0
}

.countDown div.b {
    display: none
}

.countDown .lighten {
    background-color: transparent!important
}

.countDown .container div.a div::after {
    display: block;
    content: '';
    width: 100%;
    height: 15px;
    font-weight: 400;
    position: static;
    font-size: 2.8vw;
    letter-spacing: .05em;
    height: auto;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    margin-top: 2px
}

.countDown .container:nth-child(1) div.a div::after {
    content: 'dias'
}

.countDown .container:nth-child(3) div.a div::after {
    content: 'horas'
}

.countDown .container:nth-child(5) div.a div::after {
    content: 'minutos'
}

.countDown .container:nth-child(7) div.a div::after {
    content: 'segundos'
}

.countDown div.container {
    text-align: center
}

.countDown div.a div {
    margin-top: -5px;
    font-size: 11vw;
    line-height: 1
}

.grid-countDown h2,.grid-countDown h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    color: #FFF
}

.grid-countDown h3 {
    font-size: 5.7vw
}

@media only screen and (min-width: 767px) {
    .grid-countDown {
        max-width:1170px;
        margin: 0 auto
    }

    .countDown div.a div {
        font-size: 80px
    }

    .countDown div.a {
        min-height: 150px;
        margin: 0 15px;
        width: 150px
    }

    .countDown .container div.a div::after {
        font-size: 14px
    }

    .countDown {
        width: 100%;
        max-width: max-content;
        margin: 0 auto;
        float: none
    }

    .grid-countDown h3 {
        width: 100%!important;
        clear: both;
        font-size: 30px
    }

    .grid-countDown {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap
    }

    .grid-countDown h2,.grid-countDown h3 {
        width: 100%
    }

    .grid-countDown {
        clear: both;
        padding: 30px 0!important;
        position: relative;
        height: auto
    }

    h3.entrega-liberada {
        font-size: 45px;
        max-width: 690px;
        padding: 30px 30px
    }
}

.area-data {
    text-align: center
}

.countDown .container div.a div::after {
    color: #000;
}

.col-ctr-single-filhote button.cta-filhote {
    background: var(--e-global-color-accent);
    border: 0;
    color: var(--e-global-color-099dbe4);
    font-family: var(--e-global-typography-secondary-font-family);
    width:90%;
    margin:0 auto;
    display:block;
    padding:3vw 2vw;
    font-size:6vw;
    line-height:1.2;
    font-weight:bold;
}


.col-ctr-single-filhote button.cta-filhote {
    box-shadow: 0 0 0 0 var(--e-global-color-accent);
    -webkit-animation: pulse 1.5s infinite!important;
}

.col-ctr-single-filhote button.cta-filhote:hover {
    -webkit-animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
     box-shadow: 0 0 20px 0 var(--e-global-color-accent);
    }

    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0px 0 var(--e-global-color-accent);
    }

    100% {
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        box-shadow: 0 0 20px 0 var(--e-global-color-accent);
    }
}


@media only screen and (max-width:767px) {
    .countDown div.a {
     min-height: 22vw;
     width: 22vw;
     margin: 0 1.5vw;
}

.countDown div.container {
    width: 25%;
}
}



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

.col-esq-single-filhote {
    padding: 0;
    padding-right: 15px;
    width: 35%;
}

.col-dir-single-filhote {
    padding: 0;
    padding-left: 15px;
    width: 65%;
}

.grid-plantel-descricao {
    height: auto;
}

.grid-plantel-bloco p {
    font-size: 14px;
}

.grid-plantel-bloco h3 {
    font-size: 20px;
}

.col-dir-single-filhote .area-padreadores ul {
    width: 46%;
}

.col-dir-single-filhote .estrela-maternidade {
    width: 4%;
    left: 0;
    right: 0;
    margin-left: 2%;
    margin-right: 2%;
    padding: 7px;
    height: 2%;
}

.col-dir-single-filhote .estrela-maternidade:before, .col-dir-single-filhote .estrela-maternidade:after {
    width: 105%;
    height: 2px;
    top: calc(50% - 1px);
    left: -53%;
    z-index: -1;
}

.col-dir-single-filhote .estrela-maternidade:after {
    left: 70%;
}

.tabela-maternidade h3 {
    font-size: 22px;
}

.ficha {
    margin: 0;
}

.single-filhotes ul.info-filhote {
    padding: 15px;
}

h4.text-raca {}

.single-filhotes ul.info-filhote li h3:not(.titulo-preview-filhote), .single-filhotes ul.info-filhote li h4 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.single-filhotes ul.info-filhote li {
    padding: 5px 15px;
}

.single-filhotes h3.titulo-preview-filhote {
    font-size: 25px;
    margin: 0;
    padding: 0;
}

.col-ctr-single-filhote button.cta-filhote {
    padding: 12px 40px;
    font-size: 39px;
    width: max-content;
}

.swiper-galeria-single-filhote {
    padding-bottom: 30px;
}
}

h3.entrega-liberada {
    overflow: hidden;
    font-style: italic
}

h3.entrega-liberada {
    text-align: center;
    max-width: 680px;
    color: var(--e-global-color-secondary) !important;
    font-weight: 900;
    font-size: 6.2vw;
    border-radius: 20px;
    border: 1px solid var(--e-global-color-secondary) !important;
    padding: 5vw 6vw 9vw 6vw;
    clear: both;
    margin: 15px auto -6vw;
    width: 98%;
}

h3.entrega-liberada::before {
    content: "";
    width: 120%;
    height: 120%;
    position: absolute;
    left: -46px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: .1;
    filter: blur(0);
    background: -webkit-repeating-linear-gradient(145deg,#f8e9db54 1px,#fff5ed4d 2px,#fff5ed4d 11px,#f8e9db54 12px,#f8e9db54 20px);
    background: repeating-linear-gradient(-55deg,var(--e-global-color-secondary) 1px,#FFF 2px,#fff 11px,var(--e-global-color-secondary) 12px,var(--e-global-color-secondary) 20px);
    -webkit-animation-name: MOVE-BG;
    -webkit-animation-duration: .6s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-name: MOVE-BG;
    animation-duration: .6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

h3.entrega-liberada {
    display: block;
    position: relative
}



@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(46px)
    }
}

@keyframes MOVE-BG {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(46px)
    }
}

@media only screen and (min-width: 767px) {
   h3.entrega-liberada {
        font-size: 38px;
        margin-top: 10px auto;
       padding:30px 20px 40px 20px;
       margin-bottom:-25px;
    }
}

.col-dir-single-filhote .swiper-galeria-single-filhote {
    padding-bottom: 25px;
}

.img-play {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.img-play svg {
    width: 40%;
    height: 40%;
    opacity: 0.6;
}



footer {
    margin-top:300px;
}

.whatsapp-fixed {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 9;
}

.btn-whatsapp {
    background-color: #19721f;
    color: #fff;
    border-radius: 100%;
    transition: background-color .5s;
    width: 60px;
    height: 60px;
  line-height: 70px;
    position: relative;
    display: block;
    transform: none;
    z-index: 9;
    text-align: center;
  box-shadow:
            0 1px 2px rgba(0,0,0,0.07),
            0 2px 4px rgba(0,0,0,0.07),
            0 4px 8px rgba(0,0,0,0.07),
            0 8px 16px rgba(0,0,0,0.07),
            0 16px 32px rgba(0,0,0,0.07),
            0 32px 64px rgba(0,0,0,0.07);
}

.btn-whatsapp:hover {
  background-color: #19721f;
}

.whatsapp-fixed a.video-vemo-icon.btn-whatsapp svg {
    font-size: 32px;
    color: #fff;
    animation: sm-shake-animation linear 1.5s infinite;
    animation-delay: 3s;
  width:32px;
  fill:#FFF;
  top:7px;
  left:0px;
}

.rs-video .animate-border .video-vemo-icon:before {
    content: "";
    border: 2px solid #19721f;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
  opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.rs-video .animate-border .video-vemo-icon:after {
    content: "";
    border: 2px solid #19721f;
    position: absolute;
  opacity: 0;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.btn-whatsapp:after, .btn-whatsapp:before {
    border: 2px solid #19721f ;
    width: 130px;
    height: 130px;
}

.sm-red-dot {
    position: absolute;
    right: 4px;
    top: 4px;
  width: 12px; height: 12px;
  margin: 0 auto;
    background: red;
  transform: scale(0);
    border-radius: 50%;
  animation-name: notificationPoint;
animation-duration: 300ms;
  animation-fill-mode: forwards;
    animation-delay: 3s;
}

.quick-message {
    position: absolute;
    bottom: 4px;
    right: 88px;
    width: max-content;
    border-radius: 0;
  background: #393b39;
}

.line-up {
  opacity: 0;
    animation-name: anim-lineUp;
    animation-duration: 0.75s;
  animation-fill-mode: forwards;
    animation-delay: 5s;
}

.quick-message p {
  line-height: 40px;
  font-size: 15px;
  padding: 0px 16px 0px;
  height: 40px;
  position: relative;
  color: #fff;
  margin: 0;
}

.quick-message .seta-direita:before {
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #393b39;
    position: absolute;
    bottom: 0px;
    right: -30px;
}

#hover-message {
  display: none;
}

.whatsapp-fixed:hover #hover-message {
  display: block;
}

@keyframes zoomBig{
  0%{transform:translate(-50%,-50%) scale(.5);opacity:1;border-width:3px}
  40%{opacity:.5;border-width:2px}
  65%{border-width:1px}100%{transform:translate(-50%,-50%) scale(1);opacity:0;border-width:1px}}

@keyframes sm-shake-animation {
 0% {
  transform:rotate(0) scale(1) skew(0.017rad)
 }
 25% {
  transform:rotate(0) scale(1) skew(0.017rad)
 }
 35% {
  transform:rotate(-0.3rad) scale(1) skew(0.017rad)
 }
 45% {
  transform:rotate(0.3rad) scale(1) skew(0.017rad)
 }
 55% {
  transform:rotate(-0.3rad) scale(1) skew(0.017rad)
 }
 65% {
  transform:rotate(0.3rad) scale(1) skew(0.017rad)
 }
 75% {
  transform:rotate(0) scale(1) skew(0.017rad)
 }
 100% {
  transform:rotate(0) scale(1) skew(0.017rad)
 }
}

@keyframes notificationPoint {
  from {transform: scale(0)}
  to {transform: scale(1)}
}

@keyframes anim-lineUp {
  from {
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

a.video-vemo-icon.btn-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* AnimaÃ§Ã£o Fade-in */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Classe utilitÃ¡ria para aplicar o efeito */
.fade-in {
  animation: fade-in 1s ease-in forwards;
}

body {
    background-repeat: repeat;
}

#header-geral {
    /* background-image: url(../img/fundo-principal.jpg); */
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 800px;
    width:100%;
}


#header-geral nav {
    width: 1200px;
    margin: 0 auto;
    display: block;
    background: #000000bf;
    height: 61px;
    border-radius: 15px;
    backdrop-filter: blur(13px);
}

#header-geral {
    padding-top: 50px;
}


#header-geral nav {
    display: flex;
    align-items: anchor-center;
    justify-content: space-between;
}

#header-geral nav ul {
    list-style: none;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}

#header-geral nav ul li {
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
}

.logo svg {
    width: 145px;
}

.banner .ligieri-centro {
    margin: 0 auto;
    margin-top: 0;
}

img.img-tup {
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: -25px;
}

#header-geral {
    background-position: bottom center;
    background-size:cover;
}

/* .textos-inferiores {
    max-width: 1183px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
} */

.textos-inferiores p {
    color: #FFF;
    font-size: 19px;
}



.textos-inferiores>div:nth-child(2) {
    /* width: 20%; */
}

.t-inf-1 {
    text-align: right;
}

.t-inf-3 {
    text-align: left;
}

.t-inf-2 {
    text-align: center;
}

p strong {
    font-weight: 900;
}

.textos-inferiores p {
    font-style: italic;
}

.caixa-etapas .swiper-slide {
    background: #ffffff63;
    border-radius: 15px;
    width: 20vw;
    height: 20vw;
    backdrop-filter: blur(20px);
    border: 1px solid #FFF;
}

.caixa-etapas {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 2vw;
    overflow: hidden;
    width: max-content;
}

.etapas .container-fluid {
    overflow: hidden;
}

.etapas {
    margin-top: 40px;
}

.caixa-etapas svg {
    width: 25%;
    margin: 0 auto 20px;
}

.caixa-etapas .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.caixa-etapas .swiper-slide h3  {
    font-size: 1.5vw;
    padding: 0 2vw;
    color: #FFF!important;
    font-weight: bold;
}

.caixa-etapas {
    height: max-content!important;
}


.faixa {
    width: 100%;
    height: 40vw;
    margin-top: 0;
}

.faixa img {
    width: 121%!important;
    max-width: inherit!important;
    margin: 0 auto;
    display: block!important;
    left: -15vw;
    position: absolute;
    right: -15vw;
}

.faixa .elementor-widget-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%!important;
}

ul.grid-livros {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: 0 auto;
}


.livros .container-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: max-content;
}

.livros {
    overflow: hidden;
}

.faixa {
    overflow: hidden;
    max-width: 100%!important;
    display: flex;
    position: relative;
    height: 18vw;
    margin-top: 0;
}

.livros .container {
    width: 1200px;
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.livros h3 {
    font-size: 1.5vw!important;
    color: #FFF!important;
    text-transform: uppercase!important;
    margin: 10px 0!important;
}

.container-swiper {
    overflow: hidden;
    height: max-content!important;
}

.livros:before {
    content: ''!important;
    width: 30vw!important;
    height: 30vw!important;
    background: #ff676778!important;
    display: block!important;
    position: absolute!important;
    z-index: 0!important;
    margin:0 auto!important;
    left:0!important;
    right:0!important;
    border-radius:500px!important;
    filter:blur(200px)!important;
    opacity:1!important;
    mix-blend-mode:hard-light!important;
    
}

.livros h3, .livros img {
z-index: 2;
}

span.swiper-pagination-bullet {
    background: #FFF;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #a21219;
}

.swiper.myLivros, .swiper.myEtapas {
    padding-bottom: 60px;
}

.swiper.myLivros {
    margin-top: 40px;
}

.caixa-etapas .swiper-slide {
    height: max-content;
}

.caixa-etapas .swiper-slide svg {
    margin-top:-45px;
    z-index:9;
}

.swiper.myEtapas {
    padding-top: 45px;
}

.swiper.myEtapas h3 {
    line-height: 1.2;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
    margin-bottom: 10px;
}

/* HEADER ENXERTADO */ 

 @media only screen and (max-width:767px) {
     .hidden-xs {
         display:none!important;
    }
}
 @media only screen and (min-width:767px) {
     .hidden-md {
         display:none!important;
    }
}

 header#site-header img.custom-logo {
     width: 180px;
     height: auto!important;
}
 header#site-header ul {
     list-style: none;
     display: flex;
     align-items: center;
     justify-content: center;
}
 header#site-header ul li a {
     padding: 0 15px;
     color:var(--e-global-color-light);
}
 .hamburguer svg, .instagram svg {
     width: 30px;
     height: auto;
}
 .hamburguer svg {
     -webkit-transform: scaleX(-1);
     transform: scaleX(-1);
}
 .hamburguer svg *, .instagram svg * {
     fill:var(--e-global-color-ad71828);
}
 nav.hidden-xs {
     width: 100%!important;
     display: flex;
     align-items: center;
     justify-content: center;
     max-width: 1200px;
}
 .site-branding.hidden-xs {
     width: 145px;
     padding: 0;
}
 header#site-header nav ul {
     width: calc(50% - 90px);
     padding: 0;
}
 header#site-header nav ul:first-child {
     justify-content: flex-end;
     padding-right: 40px;
}
 header#site-header nav ul:nth-child(3) {
     justify-content: flex-start;
     padding-left: 40px;
}
 

header#site-header {
    position: absolute;
    width: 100%;
    display: flex;
    align-items:start;
    justify-content: space-evenly;
    left: 0;
    right: 0;
    padding: 0;
    max-width:100%;
    z-index:9;
}

header#site-header:before {
    content:'';
    position:absolute;
    z-index:0;
    background: var(--e-global-color-97c0151);
    height:60px;
    width:100%;
    top:0;
    border:0;
    box-shadow:none;
}

.site-branding {
    padding: 5vw 5vw;
    width: 40vw;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.site-branding img {
    max-width: 100%!important;
}

header#site-header .instagram {
    margin-top: 12px!important;
}

header#site-header .hamburguer {
    margin-top: 17px!important;
}

.action-footer .logo {
    background: #FFF;
    padding:20px 20px 2px!important;
    border-bottom-left-radius:40px;
    border-bottom-right-radius:40px;
    margin-bottom:20px;
    margin-top:-60px;

}

@media only screen and (min-width:767px) {
    header#site-header {
    align-items:start!important;
    justify-content: center!important;

}

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

nav.menu ul {
    padding-top: 16px!important;
}

.site-branding {
    /* padding: 15px 26px 15px !important; */
    /* box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1); */
}
    
}

@media only screen and (max-width:767px) {
    .action-footer .logo {
    width: 70%;
    margin: 0 auto;
    margin-top: -45px;
    margin-bottom: 20px;
    padding: 10px 6vw 20px!important;
    box-shadow: none;
}

.action-footer .logo img {
    max-width: 100%;
    width: 100%;
}
}

 .visible-xs.close-menu {
     display: none;
}
 nav.menu {
}
 @media only screen and (max-width:767px) {
     .menu {
         align-items: center;
         background-color: #303235;
         clip-path: polygon(81.05% 9.1%, 92% 9.1%, 92% 10.1%, 81.05% 10.1%);
         color: #f2f2f2;
         display: flex;
         flex-direction: column;
         font-family: sans-serif;
         font-size: 5vw;
         height: 100%;
         position: fixed;
         top: 0;
         transition: clip-path 400ms cubic-bezier(0.4, 0, 0.2, 1), background-color 400ms cubic-bezier(0.4, 0, 0.2, 1);
         width: 100%;
         min-height: 100vh;
         min-width: 100vw;
         left: 0;
         top: 0;
         z-index: 9999999999999999999999999!important;
    }
     .active.menu {
         background-color: var(--e-global-color-97c0151);
         clip-path: polygon(101% -1%, 101% 101%, -1% 101%, -1% -1%);
         backdrop-filter: blur(12px);
         display: flex!important;
         align-items: center!important;
         justify-content: center!important;
         z-index: 99999999999999999999!important;
         display: block;
    }
     .options {
         align-items: center;
         display: flex;
         flex-direction: column;
         margin-top: 60px;
         transform: scale(0.8);
         transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
    }
     .option {
         cursor: pointer;
         margin: 8px 0;
    }
     .option.selected {
         color: #a02f56;
    }
     .active .options {
         transform: scale(1);
    }
     .top-bars {
         stroke: #303235;
         transition: stroke 400ms cubic-bezier(0.4, 0, 0.2, 1);
    }
     .active .top-bars {
         stroke: #f2f2f2;
    }
     .bar {
         transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
    }
     .bar1 {
         transform-origin: 190px 20.5px;
    }
     .bar2 {
         transform-origin: 190px 28.5px;
    }
     .active .bar1 {
         transform: translateY(8.6px) rotate(45deg);
    }
     .active .bar2 {
         transform: rotate(-45deg);
    }
     .menu-click-area {
         cursor: pointer;
         height: 30vw;
         opacity: 0.3;
         position: absolute;
         right: 10px;
         top: 10px;
         width: 20vw;
    }
     header#site-header {
         z-index: 9999999999999999999!important;
    }
     .active.menu ul {
        /* height: 100%;
         */
         width: 100%!important;
         flex-wrap: wrap;
         align-items: center!important;
         justify-content: center!important;
         vertical-align: inherit!important;
         padding: 0!important;
    }
     .active.menu ul li {
         width: 100%!important;
         text-align: center;
         vertical-align: inherit!important;
         margin: 3vw 0;
    }
     .active.menu ul li a {
         font-size: 7vw;
         line-height: 1;
         padding: 2vw 5vw;
        /* background: #f50;
         */
    }
     .visible-xs.close-menu {
         width: 6vw;
         position: fixed;
         top: 0;
         height: auto!important;
         right: 5vw;
         top: 5vw;
    }
     .menu-click-area {
         position: absolute;
         z-index: 3;
        /* width: 100%!important;
         */
         display: none;
         background: #f50;
        /* top: 0!important;
         */
    }
     nav.menu {
         display: none;
    }
     .visible-xs.close-menu {
        /* position: fixed;
         */
    }
     .visible-xs.close-menu svg {
         width: 100%!important;
         height: auto;
    }
     .menu.active .visible-xs.close-menu {
         display: block;
    }
}



header#site-header {
    top: 50px;
}

header#site-header nav {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    background: #000000bf;
    height: 61px;
    border-radius: 15px;
    backdrop-filter: blur(13px);
}

header#site-header ul li a {
    color: #FFF;
}

.site-branding.hidden-xs {
    margin-top: -34px;
}

#header-geral {
    padding-top: 110px;
}

header#site-header nav ul {
    flex-wrap: wrap;
    text-transform: uppercase;
    font-size: 12px;
    color: #FFF;
}

header#site-header nav ul:first-child {
    padding-right: 20px;
    margin-top: 6px;
}

header#site-header nav ul:nth-child(3) {
    padding-left: 20px;
    margin-top: 6px;
}

@media only screen and (max-width:767px) {
  nav.hidden-xs.menu.active {
    border-radius: 0!important;
    background: #000000e8 !important;
}

nav.hidden-xs.menu.active a {
    font-size: 6vw;
    font-weight: 300!important;
    font-family: 'Lato';
}

header#site-header {
    background: #000000bf;
    width:90%;
    left:0;
    right:0;
    margin:0 auto;
    justify-content: space-around;
    border-radius: 15px;
}

header#site-header:before {
    display: none;
}

header#site-header svg * {
    fill:#FFF!important;
}

.site-branding.hidden-md {
    padding: 0;
    max-width: 26vw;
}

.site-branding.hidden-md {
    margin-top: -19px;
    margin-bottom: -22px;
}
}

/* FIM HEADER ENXERTADO */

@media only screen and (max-width:767px) {
#header-geral {padding-bottom: 0;background-size: 220vw;background-position: top center;}

img.img-tup {
    max-width: 93%;
}

.ligieri-centro.fade-in img {
    width: 70%;
}

/* .textos-inferiores>div {
    width: 100%;
    text-align: center;
    margin: 5px 8vw;
} */

/* .textos-inferiores {
    flex-wrap: wrap;
} */

.textos-inferiores p {
    font-size: 3.5vw;
    line-height: 1.2;
}

.t-inf-1.fade-in {
    order: 3;
}

.t-inf-2.fade-in {
    order: 1;
}

.t-inf-3.fade-in {
    order: 3;
}

.textos-inferiores.rl:nth-child(2) p {
    font-size: 5vw;
}

}

/* permitir que os slides ultrapassem */
.myEtapas {
  overflow: visible !important;
}
.myEtapas .swiper-wrapper {
  overflow: visible !important;
}

/* MOBILE */
@media (max-width: 767px) {
  .myEtapas .swiper-slide {
    width: 50% !important;     /* slide principal */
  }

.swiper.myEtapas h3 {
    font-size: 5vw;
}

.caixa-etapas svg {
    width: 40%;
}

 .myLivros .swiper-slide {
    width: 80% !important;     /* slide principal */
  }

.swiper.myLivros h3 {
    font-size: 5vw;
}

.livros h3 {
    font-size: 5vw!important;
    line-height: 1.3!important;
}

.faixa img {
    width: 310%!important;
    left: -105%;
}

.faixa {
    height: 30vw;
}


}


body.logged-in.admin-bar.customize-support header#site-header {
    z-index: 99999999999999;
    top: 82px;
}


.col-footer.col-footer-1 button {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
}


h3.elementor-headline.elementor-headline-animation-type-drop-in {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper {
    width: 100%!important;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 160px;
}

h3.elementor-headline.elementor-headline-animation-type-drop-in, h3.elementor-headline.elementor-headline-animation-type-drop-in * {
    text-align: center!important;
    
}

span.elementor-headline-dynamic-text {
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    float: none;
    left: 0;
    right: 0;
}

h3.elementor-headline.elementor-headline-animation-type-drop-in {
    line-height: 0.85;
}

header#site-header img.custom-logo {
    width: 144.98px!important;
    height: 129.31px!important;
    margin: 0 auto;
    display: block;
}

h3.elementor-headline.elementor-headline-animation-type-drop-in {
    margin: 0 auto;
}

.swiper-slide p {
    margin: 0 !important;
    display: none;
}

.caixa-etapas .swiper-slide h3 {
    margin: 0 !important;

}

.caixa-etapas .swiper-slide svg {
    margin-bottom: -2px;
}

.caixa-etapas .swiper-slide svg {
    width: 95px;
}

@media only screen and (max-width:767px) {
#header-geral {
    
}

span.elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper {
    font-size: 23vw;
}

h3.elementor-headline.elementor-headline-animation-type-drop-in {
    overflow: hidden;
}

header#site-header img.custom-logo {
    margin: -15px auto -16px;
}

#header-geral {
    
    background-size: 100vw;
    background-position: top center!important;
}

body.logged-in.admin-bar.customize-support header#site-header {
    z-index: 99999999999999;
    top: 96px;
}

.action-footer .logo img {
    margin-bottom: 0;
}

.action-footer .logo {
    width: 80%;
}

.col-footer p, .col-footer-2 a {
    font-size: 3.5vw;
}

.col-footer.col-footer-1 {
    padding: 12px 0 15px!important;
}

.col-footer.col-footer-1 p {
    line-height: 1.2;
    margin-bottom: 21px;
}

}

footer {
    background: #ffffff0d;
    backdrop-filter: blur(31px);
}

.criacaocomvalor {
    display: none;
}

.col-footer h3 {
    font-family: "Capture It", sans-serif!important;
    color: #FFF;
    font-weight: 300!important;
}

.col-footer p, .col-footer li a {
    color: #ffffff73 !important;
}

.whatsapp-fixed a.video-vemo-icon.btn-whatsapp svg {
    margin-top: -12px;
}

@media (max-width:767px) {

.img-c-1>div {
    overflow: hidden;
}

.img-c-1>div img {
    width: 170%;
    max-width: inherit;
    left: -30%;
}

.img-c-1.img-c-2>div img {
    left: -34%;
    width: 140%;
}

.img-c {
    padding:0!important;
}
}


/* EVENTOS */

.evento {
    backdrop-filter: blur(30px);
    padding: 40px;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 25px;
}

.evento h2 {
    text-align: center;
    font-family: "Capture It", sans-serif !important;
    font-size: 68px;
    color: #FFF;
    margin-bottom: 10px;
    line-height: 1;
}

.nume {
    width: 22%;
    text-align: center;
    padding: 15px 15px 7px 15px;
    border: 1px solid #FFF;
    border-radius: 15px;
    background: #FFF;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
}

div.contador-evento {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.nume span {
    font-size: 58px;
    text-align: center;
    display: block;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 0px;
    color: #6f6f6f;
}



.evento h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    color: #FFF;
    letter-spacing: 0.2em;
}



p.evento-data {
    font-size: 25px;
    text-align: center;
    color: #000000;
    background: #FFF;
    padding: 10px 0 9px;
    line-height: 1;
}

.evento {
    background: #45454566;
    border: 5px solid #3b3b3b;
}

.nume:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background: #d9d9d9;
    left: 0;
    top: 43.2%;
    z-index: 5;
}

.evento>h4 {
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom:0;
}

.evento button {
    background-color: transparent;
    font-family: "Lato", Sans-serif;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    background-image: linear-gradient(180deg, #61CE70 0%, #3D7244 100%);
    border-radius: 5px 5px 5px 5px;
    padding: 29px 45px 30px 45px;
    border: 5px solid #72e582!important;
    color: #FFF!important;
    margin: 0 auto!important;
    display: block;
    margin-bottom: -95px!important;
    margin-top: 30px!important;
}


@media only screen and (max-width:767px) {
.evento {
    padding: 7vw;
}

.evento>h4 {
    font-size: 4.5vw;
    margin-bottom: 0;
}

.evento h2 {
    font-size: 15vw;
    line-height: 1;
    margin-bottom: 2vw;
}

p.evento-data {
    font-size: 5.5vw;
}

.evento h3 {
    font-size: 4.5vw;
}

div.contador-evento {
    max-width: 100%;
}

.nume span {
    font-size: 11vw;
    margin-bottom: 0px;
}

.nume {
    padding: 3vw 0vw;
    font-size: 2.4vw;
}

.nume:before {
    top: 39%;
}

.evento button {
    max-width: 100%;
    line-height: 1.1;
    word-wrap: break-word;
    white-space: normal;
    padding: 5vw 5vw;
    font-size: 5vw;
    margin-bottom: -19vw!important;
}
}

.evento.evento_taf {
    background: #fd2c2c17;
    border-color: #251111;
}

.evento.evento_taf p.evento-data {
    background: #ffd7d7;
}

.evento.evento_psicologico {
    background: #121e33;
    border-color: #192d4f;
}

.evento.evento_psicologico p.evento-data  {
    background: #ecf3ff;
}



.evento.evento_exame_medico {
    background: #b3a260;
    border-color: #e3ce7a;
}

.evento.evento_exame_medico p.evento-data {
    background: #ffe170;
}

.evento.evento_investigacao_social {
    background: #5f4936;
    border-color: #8b6a4d;
}

.evento.evento_investigacao_social {
    background: #5f4936;
    border-color: #8b6a4d;
}

.evento.evento_investigacao_social p.evento-data {
    background: #ffe4cd;
}

@media only screen and (max-width:767px) {
.evento.evento_psicologico h2, .evento.evento_investigacao_social h2 {
    margin-left: -8vw!important;
    margin-right: -8vw!important;
    font-size: 13vw !important;
}
}