/* estilo.css */

@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@200;300;400;500;600;700&display=swap');

* {
  padding: 0;
  margin: 0;
  font-family: 'Bai Jamjuree', sans-serif;
}

:root {
  --borda:#03112f;
  --total-brand: 17;
  --logo-width: 250px;
  --total-logo-width: calc(var(--total-brand) * var(--logo-width) * 2);
  --animation-duration: calc(var(--total-brand) * 1.5s);
  
  --bg-color:#22223b;
  --border-color: #4a4e69;
}

body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #000;
  color: #fff;
}

:focus { 
  outline: none; 
}

.menu {
    width: 100%;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    height: 82px;
    z-index: 7;
    position: relative;
    box-sizing: border-box;
}

.mItens {
    display: flex;
    align-items: center;
}

a.miLink {
    text-decoration: none;
    color: #ffffff;
    margin-left: 30px;
    padding: 0 0 2px;
    border-bottom: 2px solid #000000;
}

a.miLink:hover, .mAtivado {
    border-bottom: 2px solid #ffffff;
}

.mLogo {
    width: 300px;
    padding: 5px;
}

img.logo {
    width: 100%;
}

.mHamb {
  display: none;
}

img.hamb {
    width: 30px;
}

.carousel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 803px;
  overflow: hidden;
  position: relative;

}

.main-image {
  width: 100%;
  height: 803px;
  background-size: cover;
  background-position: left;
  transition: background-image 1s ease-in-out;
  position: relative;
}

.overlay {
  position: absolute;
  bottom: 97px;
  left: 5%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 5px;
  max-width: 80%;
}

.overlay h1 {
  margin: 0;
  font-size: 2em;
}

.overlay h3 {
  margin: 5px 0;
  font-weight: normal;
}

.overlay p {
  margin-top: 10px;
  font-size: 1em;
}

.thumbnails {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px;
  position: absolute;
  bottom: 10px;
  right: 5%;
  align-items: baseline;
}

.thumbnail {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s;
  object-fit: cover;
  border-radius: 5px;
  transition: all 0.3s;
  
}

.thumbnail.active {
  border: 2px solid #fff;
  width: 120px;
  height: 120px;
}

/* -------------------------- */
.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  font-size: 2em;
  padding: 10px;
  cursor: pointer;
  color: white;
  z-index: 2;
  transition: background 0.3s;
}

.nav-button:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.left {
  left: 0;
  border-radius: 0 5px 5px 0;
  display: none;
}

.right {
  right: 0;
  border-radius: 5px 0 0 5px;
  display: none;
}

/* -------------------------- */


/* Animação base */
@keyframes fadeSlide {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overlay h1,
.overlay h3,
.overlay p {
  opacity: 0;
  animation: fadeSlide 0.6s ease forwards;
}

/* Delay para cada elemento */
.overlay h1 {
  animation-delay: 0.1s;
}

.overlay h3 {
  animation-delay: 0.3s;
}

.overlay p {
  animation-delay: 0.5s;
}


/* Corpo */
.areaQuadro {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    margin: 20px 0;
  position: relative;
}

.card {
  width: 100%;
  
  position: relative;
}

.pic {
  position: relative;
    height: 500px;
    width: 100%;
    /* border: 0.52rem solid var(--borda); */
    overflow: hidden;
    box-sizing: border-box;
    background-image: url(../img/meio_01.jpg);
    border-radius: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.box {
  display: flex;
  position: absolute;
  padding: 0.3rem;
  height: 3.75rem;
  width: 12.5rem;
  right: 0;
  bottom: 0;
  background-color: #000;
  justify-content: center;
  align-items: center;
  /* border-left: 0.5rem solid var(--borda); */
  /* border-top: 0.5rem solid var(--borda); */
  border-radius: 1rem 0 0 0;
}

.box::after, .box::before {
  position: absolute;
  content: "";
  height: 1.25rem;
  width: 1.125rem;
}

.box::after{
  top: -1.25rem;
  right: 0;
  background-color: transparent;
  border-bottom-right-radius: 0.8rem;
  box-shadow: 0.375rem 0.375rem #000;
}

.box::before {
  right: 0.5rem;
  top: -1.75rem;
  background-color: transparent;
  border-bottom-right-radius: 0.5rem;
  /* box-shadow: 0.375rem 0.375rem var(--borda);*/
}
  
.curve1, .curve2 {
  position: absolute;
  content: "";
  height: 1.25rem;
  width: 1.25rem;
}

.curve1 {
  right: 13.6rem;
  bottom: 0.5rem;
  background-color: transparent;
  border-bottom-right-radius: 0.5rem;
  /* box-shadow: 0.375rem 0.375rem var(--borda);*/
}

.curve2 {
  bottom: -0.08rem;
  right: 13rem;
  background-color: transparent;
  border-bottom-right-radius: 0.8rem;
  box-shadow: 0.375rem 0.375rem #000;
}


.objetivo {
  position: absolute;
  top: 50px;
  right: 3%;
  width: 45%;
  color: #07080d;
  padding: 10px;
  background-color: #ffffff60;
  border-radius: 10px;
}

.obTitulo {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 11px;
}

.obTexto,
.obTextob {
  font-size: 18px;
  font-weight: 500;
}

.info {
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(to bottom, #22c400, #18aa02, #0f9003, #077803, #026002);
  width: 200px;
  height: 59px;
  border-radius: 10px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.info p {
  text-transform: uppercase;
  font-weight: 500;
}

.info:hover {
  background-image: linear-gradient(to bottom, #22c400, #0c9516, #056817, #073d12, #011801);
}


.areaMeio {
  width: 90%;
  margin: 33px 5%;
  display: grid;
  box-sizing: border-box;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "helpD CyberS CloudA";
}

.amCardHd,
.amCard {
  width: 340px;
  background-color: #999;
  border-radius: 10px;
  height: 400px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: baseline;
  align-content: baseline;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}



.amcIcone {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  height: 165px;
  background-color: rgb(0 0 0 / 60%);
  transition: all 0.3s;
}

img.amcImg {
  width: 85px;
}

.amcTitulo {
  font-size: 25px;
  font-weight: 500;
  width: 100%;
  padding: 10px 0;
  background-color: rgb(0 0 0 / 60%);
}

.amcTxt {
  height: 161px;
  padding: 5px 10px;
  background-color: rgb(0 0 0 / 60%);
}

.amcTxt span {
    font-weight: 600;
    color: #81faff;
}

.amCardHd:hover .amcIcone,
.amCard:hover .amcIcone {
  height: 110px;
}


.amcBtn {
  background-color: rgb(0, 0, 0, 60%);
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}

.amcBtn:hover {
  color: #7dfaff;
  font-weight: 600;
}

.amPcardHd,
.amPcardCy,
.amPcardCl {
  width: 100%;
  display: flex;
  justify-content: center;
}

.amPcardHd {
  grid-area: helpD;
}
.amPcardCy {
  grid-area: CyberS;
}
.amPcardCl {
  grid-area: CloudA;
}

section h1 {
  font: 600 1.5rem sans-serif;
  text-transform: uppercase;
  padding: 0 5%;
  color: #53f6ff;
  letter-spacing: 8px;
  text-align: center;
}

.slider {
  width: 100%;
  height: 190px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative
}

/*
.slider::before,
.slider::after {
  position: absolute;
  content: "";
  height: 100%;
  width: var(--logo-width);
  
}

.slider::before {
  left: 0;
  background: linear-gradient(to right, #000 0%, #0000 100%);
}

.slider::after {
  right: 0;
  background: linear-gradient(to left, #000 0%, #0000 100%);
}

*/

ul.brands {
  list-style: none;
  width: var(--total-logo-width);
  display: flex;

  animation: slideLeft var(--animation-duration) linear infinite;
}

.slider:hover ul.brands{
  animation-play-state: paused;
}
 
@keyframes slideLeft {
  100% {
    transform: translateX(calc(-100% /2));
  }
}
li.brand-logo {
  width: var(--logo-width);
  background-color: #ffffff;
  text-align: center;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  border-radius: 8px;
}

.rodape {
  width: 100%;
  height: 360px;
  background-image: url(../img/rodape.png);
  padding: 30px 5% 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.rdpLogo {
  text-align: end;
}

.rdpLate {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rdpeTitulo {
  color: #53f6ff;
  font-weight: 700;
  letter-spacing: 5px;
}

a.rdpeLink {
  color: #fff;
  text-decoration: none;
  margin-top: 10px;
}

.rdpLatd {
  display: flex;
  align-items: center;
  justify-content: end;
}

.linhaBaixo {
    padding: 5px 5%;
    font-size: 14px;
    text-align: center;
    color: #00c5f3;
}

/*
.cadrb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100vh;
  gap: 0.625rem;
  padding: 1.25rem;
}
*/

.bCard {
  position: relative;
    width: 90%;
    box-sizing: border-box;
    margin-left: 5%;
}

.cardimg {
  width: 100%;
  min-height: 500px;
  border-radius: 1.25rem;
  border: 0.5rem solid #000;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background-image: url(../img/boas.jpg);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

.cardimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clTag {
    width: 243px;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    border-bottom: 0.5rem solid #000;
    border-right: 0.5rem solid #000;
    border-radius: 0 0 15px 0;
}

.clTag::after,
.clTag::before {
  width: 1.125rem;
  height: 1.25rem;
  content: "";
  position: absolute;
}

.clTag::before {
    background-color: transparent;
    top: 8px;
    right: -26px;
    border-radius: 0.8rem 0 0;
    box-shadow: -1px -10px #000;
}

.clTag::after {
    background-color: transparent;
    top: 67px;
    left: 7px;
    border-radius: 0.8rem 0 0;
    box-shadow: -1px -10px #000;
}

.clTagb {
  width: 243px;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #000;
  border-top: 0.5rem solid #000;
  border-left: 0.5rem solid #000;
  border-radius: 15px 0 0 0;
}

.clTagb::after,
.clTagb::before {
  width: 1.125rem;
  height: 1.25rem;
  content: "";
  position: absolute;
}

.clTagb::before {
  background-color: transparent;
  top: -28px;
  right: 7px;
  border-radius: 0 0 0.8rem;
  box-shadow: 6px 6px #000;
}

.clTagb::after {
  background-color: transparent;
  bottom: 7px;
  left: -26px;
  border-radius: 0 0 0.8rem;
  box-shadow: 10px 9px #000;
}

.cdTitulo {
  position: absolute;
  top: 8px;
  background-color: #0c1d2f;
  width: 235px;
  height: 52px;
  border-radius: 12px;
  left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #53f6d2;
}

a.cdLink {
  position: absolute;
  display: flex;
  right: 7px;
  bottom: 7px;
  /* background-color: #53f6ff; */
  width: 236px;
  height: 52px;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  background-image: linear-gradient(to bottom, #22c400, #18aa02, #0f9003, #077803, #026002);
}

a.cdLink:hover {
  background-image: linear-gradient(to bottom, #22c400, #0c9516, #056817, #073d12, #011801);
}


.bpTitulo {
  min-height: 60px;
  padding: 5px 5px 5px 257px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 700;
  color: #093564;
}

.bpCorpo {
    color: #000;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2px 2px;
}

.bpItem {
    position: relative;
    height: 118px;
}

.bpiNum {
  position: absolute;
  font-size: 40px;
  font-weight: 700;
  color: #befafd;
  left: 5px;
  top: 0;
  transition: all 0.3s;
}

.bpiTxt {
  display: flex;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 26px;
  color: #6386a1;
  padding-left: 5px;
  transition: all 0.3s;
}

.bpItem:hover .bpiTxt {
  padding-left: 130px;
  color: #000;
}

.bpItem:hover .bpiNum {
  color: #055879;
  font-size: 90px;
}

.mobileCorpo {
  width: 340px;
  height: 500px;
  position: relative;
}

.mMobile {
  background-color: rgb(0, 0, 0, 75%);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  justify-content: center;
}

.mmCorpo {
  width: 340px;
  height: 471px;
  background-color: #05051c;
  position: relative;
  clip-path: path("M 0,0 320,0 340,20 340,170 330,180 330,380 340,390 340,451 320,471 190,471 150,431 20,431 0,411 0,300 10,290 10,120 0,110 Z");
  background-image: url(../img/fMobile.jpg);
  background-size: cover;
  margin-top: 15px;
}

.mmcIta {
  width: 10px;
  position: absolute;
  height: 170px;
  background: #02ffff;
  top: 119px;
  left: 10px;
  clip-path: path("M 0,0 10,5 10,165 0,170 Z");
}

.mmcItb {
  width: 10px;
  position: absolute;
  height: 200px;
  background: #02ffff;
  top: 179px;
  right: 10px;
  clip-path: path("M 0,5 10,0 10,200 0,195 Z");
}

.mmcItc {
  width: 180px;
  position: absolute;
  height: 34px;
  background: #02ffff;
  bottom: 4px;
  right: 4px;
  clip-path: path("M 3,0 180,0 180,14 160,34 38,34 Z");
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.mmcItd {
  width: 180px;
  position: absolute;
  height: 34px;
  background: red;
  top: 449px;
  left: 16px;
  clip-path: path("M 3,0 135,0 170,34 38,34 Z");
  display: flex;
  justify-content: center;
  align-items: center;
}

.mmLogo {
  text-align: center;
  padding: 10px 0;
}

.mMenu {
  display: flex;
  flex-direction: column;
  padding-top: 25px;
}

.mmLink {
  text-decoration: none;
  color: #ffffff;
  margin-left: 30px;
  padding: 5px;
  font-size: 18px;
}

.linhaDivisa {
    width: 100%;
    height: 30px;
}

.tCentro {
  text-align: center;
}

/* Responsivo */
@media (max-width: 1170px) {
  .menu {
    position: fixed;
    background-color: rgb(0, 0, 0, 95%);
  }
  
  img.logo {
    width: 80%;
    margin-top: 5px;
  }
  
  .mHamb {
    display: flex;
    align-items: center;
  }
  
  .mItens {
    display: none;
  }
  
  input.inputEvento {
    width: 75%;
    font-size: 14px;
  }
  
  button.btnBusca {
    width: 25%;
    font-size: 14px;
  }
  
  .btnAFiltro {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: 
      "onde data categ preco"
      "formato filtro limpar preco";
  }
  
  .equipe {
    grid-template-columns: 100%;
  }
  
  .eventoArea {
    grid-template-columns: 1fr 1fr;
  }
  
  .bTitulo {
    font-size: 26px;
  }
  
  .bsTitulo {
    font-size: 18px;
  }
  
  .bBtn {
    width: 100%;
    font-size: 19px;
  }
  
  .areaMeio {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
      "helpD helpD"
      "CyberS CloudA"
      ;
  }
  
  .amCardHd {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .bpCorpo {
    grid-template-columns: 1fr;
  }
  
}
  
@media (max-width: 1080px) {
  .obTitulo {
    font-size: 31px;
  }
}

@media (max-width: 1000px) {
  .thumbnail.active {
    width: 80px;
    height: 80px;
  }
  
  .bpCorpo {
    margin-bottom: 60px;
  }
  
  .bpTitulo {
    min-height: 60px;
    margin-top: 55px;
    padding: 20px;
  }

  
  .bpiNum {
    font-size: 30px;
  }
  
  
  .bpiTxt {
    font-size: 22px;
  }
  
  .bpItem {
    height: 100px;
  }
  
  .bpItem:hover .bpiNum {
    font-size: 70px;
  }
  
  .bpItem:hover .bpiTxt {
    padding-left: 100px;
  }
}

@media (max-width: 839px) {
  .obTextob {
    display: none;
  }
}

@media (max-width: 790px) {
  .areaMeio {
    grid-template-columns: 1fr;
    grid-template-areas: 
      "helpD"
      "CyberS"
      "CloudA"
      ;
  }
  
  .amCardHd {
    width: 340px;
    margin-bottom: 20px;
  }
  
  .amPcardCy {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .overlay h1 {
    font-size: 1.5em;
  }

  .overlay h3 {
    font-size: 1em;
  }

  .overlay p {
    font-size: 0.9em;
  }
  
  .thumbnails {
    right: 50%;
    transform: translateX(50%);
  }
  
  .thumbnail.active {
    width: 60px;
    height: 60px;
  }

  .thumbnail {
    width: 60px;
    height: 60px;
  }
  
  .objetivo {
    width: 86%;
    bottom: 80px;
    right: 5%;
    color: #07080d;
    background-color: #ffffff80;
    top: inherit;
  }
  
  .obTitulo {
    font-size: 28px;
  }

  .obTexto, .obTextob {
    font-size: 18px;
  }
  
  .rodape {
    grid-template-columns: 1fr;
  }
  
  .rdpLogo {
    text-align: center;
  }
  
  .linhaBaixo {
    font-size: 12px;
  }
  
  .rdpLatd {
    justify-content: center;
  }
}