@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.mySwiper{
  max-width: 1200px;
  width: 100%;
  padding: 40px;
}

.swiper {
  width: 100%;
  height: 100%;
}



.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide:hover{
  cursor: pointer;
}

.margin{
    margin-right: 200px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.bg-blue-custom{
  background: #080832;
  transition: .2s;
}

.bg-blue-custom:hover{
  background: #0d10ce;
  transition: .2s;
}

.bg-custom-blue-2{
  background: #080832;
}

/* Style the Image Used to Trigger the Modal */
.myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 6rem; /* Location of the box */
  width: 100%; /*
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  max-width: 70rem;
  max-height: 70dvh;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
      transform: scale(0);
  }

  to {
      transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.menuItem {
  color: black;
  text-decoration: none;
}

#logo {
  font-size: 1.5rem;
  font-weight: bold;
}

#header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #ffffff;
}

#menu {
  display: flex;
  list-style: none;
  gap: 0.5rem;
}

#menu .menuItem {
  display: block;
  padding: 0.5rem;
}

#btn-mobile {
  display: none;
}



.pady-4{
  padding: 1rem 0;
} 


.mart-4{
  margin-top: 0;
}


/* O estilo do modal (imagem ampliada) */
.zoom-modal {
  display: none; /* Inicialmente, o modal está escondido */
  position: fixed;
  z-index: 1;
  padding-top: 4rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0); /* Cor de fundo semi-transparente */
  background-color: rgba(0, 0, 0, 0.8); /* Cor de fundo do modal */
}

/* A imagem ampliada dentro do modal */
.zoom-modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Estilo para o botão de fechar */
.zoom-close {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 35px;
  transition: 0.3s;
  cursor: pointer;
}

.zoom-close:hover,
.zoom-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 600px) {
  #menu {
    display: block;
    position: absolute;
    width: 100%;
    top: 70px;
    right: 0px;
    background: #ffffff;
    transition: 0.6s;
    z-index: 1000;
    height: 0px;
    visibility: hidden;
    overflow-y: hidden;
  }
  #nav.active #menu {
    height: calc(100vh - 70px);
    visibility: visible;
    overflow-y: auto;
  }
  #menu .menuItem {
    padding: 1rem 0;
    margin: 0 1rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  }
  #btn-mobile {
    display: flex;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border: none;
    background: none;
    cursor: pointer;
    gap: 0.5rem;
  }
  #hamburger {
    border-top: 2px solid;
    width: 20px;
  }
  #hamburger::after,
  #hamburger::before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    margin-top: 5px;
    transition: 0.3s;
    position: relative;
  }
  #nav.active #hamburger {
    border-top-color: transparent;
  }
  #nav.active #hamburger::before {
    transform: rotate(135deg);
  }
  #nav.active #hamburger::after {
    transform: rotate(-135deg);
    top: -7px;
  }

  .pady-4{
    padding: 1rem 20px!important;
  } 
  
  .mart-4{
    margin-top: 3.5rem!important;
  }
  
}

@media  (max-width: 768px) {
  .img-equip{
    height: 150px!important;  
  }

  
}

@media (max-width: 1500px){
  .zoom-modal {
    padding-top: 2.5rem;
  }

  .zoom-modal-content {
    max-width: 600px;
  }
}

.font-montserrat{
  font-family: "Montserrat", serif!important;
}

#lang-menu {
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  margin-top: 5px;
  padding: 5px;
}

.hidden {
  display: none;
}

.lang-option {
  display: block;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  text-align: left;
}