#top{
    width: 100%;
    height: 20%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 500;
    height: 112px;
    margin-top: 2.2%;
    padding: 20px 0;
}
#top #logo{
    margin-left: 1px;
}
#top.acti{
    background: url(../imagens/green_fill_2.png);
}
#map{
    width: 100%;
}
.overlay{
    width: 100%;
    position: absolute;
    z-index: 400;
    background: url(../imagens/green_fill_2.png);
    top: 0;
    left: 0;
}
.active{
    display: none;
}
.overlay.active{
    width: 50%;
    left: 25%;
    z-index: 9000;
    max-height: 112px;
    margin-top: 2.5%;
    display: block;
    position: fixed;
    background: transparent;
}


.overlay table{
    width: 100%;
    height: 100%;
}
.overlay table tr td{
    vertical-align: middle;
    text-align: center;
}
.overlay h1{
    color: white;
    font-family: 'varela_roundregular';
    font-weight: bold;
}
.overlay p{
    color: white;
    font-family: 'varela_roundregular';
    font-size: 16px;
    width: 600px;
   margin: 20px auto;
}
.overlay input{
    width: 383px;
    height: 45px;
    /*line-height: 45px;*/
    float: left;
    font-family: 'varela_roundregular';
    padding: 0 15px;
    font-size: 16px;
}
.overlay button{
    background: url('../imagens/cont_pesq.png');
    background-position: center center;
    background-color: #b4d334;
    background-repeat: no-repeat;
    float: left;
    border: 0;
    width: 80px;
    height: 45px;
}

.bottom_contact{
    width: 100%;
    background-color: #9ecd5f;
    float: left;
    color: white;
    
}
.bottom_contact .left h1{
    color: white;
    font-weight: bold;
    font-family: 'varela_roundregular';
    font-size: 45px;
	margin-top: 80px;
}
.bottom_contact .left img{
    margin-right: 10px;
}
.bottom_contact .left{
    font-size: 11px;
    display: table;
    width: 35%;
    float: left;
    padding-right: 20px;
    margin-top: 3.5%;
    height: 100px;
}
.bottom_contact .left div{
    float: right;   
	width: 270px;
    
}
.bottom_contact .right{
    background: white;
    width: 65%;
	border-top: 2px solid #9ecd5f;
    float: left;
    color: #898989;
	min-height: 260px;
}
.bottom_contact .right .contac_cont{
    width: 600px;
}
.bottom_contact .right .contac_cont div{
    float: left;
    height: 70px;
	width: 236px;
    margin-left: 20px;
	margin-bottom: 10px;
    font-family: 'varela_roundregular';
}
.bottom_contact .right .contac_cont div table{
    width: 100%;
    height: 100%;
    color: #9ecd5f;
    font-size: 16px;
}
.bottom_contact .left button{
position:absolute;
z-index: 501;
    background: transparent;
	border: 2px solid white;
    border-radius: 10px !important;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 20px;
    margin: -20px 0 20px 40px;
    outline: none;
}
.bottom_contact .right .contac_cont div table tr td{
    font-family: 'varela_roundregular';
}
.bottom_contact .right .contac_cont div table tr td:first-child{
    width: 50px;
    text-align: center;
}
.bottom_contact .right .contac_cont div table h2{
    margin: 0;
	margin-bottom: -10px;
    font-family: 'varela_roundregular';
    font-size: 20px;
}
.fild_mid{
    width: 465px; 
    margin: auto;
}
.bx-wrapper img{
    width: 100%;
}

#divForminner{
    width: 610px;
    height: auto;
    background: white;
	overflow:hidden;
}
#divForminner h1{
    color: #9ecd5f;
    font-size: 45px;
    font-family: 'varela_roundregular';
}

#divForminner .cont_form{
    float: left;
    margin-right: 20px;
}
#divForminner .cont_form label{
    clear: both;
}

#divForminner .cont_form input.large{
    border: 0;
    background: transparent;
    background-image: url(../imagens/fild_cont.png);
    width: 285px;
    height: 24px;
    padding: 0 15px;
    line-height: 24px;
    margin-bottom: 10px;
}

#divForminner .cont_form  input.small{
    border: 0;
    background: transparent;
    background-image: url(../imagens/fild_cont_s.png);
    width: 125px;
    height: 24px;
    padding: 0 15px;
    line-height: 24px;
    margin-bottom: 10px;
}
#divForminner .cont_form textarea{
    border: 0;
    background: transparent;
    background-image: url(../imagens/text_area.png);
    background-size: 100% 100%;
    width: 595px;
    height: 74px;
    resize: none;
    padding: 15px;
    line-height: 24px;
    margin-bottom: 10px;
    
}
input{
    outline: none;
}
.cont_forminner{
    float: left;
}

#divForminner button{
    width: 117px;
    height: 42px;
    border: 0;
    background: none;
    background-color: #9DCD5F;
    color: white;
    font-family: 'varela_roundregular';
    font-size: 34px;
    border-radius: 15px !important;
}

@media screen and (max-width: 600px) {
    #divForminner, #divForminner .cont_form, .bottom_contact .left, .bottom_contact .right{
        width: 100%;
    }
    #to_cont{
        display: none;
    }
    #divForminner .cont_form textarea{
        width: 100%;
    }
	.bottom_contact .left button {
		margin: 10px 0 30px 20px;
	}

    .contactos
    {
/*        padding-top: 72px;*/
        top: 73px;
    }
    #top{
        padding: 0;
        height: 72px;
    }
    .overlay{
        padding-top: 73px;
    }
    .overlay.active{
        left: 35%;
        top: 1%;
        height: auto !important;
    }
    .overlay h1{
        width: 100%;
        padding: 0 30px;
    }
    .overlay p{
        width: 100%;
        padding: 0 30px;
        font-size: 16px;
    }
    .fild_mid{
        width: 100%;
        padding-left: 5%;
    }
    .fild_mid input{
        width: 70%;
        
    }
    .fild_mid button{
        width: 20%;
    }
    .bottom_contact .left{
        margin-top: 20px;
        padding: 0;
        
    }
    .bottom_contact .left  div{
        float: left;
        margin-left: 20px;
    }
    .bottom_contact .left  div img{
        margin: 0;
    }
    .bottom_contact .left  div div{
        margin-left: 0px;
    }
    .bottom_contact .right .contac_cont{
        width: 100%;
    }
    #divForminner .cont_form{
        margin-right: 0;
    }
    
    .fancybox-wrap{
        z-index: 9999999 !important;
    }
}