



body {
    background-color: #D4E1FF !important; 
    margin: 0; 
    padding: 0; 
    font-family: Arial, sans-serif; /
}

/*
.hero-image {
    width: 50%; 
    display: flex;
    justify-content: center;
    align-items: center; 
}

.hero-image img {
    width: 100%; 
    height: auto; 
}

.navbar {
    display: flex;
    justify-content: center; 
    width: 100%; 
    background-color: #f8f9fa !important; 
}

ul.navbar-nav {
    background-color: #e6e6e6 !important;
}

.nav-link {
    display: block;
    padding: 8px 16px; 
    color: #007bff; 
    text-decoration: none; 
}
*/
/* Centering the collapse navbar content */


.navbar-collapse {
    flex-grow: 0; /* Prevents the navbar collapse from taking extra space */
}


.hamburger-menu {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px; 
    height: 25px;
    margin-left: auto; /* Pushes the hamburger menu to the right */
}

#buttonfree {
font-size: 80px;
border-radius: 7px;
background-color: #172ab2;
cursor: pointer;
}

.language-selector a img {
    width: 35px;
    margin: 0 10px;
}

.btn-darkblue{
    background-color: #1f224c !important;
    color: #EDEDED !important;
} 

.btn-darkblue:hover {
    background-color: #EDEDED !important;
    color: #1f224c !important;
   
}

.btn-lightblue{
    background-color: #D4E1FF !important;
    color: #1f224c !important;
} 

.btn-lightblue:hover {
    background-color: #EDEDED !important;
    color: #1f224c !important;
   
}

.navbar{
  height: 300px;           
  padding-top: 0;
  padding-bottom: 0;
}

#claulogo {
  width: 200px !important;      
  display: inline-block;
}



.hero-content p {
    color: #1f224c;
    font-size: 40px;
    padding-top: 25px;
   
}

.hero-content .btn {
    color: white;
    padding: 15px;
}

.hero-image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.package-card:hover {
    transform: translateY(-8px); 
    box-shadow: 0 20px 30px rgba(0,0,0,0.8); 
}
  
.package-features {
    list-style: inside disc; 
    text-align: left; 
}
.card {
    background-color: #ededed !important;
}
.card-transition {
    transition: transform 0.9s ease-in-out, box-shadow 0.9s ease-in-out;
}

.card-transition:hover {
    transform: translateY(-8px); 
    box-shadow: 0 20px 30px rgba(0,0,0,0.8); 
}

.light-blue {
    border:solid 3px #D4E1FF !important;
}
.about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-section {
    
    background-color: #1f224c;  
    color: #ededed;
}


.blue-link {
    color: #1f224c;
}

@media (max-width: 768px) {
    .mobile-footer {
        display:flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .mobile-footer div {
        width: 100% !important;
    }
    .about-section {
    
        flex-direction: column;  /* Stack the elements vertically on small screens */
        align-items: flex-start;  /* Align items to the start */
    }

    .about-content, .about-image {
        width: 100%;  /* Each takes full width of the section */
        text-align: center;  /* Center align the text */
        padding: 50px 0;  /* Padding adjustments */
    }

    .about-image img {
        max-width: 70%;  /* Smaller image on smaller screens */
        margin: auto;  /* Center the image */
    }
}



.custom-rounded {
    border-radius: 10px;
  }
  
.packages-container {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-evenly; 
    padding: 20px;
    background-color: #1f224c; 
    margin-top: 30px; 
}


.package-card {
    flex-basis: 30%; 
    box-shadow: 0 8px 16px rgba(0,0,0,0.3); 
    background-color: #ededed;
    padding: 20px;
    margin: 10px;
    text-align: center;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out; 
}


border-3 {
    border-width:3px !important;
}

.rounded-10 {
    border-radius: 10px !important;
}

.package-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 30px rgba(0,0,0,0.8);
}

.package-features {
    list-style: inside disc; 
    text-align: left; 
}



@media (max-width: 960px) {
    .package-card {
        flex-basis: 100%; 
        max-width: 100%;
    }
}
.site-footer {
    background-color: #e6e6e6; 
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 16px;
}



.footer-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column-reverse;
}

.footer-cta {
    background-color: #172ab2;
    color: white;
    text-decoration: none;
    padding: 10px 10px; /* ??? */
    border-radius: 7px;
    font-size: 1.2rem;
}

.social-media-links {
    display: flex;
    justify-content: center;
}

.social-link img {
    width: 90px; 
    height: 90px;
    margin: 0 10px; 
}

.footer-text {
    color: #172ab2;
   
    font-size: 16px;
    margin-top: 30px; 
    margin-bottom: 20px;
}

div.horizontal {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

div.vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 15px;
}



.my-float {
    margin-top: 16px; /* Alinha o ícone no centro */
    font-size: 24px; /* Ajusta o tamanho do ícone */
}




