/*
    Theme Name: Hello Elementor Child
    Template: hello-elementor
*/

 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;
    }
}
/* 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-rodape);
}
 .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-secondary);
     font-size: 5vw;
}
 .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;
    }
}
/* MATERNIDADE */
 #maternidade h1 {
     text-align: center;
     font-size: 7vw;
     color: var(--e-global-color-secondary);
}
 ul.padreador, ul.matriz {
     list-style: none;
     padding: 0;
     width: 45%;
     float: left;
     margin: 2.5%;
     border-radius: 500px;
}
 ul.padreador img, ul.matriz img {
     border-radius: 5000px;
     box-shadow: 0px 6px 41px 1px rgba(0,0,0,0.6);
}
 .page.filhotes {
     margin: 0 auto;
}
 .filhotes ul.list {
     flex-wrap: wrap;
     align-items: center;
     justify-content: center;
     border-radius: 500px;
}
 .filhotes ul.list li {
     width: 29.333333%;
     margin: 2%;
     height: auto;
     min-height: inherit;
     padding: 0;
}
 .filhotes ul.list li img {
     border-radius: 500px;
}
 .filhotes ul.list .item.active {
     width:31.333333%;
     margin: 2% 1%;
     border: 3px solid #FFF;
     border-radius: 500px;
     border-color: var(--e-global-color-secondary);
     box-shadow:0px 1px 30px 1px rgba(0,0,0,1);
     z-index: 9;
}
 .filhotes .carousel-tabs {
     padding: 0 1.5%;
}
 .filhotes main {
     background: #ffffff21;
     padding: 15px;
     backdrop-filter: blur(10px);
     width: 97%;
     margin: 0 auto;
     margin-bottom: 15px;
     border: 1px solid #ffffff1f;
     border-bottom-left-radius: 20px;
     border-bottom-right-radius: 20px;
     border-top: 0;
     overflow:hidden;
}
 .filhotes main a {
    /* overflow: hidden;
     */
     text-decoration: none!important;
     display: block;
     margin-top: 20px;
}
 .filhotes main a button {
     display: block;
     margin-top: 15px;
     clear: both;
     overflow: hidden;
     margin-bottom: 0!important;
     padding: 10px 30px;
     font-size: 22px;
     padding: 2vw 10vw;
     font-size: 5vw;
}
 .filhotes main a button:hover {
     background-color: var(--e-global-color-accent);
}
 @media only screen and (min-width:767px) {
     .filhotes main a button {
         padding: 10px 30px;
         font-size: 22px;
    }
}
 .swiper-pagination-bullet {
     background: var(--e-global-color-secondary)!important;
}
 .swiper img {
     border-radius: 30px;
}
 .estrela-maternidade {
     position: absolute;
     width: 12vw;
     left: -6vw;
     right: -6vw;
     left: 44vw;
     top: 40vw;
}
 .estrela-maternidade * {
     fill: var(--e-global-color-secondary);
}
 ul.padreador a, ul.matriz a {
     text-align: center!important;
     margin: 0 auto;
     width: 100%;
     display: block;
     color: #fff;
     font-size: 5vw;
     text-transform: uppercase;
     font-weight: 900;
}
 #maternidade h1 {
     font-weight: 900;
     text-transform: uppercase;
}
 .page.filhotes h2 {
     text-align: center;
     text-transform: uppercase;
     font-size: 4vw;
     letter-spacing: 0.1em;
     color: var(--e-global-color-secondary);
}
 .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;
     box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
     border: 1px solid #ffffff1f;
}
 @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: bold;
     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;
}
 .titulo-filhote {
     text-align: center;
}
 .titulo-filhote h3, .titulo-filhote h4 {
     font-weight: bold;
     text-transform: uppercase;
     font-size: 7vw;
     margin: 0;
     color: #FFF;
}
 .titulo-filhote h4 {
     font-weight: normal;
     font-size: 5vw;
     line-height: 1;
     margin: 10px 0;
}
 .titulo-filhote h3 {
     color: var(--e-global-color-secondary);
}
 span.icone.gen svg {
     width: 100%;
     height:auto;
}
 span.icone.gen {
     width: 7vw;
     display: inline-block;
     float: left;
     height: auto!important;
     margin-top: 3px;
}
 .page-content.active {
}
 h4.genero {
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
}
 span.icone.gen svg * {
     fill: #ff6edd;
}
 span.icone.gen.Macho svg * {
     fill: #06a1ff;
}
 span.icone.gen.Macho svg {
     margin-right:-15px;
}
 @media only screen and (min-width:767px) {
     span.icone.gen {
         width: 28px;
    }
}
 h4.disponibilidade {
     padding: 15px 20px;
     color: var(--e-global-color-secondary);
     width: max-content;
     margin: 0 auto;
     border-radius: 30px;
     border: 1px solid var(--e-global-color-secondary);
     font-weight: bold;
}
 h4.disponibilidade.Reservado {
     color: #df5353;
     border-color: #df5353;
}
 button.cta-filhote {
     BACKGROUND: var(--e-global-color-accent);
     BORDER: var(--e-global-color-accent);
     COLOR: #ffffff;
     FONT-WEIGHT: 900;
     margin: 0 auto;
     float: none;
     display: block;
     margin-bottom: 70px;
     font-size: 6vw;
     padding: 3vw 8vw;
     max-width: 100%;
     text-shadow: 0px 0px 12px rgb(17 92 49);
     box-shadow: 0px 9px 40px -1px rgb(13 150 72);
     border-radius: 30px;
}
 button.cta-filhote:hover {
     background-color: var(--e-global-color-accent);
}
 @media only screen and (min-width:767px) {
     #maternidade h1 {
         font-size: 42px;
    }
     ul.padreador, ul.matriz {
         max-width: 330px;
         align-items: center;
         justify-content: center;
         display: flex;
         padding: 0!important;
         margin: 0!important;
    }
     ul.padreador li, ul.matriz li {
         width: 100%;
    }
     ul.padreador a, ul.matriz a {
         font-size: 36px;
    }
     .area-padreadores {
         max-width: 660px;
         margin: 0 auto;
         height: 360px;
    }
     ul.padreador, ul.matriz {
         width: 50%;
    }
     ul.padreador li, ul.matriz li {
         display: flex;
         align-items: center;
         justify-content: center;
         flex-wrap: wrap;
    }
     .page.filhotes h2 {
         font-size: 28px;
    }
     .filhotes ul.list .item {
         width: auto!important;
         margin: 0 5px!important;
    }
     .page.filhotes {
         max-width: 1170px;
         margin-top: 20px;
    }
     .filhotes ul.list {
         margin-bottom: 30px;
         display: flex;
         align-items: center;
         justify-content: center;
         flex-wrap: nowrap;
    }
     .tabela-maternidade h3 {
         font-size: 20px;
    }
     .tabela-maternidade span.title-list {
         font-size: 20px;
    }
     .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: 20px;
         font-weight: bold;
    }
     .estrela-maternidade {
         width: 50px!important;
         top: calc(50% + 55px);
         left: calc(50% - 25px);
    }
     .swiper {
         max-width: 100%!important;
    }
     .page-content.active {
         width: 100%!important;
         max-width: 100%!important;
    }
     .titulo-filhote h3 {
         font-size: 35px;
    }
     .titulo-filhote h4 {
         font-size: 21px;
    }
     button.cta-filhote {
         font-size:26px;
         padding:10px 40px 
    }
     ul.padreador img, ul.matriz img {
         max-width: 90%;
    }
}
 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-ball {
    }
     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;
        /* background: #f50!important;
         */
    }
     .tabela-maternidade span.check svg {
         width: 16px;
    }
     .tabela-maternidade span.check:not(.ativo) svg {
         width: 14px!important;
    }
     span.check-arrow {
         top: inherit;
    }
}
 @media only screen and (max-width:767px) {
     .filhotes ul.list li:first-child:nth-last-child(n + 4 ), .filhotes ul.list li:first-child:nth-last-child(n + 4) ~ li {
         width:20.5%;
    }
     .filhotes ul.list li.active:first-child:nth-last-child(n + 4 ), .filhotes ul.list li:first-child:nth-last-child(n + 4) ~ li.active {
         width:23.5%!important;
         margin:0!important;
    }
     .filhotes ul.list li:first-child:nth-last-child(n + 5 ), .filhotes ul.list li:first-child:nth-last-child(n + 5) ~ li {
         width:29.333333%;
    }
     .filhotes ul.list li.active:first-child:nth-last-child(n + 5 ), .filhotes ul.list li:first-child:nth-last-child(n + 5) ~ li.active {
         width:31.333333%!important;
    }
     .filhotes ul.list li:first-child:nth-last-child(n + 7 ), .filhotes ul.list li:first-child:nth-last-child(n + 7) ~ li {
         width:20.5%;
    }
     .filhotes ul.list li.active:first-child:nth-last-child(n + 7 ), .filhotes ul.list li:first-child:nth-last-child(n + 7) ~ li.active {
         width:23.5%!important;
    }
     .filhotes ul.list li:first-child:nth-last-child(n + 9 ), .filhotes ul.list li:first-child:nth-last-child(n + 9) ~ li {
         width:29.333333%;
    }
     .filhotes ul.list li.active:first-child:nth-last-child(n + 9 ), .filhotes ul.list li:first-child:nth-last-child(n + 9) ~ li.active {
         width:31.333333%!important;
    }
     .filhotes ul.list li:first-child:nth-last-child(n + 10 ), .filhotes ul.list li:first-child:nth-last-child(n + 10) ~ li {
         width:20.5%;
    }
     .filhotes ul.list li.active:first-child:nth-last-child(n + 10 ), .filhotes ul.list li:first-child:nth-last-child(n + 10) ~ li.active {
         width:23.5%!important;
    }
}
 @media only screen and (min-width:767px){
     .filhotes ul.list {
         flex-wrap: wrap!important;
    }
     .filhotes ul.list li:first-child:nth-last-child(n + 1 ), .filhotes ul.list li:first-child:nth-last-child(n + 1) ~ li {
         width:15.5%!important;
    }
     .filhotes ul.list li.active:first-child:nth-last-child(n + 1 ), .filhotes ul.list li:first-child:nth-last-child(n + 1) ~ li.active {
         width:18.5%!important;
         margin:0!important;
    }
     .filhotes ul.list li:first-child:nth-last-child(n + 6 ), .filhotes ul.list li:first-child:nth-last-child(n + 6) ~ li {
         width:calc(16.66666666666667% - 20px)!important;
         margin:0 10px;
    }
     .filhotes ul.list li.active:first-child:nth-last-child(n + 6 ), .filhotes ul.list li:first-child:nth-last-child(n + 6) ~ li.active {
         width:calc(16.66666666666667% + 20px)!important;
         margin:0!important;
    }
     .filhotes ul.list li:first-child:nth-last-child(n + 7 ), .filhotes ul.list li:first-child:nth-last-child(n + 7) ~ li {
         width:calc(14.28571428571429% - 20px)!important;
         margin:0 10px;
    }
     .filhotes ul.list li.active:first-child:nth-last-child(n + 7 ), .filhotes ul.list li:first-child:nth-last-child(n + 7) ~ li.active {
         width:calc(14.28571428571429% + 20px)!important;
         margin:0!important;
    }
     .filhotes ul.list li:first-child:nth-last-child(n + 8 ), .filhotes ul.list li:first-child:nth-last-child(n + 8) ~ li {
         width:calc(12.5% - 16px)!important;
         margin:0 8px;
    }
     .filhotes ul.list li.active:first-child:nth-last-child(n + 8 ), .filhotes ul.list li:first-child:nth-last-child(n + 8) ~ li.active {
         width:calc(12.5% + 16px)!important;
         margin:0!important;
    }
     .filhotes ul.list li:first-child:nth-last-child(n + 9 ), .filhotes ul.list li:first-child:nth-last-child(n + 9) ~ li {
         width:calc(11.11111111111111% - 16px)!important;
         margin:0 8px;
    }
     .filhotes ul.list li.active:first-child:nth-last-child(n + 9 ), .filhotes ul.list li:first-child:nth-last-child(n + 9) ~ li.active {
         width:calc(11.11111111111111% + 16px)!important;
         margin:0!important;
    }
     .filhotes ul.list li:first-child:nth-last-child(n + 10 ), .filhotes ul.list li:first-child:nth-last-child(n + 10) ~ li {
         width:calc(10% - 16px)!important;
         margin:0 8px;
    }
     .filhotes ul.list li.active:first-child:nth-last-child(n + 10 ), .filhotes ul.list li:first-child:nth-last-child(n + 10) ~ li.active {
         width:calc(10% + 16px)!important;
         margin:0!important;
    }
}
/* FIM DA MATERNIDADE */
/* HEADER FITA */
 header#site-header.header-fita nav.hidden-xs {
     align-items: flex-start;
}
 header#site-header.header-fita:before {
     content: "";
     width: 100%;
     height: 64px;
     position: absolute;
     background: var(--e-global-color-light);
     top: 0;
}
 header#site-header.header-fita {
     position: relative;
     width: 100%;
     max-width: 100%;
     margin: 0!important;
     padding: 0;
     text-align: center;
     align-items: center;
     justify-content: center;
}
 header#site-header.header-fita:before {
}
 header#site-header.header-fita ul {
     padding-top: 20.5px!important;
}
 header#site-header.header-fita ul li a {
     color:#FFF;
     letter-spacing: 0.1em 
}
 header#site-header.header-fita img {
     margin-top: 6px;
}
 h3.entrega-liberada {
     text-align: center;
     max-width: 98%;
     color: var(--e-global-color-secondary)!important;
     font-weight: 900;
     font-size: 7.2vw;
     border-radius: 20px;
     border: 1px solid var(--e-global-color-secondary)!important;
     padding: 5vw 6vw;
     clear: both;
     margin: 15px auto 30px;
}
 @-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);
    }
}
 h3.entrega-liberada {
     overflow:hidden;
     font-style: italic;
}
 h3.entrega-liberada::before{
     content:"";
     width:120%;
     height:120%;
     position: absolute;
     left: -46px;
     right: 0;
     top: 0;
     bottom: 0;
     z-index: -1;
     opacity: 0.1;
     filter: blur(0px);
     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;
}
 @media only screen and (max-width:767px) {
     header#site-header.header-fita {
         align-items: flex-start;
         justify-content: space-around;
    }
     .header-fita .hamburguer {
         margin-top: 20px;
    }
     .header-fita .instagram {
         margin-top: 16px;
    }
}
/* FIM HEADER FITA */
/* COUNTDOWNTIMER */
 .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: white;
     text-align: left;
     font-size: 30px;
     font-family: open sans, helvetica, arial;
     font-weight: lighter;
}
 .countDown .container {
     clear: none;
}
 .countDown .separator {
    /* Styles for seperator */
}
 .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: normal;
}
 .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%;
}
 .ficha {
     clear: both;
     overflow: hidden 
}
 .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:normal;
     position: static;
     font-size:2.8vw;
     letter-spacing:0.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;
    /* font-style: italic;
     */
}
 .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;
    }
     .countDown div.container {
    }
     .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;
    }
}
/* FIM COUNTDOWNTIMER */
/* LOOP MATERNIDADE */
 #maternidade.loop h2.entry-title {
     color: #FFF;
     text-transform: uppercase;
     font-weight: 900;
     font-size: 6vw;
}
 article#maternidade.loop button.cta-filhote {
     display: block;
     overflow: inherit;
     word-break: break-word;
     white-space: inherit;
     font-size: 5vw;
     line-height: 1;
     padding: 4.5vw;
     width: 98%;
}
 article#maternidade.loop button.cta-filhote:hover {
     background-color: var(--e-global-color-accent);
}
 @media only screen and (min-width:767px) {
     #maternidade.loop h2.entry-title {
         font-size: 24px;
    }
     article#maternidade.loop button.cta-filhote {
         font-size:26px;
         padding:15px 40px;
         width:max-content;
         margin-top: 20px;
    }
}
 article#maternidade.loop .carousel-tabs {
     max-width: 800px;
}
 article#maternidade.loop button.cta-filhote {
     margin-top: 10px;
}
 span.icon-reservado {
     position: absolute;
     width: 30%;
     height: 30%;
     padding:5%;
     background: #df5353;
     z-index: 9999;
     border-radius:5000px;
     box-shadow: 0px 0px 20px 3px rgb(0 0 0 / 80%);
     bottom: 0;
     right: 0;
     display: flex!important;
     align-items: center!important;
     justify-content: center!important;
}
 span.icon-reservado svg {
     width: 100%!important;
     height: auto!important;
}
 span.icon-reservado svg * {
     fill: #FFF;
}
 li.item.Reservado:before {
     width: 100%;
     height: 100%;
     content: "";
     border-radius: 5000px;
     border: 2px solid #df5353;
     display: block;
     position: absolute;
     z-index: 5;
}
 li.item.Reservado img {
     opacity: 0.9;
}
 @media only screen and (min-width:767px) {
     li.item.Reservado:before {
         border: 4px solid #df5353;
    }
}
/* FIM LOOP MATERNIDADE */
/* 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-bg-menu);
         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 */
/* LANDING PAGE */
 .area-landing-page {
     text-align: center;
     width: 95%;
     margin: 0 auto;
     margin-top: -20px;
     margin-bottom: -10px;
     max-width: 800px;
}
 .area-landing-page h2 {
     color: var(--e-global-color-secondary);
     font-size: 9vw;
     line-height: 1;
    /* font-size: 62px;
     */
     font-weight: 500!important;
     text-transform: none;
     font-style: italic;
     text-shadow: 2px 2px 0px rgb(0 0 0 / 97%);
}
 .area-landing-page p {
     color: #FFF;
     font-size: 3.4vw;
}
 article#maternidade > h3 {
     color:#FFF;
     font-size: 9vw;
     line-height: 1;
    /* font-size: 62px;
     */
     font-weight: 500!important;
     text-transform: none;
     font-style: italic;
     text-shadow: 2px 2px 0px rgb(0 0 0 / 97%);
     margin-bottom:-10px;
     text-align:center;
}
 @media only screen and (min-width:767px) {
     .area-landing-page h2 {
         font-size: 66px;
         line-height: 0.9;
    }
     .area-landing-page p {
         font-size: 15px;
         line-height: 1.8;
    }
     article#maternidade h3 {
         font-size: 45px;
         margin-top: 10px;
    }
}
/* FIM DA LANDING PAGE */
 header#site-header ul li a {
     color: var(--e-global-color-menu);
}
 header#site-header nav.hidden-xs.menu.active ul li a {
     color: var(--e-global-color-light);
}
 header#site-header .hamburguer svg *, header#site-header .instagram svg * {
     fill: var(--e-global-color-menu);
}
 body {
     background: var(--e-global-color-fundo-site)!important;
}
 .area-data {
     text-align: center;
}
/* single filhote */
 .single-filhote-thumb {
     max-width: 500px;
     margin: 0 auto;
     width: 80%;
}
 .single-filhote-thumb img {
     border-radius: 5000px!important;
     height: auto;
     margin: 0 auto;
     display: block;
}
 h4.text-center.term-raca {
     font-size: 26px!important;
}
 .info-filhote h3, .info-filhote h4 {
     font-size: 26px!important;
}
 article#maternidade.single-filhote .page-content h3 {
     text-align: center!important;
     width: 100%!important;
     color: var(--e-global-color-primary);
     font-size: 27px;
     font-weight: bold;
     text-transform: uppercase;
}
 article#maternidade {
}
 .page-content.active {
}
 #maternidade.single-filhote h1 {
     color: var(--e-global-color-primary);
}
 .page.filhotes h3, .page.filhotes h4 {
     color: #FFF;
}
 .page.filhotes h4.disponibilidade {
     color: var(--e-global-color-secondary);
}
 .filhotes main {
     border-radius: 20px!important;
     border-top: 1px solid #ffffff1f;
}
 h4.text-center.term-raca {
     margin-top: 10px!important;
     margin-bottom: 0px;
}
 .page.filhotes h3, .page.filhotes h4 {
     margin: 5px 0 0;
}
 .slide-filhote .info-filhote {
     margin-bottom: 15px;
}
 .slide-filhote img {
     border-radius: 10px!important;
}
 .info-filhote {
     text-align: center;
}
 .slide-filhote .info-filhote h3, .slide-filhote .info-filhote h4 {
     margin: 7px 0!important;
     font-size: 20px!important;
     color: #FFF;
     font-weight: normal;
}
 .slide-filhote .info-filhote h3, .slide-filhote .info-filhote h4 {
}
 .slide-filhote button.cta-filhote {
     width: 100%!important;
     font-size: 20px!important;
     border-radius: 50px!important;
     box-shadow: none;
     margin-top: 15px;
     margin-bottom: 50px;
}
 .filhotes main {
     margin-top: 10px!important;
}
 .swiper-slide.slide-filhote {
     padding: 10px;
}
 @media only screen and (max-width:767px) {
     h4.text-center.term-raca {
         font-size: 5vw!important;
    }
     .info-filhote h3, .info-filhote h4 {
         font-size: 5vw!important;
    }
     article#maternidade.single-filhote .page-content h3 {
         font-size: 6vw!important;
    }
     #maternidade.single-filhote h1 {
         font-size: 8vw!important;
    }
     .slide-filhote button.cta-filhote {
         font-size: 4.5vw!important;
    }
}
 h3.h3-single {
     font-size: 7vw!important;
}
 .info-filhote {
     margin-bottom:10px;
}
 @media only screen and (min-width:767px) {
     h3.h3-single {
         font-size: 28px!important;
    }
}
 .slide-filhote h3.text-center.filhote-de {
     font-size: 4vw;
     color: #FFF;
     letter-spacing: 0.1em;
     margin-bottom: 1px;
}
 .slide-filhote .area-padreadores img,.slide-filhote .area-matrizes img {
     border-radius: 5000px!important;
}
 .slide-filhote .estrela-maternidade {
     width: 10%!important;
     position: absolute;
     float: left;
     left: 0;
     right: 0;
     margin: 0 auto;
     top: 110px;
    /* background: #f50;
     */
}
 .slide-filhote ul.padreador a,.slide-filhote ul.matriz a {
     font-size: 3.5vw!important;
}
 .slide-filhote .area-padreadores {
    max-width: 80%;
    margin: 0 auto;
}
 .slide-filhote ul.padreador {
     margin-bottom: 10px;
}
 @media only screen and (min-width:767px) {
     .slide-filhote ul.padreador a,.slide-filhote ul.matriz a {
         font-size: 15px!important;
    }
     .slide-filhote h3.text-center.filhote-de {
         font-size:16px;
         margin-bottom:6px;
    }
     .slide-filhote .estrela-maternidade {
         width:10%!important;
    }
}
 .area-padreadores {
     height:auto;
}
 ul.padreador {
     margin-bottom: 10px!important;
}
 nav.menu li a {
     text-transform: uppercase;
}
 .slide-filhote .info-filhote h3:first-child {
     padding: 0!important;
     font-weight: 900;
}
 article#maternidade.single-filhote h1 {
     color: var( --e-global-color-secondary );
     font-size: 9vw!important;
     line-height: 1;
}
 @media only screen and (min-width:767px) {
     article#maternidade.single-filhote h1 {
         font-size: 69px!important;
    }
}
 span.icon-reservado {
     top: 290px;
     right: 0;
     left: 0;
     margin: 0 auto;
     width: 180px;
     height: 20px;
     color: #FFF;
     text-transform: uppercase;
     line-height: 1;
     font-weight: bold;
     letter-spacing: 0.06em;
     display: flex!important;
     align-items: center!important;
     justify-content: center!important;
}
 span.icon-reservado svg {
     width: 30px!important;
     max-width: 30px!important;
     margin-right: 3px!important;
     margin-bottom: -3px;
}
 @media only screen and (max-width:767px) {
     span.icon-reservado{
         top: 230px;
    }
}
 .slide-filhote.Reservado img.size-single-filhote {
     border: 5px solid #df535347;
}
 span.icon-reservado {
     background: #df53536b;
     backdrop-filter: blur(21px);
}
/* PLANTEL STYLES */
 .swiperplantel img {
     border-radius: 30px;
}
 .swiperplantel h3 {
     text-align: center;
     text-transform: uppercase;
     color: var(--e-global-color-secondary);
}
 div#single-plantel {
     max-width: 880px;
     margin: 0 auto;
}
 .thumb-single-plantel img {
     border-radius: 500px!important;
     margin: 0 auto;
     display: block;
     z-index:2;
     border:5px solid #FFF!important;
}
 .grid-single-plantel {
     width: 100%;
     background: #ffffffc7;
     backdrop-filter: blur(30px);
     padding:100px 60px 60px 60px;
     border-radius: 30px!important;
     margin-top: -100px;
}
 .grid-single-plantel h3, .grid-single-plantel h1 {
     text-align:center;
}
 .grid-single-plantel h3 {
     font-size: 18px;
     font-style:italic;
    /* margin-bottom:30px;
     */
     width: 50%;
     float: left;
     text-align: left;
     padding-right: 24px;
}
 ul.info-single-plantel {
     display: block;
     list-style: none;
     padding: 0;
    /* max-width: 500px;
     */
     width: 50%;
     float: left;
}
 ul.info-single-plantel li {
     border-bottom: 1px solid #0000001c;
     padding: 10px 0;
}
 ul.galeria-single-plantel {
     clear: both;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 0;
     list-style: none;
     flex-wrap: wrap;
}
 .grid-descricao-plantel {
     display: flex;
     align-items: baseline;
     justify-content: center;
}
 ul.galeria-single-plantel li {
     width: 33.333333%;
     padding: 0 5px;
}
 ul.galeria-single-plantel li a img {
     width: 100%;
     border-radius: 15px!important;
}
 .grid-single-plantel h1 {
     text-transform: uppercase;
     color: var(--e-global-color-secondary);
}
 .thumb-single-plantel img {
     max-width: 80%;
}
 ul.info-single-plantel li a {
     color: var(--e-global-color-accent);
     font-weight: bold;
     text-transform: uppercase;
}
 @media only screen and (max-width:767px) {
     .grid-single-plantel h3, ul.info-single-plantel {
         width:100%!important;
    }
     .grid-single-plantel {
        padding: 100px 7% 10% 7%;
    }
     .grid-descricao-plantel {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
     .grid-single-plantel h3 {
         text-align: center;
         padding: 0;
    }
     ul.info-single-plantel li {
         text-align: center;
    }
}
 .grid-archive-plantel .elementor-shortcode {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
}
 .plantel-item {
     width: 33.333333%;
     padding:10px;
}
 .elementor-shortcode {
}
 .plantel-item h3 {
     text-align: center;
     font-weight: bold;
     text-transform: uppercase;
     color: var(--e-global-color-secondary);
}
 .plantel-item img {
     border-radius: 30px!important;
}
 @media only screen and (max-width:767px) {
     .plantel-item {
         width:50%;
    }
}
/* FIM PLANTEL STYLES */
/* LIGHTBOX HACK */
 .swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden.elementor-slideshow--ui-hidden {
     max-height: 100vh;
}
 .swiper-slide.elementor-lightbox-item.swiper-slide-active {
     max-height: 100vh;
}
 .swiper-zoom-container {
     max-height: 100vh;
}
 .elementor-lightbox .elementor-lightbox-image {
     max-height: 90vh!important;
}
 footer.elementor-slideshow__footer {
     display: none!important;
}
/* FIM LIGHTBOX HACK */
/* DEPOIMENTOS */
 .depoimentos img {
     display: block;
     width: 35%;
     float: left;
     border-radius: 500px!important;
     z-index: 2;
     border: 5px solid #FFF!important;
     box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.9)!important;
}
 .grid-depoimentos {
     float: left;
     width: 65%;
     background: #ffffff75;
     padding: 50px;
     padding-left: 90px;
     margin-left: -4%;
     border-radius: 50px;
     backdrop-filter: blur(20px);
}
 .depoimentos .swiper-slide {
     display: flex;
     align-items: center;
     justify-content: center;
}
 .depoimentos h3 {
     text-transform: uppercase;
     font-weight: bold;
     color: var(--e-global-color-secondary);
}
 .depoimentos p {
     color: #FFF;
}
 .grid-depoimentos:before {
     position: absolute;
     width: 97%;
     height: 92%;
     content: "";
     border: 1px dashed var(--e-global-color-secondary);
     left: 1.5%;
     border-radius: 50px;
     top: 4%;
}
 .depoimentos span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}
 @media only screen and (max-width:767px) {
     .grid-depoimentos {
         width:100%;
         margin:0;
         padding:3vw 7vw;
         padding-top:18vw;
    }
     .depoimentos .swiper-slide {
         flex-wrap:wrap;
    }
     .depoimentos p, .depoimentos h3 {
         text-align:center;
    }
     .grid-depoimentos:before {
         width: 94%;
         height: 94%;
         left:3%;
         top:3%;
    }
     .depoimentos img {
         width:60vw;
         margin-bottom:-15vw;
    }
     .depoimentos {
         padding-bottom:50px;
    }
}
 .depoimentos.item-depoimentos {
     clear: both;
     margin: 40px auto;
     max-width: 900px;
     width: 90%;
     display: flex;
     align-items: center;
     justify-content: center;
}
 @media only screen and (max-width:767px) {
     .depoimentos.item-depoimentos {
         flex-wrap:wrap;
    }
}
/* FIM DEPOIMENTOS */
/* ARCHIVE FILHOTES */
 .archive-filhotes {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
}
 .archive-filhotes .swiper-slide.slide-filhote {
     width: 33.333333333%;
}
 @media only screen and (max-width:767px) {
     .archive-filhotes .swiper-slide.slide-filhote {
         width:100%;
    }
}
/* FIM ARCHIVE FILHOTES */
/* SINGLE FILHOTE */
 article#maternidade.single-filhote span.icon-reservado {
     position: static;
     width: max-content;
     padding: 30px;
     margin: 20px auto 10px;
}
/* FIM SINGLE FILHOTE */
/* PARCEIROS */
 .image-parceiro {
     height: 210px;
     display: flex;
     align-items: center;
     justify-content: center;
     background: #FFF;
     padding: 30px;
     border-radius: 20px;
}
 .image-parceiro img {
     max-width: 86%;
}
 .grid-parceiro {
     text-align: center;
}
 .grid-parceiro h3 {
     color: var(--e-global-color-primary);
     text-transform: uppercase;
     font-weight: 900;
}
 .grid-parceiro p {
     color: var(--e-global-color-text);
}
 .swiper.swiperparceiros {
     padding-bottom: 40px;
}
 .swiper.swiperparceiros .swiper-slide {
    /* background: #ffffffe0;
     */
     border-radius: 30px;
     padding: 10px 40px;
    /* border: 3px solid #00000036;
     */
}
/* FIM PARCEIROS */

/* NINHADAS */

.info-ninhada {
    width: 100%!important;
}

.swiper.swiperninhada h3, .swiper.swiperninhada h2, .info-ninhada h4 {
    width: 100%!important;
    text-align: center;
}

.swiper.swiperninhada>.swiper-wrapper {
    flex-wrap: wrap;
}

.area-padreadores {
    width: 100%!important;
}

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

.info-ninhada h4 {
    clear: both;
}

.swiperninhada .estrela-maternidade {
    width: 100%!important;
    left: 0;
    right: 0;
    top: 18vw!important;
    z-index: 9;
}

.swiperninhada .estrela-maternidade svg {width: 8vw;margin: 0 auto;display: block;background: #FFF;height: 8vw;padding: 1vw;border-radius: 500px;}

.info-ninhada p {
    font-size: 19px;
    width: 100%;
    color: #FFF;
    clear: both;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
}
@media only screen and (max-width:767px) {
.info-ninhada p {
    font-size: 3.8vw;
    max-width: 90%;
}

.swiperninhada .info-ninhada h4 {
    font-size: 4.8vw!important;
}
}

@media only screen and (min-width:767px) {
.swiperninhada .estrela-maternidade svg {
    width: 60px;
    padding: 10px;
    height: 60px;
}

.swiperninhada .estrela-maternidade {
    top: 136px!important;
}



}

 /* FIM NINHADAS */
