@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?qghf14");
  src: url("/Content/projects/uade/src/fonts/social-icons.eot?qghf14#iefix") format("embedded-opentype"), url("/Content/projects/uade/src/fonts/social-icons.ttf?qghf14") format("truetype"), url("/Content/projects/uade/src/fonts/social-icons.woff?qghf14") format("woff"), url("/Content/projects/uade/src/fonts/social-icons.svg?qghf14#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;
}

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: #fff;
}

.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: #fff;
  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: #fff;
  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: #fff;
  text-shadow: 2px 2px 2px #061b2c;
}

.container-txt.light .btn {
  border-color: #fff;
}

.container-txt.light a:hover, .container-txt.light a:focus, .container-txt.light a:active {
  color: #fff;
}

.container-txt.dark h1 {
  color: #061b2c;
  text-shadow: 2px 2px 2px #fff;
}

.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: #fff;
}

.container-txt.dark-background .btn {
  border-color: #fff;
}

.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: #fff;
}

.container-txt.dark-background-v1 .btn {
  border-color: #fff;
}

@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: #fff;
}

.widget-search-section input:focus,
.widget-search-section input:active,
.widget-search-section input:hover {
  border-bottom-color: #fff !important;
  box-shadow: 0 1px 0 0 #fff;
}

.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: #fff;
}

@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 #fff;
    border-left: 0.2em solid #fff;
  }
}

.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 #fff;
    border-left: 0.2em solid #fff;
  }
}

.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: #fff !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: #fff;
  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: #fff;
}

.menu-desktop .dropdown-content .dropdown-list a {
  background-color: #061b2c;
  color: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
}

.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: #fff;
  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;*/
}
