body,
html {
  font-family: var(--font-roman);
  min-height: 100vh;
  transition: all 0.3s;
}

body {
  background: linear-gradient(
    180deg,
    rgba(20, 41, 44, 1) 0%,
    rgba(20, 41, 44, 1) 5%,
    rgba(67, 136, 146, 1) 48%,
    rgba(67, 136, 146, 1) 100%
  );
  background-attachment: fixed;
}

main {
  background: url(/img/fondo-makita-form_MOBILE.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a,
a:hover {
  color: inherit;
}

.form-check-input:checked {
  background-color: var(--turquesa-mk);
  border-color: var(--turquesa-mk);
}

h1 {
  font-family: var(--font-HvIt);
  font-size: 65px;
  text-transform: uppercase;
  color: white;
  line-height: 1.1;
  margin-right: 20px;
  margin-bottom: 80px;
  margin-top: 80px;
}

h2 {
  font-family: var(--font-HvIt);
  /*font-style: italic;
  font-weight: 700;*/
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.1;
  color: var(--turquesa-mk);
}

.dropdown * {
  border-radius: 0 !important;
}

button {
  box-shadow: none !important;
}

header {
  padding-top: 100px;
  margin-bottom: 40px;
}

.header-line {
  display: flex;
  align-items: center;
}
.header-line .block2 {
  margin-top: 30px;
}

footer {
  position: relative;
  background-color: var(--negro-mk);
  padding: 20px;
  bottom: 0;
  width: 100%;
  color: white;
}

.greenshadow {
  background-image: url(/img/bg-gradient.png);
  background-repeat: repeat-x;
  background-position: top;
  
}

.form-preshadow {
  position: relative;
}
.form-preshadow:before {
  content:"";
  height: 10px;
  width: auto;
  left: 0;
  right: 0;
  position: absolute;
 -webkit-box-shadow: 0px 4px 25px 0px rgba(67,136,146,0.25);
  -moz-box-shadow: 0px 4px 25px 0px rgba(67,136,146,0.25);
  box-shadow: 0px 4px 25px 0px rgba(67,136,146,0.25);
}


.oculto {
  display: none;
}

footer ul.social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style-type: none;
}

footer ul.social li {
  margin-right: 12px;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  color: var(--light-green-mk);
  text-decoration: underline;
}

#top-makita-logo {
  height: auto;
}

#top-makita-logo-desktop {
  display: none;
  max-width: 830px;
}

#top-makita-years {
  font-family: var(--font-HvIt);
  font-size: 60px;
  color: var(--turquesa-mk);
}

#event-description {
  display: none;
  background-color: white;
  padding-bottom: 10px;
}

.event-item {
  display: none;
  color: var(--turquesa-mk);
  margin-bottom: 20px;
}

.item_name {
  border: 1px solid var(--turquesa-mk);
  padding: 20px 30px;
  font-family: var(--font-HvIt);
  font-size: 20px;
}

.item_info > div {
  padding: 20px 30px 20px 75px;
  font-size: 16px;
  font-family: var(--font-ext);
  position: relative;
}

.item_info > div:before {
  position: absolute;
  left: 30px;
}

.item_info > .item_date:before {
  content: "";
  background-image: url(/img/cal-icon.svg);
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-position: left;
  left: 29px;
  top: 20px;
}

.item_info > .item_hour:before {
  content: "";
  background-image: url(/img/clock-icon.svg);
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-position: left;
  left: 29px;
  top: 14px;
}

.item_info > .item_place:before {
  content: "";
  background-image: url(/img/location-icon.png);
  width: 44px;
  height: 50px;
  background-size: 50px;
  background-position: left;
  left: 20px;
  top: 3px;
}

/*
span.item-icon {
  display: inline-block;
  min-width: 40px;
}
*/

.form-container {
  background-color: white;
  padding: 100px 60px 60px;
  margin-bottom: 144px;
}

h3#event-selected-title {
  font-size: 1.2rem;
}

.event-selector .dropdown > button:after {
  display: none;
}

.event-selector .dropdown > button {
  font-family: var(--font-HvIt);
  background-color: var(--turquesa-mk);
  color: white;
  padding: 20px 30px 10px;
  border: 0;
  font-size: 40px;
}

.event-selector .dropdown > button,
.event-selector ul.dropdown-menu {
  width: 100%;
  text-align: left;
}

.event-selector .dropdown > button:after {
  float: right;
  margin-top: 10px;
}

.event-selector ul.dropdown-menu.show {
  padding: 0;
}

.event-selector ul.dropdown-menu li {
  border-bottom: 1px solid #e5e5e5;
  display: block;
}

.event-selector ul.dropdown-menu li a.dropdown-item {
  text-wrap-mode: inherit;
}

#aviso-choose-event {
  color: var(--turquesa-mk);
  padding: 10px 0px;
  font-size: 12px;
}

#form .form-control {
  color: var(--turquesa-mk);
  border-radius: 0px;
  font-size: 14px;
  border: 1px solid var(--turquesa-mk);
  height: auto;
  padding: 10px;
  transition: all 0.3s;
}

#form .form-floating > label {
  color: var(--turquesa-mk);
  padding: 10px;
}

#form .form-floating > label {
  color: var(--turquesa-mk);
  padding: 10px;
}

#form .form-floating > .form-control:focus ~ label,
#form .form-floating > .form-control:not(:placeholder-shown) ~ label,
#form .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.1rem) translateX(0.15rem);
}

#form .form-floating > .form-control:focus + label small,
#form .form-floating > .form-control:not(:placeholder-shown) ~ label small,
#form .form-floating > .form-select ~ label small {
  display: none;
}

#form .form-floating > .form-control:focus,
#form .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

#form #submitBtn {
  background-color: var(--rojo-mk);
  color: white;
  padding: 12px 60px 0px;
  font-family: var(--font-HvIt);
  border: 0;
  border-radius: 8px;
  font-size: 30px;
  transition: all 0.8s;
}

#form #submitBtn:disabled {
  background-color: #ccc;
  background-color: #d33a3766;
  color: white;
}

#form .nostyled {
  border: 0;
}

#form label[for="profesional"] {
  font-size: 16px;
}
#profesional {
  margin-top: 6px;
}

#profesionalData {
  display: none;
}

.form-container label > sup {
  color: var(--rojo-mk);
  font-weight: 700;
}

.word {
  font-family: var(--font-HvIt);
  font-weight: 700;
  height: 1.4em;
  padding: 0 14px 0 7px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-style: italic;
}

.word:before {
  display: none;
  content: "";
  background-color: #4a4a4a;
  background-color: var(--turquesa-mk);
  width: 1px;
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 7px;
  animation: blinkNaim 500ms linear infinite;
}

.word.show:before {
  display: block;
}

@keyframes blinkAnim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.except-evento-nombre {
  color: var(--turquesa-mk);
  font-family: var(--font-roman2);
  font-size: 20px;
  font-style: italic;
  padding: 12px 20px;
}

.except-evento-nombre strong {
  font-weight: 700;
}

ul.dropdown-menu.show {
  position: relative !important;
  transform: none !important;
}

.event-selector {
  position: relative;
}

#confirm-msg {
  color: var(--turquesa-mk);
  line-height: 1.3;
}

#confirm-msg p {
  font-family: var(--font-HvIt);
  font-size: 28px;
}

.registered-event {
  color: rgba(20, 41, 44, 1);
}

.diaSemana {
  text-transform: capitalize;
}

.multidate .diaSemana {
  text-transform: none;
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--turquesa-mk);
  text-decoration: none;
  background-color: white;
}

.modal-dialog.cn-modal {
  width: 95vw;
  max-width: 95vw;
  height: 90vh;
  max-height: 90vh;
}

.modal-dialog.cn-modal .modal-content {
  height: 100%;
  width: 100%;
}

#makitaModalLabel {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: -10px;
}

#makitaModalPlace {
  margin-top: 0px;
  font-size: 20px;
  margin-bottom: -10px;
}
@media (max-width: 768px) {
  #makitaModalPlace {
    line-height: 1.3;
    margin-top: 15px;
    font-size: 16px;
  }
  #makitaModalLabel{
    line-height: 1.1;
    font-size: 30px;
  }
}

#makitaModalLabel,
#makitaModalPlace {
  
   color: var(--turquesa-mk)
}

#map-btn {
  cursor: pointer;
  margin-top: 10px;
  display: inline-block;
  background-color: var(--turquesa-mk);
  padding: 7px 20px 3px;
  color: white;
  border-radius: 8px;
}

/* ------------------------------------------------------------ responsive ------------------------------------------------------------ */
@media (min-width:992px) {
  main {
      background-image: url(/img/fondo-makita-form_DESKTOP.jpg);
    }
    #top-makita-logo, #top-makita-sep, .block2{
      display: none;
    }
    #top-makita-logo-desktop{
      display: block;
    }
}
/* ------------------------------------------------------------ responsive ------------------------------------------------------------ */
/* ------------------------------------------------------------ responsive ------------------------------------------------------------ */
@media (max-width: 992px) {
  h1 {
    margin-right: 0px;
    margin-bottom: 60px;
    margin-top: 20px;
    padding: 0 10px;
    font-size: 38px;
  }

  header {
    padding-top: 60px;
  }

  .header-line {
    display: block;
    padding: 0 10px;
  }
  .header-line .block2 {
    margin-top: 15px;
  }
  #top-makita-years {
    line-height: 1;
    font-size: 50px;
  }

  #top-makita-sep {
    display: none;
  }
  #dropdown-label {
    font-size: 24px;
  }

  .event-selector .dropdown > button {
    padding: 10px 30px 10px;
  }

  .form-container {
    padding: 40px 30px 40px;
    margin-bottom: 10px;
    border-top: 1px solid var(--turquesa-mk);
  }
  .form-container h2 {
    font-size: 28px;
    margin-bottom: 0px;
  }
  #form-header {
    align-content: center;
  }
  #form-header img {
    width: 70px;
    height: auto;
  }

  .footer-left {
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
  }
  .footer-center {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
  }
  .footer-right ul {
    padding-left: 0px;
  }
  #submitBtn {
    width: 100%;
  }
}
