@charset "UTF-8";
@import "https://fonts.googleapis.com/icon?family=Material+Icons&display=swap";

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900|Nunito+Sans:400,700,900&display=swap");

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
}

main {
  position: relative;
  flex: 1 0 auto;
  margin-top: 60px;
}

@media (min-width: 768px) {
  main {
    margin-top: 69px;
  }
}

main .let {
  display: inline-block;
  text-transform: lowercase !important;
}

main .let::first-letter {
  text-transform: uppercase !important;
}

main .clear-text-transform {
  text-transform: initial !important;
}

img {
  max-width: 100%;
  height: auto !important;
  flex-shrink: 0;
}

iframe {
  max-width: 100%;
}

.breadcrumb {
  color: #c5c4c4;
  font-size: 0.9375rem;
}

.breadcrumb:last-child {
  color: #999;
  font-weight: 700;
}

.breadcrumb:last-child:hover {
  text-decoration: none !important;
  cursor: default;
}

.breadcrumb:before {
  color: #00a6ce;
}

.pagination {
  color: #999;
  font-weight: 900;
  margin-top: 2em;
  margin-bottom: 2em;
}

.pagination li.active {
  background: #061b2c;
  pointer-events: none;
  cursor: default;
}

.pagination .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.listed-section h2 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: 1.5;
  /*text-transform: uppercase;*/
  border-bottom: 5px solid;
}

html.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

.custom-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0);
  background-color: #fff;
}

.custom-scroll::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  background-color: #fff;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #c5c4c4;
  border: 0;
}

.visuallyhidden {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.p-m-0 {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .m-right {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .m-left {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .m-center {
    text-align: center;
  }
}

.text-uppercase {
  /*text-transform: uppercase;*/
}

.text-justify {
  text-align: justify;
}

.text-center {
  text-align: center;
}

.success {
  color: #04a034;
}

.error {
  color: #FF0000;
}

.alert {
  color: #f7a700;
}

.bg-primary {
  background: #061b2c;
}

.bg-primary a:hover, .bg-primary a:active, .bg-primary a:focus {
  color: #fff;
}

.small-divider {
  height: 5px;
  width: 55px;
}

.btn {
  background: rgba(6, 27, 44, 0.75);
  border: 3px solid #061b2c;
  font-weight: 700;
  line-height: 1;
  display: inline-grid;
  align-items: center;
  min-height: 49px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn {
    display: -ms-inline-flexbox;
  }
}

.btn:hover, .btn:focus, .btn:active {
  background: #0081c9;
  color: #fff;
  text-decoration: none !important;
  border-color: #0081C9;
}

.btn.disabled, .btn:disabled {
  color: #999;
  background: #c5c4c4;
  border-color: #999;
  opacity: 0.5;
  pointer-events: auto !important;
  cursor: not-allowed !important;
}

.btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active, .btn:disabled:hover, .btn:disabled:focus, .btn:disabled:active {
  color: #999;
  border-color: #999;
  opacity: 0.5;
}

.btn.btn-outline {
  border-color: #fff;
}

.btn-scroll {
  color: #061b2c;
  background: #fff;
}

.btn-scroll:hover, .btn-scroll:focus, .btn-scroll:active {
  color: #0081C9;
  background: #fff;
}

.btn.highlight-primary, .btn.highlight-secondary {
  font-weight: 600;
  justify-content: center;
  height: 49px;
  padding: 0;
}

@media (min-width: 768px) {
  .btn.highlight-primary, .btn.highlight-secondary {
    padding: 0 10px;
    margin: 0 0.5em;
  }
}

.highlight-primary {
  background: #a51c30;
  border-color: #a51c30;
}

.highlight-primary:hover, .highlight-primary:focus, .highlight-primary:active {
  color: #fff !important;
  background: #0f446f;
  border-color: #0f446f;
}

.highlight-secondary {
  background: #000;
  border-color: #000;
}

.highlight-secondary:hover, .highlight-secondary:focus, .highlight-secondary:active {
  color: #fff !important;
  background: #0f446f;
  border-color: #0f446f;
}

:root {
  font-size: 16px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 100%;
  color: #000;
  line-height: 1.7;
}

a {
  color: #00a6ce;
  text-decoration: none !important;
}

a:hover, a:focus {
  color: #061b2c;
  text-decoration: underline !important;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

a[href^="tel:"] {
  text-decoration: underline;
}

a[href^="tel:"]:hover, a[href^="tel:"]:active, a[href^="tel:"]:focus {
  opacity: 0.5;
  transition: all .2s ease-in-out;
}

.link {
  color: #00a6ce;
}

h1, h2, h3, h4, h5, h6 {
  color: #061b2c;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  margin: 0;
  margin-bottom: 1em;
}

h1, .h1 {
  font-size: 28px;
}

h1.title-main, .h1.title-main {
  font-weight: 400;
}

@media (min-width: 768px) {
  h1.title-main, .h1.title-main {
    font-size: 3.125rem;
  }
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 19px;
}

h3.title-tag, .h3.title-tag {
  font-size: 0.875rem;
  font-weight: 300;
  /*text-transform: uppercase;*/
  padding: 0.2em;
  display: inline-block;
}

h4, .h4 {
  font-size: 16px;
  font-weight: normal !important;
}

h5, .h5 {
  font-size: 0.9375rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
}

p {
  color: #000;
  margin: 0 0 1em 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  margin-left: 1em;
  list-style-position: inside;
}

button, a, input {
  outline: 0;
}

button:focus, button:hover, a:focus, a:hover, input:focus, input:hover {
  outline: 0;
}

::placeholder {
  font-style: italic;
}

strong {
  font-weight: 700;
}

.input-field .helper-text {
  color: #c5c4c4;
  font-style: italic;
}

.message-container {
  padding: 5em 0;
  min-height: 80vh;
}

.message-container h1,
.message-container h2 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}

@media (min-width: 768px) {
  .message-container h1,
.message-container h2 {
    font-size: 3.125rem;
  }
}

.message-container h1 i,
.message-container h2 i {
  font-size: 150%;
  margin-right: 0.2em;
}

.message-container p {
  line-height: 1.2;
  margin-top: 2em;
}

@media (min-width: 768px) {
  .message-container p {
    font-size: 1.5rem;
  }
}

.message-container a {
  position: absolute;
  bottom: 2em;
}

.message-noContent {
  padding: 2em 0 3em;
}

@media (min-width: 768px) {
  .message-noContent {
    padding: 4em 0 6em;
  }
}

.message-noContent h3 {
  font-weight: 900;
  margin: 0;
}

@media (min-width: 768px) {
  .message-noContent h3 {
    font-size: 1.875rem;
  }
}

.message-noContent h3 i {
  font-size: 150%;
  margin-right: 0.2em;
}

@font-face {
  font-family: 'social-icons';
  src: url("/Content/projects/uade/src/fonts/social-icons.eot?qghf17");
  src: url("/Content/projects/uade/src/fonts/social-icons.eot?qghf17#iefix") format("embedded-opentype"), url("/Content/projects/uade/src/fonts/social-icons.ttf?qghf17") format("truetype"), url("/Content/projects/uade/src/fonts/social-icons.woff?qghf17") format("woff"), url("/Content/projects/uade/src/fonts/social-icons.svg?qghf17#social-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'social-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i.size-2 {
  font-size: 200%;
}

i.size-3 {
  font-size: 300%;
}

i.size-4 {
  font-size: 400%;
}

.icon-ico-brand:before {
  content: "\e900";
}

.icon-ico-facebook:before {
  content: "\e901";
}

.icon-ico-instagram:before {
  content: "\e902";
}

.icon-ico-linkedin:before {
  content: "\e903";
}

.icon-ico-twitter:before {
  content: "\e904";
}

.icon-ico-whatsapp:before {
  content: "\e905";
}

.icon-ico-youtube:before {
  content: "\e900";
}

input[type=text]:not(.browser-default):focus:not([readonly]) {
  background: transparent;
  border-bottom-color: #061b2c;
  box-shadow: 0 1px 0 0 #061b2c;
}

input:-webkit-autofill,
input:-internal-autofill-selected {
  background-color: #fff !important;
}

input,
textarea,
select {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #999;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.validation-summary-errors,
.field-validation-error {
  color: #FF0000;
  font-size: 80%;
  line-height: 1.2;
  display: inline-block;
}

.form-navigation button {
  margin: 10px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  margin-bottom: 10px;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card-body {
  padding: 1rem;
}

.form-container {
  margin-top: 2em;
  margin-bottom: 2em;
}

.form_section_header {
  margin-top: 15px !important;
  text-align: center;
  border-bottom: 2px solid;
  padding-bottom: 5px;
  font-size: 14pt;
}

.input-form {
  padding: 0.3em;
  margin-top: 1em;
}

.error {
  border: 2px solid red;
}

.error-message {
  color: red;
  font-size: 0.8rem;
  margin-top: 2px;
}

select {
  margin-bottom: 1em;
}

.input-field input[type=search] {
  width: 100% !important;
  height: 3rem !important;
  padding-left: 0 !important;
}

.input-field input[type=search]:focus:not(.browser-default) {
  border-bottom: 1px solid #061b2c;
}

.input-field input[type=search] ~ .material-icons {
  font-size: 1rem;
  top: 1rem;
}

@media (min-width: 768px) {
  .input-field input[type=search] ~ .material-icons {
    top: -0.5rem;
  }
}

input[type="checkbox"].filled-in:checked + span:not(.lever):after {
  border: 2px solid #04a034;
  background-color: #04a034;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  height: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  pointer-events: none;
}

.g-recaptcha {
  margin-top: 1em;
  margin-bottom: 0;
}

.form-container .col.s12,
.form-container .col.s6 {
  padding-left: 0;
}

.form-container .col.s12 label,
.form-container .col.s6 label {
  left: 0;
}

.form-text {
  font-size: 1.125rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .form-text {
    font-size: 1.25rem;
  }
}

.nowrap {
  white-space: nowrap;
}

.col-container .col,
.col-container .container {
  padding: 0 !important;
}

@media (min-width: 960px) {
  .col-container .col.s12.m12 .card-box {
    margin: 0;
  }
}

@media (min-width: 960px) {
  .col-container .col.s12.m6:first-child .card-box,
.col-container .col.s12.m4:first-child .card-box {
    margin-left: 0;
  }
}

@media (min-width: 960px) {
  .col-container .col.s12.m6:last-child .card-box,
.col-container .col.s12.m4:last-child .card-box {
    margin-right: 0;
  }
}

@media (max-width: 960px) {
  .col-container .col.s12.m6 .container-txt,
.col-container .col.s12.m4 .container-txt,
.col-container .col.s12.m4 .card-container {
    margin: 0 !important;
  }
}

@media (min-width: 960px) {
  .col-container .col.s12.m6 .container-txt,
.col-container .col.s12.m4 .container-txt,
.col-container .col.s12.m4 .card-container {
    width: 100%;
  }
}

.col-container .col.s12.m6 .richText-section,
.col-container .col.s12.m4 .richText-section {
  margin-top: 0;
}

@media (min-width: 960px) {
  .col-container .col.s12.m6 .banner-section,
.col-container .col.s12.m4 .banner-section {
    margin-top: 1em;
  }
}

@media (min-width: 960px) {
  .col-container .col.s12.m6 .richText-section,
.col-container .col.s12.m6 .banner-section,
.col-container .col.s12.m6 .card-box,
.col-container .col.s12.m4 .richText-section,
.col-container .col.s12.m4 .banner-section,
.col-container .col.s12.m4 .card-box {
    padding-right: 1.5em;
  }
}

@media (min-width: 960px) {
  .col-container .col.s12.m6:last-child .richText-section,
.col-container .col.s12.m6:last-child .banner-section,
.col-container .col.s12.m4:last-child .richText-section,
.col-container .col.s12.m4:last-child .banner-section {
    padding-left: 1.5em;
    padding-right: 0;
  }
}

.col-container .col.s12.m4 .card-container.container,
.col-container .col.s12.m6 .card-container.container {
  width: 100%;
}

@media (min-width: 960px) {
  .col-container .col.s12.m4 .card-container.container,
.col-container .col.s12.m6 .card-container.container {
    padding: 1em;
  }
}

.modal-header {
  padding: 4px 24px;
  height: 56px;
  width: 100%;
  display: inline-block;
}

.modal-header h2 {
  font-size: 1.5625rem;
  margin-top: 0.5em;
}

@media (min-width: 768px) {
  .modal-header h2 {
    font-size: 1.875rem;
  }
}

.modal-footer {
  border-top: 1px solid #ebebeb;
}

.datepicker-date-display,
.datepicker-table td.is-selected {
  background: #061b2c;
}

.btn-flat {
  color: #0081C9;
}

.datepicker-container {
  font-family: "Montserrat", sans-serif;
}

.uadeCourseList {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}

.uadeCourseFilters {
  flex: 0 0 100%;
  max-width: 1200px;
  margin: 0 auto 8px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
  align-items: stretch;
}

.uadeCourseSelect {
  flex: 1 1 calc(33.333% - 11px);
  min-width: 0;
  display: block !important;
}

.uadeCourseSelect__wrapper {
  position: relative;
  width: 100%;
  display: block !important;
}

.uadeCourseSearch {
  flex: 1 1 100%;
  margin: 0;
}

.uadeCourseSearch input,
.uadeCourseSelect select {
  width: 100%;
  height: 48px;
  padding: 12px 40px 12px 16px;
  border-radius: 12px;
  border: 1px solid #e1e7ef;
  background: #ffffff;
  font-size: 0.95rem;
  color: #1f2933;
  outline: none;
  transition: border 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.uadeCourseSelect select {
  display: block !important;
  width: 100%;
  height: 48px;
  padding: 12px 40px 12px 16px;
  border: 1px solid #c7d0db !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #1f2933;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.uadeCourseSelect__icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #8d99a8;
  pointer-events: none;
  z-index: 3;
}

.uadeCourseSearch input::placeholder {
  color: #8d99a8;
}

.uadeCourseSearch input:focus,
.uadeCourseSelect select:focus {
  box-shadow: 0 0 0 2px rgba(30, 111, 255, 0.1);
}

.uadeCourseSelect select:focus {
  border: 1px solid #1e6fff !important;
  box-shadow: 0 0 0 2px rgba(30, 111, 255, 0.1);
}

.uadeCourseCargaHoraria {
  flex: 0 0 100%;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 8px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
}

.uadeCourseCargaHoraria__title {
  font-size: 0.88rem;
  font-weight: 600;
  color: #1f2933;
  margin-right: 8px;
  white-space: nowrap;
}

.uadeCourseCheckbox {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  color: #1f2933;
  cursor: pointer;
  user-select: none;
}

.uadeCourseCheckbox input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin: 0;
  cursor: pointer;
}

.uadeCourseCardsContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  flex: 0 0 100%;
  width: 100%;
}

.uadeCourseCard {
  position: relative;
  width: 380px;
  max-width: 380px;
  height: 240px;
  margin: 0;
  flex: 0 0 auto;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
  transition: transform 0.3s ease;
}

.uadeCourseCard__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e1e7ef;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
  display: flex;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.uadeCourseCard__overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: block;
  background: transparent;
}

.uadeCourseCard__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
}

.uadeCourseCard__content {
  flex: 1;
  padding: 26px 18px 20px 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  gap: 0;
  position: relative;
  z-index: 2;
  min-width: 0;
  pointer-events: none;
  align-items: flex-start;
}

.uadeCourseCard__tag {
  position: absolute;
  top: -16px;
  left: 16px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 14px;
  background: #1e6fff;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.14);
}

.uadeCourseCard__month {
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8d99a8;
  line-height: 1.2;
  position: static;
}

.uadeCourseCard__title {
  margin: 0;
  font-weight: 400;
}

.uadeCourseCard__title a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.uadeCourseCard__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
  text-align: left;
}

.uadeCourseCard__label {
  font-size: 0.75rem;
  color: #8d99a8;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.uadeCourseCard__sede,
.uadeCourseCard__modalidad {
  font-size: 0.85rem;
  color: #1f2933;
  line-height: 1.2;
  word-break: break-word;
}

.uadeCourseCard__details {
  margin-top: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.uadeCourseCard__image {
  width: 140px;
  min-width: 140px;
  height: 100%;
  overflow: hidden;
  background: #f8fafc;
  position: relative;
  z-index: 1;
  pointer-events: none;
  flex-shrink: 0;
}

.uadeCourseCard__image > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}

.uadeCourseCard__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  pointer-events: none;
  opacity: 0;
  border: 2px solid #1e6fff;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 1s ease, opacity 0.2s ease;
  z-index: 3;
}

.uadeCourseCard:hover {
  transform: translateY(-8px);
}

.uadeCourseCard:hover .uadeCourseCard__inner {
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}

.uadeCourseCard:hover .uadeCourseCard__inner::before {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.uadeCourseCard a {
  color: inherit;
  text-decoration: none;
}

.uadeCourseDivider {
  flex: 0 0 100%;
  max-width: 1200px;
  margin: 0 auto 24px auto;
  height: 1px;
  background: #e1e7ef;
}

.uadeCourseEmpty {
  width: 100%;
  margin: 0;
  color: #5f6b7a;
  font-size: 1rem;
}

.uadeCourseEmpty--filters {
  margin-top: 8px;
}

.uadeCourseCard__metaRow {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.uadeCourseCard__meta--horas {
  align-items: flex-end;
  text-align: right;
}

.uadeCourseCard__meta--horas .uadeCourseCard__label {
  line-height: 1.1;
}

.uadeCourseCard__cargaHoraria {
  font-size: 0.95rem;
  font-weight: 500;
  color: #1f2933;
}

@media (max-width: 1200px) {
  .uadeCourseList {
    gap: 20px;
  }
  .uadeCourseCardsContainer {
    gap: 20px;
  }
  .uadeCourseCard {
    max-width: 360px;
    height: 210px;
  }
  .uadeCourseCard__image {
    width: 132px;
    min-width: 132px;
  }
  .uadeCourseCard__content {
    padding: 18px 18px 22px 18px;
    gap: 11px;
  }
  .uadeCourseCard__title {
    font-size: 1.12rem;
    line-height: 1.32;
    max-width: 150px;
  }
}

@media (max-width: 900px) {
  .uadeCourseFilters {
    gap: 12px;
  }
  .uadeCourseSearch,
.uadeCourseSelect {
    flex: 0 0 100%;
    min-width: 100%;
  }
  .uadeCourseCargaHoraria {
    gap: 10px 16px;
  }
}

@media (min-width: 601px) and (max-width: 820px) {
  .uadeCourseList {
    gap: 16px;
  }
  .uadeCourseCardsContainer {
    gap: 16px;
  }
  .uadeCourseCard {
    max-width: 210px;
    height: 220px;
    flex-direction: column;
  }
  .uadeCourseCard__image {
    width: 100%;
    min-width: 100%;
    height: 118px;
    order: 1;
  }
  .uadeCourseCard__content {
    order: 2;
    width: 100%;
    padding: 14px 14px 16px;
    gap: 7px;
  }
  .uadeCourseCard__content span {
    margin: 0;
    font-size: 0.85rem;
    color: #5f6b7a;
    line-height: 1.2;
  }
  .uadeCourseCard__month {
    font-size: 0.66rem;
    letter-spacing: 0.14em;
    line-height: 1.15;
    margin-bottom: 2px;
  }
  .uadeCourseCard__title {
    font-size: 0.95rem;
    line-height: 1.24;
    max-width: 100%;
    letter-spacing: 0;
    overflow-wrap: break-word;
  }
}

@media (min-width: 821px) and (max-width: 1024px) {
  .uadeCourseList {
    gap: 18px;
  }
  .uadeCourseCardsContainer {
    gap: 18px;
  }
  .uadeCourseCard {
    max-width: 240px;
    height: 205px;
    flex-direction: column;
  }
  .uadeCourseCard__image {
    width: 100%;
    min-width: 100%;
    height: 112px;
    order: 1;
  }
  .uadeCourseCard__content {
    order: 2;
    width: 100%;
    padding: 13px 14px 15px;
    gap: 6px;
  }
  .uadeCourseCard__month {
    font-size: 0.64rem;
    letter-spacing: 0.14em;
    line-height: 1.1;
  }
  .uadeCourseCard__title {
    font-size: 0.92rem;
    line-height: 1.22;
    max-width: 100%;
    letter-spacing: 0;
    overflow-wrap: break-word;
  }
}

@media (max-width: 600px) {
  .uadeCourseList {
    justify-content: center;
    gap: 16px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  .uadeCourseFilters {
    width: 100%;
    max-width: 100%;
    gap: 12px;
    margin: 0 0 8px 0;
    padding-left: 0;
    padding-right: 0;
  }
  .uadeCourseSearch,
.uadeCourseSelect {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .uadeCourseSearch input,
.uadeCourseSelect select {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .uadeCourseCargaHoraria {
    width: 100%;
    max-width: 100%;
    margin: 0 0 8px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .uadeCourseCargaHoraria__title {
    margin-right: 0;
    margin-bottom: 0;
  }
  .uadeCourseCheckbox {
    width: 100%;
    justify-content: flex-start;
  }
  .uadeCourseDivider {
    max-width: 100%;
    margin: 0 0 24px 0;
  }
  .uadeCourseCardsContainer {
    justify-content: center;
    gap: 16px;
  }
  .uadeCourseCard {
    width: 100%;
    max-width: 340px;
    height: 168px;
    margin: 0;
    flex-direction: row;
  }
  .uadeCourseCard__image {
    width: 108px;
    min-width: 108px;
    height: 100%;
  }
  .uadeCourseCard__content {
    padding: 18px 16px;
    gap: 9px;
  }
  .uadeCourseCard__month {
    font-size: 0.66rem;
    letter-spacing: 0.14em;
  }
  .uadeCourseCard__title {
    font-size: 1.05rem;
    line-height: 1.18;
    max-width: 135px;
  }
}

.meeting-schedule {
  padding: 24px;
}

.meeting-schedule-container {
  max-width: 1400px;
  margin: 0 auto;
}

.meeting-schedule-sections {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.meeting-schedule-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.meeting-schedule-section-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.meeting-schedule-section-title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #002538;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.meeting-schedule-section-line {
  width: 100%;
  height: 1px;
  background: rgba(10, 58, 82, 0.22);
}

.meeting-schedule-filters {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
}

.meeting-schedule-filter {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 220px;
  width: 46%;
}

.meeting-schedule-filter label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #2f4d8b;
}

.meeting-schedule-filter select.meeting-schedule-select {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
  pointer-events: auto !important;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 14px !important;
  border: 1px solid #c9d3dc !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #3e4d82 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 46px !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

.meeting-schedule-filter select.meeting-schedule-select:disabled {
  background: #f3f5f7 !important;
  color: #9aa7b2 !important;
  cursor: not-allowed;
}

.meeting-calendar-layout {
  display: grid;
  grid-template-columns: 320px 640px;
  gap: 34px;
  align-items: start;
  justify-content: center;
  padding: 18px 0 4px;
}

.meeting-calendar-panel {
  min-width: 0;
}

.meeting-calendar-panel-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
  color: #111827;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.meeting-calendar-panel-icon {
  display: inline-flex;
  width: 24px;
  justify-content: center;
  color: #9aa7b2;
  font-size: 20px;
  line-height: 1;
}

.meeting-calendar {
  width: 100%;
}

.meeting-calendar-nav {
  display: grid;
  grid-template-columns: 34px 34px 1fr;
  align-items: center;
  gap: 4px;
  margin-bottom: 22px;
}

.meeting-calendar-nav-button {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: black;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease;
}

.meeting-calendar-nav-button:hover:not(:disabled) {
  color: #002538;
}

.meeting-calendar-nav-button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.meeting-calendar-month-title {
  padding-left: 10px;
  color: #b0b9c4;
  font-size: 18px;
  font-weight: 400;
}

.meeting-calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 14px;
}

.meeting-calendar-weekday {
  text-align: center;
  color: #a5afbb;
  font-size: 14px;
  font-weight: 500;
}

.meeting-calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  row-gap: 12px;
}

.meeting-calendar-day {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #98a3af;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.meeting-calendar-day:hover:not(:disabled) {
  background-color: rgba(0, 37, 56, 0.1);
  color: #002538;
}

.meeting-calendar-day.is-selected {
  background-color: #3fa13f;
  color: #ffffff !important;
  font-weight: 800;
}

.meeting-calendar-day.is-selected:hover {
  background-color: #002538 !important;
  color: #ffffff !important;
}

.meeting-calendar-day.is-today:not(.is-selected) {
  color: #002538;
  font-weight: 800;
}

.meeting-calendar-day.is-disabled,
.meeting-calendar-day:disabled {
  cursor: not-allowed;
}

.meeting-calendar-day.is-unavailable,
.meeting-calendar-day.is-outside-range {
  color: #c4ccd4;
  background: transparent;
  opacity: 1;
}

.meeting-calendar-day.is-unavailable:hover,
.meeting-calendar-day.is-outside-range:hover {
  color: #c4ccd4;
  background: transparent;
}

.meeting-calendar-day.is-unavailable {
  cursor: help;
}

.meeting-calendar-day.is-available {
  color: #002538;
  font-weight: 700;
}

.meeting-calendar-day.is-available:focus {
  color: #ffffff;
}

.meeting-calendar-hours {
  width: 100%;
  min-height: 66px;
}

.meeting-calendar-hours-empty {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 14px 18px;
  background: #e9e5dc;
  color: #3f4a5a;
  font-size: 16px;
  line-height: 1.45;
  text-align: center;
}

.meeting-calendar-hours-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(110px, 150px));
  gap: 14px;
  align-items: flex-start;
  justify-content: center;
}

.meeting-calendar-hours-list .schedule-item {
  width: 100%;
}

.meeting-calendar-hours-list .time-card {
  min-height: 42px;
}

.time-card {
  width: 100%;
  min-height: 46px;
  border: 2px solid #0a3a52;
  border-radius: 8px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s ease;
  box-shadow: 0 4px 12px rgba(193, 43, 184, 0.04);
}

.time-card:hover {
  background-color: #b2c1d6;
}

.time-card-active {
  background: linear-gradient(180deg, #3fa13f 0%, #3fa13f 100%);
  border-color: transparent;
}

.time-card-active .time-card-hour {
  color: #ffffff;
}

.time-card-hour {
  font-size: 16px;
  font-weight: 600;
  color: #3e4d82;
}

.meeting-inline-form-wrapper {
  width: 100%;
  margin-top: 14px;
  border-radius: 8px;
  border: 1px solid rgba(0, 37, 56, 0.55);
  overflow: visible;
  transition: opacity 0.25s ease;
}

.meeting-inline-form-wrapper button[type="submit"].is-loading {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

.meeting-inline-layout {
  display: flex;
  align-items: stretch;
  width: 100%;
  border-radius: 7px;
  border: 0;
  background-color: #e6e6e6;
  overflow: visible;
}

.meeting-inline-form {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  padding: 16px 16px 14px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #e9e5dc;
  box-shadow: none;
}

.meeting-inline-form-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(10, 58, 82, 0.25);
}

.meeting-inline-form-kicker {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #7281ad;
  margin-bottom: 6px;
}

.meeting-inline-form-header h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.15;
  font-weight: 800;
  color: #002538;
}

.meeting-inline-form-body {
  width: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.meeting-inline-form-grid {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 10px 12px;
}

.meeting-inline-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  grid-column: span 4;
  min-width: 0;
  align-self: start;
}

.meeting-inline-field label {
  font-size: 13px;
  font-weight: 700;
  color: #7281ad;
}

.meeting-inline-field input {
  width: 100%;
  height: 36px;
  padding: 0 12px 0 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(10, 58, 82, 0.35);
  border-radius: 0;
  background: transparent;
  color: #3e4d82;
  font-size: 13px;
  font-weight: 600;
  box-sizing: border-box;
}

.meeting-inline-field select {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
  pointer-events: auto !important;
  overflow: visible !important;
  line-height: normal !important;
  width: 100%;
  height: 36px;
  padding: 0 36px 0 12px;
  border: 1px solid rgba(10, 58, 82, 0.35);
  border-radius: 8px;
  background: #e6e6e6;
  color: #3e4d82;
  font-size: 13px;
  font-weight: 600;
  box-sizing: border-box;
}

.meeting-inline-field input::placeholder {
  color: #9aa7b2;
}

.meeting-inline-field select:disabled {
  background: #f3f5f7 !important;
  color: #9aa7b2 !important;
  cursor: not-allowed;
  background-color: #e6e6e6 !important;
}

.meeting-inline-field input:focus,
.meeting-inline-field select:focus {
  outline: none;
  border-color: #002538;
  box-shadow: 0 0 0 3px rgba(0, 37, 56, 0.08);
}

.meeting-inline-field--enrollment {
  grid-column: span 4;
}

.meeting-inline-field--checkboxes {
  grid-column: span 8;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 6px 12px;
  padding-top: 24px;
  align-items: start;
}

.meeting-inline-field--country-flag {
  position: relative;
  grid-column: span 1;
}

.meeting-inline-field--country-code {
  grid-column: span 2;
}

.meeting-inline-field--area-code {
  grid-column: span 3;
}

.meeting-inline-field--phone {
  grid-column: span 6;
}

.meeting-inline-checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 32px;
  gap: 8px;
  margin: 0;
  color: #3e4d82;
  font-size: 13px;
  line-height: 1.2;
  font-weight: bold;
  cursor: pointer;
}

.meeting-inline-checkbox:first-child {
  grid-column: 1 / span 4;
}

.meeting-inline-checkbox:nth-child(2) {
  grid-column: 5 / span 4;
}

.meeting-inline-checkbox input {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin: 0;
  cursor: pointer;
}

.meeting-inline-checkbox span {
  display: block;
  font-size: 13px !important;
  font-weight: bold;
}

.meeting-inline-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.meeting-inline-form-footer p,
.meeting-inline-form-note {
  margin: 0;
  font-size: 13px;
  color: #3e4d82;
}

.meeting-inline-form-footer button,
.meeting-inline-form-submit {
  min-width: 170px;
  height: 40px;
  padding: 0 22px;
  border: 0;
  border-radius: 2px;
  background-color: #006edc;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.meeting-inline-form-footer button:hover,
.meeting-inline-form-submit:hover {
  background-color: #002538;
}

.meeting-inline-field.error,
.meeting-inline-field.error label,
.meeting-inline-field.error .meeting-inline-error {
  box-shadow: none !important;
  outline: none !important;
}

.meeting-inline-field.error input,
.meeting-inline-field.error textarea {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #e53935 !important;
  box-shadow: none !important;
  outline: none !important;
}

.meeting-inline-field.error {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.meeting-inline-error {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.3;
  color: #e53935;
}

.meeting-inline-field.error input {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #e53935 !important;
}

.meeting-inline-field.error select {
  border: 1px solid #e53935 !important;
  box-shadow: none !important;
  outline: none !important;
}

.meeting-inline-field.error input:focus {
  border-bottom: 1px solid #e53935 !important;
  box-shadow: none !important;
}

.meeting-inline-field.error select:focus {
  border: 1px solid #e53935 !important;
  box-shadow: none !important;
}

.meeting-reserve-error {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.3;
  color: #e53935;
  text-align: left;
}

.meeting-inline-summary-card {
  flex: 0 0 230px;
  width: 230px;
  display: flex;
  flex-direction: column;
  background: #e9e5dc;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.045);
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  padding: 0 6px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.meeting-inline-summary-card__image {
  flex: 0 0 140px;
  min-height: 110px;
  overflow: hidden;
  background: #f8fafc;
  border-radius: 2px;
}

.meeting-inline-summary-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.meeting-inline-summary-card__body {
  flex: 1 1 auto;
  padding: 18px 6px 16px;
  display: flex;
  flex-direction: column;
}

.meeting-inline-summary-card__text {
  margin: 0 0 10px;
  font-size: 0.9rem;
  line-height: 1.35;
  color: #5f6b7a;
  font-weight: bold;
}

.meeting-inline-summary-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}

.meeting-inline-summary-card__item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.meeting-inline-summary-card__label {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #8d99a8;
}

.meeting-inline-summary-card__value {
  font-size: 0.88rem;
  color: #1f2933;
  line-height: 1.25;
}

.meeting-inline-divider {
  width: 1px;
  flex: 0 0 1px;
  border: 0;
  background: rgba(10, 58, 82, 0.22);
}

.meeting-appointment-success {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 28px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
  color: #002538;
  text-align: center;
}

.meeting-appointment-error {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.4;
  color: #e53935;
}

.js-submit-reserva.is-loading {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

.meeting-calendar-day.is-other-month {
  color: #d3d9df;
  opacity: 1;
}

.meeting-calendar-day.is-other-month.is-available {
  color: #b7c0c9;
  font-weight: 500;
}

.meeting-calendar-day.is-other-month.is-selected {
  background-color: #3fa13f;
  color: #ffffff !important;
}

.meeting-calendar-day.is-other-month:not(.is-selected):hover,
.meeting-calendar-day.is-other-month:disabled:hover {
  background: transparent;
  color: #d3d9df;
}

.meeting-type-filter,
.meeting-modality-filter {
  display: flex;
  align-items: stretch;
  gap: 16px;
  flex-wrap: wrap;
}

.meeting-search-row {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-top: 15px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.meeting-career-search {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  flex: 0 0 100%;
}

.meeting-career-autocomplete {
  position: relative;
  width: 48%;
  min-width: 420px;
  max-width: 640px;
}

.meeting-career-autocomplete__box {
  position: relative;
  overflow: visible;
}

.meeting-career-autocomplete__input {
  width: 100% !important;
  max-width: 100%;
  height: 46px;
  min-height: 46px;
  padding: 0 44px 0 14px !important;
  border: 1px solid #c9d3dc;
  border-radius: 8px;
  background: #fff !important;
  color: #3e4d82;
  font-size: 15px;
  font-weight: 600;
  line-height: 46px;
  box-sizing: border-box !important;
}

.meeting-career-autocomplete__input:focus {
  outline: none;
  border-color: #002538;
  box-shadow: 0 0 0 3px rgba(0, 37, 56, 0.08);
}

.meeting-career-autocomplete__clear {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #7281ad;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.meeting-career-autocomplete__clear:hover {
  background: rgba(0, 37, 56, 0.08);
  color: #002538;
}

.meeting-career-autocomplete__results {
  display: none;
  position: absolute;
  z-index: 1000;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  max-width: 100%;
  max-height: 360px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid #c9d3dc;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.meeting-career-autocomplete__item {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  padding: 10px 14px;
  border: 0;
  border-bottom: 1px solid #edf1f5;
  background: #ffffff;
  text-align: left;
  cursor: pointer;
}

.meeting-career-autocomplete__item:hover {
  background: rgba(0, 37, 56, 0.06);
}

.meeting-career-autocomplete__name {
  color: #3e4d82;
  font-size: 14px;
  font-weight: 600;
}

.meeting-career-autocomplete__empty {
  padding: 14px;
  color: #7281ad;
  font-size: 14px;
}

.meeting-career-select {
  position: relative;
  width: 48%;
  min-width: 420px;
  max-width: 640px;
}

.meeting-career-select__select {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.meeting-modality-filter {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.meeting-modality-filter__button {
  min-width: 200px;
  height: 46px;
  padding: 0 22px;
  border: 2px solid #0a3a52;
  border-radius: 2px;
  background-color: #ffffff;
  color: #002538;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.meeting-modality-filter__button:hover:not(:disabled) {
  background-color: #0081c9;
  border-color: #0081c9;
  color: #ffffff;
}

.meeting-modality-filter__button.is-active {
  background-color: #002538;
  border-color: #002538;
  color: #ffffff;
}

.meeting-modality-filter__button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.meeting-calendar-loading {
  width: 100%;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
}

.meeting-calendar-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #d9e4ef;
  border-top-color: #003b5c;
  border-radius: 50%;
  animation: meetingCalendarSpin 0.8s linear infinite;
}

.meeting-calendar-loading-text {
  font-size: 16px;
  font-weight: 600;
  color: #003b5c;
}

@keyframes meetingCalendarSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.meeting-success-layout {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 420px;
  padding: 22px 32px;
  background: #e9e5dc;
  border: 0;
  border-radius: 7px;
}

.meeting-success-content {
  width: 100%;
  max-width: 760px;
  text-align: center;
}

.meeting-success-main-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: rgba(0, 120, 65, 0.1);
  color: #007841;
  font-size: 38px;
  line-height: 1;
  font-weight: 600;
}

.meeting-success-main-icon span {
  display: block;
  line-height: 1;
  transform: translateY(-2px);
}

.meeting-success-kicker {
  margin-bottom: 6px;
  color: #007841;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.meeting-success-content h3 {
  margin: 0 0 8px;
  color: #002538;
  font-size: 25px;
  line-height: 1.18;
  font-weight: 800;
}

.meeting-success-intro {
  margin: 0 auto 16px;
  max-width: 640px;
  color: #5f6b7a;
  font-size: 14px;
  line-height: 1.45;
}

.meeting-success-summary {
  width: 100%;
  max-width: 660px;
  margin: 0 auto 14px;
  padding: 16px 20px;
  border: 1px solid rgba(10, 58, 82, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.18);
  text-align: left;
  box-shadow: none;
  box-sizing: border-box;
}

.meeting-success-summary h4 {
  margin: 0 0 12px;
  color: #002538;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  border-bottom: 1px solid #002538;
}

.meeting-success-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
}

.meeting-success-summary-item {
  min-width: 0;
}

.meeting-success-summary-label {
  display: block;
  margin-bottom: 3px;
  color: #8d99a8;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.meeting-success-summary-value {
  display: block;
  color: #002538;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  word-break: break-word;
}

.meeting-success-mail-text {
  margin: 0 auto 16px;
  max-width: 620px;
  color: #5f6b7a;
  font-size: 13px;
  line-height: 1.45;
}

.meeting-success-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.meeting-success-btn {
  min-height: 48px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease, color .3s ease, border-color .3s ease;
}

.meeting-success-btn--primary {
  border: 0;
  background: #006edc;
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 110, 220, 0.22);
}

.meeting-success-btn--primary:hover {
  transform: translateY(-2px);
  background: #087bf0;
  color: #000000;
  box-shadow: 0 18px 42px rgba(0, 110, 220, 0.28);
}

.meeting-success-btn--secondary {
  background: #ffffff;
  color: #002538;
  border: 1px solid #dbe4ee;
}

.meeting-success-btn--secondary:hover {
  transform: translateY(-2px);
  color: #002538;
  border-color: #c9d8ea;
  box-shadow: 0 14px 34px rgba(0, 47, 108, 0.08);
}

.schedule-item {
  display: contents;
}

.meeting-inline-form-wrapper.is-changing-to-success {
  opacity: 0;
}

.meeting-inline-form-wrapper.is-success-visible {
  animation: meetingSuccessEnter 0.35s ease forwards;
  background: #e9e5dc;
}

.meeting-inline-form-wrapper.is-success-visible .meeting-success-wrapper,
.meeting-inline-form-wrapper.is-success-visible .meeting-success-layout {
  background: #e9e5dc;
}

.meeting-search-row .meeting-career-search,
.meeting-search-row .meeting-schedule-filters {
  margin-bottom: 0;
  align-items: flex-end;
  width: 100%;
  flex: 0 0 100%;
}

.meeting-search-row .meeting-type-filter,
.meeting-search-row .meeting-modality-filter {
  margin-bottom: 0;
  align-self: flex-end;
}

.meeting-choice-card {
  position: relative;
  width: 300px;
  max-width: 300px;
  min-width: 300px;
  min-height: 96px;
  padding: 16px 20px;
  border: 1px solid rgba(0, 37, 56, 0.28);
  border-radius: 10px;
  background: #ffffff;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
  white-space: normal;
}

.meeting-choice-card--compact {
  min-height: 96px;
  padding: 16px 20px;
}

.meeting-choice-card--compact .meeting-choice-card__title {
  font-size: 16px;
}

.meeting-choice-card--compact .meeting-choice-card__description {
  font-size: 13px;
}

.meeting-choice-card:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 37, 56, 0.42);
  background-color: rgba(0, 37, 56, 0.035);
}

.meeting-choice-card.is-active {
  background-color: #e0e6eb;
  border-color: rgba(0, 37, 56, 0.65);
  box-shadow: 0 5px 4px rgba(0, 37, 56, 0.14);
}

.meeting-choice-card.is-active::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background-color: #002538;
}

.meeting-choice-card:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.meeting-choice-card__icon,
.meeting-choice-card__icon-group {
  flex: 0 0 auto;
  color: #002538;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  padding-top: 2px;
}

.meeting-choice-card__icon .material-icons {
  font-size: 28px;
  line-height: 1;
}

.meeting-choice-card__icon-group {
  gap: 1px;
}

.meeting-choice-card__icon-group .material-icons {
  font-size: 20px;
  line-height: 1;
  margin-left: -5px;
}

.meeting-choice-card__icon-group .material-icons:first-child {
  margin-left: 0;
}

.meeting-choice-card__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
}

.meeting-choice-card__title {
  display: block;
  color: #002538;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  white-space: normal;
}

.meeting-choice-card__description {
  display: block;
  color: #5f6b7a;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 500;
  white-space: normal;
}

.meeting-choice-card.is-active .meeting-choice-card__title,
.meeting-choice-card.is-active .meeting-choice-card__description,
.meeting-choice-card.is-active .meeting-choice-card__icon,
.meeting-choice-card.is-active .meeting-choice-card__icon-group {
  color: #002538;
}

.meeting-filter-label-icon {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #2f4d8b;
}

.meeting-filter-label-icon .material-icons {
  font-size: 18px;
  line-height: 1;
  color: #002538;
}

.meeting-group-events-section {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-height: 100%;
  overflow: hidden;
}

.meeting-group-events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 18px 18px;
  align-items: start;
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 129, 201, 0.65) rgba(10, 58, 82, 0.08);
}

.meeting-group-event-card {
  position: relative;
  min-height: 280px;
  perspective: 1200px;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  transform: none;
  cursor: pointer;
}

.meeting-group-event-card:hover {
  transform: none;
  box-shadow: none;
  border-color: transparent;
}

.meeting-group-event-card__inner {
  position: relative;
  width: 100%;
  min-height: 280px;
  transition: transform 0.55s ease;
  transform-style: preserve-3d;
}

.meeting-group-event-card.is-showing-description .meeting-group-event-card__inner {
  transform: rotateY(180deg);
}

.meeting-group-event-card__face {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 18px;
  border: 1px solid #d5dCe6;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.045);
  backface-visibility: hidden;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.meeting-group-event-card__face::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  pointer-events: none;
  opacity: 0;
  border: 2px solid #0081c9;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 1s ease, opacity 0.2s ease;
  z-index: 3;
  box-sizing: border-box;
}

.meeting-group-event-card:hover .meeting-group-event-card__face {
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.09);
}

.meeting-group-event-card:hover .meeting-group-event-card__face::before,
.meeting-group-event-card.is-register-selected .meeting-group-event-card__face::before {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.meeting-group-event-card.is-register-selected .meeting-group-event-card__face {
  box-shadow: 0 12px 28px rgba(0, 129, 201, 0.18);
}

.meeting-group-event-card__face--front {
  transform: rotateY(0deg);
}

.meeting-group-event-card__face--back {
  transform: rotateY(180deg);
}

.meeting-group-event-card__date {
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
  width: auto;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid #002538;
}

.meeting-group-event-card__day {
  color: #002538;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1px;
}

.meeting-group-event-card__day::after {
  content: " de";
  margin-left: 4px;
  color: #002538;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}

.meeting-group-event-card__month {
  margin-top: 0;
  margin-left: 4px;
  color: #002538;
  font-size: 21px;
  line-height: 1;
  font-weight: 400;
}

.meeting-group-event-card__body {
  flex: 1 1 auto;
}

.meeting-group-event-card__title {
  margin: 0;
  color: #1f2933;
  font-size: 17px;
  line-height: 1.22;
  font-weight: 800;
}

.meeting-group-event-card__meta {
  margin-top: 8px;
  color: #7281ad;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
}

.meeting-group-event-card__more {
  border: 0;
  background: transparent;
  color: #0081c9;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

.meeting-group-event-card__more:hover {
  color: #002538;
  text-decoration: underline;
}

.meeting-group-event-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 16px;
}

.meeting-group-event-card__hour {
  color: #002538;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  transform: translateY(-4px);
}

.meeting-group-event-card__description-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

.meeting-group-event-card__back-button {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 37, 56, 0.08);
  color: #002538;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.meeting-group-event-card__back-button:hover {
  background: rgba(0, 37, 56, 0.14);
}

.meeting-group-event-card__back-button .material-icons {
  font-size: 20px;
  line-height: 1;
}

.meeting-group-event-card__more,
.meeting-group-event-card__back-button {
  cursor: pointer;
}

.meeting-group-event-card__description-title {
  margin: 4px 0 0;
  color: #002538;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}

.meeting-group-event-card__description {
  flex: 1 1 auto;
  color: #5f6b7a;
  font-size: 14px;
  line-height: 1.55;
  overflow-y: auto;
  padding-right: 4px;
}

.meeting-group-event-card__description p {
  margin: 0 0 12px;
}

.meeting-group-event-card__description p:last-child {
  margin-bottom: 0;
}

.meeting-group-event-card.is-register-selected {
  z-index: 2;
}

.meeting-wizard-container {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  background: #e9e5dc;
  border: 1px solid rgba(10, 58, 82, 0.14);
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
  overflow: visible;
}

.meeting-wizard-steps {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  padding: 16px 24px 14px;
  margin: 0;
  background: #e9e5dc;
  box-sizing: border-box;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.meeting-wizard-step {
  position: relative;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: #7281ad;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.meeting-wizard-step::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: rgba(10, 58, 82, 0.18);
  z-index: 1;
}

.meeting-wizard-step:last-child::after {
  display: none;
}

.meeting-wizard-step__number {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid rgba(10, 58, 82, 0.26);
  background: #f3f5f7;
  color: #7281ad;
  font-size: 13px;
  font-weight: 900;
  flex: 0 0 30px;
}

.meeting-wizard-step__label {
  display: block;
  max-width: 100%;
  line-height: 1.2;
  text-align: center;
}

.meeting-wizard-step.is-active {
  color: #002538;
}

.meeting-wizard-step.is-active .meeting-wizard-step__number {
  background: #3fa13f;
  border-color: #3fa13f;
  color: #ffffff;
}

.meeting-wizard-step.is-completed .meeting-wizard-step__number {
  background: #002538;
  border-color: #002538;
  color: #ffffff;
}

.meeting-wizard-content {
  position: relative;
  width: 100%;
  height: 530px;
  box-sizing: border-box;
  padding: 20px 24px 14px;
  border-top: 1px solid rgba(10, 58, 82, 0.18);
  overflow: hidden;
}

.meeting-wizard-panel {
  display: none;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.meeting-wizard-panel.is-active {
  display: block;
}

.meeting-search-row--wizard {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 640px;
  align-items: flex-start;
  margin: 0 auto;
  overflow: visible;
}

.meeting-schedule-filters--wizard,
.meeting-search-row--wizard .meeting-career-search {
  position: relative;
  z-index: 50;
  width: 100%;
  max-width: 640px;
  flex: 0 0 100%;
  margin: 0 auto;
  overflow: visible;
}

.meeting-schedule-filters--wizard .meeting-schedule-filter,
.meeting-search-row--wizard .meeting-career-autocomplete,
.meeting-search-row--wizard .meeting-career-select {
  width: 100%;
  max-width: 640px;
  min-width: 320px;
}

.meeting-wizard-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 24px;
  border-top: 1px solid rgba(10, 58, 82, 0.18);
  background: #e9e5dc;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.meeting-wizard-button {
  min-width: 142px;
  height: 44px;
  padding: 0 22px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.meeting-wizard-button--prev {
  border: 1px solid rgba(10, 58, 82, 0.28);
  background: #ffffff;
  color: #002538;
}

.meeting-wizard-button--prev:hover {
  background: #002538;
  color: #ffffff;
}

.meeting-wizard-button--next {
  margin-left: auto;
  border: 0;
  background: #006edc;
  color: #ffffff;
}

.meeting-wizard-button--next:hover:not(:disabled) {
  background: #002538;
}

.meeting-wizard-button:disabled {
  background: #cccccc;
  color: #ffffff;
  cursor: not-allowed;
  opacity: 0.7;
}

.meeting-wizard-button.is-loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
}

.meeting-wizard-button.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-left: -9px;
  border: 2px solid #d9e4ef;
  border-top-color: #003b5c;
  border-radius: 50%;
  animation: meetingButtonSpin 0.75s linear infinite;
}

@keyframes meetingButtonSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.meeting-choice-card.is-disabled,
.meeting-choice-card:disabled {
  background: #f3f5f7;
  border-color: #d7dde4;
  color: #9aa7b2;
  opacity: 0.65;
  cursor: not-allowed;
}

.js-meeting-type-button[data-meeting-type="grupales"]:not(.is-active) {
  background: #e0e0e0;
}

.meeting-choice-card.is-disabled .meeting-choice-card__title,
.meeting-choice-card.is-disabled .meeting-choice-card__description,
.meeting-choice-card.is-disabled .meeting-choice-card__icon,
.meeting-choice-card.is-disabled .meeting-choice-card__icon-group {
  color: #9aa7b2;
}

.meeting-career-autocomplete__group {
  padding: 9px 14px 6px;
  background: #f3f5f7;
  color: #002538;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.meeting-inscription-container {
  width: 100%;
}

.meeting-inscription-container .meeting-inline-form-wrapper {
  width: 100%;
  max-width: none;
  margin-top: 0;
}

.meeting-inline-form-wrapper--wizard-step {
  width: 100%;
  max-width: none;
  border-color: rgba(10, 58, 82, 0.35);
}

.meeting-wizard-panel[data-step="3"] {
  height: 100%;
}

.meeting-wizard-panel[data-step="3"] .meeting-inscription-container {
  width: 100%;
  height: 100%;
}

.meeting-wizard-panel[data-step="3"] .meeting-inline-form-wrapper--wizard-step {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.meeting-wizard-panel[data-step="3"] .meeting-inline-layout {
  height: 100%;
  min-height: 100%;
  border-radius: 0;
}

.meeting-wizard-panel[data-step="3"] .meeting-inline-summary-card {
  border-radius: 0;
  box-shadow: none;
}

.meeting-wizard-panel[data-step="3"] .meeting-inline-form {
  height: 100%;
  border-radius: 0;
}

.meeting-wizard-panel[data-step="3"] .meeting-inline-divider {
  align-self: stretch;
  min-height: 100%;
}

.meeting-wizard-panel[data-step="3"] .meeting-inline-form {
  padding-top: 36px;
}

.meeting-wizard-panel[data-step="3"] .meeting-inline-summary-card__body {
  padding-top: 36px;
}

.meeting-step-choice-title {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 6px;
  color: #2f4d8b;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}

.meeting-step-choice-layout {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 300px 22px 286px;
  grid-template-rows: 96px 36px 96px;
  column-gap: 16px;
  row-gap: 0;
  align-items: start;
}

.meeting-step-choice-layout .meeting-type-filter {
  grid-column: 1;
  grid-row: 1 / span 3;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 96px 36px 96px;
  gap: 0;
  width: 300px;
  max-width: 300px;
  flex: 0 0 auto;
  margin: 0;
}

.meeting-step-choice-layout .meeting-type-filter::after {
  content: "ó";
  grid-row: 2;
  align-self: center;
  justify-self: center;
  color: #2f4d8b;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
}

.meeting-step-choice-layout .meeting-type-filter .meeting-choice-card {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  min-height: 96px;
  height: 96px;
}

.meeting-step-choice-layout .meeting-type-filter .meeting-choice-card:first-child {
  grid-row: 1;
}

.meeting-step-choice-layout .meeting-type-filter .meeting-choice-card:nth-child(2) {
  grid-row: 3;
}

.meeting-step-choice-layout .meeting-modality-filter {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
  width: 286px;
  max-width: 286px;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  position: relative;
}

.meeting-step-choice-layout .meeting-modality-filter::before {
  content: "+";
  position: absolute;
  right: calc(100% + 15px);
  top: 50%;
  transform: translateY(-50%);
  color: #2f4d8b;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
}

.meeting-step-choice-layout .meeting-modality-filter .meeting-choice-card {
  width: 138px;
  min-width: 138px;
  max-width: 138px;
  min-height: 96px;
  height: 96px;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.meeting-step-choice-layout .meeting-modality-filter .meeting-choice-card__icon,
.meeting-step-choice-layout .meeting-modality-filter .meeting-choice-card__icon-group,
.meeting-step-choice-layout .meeting-modality-filter .meeting-choice-card__description {
  display: none !important;
}

.meeting-step-choice-layout .meeting-modality-filter .meeting-choice-card__content {
  gap: 0;
  align-items: center;
}

.meeting-step-choice-layout .meeting-modality-filter .meeting-choice-card__title {
  font-size: 17px;
  line-height: 1.15;
}

.meeting-step-choice-layout .meeting-choice-card.is-active,
.meeting-step-choice-layout .meeting-modality-filter__button.is-active {
  background-color: rgba(63, 161, 63, 0.14);
  border-color: rgba(63, 161, 63, 0.72);
  color: #002538;
  box-shadow: 0 5px 12px rgba(63, 161, 63, 0.16);
}

.meeting-step-choice-layout .meeting-choice-card.is-active::before {
  background-color: #3fa13f;
}

.meeting-group-events-grid::-webkit-scrollbar {
  width: 10px;
}

.meeting-group-events-grid::-webkit-scrollbar-track {
  background: rgba(10, 58, 82, 0.08);
  border-radius: 10px;
}

.meeting-group-events-grid::-webkit-scrollbar-thumb {
  background: rgba(0, 129, 201, 0.65);
  border-radius: 10px;
}

.meeting-group-events-grid::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 129, 201, 0.85);
}

.meeting-country-flag {
  position: relative;
  width: 100%;
}

.meeting-country-flag__button {
  width: 100%;
  height: 36px;
  padding: 0 6px;
  border: 1px solid rgba(10, 58, 82, 0.35);
  border-radius: 8px;
  background: #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  box-sizing: border-box;
}

.meeting-country-flag__button:focus {
  outline: none;
  border-color: #002538;
  box-shadow: 0 0 0 3px rgba(0, 37, 56, 0.08);
}

.meeting-country-flag__selected-image {
  display: block;
  width: 26px;
  height: 18px;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.meeting-country-flag__arrow {
  color: #3e4d82;
  font-size: 11px;
  line-height: 1;
}

.meeting-country-flag__list {
  display: none;
  position: absolute;
  z-index: 2000;
  width: 300px;
  max-height: 270px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #222;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  box-sizing: border-box;
}

.meeting-wizard-container > .meeting-country-flag__list {
  z-index: 5000;
}

.meeting-country-flag__option {
  width: 100%;
  min-height: 34px;
  padding: 6px 9px;
  border: 0;
  background: #ffffff;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  text-align: left;
  cursor: pointer;
}

.meeting-country-flag__option:hover {
  background: #eef4fb;
}

.meeting-country-flag__option-image {
  width: 24px;
  height: 16px;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.meeting-country-flag__option-name {
  min-width: 0;
  color: #111827;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.meeting-country-flag__option-code {
  color: #111827;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}

.meeting-country-flag__empty {
  padding: 10px;
  color: #7281ad;
  font-size: 13px;
}

.meeting-wizard-content.is-step-3 {
  padding: 0;
}

.meeting-career-calendar-error {
  color: #d60000;
  font-size: 11px;
  line-height: 1.2;
  margin-top: 4px;
  margin-bottom: 0;
  font-weight: 400;
}

.meeting-step-choice-layout .meeting-step-one-loading {
  grid-column: 3;
  grid-row: 3;
  width: 286px;
  max-width: 286px;
  margin: 0;
}

.meeting-step-choice-layout .meeting-step-one-loading .meeting-calendar-loading {
  width: 100%;
  min-height: 96px;
  height: 96px;
  padding: 12px 14px;
  border: 1px solid rgba(10, 58, 82, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.35);
  box-sizing: border-box;
}

.meeting-step-choice-layout .meeting-step-one-loading .meeting-calendar-spinner {
  width: 30px;
  height: 30px;
  border-width: 3px;
}

.meeting-step-choice-layout .meeting-step-one-loading .meeting-calendar-loading-text {
  font-size: 13px;
}

@media (max-width: 1200px) and (min-width: 901px) {
  .meeting-wizard-panel[data-step="3"] .meeting-inline-layout {
    flex-direction: row;
    height: 100%;
    min-height: 100%;
  }
  .meeting-wizard-panel[data-step="3"] .meeting-inline-summary-card {
    flex: 0 0 230px;
    width: 230px;
  }
  .meeting-wizard-panel[data-step="3"] .meeting-inline-divider {
    display: block;
    width: 1px;
    flex: 0 0 1px;
    align-self: stretch;
  }
  .meeting-wizard-panel[data-step="3"] .meeting-inline-form {
    flex: 1 1 auto;
    min-width: 0;
  }
}

@media (max-width: 1100px) {
  .meeting-calendar-layout {
    grid-template-columns: 320px minmax(360px, 520px);
  }
  .meeting-calendar-hours-list {
    grid-template-columns: repeat(3, minmax(100px, 140px));
  }
}

@media (max-width: 900px) {
  .meeting-schedule {
    padding: 16px;
  }
  .meeting-wizard-container {
    max-width: 100%;
  }
  .meeting-wizard-content {
    height: calc(100vh - 190px);
    min-height: 420px;
    padding: 18px 18px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .meeting-wizard-panel {
    min-height: 100%;
    overflow: visible;
  }
  .meeting-calendar-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    justify-content: stretch;
  }
  .meeting-calendar-panel-title {
    margin-bottom: 18px;
  }
  .meeting-calendar-panel-date,
.meeting-calendar-panel-time {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }
  .meeting-calendar-hours-list {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    justify-content: stretch;
  }
  .meeting-calendar-hours-list .schedule-item {
    width: 100%;
  }
  .meeting-inline-field {
    grid-column: span 6;
  }
  .meeting-choice-card {
    min-width: 260px;
    max-width: none;
    flex: 1 1 260px;
  }
  .meeting-group-events-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
  .meeting-wizard-content.is-step-3 {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .meeting-success-layout {
    min-height: 420px;
    padding: 20px 18px;
  }
  .meeting-success-main-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 10px;
    font-size: 34px;
  }
  .meeting-success-content h3 {
    font-size: 22px;
  }
  .meeting-success-intro,
.meeting-success-mail-text {
    font-size: 13px;
  }
  .meeting-success-summary {
    padding: 14px 16px;
  }
  .meeting-success-summary-grid {
    gap: 10px 16px;
  }
  .meeting-success-actions {
    gap: 12px;
  }
  .meeting-success-btn {
    min-height: 46px;
    padding: 0 20px;
  }
}

@media (max-width: 640px) {
  .meeting-wizard-steps {
    padding: 14px 12px;
    gap: 4px;
  }
  .meeting-wizard-step {
    gap: 5px;
    font-size: 12px;
  }
  .meeting-wizard-step::after {
    top: 14px;
  }
  .meeting-wizard-step__number {
    width: 28px;
    height: 28px;
  }
  .meeting-wizard-content {
    height: calc(100vh - 178px);
    min-height: 380px;
    padding: 14px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .meeting-wizard-footer {
    padding: 14px;
  }
  .meeting-wizard-button {
    width: 100%;
    min-width: 0;
  }
  .meeting-schedule-filters {
    flex-direction: column;
  }
  .meeting-schedule-filter,
.meeting-schedule-filters--wizard .meeting-schedule-filter {
    min-width: 100%;
  }
  .meeting-schedule-filter select.meeting-schedule-select {
    width: 100%;
    min-width: 100%;
  }
  .meeting-calendar-layout {
    gap: 24px;
  }
  .meeting-calendar-panel-title {
    font-size: 14px;
  }
  .meeting-calendar-month-title {
    font-size: 16px;
  }
  .meeting-calendar-day {
    width: 34px;
    height: 34px;
  }
  .meeting-calendar-hours-list {
    grid-template-columns: 1fr;
  }
  .meeting-calendar-hours-list .schedule-item {
    width: 100%;
    max-width: none;
  }
  .meeting-inline-layout {
    flex-direction: column;
  }
  .meeting-inline-summary-card {
    width: 100%;
    flex: 0 0 100%;
  }
  .meeting-inline-summary-card__image {
    flex-basis: 180px;
  }
  .meeting-inline-form {
    padding: 18px;
  }
  .meeting-inline-form-grid {
    grid-template-columns: 1fr;
  }
  .meeting-inline-field,
.meeting-inline-field--enrollment,
.meeting-inline-field--checkboxes,
.meeting-inline-field--country-flag,
.meeting-inline-field--country-code,
.meeting-inline-field--area-code,
.meeting-inline-field--phone {
    grid-column: auto;
  }
  .meeting-inline-field--checkboxes {
    grid-column: auto;
    grid-template-columns: 1fr;
    padding-top: 0;
    gap: 8px;
  }
  .meeting-inline-checkbox:first-child,
.meeting-inline-checkbox:nth-child(2) {
    grid-column: auto;
  }
  .meeting-inline-checkbox {
    font-size: 13px;
    line-height: 1.3;
  }
  .meeting-inline-form-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .meeting-inline-form-footer button,
.meeting-inline-form-submit {
    width: 100%;
  }
  .meeting-search-row {
    flex-direction: column;
    align-items: stretch;
  }
  .meeting-career-search {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    flex: 0 0 100%;
  }
  .meeting-career-autocomplete,
.meeting-career-select,
.meeting-search-row--wizard .meeting-career-autocomplete,
.meeting-search-row--wizard .meeting-career-select {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .meeting-career-autocomplete__input,
.meeting-career-autocomplete__results {
    width: 100%;
    min-width: 100%;
  }
  .meeting-type-filter,
.meeting-modality-filter {
    flex-direction: column;
    align-items: stretch;
  }
  .meeting-modality-filter__button,
.meeting-choice-card {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .meeting-choice-card__title {
    font-size: 16px;
  }
  .meeting-choice-card__description {
    font-size: 13px;
  }
  .meeting-group-events-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
  .meeting-group-event-card,
.meeting-group-event-card__inner,
.meeting-group-event-card__face {
    min-height: 280px;
  }
  .meeting-group-event-card__face {
    padding: 18px;
  }
  .meeting-group-event-card__day {
    font-size: 30px;
  }
  .meeting-group-event-card__month {
    font-size: 20px;
  }
  .meeting-group-event-card__footer {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .meeting-group-event-card__hour {
    transform: none;
  }
  .meeting-group-event-card__register {
    width: 100%;
  }
  .meeting-inline-divider {
    display: none;
  }
  .meeting-success-layout {
    min-height: 420px;
    padding: 20px 14px;
  }
  .meeting-success-main-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
    font-size: 32px;
  }
  .meeting-success-kicker {
    margin-bottom: 6px;
    font-size: 10px;
  }
  .meeting-success-content h3 {
    font-size: 21px;
  }
  .meeting-success-intro,
.meeting-success-mail-text {
    font-size: 13px;
  }
  .meeting-success-summary {
    padding: 14px;
  }
  .meeting-success-summary-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .meeting-success-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .meeting-success-btn {
    width: 100%;
    min-height: 46px;
    padding: 0 18px;
  }
  .meeting-country-flag__list {
    width: 280px;
    max-width: calc(100vw - 48px);
  }
  .meeting-search-row--wizard {
    max-width: 100%;
    gap: 12px;
  }
  .meeting-search-row--wizard .meeting-choice-card {
    gap: 10px;
  }
  .meeting-search-row--wizard .meeting-choice-card__description {
    display: none !important;
  }
  .meeting-search-row--wizard .meeting-choice-card__title {
    font-size: 14px;
    line-height: 1.15;
  }
  .meeting-search-row--wizard .meeting-choice-card__icon,
.meeting-search-row--wizard .meeting-choice-card__icon-group {
    min-width: 24px;
    padding-top: 0;
  }
  .meeting-search-row--wizard .meeting-choice-card__icon .material-icons {
    font-size: 22px;
  }
  .meeting-search-row--wizard .meeting-choice-card__icon-group .material-icons {
    font-size: 16px;
  }
  .meeting-search-row--wizard .meeting-choice-card.is-active::before {
    left: 12px;
    right: 12px;
    height: 3px;
  }
  .meeting-group-events-section {
    max-height: none;
    overflow: visible;
  }
  .meeting-group-event-card,
.meeting-group-event-card__inner,
.meeting-group-event-card__face {
    min-height: 230px;
  }
  .meeting-group-event-card__face {
    padding: 18px;
  }
  .meeting-group-event-card__footer {
    margin-top: auto;
    padding-top: 12px;
  }
  .meeting-wizard-content.is-step-3 {
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .meeting-wizard-panel[data-step="3"],
.meeting-wizard-panel[data-step="3"] .meeting-inscription-container,
.meeting-wizard-panel[data-step="3"] .meeting-inline-form-wrapper--wizard-step {
    height: auto;
    min-height: 100%;
  }
  .meeting-wizard-panel[data-step="3"] .meeting-inline-form-wrapper--wizard-step {
    margin: 0;
    border: 0;
    border-radius: 0;
  }
  .meeting-wizard-panel[data-step="3"] .meeting-inline-layout {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    background: #e9e5dc;
    border-radius: 0;
  }
  .meeting-wizard-panel[data-step="3"] .meeting-inline-summary-card {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0 10px;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }
  .meeting-wizard-panel[data-step="3"] .meeting-inline-summary-card__body {
    flex: 0 0 auto;
    padding: 12px 6px 12px;
  }
  .meeting-wizard-panel[data-step="3"] {
    margin-bottom: 6px;
    font-size: 18px;
  }
  .meeting-wizard-panel[data-step="3"] .meeting-inline-summary-card__text {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .meeting-wizard-panel[data-step="3"] .meeting-inline-summary-card__info {
    margin-top: 8px;
    gap: 5px;
  }
  .meeting-wizard-panel[data-step="3"] .meeting-inline-summary-card__label {
    font-size: 10px;
  }
  .meeting-wizard-panel[data-step="3"] .meeting-inline-summary-card__value {
    font-size: 13px;
  }
  .meeting-wizard-panel[data-step="3"] .meeting-inline-divider {
    display: block !important;
    width: 100%;
    height: 1px;
    flex: 0 0 1px;
    background: rgba(10, 58, 82, 0.22);
    margin: 0;
  }
  .meeting-wizard-panel[data-step="3"] .meeting-inline-form {
    flex: 0 0 auto;
    height: auto;
    min-height: 0;
    padding: 14px;
    border-radius: 0;
  }
  .meeting-step-choice-title {
    max-width: 100%;
    margin: 0 0 8px;
    font-size: 16px;
  }
  .meeting-step-choice-layout {
    width: 100%;
    max-width: 100%;
    display: grid !important;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 8px;
  }
  .meeting-step-choice-layout .meeting-type-filter {
    display: contents !important;
  }
  .meeting-step-choice-layout .meeting-type-filter::after {
    content: "ó";
    grid-column: 1 !important;
    grid-row: 3 !important;
    align-self: center;
    justify-self: center;
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    color: #2f4d8b;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
  }
  .meeting-step-choice-layout .meeting-type-filter .meeting-choice-card {
    grid-column: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 56px !important;
    height: 56px !important;
    padding: 10px 12px !important;
  }
  .meeting-step-choice-layout .meeting-type-filter .meeting-choice-card:first-child {
    grid-row: 1 !important;
  }
  .meeting-step-choice-layout .meeting-type-filter .meeting-choice-card:nth-child(2) {
    grid-row: 4 !important;
  }
  .meeting-step-choice-layout .meeting-modality-filter {
    grid-column: 1 !important;
    grid-row: 2 !important;
    flex-direction: row !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .meeting-step-choice-layout .meeting-modality-filter:not([style*="display:none"]):not([style*="display: none"]) {
    display: flex !important;
  }
  .meeting-step-choice-layout .meeting-modality-filter[style*="display:none"],
.meeting-step-choice-layout .meeting-modality-filter[style*="display: none"] {
    display: none !important;
  }
  .meeting-step-choice-layout .meeting-modality-filter::before {
    display: none !important;
  }
  .meeting-step-choice-layout .meeting-modality-filter .meeting-choice-card {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 56px !important;
    height: 56px !important;
    padding: 0 10px !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .meeting-step-choice-layout .meeting-modality-filter .meeting-choice-card__icon,
.meeting-step-choice-layout .meeting-modality-filter .meeting-choice-card__icon-group,
.meeting-step-choice-layout .meeting-modality-filter .meeting-choice-card__description {
    display: none !important;
  }
  .meeting-step-choice-layout .meeting-modality-filter .meeting-choice-card__content {
    align-items: center;
    gap: 0;
  }
  .meeting-step-choice-layout .meeting-modality-filter .meeting-choice-card__title {
    font-size: 15px;
    line-height: 1.15;
  }
  .meeting-step-choice-layout .meeting-step-one-loading {
    grid-column: 1 !important;
    grid-row: 5 !important;
    width: 100%;
    max-width: 100%;
    margin-top: 8px;
  }
  .meeting-step-choice-layout .meeting-step-one-loading .meeting-calendar-loading {
    height: auto;
    min-height: 76px;
  }
}

@media (max-width: 640px) and (max-height: 720px) {
  .meeting-wizard-steps {
    padding: 10px 12px;
  }
  .meeting-wizard-step__label {
    display: none;
  }
  .meeting-wizard-footer {
    padding: 10px 14px;
  }
  .meeting-wizard-button {
    height: 40px;
  }
  .meeting-wizard-content {
    height: calc(100vh - 130px);
    min-height: 320px;
  }
}

footer h3 {
  font-size: 1em;
  /*text-transform: uppercase;*/
  margin-top: 0.5em;
}

@media (min-width: 1025px) {
  footer h3 {
    margin-top: 1em;
  }
}

footer a:hover, footer a:active, footer a:focus {
  opacity: 0.5;
  transition: all .2s ease-in-out;
}

footer a[href^="tel:"] {
  color: #ffffff;
}

.page-footer {
  background-color: #061b2c;
  font-size: 0.8em;
}

.page-footer .collection {
  border: 0;
  margin: 0;
}

.footer-social .social-collection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 1em;
  border-bottom: 1px solid #999;
}

.footer-social .social-collection a {
  margin: 0 2em 2em;
}

.footer-social .social-collection a:hover {
  opacity: 0.5;
  text-decoration: none !important;
}

.footer-social .social-collection a:focus, .footer-social .social-collection a:active {
  opacity: 1;
  text-decoration: none !important;
}

.footer-social .heaquarters-container {
  padding-top: 2em;
}

@media (min-width: 960px) {
  .footer-social ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.footer-social li {
  line-height: 2em;
}

@media (min-width: 960px) {
  .footer-social li {
    width: 30%;
  }
}

.footer-social li.info-heaquarters {
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

@media (min-width: 960px) {
  .footer-social li.info-heaquarters {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}

.footer-social li.info-heaquarters span {
  padding: 0.5em 0;
}

.footer-social li .footer-icon {
  font-size: 1.7em;
  margin-right: 0.2em;
}

.footer-social small {
  /*text-transform: uppercase;*/
  font-weight: 600;
}

.footer-copyright {
  width: 100%;
}

.footer-copyright.footer-fiscal {
  background-color: #313131;
  color: #ffffff;
  padding-bottom: 3em;
}

.footer-copyright .row {
  width: 100%;
  margin-bottom: 0;
  padding-top: 1em;
}

.fiscal-info a {
  font-size: x-small;
  text-decoration: underline !important;
  display: block;
}

@media (max-width: 960px) {
  .fiscal-info a.text-link {
    margin: 2em auto 1em;
  }
}

.fiscal-info .img-link-sitemap {
  margin: 1.7em auto 0.2em;
}

.fiscal-info .img-sitemap {
  max-width: 6.3em;
  height: auto !important;
  flex-shrink: 0;
}

/*=======================Custom=============================*/
.items-title a {
  color: #fff !important;
  text-decoration: none !important;
  text-transform: initial !important;
}

.items a {
  color: #8f9296 !important;
  text-decoration: none !important;
}

.footer-distributed .collection {
  padding-top: 2px !important;
}

.footer-distributed .footer-company-name {
  color: #8f9296;
  font-size: 12px !important;
  font-weight: normal;
  margin: 0;
}

.footer-distributed {
  background-color: #061b2c;
  font-size: .8em;
  width: 100%;
  margin-top: 80px;
  padding: 55px 50px;
  height: auto !important;
}

#logos-conv {
  max-width: 13em !important;
  max-height: 4em !important;
  margin-top: 1.5em;
}

#logo-data-fiscal {
  margin-top: 2em !important;
}

#logo-sitemap {
  margin-top: 1.5em !important;
}

.footer-distributed, .page-wrapper:after {
  height: 100%;
}

.footer-distributed {
  /*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
    margin-top: 80px;*/
  background-color: #061b2c;
  font-size: 0.8em;
  width: 100%;
  margin-top: 80px;
  padding: 55px 50px;
}

.footer-distributed .collection {
  border: 0;
  margin: 0;
}

.footer-distributed .footer-left,
.footer-distributed .footer-leftMid,
.footer-distributed .footer-center,
.footer-distributed .footer-right, .footer-distributed .footer-rightMid {
  display: inline-block;
  vertical-align: top;
}

/* Footer left */
.footer-distributed .footer-left {
  width: 15%;
}

.footer-distributed .footer-leftMid {
  width: 15%;
}

/* The company logo */
.footer-distributed h3 {
  color: #ffffff;
  font: bold 14px sans-serif;
  margin: 0;
}

.footer-distributed h3 span {
  color: #5383d3;
}

/* Footer links */
.footer-distributed .footer-links {
  color: #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.footer-distributed .footer-company-name {
  color: #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

/* Footer Center */
.footer-distributed .footer-center {
  width: 15%;
}

.footer-distributed .footer-center i {
  background-color: #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}

.footer-distributed .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-distributed .footer-center p a {
  color: #5383d3;
  text-decoration: none;
}

/* Footer Right */
.footer-distributed .footer-rightMid {
  width: 15%;
}

.footer-distributed .footer-right {
  width: 20%;
}

.footer-distributed .footer-company-about {
  line-height: 20px;
  color: #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons {
  margin-top: 25px;
}

.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */
@media (max-width: 600px) {
  .footer-distributed {
    font: bold 14px sans-serif;
  }
  .footer-distributed .footer-left,
.footer-distributed .footer-leftMid,
.footer-distributed .footer-center,
.footer-distributed .footer-right,
.footer-distributed .footer-rightMid {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .footer-distributed .footer-center i {
    margin-left: 0;
  }
  /**
        Modificaciones para los links
    */
  .items-title a {
    color: #fff !important;
    text-decoration: none !important;
  }
  .items a {
    color: #8f9296 !important;
    text-decoration: none !important;
  }
  .footer-distributed .collection {
    padding-top: 2px !important;
  }
  .footer-distributed .footer-company-name {
    color: #8f9296;
    font-size: 12px !important;
    font-weight: normal;
    margin: 0;
  }
  .footer-distributed {
    background-color: #061b2c;
    font-size: .8em;
    width: 100%;
    margin-top: 80px;
    padding: 55px 50px;
    height: auto !important;
  }
}

.header {
  background: #ffffff;
  border-bottom: 5px solid #061b2c;
  position: fixed;
  width: 100%;
  z-index: 999;
  box-shadow: none;
}

@supports (-ms-ime-align: auto) {
  .header {
    height: 70px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header {
    height: 70px;
  }
}

@supports (-ms-ime-align: auto) {
  .header .navbar-fixed {
    height: 70px;
    border-bottom: 5px solid #061b2c;
  }
}

.brand-logo {
  max-width: 3em;
  margin: 0.2em 0;
}

@media (min-width: 768px) {
  .brand-logo {
    margin: 0.25em 0.5em;
  }
}

.sidenav-trigger {
  color: #061b2c;
}

.banner-section {
  min-height: 1px;
  height: auto;
  margin-bottom: 3em;
}

.banner-section img {
  width: 100%;
}

.container-txt {
  position: relative;
  /*display: contents;*/
}

.container-txt .banner-txt {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin-bottom: 50px;
}

.container-txt .banner-txt.medium h1 {
  font-size: 1.875rem;
}

@media (min-width: 768px) {
  .container-txt .banner-txt.medium h1 {
    font-size: 3.125rem;
  }
}

.container-txt .banner-txt.big h1 {
  font-size: 2.25rem;
}

@media (min-width: 768px) {
  .container-txt .banner-txt.big h1 {
    font-size: 4.6875rem;
  }
}

.container-txt .banner-txt.small h1 {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .container-txt .banner-txt.small h1 {
    font-size: 1.875rem;
  }
}

.container-txt .banner-txt.smaller h1 {
  font-size: larger !important;
}

@media (min-width: 768px) {
  .container-txt .banner-txt.smaller h1 {
    font-size: large !important;
  }
}

.container-txt .banner-txt.left {
  text-align: left;
}

.container-txt .banner-txt.right {
  text-align: right;
}

.container-txt .banner-txt.center {
  text-align: center;
}

.container-txt h1 {
  margin-bottom: 0.2em;
}

.container-txt a:hover, .container-txt a:focus, .container-txt a:active {
  text-decoration: none !important;
}

.container-txt.light h1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #061b2c;
}

.container-txt.light .btn {
  border-color: #ffffff;
}

.container-txt.light a:hover, .container-txt.light a:focus, .container-txt.light a:active {
  color: #ffffff;
}

.container-txt.dark h1 {
  color: #061b2c;
  text-shadow: 2px 2px 2px #ffffff;
}

.container-txt.light-background .banner-txt {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  padding: 1em 1em 1.5em;
  margin-bottom: 1.5em;
  left: 0;
}

.container-txt.light-background h1 {
  color: #061b2c;
}

.container-txt.dark-background .banner-txt {
  background: rgba(6, 27, 44, 0.65);
  width: 100%;
  padding: 1em 1em 1.5em;
  margin-bottom: 1.5em;
  left: 0;
}

.container-txt.dark-background h1 {
  color: #ffffff;
}

.container-txt.dark-background .btn {
  border-color: #ffffff;
}

.container-txt.dark-background-v1 .banner-txt {
  background: rgba(6, 27, 44, 0.65);
  width: 100%;
  padding: 1em 1em 1.5em;
  margin-bottom: 1.5em;
  left: 0;
}

.container-txt.dark-background-v1 h1 {
  color: #ffffff;
}

.container-txt.dark-background-v1 .btn {
  border-color: #ffffff;
}

@media only screen and (min-width: 601px) {
  .banner-img img.portrait {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .banner-img img.landscape {
    display: none;
  }
}

.col.s12.m6 .banner-img img.landscape,
.col.s12.m4 .banner-img img.landscape {
  display: none !important;
}

.col.s12.m6 .banner-img img.portrait,
.col.s12.m4 .banner-img img.portrait {
  display: block !important;
}

.col.s12.m6 .banner-txt,
.col.s12.m4 .banner-txt {
  margin-bottom: 20px;
}

.col.s12.m6 .banner-txt h1,
.col.s12.m4 .banner-txt h1 {
  font-size: 2em;
}

.col.s12.m6 .banner-txt h1 {
  font-size: 2.5em;
}

.units-section {
  margin: 3em 0;
}

@media (max-width: 768px) {
  .units-section {
    background-color: #061b2c;
    background-image: none !important;
  }
}

@media (min-width: 768px) {
  .units-section {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.units-section .units-text {
  background-color: #061b2c;
  padding-top: 2em;
  padding-bottom: 2em;
}

@media (min-width: 768px) {
  .units-section .units-text {
    width: 50%;
    height: 100%;
    padding: 2em;
  }
}

.units-section h2 {
  font-size: 0.8em;
  /*text-transform: uppercase;*/
}

.units-section .unit-item {
  margin-bottom: 2em;
  margin-top: 1em;
}

.units-section .unit-item:last-child {
  margin-bottom: 0.5em;
}

.units-section a:hover, .units-section a:focus, .units-section a:active {
  text-decoration: none !important;
  box-shadow: 3px 9px 5px rgba(255, 255, 255, 0.25);
  transition: all .25s ease-in-out;
}

.units-section a p {
  width: 90%;
}

.units-section a i {
  text-align: right;
  width: 10%;
}

.units-section .unit-id {
  font-family: "Nunito Sans", sans-serif;
  font-size: 2.1875rem;
  line-height: 1;
  font-weight: 900;
  /*word-break: break-all;
        word-wrap: break-word;*/
}

body.error {
  background: #ebebeb;
  height: 100vh;
}

.error-container {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 67px) {
  .error-container {
    width: 100%;
  }
}

.error-container .card-content strong {
  font-weight: 700;
}

.error-container .card-title {
  color: #061b2c;
  font-weight: 900;
  border-bottom: 1px solid #ebebeb;
}

.micrositebar-container {
  margin-top: 3em;
  margin-bottom: 3em;
}

@media (min-width: 768px) {
  .micrositebar-container .row {
    display: flex;
  }
}

.micrositebar-container .col.s12.m2 {
  padding-left: 0.75em !important;
  padding-right: 0.75em !important;
  margin: 0 0 1em;
}

@media (min-width: 768px) {
  .micrositebar-container .col.s12.m2 {
    flex: 1;
    margin: 0 1em 1em;
  }
}

.micrositebar-container a {
  line-height: 1.2;
  display: block;
  margin-bottom: 2em;
  padding-top: 0.5em;
  min-height: auto;
}

@media (min-width: 960px) {
  .micrositebar-container a {
    line-height: 1.5;
    min-height: 100%;
  }
}

.micrositebar-container a:hover, .micrositebar-container a:focus, .micrositebar-container a:active {
  opacity: 0.5;
  text-decoration: none !important;
}

.micrositebar-container strong {
  font-weight: 900;
}

.tns-outer {
  position: relative;
}

.tns-nav {
  width: 100%;
  text-align: center;
}

.tns-nav button {
  background: #999;
  height: 16px;
  width: 16px;
  margin: 0 0.5em;
  border-radius: 50%;
  border: 0;
}

.tns-nav button:hover, .tns-nav button:focus, .tns-nav button:active {
  background-color: #0081C9;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}

.tns-nav button.tns-nav-active {
  background: #061b2c;
}

.tns-nav button.tns-nav-active:hover, .tns-nav button.tns-nav-active:focus, .tns-nav button.tns-nav-active:active {
  background-color: #0081C9;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}

.banner-section .tns-nav {
  position: absolute;
  bottom: 10px;
}

@supports (-webkit-touch-callout: none) {
  .tns-nav button {
    height: 32px;
  }
  .tns-nav button:hover, .tns-nav button:focus, .tns-nav button:active {
    background-color: #0081C9;
  }
}

.richText-section {
  margin: 3em 0;
}

.richText-section .container-txt {
  margin-top: 1em;
}

.richText-section .container-txt li {
  list-style: disc;
}

.richText-section .container-txt table {
  width: auto !important;
}

.richText-section p {
  word-break: break-word;
  word-wrap: break-word;
  margin-bottom: 10px;
}

.richText-section strong {
  font-weight: 700;
}

.listed-section {
  margin-top: 2em;
  margin-bottom: 2em;
}

.listed-section h2 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: 1.5;
  /*text-transform: uppercase;*/
  border-bottom: 5px solid;
}

@media (min-width: 768px) {
  .listed-section h2 {
    font-size: 2.125rem;
  }
}

.listed-section .listed-section-container {
  display: flex;
}

.listed-section .listed-section-container h5 {
  margin: 1em 0;
}

@media (min-width: 768px) {
  .listed-section .listed-section-container h5 {
    margin-left: 1em;
  }
}

.listed-section .listed-section-container .col-item {
  margin-left: 0 !important;
}

.listed-section .listed-section-container .col-right,
.listed-section .listed-section-container .col-left {
  margin-left: 0;
  margin-bottom: 1.5em;
}

@media (min-width: 768px) {
  .listed-section .listed-section-container .col-right,
.listed-section .listed-section-container .col-left {
    margin-left: 1em;
  }
}

.listed-section .listed-section-items {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .listed-section .listed-section-items li {
    width: calc(50% - 15px) !important;
  }
}

.listed-section a {
  color: #000;
  padding: 0.65em;
  border-bottom: 1px solid #ebebeb;
  transition: all .5s ease-in-out;
}

.listed-section a:hover, .listed-section a:focus, .listed-section a:active {
  color: #0081C9;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

.card-container,
.card-item-degree {
  margin-top: 1em;
}

.card-container .card-box,
.card-item-degree .card-box {
  padding: 1em;
  min-height: 132px;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 960px) {
  .card-container .card-box,
.card-item-degree .card-box {
    margin: 0 1em;
  }
}

.card-container h3,
.card-item-degree h3 {
  font-size: 0.9375rem;
  font-weight: 900;
  line-height: 1.5;
  /*text-transform: uppercase;*/
  margin-bottom: 0;
}

.card-container p,
.card-item-degree p {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0;
}

@media (min-width: 960px) {
  .card-container p,
.card-item-degree p {
    font-size: 1.25rem;
  }
}

.card-container img,
.card-item-degree img {
  margin: auto;
}

.card-container .col,
.card-item-degree .col {
  padding: 0 0.75rem !important;
}

@media (min-width: 768px) {
  .col.s12.m12 .card-container {
    max-width: 25%;
  }
}

.item-info {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.8;
  padding-left: 0 !important;
  margin-bottom: 2em;
  margin-left: 0;
}

@media (min-width: 768px) {
  .item-info {
    margin-bottom: 0;
  }
}

.item-info.card-box {
  padding: 1em;
  margin-bottom: 0;
}

.item-info.card-box li {
  padding-left: 1em;
  padding-right: 1em;
}

.card-school-info {
  margin-bottom: 0.5em;
}

.card-school-info .info-title {
  font-size: 0.9375rem;
}

.card-school-info h2 {
  font-size: 1.375rem;
  font-weight: 900;
  margin-bottom: 0.3em;
  margin-top: 0.5em;
}

.card-school-info p,
.card-school-info em {
  font-size: 0.9375rem;
  line-height: 1.5;
}

.card-school-info i {
  margin-right: 0.5em;
}

.card-school-info li {
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .card-item-degree {
    margin-top: 0;
  }
}

.card-item-degree h3 {
  padding-bottom: 0.3em;
}

.card-item-degree p {
  margin-top: 0.5em;
}

.section-container:after {
  content: "";
  display: table;
  clear: both;
}

.typography-sitemap-subsection > a {
  font-size: 17px;
  line-height: 1.47059;
  font-weight: 600;
  letter-spacing: -.022em;
  color: black !important;
}

.item-map > a {
  list-style-type: none;
  color: #8f9296 !important;
}

/**
    Nueva version
*/
.list-one {
  display: inline-block;
  float: left;
  list-style-type: none;
  min-width: 48%;
}

.list-two {
  display: inline-block;
  float: left;
  list-style-type: none;
  min-width: 48%;
  /*width: 50%;*/
}

@media only screen and (max-width: 480px) {
  /* STYLES HERE for BROWSER WINDOWS with a max-width of 480px. 
       This will work on desktops when the window is narrowed.  */
  .list-one {
    display: inline-block;
    float: left;
    list-style-type: none;
    min-width: 100%;
  }
  .list-two {
    display: inline-block;
    float: left;
    list-style-type: none;
    min-width: 100%;
    /*width: 50%;*/
  }
}

.li-section {
  margin-top: 10px;
  margin-bottom: 26px;
  margin-right: 2.2em;
  /*word-break: break-all;*/
  max-width: fit-content;
}

.list-item-map {
  text-align: left;
  margin-left: auto;
}

/**
    Fin nueva version
*/
.item-title {
  color: #061b2c;
}

.map-divider {
  margin-bottom: 4em;
}

.map-section-divider {
  margin: 2em 0em 2em 0em;
}

.item-title {
  color: #061b2c;
}

.typography-sitemap-subsection {
  margin-bottom: 0px;
}

.item-map > a {
  list-style-type: none;
  color: #06c !important;
}

.widget-search-section {
  background-color: #061b2c;
  padding: 2em;
}

.widget-search-section input {
  color: #ffffff;
}

.widget-search-section input:focus,
.widget-search-section input:active,
.widget-search-section input:hover {
  border-bottom-color: #ffffff !important;
  box-shadow: 0 1px 0 0 #ffffff;
}

.widget-search-section input:-webkit-autofill,
.widget-search-section input:-webkit-autofill:hover,
.widget-search-section input:-webkit-autofill:focus,
.widget-search-section input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #061b2c inset !important;
  -webkit-text-fill-color: #ffffff;
}

@media (min-width: 768px) {
  .widget-search-section .search-bar {
    max-width: 65%;
    margin: auto;
  }
}

.widget-search-section .search-bar .col {
  padding-right: 1em !important;
}

.number-section {
  margin-top: 2.5em;
}

.number-title {
  font-size: 0.875rem;
}

@media (min-width: 960px) {
  .number-title {
    font-size: 0.9375rem;
  }
}

.number-box {
  margin-top: 1em;
}

.number-box li:nth-of-type(2) {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

.number-box li:last-of-type {
  border-right: 0;
}

.number-text-description {
  color: #999;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  min-height: 35px;
  padding: 0 0.5em;
}

@media (min-width: 960px) {
  .number-text-description {
    font-size: 1.0625rem;
    min-height: 1px;
  }
}

.number-text-info {
  font-size: 2.1875rem;
  font-weight: 900;
  line-height: 1;
  word-wrap: break-word;
  margin-bottom: 0.5em;
  padding: 0 0.3em;
}

@media (min-width: 960px) {
  .number-text-info {
    font-size: 2.8125rem;
  }
}

.blog-section {
  padding: 2em 0.75em 0;
}

.blog-section h6 {
  font-size: 1.5625rem;
  line-height: 1.3;
  margin-bottom: 0.3em;
}

@media (min-width: 960px) {
  .blog-section h6 {
    margin-top: 1em;
  }
}

.blog-section a {
  font-size: 0.9375rem;
}

.blog-section a:hover {
  text-decoration: none !important;
}

.blog-section .blog-main {
  padding: 1em;
  width: 100%;
  display: flex;
  margin-bottom: 0.2em;
}

@media (min-width: 960px) {
  .blog-section .blog-main {
    display: inline-block;
    border-right: 0.2em solid #ffffff;
    border-left: 0.2em solid #ffffff;
  }
}

.blog-section .blog-main h6 {
  font-size: 2.1875rem;
  line-height: 1;
  margin-top: 0.3em;
}

@media (min-width: 960px) {
  .blog-section .blog-main h6 {
    font-size: 2.5rem;
    margin-top: 0;
  }
}

.blog-section .blog-main h6:hover {
  color: #0081C9;
}

.blog-section .blog-main p {
  font-size: 1rem;
  line-height: 1.2;
  word-wrap: break-word;
}

@media (min-width: 960px) {
  .blog-section .blog-main p {
    font-size: 1.125rem;
  }
}

@media (min-width: 960px) {
  .blog-section .blog-main .blog-main-text {
    padding-left: 0.75em !important;
  }
}

.blog-section .blog-secondary {
  margin-bottom: 0.2em;
}

@media (min-width: 960px) {
  .blog-section .blog-secondary {
    border-right: 0.2em solid #ffffff;
    border-left: 0.2em solid #ffffff;
  }
}

.blog-section .blog-secondary .blog-secondary-card {
  padding: 1em;
}

@media (min-width: 960px) {
  .blog-section .blog-secondary h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 100px;
    margin-top: 0;
  }
}

.blog-section .blog-secondary h6:hover {
  color: #0081C9;
  text-decoration: none;
}

.blog-section .blog-secondary .link {
  margin: 0;
}

.blog-item {
  word-break: break-word;
  margin-bottom: 2em;
}

.blog-item .blog-item-link:hover, .blog-item .blog-item-link:active, .blog-item .blog-item-link:focus {
  text-decoration: none !important;
}

.blog-item .blog-item-link:hover img, .blog-item .blog-item-link:active img, .blog-item .blog-item-link:focus img {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  transition: all .25s ease-in-out;
}

.blog-item h2 {
  font-size: 1.75rem;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .blog-item h2 {
    height: 125px;
    overflow-y: hidden;
  }
}

.blog-item .blog-item-img {
  border-top: 10px solid #061b2c;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .blog-item .blog-item-text {
    height: 250px;
    overflow-y: hidden;
  }
}

.blog-item .link {
  line-height: 1;
  display: flex;
  align-items: center;
  min-height: 54px;
  margin: 0;
}

.blog-item .divider {
  height: 2px;
}

.blog-section-container {
  margin-bottom: 2em;
}

.banner-slider .card-panel-link {
  width: 48%;
  float: left;
}

@media (min-width: 960px) {
  .banner-slider .card-panel-link {
    width: 24%;
    margin-left: 1%;
  }
}

.banner-slider .card-panel-link:nth-child(even) {
  margin-left: 2%;
}

@media (min-width: 960px) {
  .banner-slider .card-panel-link:nth-child(even) {
    margin-left: 1%;
  }
}

.banner-slider .card-panel-link:nth-child(odd) {
  margin-left: 1%;
}

@media (min-width: 960px) {
  .banner-slider .card-panel-link:first-child {
    margin-left: 0.2em;
  }
}

.banner-slider .card-panel-link:hover, .banner-slider .card-panel-link:focus, .banner-slider .card-panel-link:active {
  text-decoration: none !important;
}

.banner-slider .card-panel-link .card-panel:hover, .banner-slider .card-panel-link .card-panel:focus, .banner-slider .card-panel-link .card-panel:active {
  background: #0f446f !important;
  transition: all .5s ease-in-out;
}

.banner-slider .card-panel-link .card-panel:hover p, .banner-slider .card-panel-link .card-panel:focus p, .banner-slider .card-panel-link .card-panel:active p {
  color: #ffffff !important;
}

.calendar-widget-section {
  margin-top: 1em;
  margin-bottom: 1em;
  border-top: 2px solid #ebebeb;
  border-bottom: 5px solid #ebebeb;
}

.calendar-widget-section .calendar-info {
  margin: 1em 0;
}

.calendar-widget-section p {
  line-height: 1.2;
  margin: 0;
}

.calendar-widget-section a {
  font-size: 0.9375rem;
  margin-top: 1em;
}

.calendar-widget-section .card-panel {
  padding: 1em !important;
}

.calendar-widget-section .card-panel a,
.calendar-widget-section .card-panel .link {
  font-size: 0.6875rem;
  display: block;
}

.calendar-number,
.calendar-month {
  color: #061b2c;
  font-size: 2.1875rem;
}

.calendar-number {
  font-weight: 900;
}

.calendar-month {
  font-weight: 300;
  font-size: 1.375rem;
}

@media (min-width: 960px) {
  .calendar-month {
    font-size: 1.75rem;
  }
}

.calendar-eventName {
  font-size: 0.9375rem;
  padding-top: 1em;
  padding-bottom: 1em;
  height: 150px;
  overflow: hidden;
}

@media (min-width: 960px) {
  .calendar-eventName {
    height: 120px;
  }
}

.calendar-time {
  font-size: 0.875rem;
}

.calendar-item {
  border-top: 10px solid #061b2c;
}

@media (min-width: 960px) {
  .calendar-item {
    padding-top: 1em;
  }
}

.calendar-item .calendar-item-img {
  padding: 0;
}

.calendar-item .calendar-item-img img:hover, .calendar-item .calendar-item-img img:active, .calendar-item .calendar-item-img img:focus {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  transition: all .25s ease-in-out;
}

.calendar-item p {
  margin: 0;
}

.calendar-item p.calendar-number,
.calendar-item p .calendar-month {
  font-size: 2.1875rem;
}

.calendar-item .calendar-eventTitle {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 1em;
}

.calendar-item .calendar-description {
  line-height: 1.5;
  margin-bottom: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

@media (min-width: 960px) {
  .calendar-item .calendar-description {
    -webkit-line-clamp: 3;
  }
}

.calendar-preview {
  font-size: 0.875rem;
  margin-bottom: 1em;
}

.calendar-preview i {
  margin-right: 0.5em;
}

.calendar-preview strong {
  display: block;
}

.calendar-preview .calendar-preview-place,
.calendar-preview .calendar-preview-time {
  margin-bottom: 0.5em;
}

.calendar-preview .calendar-preview-organizer {
  margin-top: 1em;
}

.calendar-actions {
  border-bottom: 2px solid #061b2c;
  margin-bottom: 2em;
  padding-bottom: 1em;
}

.calendar-actions a {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
}

.calendar-actions a.text-uppercase {
  justify-content: left;
}

.calendar-main-section .calendar-organizer strong {
  display: block;
}

.calendar-main-section .calendar-general-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between !important;
}

@media (min-width: 960px) {
  .calendar-main-section .calendar-general-content {
    margin-top: 2em;
  }
}

@media (max-width: 768px) {
  .calendar-main-section .calendar-general-content {
    flex-direction: column-reverse;
  }
}

.calendar-main-section .calendar-info-section {
  padding: 1em !important;
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  .calendar-main-section .calendar-info-section {
    width: 80%;
    margin-left: 40px;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .calendar-main-section .calendar-info-section li {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .calendar-main-section .calendar-section-social {
    margin-left: 40px;
  }
}

.calendar-main-section .calendar-content {
  margin-top: 2em;
  padding-left: 0;
}

@media (min-width: 960px) {
  .calendar-main-section .calendar-content {
    margin-top: 0;
  }
}

.calendar-main-section .calendar-info-title {
  font-weight: 900;
  border-bottom: 5px solid #061b2c;
}

.calendar-main-section li {
  margin-bottom: 0.5em;
}

.calendar-main-section li button {
  margin: 1em auto;
}

.calendar-main-section .calendar-text-description {
  margin-bottom: 1.5em;
  text-overflow: ellipsis;
}

.calendar-main-section .calendar-text-description br {
  display: none;
}

.calendar-main-section .calendar-description-error {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 50px;
}

.calendar-section_search .col {
  margin-top: 1em;
}

.calendar-section_search .input-field {
  margin: 0;
}

.calendar-section_search i {
  cursor: pointer;
}

.calendar-section_search i.active {
  color: #0081C9 !important;
}

@media (min-width: 960px) {
  .calendar-section_search {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 960px) {
  .calendar-content .col-container {
    width: 100%;
    padding-left: .75em;
    padding-right: .75em;
  }
}

.search-item {
  padding-top: 1em;
  border-top: 1px solid #ebebeb;
}

.search-item a {
  line-height: 1;
}

.search-item span {
  font-size: 1.25rem;
  display: block;
}

.search-section.message-container {
  padding-top: 3em;
}

@media (min-width: 768px) {
  .search-section.message-container {
    padding-top: 1em;
  }
}

/* SIN RESULTADOS */
.no-result p {
  line-height: 1.5;
}

.no-result strong {
  color: #061b2c;
}

.no-result-img {
  margin-top: 3em;
}

/*
    * NOTE: I let jQuery UI populate these class names, so this may be different for you
    *
    */
/*!
    * jQuery UI Autocomplete 1.8.24
    *
    * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
    * Licensed under the MIT license.
    * http://jquery.org/license
    *
    * http://docs.jquery.com/UI/Autocomplete#theming
    */
.ui-autocomplete {
  width: auto !important;
  z-index: 1000 !important;
  position: fixed !important;
}

.ui-autocomplete li {
  font-family: Arial, Verdana, Sans-Serif;
  margin: 1px;
  cursor: pointer;
  display: block;
  height: 38px !important;
  min-width: 260px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  line-height: 18px;
}

.ui-menu-item > a.ui-corner-all {
  display: block !important;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 12px;
  color: #555555;
  white-space: nowrap;
  text-decoration: none;
}

.ui-autocomplete .ui-state-focus {
  background-color: #66afe9 !important;
}

.ui-autocomplete .ui-state-hover {
  background-color: #66afe9 !important;
}

.ui-autocomplete .ui-state-active {
  background-color: #66afe9 !important;
}

.ui-state-focus {
  background: none !important;
  background-color: blue !important;
  border: none !important;
}

.ui-helper-hidden-accessible {
  display: none;
  background: #fff;
}

/*.ui-autocomplete-loading {*/
/*background: white url('/img/ajax-loader.gif') right center no-repeat;*/
/*background: white url('/Content/projects/uade/src/images/loader.gif') right center no-repeat;
    background-size: 15px 15px !important;
    margin-right: 5px;
}*/
#suggestions {
  /*box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);*/
  position: absolute;
  top: 65px;
  z-index: 9999;
  display: block !important;
  height: 27.2em;
  overflow: auto;
  margin-left: -60px !important;
}

#suggestions .suggest-element {
  background-color: #EEEEEE;
  border-top: 1px solid #d6d4d4;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  float: left;
}

.flexbox-wrapper {
  height: 200px;
  overflow: auto;
}

.suggest-element-link:hover {
  background: #0094ff;
  cursor: pointer;
  color: black;
}

.ui-autocomplete-loading {
  background: white url("/Content/projects/uade/src/images/loader.gif") right center no-repeat;
  background-size: 15px 15px !important;
  margin-right: 5px;
}

/* MAIN GALLERY*/
.gallery-section {
  position: relative;
}

@media (min-width: 768px) {
  .gallery-section .tns-outer {
    padding: 0 4em !important;
  }
}

.gallery-section p {
  font-size: 0.75rem;
  width: 100%;
  min-height: 210px;
  padding: 1em;
  justify-content: center;
}

@media (min-width: 768px) {
  .gallery-section p {
    min-height: 150px;
  }
}

.gallery-section i {
  color: #061b2c;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  .gallery-section i {
    font-size: 400%;
  }
}

@media only screen and (min-width: 601px) {
  .gallery-section img.portrait {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .gallery-section img.landscape {
    display: none;
  }
}

.gallery-tools {
  width: 100%;
  position: absolute;
  top: calc(100% / 4);
}

@media (min-width: 768px) {
  .gallery-tools {
    top: calc(100% / 2);
  }
}

.gallery-tools ul {
  margin: 0;
}

.gallery-tools .prev,
.gallery-tools .next {
  cursor: pointer;
}

.gallery-tools .prev {
  float: left;
}

.gallery-tools .next {
  float: right;
}

.addthis-section {
  margin-top: 1em;
  margin-bottom: 1em;
}

.at-share-btn-elements {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.testimony-section {
  padding: 0.75em;
}

.testimony-container {
  padding: 1em;
}

@media (min-width: 768px) {
  .testimony-container {
    padding: 1.75em;
  }
}

.testimony-container .testimony-mainContent {
  padding-right: 1.75em;
}

.testimony-container h2 {
  font-size: 1.875rem;
  font-weight: 900;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

@media (min-width: 768px) {
  .testimony-container h2 {
    font-size: 2.1875rem;
  }
}

.testimony-container h3 {
  font-size: 1rem;
}

.testimony-container p {
  line-height: 2;
}

.testimony_picture {
  position: relative;
}

.testimony_picture::after {
  background: #061b2c;
  content: "";
  display: block;
  max-width: 300px;
  max-height: 300px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 75%;
  height: 75%;
  z-index: 1;
}

@media (min-width: 768px) {
  .testimony_picture::after {
    bottom: -5px;
  }
}

.testimony_picture img {
  position: relative;
  z-index: 5;
}

.widgetForm-section h2 {
  margin-bottom: 0;
}

.widgetForm-section .form-container {
  padding: 1.5em;
  min-height: auto;
}

.widgetForm-section .row {
  margin: 10px 0;
}

.widgetForm-section .row .col {
  padding-right: .75rem !important;
}

.widgetForm-section input:-webkit-autofill,
.widgetForm-section input:-webkit-autofill:hover,
.widgetForm-section input:-webkit-autofill:focus,
.widgetForm-section input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f5f5f5 inset !important;
}

.widgetForm-section .input-field {
  margin-bottom: 0.3em;
}

.widgetForm-section select {
  height: 43px;
}

.widgetForm-section label {
  color: #000;
  font-size: 0.8em;
}

.widgetForm-section .input_select {
  margin-top: -5px;
}

.widgetForm-section .input_select .label_select {
  font-size: 0.7em;
}

.widgetForm-section .helper-text,
.widgetForm-section .field-validation-error {
  font-size: 0.6em !important;
}

@media (min-width: 768px) {
  .widgetForm-section .g-recaptcha {
    margin-top: 0;
    float: right;
  }
}

@media (min-width: 768px) {
  .widgetForm-section .g-recaptcha_text {
    text-align: right;
    width: 100%;
    float: right;
  }
}

.widgetForm-section .g-recaptcha_text span {
  color: #FF0000;
  font-size: 0.6em;
}

.widgetForm-section .form-button-container {
  margin-top: 0;
}

.widgetForm-section .message-container h2 {
  font-size: 2rem;
}

.bannerContact {
  margin-top: 35px;
  width: 100vw;
  /*********************************/
  /* BANDERAS */
  /*********************************/
  /* MEDIA QUERY */
}

.bannerContact .bgcampus {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bannerContact .banner-form-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.bannerContact .contact-left {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.bannerContact .contact-center {
  width: 100%;
  display: flex;
  justify-content: center;
}

.bannerContact .contact-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.bannerContact #form-contact-widget {
  flex: 0 1 500px;
  transform: scale(1.1);
  margin: 80px;
  background: rgba(247, 248, 249, 0.9);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  padding: 1em !important;
}

.bannerContact #form-contact-widget * {
  /*font-family: "Helvetica", sans-serif;*/
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  width: 100%;
}

.bannerContact #form-contact-widget label {
  font-size: 11px;
  /*color: #727272 !important;*/
  color: black;
  font-weight: 500;
}

.bannerContact #areasList,
.bannerContact #areasCareerList,
.bannerContact #countryList {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  font-family: "Montserrat", sans-serif;
}

.bannerContact #form-contact-widget input::selected,
.bannerContact #form-contact-widget option::selected,
.bannerContact #form-contact-widget select::selected {
  border-bottom: solid 1px #061B2C;
}

.bannerContact .card-body > div {
  margin-top: 10px;
}

.bannerContact input:not([type]),
.bannerContact input[type=text]:not(.browser-default),
.bannerContact input[type=password]:not(.browser-default),
.bannerContact input[type=email]:not(.browser-default),
.bannerContact input[type=url]:not(.browser-default),
.bannerContact input[type=time]:not(.browser-default),
.bannerContact input[type=date]:not(.browser-default),
.bannerContact input[type=datetime]:not(.browser-default),
.bannerContact input[type=datetime-local]:not(.browser-default),
.bannerContact input[type=tel]:not(.browser-default),
.bannerContact input[type=number]:not(.browser-default),
.bannerContact input[type=search]:not(.browser-default),
.bannerContact textarea.materialize-textarea,
.bannerContact select {
  height: 100%;
  margin: 0.3em 0 0 0;
  line-height: 1.2;
}

.bannerContact #Phone::before {
  border: solid 2px red;
  width: 20px;
}

.bannerContact .form__titazul {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  color: #061B2C;
  margin: 0.2em;
}

.bannerContact .form__button-cta {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #061B2C;
  border-radius: 3px;
}

.bannerContact #btn-submit {
  background: #A51C30;
  border: solid 1px #A51C30;
  margin-top: 1em;
}

.bannerContact #btn-submit:hover {
  background: #c9223a;
  border: solid 1px #c61016;
}

.bannerContact .form__button-cta:hover {
  background-color: #396DD9;
}

.bannerContact .form__label-destacado {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #061B2C;
}

.bannerContact .lbl_form {
  color: #999;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin: 0 0 1em 0;
}

.bannerContact .phone-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  margin-top: 20px !important;
  gap: 10px;
}

.bannerContact .codigo-pais-container {
  flex: 0 0 85px;
}

.bannerContact .flag-area-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 5px;
  cursor: pointer !important;
}

.bannerContact .codigo-pais input {
  text-align: center;
}

.bannerContact .codigo-area {
  flex: 1 1.5 auto;
}

.bannerContact .telefono {
  flex: 1.5 1 auto;
}

.bannerContact .input-form {
  padding: 0.3em;
  margin-top: 1em;
}

.bannerContact .label-campos,
.bannerContact .label-campos-up {
  margin-top: 7px !important;
  position: absolute;
  transform: translateY(0);
}

.bannerContact .label-campos-up {
  transform: translateY(-15px) !important;
  font-size: 8px !important;
}

.bannerContact .label-country {
  font-size: 8px !important;
}

.bannerContact .label-phone,
.bannerContact .label-phone-area {
  margin-top: 7px !important;
  width: 100% !important;
  position: absolute;
  transform: translateY(0);
}

.bannerContact .label-drop-area {
  position: absolute;
  transform: translateY(0);
  margin-top: 21px !important;
  width: 100% !important;
  text-align: left;
  margin-left: 2px !important;
}

.bannerContact .label-drop-carrera {
  position: absolute;
  transform: translateY(0);
  margin-top: 21px !important;
  width: 100% !important;
  text-align: left;
  margin-left: 2px !important;
}

.bannerContact .label-drop-area-up,
.bannerContact .label-drop-carrera-up {
  transform: translateY(-20px);
  font-size: 8px !important;
  width: 100% !important;
  text-align: left;
  margin-left: 8px !important;
}

.bannerContact .label-drop-area-fill {
  transform: translateY(-20px) !important;
  font-size: 8px !important;
  width: 100% !important;
  text-align: left;
  margin-left: 8px !important;
}

.bannerContact .label-drop-carrera-fill {
  transform: translateY(-20px) !important;
  font-size: 8px !important;
  width: 100% !important;
  text-align: left;
  margin-left: 8px !important;
}

.bannerContact .nombre-efecto {
  margin-top: 22px !important;
}

.bannerContact .drop-area,
.bannerContact .drop-carrera {
  width: 100%;
  height: 50px !important;
}

.bannerContact .drop-area {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

.bannerContact .drop-carrera {
  margin-bottom: 15px !important;
}

.bannerContact .drop-province,
.bannerContact .drop-party,
.bannerContact .drop-academiclevel,
.bannerContact .drop-campus,
.bannerContact .drop-areasinterest,
.bannerContact .drop-program,
.bannerContact .drop-cursada {
  margin-top: 10px !important;
}

.bannerContact .drop-country {
  margin-top: 10px !important;
}

.bannerContact .form_section_header {
  margin-top: 15px !important;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid;
  display: inline-block;
  padding-bottom: 5px;
}

.bannerContact .select-area,
.bannerContact .select-carrera {
  height: 35px !important;
  font-size: 14px !important;
  position: relative;
  z-index: 500;
}

.bannerContact .select-up {
  height: 35px !important;
}

.bannerContact .nombre-efecto:focus-within > label,
.bannerContact .codigo-area:focus-within > label,
.bannerContact .telefono:focus-within > label {
  transform: translateY(-15px) !important;
  font-size: 8px !important;
}

.bannerContact .drop-area:focus-within > label {
  transform: translateY(-15px) !important;
  font-size: 8px !important;
  width: 100% !important;
  text-align: left;
  margin-top: 15px !important;
  margin-left: 8px !important;
}

.bannerContact .drop-carrera:focus-within > label {
  transform: translateY(-15px) !important;
  font-size: 8px !important;
  width: 100% !important;
  text-align: left;
  margin-top: 15px !important;
  margin-left: 8px !important;
}

.bannerContact .card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  margin-bottom: 10px;
}

.bannerContact .card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.bannerContact .card-body {
  padding: 1rem;
}

.bannerContact .form-error {
  border-bottom: 2px solid #f00 !important;
}

.bannerContact .form-error-msg {
  color: red !important;
  font-size: 0.7rem;
  margin-top: 2px;
}

.bannerContact .img-container {
  width: 80px !important;
}

.bannerContact .selected-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 50px;
  height: 25px;
  border: 1px solid grey;
}

.bannerContact .flag-selected {
  width: 25px !important;
  margin-left: 5px;
  cursor: pointer;
}

.bannerContact .input-flag {
  display: flex !important;
  height: 20px !important;
}

.bannerContact img {
  /*border: solid 1px grey;*/
}

.bannerContact li {
  cursor: pointer;
}

.bannerContact li:hover {
  background-color: #E8E8E8;
}

.bannerContact .select-down {
  position: relative;
  border: none;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

.bannerContact .flag-container {
  margin-top: -5px;
  margin-left: -16px;
}

.bannerContact .flag-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 270px !important;
  height: 280px;
  margin-top: 5px;
  background-color: #f8f8f7;
  border: solid 1px black;
  overflow: scroll;
  z-index: 1000;
}

.bannerContact .flag-to-select {
  width: 25px !important;
  cursor: pointer;
}

.bannerContact li {
  padding: 5px;
  list-style: none;
}

.bannerContact .nodisplay {
  display: none;
}

.bannerContact .display {
  display: block;
}

.bannerContact .flag-label {
  margin-left: 15px;
  cursor: pointer;
}

@media only screen and (max-width: 820px) {
  .bannerContact .banner-form-container {
    justify-content: center;
  }
  .bannerContact #form-contact-widget {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.eventForm {
  /* BANDERAS */
}

.eventForm small {
  margin-top: 1em;
  display: block;
}

.eventForm .phone-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  gap: 20px;
  margin-top: 20px !important;
  padding-right: 0.75rem;
}

.eventForm .codigo-pais-container {
  flex: 0 0 155px;
}

.eventForm .flag-area-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 10px;
  cursor: pointer !important;
  width: 40%;
}

.eventForm .codigo-pais input {
  text-align: center;
}

.eventForm .codigo-area {
  flex: 1 1.5;
}

.eventForm .codigo-area input {
  text-align: center;
}

.eventForm .telefono {
  flex: 1.7 1;
}

.eventForm .form-error {
  border-bottom: 2px solid #f00 !important;
}

.eventForm .form-error-msg {
  color: red !important;
  font-size: 0.8rem;
  margin-top: 2px;
}

.eventForm .form-navigation {
  margin-top: 1em;
}

.eventForm .img-container {
  width: 80px !important;
}

.eventForm .selected-container {
  flex: 0 0 70px;
  height: 45px;
  margin-top: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid grey;
  padding: 10px;
}

.eventForm .flag-selected {
  height: 100% !important;
  margin-left: 5px;
  cursor: pointer;
}

.eventForm .input-flag {
  display: flex !important;
  height: 20px !important;
}

.eventForm li {
  cursor: pointer;
}

.eventForm li:hover {
  background-color: #E8E8E8;
}

.eventForm .select-down {
  position: relative;
  border: none;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

.eventForm .flag-container {
  margin-top: -5px;
  margin-left: -16px;
}

.eventForm .flag-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 270px !important;
  height: 280px;
  margin-top: 5px;
  background-color: #f8f8f7;
  border: solid 1px black;
  overflow: scroll;
  z-index: 1000;
}

.eventForm .flag-to-select {
  width: 25px !important;
  cursor: pointer;
}

.eventForm li {
  padding: 5px;
  list-style: none;
}

.eventForm .nodisplay {
  display: none;
}

.eventForm .display {
  display: block;
}

.eventForm .flag-label {
  margin-left: 15px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .eventForm .phone-container {
    flex-wrap: wrap;
  }
  .eventForm .telefono {
    width: 100%;
  }
  .eventForm .row {
    margin-bottom: 0;
  }
}

nav {
  background-color: #ffffff;
  height: auto;
  box-shadow: none;
}

nav ul a {
  color: #061b2c;
  font-weight: 300;
  transition: all .8s ease-in-out;
}

nav ul a:hover, nav ul a:focus, nav ul a:active {
  background: #ebebeb;
  text-decoration: none !important;
}

nav .brand-logo {
  margin-top: auto;
}

.clear-transform {
  text-transform: none !important;
}

nav .input-field input {
  border-bottom: 1px solid #999 !important;
}

@media (min-width: 768px) {
  .search-bar-container .btn i.material-icons {
    line-height: 1;
    height: auto;
    padding: 0.2em 0;
  }
}

.search-bar-container .search-bar.row {
  margin-bottom: 0 !important;
}

/*nav .brand-logo {
        position: initial !important;
        color: #fff;
        display: inline-block;
        font-size: 2.1rem;
        padding: 0;
    }*/
.menu-desktop {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  margin-left: 130px;
  /* DROPDOWN */
}

.menu-desktop a {
  font-size: 0.65rem;
  font-weight: 600;
  /*text-transform: uppercase;*/
  line-height: 1.2;
  height: 54px;
  padding: 0 0.55rem;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1367px) {
  .menu-desktop a {
    font-size: 0.875rem;
  }
}

@supports (-ms-ime-align: auto) {
  .menu-desktop a {
    margin-top: -1.6em;
    height: 60px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .menu-desktop a {
    margin-top: -1.2em;
  }
}

.menu-desktop i {
  margin-left: 0.2em;
}

@supports (-ms-ime-align: auto) {
  .menu-desktop .highlight-primary,
.menu-desktop .highlight-secondary {
    margin-top: -1.6em;
  }
}

.menu-desktop .dropdown-content {
  top: inherit;
  left: 0;
  right: 0;
}

@supports (-ms-ime-align: auto) {
  .menu-desktop .dropdown-content {
    padding-top: 1em;
  }
}

.menu-desktop .dropdown-content .dropdown-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-height: 80vh;
  padding: 1em 0;
}

.menu-desktop .dropdown-content .dropdown-list:hover, .menu-desktop .dropdown-content .dropdown-list:active, .menu-desktop .dropdown-content .dropdown-list:focus {
  background: #ffffff;
}

.menu-desktop .dropdown-content .dropdown-list a {
  background-color: #061b2c;
  color: #ffffff;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.5;
  height: 200px;
  padding: 1em;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ebebeb;
}

@media (min-width: 1367px) {
  .menu-desktop .dropdown-content .dropdown-list a {
    font-size: 1rem;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .menu-desktop .dropdown-content .dropdown-list a {
    margin-top: 0;
  }
}

.menu-desktop .dropdown-content .dropdown-list a.dropdown-item-primary {
  font-weight: 700;
  /*text-transform: uppercase;*/
  line-height: 1.2;
  border-bottom: 10px solid #061b2c;
}

.menu-desktop .dropdown-content .dropdown-list a.dropdown-item-primary:hover, .menu-desktop .dropdown-content .dropdown-list a.dropdown-item-primary:active, .menu-desktop .dropdown-content .dropdown-list a.dropdown-item-primary:focus, .menu-desktop .dropdown-content .dropdown-list a.dropdown-item-secondary:hover, .menu-desktop .dropdown-content .dropdown-list a.dropdown-item-secondary:active, .menu-desktop .dropdown-content .dropdown-list a.dropdown-item-secondary:focus {
  color: #ffffff;
  background: #313131;
  border-color: #313131;
}

.menu-desktop .dropdown-content .dropdown-item-col {
  min-width: 14%;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  flex: 1 1 0;
  flex-grow: inherit;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .menu-desktop .dropdown-content .dropdown-item-col {
    flex: 1;
  }
}

.sidenav {
  padding: 1em 1em 2em;
  min-width: 90%;
  /* BUSCADOR */
}

.sidenav ul {
  margin: 0;
}

.sidenav li {
  min-height: 55px;
}

.sidenav li > a {
  color: #061b2c;
  line-height: 1.2;
  padding-left: 0.9375rem;
  padding-right: 0;
  height: auto;
}

.sidenav li > a:hover, .sidenav li > a:focus, .sidenav li > a:active {
  color: #ffffff;
  background: #061b2c;
  font-weight: 700;
  text-decoration: none !important;
}

.sidenav li > a:hover > i.material-icons, .sidenav li > a:focus > i.material-icons, .sidenav li > a:active > i.material-icons {
  color: #ffffff;
}

.sidenav li > a > i.material-icons {
  margin-right: 0.5em;
}

.sidenav .btn-close {
  color: #061b2c;
  background: transparent;
  border: none;
}

.sidenav .btn-close i.material-icons {
  float: right;
}

.sidenav .btn-close:hover, .sidenav .btn-close:focus, .sidenav .btn-close:active {
  background: transparent;
  border: none;
}

.sidenav .btn-close:hover i.material-icons, .sidenav .btn-close:focus i.material-icons, .sidenav .btn-close:active i.material-icons {
  color: #061b2c;
}

.sidenav .header-searcher-container {
  margin: 1em 0 2em;
}

.sidenav .header-searcher-container .search-input-field {
  width: 100%;
}

.sidenav .header-searcher-container .search-input-button {
  padding-right: 0;
}

.sidenavlup {
  padding: 1em 1em 2em;
  min-width: 90%;
  /* BUSCADOR */
}

.sidenavlup .btn-close {
  color: #061b2c;
  background: transparent;
  border: none;
}

.sidenavlup .btn-close i.material-icons {
  float: right;
}

.sidenavlup .btn-close:hover, .sidenavlup .btn-close:focus, .sidenavlup .btn-close:active {
  background: transparent;
  border: none;
}

.sidenavlup .btn-close:hover i.material-icons, .sidenavlup .btn-close:focus i.material-icons, .sidenavlup .btn-close:active i.material-icons {
  color: #061b2c;
}

.sidenavlup .header-searcher-container {
  margin: 1em 0 2em;
}

.sidenavlup .header-searcher-container .search-input-field {
  width: 100%;
}

.sidenavlup .header-searcher-container .search-input-button {
  padding-right: 0;
}

.menu-mobile {
  margin-top: 1em !important;
  /* DROPDOWN */
}

.menu-mobile li a {
  display: flex;
}

.menu-mobile li a span {
  margin: 15px 0;
  width: 100%;
  display: block;
}

.menu-mobile li.highlight-item {
  padding: 0;
}

.menu-mobile li.highlight-item a {
  margin-left: 0;
  margin-right: 0;
}

.menu-mobile .dropdown-content {
  position: relative;
  box-shadow: none;
}

.menu-mobile .dropdown-list {
  font-size: 0.75rem;
  line-height: 1.5;
}

.menu-mobile .dropdown-list a {
  padding: 1.5em 0.9375rem;
  border-bottom: 1px solid #ebebeb;
}

.menu-mobile .dropdown-list a:hover, .menu-mobile .dropdown-list a:active, .menu-mobile .dropdown-list a:focus {
  color: #ffffff;
  background-color: #061b2c;
}

.tab_wrapper {
  padding: 0;
  position: relative;
  box-sizing: border-box;
  box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.31);
  z-index: 15;
}

.container-tabs {
  width: 100%;
  position: relative;
}

.tab_nav {
  font-size: 0;
  white-space: nowrap;
  position: relative;
  /* positioning context for advancers */
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  /* For WebKit implementations, provide inertia scrolling */
}

.js .tab_nav {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Make an auto-hiding scroller for tIE */
}

.js .tab_nav::-webkit-scrollbar {
  display: none;
  /* Remove the default scrollbar for WebKit implementations */
}

.tab_contents {
  float: left;
  transition: transform .2s ease-in-out;
}

.tab_contents-no-transition {
  transition: none;
}

.tab_link {
  font-size: 1rem;
  /*text-transform: uppercase;*/
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 11px;
}

.tab_link[aria-selected="true"] {
  font-weight: 700;
}

.tab_link:hover, .tab_link:focus, .tab_link:active {
  color: #0081C9;
  background: #ebebeb;
  transition: all 0.8s ease-in-out;
  border-color: #ebebeb;
}

.btn-advancer {
  appearance: none;
  padding: 0;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  /* Set the buttons invisible by default */
  transition: opacity .3s;
}

.btn-advancer:focus {
  outline: 0;
}

.btn-advancer:hover {
  cursor: pointer;
}

.btn-advancer_Left {
  left: 0;
  box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.25);
}

[data-overflowing="both"] ~ .btn-advancer_Left, [data-overflowing="left"] ~ .btn-advancer_Left {
  opacity: 1;
}

.btn-advancer_Right {
  right: 0;
  box-shadow: -3px 3px 10px -3px rgba(0, 0, 0, 0.25);
}

[data-overflowing="both"] ~ .btn-advancer_Right, [data-overflowing="right"] ~ .btn-advancer_Right {
  opacity: 1;
}

.tab_indicator {
  background-color: transparent;
  height: 4px;
  width: 100px;
  bottom: 0;
  left: 0;
  position: absolute;
  transform-origin: 0 0;
  display: none;
  transition: none;
  /*transition: transform .2s ease-in-out, background-color .2s ease-in-out;*/
}
