.padding-top-6px{
  padding-top: 6px;
}

.padding-left-4px{
  padding-left: 4px;
}

.margin-top-35px{
  margin-top: 35px;
}

.container-card{
  width: 100%;
  text-align: center;
}

.form-card{
  width: 725px;
  margin: auto;
}

.form-card-big{
  width: 1100px;
  margin: auto;
}

.iframe-container{
  display: flex;
  justify-content: space-around;
}

.iframe-map{
  width: 55%;
}

.iframe-text{
  text-align: left;
  font-size: 13px;
  word-wrap: break-word;
  width: 35%;
}

.local-container{
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px;
}

.local-container-form{
  width: 50%;
}

.local-container-img{
  width: 40%;
}

.local-container-img img{
  width: 85%;
}

.iframe-text h1{
  font-weight: bold;
}

.iframe-text p{
  color: gray;
}

.xinput{
  padding: 8px;
  display: block;
  border: 1px solid rgb(162, 162, 162);
  width: 70%;
  border-left: 4px solid #c19509;
}

.xlabel{
  width: 15%;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
}

.xphoto{
  padding: 8px;
  width: 55%;
}

.xselect{
  padding: 8px;
  width: 55%;
  border: 1px solid rgb(162, 162, 162);
}

.xtextarea{
  resize: none;

}


.container-input{
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  padding: 10px 0;
}

.text-form-main{
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
}

.text-form{
  text-align: center;
  color: rgb(149, 149, 149);
  margin-bottom: 15px;
}

.text-form a{

}

.xmodal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 0.5rem;
}
.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}
.close-button:hover {
    background-color: darkgray;
}
.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

@media screen and (max-width: 1300px) {
  .form-card-big{
    width: 100%;
  }

}


@media screen and (max-width: 700px) {
  .form-card{
    width: 100%;
  }
  .iframe-container{
    display: block;
  }
  .iframe-text{
    text-align: inherit;
    width: 90%;
  }
  .container-input{
    display: block;
    width: 100%;
  }
  .xinput{
    width: 100%;
  }



}
