#sgc .bg-fff {
  background-color: #fff;
}
#sgc .bg-EDF2F7 {
  background-color: #EDF2F7;
}
#sgc .textoImagem {
  padding: 64px 0;
}
/* Topo */
#sgc .topo {
  position: relative;
  aspect-ratio: 1920/700;
  background: #fff;
}
#sgc .topo .topo__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#sgc .topo .topo__wrapper h1 {
  max-width: 380px;
  font-size: 36px;
}
#sgc .topo .topo__wrapper p {
  max-width: 350px;
  font-size: 24px;
}
#sgc .topo picture {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  height: 100%;
  width: 100%;
  border-radius: 0 0 50px 50px;
}
#sgc .topo picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* Texto Imagem */


#sgc .textoImagem .texto ul li {
  margin-left: 15px;
}
#sgc .textoImagem .texto h1,
#sgc .textoImagem .texto h2,
#sgc .textoImagem .texto h3,
#sgc .textoImagem .texto h4,
#sgc .textoImagem .texto h5,
#sgc .textoImagem .texto h6 {
  font-weight: 400;
}
#sgc .textoImagem .texto {
  padding: 0 5%;
  font-size: 16px;
}
#sgc .textoImagem .imagem {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5%;
}
#sgc .textoImagem .imagem img {
  max-width: 100%;
  height: auto;
  border-radius: 32px;
}

/* Middle Banner */
#sgc #middle_banner {
  background: #EDF2F7;
  padding: 64px 0;
}
#sgc .middle_banner__wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
#sgc .middle_banner__wrapper .infos__wrapper {
  position: absolute;
  top: 50%;
  left: 64px;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: #1a539e;
}
#sgc .middle_banner__wrapper h2 {
  font-size: 36px;
}
#sgc .middle_banner__wrapper p {
  max-width: 420px;
  font-size: 20px;
  line-height: 1.5;
}
.middle_banner__wrapper .img__wrapper img {
  border-radius: 28px;
}

/* Empresas */
#sgc #empresas-parceiras {
  padding: 64px 0;
  background: #EDF2F7;
}
#sgc #empresas-parceiras .container-custom-sm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  text-align: center;
}
#sgc #empresas-parceiras h2 {
  font-weight: 400;
}
#sgc .empresas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
#sgc .empresas .img__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
}
#sgc .empresas .img__wrapper img {
  width: auto;
  max-height: 30px;
  max-width: 160px;
}
/* Depoimentos */
#sgc #depoimentos {
  padding: 64px 0 128px;
  background: #EDF2F7;
}
#sgc #depoimentos .container-custom-sm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  text-align: center;
}
#sgc #depoimentos h2 {
  font-weight: 400;
}
#sgc #depoimentos .depoimentos__slide {
  width: 100%;
}
#sgc #depoimentos .swiper-slide {
  height: auto;
}
#sgc #depoimentos .depoimentos__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px;
  text-align: start;
  border-radius: 16px;
  background: #fff;
  font-size: 16px;
}
#sgc #depoimentos .depoimentos__wrapper img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-bottom: 15px;
}
.depoimentos__texto-depoimento {
  font-style: italic;
}
#sgc #depoimentos .swiper-button-wrapper {
  background: #EDF2F7;
}
#sgc #depoimentos .swiper-button-wrapper:before,
#sgc #depoimentos .swiper-button-wrapper:after {
  background-image: url('../img/corner-ed.png');
}


@media (max-width: 1024px) {

  body {
    padding-top: 65px;
  }
  #sgc .textoImagem {
    padding: 50px 0;
  }
  #sgc .textoImagem:last-child {
    padding-top: 0;
  }
  #sgc .topo {
    aspect-ratio: 2/3;
  }
  #sgc .topo .topo__wrapper {
    justify-content: flex-start;
    text-align: center;
    gap: 0;
  }
  #sgc .topo .topo__wrapper h1 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 25px;
  }
  #sgc .topo .topo__wrapper p {
    font-size: 16px;
    padding: 0 55px;
  }
  #sgc .textoImagem .imagem {
    margin-bottom: 25px;
  }
  #sgc .textoImagem .imagem img {
    border-radius: 20px;
  }
  #sgc .textoImagem:last-child .imagem {
    order: 0;
  }
  #sgc .textoImagem:last-child .texto {
    order: 1;
  }
  #sgc .textoImagem .texto h2 {
    margin-bottom: 24px;
  }
  #sgc #middle_banner {
    padding: 0;
  }
  #sgc .middle_banner__wrapper {
    align-items: flex-start;
  }
  #sgc .middle_banner__wrapper .infos__wrapper {
    top: auto;
    left: auto;
    gap: 0;
    padding: 25px;
    transform: unset;
  }
  #sgc .middle_banner__wrapper h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 24px;
  }
  #sgc .middle_banner__wrapper p {
    font-size: 18px;
  }
  #sgc .empresas .img__wrapper img {
    max-width: 100px;
  }
  #sgc #depoimentos {
    padding: 0 0 50px 0;
  }

}











