body {
    font-family: 'Montserrat', sans-serif;
}
h1{
    text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 40px;
}
.google-mapa {
    position: relative;
    padding-bottom: 15%; // This is the aspect ratio
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.google-mapa iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.info-window {
    font-family: 'Montserrat', sans-serif;
}
.info-content {
    color: #999;
}

#block-block-18 table td{
	border-bottom:1px dotted #a2a2a2;
}

h1{
    margin-bottom: 40px;
}
label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;

}


.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
.g-recaptcha {
	float:right;
}
.text-muted {
	font-size: smaller;
}