footer {
  background-color: var(--cor-azul);
  color: white;
  padding: 50px 0px;
}

.container_footer {
  display: grid;
  grid-template-columns: repeat(3, 25%);
  column-gap: 2%;
  justify-content: center;
  font-family: 'm-medium';
  font-size: 1rem;
  align-items: center;
}

footer .container_footer .left p:nth-child(1) {
  max-width: 450px;
}

footer .container_footer .left .logo {
  margin-bottom: 20px;

}

footer .container_footer .right .title {
  font-family: 'm-bold';
  font-size: 1.2rem;
  margin-bottom: 5px;
}

footer .container_footer .right .text_footer {
  color: var(--cor-botao);
  margin-bottom: 10px;
}


footer .container_footer .right form {
  display: flex;
}

footer .container_footer .right form input {
  height: 30px;
  border: 0;
  padding: 10px;
}

footer .container_footer .right form button {
  background: var(--cor-azul-claro);
  padding: 0px 10px;
  border: 0;
}

footer .container_footer .bottom {
  grid-column: 1 / span 4;
  border-top: 1px solid white;
  margin-top: 40px;
}


footer .container_footer .right {
  display: grid;
  grid-template-columns: 80%;
  justify-content: end;
}

footer .container_footer .bottom p {
  display: flex;
  justify-content: end;
  margin-top: 20px;
  column-gap: 5px;

}

footer .container_footer .bottom a {
  text-decoration: none;
  color: white;

}

footer .right span{
  margin-top: 10px;
}
footer .right span a {
    font-size: 30px;  
    color: white;  
    font-size: 1.2rem;
}

footer .right span a:hover {
    color: #007BFF;  
}

footer .right span a {
    font-size: 30px;
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
}

@media only screen and (max-width: 782px) {
  .container_footer {
    display: grid;
    grid-template-columns: 90%;
    justify-content: center;
    font-family: 'm-medium';
    font-size: 0.9rem;
  }

  footer .container_footer .bottom {
    grid-column: 1;
    border-top: 1px solid white;
    margin-top: 40px;
  }

  footer .container_footer .right {
    display: grid;
    grid-template-columns: 90%;
    justify-content: start;
    margin-top: 20px;
  }

  .container_footer {
    display: grid;
    grid-template-columns: 90%;
    justify-content: center;
    font-family: 'm-medium';
    font-size: 0.7rem;
  }

  .title_section {
    font-size: 1.5rem;
    font-family: 'm-bold';
    color: var(--cor-azul);
  }


  .text_banner {
    /* background-color: red; */
    position: relative;
    width: 100%;
    margin-left: 0%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: black;
    margin-top: 10px;
    font-size: 1rem;
    padding-top: 20px;
    display: grid !important;
    grid-template-columns: 80%;
    padding-bottom: 30px;
  }

  .grupo_grotta {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    background-color: #003D68;
    padding-top: 0px;
    row-gap: 50px;
    padding-bottom: 0px;
  }

  .grupo_grotta .title_grupo_grotta .subtitle_title_gg_2 .title {
    font-family: 'm-regular';
    color: white;
    font-size: 1rem;
    margin-top: -59px;
  }

  .grupo_grotta {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    background-color: #003D68;
    padding-top: 0px;
    row-gap: 50px;
    padding-bottom: 35px;
  }

  .img_video img {
    margin-top: 20px;
  }

  .services {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section_lancamento {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
  }

}