/* efects */

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, .5) !important;
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0) !important;
    }
}


/* /efects */

.logo-img {
  max-width: 200px;
  filter: brightness(0) invert(1);
}

.select-form {
    color: #000;
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    .small-col-inside {
        padding-left: 15px !important;
        padding-right: 15px;
    }
    input.contact-input {
        width: 100% !important;
    }
    textarea {
        width: 100% !important;
    }
    .captcha-contato-div {
        width: 100% !important;
    }
    .whatsapp-btn {
        bottom: 40px !important;
    }
}

.captcha-text {
    width: 70% !important;
    max-width: 520px;
    height: 46px !important;
    padding-left: 3% !important;
    padding-right: 3% !important;
    margin-bottom: 12px !important;
    color: #fff !important;
    margin-left: 6px;
    border: 1px solid #fff !important;
    background-color: transparent;
    font-size: 16px !important;
    border-radius: 5px 5px 5px 5px !important;
}

.captcha-btn {
    width: 30% !important;
    height: 46px !important;
    color: #000 !important;
    margin-right: 6px !important;
}

.captcha-div {
    display: flex;
}

input::placeholder {
    color: #fff;
}

.div-flex {
    display: flex;
}

.contact-input::-webkit-input-placeholder {
    color: #000 !important;
}

.contact-commnent::-webkit-input-placeholder {
    color: #000 !important;
}

.captcha-contact-btn {
    height: 50px !important;
    width: 30%;
    margin-right: 6px;
}

.captcha-contact-text {
    width: 70% !important;
}


/* Whatsapp button */

.whatsapp-btn {
    position: fixed;
    right: 30px;
    z-index: 999999999;
    bottom: 60px;
    background-color: rgb(9, 184, 24);
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 0;
}

.whatsapp-btn a {
    display: block;
    text-indent: 0;
    width: 54px;
    height: 54px;
    background: url(../images/whatsapp.png) no-repeat center;
    background-size: 60%;
}

.whatsapp-icon {
    color: #ffff;
    margin: 0;
    font-size: 25pt;
}

.div-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*  */

:focus-visible {
    outline: none !important;
}

button:focus {
    outline: none !important;
}