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

 body {
     background: var(--e-global-color-06cbd35)!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;
}
