body {
  overflow-x: hidden;
  background-color: rgb(230, 225, 225);
}
header {
  background-color: #252a37;
  position: sticky;
  top: 0;
  z-index: 9999;
}
.cor-fundo {
  background-color: rgb(223, 223, 223);
  /* background-color: #252a37; */
}
/*________________________ COMEÇO INDEX _____________________*/
.logo {
  width: 150px;
  border-radius: 30px;
}
.logo-in {
  border-radius: 30px;
}

/* Retângulo 1 */
/* ------ MSakal ---------- */
.menu a {
  color: rgb(172, 172, 172);
  font-weight: bold;
  background-color: #252a37;
  display: flex;
  justify-content: center;
  height: 50px;
  align-items: center;
}
.menu a:hover,
.menu a:active {
  background-color: #686a6d;
  border-radius: 5%;
}

img {
  max-width: 100%;
}
.ret1 {
  position: absolute;
  width: 10px;
  height: 8px;
  left: 850px;
  top: -150px;

  background: #89968e;
  border-radius: 177px;
  transform: rotate(-29.02deg);
  z-index: -1;

  overflow: hidden;
}
.img-fluid {
  margin-right: 5%;
}

/* ---------------- */

.topo {
  background-color: white;
}
.ajusfigura {
  --bs-gutter-x: 0 !important;
}
.ajusRaio {
  --bs-card-border-radius: 1.5rem !important;
  --bs-card-inner-border-radius: calc(1.5rem - 1px) !important;
}

/* ----------- MSakal -------------- */
/* ----------- INICIO código carrossel -------------- */
/* Wrapper do carrossel */
.gallery-wrapper {
  max-width: 1000px; /* você pode mudar para 800, 900, 1100... */
  width: 90%; /* adapta no celular */
  margin: 0 auto; /* centraliza */
  padding: 20px 0;
  overflow: hidden; /* evita qualquer invasão */
}

/* Imagens dentro do slide */
.gallery img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

/* Ajuste das setas */
.slick-prev,
.slick-next {
  z-index: 10;
}

.slick-prev {
  left: -30px;
}

.slick-next {
  right: -30px;
}

.marginLR {
  margin-left: 40%;
  margin-right: 40%;
}
/* ----------- FIM código carrossel -------------- */

/* ----------- MSakal -------------- */

/* Corpo - section */
.sessaoHome {
  margin: 40px auto;
  width: 100%;
  height: auto;
  padding-bottom: 20px; /* adiciona espaçamento interno */
}

.txtParceiro {
  margin-left: 33%;
  font-size: 14px;
}

div div h4 {
  /* color: rgb(141, 21, 21); */
  font-size: 20px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background: -webkit-linear-gradient(#ce4141, #833a3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.descHeader {
  margin-left: 10%;
  color: #89968e;
}
.destaqueReg {
  font-size: 20px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background: -webkit-linear-gradient(#ce4141, #833a3a);
}

.carousel-container {
  margin-left: 20%;
  width: 70%;
  overflow: hidden;
}
.img {
  margin-top: 20px;
  border-radius: 15px 15px 15px 15px;
  margin-left: 15px;
}

.carousel-container img {
  width: 20%;
  float: left;
  transition: transform 0.5s ease-in-out;
}
.carousel-container img:hover {
  transform: scale(1.5);
}

/* Serviços */
.galeriaF1-2col {
  margin-top: 1%;
  margin-left: 20%;
  margin-right: 10%;
  display: grid;
  grid-template-columns: 40% 40%;
  gap: 20px;
}
.galeriaF1-2cole {
  margin-top: 1%;
  margin-left: 25%;
  margin-right: -5%;
  display: grid;
  grid-template-columns: 40% 40%;
  gap: 20px;
}
#img1,
#img2,
#img3,
#img4 {
  margin-bottom: 40px;
}

.txtDivServ {
  margin-top: 30px;
  font-size: 12px;
}

/*________________________ FIM INDEX _____________________*/

/*__________________ COMEÇO  ________________*/

.textoP {
  font-size: 20px;
}

/*__________________ FIM  ________________*/

/*__________________ COMEÇO PG CURSOS  ________________*/
#motion {
  background-image: url(../assets/office.jpg);
  background-size: cover; /*  Ajusta a imagem de fundo ao tamanho do elemento */
  background-attachment: fixed; /* Cria o efeito paralaxe */
  height: 70vh;
  margin-bottom: 70px;
}

.destaqueTexto {
  width: 215px;
  height: 120px;
  position: absolute; /* Posiciona o texto */
  top: 65%;
  left: 15%;
  text-align: right;
  background-color: rgba(255, 255, 255, 0.6);
  border-top-right-radius: 15px;
  border-bottom-left-radius: 30px;
}

.destaqueTexto input[type="submit"] {
  border: 0;
  font-weight: bold;
  background-color: #0000ff;
  color: #fff;
  border-radius: 20px;
  width: 100px;
  height: 30px;
  cursor: pointer;
}
.icone {
  border-radius: 10px;
}

/*__________________ FIM  PG CURSOS ________________*/

/*________________________ COMEÇO LOGIN _____________________*/

.bg-geral {
  background-color: #0597f2;
}

.imagemLogin {
  background-color: #d9d9d9;
}

@media screen and (max-width: 768px) {
  .principalLogin {
    /* background-color: #0597f2; */
    background-color: #7ba4bb;
  }

  .imagemLogin {
    display: none;
  }
}

/*________________________ FIM LOGIN _____________________*/

.gridContainer {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-template-rows: 100%;
  /*   background-color: #0000FF; */
}
.barraLateral {
  width: 300px;
  height: 91vh;
  overflow: scroll;
}
.videoGrid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr repeat(6, 2fr);
}
.video {
  max-width: 100%;
  grid-column: 2/6;
  grid-row: 2/5;
}

.largura {
  max-width: 100%;
}
.ajusImagem {
  width: 286px;
  height: 143px;
  object-fit: cover;
}

/*________________________ INICIO FOOTER-ADM _____________________*/
.tamanhoGenerico {
  position: absolute;
  top: 0;
}
.fixFooter {
  position: sticky;
  bottom: 0 !important;
  /*    z-index: 9999; */
}
tbody {
  overflow-y: scroll;
}

/*________________________ FIM FOOTER-ADM _____________________*/

/*________________________ INDEX PRINCIPAL _____________________*/

@media screen and (min-width: 600px) {
  .txtParceiro {
    margin-left: 37%;
    font-size: 32px;
  }
  .sessaoHome {
    margin-bottom: 0%;
  }
  .txtDivServ {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  /* ------ MSakal ---------- */
  .descHeader {
    margin-left: 5%;
  }
}

/* -------- MSakal ----------- */

@media screen and (min-width: 800px) {
  .ret1 {
    position: absolute;
    width: 1000px;
    height: 800px;
    left: 850px;
    top: -150px;

    background: #89968e;
    border-radius: 177px;
    transform: rotate(-29.02deg);
    z-index: -1;

    overflow: hidden;
  }
}
