/*
Theme Name: STARTU
Theme URI: https://startu.com.br/
Author: STARTU
Author URI: https://startu.com.br/
Description: A AGÊNCIA DE MARKETING QUE A SUA EMPRESA PRECISA.
Version: 2025
*/
/* GERAL */
.grecaptcha-badge, .recaptcha_v3-inline {
    display: none !important;
}
.jet-engine-frontend-query-editor-buttons {
    display: none !important;
}
:focus {
	outline: 0 !important;
}
.elementor-search-form--skin-minimal:focus-within {
	outline: 0 !important;
}
.comments-area a,.page-content a {
	text-decoration: inherit !important;
}
.whatsapp-button {
   position: fixed;
   bottom: 40px;
   right: 30px;
   z-index: 9999;
   padding: 15px;
   background-color: #25D366;
   color: #fff;
   border-radius: 50%;
   box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
   width: 60px;
   height: 60px;
   display: none !important; /* flex */
   justify-content: center;
   align-items: center;
   transition: background-color 0.3s ease;
}
.whatsapp-button:hover {
   background-color: #1D8348;
}
.whatsapp-button svg {
   fill: #fff;
   width: 40px;
   height: 40px;
}
/* FINAL DA PERSONALIZAÇÃO */