/* html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    top: 0;
    bottom: 0;
}

#section-landing {
    background: url('../img/banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

.wrapper-landing {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    top: 20%;
    background-color: rgba(250, 250, 250, .3);
    padding-top: 50px;
    padding-bottom: 50px;
} */

body::before{
	display: block;
	content: '';
	height: 60px;
}

@media(min-width: 768px){
	.news-input{
		width:  50%;
	}
}

#map{
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

a:link, a:visited, a:active {
    text-decoration:none;
    color:black;
}

#container-search{
    position: relative;
    height: 550px;
}
#container-search-img{
    position: absolute;
    top: 0; left: 0;
    background: url('../media/work-4997565.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%; width: 100%;
    opacity: 0.5;
}
#container-search-cont{
    position: absolute;
    top: 0; left: 0;
    height: 100%; width: 100%;
}