* {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: black;
}

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

span {
  color: black;
}

a {
  color: #0d0743 !important;
  text-decoration: none !important;
}

b {
  font-weight: 700;
}

h1 {
  color: #0d0743 !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  margin-bottom: 20px !important;
}
h1 a {
  color: #0d0743 !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  margin-bottom: 20px !important;
}
h1 a:hover {
  color: #3b8dd6 !important;
}

h2 {
  color: #3b8dd6;
  font-size: 36px !important;
  line-height: 40x !important;
  font-weight: 400 !important;
  margin-bottom: 20px !important;
}

h3 {
  color: #3b8dd6;
  font-size: 22px !important;
  font-weight: 400 !important;
}

h4 {
  color: #3b8dd6;
  font-size: 18px !important;
  font-weight: 400 !important;
}

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

.scale {
  padding: 10px;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: border-color 0.3s;
}

.scale.error {
  border-color: red;
}

.btn {
  color: #ffffff !important;
  background-color: #0d0743 !important;
  border: 2px solid #0d0743 !important;
}
.btn:hover {
  color: #0d0743 !important;
  background-color: transparent !important;
  border: 2px solid #0d0743 !important;
}

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

header {
  display: flex;
  justify-content: end;
  flex-wrap: nowrap;
  gap: 30px;
  padding: 10px 40px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
header .logo {
  width: 100%;
  max-width: 180px;
}

.section {
  padding: 40px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

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

hr {
  color: #3b8dd6 !important;
  background-color: #3b8dd6 !important;
  opacity: 1 !important;
}

.navbar-ownstyle {
  background: #ffffff !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;
}
.banner img {
  width: 100%;
  margin: 0;
}

.resalte {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: #3b8dd6;
}

.why {
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  vertical-align: middle;
  align-items: center;
  width: 100%;
}
.why .section {
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  vertical-align: middle;
  align-items: center;
  width: 100%;
}
.why .section .col1 {
  width: 60%;
  padding-right: 40px;
}
.why .section .col1 ul {
  margin-bottom: 30px;
}
.why .section .col2 {
  width: 40%;
}
.why .section .col2 img {
  display: block;
  width: 100%;
}

.who {
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  vertical-align: middle;
  align-items: center;
  width: 100%;
}
.who .section {
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  vertical-align: middle;
  align-items: center;
  width: 100%;
}
.who .section .col1 {
  width: 60%;
  padding-left: 40px;
}
.who .section .col1 ul {
  margin-bottom: 30px;
}
.who .section .col2 {
  width: 40%;
}
.who .section .col2 img {
  display: block;
  width: 100%;
}

.location {
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  vertical-align: middle;
  align-items: center;
  width: 100%;
}
.location .section {
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  vertical-align: middle;
  align-items: center;
  width: 100%;
}
.location .section .col1 {
  width: 40%;
  padding-right: 40px;
}
.location .section .col1 ul {
  margin-bottom: 30px;
}
.location .section .col1 .btn2 {
  background-color: transparent !important;
  color: #0d0743 !important;
  border: 2px solid #0d0743 !important;
}
.location .section .col1 .btn2:hover {
  background-color: #ffffff !important;
  color: #3b8dd6 !important;
  border: 2px solid #ffffff !important;
}
.location .section .col2 {
  width: 60%;
}
.location .section .col2 img {
  display: block;
  width: 100%;
}

.agenda {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.agenda tbody {
  width: 100%;
}
.agenda tbody tr {
  width: 100%;
  border-bottom: 1px solid #0d0743;
}
.agenda tbody tr td {
  padding: 10px 20px;
}
.agenda tbody tr .td1 {
  width: 15%;
}
.agenda tbody tr .td2 {
  width: 50%;
  font-weight: bold;
}
.agenda tbody tr .td3 {
  width: 35%;
}
.agenda tbody tr:last-of-type {
  border-bottom: 0px solid #0d0743;
}

.registration {
  min-height: 90vh;
  align-content: center;
}
.registration h2 {
  text-align: center;
  margin-bottom: 60px !important;
}

form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
form h3 {
  text-align: left;
  margin-top: 0px !important;
  margin-bottom: 20px;
}
form h4 {
  text-align: left;
  margin-top: 20px !important;
  margin-bottom: 10px;
}
form .input-gr {
  display: flex;
}
form .input-gr .form-group {
  width: 100%;
}
form .checkbox-inline {
  color: black !important;
}
form .btn-send {
  background: #0d0743 !important;
  color: #ffffff !important;
  border: 1px solid #0d0743 !important;
  margin: 20px 0px;
  border-radius: 5px;
  font-weight: 600;
}
form .btn-send:hover {
  background: #3b8dd6 !important;
  border: 1px solid #3b8dd6 !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: #000000;
  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;
  padding: 10px 20px;
}
.form-group textarea {
  min-height: 100px;
  width: 100%;
  padding: 20px;
}

.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;
}

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

footer .col-12 {
  color: #3b8dd6 !important;
}

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

.mandatory {
  display: block;
  font-size: 100%;
  text-align: right;
  width: 100%;
  margin-bottom: 10px;
  margin-right: 20px;
}

input[type=text] {
  padding: 10px 20px;
}

input[type=text]:focus {
  border: 2px solid #0d0743;
  background-color: #EAECEE;
  padding: 10px 20px;
}

input[type=checkbox] {
  border: black 0px solid;
  background-color: #f2f2f2;
  border-radius: 5px !important;
}

.scale {
  width: 100%;
  display: flex;
  margin: 0px 0px;
  justify-content: flex-start;
  flex-wrap: wrap;
  cursor: pointer;
  padding: 0px;
}
.scale .option {
  text-align: center;
  cursor: pointer;
  min-width: 100px;
}
.scale .option label {
  cursor: pointer;
  padding: 10px 20px;
  background-color: #EAECEE;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.scale .option input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.scale .option input[type=radio]:checked + label {
  background-color: #0d0743;
  color: #ffffff;
  font-weight: bold;
}

input[type=checkbox] {
  margin-right: 10px;
}

label:has(input[type=checkbox]:checked),
label:has(input[type=checkbox]:checked) b,
label:has(input[type=checkbox]:checked) i {
  color: #0d0743 !important;
  font-weight: bold !important;
}

/*# footer */
.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;
}

.box-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.box-cols label {
  width: 100%;
  margin-bottom: 10px;
}

.twocols {
  width: 50%;
  margin-bottom: 0px !important;
  padding-right: 30px;
}

.threecols {
  width: 33%;
  margin-bottom: 0px !important;
  padding-right: 30px;
}

.text-danger {
  margin-top: 0px;
  padding-top: 0px;
}

@media (max-width: 1024px) {
  .tablet {
    display: block;
  }
  .desktop {
    display: none;
  }
}
@media (max-width: 991px) {
  .dropdown-menu {
    margin-top: -5px !important;
    box-shadow: none !important;
  }
  .twocols, .threecols {
    width: 100%;
    margin-bottom: 0px !important;
    padding-right: 0px;
  }
}
@media (max-width: 780px) {
  .input-gr {
    flex-wrap: wrap;
  }
}
@media (max-width: 678px) {
  .mobile {
    display: block;
  }
  .tablet {
    display: none;
  }
  header {
    padding: 10px 20px;
  }
  .section {
    padding: 60px 20px !important;
  }
  .why .section .col1 {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .why .section .col2 {
    width: 100%;
    order: 2;
  }
  .who .section {
    padding-top: 0px !important;
  }
  .who .section .col1 {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 20px;
  }
  .who .section .col2 {
    width: 100%;
    order: 2;
  }
  .location .section .col1 {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .location .section .col2 {
    width: 100%;
    order: 2;
  }
  #form {
    margin-right: -20px;
  }
}/*# sourceMappingURL=style.css.map */