
 
 body {

    
            font-family: 'Poppins', sans-serif;
        }
        
        /* Animação suave no botão principal */
        @keyframes pulse-scale {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.05);
            }
        }
        
        .btn-matricula {
            animation: pulse-scale 2s ease-in-out infinite;
        }
        
        /* Transições suaves nos links */
        .nav-link {
            position: relative;
            transition: all 0.3s ease;
        }
        
        .nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: -5px;
            left: 0;
            background: #ef4444;
            transition: width 0.3s ease;
        }
        
        .nav-link:hover::after {
            width: 100%;
        }
        
        .nav-link:hover {
            color: #ef4444;
        }
        
        /* Ícones sociais com hover suave */
        .social-icon {
            transition: all 0.3s ease;
        }
        
        .social-icon:hover {
            transform: translateY(-3px);
        }
        
        /* Dropdown menu com transição */
        .dropdown-content {
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
        }
        
        .dropdown:hover .dropdown-content,
        .dropdown:focus-within .dropdown-content {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        
        /* Navbar sticky smooth */
        .navbar-sticky {
            transition: all 0.3s ease;
        }
        
        .navbar-sticky.scrolled {
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        }





.animate-scroll-logos {
  animation: scroll-logos 30s linear infinite;
  will-change: transform;
}

.animate-scroll-logos:hover {
  animation-play-state: paused;
}



.animate-scroll-logos {
  animation: scroll-logos 30s linear infinite;
}

.animate-scroll-logos:hover {
  animation-play-state: paused;
}


.shapedividers_com-2290{
overflow:hidden;
position:relative;
}
.shapedividers_com-2290::before{
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
bottom: -1px;
left: -1px;
right: -1px;
top: -1px;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat; 
background-size: 100% 90px;
background-position: 50% 0%;    
background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23ed3236"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23ed3236"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23ed3236"/></svg>'); 
}

@media (min-width:768px){
.shapedividers_com-2290::before{
background-size: 100% 90px;
background-position: 50% 0%;   
}  
}
 
@media (min-width:1025px){
.shapedividers_com-2290::before{ 
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 100% 90px;
background-position: 50% 0%;  
}
}
@media (min-width:2100px){
.shapedividers_com-2290::before{
background-size: 100% calc(2vw + 90px);
}
}
 