@charset "utf-8";
/* CSS Document */

.contato-body{
	background-color: transparent;
	height: 420px;
	padding: 3% 5% 1%;
}

.contato-box{
	background-color: transparent;
	height: auto;
}
.contato-map{
	background-color: transparent;
	height: 320px;
	width: 100%;
	padding: 20px 5%;
}



input[type="button"],input[type="submit"],.contact-form input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}



/* contact */
.contact-form input[type="email"],input[type="text"] ,textarea{
    margin: .5em 0;
    padding: .7em .8em;
    width: 100%;

} /* Form Box */
.contact-form textarea{
	height:130px; /*130*/
} /* Text Area form*/
.contact-form input[type="text"]:focus,.contact-form input[type="email"]:focus,.contact-form textarea:focus {
    outline: none;
}
.contact-form ::-webkit-input-placeholder{
	color: #3D3D3D;
} /* Letters before write in the box for*/

.contact-form input[type="submit"] {
    outline: none;
    border: 1px solid #e2b13c;
    width: 100%;
    padding: 10px 13px;
	margin-left: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    background: #e2b13c;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
     box-sizing: border-box;
} /* Send Boton before click */
.contact-form  input[type="submit"]:hover {
    background: #fff;
    color: #e2b13c;
} /* Send Boton after click */
.map iframe {
    border: 3px solid #e2b13c;
    width: 100%;
	padding: 30px;
    height: 100%;
}
.contact-form {
    background: #fff;
}
.contact-form h1.heading {
    font-size: 29px;/*24px*/
	font-weight: bolder;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #888;
}
.contact-grid1 i {
    font-size: 25px;
    color: #18ba60;
    margin-bottom: 15px;
}
.contact-right p {
    font-weight: 600;
    font-size: 18px;
    color: #444;
    margin-bottom: 5px;
}
.contact-right span, .contact-right a{
    font-size: 15px;
    color: #AF1A1C;
	letter-spacing: 1px;
    line-height: 26px;
}


/* //contact */

@media only screen and (min-width:568px) and (max-width:770px) {
	.contato-body{
		background-color: transparent;
		height: auto;/*680*/
	}
	
	.contact-form input[type="submit"] {
		width: 100%;
	}
}
/* <!--Mobile Vision --> */
@media only screen and (min-width:300px) and (max-width:567px) {
	.contato-body{
		background-color: transparent;
		height: auto;/*800*/
	}
}