.jumbotron {
	padding-top: 155px;
	padding-bottom: 0;
	background-image: unset;
	background: #0b96f3;
    margin-bottom: -220px;
    color:white;
}
section{
    padding: 150px;
    text-align: justify;
}

#map{

    padding: 0 15px;
}
#map iframe{
    border:0;
    width:100%; 
    height:350px;
}
h1{
    margin-bottom: 50px;
}
#contact{
    background: white;
}
#contact h2{
    font-size: 1.45rem;
}
#contact .row{
    min-height: unset;
    height: unset;
}
#footer{
    padding-bottom: 0px;
}
ul{
    list-style-type: none;
}
form input{
    width: 100%;
    padding: 0 15px;
}
form .col-md-6{
    padding:0 15px;
}
#mes{
    height: 140px;
    padding:0 15px;
}