.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
    text-decoration: none;
  }
  .whatsapp-button:hover {
    transform: scale(1.1);
  }

  .whatsapp-button i {
    pointer-events: none;
  }


nav{
    transition: .5s ease-in-out;
}
.content-type-2{
    min-height: 100vh;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    background: linear-gradient(0deg, 
  #ffffff 30%, 
  #222222 30%, 
  #000000 100%);
}
.content-type-3{
    min-height: 100vh;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

#cards02{
    min-height: 100vh;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    color:aliceblue;
    background: #222222;
    background: linear-gradient(0deg,rgba(34, 34, 34, 1) 0%, rgba(0, 0, 0, 1) 100%);
}
.content-type-1{
    min-height: 100vh;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    color:aliceblue;
    background: linear-gradient(0deg, 
    #000000 0%,
    #222222 70%,
    #ffff 70%, 
    #ffff 100%);
}
@keyframes floating {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}
.card{
    height: 400px;
}
.hover-card:hover{
    animation: 2s Infinite linear floating;
    animation-delay: 0s;
}

.cardbox{
    height: fit-content;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 2em;
}

#carouselExample{
    height: 100vh;
}

#carouselExample img{
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    
}

.section01{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

h1{
    text-align: center;
    margin: 20px 0;
    width: 100%;
}

.formCadastro{
    width: fit-content;
    background-color: #ffffff;
    padding: 40px;
    
}

footer{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    color: #ffffff;
    height: 50px;
    font-size: .8em;
    text-align: center;
}
/* */
.list-group i{
    color:rgb(23, 145, 40);
    font-size: 1.5em;
}
.bg-dark{
    background-color: black !important;
}

.text-container{
    width: 100%;
}
.img-single{
    width: 500px;
}
.carousel-caption{
    display: flex !important; 
    flex-direction: column !important; 
    justify-content: center !important; 
    align-items: center !important;
    border-radius: 1em;
    bottom: 3rem;

}

@media (min-width:320px) {
    .formCadastro{
        width: 100%;
        background-color: #ffffff;
        padding: 40px;
    }
    .text-container{
        padding: 0 1em;
    }
    .img-single img{
        width: 500px;
    }
    footer{
        font-size: .7em;
    }
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .text-container{
        width: 100%;
        padding: 0 1em;
    }
    .img-single{
        width: 500px;
    }
    .formCadastro{
        width: 600px;
        background-color: #ffffff;
        padding: 40px;
    }

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .text-container{
        width: 70%;
        padding: 0 1em;
    }
    .img-single{
        width: 500px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px){
    .text-container{
        width: 70%;
        padding: 0 1em;
    }
    .img-single{
        width: 500px;
    }
    .carousel-caption{
        font-size: 1.2em;
    }
    .carousel-caption h5{
        font-size: 2.3em;
    }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px){
    .text-container{
        width: 70%;
        padding: 0 1em;
    }
    .img-single{
        width: 500px;
    }
    .carousel-caption{
        font-size: 1.2em;
    }
    .carousel-caption h5{
        font-size: 2.3em;
    }
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px){
    .text-container{
        width: 50%;
        padding: 0 1em;
    }
    .img-single{
        width: 600px;
    }
    .carousel-caption{
        font-size: 1.2em;
    }
    .carousel-caption h5{
        font-size: 2.3em;
    }
}


/* Cascata de menu */
.dropdown-menu{
    --bs-dropdown-item-padding-x: .5em;
    background-color: transparent;
    border: none;
}
.dropdown-menu .sub{
    padding-left: 1em;
}
img{
    image-rendering: -webkit-optimize-contrast;
    image-rendering: auto;
}

