/* Created by Vagner Njord - Njord Technologies ₢ & Associates */
/* All Rights Reserved */

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #cd98ff;
    bottom: 0;
    left: calc(50% - 25px);
}

/* Clear SEO format tags */
.no-bold {
    font-weight: normal;
}

.no-em {
    font-style: normal;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #ff66c4;
    border-top-color: #ecf8f9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    background: #38b6ff;
}

.back-to-top:hover {
    background: #ff66c4;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.custom_delay {
    animation-name: rubberBand;
    animation-delay: 3s; /* ou o valor que desejar */
    animation-timing-function: ease;
    animation-duration: 1s; /* ajuste a duração se necessário */
    animation-iteration-count: 3; /* animação ocorrerá 3 vezes */
}

.custom_link {
    color: white !important; /* O !important garante que este estilo tenha prioridade sobre outros potenciais estilos que possam estar afetando o link */
    margin-left: 10px;
}

.custom_link:hover {
    color: white; /* Mantém a cor branca mesmo quando o usuário passa o mouse sobre o link */
}

.custom_link-contato i {
    font-size: 36px;;
    color: #38b6ff;
    transition: color 0.3s ease-in-out;  /* Transição suave da cor */
}

.custom_link-contato:hover i {
    color: #25D366;  /* Cor do ícone no hover */
}


.social-icon {
    font-size: 22px;;
    color: #ffffff;
    margin-left: 10px; /* Espaçamento entre ícones */
    transition: color 0.3s ease-in-out; /* Transição suave da cor */
}

.social-icon-contato {
    font-size: 36px;;
    color: #38b6ff;
    margin-left: 10px; /* Espaçamento entre ícones */
    transition: color 0.3s ease-in-out; /* Transição suave da cor */
}

/* Cor de marca no hover */
.social-icon.facebook:hover {
    color: #1877F2;
}

.social-icon.instagram:hover {
    color: #C13584;
}

.social-icon.youtube:hover {
    color: #FF0000;
}

.social-icon-contato.facebook:hover {
    color: #1877F2;
}

.social-icon-contato.instagram:hover {
    color: #C13584;
}

.social-icon-contato.youtube:hover {
    color: #FF0000;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.appointment-btn {
    margin-left: 25px;
    background: #cd98ff;
    color: #fff;
    border-radius: 4px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
}
  
.appointment-btn:hover {
    background: #d8aeff;
    color: #fff;
}

#header .logo img {
    max-height: 70px;
    margin-top: -10px;
    margin-bottom: -10px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
#topbar {
    /* background: #38b6ff; */ /* Azul */
    background: #ff66c4; /* Rosa */
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
    color: #cd98ff;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: rgba(205, 152, 255, 0.8);
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: #cd98ff;
}

/* Customização do Carrossel */
.carousel-caption {
    z-index: 20; /* Um valor arbitrário que é maior que o z-index dos slides de imagem */
}

.custom_h2 {
    color: #fff !important;
    text-shadow: 2px 2px 4px rgba(255, 0, 0, 0.9);
}

.custom_p {
    color: #fff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
    font-size: 130%;
}

@media (max-width: 767px) {
    .carousel-caption {
      display: block !important;
      opacity: 1 !important;
      visibility: visible !important;
    }
}

@media (max-width: 767px) {
    .custom_h2 {
        font-size: 220% !important;
    }
}

@media (max-width: 767px) {
    .custom_p {
        font-size: 120% !important;
    }
}

@media (max-width: 767px) {
    .btn-get-started {
        font-size: 120% !important;     /* Aumenta o tamanho da fonte do texto no botão */
        padding: 15px 35px; /* Aumenta o preenchimento ao redor do texto, tornando o botão mais "gordo" */
        /* Se você quiser definir um tamanho fixo para o botão, pode usar as propriedades width e height */
        /* width: 150px; */
        /* height: 50px; */
    }
}

@media (min-width: 768px) {
    .carousel-caption {
      display: block !important;
      opacity: 1 !important;
      visibility: visible !important;
    }
}

@media (min-width: 768px) {
    .custom_h2 {
        font-size: 170% !important;
    }
}

@media (min-width: 768px) {
    .custom_p {
        font-size: 120% !important;
    }S
}

@media (min-width: 768px) {
    .btn-get-started {
        font-size: 120% !important;     /* Aumenta o tamanho da fonte do texto no botão */
        padding: 15px 35px; /* Aumenta o preenchimento ao redor do texto, tornando o botão mais "gordo" */
        /* Se você quiser definir um tamanho fixo para o botão, pode usar as propriedades width e height */
        /* width: 150px; */
        /* height: 50px; */
    }
}

#hero .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    background: #cd98ff;
}
  
  #hero .btn-get-started:hover {
    background: #d8aeff;
}

#hero .carousel-indicators li.active {
    opacity: 1;
    background: #cd98ff;
}


/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box:hover::before {
    background: #ff66c4;
}

.featured-services .icon i {
    color: #ff66c4;
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
#cta {
    /* Gradiente semitransparente por cima da imagem */
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('../img/parallax/parallax1.webp');

    /* Configuração do Parallax */
    background-attachment: fixed; /* Esta linha cria o efeito parallax */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#cta .container {
    padding: 20px;
    border-radius: 5px; /* Adiciona cantos arredondados ao fundo */
}

.cta .cta-btn {
    border: 2px solid #fff;
    background: #ff66c4;
}

.cta .cta-btn:hover {
    background: #cd98ff;
    color: #fff;
    border: 2px solid #fff;
}

#cta .h3 {
    animation-delay: 1s; /* Primeiro parágrafo tem um atraso de 0.5s */
}

#cta .p1 {
    animation-delay: 1.5s; /* Segundo parágrafo tem um atraso de 1s (0.5s + 0.5s) */
}

#cta .p2 {
    animation-delay: 2s; /* Terceiro parágrafo tem um atraso de 1.5s (1s + 0.5s) */
}

#cta .p3 {
    animation-delay: 2.5s; /* Terceiro parágrafo tem um atraso de 1.5s (1s + 0.5s) */
}

#cta .p4 {
    animation-delay: 3s; /* Terceiro parágrafo tem um atraso de 1.5s (1s + 0.5s) */
}

#cta .p5 {
    animation-delay: 3.5s; /* Terceiro parágrafo tem um atraso de 1.5s (1s + 0.5s) */
}

#cta .p6 {
    animation-delay: 4s; /* Terceiro parágrafo tem um atraso de 1.5s (1s + 0.5s) */
}

#cta .p7 {
    animation-delay: 4.5s; /* Terceiro parágrafo tem um atraso de 1.5s (1s + 0.5s) */
}

#cta .p8{
    animation-delay: 5s; /* Terceiro parágrafo tem um atraso de 1.5s (1s + 0.5s) */
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about {
    margin-bottom: -50px !important; /* Ajuste conforme necessário */
}

.about-centered-text {
    text-align: center;
}



/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
#section-title h2 {
    display: inline-block; /* Modificado para inline-block */
    margin-right: 5px; /* Este estilo adiciona algum espaço entre as palavras */
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: -20px;
    padding-bottom: 20px;
    position: relative;
}

#section-title {
    text-align: center;
    padding-bottom: 15px;
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animate__flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
  
.section-title-text-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.section-title-text-container p::before {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #cd98ff;
    margin-bottom: 25px;
    top: 0;  /* Ajuste a posição top conforme necessário */
    left: calc(50% - 25px);
}

.section-title-text {
    margin-top: 20px;  /* Adiciona espaço entre a linha e o texto */
}

.features .icon-box i {
    font-size: 36px;
    float: left;
    color: #cd98ff;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: #38b6ff;
    font-size: 26px;
}

/* Video Thumbnail */
.video-thumbnail {
    position: relative;
    display: inline-block;
}

.video-thumbnail .play-icon {
    position: absolute;
    bottom: 5px;
    right: -10px;
    z-index: 9999;
    background-color: #fff;
    border-radius: 50%; /* Ajuste para 50% para obter um círculo perfeito */
    width: 40px; /* Controle o tamanho do fundo com as propriedades width e height */
    height: 40px;
    display: flex;
    justify-content: center; /* Alinha o ícone de play horizontalmente no centro */
    align-items: center; /* Alinha o ícone de play verticalmente no centro */
}

.video-thumbnail .play-icon i {
    font-size: 20px; /* Ajuste o tamanho do ícone de play */
}

#testimonials a:focus {
    outline: none;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #ff66c4;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ff66c4;
}

.testimonials .play-icon {
    color: #ff66c4;
}


/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.contact .php-email-form button[type=submit] {
    background: #38b6ff;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}
  
.contact .php-email-form button[type=submit]:hover {
    background: #5cc3ff;
}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #cd98ff;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #cd98ff;
}

.gallery .swiper-slide-active {
    border: 6px solid #cd98ff;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
}


/*--------------------------------------------------------------
# FAQ Section
--------------------------------------------------------------*/
.list-item {
    list-style-type: none;
    padding-left: 2em;
    position: relative;
}

.faq .faq-list .question {
    display: block;
    position: relative;
    font-family: #d2a4fd;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 25px;
    cursor: pointer;
    color: #38b6ff;
    transition: 0.3s;
}

.faq .faq-list .collapsed:hover {
    color: #cd98ff;
}


.list-item .fa-baby {
    position: absolute;
    left: 0;
}

.list-item:nth-child(odd) .fa-baby {
    color: #38b6ff; /* vermelho */
}

.list-item:nth-child(even) .fa-baby {
    color: #ff66c4; /* azul */
}

.custom-ul {
    margin-top: 30px; /* ou outro valor de sua preferência */
}

/*--------------------------------------------------------------
# WhatsApp Button
--------------------------------------------------------------*/
#whatsapp-button {
    display: none;
    position: fixed;
    top: 170px;
    right: 5px;
    z-index: 9999;
}

#whatsapp-button a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 89px;
    text-decoration: none;
    animation: shake 2s ease-in-out infinite, pause 5s steps(1, end) infinite;
    background-image: url('../img/coracao.webp'); /* Adicionado a imagem de fundo */
    background-size: cover; /* Certifica que a imagem cobre todo o espaço */
    background-position: center; /* Centraliza a imagem de fundo */
    background-repeat: no-repeat; /* Evita repetição da imagem */
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10% { transform: translateX(-5px); }
    20% { transform: translateX(5px); }
    30% { transform: translateX(-5px); }
    40% { transform: translateX(5px); }
    50% { transform: translateX(0); }
}

@keyframes pause {
    0%, 39% { animation-play-state: running; }
    40%, 100% { animation-play-state: paused; }
}

/* Efeito pulse ao passar o mouse */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

#whatsapp-button a:hover {
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.tooltip_templates {
    display: none;
}


/*--------------------------------------------------------------
# Terms and Conditions & Privacy Policy
--------------------------------------------------------------*/
.custom-section-title p {
    margin-bottom: 20px; /* Ajuste o valor conforme necessário */
}

.custom-faq-list h6 {
    margin-top: 30px; /* Ajuste o valor conforme necessário */
}

.custom-faq {
    text-align: justify;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer .footer-top .footer-info .blue-h3 {
    color: #38b6ff;
    font-size: 24px;
    margin: 0 0 5px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info .pink-h3 {
    color: #ff66c4;
    font-size: 24px;
    margin: 0 0 5px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

.titulo-auxilio {
    margin-top: -20px;
    margin-bottom: 20px;
}

.custom-footer-link {
    max-width: 200px;
}

.copy-materna-blue {
    color: #38b6ff;
}

.copy-materna-pink {
    color: #ff66c4;
}

.meu-link-color {
    color: #000;
}

.meu-link-color:hover {
    color: gold;   
}

.custom-img {
    width:200px;
    margin-bottom: 20px;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #38b6ff;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #75cbfc;
    text-decoration: none;
}

.contact-info-center {
    text-align: center;
}

.address-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
}

.address-link:hover {
    color: black;
}

.address-link-entrelinha {
    line-height: 4;
}


.contact .info-box i.i-address {
    font-size: 32px;
    color: #ff66c4;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #c5ebec;
}

.contact .info-box i.i-email {
    font-size: 32px;
    color: #38b6ff;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #c5ebec;
}

.contact .info-box i.i-fone {
    font-size: 32px;
    color: #cd98ff;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #c5ebec;
}