@media screen and (max-width: 768px) {
  .nav-btn {
    visibility: hidden;
  }
  .swiper-pagination-bullet {
    visibility: hidden;
  }
  .swiper-button-next {
    visibility: hidden;
  }
  .swiper-button-prev {
    visibility: hidden;
  }
}

/* Rotating Banner section */
.banner{
  width: 80%;
  padding: 40px;
  padding-bottom: 140px;
  padding-top: 75px;
  margin: auto;
  text-align: center;
  background-color: #f5f5f5;
}
.banner h1{
  font-size: 42px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;;
  color: rgb(44,44,44);
}
.banner p{
  color: #333;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
}
.banner .frase{
  font-weight: 600;
}

.banner .descricao{
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
}

.banner .descricao .highlight{
  color: #1E90FF;
  font-family: Arial, Helvetica, sans-serif;
}
.banner .entenda{
  color: #1E90FF;
}

.metodologia{
  flex: 1;
  text-align: left;
}
a.button.contact-button1{
  margin-bottom: 0px;
}
.row{
  margin-top: 3%;
  display: flex;
  justify-content: space-between;
}

.banner{
  flex: 1;
  text-align: center;
}

.banner-tabs {
  display: flex;
  justify-content: left;
  margin-bottom: 20px;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.banner-tabs .tab-link {
  background: none;
  border: none;
  outline: none;
  color: #333;
  padding: 10px 20px;
  cursor: pointer;
  transition: color 0.5s, border-bottom 0.5s;
  font-size: 18px;
  transition: all 0.3s ease;
}

.banner-tabs .tab-link:hover {
  transform: translateY(-4px);
}

.banner-tabs .tab-link.active {
  color: #1E90FF;
  border-bottom: 2px solid #1E90FF;
}

.tab-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  box-shadow: 2px 2px 5px #1E90FF;
  border-radius: 25px;
  width: 96,2%;
  background: white;
  text-align: left;
  transition: all 0.3s ease;
}
.tab-content:hover{
  transform: translateY(-4px);
  box-shadow: 5px 5px 10px #1E90FF;
}

.tab-content h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #1E90FF;
}

.tab-content p {
  font-size: 17px;
  color: #333;
  text-align: left;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 22px;
}
.tab-content .topico{
  margin-bottom: 10px;  
}
.tab-content .compliance{
  text-decoration: none;
  color: #1E90FF;
  font-family: Arial, Helvetica, sans-serif;
}
.tab-content .linkdoc{
  margin-bottom: 0px;
}
.tab-content .highlight{
  text-decoration: none;
  color: #1E90FF;
  font-family: Arial, Helvetica, sans-serif;
}

.center,.front-face,
.contents,.back-face{
  position: absolute;
}
.center{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 400px;
  width: 290px;
  transform-style: preserve-3d;
  perspective: 1000px;
}
.front-face, .back-face{
  height: 630px;
  width: 310px;
  text-align: center;
  background: url(/assets/img/home/Mask\ group.png);
  background-size: cover;
  background-position: center;
  transform: translateY(0deg);
  border-radius: 39px;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  margin-top: -100px;
  margin-left: -10px;
  transition: transform .7s cubic-bezier(.4,.2,.2,1);
}
.contents{
  left: 0%;
  top: 50%;
  width: 100%;
  perspective: 1000px;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
}
.front p{
  font-size: 35px;
  margin-bottom: 15px;
  color: white;
}
.front span{
  font-size: 18px;
  color: white;
}
.front p:after{
  content: '';
  display: block;
  left: 0;
  right: 0;
  width: 100px;
  height: 2px;
  background: white;
  margin: 0 auto;
  margin-top: 10px;
}
.back-face{
  border: 1px solid #1E90FF;
  box-shadow: 2px 2px 5px #1E90FF;
  transform: rotateY(180deg);
  background: linear-gradient(45deg,#cfcfcf 0%,#ffffff 100%);
}
.back {
  color: #1E90FF;
}
.back h2{
  font-size: 33px;
  padding-bottom: 5px;
  color: #333;
}
.back span{
  font-size: 25px;
}
.icons{
  margin: 10px 0;
  display: block;
}
i.fab{
  color:  white;
  font-size: 20px;
  height: 40px;
  width: 40px;
  background: #1E90FF;
  border-radius: 50%;
  margin: 0 5px;
  line-height: 40px;
  cursor: pointer;
}
.center:hover > .back-face{
  transform: rotateY(0deg);
}
.center:hover > .front-face{
  transform: rotateY(-180deg);
}

@media (max-width: 700px) {
  .banner{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 12px;
    margin: 10px;
    width: 97%;
  }
  .banner h1{
    font-size: 25px;
  }
  .banner p{
    font-size: 11.5px;
  }
  .banner .descricao{
    font-size: 13px;
    margin-bottom: 10px;
  }
  .banner-tabs{
    flex-direction: column;
  }
  .front-face, .back-face{
    height: 110%;
    width: 75%;
    background-size: cover;
    background-position: center;
    transform: translateY(0deg);
    border-radius: 25px;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    margin-top: -20px;
    margin-left: 12%;
  }
}

.container1{
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 0 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card{
  height: 90px;
  max-width: 335px;
  margin: 0 20px;
  background: white;
  transition: 0.37s;
  border-radius: 25px;
  box-shadow: 2px 2px 5px #1E90FF;
}
.card:hover{
  height: 270px;
  box-shadow: 5px 5px 10px #1E90FF;
}
.card .img{
  height: 90px;
  width: 100%;
}
.card .img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}
.card .top-text{
  padding: 5px;
}
.card .top-text .name{
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  margin-left: 7px;
  margin-bottom: 0px;
  color: #333;
  visibility: hidden;
  transition: 0.4s;
}
.card:hover .top-text .name{
  opacity: 1;
  visibility: visible;
}
.card .bottom-text{
  padding: 0 20px 10px 20px;
  margin-top: 5px;
  background: white;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.card:hover .bottom-text{
  opacity: 1;
  visibility: visible;
}
.card .bottom-text .text{
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
}
.card .bottom-text .btn{
  margin: 10px 0;
  text-align: left;
}
.card .bottom-text .btn a:hover{
  transform: scale(0.9);
}
@media (max-width: 700px) {
  .container1{
    flex-direction: column;
    padding: 25px;
  }
  .card{
    max-width: 700px;
    margin: 20px 0;
  }
}

.card1 {
  position: relative;
  background: #fff;
  border-radius: 25px;
  margin: 20px 0;
  box-shadow: 2px 2px 5px #1E90FF;
}

.card1:hover{
  transform: translateY(-4px);
  box-shadow: 5px 5px 10px #1E90FF;
}
.card1::before {
  content: "";
  position: absolute;
  height: 40%;
  width: 100%;
  background: linear-gradient(45deg,#cfcfcf 0%,#ffffff 100%);
  border-radius: 20px 20px 0 0;
}
.card1 .card-content {
  height: 375px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  position: relative;
  z-index: 100;
}
.secao .card1 .image {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  padding: 3px;
  background: #1E90FF;
}
.secao .card1 .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
}
.card1 .name-profession {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  color: #333;
}
.name-profession .name {
  font-size: 20px;
  font-weight: 600;
}
.name-profession .profession {
  font-size: 15px;
  font-weight: 500;
}
.card1 .button {
  width: 100%;
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 100px;
}
.card1 .button button {
  background: #1E90FF;
  outline: none;
  border: none;
  color: #fff;
  padding: 8px 22px;
  border-radius: 20px;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.button button:hover {
  background: #6616d0;
}
.swiper-pagination {
  position: absolute;
}
.swiper-pagination-bullet {
  height: 7px;
  width: 26px;
  border-radius: 25px;
  background: #7d2ae8;
}
.swiper-button-next,
.swiper-button-prev {
  opacity: 0.7;
  color: #1E90FF;
  transition: all 0.3s ease;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
  color: #1E90FF;
}
/* Responsive media query code for small screens */
@media (max-width: 768px) {
  .secao {
    padding: 15px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}