@charset "UTF-8";
/*
* VARIABLES
*/
.violeta {
  color: #7e60f5 !important;
}

.violetaclaro {
  color: #9794ef !important;
}

.azul {
  color: #3967ea !important;
}

.azulclaro {
  color: #3147eb !important;
}

.cyan {
  color: #00e1ff !important;
}

.cyanclaro {
  color: #37f7ff !important;
}

.celeste {
  color: #00a1b7 !important;
}

.celesteclaro {
  color: #00bad4 !important;
}

.verde {
  color: #00e268 !important;
}

.verdeclaro {
  color: #76f4b5 !important;
}

.blanco {
  color: #ffffff !important;
}

.negro {
  color: #333333 !important;
}

.grismedio {
  color: #a5a5a5 !important;
}

.theme-violeta .color-theme {
  color: #7e60f5;
}
.theme-azul .color-theme {
  color: #3147eb;
}
.theme-cyan .color-theme {
  color: #00e1ff;
}
.theme-celeste .color-theme {
  color: #00a1b7;
}
.theme-verde .color-theme {
  color: #00e268;
}

.b-violeta {
  background-color: #7e60f5 !important;
}

.b-azul {
  background-color: #3967ea !important;
}

.b-azulclaro {
  background-color: #3147eb !important;
}

.b-verde {
  background-color: #00e268 !important;
}

.b-blanco {
  background-color: #ffffff !important;
}

.b-negro {
  background-color: #333333 !important;
}

.theme-violeta .b-theme {
  background-color: #7e60f5;
}
.theme-azul .b-theme {
  background-color: #3147eb;
}
.theme-cyan .b-theme {
  background-color: #00e1ff;
}
.theme-celeste .b-theme {
  background-color: #00a1b7;
}
.theme-verde .b-theme {
  background-color: #00e268;
}

.b-violeta {
  background-color: #7e60f5 !important;
}

.border-azul {
  border-color: #3967ea !important;
}

.border-azulclaro {
  border-color: #3147eb !important;
}

.border-verde {
  border-color: #00e268 !important;
}

.border-blanco {
  border-color: #ffffff !important;
}

.border-negro {
  border-color: #333333 !important;
}

.theme-violeta .border-theme {
  border-color: #7e60f5;
}
.theme-azul .border-theme {
  border-color: #3147eb;
}
.theme-cyan .border-theme {
  border-color: #00e1ff;
}
.theme-celeste .border-theme {
  border-color: #00a1b7;
}
.theme-verde .border-theme {
  border-color: #00e268;
}

a, a:active, a:hover, a:focus, a:visited {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

/*
* GENERALES
*/
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 300;
  src: local("Gotham Light"), url("../fonts/GothamPro-Light.eot") format("eot"), url("../fonts/GothamPro-Light.svg") format("svg"), url("../fonts/GothamPro-Light.woff") format("woff"), url("../fonts/GothamPro-Light.woff") format("woff2");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  src: local("Gotham Regular"), url("../fonts/GothamPro-Regular.eot") format("eot"), url("../fonts/GothamPro-Regular.svg") format("svg"), url("../fonts/GothamPro-Regular.woff") format("woff"), url("../fonts/GothamPro-Regular.woff") format("woff2");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  src: local("Gotham Medium"), url("../fonts/GothamPro-Medium.eot") format("eot"), url("../fonts/GothamPro-Medium.svg") format("svg"), url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.woff") format("woff2");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  src: local("Gotham Bold"), url("../fonts/GothamPro-Bold.eot") format("eot"), url("../fonts/GothamPro-Bold.svg") format("svg"), url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.woff") format("woff2");
}
@font-face {
  font-family: "Gotham";
  font-style: 700;
  font-weight: italic;
  src: local("Gotham Bold Italic"), url("../fonts/GothamPro-BoldItalic.eot") format("eot"), url("../fonts/GothamPro-BoldItalic.svg") format("svg"), url("../fonts/GothamPro-BoldItalic.woff") format("woff"), url("../fonts/GothamPro-BoldItalic.woff") format("woff2");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 900;
  src: local("Gotham Black"), url("../fonts/GothamPro-Black.eot") format("eot"), url("../fonts/GothamPro-Black.svg") format("svg"), url("../fonts/GothamPro-Black.woff") format("woff"), url("../fonts/GothamPro-Black.woff") format("woff2");
}
@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 900;
  src: local("Gotham Black Italic"), url("../fonts/GothamPro-BlackItalic.eot") format("eot"), url("../fonts/GothamPro-BlackItalic.svg") format("svg"), url("../fonts/GothamPro-BlackItalic.woff") format("woff"), url("../fonts/GothamPro-BlackItalic.woff") format("woff2");
}
/*
 *
*/
body {
  background-image: url("../img/back-m.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  margin: 0 auto;
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
  max-height: 100vh;
}

* {
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  outline: none !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.p-t-90 {
  padding-top: 90px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.p-b-90 {
  padding-bottom: 90px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-t-2 {
  margin-top: 2px !important;
}

.m-t-4 {
  margin-top: 4px !important;
}

.m-t-6 {
  margin-top: 6px !important;
}

.m-t-8 {
  margin-top: 8px !important;
}

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

.m-t-15 {
  margin-top: 15px !important;
}

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

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.m-t-90 {
  margin-top: 90px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.m-t-110 {
  margin-top: 110px !important;
}

.m-t-120 {
  margin-top: 120px !important;
}

.m-t-130 {
  margin-top: 130px !important;
}

.m-t-140 {
  margin-top: 140px !important;
}

.m-t-150 {
  margin-top: 150px !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.m-b-70 {
  margin-bottom: 70px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.m-b-90 {
  margin-bottom: 90px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.m-b-110 {
  margin-bottom: 110px !important;
}

.m-b-120 {
  margin-bottom: 120px !important;
}

.m-b-130 {
  margin-bottom: 130px !important;
}

.m-b-140 {
  margin-bottom: 140px !important;
}

.m-b-150 {
  margin-bottom: 150px !important;
}

.alert, .alerta {
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-family: "Gotham";
  color: #ffffff;
  font-weight: 500;
  border-radius: 5px;
  display: none;
  box-sizing: border-box;
}

.alerta {
  display: inline-block;
}

.alert-error {
  background-color: #e24a3b;
}

.alert-info {
  background-color: #00e1ff;
  color: rgba(255, 255, 255, 0.85);
}

#pantalla-principal {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  transform: translate(0, -100%);
  transition: all 300ms;
}
#pantalla-principal.activa {
  transform: translate(0, 0);
}
#pantalla-principal header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  width: 100%;
  margin: 0;
}
#pantalla-principal header a {
  display: inline-block;
  margin: 0;
}
#pantalla-principal header a.sta-fe {
  margin-right: 15px;
}
#pantalla-principal header a.sta-fe img {
  height: 40px;
}
#pantalla-principal header a.museo img {
  height: 35px;
}
#pantalla-principal h1 {
  font-size: 55px;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  font-family: "Roboto Condensed";
  font-weight: 700;
  line-height: 70px;
  margin: 0;
}
#pantalla-principal.instituciones h1 {
  font-size: 50px;
}
#pantalla-principal .acciones {
  margin: 0;
  height: 200px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
}
#pantalla-principal .acciones a {
  font-family: "Gotham";
  font-size: 21px;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
#pantalla-principal .acciones a.active {
  border-bottom: 3px solid #37f7ff;
}

#pantalla-pasos {
  min-height: calc(100vh - 100px);
  width: 100%;
  max-width: 600px;
  background-color: #37f7ff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: absolute;
  top: calc(100% - 50px);
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 300ms;
  box-sizing: border-box;
  padding: 0px 30px 20px 30px;
}
#pantalla-pasos.activa {
  transform: translate(-50%, 0);
  bottom: auto;
  top: 100px;
}
#pantalla-pasos.activa .volver-home {
  opacity: 1;
  cursor: pointer;
  visibility: visible;
}
#pantalla-pasos .flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#pantalla-pasos .preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #37f7ff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: 0;
  transition: all 200ms;
  z-index: -1;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
#pantalla-pasos .preloader.activo {
  opacity: 1;
  visibility: 1;
  z-index: 99999;
}
#pantalla-pasos .dots .dot {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 5px;
  border-radius: 50%;
  background: #FFF;
  -webkit-animation: dot-dot-dot 1.4s linear infinite;
  animation: dot-dot-dot 1.4s linear infinite;
}
#pantalla-pasos .dots .dot:nth-child(2) {
  animation-delay: 0.2s;
}
#pantalla-pasos .dots .dot:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes dot-dot-dot {
  0%, 60%, 100% {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
  30% {
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}
#pantalla-pasos .paso {
  display: none;
}
#pantalla-pasos .paso.paso-activo {
  display: block;
}
#pantalla-pasos .fila-horarios {
  display: none;
}
#pantalla-pasos .fila-cantidad-entradas {
  display: none;
}
#pantalla-pasos .btn {
  width: 100%;
  display: inline-block;
  background-color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  height: 45px;
  line-height: 45px;
  border: 0;
  font-family: "Gotham";
  font-weight: 900;
  font-size: 20px;
  border-radius: 30px;
  box-sizing: border-box;
  color: #333333;
  transition: all 200ms;
}
#pantalla-pasos h1 {
  font-size: 40px;
  font-weight: 800;
  font-family: "Gotham";
  text-align: center;
  color: #00e1ff;
  margin-bottom: 30px;
}
#pantalla-pasos p {
  font-size: 19px;
  color: #333333;
  font-family: "Gotham";
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
}
#pantalla-pasos p strong {
  font-weight: 500;
}
#pantalla-pasos p.chico {
  font-size: 14px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.6);
}
#pantalla-pasos p.text-left {
  text-align: left;
}
#pantalla-pasos p.red {
  color: #e14a3b;
}
#pantalla-pasos .volver-home {
  display: inline-block;
  color: #ffffff;
  font-family: "Gotham";
  font-size: 21px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 900;
  position: absolute;
  top: -62px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
}
#pantalla-pasos .barrita {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
#pantalla-pasos .barrita:after {
  content: "";
  width: 150px;
  height: 3px;
  background-color: #00e1ff;
  display: inline-block;
}
#pantalla-pasos form .fila {
  margin-bottom: 30px;
  width: 100%;
}
#pantalla-pasos form .fila:last-child {
  margin-bottom: 10px;
}
#pantalla-pasos form h4 {
  font-family: "Gotham";
  font-weight: 900;
  font-size: 19px;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  margin-bottom: 20px;
}
#pantalla-pasos form h4 .btn-editar {
  float: right;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #d1d3d4;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  margin-top: -8px;
  border: none;
}
#pantalla-pasos form h4 .btn-editar i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#pantalla-pasos form h4 .desliza {
  float: right;
  margin-top: -5px;
  position: relative;
}
#pantalla-pasos form h4 .desliza span {
  font-family: "Roboto Condensed";
  font-size: 26px;
}
#pantalla-pasos form h4 .desliza:active .tooltipp, #pantalla-pasos form h4 .desliza:focus .tooltipp, #pantalla-pasos form h4 .desliza:hover .tooltipp {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -115%);
}
#pantalla-pasos form h4 .desliza .tooltipp {
  position: absolute;
  z-index: 10;
  top: 0px;
  right: -5px;
  width: auto;
  text-transform: none;
  display: inline-block;
  width: 70vw;
  text-align: right;
  transform: translate(0, calc(-115% + 10px));
  background-color: #333333;
  color: #ffffff;
  font-weight: 300;
  padding: 10px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms;
  font-size: 12px;
}
#pantalla-pasos form h4 .desliza .tooltipp:after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #333333;
  position: absolute;
  content: "";
  display: inline-block;
  bottom: -10px;
  right: 10px;
}
#pantalla-pasos form .owl-dias {
  margin: 10px 0;
}
#pantalla-pasos form .owl-dias .item-dia {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 90px;
  width: 50px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: all 100ms;
  cursor: pointer;
}
#pantalla-pasos form .owl-dias .item-dia.selected {
  background-color: #00e1ff;
}
#pantalla-pasos form .owl-dias .item-dia.disabled {
  cursor: not-allowed;
}
#pantalla-pasos form .owl-dias .item-dia.disabled .dia, #pantalla-pasos form .owl-dias .item-dia.disabled .numero, #pantalla-pasos form .owl-dias .item-dia.disabled hr, #pantalla-pasos form .owl-dias .item-dia.disabled .mes {
  color: #d1d3d4;
}
#pantalla-pasos form .owl-dias .item-dia hr {
  box-shadow: none;
  border: 0;
}
#pantalla-pasos form .owl-dias .item-dia .dia, #pantalla-pasos form .owl-dias .item-dia .numero, #pantalla-pasos form .owl-dias .item-dia hr, #pantalla-pasos form .owl-dias .item-dia .mes {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-family: "Gotham";
  color: #333333;
}
#pantalla-pasos form .owl-dias .item-dia .dia {
  font-weight: 300;
  font-size: 13px;
}
#pantalla-pasos form .owl-dias .item-dia .numero {
  font-weight: 900;
  font-size: 18px;
}
#pantalla-pasos form .owl-dias .item-dia .mes {
  font-size: 13px;
  font-weight: 500;
}
#pantalla-pasos form .owl-dias .item-dia hr {
  width: 50%;
  height: 2px;
  background-color: #37f7ff;
  margin: 5px 0;
}
#pantalla-pasos form .owl-horarios {
  margin: 10px 0;
}
#pantalla-pasos form .owl-horarios .item-horario {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 115px;
  width: 90px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: all 100ms;
  cursor: pointer;
}
#pantalla-pasos form .owl-horarios .item-horario.selected {
  background-color: #00e1ff;
}
#pantalla-pasos form .owl-horarios .item-horario .hora, #pantalla-pasos form .owl-horarios .item-horario .entradas {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-family: "Gotham";
  color: #333333;
}
#pantalla-pasos form .owl-horarios .item-horario .hora {
  font-weight: 900;
  font-size: 19px;
  margin-bottom: 5px;
}
#pantalla-pasos form .owl-horarios .item-horario .entradas {
  font-weight: 300;
  /*font-size: 13px;
  line-height: 14px;*/
  font-size: 13px;
  line-height: 17px;
}
#pantalla-pasos form .owl-horarios .item-horario hr {
  width: 40%;
  height: 2px;
  background-color: #37f7ff;
  margin: 5px 0;
}
#pantalla-pasos form .owl-horarios .item-horario hr {
  box-shadow: none;
  border: 0;
}
#pantalla-pasos form .owl-horarios .item-horario .tipo-visita {
  font-size: 13px;
  font-weight: 500;
  font-family: "Gotham";
  text-transform: uppercase;
  line-height: 15px;
  text-align: center;
}
#pantalla-pasos form .owl-horarios .item-horario.disabled {
  cursor: not-allowed;
}
#pantalla-pasos form .owl-horarios .item-horario.disabled .hora, #pantalla-pasos form .owl-horarios .item-horario.disabled .entradas, #pantalla-pasos form .owl-horarios .item-horario.disabled .tipo-visita {
  color: #d1d3d4;
}
#pantalla-pasos form .cont-input-cantidad {
  width: 100%;
  display: inline-block;
  position: relative;
  height: 52px;
  border-radius: 5px;
  overflow: hidden;
}
#pantalla-pasos form .cont-input-cantidad input {
  width: 100%;
  height: 52px;
  border: 0;
  background-color: #ffffff;
  text-align: center;
  font-size: 18px;
  color: #333333;
  font-family: "Gotham";
  font-weight: 900;
}
#pantalla-pasos form .cont-input-cantidad .sumar-entrada, #pantalla-pasos form .cont-input-cantidad .restar-entrada {
  display: inline-block;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0;
  background-color: #00e1ff;
  color: #333333;
  text-align: center;
  line-height: 52px;
  font-size: 35px;
  font-family: "Roboto Condensed";
  font-weight: 300;
}
#pantalla-pasos form .cont-input-cantidad .sumar-entrada {
  right: 0;
}
#pantalla-pasos form .cont-input-cantidad .restar-entrada {
  left: 0;
  font-size: 50px;
}
#pantalla-pasos form ::placeholder {
  /* Firefox, Chrome, Opera */
  color: #d1d3d4;
  font-weight: 300;
}
#pantalla-pasos form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d1d3d4;
  font-weight: 300;
}
#pantalla-pasos form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #d1d3d4;
  font-weight: 300;
}
#pantalla-pasos form.dis2 input, #pantalla-pasos form.dis2 select {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #00e1ff;
  background-color: transparent;
  font-size: 19px;
  font-family: "Gotham";
  font-weight: 700;
  padding: 5px 0;
  margin-bottom: 40px;
}
#pantalla-pasos form.dis2 input:last-child, #pantalla-pasos form.dis2 select:last-child {
  margin-bottom: 0;
}
#pantalla-pasos form.dis2 select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url("../img/arrow-down.svg");
  background-size: 13px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}
#pantalla-pasos form.dis2 select.cambiado {
  font-weight: 700;
  color: #333333;
}
#pantalla-pasos form.dis2 select option {
  font-weight: 300;
}
#pantalla-pasos form.dis2 select option:disabled {
  background-color: #b4b4b4;
}
#pantalla-pasos form.dis2 input[type=number] {
  -moz-appearance: textfield;
}
#pantalla-pasos form.dis2 input[type=number]::-webkit-inner-spin-button,
#pantalla-pasos form.dis2 input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#pantalla-pasos form.dis2 .treinta-p {
  width: 23%;
  margin-right: 10px;
}
#pantalla-pasos form.dis2 .setenta-p {
  width: calc(75% - 10px);
}
#pantalla-pasos form.dis2 ::placeholder {
  /* Firefox, Chrome, Opera */
  color: #333333;
}
#pantalla-pasos form.dis2 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
}
#pantalla-pasos form.dis2 ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333333;
}
#pantalla-pasos .cont-anterior-siguiente {
  display: inline-block;
  width: 100%;
  height: 45px;
  position: relative;
  margin-top: 30px;
}
#pantalla-pasos .cont-anterior-siguiente .btn-siguiente {
  width: calc(100% - 65px);
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  height: 45px;
  line-height: 45px;
  border: 0;
  font-family: "Gotham";
  font-weight: 900;
  font-size: 20px;
  border-radius: 30px;
  box-sizing: border-box;
  padding-right: 20px;
  color: #d1d3d4;
  transition: all 200ms;
  opacity: 0.9;
}
#pantalla-pasos .cont-anterior-siguiente .btn-siguiente:after {
  position: absolute;
  right: 0px;
  top: 0;
  height: 45px;
  width: 45px;
  content: "";
  display: inline-block;
  color: #d1d3d4;
  font-family: "icomoon";
  font-size: 30px;
  font-weight: 400;
}
#pantalla-pasos .cont-anterior-siguiente .btn-siguiente.activo {
  color: #333333;
  opacity: 1;
}
#pantalla-pasos .cont-anterior-siguiente .btn-siguiente.activo:after {
  color: #333333;
}
#pantalla-pasos .cont-anterior-siguiente .btn-siguiente.full {
  width: 100%;
}
#pantalla-pasos .cont-anterior-siguiente .btn-anterior {
  width: 45px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-300%, 0);
  background-color: #ffffff;
  text-transform: uppercase;
  color: #333333;
  text-align: center;
  height: 45px;
  line-height: 45px;
  border: 0;
  font-family: "Gotham";
  font-weight: 900;
  border-radius: 50%;
  transition: all 200ms;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}
#pantalla-pasos .cont-anterior-siguiente .btn-anterior i {
  width: 45px;
  height: 45px;
  display: inline-block;
  line-height: 45px;
  text-align: center;
  font-size: 30px;
  padding-right: 5px;
}
#pantalla-pasos .cont-anterior-siguiente .btn-anterior.activo {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
#pantalla-pasos .lista-datos {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
#pantalla-pasos .lista-datos li {
  list-style: none;
  width: 100%;
  display: inline-block;
  font-weight: 900;
  font-family: "Gotham";
  color: #333333;
  font-size: 19px;
  margin-bottom: 20px;
}

.overlay-modal {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 90;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms;
}
.overlay-modal.activa {
  opacity: 1;
  visibility: visible;
}

.abrir-modal {
  cursor: pointer;
}

.modal {
  position: absolute;
  z-index: 100;
  background-color: #ffffff;
  width: calc(100% - 30px);
  height: auto;
  border-radius: 20px;
  left: 15px;
  display: inline-block;
  box-sizing: border-box;
  padding: 20px 30px;
  top: -150%;
  transition: all 300ms;
}
.modal.activa {
  transform: translate(0, -50%);
  top: 50%;
}
.modal .cerrar-modal {
  position: absolute;
  top: 15px;
  right: 3px;
  width: 40px;
  height: 40px;
}
.modal .cerrar-modal i {
  width: 40px;
  height: 40px;
  font-size: 25px;
  display: inline-block;
  text-align: cente;
  color: #333333;
  font-weight: 300;
}
.modal .cont-modal h2 {
  font-size: 32px;
  font-weight: 900;
  font-family: "Gotham";
  color: #d1d3d4;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.modal .cont-modal p {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  font-family: "Gotham";
  font-size: 14px;
  font-weight: 300;
}
.modal .cont-modal a.link-botton {
  width: 100%;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  padding: 20px 0;
  font-weight: 900;
  font-family: "Gotham";
  color: #333333;
  font-size: 19px;
  position: relative;
  cursor: pointer;
}
.modal .cont-modal a.link-botton:after {
  display: inline-block;
  content: "";
  width: 80px;
  height: 3px;
  background-color: #d1d3d4;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 13px;
}

.fila-datos-institucion, .fila-datos-contacto {
  display: none;
}

.form-instituciones .condicional {
  display: none;
}
.form-instituciones .institucion-horario {
  display: none;
}
.form-instituciones select.institucion-horario option {
  line-height: 36px;
  height: 30px;
  padding-top: 10px;
  padding-left: 10px;
}

/*# sourceMappingURL=style.css.map */
