.fondo-reservas{
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: -10;
}
.titulo__header {
  position: absolute;
  backdrop-filter: blur(20px);
  border: 2px solid var(--color-button);
  padding: 40px 70px;
  border-radius: 150px;
  width: max-content;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.titulo__header h3{
  margin-top: -10px;
  text-align: center;
  font-family: Katler-Regular;

  font-size: 4rem;
  color: var(--color-button);
  letter-spacing: 5px;
}
.titulo__header p {
  width: 500px;
  max-width: 350px;
  text-transform: uppercase;
  text-wrap: pretty;
  font-family: KumbhSans-Regular;
  font-size: .8em;
  color: #fefefe;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.enlaces{
  margin: 0 auto;
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: start;
  font-family: KumbhSans-Regular;
  text-decoration: none;
  color: #fefefe;
  font-size: .8rem;
  font-weight: 100;
  letter-spacing: 1px;
  position: relative;
  transition: scale .2s ease-in-out;
}
.enlaces img{
  width: 35px;
  cursor: pointer;
  margin-right: 10px;
}
.enlaces:active{
  scale: .9;
}

.enlaces::after{
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: var(--color-button);
  bottom: 0;  
  left: 40px;
  transition: width 0.2s ease-in;
}
.enlaces:hover::after {
  width: 60%;
}
.container__ubicaiones{
  width: clamp(300px,100%,1300px);
  margin: 0 auto 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-top: 120px;
  position: relative;
}
.vector-7{
  width: 60%;
  position: absolute;
  top: 30%;
  z-index: -1;
  left:0
}
.vector-8{
  width: 90%;
  position: absolute;
  z-index: -100000;
  right: 0;
  top:0
}
.text-content{
  margin: 20px auto 20px;
  display: flex;
  flex-direction: column;
  width: clamp(300px,40%,450px);
  padding: 0 60px;
  color: #fefefe;
}
.text-content img{
  width: 40px;
  margin-bottom: 10px;
}
.text-content h3{
  font-family: Katler-Regular;

  font-size: 2rem;
  font-weight: 100;
}
.text-content span{
  display: block;
  margin-top: -7px;
  font-size: 1.6rem;
}
.text-content p{
  font-family: KumbhSans-Regular;
  font-size: 0.8rem;
  font-weight: 100;
  margin-top: 5px;
  padding: ;
  letter-spacing: 1px;
  text-align: justify;
}
.ubicaion{
  width: clamp(300px,50%,450px);
  height:200px;
  margin: 0 auto;
}
.ubicaion iframe{
  width: 100%;
  height: 100%;
  border-radius: 30px;

}
.container__form{
  position: relative;
}
.container__form h3{
  margin-top: 40px;
  color: #fefefe;
  font-family: Katler-Regular;

  font-size: 3rem;
  font-weight: 100;
  letter-spacing: 5px;
  text-align: center;
}

.form-form{

  color: #fefefe;
  margin: 2px auto 35px;
  width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
.form-form label {
  font-family: KumbhSans-Bold;
  margin-bottom:6px ;
}
.form-form div{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.form-form div input,textarea
{
  border: 1px solid transparent;
  width: 90%;
  padding: 8px;
  border-radius: 20px;
  background-color: #ffffff5b;
  backdrop-filter: blur(10px);
  color: #fefefe;
  outline: none;
}
.form-form textarea{
  resize: none;
  height: 100px;
}
.form-form div input:hover,textarea:hover{
  border: 1px solid #fefefe;
}
.form-form .button {
  border: 1px solid #fefefe;
  color: #fefefe;
  align-self: start;
}

@media only screen and (max-width: 600px) {
  
  .fondo-reservas{
    object-fit: cover;
  }
  
  .titulo__header img{
    
    width: 50px;
  }
  .titulo__header h3{
    margin-top: -10px;
    text-align: center;
    font-size: 3rem;
    color: var(--color-button);
    letter-spacing: 5px;
  }
  .titulo__header span{
    display: block;
    font-size: 1.5rem;
    margin-top: -10px;
  }
  .titulo__header{
    margin-top: 50%;
  }
  .titulo__reserva h3{
  font-size: 2rem;
  
  }
  .titulo__reserva span{
  font-size: 1.8rem;
  margin-top: -5px;
  }
  .titulo__reserva img{
    width: 40px;
    margin-left: -120px;
    margin-bottom: 5px;
  }
  .form-form{
    color: #fefefe;
    margin: auto;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 20px;
  }
  .form-form label {
    font-family: KumbhSans-Bold;
    margin-bottom:6px ;
    font-size: .7rem;
  }
  .form-form div{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }
  .form-form div input,textarea
  {
    border: 1px solid #fefefe;
    width: 90%;
    padding: 8px;
    border-radius: 20px;
    background-color: transparent;
    backdrop-filter: blur(10px);
    color: #fefefe;
    outline: none;
  }
  .form-form textarea{
    resize: none;
    height: 70px;
  }
  .form-form div input:hover,textarea:hover{
    border: 1px solid #fefefe;
  }
  .form-form .button {
    border: 1px solid #fefefe;
    color: #fefefe;
    margin-top: 5px;
    align-self: start;
  }
  
.titulo__header{
  backdrop-filter: blur(5px);
  border: 2px solid var(--color-button);
  padding: 40px 40px;
  border-radius: 150px;
  width: max-content;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  
}

.titulo__header h3{
  margin-top: -10px;
  text-align: center;
  font-size: 2rem;
  color: var(--color-button);
  letter-spacing: 5px;
}
.titulo__header p {
  width: 250px;
  text-align: center;
  font-size: .6rem;
  margin: 0 auto;
  margin-bottom: 10px;

}
.enlaces img{
  width: 20px;
}
.enlaces{
  font-size: .6rem;
}
.enlaces::after{
  left: 30px; 
}

.text-content{
  margin-top: 120px;
}
.container__ubicaiones{
padding-top: 0px;
}

  }