.sucursales-item {
  width: 100%;
  text-align: left;
  padding: 0 40px;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sucursales-item h1 {
  font-family: "Gotham book";
  font-size: var(--font-size-h2);
  color: white;
}

.result-item-container {
    cursor: pointer;
}

#resultados {
    overflow-y: scroll;
    height: 300px;
    padding-top: 20px;
}

.result-item-title,
.result-item-direction {
      font-family: "Source Code";
    font-size: 14px;
    padding-bottom: 10px;
}

.result-item-direction {
    color: initial;
    font-size: 12px;
}

.sucursales-item:last-child {
  background: url(../assets/Contacto/WEBP/BG-Contacto.webp);
  padding-bottom: 60px;
}

.sucursales-item img {
  width: 600px;}

.sucursalesBackground {
  background: #f8f8f8;
  /* padding-bottom: var(--content-padding); */
  /* height: 84vh; */
}

.sucursalesBackground .title img {
  margin: 60px 0;
}

.sucursalesBackground-description {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  /* height: 84vh; */
}

.sucursales-item img {
  width: 200px;
}

.sucursales-item p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "Source Code";
}

.sucursales-item label { 
  display: block;
  font-family: "Source Code";
  margin-top: 10px;
}

.sucursales-item input,
.sucursales-item textarea {
  border-radius: 5px;
  border: 2px solid var(--color-red);
  width: 100%;
}

.sucursales-item textarea {
  height: 150px;
}

.sucursales-item-buttom button {
  background: white;
  color: var(--color-red);
  width: 180px;
  margin-top: var(--content-min-padding);
}

.form-both-item {
  display: flex;
  gap: 20px;
}

.form-both-item input {
  margin-right: 20px;
  width: 100%;
}

.sucursales-item button {
  width: 180px;
  height: 40px;
  background: var(--color-red);
}

.form-item.button {
  text-align: center;
  padding-top: var(--content-min-padding);
}

.form-item.button img {
  width: 30px;
  padding-right: var(--content-min-padding);
}

.sucursales-item-title p {
  font-size: 12px;
  font-family: "Gotham Bold";
  text-align: left;
  width: 200px;
}

.sucursales-item-description p {
  font-size: 12px;
  text-align: left;
  width: 200px;
}

.sucursales-formulario {
  display: flex;
  background: white;
  border-radius: 10px;
  padding:  40px var(--content-padding);
  width: 60%;
  gap: 30px;
}

.sucursales-formulario-items h1 {
  font-family: 'Gotham Bold';
  color: #ee3442;
  font-size: 32px;
    text-align: center;

}

.sucursales-formulario-items {
  color: #ee3442;
}

.sucursales-formulario-items-store {
  position: relative;
  padding-bottom: 30px;
}

.sucursales-formulario-items-store img {
  cursor: pointer;
  position: absolute;
  width: auto;
  height: 27px;
  right: -7px;
  top: 18px;
  border-radius: 0 3px 3px 0;
}

.sucursales-formulario-items {
  width: 30%;
}

.sucursales-formulario-map {
  width: 70%;
}

@media (min-width: 1600px) {
  .sucursalesBackground-description {
    height: 90vh;
  }
}

@media (min-width: 769px) and (max-width: 1000px) {
  .sucursales-formulario {
    width: 60%;
  }

  .sucursales-item {
    padding: 0;
  }

  .sucursales-formulario {
    padding: 40px 40px;
    flex-direction: column;
    margin-top: 120px;
  }

  .form-both-item {
    gap: 0px;
    flex-direction: column;
  }
  
  .sucursales-formulario-items {
      width: 100%;
  }
  
  .sucursales-formulario-map {
      width: 100%;
  }
  
  #sucursales-text {
      height: 22px;
  }
  
  #mapa-form {
      width: 100%;
    height: 200px;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .sucursales-formulario {
    width: 60%;
  }

  .sucursales-item {
    padding: 0;
  }

  .sucursales-formulario {
    padding: 40px 40px;
    flex-direction: column;
    margin-top: 120px;
  }

  .form-both-item {
    gap: 0px;
    flex-direction: column;
  }
  
  .sucursales-formulario-items {
      width: 100%;
  }
  
  .sucursales-formulario-map {
      width: 100%;
  }
  
  #sucursales-text {
      height: 22px;
  }
  
  #mapa-form {
      width: 100%;
    height: 200px;
  }
}