.animated-button img {
    animation: blink 3s infinite;
    transition: transform 0.3s, opacity 0.3s;
}

.animated-button img:hover {
    animation: none;
    transform: scale(1.1);
    opacity: 0.8;
}

@keyframes blink-animation {
    50% {
        opacity: 0;
    }
}


.ImgLogo {
    max-width: 180px;
    max-height: 150px;
    width: auto;
    height: auto;
}
.container {
    flex-grow: 1; 
}
.h1Text{
    color: #fff;
}
.ImgLogo01 {
    max-width: 400px; 
    max-height: 400px; 
    width: auto;
    height: auto;
}
.img2{
    width: 500px;
    height: 500px;
}
.img3{
    max-width: 450px;
    max-height: 450px;
    width: auto;
    height: auto;
    align-items: center;
}
.ImgLocaz {
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
    align-items: center;
}
.ImgLocaz:hover {
    transform: scale(1.1); 
}

.carousel-item img {
    max-width: 700px; 
    max-height: 700px; 
    width: auto;
    height: auto;
    margin: 0 auto; 
    display: block; 
    object-fit: contain; 
}

.backgroundColor {
    background-color: #648404;
    display: flex;
    justify-content: center;
    align-items: center;
}

.backgroundLocaliz {
    background-color: #e0deab;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.whatsapp-link {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    transition: background-color 0.3s ease; 
    animation: blink 3s infinite;
}

.whatsapp-link:hover {
    color: #fff;
    transform: scale(1.2);
    animation: none;
}

.fa-whatsapp {
    margin-top: 16px;
}

@media (max-width: 576px) {
    .carousel-inner img{
        max-width: 100%;
        height: auto;
    }
    .ImgLogo, .animated-button img{
        max-width: 50%;
        height: auto;
    }
    .ImgLocaz{
        max-width: 30%;
        height: auto;
    }
    .carousel-inner {
        max-height: 300px; 
    }
    .ImgLogo01 {
        max-width: 80%; 
    }
    .img2, .img3{
        max-width: 100%; 
        height: auto;
    }
}
