@font-face {
  font-family: "font-bold";
  src: url(../fonts/VWHead-Bold.otf);
}

@font-face {
  font-family: "font-regular";
  src: url(../fonts/VWHead-Regular.otf);
}

* {
  transition: all 0.5s linear;
  font-family: "font-regular";
}

html,
body {
  scroll-behavior: smooth;
  width: 100%;
  position: relative;
}

@media (min-width: 1200px) {
  .hight-100vh {
    height: 100vh;
    overflow: auto;
  }
}

/* Left Side */
.leftSide {
  background: #e5e5e5;
}

.leftSide .wrapper {
  max-width: 610px;
  padding: 1rem;
  margin: auto;
  margin-top: 4rem;
  padding-right: 10%;
}

.leftSide .text-1 {
  font-size: 50px;
  letter-spacing: -0.02em;
  color: #24345c;
  line-height: 100%;
}

.leftSide .text-1 span {
  font-family: "font-bold";
}

.leftSide .text-2 {
  font-family: "font-bold";
  line-height: 100%;
  font-size: 75px;
  letter-spacing: -0.05em;
  color: #ff0066;
}

.leftSide hr {
  border-top: 2px dashed #cacaca;
  margin: 3rem 0 1rem;
}

.leftSide text-3 {
  font-size: 15px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000000;
}

/* Right Side */
.rightSide {
  background: url(../images/rightside-bg.png) no-repeat;
  background-size: cover;
  display: flex;
}

.rightSide form {
  max-width: 570px;
  background: #ffffff;
  border-radius: 33px;
  padding: 1.5rem 3rem;
  margin: auto;
}

.rightSide .title {
  font-size: 38px;
  line-height: 100%;
  font-family: "font-bold";
  text-align: center;
  letter-spacing: -0.02em;
  color: #00ccff;
}

#formSubmitSuccess {
  display: none;
  padding: 10rem 0;
}

.form-label {
  font-size: 14px;
  line-height: 100%;
  font-family: "font-bold";
  color: #000000;
}

.form-control {
  height: 40px;
  font-family: "font-bold";
  color: #000000;
  border: 1px solid #d3d3d3;
  border-radius: 12px;
  font-size: 14px;
}

.form-control::placeholder {
  font-family: "font-regular";
  font-size: 16px;
  line-height: 100%;
  color: #505050;
}

.form-control:focus {
  color: #212529;
  border: 2px solid #24345c;
  box-shadow: none;
}

.rightSide hr {
  border-top: 1px solid #d3d3d3;
}

.seleccionar-btn {
  display: block;
  width: 118px;
  height: 35px;
  border: 2px solid #24345c;
  background: transparent;
  border-radius: 27.5px;
  font-size: 14px;
  line-height: 100%;
  font-family: "font-bold";
  color: #24345c;
}

.seleccionar-btn:hover {
  background: #24345c;
  color: #ffffff;
}

.rightSide .label-1 {
  font-size: 14px;
  line-height: 100%;
  color: #000000;
}

.rightSide .text-2 {
  font-family: "font-bold";
  font-size: 15px;
  line-height: 100%;
  color: #000000;
}

.rightSide .text-3 {
  font-size: 12px;
  line-height: 114%;
  color: #505050;
  cursor: pointer;
}

.form-btn {
  display: block;
  width: 100%;
  border: none;
  outline: 0;
  height: 45px;
  background: #24345c;
  border: 2px solid #24345c;
  border-radius: 27.5px;
  font-size: 18px;
  line-height: 100%;
  font-family: "font-bold";
  color: #ffffff;
}

.form-btn:hover {
  background: #ffffff;
  color: #24345c;
}

.form-btn span {
  font-size: 16px;
  line-height: 100%;
  font-family: "font-bold";
  color: #ffffff;
  padding: 0 5%;
  line-height: 2.3;
}

.form-btn:hover span {
  color: #24345c;
}

/* Footer Bar */
.footer-bar {
  background: #f9f5f2;
  padding-bottom: 0.5rem;
  position: relative;
  width: 100%;
  z-index: 5;
}

@media (min-width: 1200px) {
  .footer-bar {
    padding: 0 9.5%;
    padding-bottom: 0.5rem;
    position: fixed;
    bottom: 0;
    left: 0;
  }
}

.footer-bar::before {
  content: "";
  width: 100%;
  height: 30px;
  background: url(../images/top-shape.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -30px;
  left: 0;
}

.google-map-btn {
  display: block;
  width: 200px;
  height: 45px;
  font-size: 18px;
  line-height: 100%;
  font-family: "font-bold";
  color: #24345c;
  border: 2px solid #24345c;
  box-sizing: border-box;
  border-radius: 27.5px;
  text-decoration: none;
  text-align: center;
  line-height: 42px;
}

.google-map-btn:hover {
  background-color: #24345c;
  color: #ffffff;
}

.footer-text {
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #24345c;
}

.footer-text i {
  font-size: 30px;
  margin-right: 0.5rem;
}

.footer-text strong {
  font-family: "font-bold";
}

.ui-datepicker-trigger {
  display: block;
  margin-left: auto;
  margin-right: 1rem;
  margin-top: -1.8rem;
}
