@charset "UTF-8";
/*-----------------------------------------------------------------------------------

  CUSTOM CSS FAMILY DAY PERFIL FORMATURAS

-----------------------------------------------------------------------------------*/

:root {
  --white-color-perfil: #ffffff;
  --primary-color-perfil: #531432;
  --secondary-color-perfil: #937785;
  --orange-color-perfil: #ff7b00;
  --black-color-perfil: #080E1C;
  --smoke-color-perfil: #fbf5e8;
}

.NONE {
  display: none !important;
}


nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a, nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a, nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a, nav.navbar.bootsnav.no-background.white ul.nav > li > a {
    color: var(--primary-color-perfil);
}

.banner-area .item {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh !important;
    background-position: center;
}

/* Ajuste para telas menores */
@media (max-width: 768px) {
    .banner-area .item {
        background-size: contain;
        height: auto;
        min-height: 50vh !important;
    }
}

/* Ajuste para telas muito pequenas */
@media (max-width: 480px) {

    .features-carousel .owl-nav {
        left: 50%;
        bottom: -20px;
    }

    .banner-area.heding-uppercase.text-small .content h1 {
        font-size: 17px;
    }

    .banner-area.half-bg.navbar-transparent {
        padding-bottom: 0;
    }
    
    .banner-area.simple-video .content {
        padding-bottom: 0 !important;
    }

    .banner-area.simple-video .content {
        padding-top: 0;
    }

    .banner-area .item {
        background-size: cover;
        height: auto !important;
        min-height: 30vh;
    }
}




.map iframe {
    width: 100%;
}

.link-whatsapp {
    display: block;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #25D366; /* Cor do WhatsApp */
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    margin-top: 2vw;
}

.link-whatsapp:hover {
    color: #1DA851; /* Cor ao passar o mouse */
}

.link-whatsapp i {
    font-size: 24px;
    margin-right: 8px;
    color: #25D366; /* Cor do ícone */
}



.wf-feature-items .single-item {
    border: 1px solid #fff;
}

.address-info {
    padding: .5vw 0 0 0 ;
}

.evento-gratuito {
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-size: 30px;
    padding: 1vw 0;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;


    animation: fadeInOut 3s infinite; /* Aparece e desaparece continuamente */
}

@keyframes fadeInOut {
    0%, 100% {
        opacity: 0; /* Invisível */
    }
    50% {
        opacity: 1; /* Totalmente visível */
    }
}



.banner-area .owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--secondary-color-perfil);
}

.banner-area .owl-theme .owl-nav [class*=owl-] {
    font-size: 24px;
    background: transparent;
}

.owl-theme .owl-nav {
    margin-top: -60px;
    margin-left: 30px;
    position: absolute;
}

.banner-area.text-small .content h1 {
    position: absolute;
    right: 5%;
    bottom: 7%;
}

.banner-area.half-bg::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.2;
}


.wf-feature-items .thumb img {
    width: auto;
    max-height: 600px;
}

.work-process-area .work-process-items .single-item::before {
    background: #ffffff none repeat scroll 0 0;
    opacity: 1;
}

.work-process-area .work-process-items .single-item {
    padding: 20px 20px 20px;
}

.about-area .thumb img {
    max-height: 800px;
}

body {
    font-size: 15px;
    color: #070707;
}

.banner-area form button {
    position: relative;
    color: var(--primary-color-perfil);
}

.banner-area .content p {
    font-size: 22px;
}

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

nav.navbar.bootsnav ul.nav > li > a {
    font-size: 14px;
    padding: 65px 25px;
}

.shadow.theme-hard::after {
    background: none;
}