/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.5.1766433629
Updated: 2025-12-22 20:00:29

*/

/*Logo*/
#logo{
	max-height: 100px;
	margin-top: 5px;
}

@media only screen and (max-width: 980px) {
body.admin-bar.et_fixed_nav #main-header{
	padding-bottom: 24px;
	}
}

.mobile_menu_bar:before,
.mobile_menu_bar:after{
	color: #ff0100;
}

.et_mobile_menu{
	border-top: solid 3px #ff0100;
}

@media (max-width: 980px) {
    #et_mobile_nav_menu {
        margin-top: 15px !important;
    }
}

/*menu*/
.et_pb_menu_0.et_pb_menu .et-menu-nav li ul.sub-menu{
	border-radius: 0px 0px 20px 20px;
}

.dedetizacao .sub-menu{
	width: 170px;
	margin-left: -35px;
}

.dedetizacao .sub-menu a{
	width: 135px;
}

/*Formulário*/

/*Container-Geral*/
.wpcf7 form {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
}

/*Labels*/
.wpcf7 form label {
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    color: #333;
}

/*Inputs+textarea*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 19px 14px;
    border: 1px solid #666666;
    border-radius: 25px;
    font-size: 15px;
	font-weight: 500;
    background: #fff;
    transition: 0.3s ease;
    margin-bottom: 0px;
	font-family: 'Baloo Bhai 2', display !important;
}

/*Foco*/
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #ff0100;
    box-shadow: 0 0 0 2px rgba(74,132,255,0.2);
    outline: none;
}

/*Botão*/
.wpcf7 input[type="submit"] {
    background: #000;
    color: #fff;
    border: none;
    padding: 14px 180px;
    font-size: 26px;
	font-family: 'Baloo Bhai 2', display !important;
	font-weight: 700 !important;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s ease;
}

@media only screen and (max-width: 980px) {
	.wpcf7 input[type="submit"] {
		padding: 14px 35%;
	}
}


.wpcf7 input[type="submit"]:hover {
    background: #fff;
	color: #ff0100;
}

.botao-formulario{
	margin-left: -45px;
	margin-bottom: -22px;
	transition: transform 300ms ease 0ms;
}

.botao-formulario:hover{
	transform: translateX(10px) translateY(0px) !important;
}

/* Mensagens-de-sucesso/erro */
.wpcf7-mail-sent-ok {
    border: 2px solid #4caf50 !important;
    padding: 10px;
    border-radius: 6px;
}

.wpcf7-not-valid-tip {
    color: #ff0100 !important;
    font-size: 14px;
}

.wpcf7-response-output {
    border-radius: 6px !important;
    padding: 10px !important;
}

.wpcf7 form .wpcf7-response-output{
	color: #ff0100;
}

#footer-info
{
 width:100%;
 text-align:center;
}