.contacto-contenedor_01{
  width: 100%;
  height: 0px;
  z-index: 0;
  padding-top: 0px;
 
}

.contacto-lineavertical{
  left: 47%;
  position: relative; 
  top: 550px;
  height: 850px;
  width: 6px;
  background-color: black;

}

.contacto-contenedor_02 {
  width: 100%; 
  overflow: hidden;
  height: 1360px;
  position: static;
  align-items: flex-start;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 1);
  
}
.contacto-Text_01 {
  top: 429px;
  left: 42%;
  color: rgba(0, 0, 0, 1);
  height: auto;
  position: absolute;
  font-size: 36px;
  align-self: auto;
  font-style: Bold;
  text-align: left;
  font-family: Inter;
  font-weight: 700;
  line-height: normal;
  font-stretch: normal;
  margin-right: 0;
  margin-bottom: 0;
  text-decoration: none;
}
.contacto-Text_02 {
  top: 628px;
  left: 101px;
  color: rgba(0, 0, 0, 1);
  width: 252px;
  height: auto;
  position: absolute;
  font-size: 36px;
  align-self: auto;
  font-style: Extra Bold;
  text-align: left;
  font-family: Inter;
  font-weight: 700;
  line-height: normal;
  font-stretch: normal;
  margin-right: 0;
  margin-bottom: 0;
  text-decoration: none;
}
.contacto-Text_03 {
  top: 674px;
  left: 114px;
  color: rgba(0, 0, 0, 1);
  height: auto;
  position: absolute;
  font-size: 16px;
  align-self: auto;
  font-style: Semi Bold;
  text-align: left;
  font-family: Inter;
  font-weight: 700;
  line-height: normal;
  font-stretch: normal;
  margin-right: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.contacto-icono_triangulo_01 {
  top: 667px;
  left: 42px;
  width: 36px;
  height: 26px;
  position: absolute;
  border-color: transparent;
}
.contacto-Text_04 {
  top: 745px;
  left: 101px;
  color: rgba(0, 0, 0, 1);
  width: 228px;
  height: auto;
  position: absolute;
  font-size: 36px;
  align-self: auto;
  font-style: Extra Bold;
  text-align: left;
  font-family: Inter;
  font-weight: 700;
  line-height: normal;
  font-stretch: normal;
  margin-right: 0;
  margin-bottom: 0;
  text-decoration: none;
}
.contacto-Text_05 {
  top: 843px;
  left: 101px;
  color: rgba(0, 0, 0, 1);
  height: auto;
  position: absolute;
  font-size: 16px;
  align-self: auto;
  font-style: Semi Bold;
  text-align: left;
  font-family: Inter;
  font-weight: 700;
  line-height: normal;
  font-stretch: normal;
  margin-right: 0;
  margin-bottom: 0;
  text-decoration: none;
}
.contacto-icono_triangulo_02 {
  top: 784px;
  left: 42px;
  width: 36px;
  height: 26px;
  position: absolute;
  border-color: transparent;
}
.contacto-Text_06 {
  top: 913px;
  left: 101px;
  color: rgba(0, 0, 0, 1);
  width: 257px;
  height: auto;
  position: absolute;
  font-size: 36px;
  align-self: auto;
  font-style: Extra Bold;
  text-align: left;
  font-family: Inter;
  font-weight: 700;
  line-height: normal;
  font-stretch: normal;
  margin-right: 0;
  margin-bottom: 0;
  text-decoration: none;
}
.contacto-Text_07 {
  top: 972px;
  left: 101px;
  color: rgba(0, 0, 0, 1);
  width: 211px;
  height: auto;
  position: absolute;
  font-size: 16px;
  align-self: auto;
  font-style: Semi Bold;
  text-align: left;
  font-family: Inter;
  font-weight: 700;
  line-height: normal;
  font-stretch: normal;
  margin-right: 0;
  margin-bottom: 0;
  text-decoration: none;
}
.contacto-icono_triangulo_03 {
  top: 952px;
  left: 42px;
  width: 36px;
  height: 26px;
  position: absolute;
  border-color: transparent;
}

#map {
  height: 300px;
  width: 400px;
  cursor: pointer;
}

#mapModal {
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: none;
}

#mapModal #mapExpanded {
  height: 500px;
  width: 800px;
  position: relative;
}

.closeButton {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 10000;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.alert-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.alert-message {
  margin-bottom: 20px;
}

.alert-icons {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
}

.alert-icon {
  margin: 10px;
  width: 50px;
  height: 50px;
}

.alert-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #aaa;
  cursor: pointer;
}