<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.r {
  color: rgba(33, 33, 33, 0.3);
}

.text-blue {
  color: #11A9ED;
}
.text-blue p {
  color: #009ADE;
}

.purple {
  color: #665EB0;
}

.text-yellow {
  color: #FFCF1F;
}

.text-blue-dark {
  color: #4562D8;
}

.text-purple {
  color: #4562D8;
}

.text-blue-title {
  color: #11A9ED;
}

.text_blue_menu {
  color: #009ADE;
}

.bg_blue_p {
  background-color: #009ADE;
}

.bg_yellow_p {
  background-color: #FFCF1F;
}

.bg_red_p {
  background-color: #FE3B1F;
}

.bg-light-blue {
  background-color: rgba(198, 232, 252, 0.3);
}

.text-lilac {
  color: #b8afe4;
}

.text-green {
  color: #A2CF44;
}

.bg-pastel-blue {
  background-color: #C6E8FC;
  color: #4562D8;
}

.text-peach {
  color: #FC9083;
}

.text-peach-dark {
  color: #FF6552;
}

.bg-blue-num {
  background-color: #44c5f5;
}

.text-white {
  color: white;
}

.text-gluig {
  color: #24BEB2;
}

.bg-gluing {
  background-color: #24BEB2;
}

.text-correcting {
  color: #bc4094;
}

.text-yellow-school {
  color: #FFB01B;
}

.bg_light_silver {
  background-color: #F8F8F9;
}

.bg_gray_dis {
  background-color: #F2F2F3;
}

._full-bg {
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 300px;
  position: relative;
  z-index: 0;
}
._full-bg ._bg-center-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
._full-bg ._bg-center-content img {
  display: block;
  max-width: 200px;
  margin: 5px auto;
  width: 100%;
  height: auto;
}

._facilities-tour ._i {
  position: relative;
}
._facilities-tour .input-group-prepend .input-group-text {
  border-radius: 35px;
  background-color: transparent;
  border-right: unset;
}
._facilities-tour .form-control {
  border-radius: 35px;
}
._facilities-tour .form-control::-webkit-input-placeholder {
  color: #E5E6E7;
  outline: none;
}
._facilities-tour .form-control::-moz-placeholder {
  color: #E5E6E7;
  outline: none;
}
._facilities-tour .form-control:-ms-input-placeholder {
  color: #E5E6E7;
  outline: none;
}
._facilities-tour .form-control:-moz-placeholder {
  color: #E5E6E7;
  outline: none;
}
._facilities-tour .form-control:focus, ._facilities-tour .form-control:target {
  box-shadow: none;
}
._facilities-tour .form-control:focus::-webkit-input-placeholder, ._facilities-tour .form-control:target::-webkit-input-placeholder {
  color: #BFBFBF;
}
._facilities-tour .form-control:focus::-moz-placeholder, ._facilities-tour .form-control:target::-moz-placeholder {
  color: #BFBFBF;
}
._facilities-tour .form-control:focus:-ms-input-placeholder, ._facilities-tour .form-control:target:-ms-input-placeholder {
  color: #BFBFBF;
}
._facilities-tour .form-control:focus:-moz-placeholder, ._facilities-tour .form-control:target:-moz-placeholder {
  color: #BFBFBF;
}
._facilities-tour .form-control:not(:first-child) {
  border-top-left-radius: 35px !important;
  border-bottom-left-radius: 35px !important;
}
._facilities-tour .form-control[readonly] {
  background-color: transparent;
}
._facilities-tour .form-control.flexy {
  text-align: left;
}
@media screen and (max-width: 989px) {
  ._facilities-tour .form-control.flexy.flexy {
    height: 64px;
  }
}
@media screen and (max-width: 570px) {
  ._facilities-tour .form-control.flexy.flexy {
    height: 38px;
  }
}
@media screen and (max-width: 400px) {
  ._facilities-tour .form-control.flexy.flexy {
    height: 38px;
    font-size: 15px;
    line-height: 24px;
  }
}
._facilities-tour .custom-select {
  border-radius: 35px;
}
._facilities-tour .custom-select:not(:first-child) {
  border-top-left-radius: 35px !important;
  border-bottom-left-radius: 35px !important;
}
._facilities-tour .calendar {
  height: auto;
  width: 100%;
  min-height: 300px;
  border-radius: 35px;
  border: 1px solid #ced4da;
  margin: 15px auto;
  padding: 15px;
  position: relative;
  overflow: hidden;
  z-index: 20;
  display: none;
}
._facilities-tour .calendar.active {
  background-color: white;
  display: block;
}
._facilities-tour .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 25px;
  font-weight: 600;
  color: var(--color-txt);
  padding: 10px;
}
._facilities-tour .calendar-body {
  padding: 10px;
}
._facilities-tour .calendar-week-day {
  height: 50px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  font-weight: 600;
}
._facilities-tour .calendar-week-day div {
  display: grid;
  place-items: center;
  color: #7A7C80;
  text-transform: capitalize;
}
._facilities-tour .calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  color: #009ADE;
}
._facilities-tour .calendar-days div {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  position: relative;
  cursor: pointer;
  animation: to-top 1s forwards;
}
._facilities-tour .calendar-days div span {
  position: absolute;
}
._facilities-tour .calendar-days div:hover span {
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
}
._facilities-tour .calendar-days div span:nth-child(1),
._facilities-tour .calendar-days div span:nth-child(3) {
  width: 2px;
  height: 0;
  background-color: #44c5f5;
}
._facilities-tour .calendar-days div:hover span:nth-child(1),
._facilities-tour .calendar-days div:hover span:nth-child(3) {
  height: 100%;
}
._facilities-tour .calendar-days div span:nth-child(1) {
  bottom: 0;
  left: 0;
}
._facilities-tour .calendar-days div span:nth-child(3) {
  top: 0;
  right: 0;
}
._facilities-tour .calendar-days div span:nth-child(2),
._facilities-tour .calendar-days div span:nth-child(4) {
  width: 0;
  height: 2px;
  background-color: #44c5f5;
}
._facilities-tour .calendar-days div:hover span:nth-child(2),
._facilities-tour .calendar-days div:hover span:nth-child(4) {
  width: 100%;
}
._facilities-tour .calendar-days div span:nth-child(2) {
  top: 0;
  left: 0;
}
._facilities-tour .calendar-days div span:nth-child(4) {
  bottom: 0;
  right: 0;
}
._facilities-tour .calendar-days div:hover span:nth-child(2) {
  transition-delay: 0.2s;
}
._facilities-tour .calendar-days div:hover span:nth-child(3) {
  transition-delay: 0.4s;
}
._facilities-tour .calendar-days div:hover span:nth-child(4) {
  transition-delay: 0.6s;
}
._facilities-tour .calendar-days div.disabled {
  cursor: not-allowed;
  color: #919395;
}
._facilities-tour .calendar-days div.disabled span:nth-child(1), ._facilities-tour .calendar-days div.disabled span:nth-child(3),
._facilities-tour .calendar-days div.disabled span:nth-child(2), ._facilities-tour .calendar-days div.disabled span:nth-child(4),
._facilities-tour .calendar-days div.disabled:hover span:nth-child(1), ._facilities-tour .calendar-days div.disabled:hover span:nth-child(3),
._facilities-tour .calendar-days div.disabled:hover span:nth-child(2), ._facilities-tour .calendar-days div.disabled:hover span:nth-child(4) {
  cursor: not-allowed;
  background-color: #FF6552;
}
._facilities-tour .calendar-days div.curr-date,
._facilities-tour .calendar-days div.curr-date:hover,
._facilities-tour .date-selected {
  background-color: #009ADE;
  color: white;
  border-radius: 50%;
  transition: all 400ms ease-in-out;
}
._facilities-tour .calendar-days div.curr-date span {
  display: none;
}
._facilities-tour .month-picker {
  padding: 5px 10px;
  border-radius: 10px;
  text-transform: capitalize;
  cursor: pointer;
}
._facilities-tour .month-picker:hover {
  background-color: #c6e8fc;
}
._facilities-tour .year-picker {
  display: flex;
  align-items: center;
  margin-left: auto;
}
._facilities-tour .year-change {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 10px;
  cursor: pointer;
}
._facilities-tour .year-change:hover {
  background-color: var(--color-hover);
}
._facilities-tour .calendar-footer {
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
._facilities-tour .toggle {
  display: flex;
}
._facilities-tour .toggle span {
  margin-right: 10px;
  color: var(--color-txt);
}
._facilities-tour ._selectedDateAppointment {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  padding: 20px;
  gap: 5px;
  transform: scale(1.5);
  visibility: hidden;
}
._facilities-tour ._selectedDateAppointment.show {
  transform: scale(1);
  visibility: visible;
  pointer-events: visible;
  transition: all 0.2s ease-in-out;
}
._facilities-tour ._selectedDateAppointment .input-group &gt; .form-control:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
._facilities-tour .month-list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #c6e8fc;
  padding: 20px;
  grid-template-columns: repeat(3, auto);
  gap: 5px;
  display: grid;
  transform: scale(1.5);
  visibility: hidden;
  pointer-events: none;
}
._facilities-tour .month-list.show {
  transform: scale(1);
  visibility: visible;
  pointer-events: visible;
  transition: all 0.2s ease-in-out;
}
._facilities-tour .month-list &gt; div {
  display: grid;
  place-items: center;
}
._facilities-tour .month-list &gt; div &gt; div {
  width: 100%;
  padding: 5px 20px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  color: #064696;
  text-transform: capitalize;
}
._facilities-tour .month-list &gt; div &gt; div:hover {
  background-color: #064696;
  color: #c6e8fc;
}

.triDwrapper {
  position: relative;
  min-height: 80px;
  min-width: 55px;
}
.triDwrapper .triDtext {
  position: absolute;
  top: 1%;
  right: 50%;
  transform: translate(50%, -1%);
  text-transform: uppercase;
  font-size: 5em;
  line-height: 4rem;
  font-weight: 700;
  color: #f5f5f5;
  text-shadow: 1px 1px 1px #919191, 1px 2px 1px #919191, 1px 3px 1px #919191, 1px 4px 1px #919191, 1px 5px 1px #919191, 1px 6px 1px #919191, 1px 7px 1px #919191, 1px 8px 1px #919191, 1px 9px 1px #919191, 1px 10px 1px #919191, 1px 11px 6px rgba(16, 16, 16, 0.4), 1px 12px 8px rgba(16, 16, 16, 0.2), 1px 13px 25px rgba(16, 16, 16, 0.2), 1px 14px 40px rgba(16, 16, 16, 0.4);
}
.triDwrapper &gt; img {
  max-width: 64px;
}

._calendar-description {
  display: block;
  margin-bottom: 20px;
}
._calendar-description ._s1 {
  background-color: #EEF8FE;
  padding: 20px 35px;
  border-radius: 4px;
  margin-bottom: 30px;
  margin-right: 90px;
}
._calendar-description ._steps {
  padding: 3px 15px;
  margin: 30px 0 15px 15px;
}
._calendar-description h4 {
  color: #064696;
}

._instructions {
  padding: 80px 0 100px;
}
._instructions h2 {
  text-align: center;
  padding-bottom: 40px;
}
._instructions ._info_steps {
  max-width: 320px;
}
._instructions ._info_steps p {
  color: #7A7C80;
}
._instructions ._info_steps p b {
  color: #064696;
  font-weight: bold;
  display: block;
}
._instructions ._agenda-icons {
  display: block;
  width: 100%;
  max-width: 64px;
  height: auto;
}
@media screen and (max-width: 900px) {
  ._instructions ._agenda-icons {
    margin: 2px auto;
  }
}

/* 2023-02-27 */
._fake-drop {
  position: relative;
}
._fake-drop &gt; .form-control {
  position: relative;
  background-color: white;
  z-index: 10;
}
._fake-drop &gt; .form-control[readonly] {
  background-color: white;
}
._fake-drop &gt; div {
  border: 1px solid #ced4da;
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
  position: relative;
  margin-top: -20px;
  z-index: 0;
}
._fake-drop ._input-flat input.form-control {
  border-radius: 0;
  border-top: transparent;
  border-right: transparent;
  border-left: transparent;
  padding-top: 0;
  margin-top: -5px;
  margin-left: 10px;
  max-width: 500px;
  width: 100%;
}

.img-invisible {
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.img-invisible &gt; img {
  display: block;
  width: 100%;
  height: auto;
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 600px) {
  .view-article ._schools {
    margin-bottom: 0;
  }
  .view-article ._schools.mb-4 {
    margin-bottom: 0 !important;
  }
  .view-article ._schools ._space_generic {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  ._fake-drop ._input-flat input.form-control#_grade_carrera {
    max-width: 210px;
  }
  ._fake-drop ._input-flat input.form-control#_grade_other {
    max-width: 260px;
  }
}
@media screen and (max-width: 400px) {
  ._fake-drop ._input-flat input.form-control#_grade_carrera {
    max-width: 175px;
  }
  ._fake-drop ._input-flat input.form-control#_grade_other {
    max-width: 230px;
  }
}

/*# sourceMappingURL=facilitiestour.css.map */
</pre></body></html>