.FContactos{
	background-color: white;
	border-radius: 20px;
	margin-top: 20px;
}
.FContactos h1{
	text-align: center;
	font-size: 30px;
	margin: 40px;
	text-transform: uppercase;
	color: #282d62;
	font-weight: 700;
}
.FContactos h2{
	font-size: 25px;
	margin-top: 0px;
	margin-bottom: 25px;
	text-transform: uppercase;
	color: #282d62;
	font-weight: 100;
}
.FContactos p{
	font-size: 15px;
	margin-bottom: 20px;
	opacity: 0.8;
}
.agileits_w3layouts_contact{
	margin: 0px 20px;
}
.mapGoogle{
	position: relative;
	padding: 0px 15px 15px 0;
}
.mapGoogle iframe{
	min-height:400px;
}
.mapGoogle iframe{
	width:100%;
}
.contact-right-content input[type="text"], .contact-right-content input[type="email"],.contact-right-content input[type="tel"], .contact-right-content textarea {
    padding: 0.8em 1em;
    color: #495057;
    border: none;
    border-radius: 0em;
    font-size: 1em;
    letter-spacing: 1px;
    margin-bottom: 1em;
    -webkit-appearance: none;
    outline: none;
    /* display: block; */
    width: 100%;
    background: #f0f1f3;
}
.contact-right-content input[type="submit"] {
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    background: #282d62;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius:8px;
    margin-bottom: 20px;

}
.contact-left-content h4 {
    color: #3d3f44;
    font-weight: 600;
    font-size: 0.95em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.contact-left-content a{
    color: #8c9398;
}
.contact-left-content p{
    margin-bottom:0;
}
.contact-left-content {
    padding-left: 2em;
}
.contact-right-content textarea {
    min-height: 10em;
}
