@font-face {
  font-family: SAPBrand;
  src: url(../fonts/72Brand/72BrandVariable_Lt-Bd.ttf);
}
@font-face {
  font-family: SAPBrand-Thin;
  src: url(../fonts/72Brand/72BrandVariable_Th-Blk.ttf);
}
@font-face {
  font-family: SAPBrand-It;
  src: url(../fonts/72Brand/72BrandVariable-It_Lt-Bd.ttf);
}
@font-face {
  font-family: SAPBrand-Thin-It;
  src: url(../fonts/72Brand/72BrandVariable-It_Th-Blk.ttf);
}
* {
  font-family: SAPBrand, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: black;
}

p {
  font-size: 14px;
  color: black;
}

span {
  color: black;
}

a {
  color: #0070F2 !important;
  text-decoration: none !important;
}

b {
  font-weight: 700;
}

h1 {
  color: #0070F2 !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  margin-bottom: 20px !important;
}
h1 a {
  color: #0070F2 !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  margin-bottom: 20px !important;
}
h1 a:hover {
  color: black !important;
}

h2 {
  color: black;
  font-size: 25px !important;
  font-weight: 400 !important;
}

h3 {
  color: black;
  font-size: 22px !important;
  font-weight: 400 !important;
}

h4 {
  color: black;
  font-size: 18px !important;
  font-weight: 400 !important;
}

.error {
  color: red;
  font-weight: bold;
}

body {
  background: white !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.legal {
  margin-top: 20px !important;
}

hr {
  color: black !important;
  background-color: black !important;
  opacity: 1 !important;
}

.navbar-ownstyle {
  background: white !important;
}
.navbar-ownstyle a {
  color: #000000 !important;
  font-weight: 500 !important;
}
.navbar-ownstyle a:hover {
  color: #475E75 !important;
}
.navbar-ownstyle .navbar-brand img {
  width: 100%;
}

.dropdown-menu {
  border: none !important;
  border-radius: 5px !important;
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.navbar-toggler {
  border: 0px !important;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}

.tablet {
  display: none;
}

.mobile {
  display: none;
}

.banner {
  width: 100%;
  padding: 0 !important;
  height: auto;
  left: 0;
  right: 0;
  background-size: cover;
  background-position-y: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.banner img {
  width: 100%;
  margin: 0;
}

.container-form {
  width: 50% !important;
}

form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
form h3 {
  text-align: left;
  margin-top: 0px !important;
  margin-bottom: 20px;
}
form h4 {
  text-align: left;
  margin-top: 20px !important;
  margin-bottom: 10px;
  color: #0070F2;
}
form .input-gr {
  display: flex;
}
form .input-gr .form-group {
  width: 100%;
}
form .section {
  border: 2px solid #0070F2;
  border-radius: 20px;
  padding: 30px 30px 20px;
  margin-bottom: 40px !important;
}
form .checkbox-inline {
  color: black !important;
}
form .btn-send {
  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #000000 !important;
  margin: 20px 0px;
  border-radius: 5px;
}
form .btn-send:hover {
  background: #475E75 !important;
  border: 1px solid #475E75 !important;
}
form .aceptacion {
  display: flex;
  flex-wrap: nowrap;
}
form .aceptacion input {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
form .aceptacion label {
  width: auto;
}
form .bg-form {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  color: black;
  font-family: TeleNeoWeb-regular;
  padding: 10% 0% 5% 0%;
}

label {
  color: black;
  margin-bottom: 0.5rem;
}

.form-group {
  margin-bottom: 1rem !important;
}
.form-group input, .form-group select, .form-group textarea {
  border: black 0px solid;
  background-color: #EAECEE;
  border-radius: 5px !important;
}
.form-group textarea {
  min-height: 100px;
}

.form-control {
  border-radius: 0 !important;
}

.other {
  margin-top: 10px !important;
}

.box-place {
  width: 100%;
  background: url("../images/madrid.jpg");
  height: 400px;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
.box-place span {
  text-align: center;
  color: #ffffff;
  z-index: 1;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1;
  text-shadow: #12171C;
}
.box-place .overlay {
  background-color: #12171C;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.5;
  transition: 0.5s ease-in-out;
}
.box-place:hover .overlay {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}

.form-step {
  display: none;
  width: 100%;
}

.form-step.active {
  display: block;
}

.btn-back {
  margin-right: 10px;
}

.error-message {
  color: red;
  font-size: 12px;
  display: block;
}

footer .col-12 {
  color: black !important;
}

.confirm {
  color: #0070F2;
  font-size: 18px;
  line-height: 22px;
}

.mandatory {
  display: block;
  font-size: 100%;
  text-align: right;
}

/*# footer */
.logo-sap {
  width: 80px;
  padding-bottom: 2rem;
}

.footer {
  text-align: left;
  padding-top: 0 !important;
}

.footer-elements {
  text-align: left;
}

.footer-legal {
  padding-bottom: 1rem;
}

.hr-grey {
  border-top: 1px solid #ccc;
}

@media (max-width: 1024px) {
  .tablet {
    display: block;
  }
  .desktop {
    display: none;
  }
}
@media (max-width: 991px) {
  .dropdown-menu {
    margin-top: -5px !important;
    box-shadow: none !important;
  }
}
@media (max-width: 780px) {
  .container-form {
    width: 100% !important;
  }
  .input-gr {
    flex-wrap: wrap;
  }
}
@media (max-width: 678px) {
  .mobile {
    display: block;
  }
  .tablet {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */