/* CSS POR MOSCATO */

@media (min-width: 1600px) and (max-width: 1700px) {
    .banner-section .content-box .title {
        font-size: 70px;
        line-height: 80px;
    }
}
.main-menu .navigation > li > ul {
    width: 300px;
}
.paginas-internas .sec-title p {
    width: 100%;
}
.theme-btn {
    text-transform: none;
}
.contact-forms-two {
    margin-top: 0px;
}
.back-to-top-wrapper.back-to-top-btn-show {
    bottom: 80px;
}
.back-to-top-wrapper {
    right: 20px;
}

/* Botao Whstaapp */
.botao-whatsapp {
    position: fixed;
    background: #11ab4c;
    color: #fff !important;
    width: 50px;
    height: 50px;
    padding: 2px 10px;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
    font-size: 11px;
    z-index: 9999;
    right: 18px;
    bottom: 130px;
}

a.botao-whatsapp i {
    font-size: 26px;
}

.botao-whatsapp:hover {
	color:#fff;
	background: #074c07;
}

#btn-enviar {
  transition: all 0.3s ease;
}

#btn-enviar:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: scale(0.98);
}