.font-r{
    font-family: 'Roboto', sans-serif;
}
.font-m{
    font-family: 'Montserrat', sans-serif;
}
.backgroundflos{
    background-position: 50% 67%;
    background-size: cover; 
    background-repeat: no-repeat;  
    background-image: url(/assets/bg-topo.png);
}
.backgroundfloscolor{
    background-color:#0A823B;
}

.bg-secondary {
    background-color: #d6b68c;
}

.menu{
    background-color: white;
    min-height: 76px;
    min-width: 375px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.maparesponsivo{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.maparesponsivo inframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.height-wall {
    height: 30rem !important;
}
