

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}


/*MOBILE FIRST*/
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .div-btn-comecar{margin-bottom: 15px;}
}



.plano{
  display: none;
  margin-top: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.plano .card:hover{
padding: 10px;
transition: 0.2s;
cursor: pointer;
}
.plano .card:active{
padding: 15px;
transition: 0.1s;
cursor: pointer;
}
.selecione-cidade{
  display: flex;
  justify-content: center;
  align-items: center;
}
.imagens{
  height: 100%;
}
.div-btn-comecar{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.div-btn-comecar a{
  color: white;
  list-style: none;
  text-decoration: none;
}

/*style marketing*/

.servicos{
  display: none;
  margin-top: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.servicos .card-body{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.selecione-servicos{
  display: flex;
  justify-content: center;
  align-items: center;
}
.servico-design{
  justify-content: center;
}
a{
  list-style: none;
  text-decoration: none;
  color: black;
}
.me-3{
  padding: 2px;
}
.me-3:hover{
  color: white;
  background-color: #0d6efd;
  transition: 0.3s;
}

.logo{width: 150px; height: 100%; margin-left: 0;}
.float-end{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: orangered;
  border-radius: 65px;
  bottom: 14px;
  box-shadow: 3px 3px 10px -2px rgba(0, 0, 0, .75);
  color: #d9a000;
  cursor: pointer;
  height: 50px;
  position: fixed;
  right: 22px;
  width: 50px;
  z-index: 3;
  visibility: hidden;
}
.float-end:hover{
height: 52px;
width: 52px;

}
.float-end:active{
height: 50px;
width: 50px;
}
.float-end a{
  color: white;
}
.rodape{
  margin-top: 60px;
  background-color: black;
  height: 300px;
}
.cabecalho-rodape{
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.titulo-midias{
  color: orangered;
}
.links-midias{
  display: flex;
  justify-content: center;
  width: 200px;
  height: 50px;
}
.icon-redes{
display: flex;
justify-content: space-around;
width: 90%;
}
.icon-redes a{    
  color:white
}
.titulo-final{
  text-align: center;
  bottom: 0;
  margin-top: 60px;
  width: 100%;
}