.page-block-small-404 {
    position: relative;
    padding: 8.5em 0 !important;
}

.whatsapp-float {
  position:fixed;
  width:60px;
  height:60px;
  bottom:65px;
  right:20px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:40px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:10px;
  margin-right: 0;
}

.map-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe {
    left:0;
    top:0;
    height: 600px !important;
    /* height:100%; */ 
    width:100%;
    position:absolute;
}

.body-const {
	background-color: #FFFFFF !important;
}

.logo-const {
	max-width: 600px;
}

i.square, b.square {
    color: #46823C;
}

@media screen and (max-width: 700px) {
	.map-responsive iframe {
    	height: 600px;
	}
	.logo-const {
		max-width: 500px;
	}
}

@media screen and (max-width: 600px) {
	
	.logo-const {
		max-width: 400px;
	}
}

@media screen and (max-width: 400px) {
	
	.logo-const {
		max-width: 300px;
	}
}