.tarjetaBase{
  width: 90%;
  height: 90%;
  padding: 3%;
  border-radius: 5px;
  /* background: rgba(0, 0, 0, 0.322);
  box-shadow: 0 0 8px rgba(43, 29, 1, 0.836); */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tarjetaTitulo{
  position: relative;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.507);
  box-shadow: 10px 10px 10px rgba(43, 29, 1, 0.836);
  text-align: justify;
  font-size: 0.8em;
  font-family: var(--font-2);
  color: var(--primary-1);  
}
.tarjetaTitulo iframe{
  height: 500px;
}
.tarjetaTitulo .card-title{
  color:var(--secondary-1);
}
@media (max-width: 500px) {
  .tarjetaTitulo iframe{
    min-height: 400px;
  }
}
/*SUCURSALES*/
/* body {
  font-family: Termina, sans-serif;
  color: #111;
  background: #eee;
  overflow-x: hidden;
} */
/* section {
  padding: 10vw;
  height: 100%;
  min-height: 500vh;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: visible;
} */
/* .credit {
  text-align: center;
  z-index: 999;
  font-size: 0.8rem;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  a {
    color: #fff;
  }
}
* {
  box-sizing: border-box;
} */
/* h1 {
  font-weight: 800;
  margin: 2rem auto;
  font-size: clamp(3vw, 2rem, 4rem);
  text-align: center;
  z-index: 999;
  max-width: 800px;
  mix-blend-mode: difference;
  pointer-events: none;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
} */
.gallery {
  z-index: -1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: visible;
  @media (max-width: 768px) {
    width: 160%;
  }
}
.col {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  align-self: flex-start;
  justify-self: flex-start;
}
.col:nth-child(2) {
  align-self: flex-end;
  justify-self: flex-end;
}
.image {
  width: 100%;
  /* filter: saturate(0); */
  padding: 1rem;
}
.image:hover {
  z-index: 99999999999 !important;
  filter: saturate(1);
}
.gallery img {
  transition: 0.3s ease-out;
  overflow: hidden;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
  width: 100%;
}
/*FIN SUCURSALES*/
/*CONTACTO*/
.form-group {
  /* background-color: var(--primary-10); */
  padding: 10px;
  font-size: 1.1em;
  line-height: 1.8;
  border-radius: 20px;
/*     border: 1px; */
  /* box-shadow: 0px 0px 70px -5px var(--secondary-1); */
  /* border:  3px solid rgb(7, 236, 76); */
}
.form-group input {
  font-family:'Laila';
  font-size: 0.5em;
  letter-spacing: 0.05em;
  line-height: 1.5;
  vertical-align: 0.25em;
  color: var(--primary-10);
  background-color: white;
  border: 0;
  border-bottom: 2px solid white;
  border-radius: 20px;
  text-transform:uppercase;
  text-align: center;
  width: 95%;
}
.form-group textarea {
  font-family:'Laila';
  font-size: 0.5em;
  letter-spacing: 0.05em;
  line-height: 1.5;
  vertical-align: 0.25em;
  color: var(--primary-10);
  background-color: white;
  border: 0;
  border-bottom: 2px solid white;
  border-radius: 20px;
  text-transform:uppercase;
  text-align: center;
  width: 95%;
}
/*FIN CONTACTO*/