iframe {
    display: block;       /* iframes are inline by default */
    border: none;         /* Reset default border */
    height: 350px;        /* Viewport-relative units */
    width: 100vw;
}
.svas-b2b__nav {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    overflow:hidden;
    width:100%
}
.svas-b2b__nav-item {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  color:#fff;
  text-align:center;
  background-color:#FFF;
  border-radius:16px;
  cursor:default;
  position:relative;
  overflow:hidden;
}
.svas-b2b__nav-item:hover span {
color:#343a40;
transform: scale(1.0);
}
.svas-b2b__nav-item:hover h2 {
color:#EE1D11;
transform: scale(1.0);
}
.svas-b2b__nav-item:hover img {
transform: scale(1.0);
}
.svas-b2b__nav-item {
    width:300px;
    height:300px;
	margin:5px;
	padding:15px;
}
.svas-b2b__nav-item:before {
    content:"";
    width:300px;
    height:300px;
	left:-100px;
	top:100%;
	position:absolute;
	background-color:#FFDE03;
	border-radius:16px;
}
.svas-b2b__nav-item:hover::before {
    animation: desloca .5s;
    left:0%;
	top:0%;
}
@keyframes desloca {
    0%{
	  left:-100%;
	  top:100%;
	}
	50%{
	  left:15%;
	  top:-25%;
	}
	100%{
	  left:0%;
	  top:0%;
	}
}
.svas-b2b__nav-icon {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
}
.svas-b2b__nav-icon img {
  width:100%;
  max-height:100px
}
.svas-b2b__nav-item h2 {
  color:#EE1D11;
  margin-top:10px;
  font-size:2rem;
  font-weight:500;
}
.svas-b2b__nav-item span {
  display:block;
  font-size:14px;
  margin-top:10px;
  color:#343a40;
  font-size:1.21rem;
  font-weight:500;
}
.coll {
  color:#fff;
}
.iframe-maps {
margin-top:20px;
}
.footer {
color:#fff;
text-align:center;
font-size:14px;
padding:15px 0;
}
.leads {
color:#fff;
font-size: 1.2rem;
font-weight: 300;
}
.img_planos img {
display:block;
height:100%;
max-height:150px;
margin-left:auto;
margin-right:auto;
}