/* IMPORTAÇAO DA FONTE */
@font-face {
  font-family: 'Modulos';
  src: url(./font/Modulus.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Modulos_Medium';
  src: url(./font/Modulus_Medium.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'JosefinSans-Bold';
  src: url(./font/JosefinSans-Bold.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'JosefinSans-Regular';
  src: url(./font/JosefinSans-Regular.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Solway-Bold';
  src: url(./font/Solway-Bold.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Solway-ExtraBold';
  src: url(./font/Solway-ExtraBold.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Solway-Light';
  src: url(./font/Solway-Light.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Solway-Medium';
  src: url(./font/Solway-Medium.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Solway-Regular';
  src: url(./font/Solway-Regular.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SourceSansPro';
  src: url(./font/SourceSansPro-Regular.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

.flex-container-space-evenly {
  display: flex;
  justify-content: space-evenly;
}

.instagram {
  position: relative;
  width: 480px;
  height: 300px
}

.colunasfooter {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.institucional {
  display: flex;
  flex-direction: column;
  font-family: "Montserrat";
}

.atendimento {
  display: flex;
  flex-direction: column;
  font-family: "Montserrat";
}

.redessociais {
  display: flex;
  flex-direction: column;
  font-family: "Montserrat";
}

.titulofooter {
  font-weight: bold;
  padding: 10px 0px;
}

.servicos {
  display: flex;
  flex-direction: row;
  font-family: "JosefinSans-Regular";
  align-items: center;
  justify-content: center;
  padding-bottom: 4rem;
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  border-radius: 30px;
}

.servico {
  display: flex;
  justify-content: space-evenly;
  font-family: "JosefinSans-Regular";
  width: 250px;
  height: 350px;
  text-align: center;
  padding: 20px;
  border-radius: 13px;
  flex-direction: column;
  -webkit-box-shadow: 10px 10px 9px 7px rgba(230, 230, 230, 1);
  -moz-box-shadow: 10px 10px 9px 7px rgba(230, 230, 230, 1);
  box-shadow: 10px 10px 9px 7px rgba(230, 230, 230, 1);
  border: 1px solid rgb(243, 243, 243);
}

.tituloservico {
  font-weight: bold;
  color: green;
}

.imagemdestaque {
  height: 100%;
  width: 100%;
  filter: blur(4px);
}

.starttext {
  width: 40rem;
  padding-top: 2rem;
}

@media (max-width: 1100px) {
  .middletextdesktop {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    height: auto;
    justify-content: center;
  }
  .menumobile{
    display: none;
  }
}

@media (max-width: 640px) {

  .middletextdesktop {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    height: auto;
    justify-content: center;
  }

  .starttext {
    width: auto;
    padding-top: 2rem;
  }

  .solucoes {
    color: Black;
    font-family: JosefinSans-Bold;
    font-size: 3.5rem;
  }

  .colunasfooter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .atendimento {
    display: flex;
    flex-direction: column;
    font-family: "Montserrat";
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 25px 0 0 0;
  }

  .institucional {
    display: flex;
    flex-direction: column;
    font-family: "Montserrat";

    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 25px 0 0 0;
  }

  .redessociais {
    display: flex;
    flex-direction: column;
    font-family: "Montserrat";

    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 25px 0 0 0;
  }

  .imagemdestaque {
    display: none;
  }

  .solucoes {
    color: Black;
    font-family: JosefinSans-Bold;
    font-size: 2rem;
  }

  .clientes {
    font-family: "Montserrat";
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 1150px) {
  .menumobile{
    display: none;
  }

  .servicos {
    display: flex;
    flex-direction: row;
    font-family: "JosefinSans-Regular";
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 4rem;
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    border-radius: 30px;
  }

  .instagram {
    display: none;
  }

  .instagrammobile {
    display: flex;
    position: relative;
    width: 480px;
    height: 300px
  }
}

.subtitulofooter {
  padding-top: 7px;
}

.subtitulofooter:hover {
  transition: all 0.5s ease;
  color: green;
  font-weight: bold
}

.footer {
  background-color: #f1f1f1;
  padding-bottom: 20px;
}

.logofooter {
  display: flex;
  width: 13rem;
  padding: 3rem 0 0 0;
}

.css-s9tt3p{
  visibility: hidden ;
}

.menumobile{
  display: none;
}