@charset "UTF-8";
/*
    Theme Name: Astra Child Theme For UNIACC
    Author: MarTech
    Author URI: https://www.martech.cl
    Description: Sitio Web Uniacc
    Version: 1.0
    Text Domain: uniacc
*/
:root {
  --Blanco:#FFFFFF;
  --facultad: #879E26;
  --gris-claro:#999999;
  --gris-oscuro:#4d4d4d;
  --verde:#879e26;
  --Azul:#00a3e0;
  --Rosa:#ee2183;
  --Gris-oscuro:#4d4d4d;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::-webkit-scrollbar {
  width: 10px; /* Tamaño del scroll en vertical */
}

/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
*::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
/* Cambiamos el fondo cuando esté en active */
/* Ponemos un color de fondo y redondeamos las esquinas del track */
*::-webkit-scrollbar-track {
  background: #E6E6E6;
  border-radius: 5px;
  border: 1px solid #999;
}

/* Cambiamos el fondo cuando esté en active o hover */
*::-webkit-scrollbar-track:hover,
*::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}

.box-agenda .contenedor {
  position: relative;
}
.box-agenda .contenedor::-webkit-scrollbar {
  margin: 0 -10px 0 0;
}

a {
  color: inherit;
}

select {
	position: relative;
    -webkit-appearance: none; /* Para navegadores basados en Webkit (Chrome, Safari) */
    -moz-appearance: none;    /* Para Firefox */
    appearance: none;         /* Estándar */
    /* También puedes quitar la flecha en IE/Edge */
    ::-ms-expand {
        display: none;
    }
	
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M12%2015a1%201%200%200%201-.707-.293l-4-4a1%201%200%201%201%201.414-1.414L12%2012.586l3.293-3.293a1%201%200%200%201%201.414%201.414l-4%204A1%201%200%200%201%2012%2015z%22%20style%3D%22fill%3A%23000%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px; /* Ajusta este tamaño a tu gusto para que se vea bien en pixel art */
    padding-right: 30px;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring::after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #00A3E0;
  border-color: #00A3E0 transparent #00A3E0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.iti__flag {
  background-image: url("path/to/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("path/to/flags@2x.png");
  }
}
input[type=select]:disabled {
  background-color: #ffffff !important;
}

.arrow-ver {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.arrow-ver i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  text-align: center;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  align-content: center;
}

/* card  */
.contenidoLogosCard.elementor-element.elementor-icon-list--layout-inline.elementor-list-item-link-inline.elementor-align-left.elementor-widget.elementor-widget-icon-list .elementor-widget-container {
  padding: 5px 15px 15px 15px;
  padding-left: 28px;
  background-color: transparent;
}
@media (min-width: 991px) {
  .contenidoLogosCard.elementor-element.elementor-icon-list--layout-inline.elementor-list-item-link-inline.elementor-align-left.elementor-widget.elementor-widget-icon-list .elementor-widget-container {
    padding: 5px 28px 28px;
  }
}
.contenidoLogosCard.elementor-element.elementor-icon-list--layout-inline.elementor-list-item-link-inline.elementor-align-left.elementor-widget.elementor-widget-icon-list .elementor-widget-container .elementor-icon-list-items.elementor-inline-items {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0;
  margin: 0;
}
.contenidoLogosCard.elementor-element.elementor-icon-list--layout-inline.elementor-list-item-link-inline.elementor-align-left.elementor-widget.elementor-widget-icon-list .elementor-widget-container .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item.elementor-inline-item {
  width: 50%;
  margin: 0;
  padding: 0;
}
.contenidoLogosCard.elementor-element.elementor-icon-list--layout-inline.elementor-list-item-link-inline.elementor-align-left.elementor-widget.elementor-widget-icon-list .elementor-widget-container .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item.elementor-inline-item:nth-child(3) {
  margin-top: 1em;
}
.contenidoLogosCard.elementor-element.elementor-icon-list--layout-inline.elementor-list-item-link-inline.elementor-align-left.elementor-widget.elementor-widget-icon-list .elementor-widget-container .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item.elementor-inline-item:nth-last-child(-n+2) {
  margin-top: 1em;
}
.contenidoLogosCard.elementor-element.elementor-icon-list--layout-inline.elementor-list-item-link-inline.elementor-align-left.elementor-widget.elementor-widget-icon-list .elementor-widget-container .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item.elementor-inline-item .elementor-icon-list-text {
  padding-left: 0px;
}
@media (min-width: 991px) {
  .contenidoLogosCard.elementor-element.elementor-icon-list--layout-inline.elementor-list-item-link-inline.elementor-align-left.elementor-widget.elementor-widget-icon-list .elementor-widget-container .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item.elementor-inline-item .elementor-icon-list-text {
    padding-left: 20px;
  }
}

/* botones de 360 */
.boxImg360-btn.elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default {
  display: flex;
  gap: 0;
}
.boxImg360-btn.elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default a.elementor-button-link.elementor-button.elementor-size-sm {
  width: 277px;
  padding: 0.5em 1em !important;
}

/* texto fecha de la img de noticias y novedades */
.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.box-img-noticias .elementor-widget-wrap.elementor-element-populated .elementor-element.box-img-noticias--fecha.elementor-widget.elementor-widget-text-editor .elementor-widget-container span {
  padding: 0.3em 0.3em;
  /* background-color: var(--gris-oscuro); */
  border-bottom: 3px solid #231f20;
  margin-right: 0.5em;
}

.elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section-height-default.elementor-section-height-default .elementor-column.elementor-col-100.elementor-inner-column.elementor-element.containerDelAcordeon1 .elementor-accordion .elementor-accordion-item {
  border: 0;
  /* listas del acorderon */
}
.elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section-height-default.elementor-section-height-default .elementor-column.elementor-col-100.elementor-inner-column.elementor-element.containerDelAcordeon1 .elementor-accordion .elementor-accordion-item .elementor-tab-title {
  text-align: center;
  /* titulos del acorderon */
}
.elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section-height-default.elementor-section-height-default .elementor-column.elementor-col-100.elementor-inner-column.elementor-element.containerDelAcordeon1 .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-title {
  text-decoration: none;
}
.elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section-height-default.elementor-section-height-default .elementor-column.elementor-col-100.elementor-inner-column.elementor-element.containerDelAcordeon1 .elementor-accordion .elementor-accordion-item .elementor-tab-content.elementor-clearfix.elementor-active ul {
  list-style: none;
  margin: 0 0 1em 0em;
}
.elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section-height-default.elementor-section-height-default .elementor-column.elementor-col-100.elementor-inner-column.elementor-element.containerDelAcordeon1 .elementor-accordion .elementor-accordion-item .elementor-tab-content {
  border-top: 0;
  border-bottom: 1px solid #D9D9D9;
}
.elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section-height-default.elementor-section-height-default .elementor-column.elementor-col-100.elementor-inner-column.elementor-element.containerDelAcordeon1 .elementor-accordion .elementor-accordion-item .elementor-tab-title {
  border-bottom: 1px solid #D9D9D9;
}
.elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section-height-default.elementor-section-height-default .elementor-column.elementor-col-100.elementor-inner-column.elementor-element.containerDelAcordeon1 .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active:hover {
  border-bottom: 1px solid #00a3e0;
}
.elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section-height-default.elementor-section-height-default .elementor-column.elementor-col-100.elementor-inner-column.elementor-element.containerDelAcordeon1 .elementor-accordion .elementor-tab-content {
  border-top: 0;
}

/* .elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-hidden-desktop.elementor-hidden-widescreen.elementor-section-height-default.elementor-section-height-default {
  .elementor-widget-wrap.elementor-element-populated {
    .liAcordeon1.elementor-element.elementor-widget.elementor-widget-accordion {
      .elementor-widget-container {
        .elementor-accordion {
          .elementor-accordion-item {
            border-left: none;
            border-right: none;
            &:nth-child(1) {
              border-top: none;
            }
            .elementor-tab-title {
              text-align: center;
              .elementor-accordion-title {
                text-decoration: none;
              }
            }
          }
        }
      }
    }
  }
} */
.elementor-element.e-con-full.e-con .elementor-element.liAcordeon1.elementor-widget.elementor-widget-accordion .elementor-widget-container .elementor-accordion .elementor-accordion-item {
  border-left: none;
  border-right: none;
}
.elementor-element.e-con-full.e-con .elementor-element.liAcordeon1.elementor-widget.elementor-widget-accordion .elementor-widget-container .elementor-accordion .elementor-accordion-item:nth-child(1) {
  border-top: none;
}
.elementor-element.e-con-full.e-con .elementor-element.liAcordeon1.elementor-widget.elementor-widget-accordion .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title {
  text-align: center;
}
.elementor-element.e-con-full.e-con .elementor-element.liAcordeon1.elementor-widget.elementor-widget-accordion .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-title {
  text-decoration: none;
}

/* logos del header */
.elementor-column.elementor-col-50.elementor-top-column.elementor-element .elementor-section.elementor-inner-section.elementor-element.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-25.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated {
  /* Boton acreditacion */
}
.elementor-column.elementor-col-50.elementor-top-column.elementor-element .elementor-section.elementor-inner-section.elementor-element.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-25.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .logoHeader.elementor-element.elementor-align-center.elementor-tablet-align-justify.elementor-widget.elementor-widget-button .elementor-widget-container .elementor-button-wrapper .elementor-button-link.elementor-button.elementor-size-sm .elementor-button-content-wrapper {
  display: flex;
  text-align: center;
  align-items: center;
}
.elementor-column.elementor-col-50.elementor-top-column.elementor-element .elementor-section.elementor-inner-section.elementor-element.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-25.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .botonAcreditacion.elementor-element.elementor-align-center.elementor-widget.elementor-widget-button .elementor-widget-container .elementor-button-wrapper .elementor-button-link.elementor-button.elementor-size-sm {
  width: 100%;
}

/* ACORDEON GENERAL */
.elementor-element.acordeon2.elementor-widget.elementor-widget-accordion .elementor-widget-container .elementor-accordion .elementor-accordion-item {
  border: 1px solid #999999;
  border-radius: 10px;
  margin-bottom: 10px;
  /* al dar click */
}
.elementor-element.acordeon2.elementor-widget.elementor-widget-accordion .elementor-widget-container .elementor-accordion .elementor-accordion-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .elementor-element.acordeon2.elementor-widget.elementor-widget-accordion .elementor-widget-container .elementor-accordion .elementor-accordion-item {
    margin-bottom: 1em;
  }
}
.elementor-element.acordeon2.elementor-widget.elementor-widget-accordion .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* a href */
}
.elementor-element.acordeon2.elementor-widget.elementor-widget-accordion .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-title {
  text-decoration: none;
  margin: 0 10px 0 0;
}
.elementor-element.acordeon2.elementor-widget.elementor-widget-accordion .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-title:hover {
  color: #231f20;
}
.elementor-element.acordeon2.elementor-widget.elementor-widget-accordion .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon-right {
  order: 2;
}
.elementor-element.acordeon2.elementor-widget.elementor-widget-accordion .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon svg {
  width: 15px;
  height: 15px;
}
@media (min-width: 768px) {
  .elementor-element.acordeon2.elementor-widget.elementor-widget-accordion .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon svg {
    width: 30px;
    height: 30px;
  }
}
.elementor-element.acordeon2.elementor-widget.elementor-widget-accordion .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-content.elementor-clearfix {
  border-top: 0px solid #d4d4d4;
}
.elementor-element.acordeon2.elementor-widget.elementor-widget-accordion .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-title {
  color: #231f20;
  font-weight: 700;
}

/* listas del footer */
.li-footerUniacc.elementor-element.elementor-icon-list--layout-traditional.elementor-list-item-link-full_width.elementor-widget.elementor-widget-icon-list .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon i {
  font-size: 0.2em;
}

/* CARD ADMISION CON BOTONES */
.boxCardAdmision.elementor-column.elementor-col-50.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated {
  /* BOTONES */
}
.boxCardAdmision.elementor-column.elementor-col-50.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-heading {
  margin-bottom: 16px;
}
@media (min-width: 991px) {
  .boxCardAdmision.elementor-column.elementor-col-50.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-heading {
    margin-bottom: 20px;
  }
}
.boxCardAdmision.elementor-column.elementor-col-50.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-text-editor {
  margin-bottom: 16px;
}
@media (min-width: 991px) {
  .boxCardAdmision.elementor-column.elementor-col-50.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-text-editor {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .boxCardAdmision.elementor-column.elementor-col-50.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default {
    gap: 0.7em;
  }
}
@media (min-width: 991px) {
  .boxCardAdmision.elementor-column.elementor-col-50.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default {
    gap: 0.9em;
  }
}
@media (min-width: 768px) {
  .boxCardAdmision.elementor-column.elementor-col-50.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-50.elementor-inner-column.elementor-element.cols-50 {
    width: 48%;
  }
}
.boxCardAdmision.elementor-column.elementor-col-50.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-50.elementor-inner-column.elementor-element.cols-50 .elementor-widget-wrap.elementor-element-populated {
  display: flex;
  justify-content: center;
  gap: 0.7em;
  padding: 1em 0;
  margin: 0;
  padding-top: 0;
}
@media (min-width: 425px) {
  .boxCardAdmision.elementor-column.elementor-col-50.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-50.elementor-inner-column.elementor-element.cols-50 .elementor-widget-wrap.elementor-element-populated {
    gap: 0.9em;
  }
}
.boxCardAdmision.elementor-column.elementor-col-50.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-50.elementor-inner-column.elementor-element.cols-50 .elementor-widget-wrap.elementor-element-populated .elementor-widget-container {
  margin: 0;
}
.boxCardAdmision.elementor-column.elementor-col-50.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-50.elementor-inner-column.elementor-element.cols-50 .elementor-widget-wrap.elementor-element-populated .elementor-widget-container .elementor-button-wrapper a.elementor-button-link.elementor-button.elementor-size-md {
  padding: 0.5em;
  font-size: 14px;
}
@media (min-width: 991px) {
  .boxCardAdmision.elementor-column.elementor-col-50.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-50.elementor-inner-column.elementor-element.cols-50 .elementor-widget-wrap.elementor-element-populated .elementor-widget-container .elementor-button-wrapper a.elementor-button-link.elementor-button.elementor-size-md {
    padding: 0.9em;
    font-size: 16px;
  }
}

.BtnArrow .elementor-button-content-wrapper {
  align-items: center;
}
.BtnArrow span.elementor-button-icon {
  display: flex;
}
@media (max-width: 800px) {
  .BtnArrow span.elementor-button-icon svg {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 801px) {
  .BtnArrow span.elementor-button-icon svg {
    width: 30px;
    height: 30px;
  }
}

.Home-Facultades {
  display: grid;
  gap: 7px;
}
.Home-Facultades p {
  margin: 0;
  padding: 0;
}
@media (min-width: 800px) {
  .Home-Facultades {
    grid-template-columns: repeat(auto-fit, minmax(214px, 214px));
    justify-content: center;
  }
}
.Home-Facultades .Card {
  border: 1px solid #999999;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
}
@media (min-width: 800px) {
  .Home-Facultades .Card {
    height: 255px;
    grid-template-rows: 75% 25%;
  }
}
@media (max-width: 799px) {
  .Home-Facultades .Card {
    height: 80px;
    grid-template-columns: 70% 30%;
  }
}
@media (min-width: 1000px) {
  .Home-Facultades .Card:hover .Card-header {
    filter: grayscale(0);
  }
  .Home-Facultades .Card:hover .Card-header .Hover {
    opacity: 1;
  }
}
.Home-Facultades .Card-header {
  display: flex;
  position: relative;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-clip: border-box;
  filter: grayscale(1);
}
@media (min-width: 800px) {
  .Home-Facultades .Card-header {
    justify-content: center;
  }
}
.Home-Facultades .Card-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #231F20;
  opacity: 0.6;
  mix-blend-mode: luminosity;
}
.Home-Facultades .Card-header .Title {
  font-size: 20px;
  line-height: 23px;
  color: #FFF;
  font-weight: 500;
  z-index: 1;
}
@media (min-width: 800px) {
  .Home-Facultades .Card-header .Title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .Home-Facultades .Card-header .Title {
    padding-left: 20px;
    font-size: 16px;
    line-height: 19px;
  }
}
.Home-Facultades .Card-header .Title span {
  font-weight: 900;
}
.Home-Facultades .Card-header .Hover {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--Color);
  opacity: 0;
  z-index: 1;
  transition: all ease 0.6s;
  overflow: hidden;
  padding: 10px;
  cursor: pointer;
}
.Home-Facultades .Card-header .Hover p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #FFF;
  text-align: center;
}
.Home-Facultades .Card-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Home-Facultades .Card-footer .arrow-ver {
  font-size: 16px;
  font-weight: 700;
  color: var(--Color);
  text-decoration: none;
}
@media (max-width: 420px) {
  .Home-Facultades .Card-footer .arrow-ver {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .Home-Facultades .Card-footer .arrow-ver {
    font-size: 12px;
  }
}
.Home-Facultades .Card-footer .arrow-ver i {
  font-size: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Color);
  color: #FFF;
}
@media (max-width: 425px) {
  .Home-Facultades .Card-footer .arrow-ver i {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 374px) {
  .Home-Facultades .Card-footer .arrow-ver i {
    width: 20px;
    height: 20px;
  }
}

.box-agenda {
  margin: 0;
}
.box-agenda .contenedor {
  border-top: 0.5px solid #999;
  border-bottom: 0.5px solid #999;
  border-right: 2px solid #999;
  border-left: 2px solid #999;
  border-radius: 10px;
  overflow-y: scroll;
  /* max-height: 410px; */
  max-height: 386px;
}
@media (min-width: 426px) {
  .box-agenda .contenedor {
    max-height: 315px;
  }
}
@media (min-width: 597px) {
  .box-agenda .contenedor {
    max-height: 344px;
  }
}
@media (min-width: 597px) {
  .box-agenda .contenedor {
    max-height: 290px;
  }
}
@media (min-width: 991px) {
  .box-agenda .contenedor {
    max-height: 320px;
  }
}
@media (min-width: 1024px) {
  .box-agenda .contenedor {
    max-height: 290px;
  }
}
@media (min-width: 1025px) {
  .box-agenda .contenedor {
    max-height: 344px;
  }
}
@media (min-width: 1440px) {
  .box-agenda .contenedor {
    max-height: 290px;
  }
}
.box-agenda .contenedor .agenda {
  display: flex;
  background-color: #FFF;
  border-top: 0.5px solid #999;
  border-bottom: 0.5px solid #999;
}
.box-agenda .contenedor .agenda__logo-fecha {
  width: 22%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #292929;
}
@media (min-width: 768px) {
  .box-agenda .contenedor .agenda__logo-fecha {
    width: 14%;
  }
}
.box-agenda .contenedor .agenda__logo-fecha h4 {
  font-weight: 900;
  font-size: 18px;
  line-height: 20px;
  color: #FFF;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-agenda .contenedor .agenda__contenido {
  width: 78%;
  padding: 12px 8px 12px 16px;
}
@media (min-width: 768px) {
  .box-agenda .contenedor .agenda__contenido {
    padding: 12px 25px;
  }
}
.box-agenda .contenedor .agenda__contenido h4 {
  font-weight: 900;
  font-size: 16px;
  line-height: 28px;
  color: #292929;
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .box-agenda .contenedor .agenda__contenido h4 {
    font-weight: 900;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 12px;
  }
}
.box-agenda .contenedor .agenda__contenido p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #4D4D4D;
  text-align: left;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .box-agenda .contenedor .agenda__contenido p {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
  }
}
.box-agenda .contenedor .agenda:nth-child(1) .agenda__logo-fecha {
  background-color: #00a3e0;
}
.box-agenda .contenedor .agenda:nth-child(2) .agenda__logo-fecha {
  background-color: #fc4c02;
}
.box-agenda .contenedor .agenda:nth-child(3n) .agenda__logo-fecha {
  background-color: #da1884;
}
.box-agenda .contenedor .agenda:nth-child(3n+4) .agenda__logo-fecha {
  background-color: #00a3e0;
}
.box-agenda .contenedor .agenda:nth-child(3n+5) .agenda__logo-fecha {
  background-color: #fc4c02;
}

/* cards de duracion, modalidad y malla curricular */
.elementor-column.elementor-col-33.elementor-top-column.elementor-element.BordeGris .elementor-widget-wrap.elementor-element-populated {
  border-radius: 10px 10px 10px 10px;
  border: 1px solid;
  border-color: #D4D4D4;
  margin: 10px 10px 10px 10px;
  padding: 0px 0px 0px 0px;
}
.elementor-column.elementor-col-33.elementor-top-column.elementor-element.BordeGris .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-icon-list--layout-inline.elementor-list-item-link-inline.elementor-align-center.elementor-widget.elementor-widget-icon-list {
  margin: 0;
}
.elementor-column.elementor-col-33.elementor-top-column.elementor-element.BordeGris .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-icon-list--layout-inline.elementor-list-item-link-inline.elementor-align-center.elementor-widget.elementor-widget-icon-list .elementor-widget-container {
  padding-top: 15px;
  padding-right: 24px;
  padding-bottom: 15px;
  padding-left: 24px;
}
.elementor-column.elementor-col-33.elementor-top-column.elementor-element.BordeGris .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-icon-list--layout-inline.elementor-list-item-link-inline.elementor-align-center.elementor-widget.elementor-widget-icon-list .elementor-widget-container .elementor-icon-list-items.elementor-inline-items {
  margin: auto;
}
.elementor-column.elementor-col-33.elementor-top-column.elementor-element.BordeGris .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-heading {
  margin-bottom: 0px;
}

.box-menuAccesoRapido.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section.elementor-section-full_width.elementor-section-height-default.elementor-top-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated {
  padding: 0;
}
.box-menuAccesoRapido.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section.elementor-section-full_width.elementor-section-height-default.elementor-top-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-accordion.liAcordeon1 .elementor-widget-container .elementor-accordion .elementor-accordion-item {
  border: 0px solid #d4d4d4 !important;
}
.box-menuAccesoRapido.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section.elementor-section-full_width.elementor-section-height-default.elementor-top-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-accordion.liAcordeon1 .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor .elementor-section.elementor-top-section.elementor-element.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .ListMenuAccesoRapido.elementor-element.elementor-mobile-align-center.elementor-align-center.elementor-widget.elementor-widget-elementskit-page-list .elementor-icon-list-item {
  width: 100%;
  /* a href */
}
.box-menuAccesoRapido.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section.elementor-section-full_width.elementor-section-height-default.elementor-top-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-accordion.liAcordeon1 .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor .elementor-section.elementor-top-section.elementor-element.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .ListMenuAccesoRapido.elementor-element.elementor-mobile-align-center.elementor-align-center.elementor-widget.elementor-widget-elementskit-page-list .elementor-icon-list-item .ekit_badge_left {
  width: 100%;
}
.box-menuAccesoRapido.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section.elementor-section-full_width.elementor-section-height-default.elementor-top-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-accordion.liAcordeon1 .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor .elementor-section.elementor-top-section.elementor-element.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .ListMenuAccesoRapido.elementor-element.elementor-mobile-align-center.elementor-align-center.elementor-widget.elementor-widget-elementskit-page-list .elementor-icon-list-item .ekit_badge_left .ekit_page_list_content {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* icono de flecha */
}
.box-menuAccesoRapido.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section.elementor-section-full_width.elementor-section-height-default.elementor-top-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-accordion.liAcordeon1 .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor .elementor-section.elementor-top-section.elementor-element.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .ListMenuAccesoRapido.elementor-element.elementor-mobile-align-center.elementor-align-center.elementor-widget.elementor-widget-elementskit-page-list .elementor-icon-list-item .ekit_badge_left .ekit_page_list_content .elementor-icon-list-icon {
  position: absolute;
  top: 0;
  right: 5%;
}
.box-menuAccesoRapido.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section.elementor-section-full_width.elementor-section-height-default.elementor-top-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-accordion.liAcordeon1 .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor .elementor-section.elementor-top-section.elementor-element.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .ListMenuAccesoRapido.elementor-element.elementor-mobile-align-center.elementor-align-center.elementor-widget.elementor-widget-elementskit-page-list .elementor-icon-list-item .ekit_badge_left .ekit_page_list_content .elementor-icon-list-text {
  text-align: center;
}
.box-menuAccesoRapido.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section.elementor-section-full_width.elementor-section-height-default.elementor-top-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-accordion.liAcordeon1 .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title {
  padding: 1em 2em 1em 2em;
  margin: auto;
  text-align: center;
}
.box-menuAccesoRapido.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section.elementor-section-full_width.elementor-section-height-default.elementor-top-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-accordion.liAcordeon1 .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right .elementor-accordion-icon-closed .icon {
  font-size: 0.8em;
}
.box-menuAccesoRapido.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section.elementor-section-full_width.elementor-section-height-default.elementor-top-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-accordion.liAcordeon1 .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon-opened i {
  font-size: 1.2em;
}
.box-menuAccesoRapido.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section.elementor-section-full_width.elementor-section-height-default.elementor-top-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-accordion.liAcordeon1 .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-title {
  text-decoration: none;
}
.box-menuAccesoRapido.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section.elementor-section-full_width.elementor-section-height-default.elementor-top-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-accordion.liAcordeon1 .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-content.elementor-clearfix.elementor-active {
  border-top: 0px solid #d4d4d4;
  padding: 0;
}
.box-menuAccesoRapido.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section.elementor-section-full_width.elementor-section-height-default.elementor-top-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-accordion.liAcordeon1 .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-content.elementor-clearfix.elementor-active ul {
  list-style: none;
  margin: auto;
  margin-bottom: 1em;
}

/* LISTA DE REQUISITOS E INGRESOS */
.boxContenidoRequistos.elementor-column.elementor-col-50.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-section.elementor-inner-section.elementor-element.elementor-hidden-mobile.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default .boxListaRequisitos.elementor-column.elementor-col-50.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .listaRequisitos1.elementor-element.elementor-widget.elementor-widget-text-editor .elementor-widget-container ul {
  margin-left: 0;
}
.boxContenidoRequistos.elementor-column.elementor-col-50.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-section.elementor-inner-section.elementor-element.elementor-hidden-mobile.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default .boxListaRequisitos.elementor-column.elementor-col-50.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .listaRequisitos1.elementor-element.elementor-widget.elementor-widget-text-editor .elementor-widget-container ul li {
  list-style: none;
  margin-bottom: 10px;
}

/*----------------------------------PRINCIPAL----------------------------------------------------*/
.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  z-index: 50;
  cursor: pointer;
}
.slick-slider .slick-arrow .cls-0 {
  fill: #E6E6E6;
}
.slick-slider .slick-arrow .cls-1 {
  fill: #4D4D4D;
}
.slick-slider .slick-arrow.priv_arrow {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.slick-slider .slick-arrow.next_arrow {
  right: 0;
}
.slick-slider .slick-dots {
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
}
.slick-slider .slick-dots li {
  margin: 0;
}
.slick-slider .slick-dots li button {
  background-color: #BFBFBF;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}
@media (min-width: 426px) {
  .slick-slider .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
.slick-slider .slick-dots li button::before {
  color: transparent;
}
.slick-slider .slick-dots .slick-active button {
  background-color: #00a3e0;
}
.slick-slider .slick-dots .slick-active button::before {
  display: none;
}

/*----------------------------------------ZONAS--------------------------------------------------*/
@media (max-width: 767px) {
  .Facultad-Carreras .slick-slider .slick-dots {
    bottom: unset;
    top: calc(100% + 5px);
  }
}

.Slider .slick-arrow.priv_arrow {
  left: 70px;
}
.Slider .slick-arrow.next_arrow {
  right: 70px;
}
.Slider.slick-dotted.slick-slider {
  margin: 0;
}

.Noticias .slick-arrow {
  width: 30px;
  height: 30px;
}
@media (min-width: 800px) {
  .Noticias .slick-arrow.priv_arrow {
    left: -10px;
  }
  .Noticias .slick-arrow.next_arrow {
    right: -10px;
  }
}

@media (max-width: 767px) {
  .Noticias.slick-slider .slick-arrow.priv_arrow {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .Noticias.slick-slider .slick-arrow.next_arrow {
    display: none !important;
  }
}

.First-Slider .slick-dots {
  bottom: -25px;
}

.Slider-Funcionarios .slick-arrow.priv_arrow, .Slider-Autoridades .slick-arrow.priv_arrow {
  left: -6px;
}
.Slider-Funcionarios .slick-arrow.next_arrow, .Slider-Autoridades .slick-arrow.next_arrow {
  right: -6px;
}

.Galeria.Slider_4-1 .slick-arrow .cls-0 {
  fill: #00A3E0;
}
.Galeria.Slider_4-1 .slick-arrow .cls-1 {
  fill: #fff;
}
.Galeria.Slider_4-1 .next_arrow {
  right: 10px;
}
.Galeria.Slider_4-1 .priv_arrow {
  left: 10px;
}
.Galeria.Slider_4-1 .slick-dots {
  bottom: -30px;
}

.Galeria-Mansory .slick-arrow .cls-0 {
  fill: #00A3E0;
}
.Galeria-Mansory .slick-arrow .cls-1 {
  fill: #fff;
}
.Galeria-Mansory .slick-arrow.next_arrow {
  right: -20px;
}
.Galeria-Mansory .slick-arrow.priv_arrow {
  left: -20px;
}

.Actividades {
  display: grid;
  gap: 24px;
}
@media (min-width: 800px) {
  .Actividades {
    grid-template-columns: 15% 85%;
  }
}
.Actividades-Btns {
  display: grid;
  gap: 20px 0;
}
.Actividades-Btns button {
  position: relative;
  border: 1px solid #999999;
  font-size: 16px;
  font-weight: 400;
  color: #4D4D4D;
  padding: 5px 24px;
  max-height: 40px;
}
@media (max-width: 800px) {
  .Actividades-Btns button {
    display: none;
  }
}
.Actividades-Btns button.Activa {
  border: 1px solid #BA1A67;
  background: #BA1A67;
  color: #FFF;
}
.Actividades-Btns button.Activa::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: calc(100% - 8px);
  width: 14px;
  height: 10px;
  background: #BA1A67;
}
.Actividades-Btns button:hover {
  border: 1px solid #BA1A67;
  background: #BA1A67;
  color: #FFF;
}
.Actividades-Btns select {
  text-align: center;
  border-radius: 0;
  background: #DA1884 !important;
  color: #FFF !important;
}
@media (min-width: 800px) {
  .Actividades-Btns select {
    display: none;
  }
}
.Actividades-Btns select:focus, .Actividades-Btns select:active {
  background: #DA1884 !important;
  color: #FFF !important;
}
.Actividades-Btns select option {
  text-align: center;
  background: #DA1884 !important;
  color: #FFF !important;
}
.Actividades-Calendario {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.Actividades-Calendario .wrapper {
  display: grid;
  border: 1px solid grey;
  padding: 0 20px 20px;
}
@media (min-width: 767px) {
  .Actividades-Calendario .wrapper {
    padding: 0 8px 16px;
  }
}
.Actividades-Calendario .wrapper .date {
  color: #FFF;
  background: #000;
  display: inline-grid;
  text-align: center;
  padding: 2px 10px 5px;
  font-size: 27px;
  font-weight: 900;
  line-height: 28px;
  font-family: "Roboto";
  width: 72px;
}
@media (min-width: 767px) {
  .Actividades-Calendario .wrapper .date {
    padding: 13px 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
  }
}
.Actividades-Calendario .wrapper h3 {
  margin: 20px 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}
.Actividades-Calendario .wrapper p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #999999;
}
.Actividades-Calendario .wrapper .btn-arrow {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-align: right;
  color: #00A3E0;
}
.Actividades-Calendario .wrapper .btn-arrow a {
  text-decoration: none;
  color: inherit;
}
.Actividades-Calendario .wrapper .btn-arrow a svg {
  width: 30px;
  height: 30px;
  fill: #00A3E0;
}
.Actividades-Calendario .lds-dual-ring {
  margin: auto;
}

.Galeria style {
  display: none !important;
  opacity: 0;
  width: 0;
  height: 0;
}

.Facultad-con-Carreras {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(312px, 408px));
  gap: 40px;
  justify-content: center;
}
@media (max-width: 1430px) and (min-width: 768px) {
  .Facultad-con-Carreras {
    grid-template-columns: repeat(auto-fit, minmax(280px, 280px));
    gap: 20px;
    justify-content: center;
  }
}
.Facultad-con-Carreras .Card {
  border: 1px solid #999999;
  border-radius: 10px;
  overflow: hidden;
}
.Facultad-con-Carreras .Card .Top-Title {
  position: relative;
  padding: 30px 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(1);
}
@media (max-width: 800px) {
  .Facultad-con-Carreras .Card .Top-Title {
    padding: 18px 0;
  }
}
.Facultad-con-Carreras .Card .Top-Title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #231F20;
  opacity: 0.6;
  mix-blend-mode: luminosity;
  z-index: -1;
}
.Facultad-con-Carreras .Card .Top-Title h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  margin: 0;
  color: #FFF;
}
@media (max-width: 800px) {
  .Facultad-con-Carreras .Card .Top-Title h2 {
    font-size: 16px;
    line-height: 18.75px;
  }
}
.Facultad-con-Carreras .Card .Top-Title h2 span {
  font-weight: 900;
}
.Facultad-con-Carreras .Card .Top-Title a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  text-decoration: none;
  background-color: var(--Color);
}
.Facultad-con-Carreras .Card .Top-Title a span {
  color: #FFF;
}
.Facultad-con-Carreras .Card .Top-Title a span:hover {
  color: #000;
}
.Facultad-con-Carreras .Card .Top-Title a span:hover svg .cls-0 {
  fill: #000;
}
.Facultad-con-Carreras .Card .Top-Title a span:hover svg .cls-1 {
  fill: #FFFFFF;
}
.Facultad-con-Carreras .Card .Top-Title a span svg {
  height: 30px;
  width: 30px;
}
.Facultad-con-Carreras .Card .Top-Title a span svg .cls-0 {
  fill: #FFFFFF;
}
.Facultad-con-Carreras .Card .Top-Title a span svg .cls-1 {
  fill: #4d4d4d;
}
@media (max-width: 800px) {
  .Facultad-con-Carreras .Card .Top-Title a span svg {
    height: 15.91px;
    width: 15.91px;
  }
}
.Facultad-con-Carreras .Card .Top-Title:hover {
  filter: grayscale(0);
}
.Facultad-con-Carreras .Card .Top-Title:hover a {
  opacity: 1;
}
.Facultad-con-Carreras .Card .Body-Content {
  padding: 15px;
}
.Facultad-con-Carreras .Card .Body-Content .Listado-Carreras {
  display: grid;
  gap: 10px 0;
}
.Facultad-con-Carreras .Card .Body-Content .Listado-Carreras .Options {
  padding: 5px 5px 5px 20px;
  border-radius: 10px;
}
.Facultad-con-Carreras .Card .Body-Content .Listado-Carreras .Options:hover {
  background-color: var(--Color);
}
.Facultad-con-Carreras .Card .Body-Content .Listado-Carreras .Options:hover a {
  color: #FFF;
}
.Facultad-con-Carreras .Card .Body-Content .Listado-Carreras .Options:hover a svg .cls-0 {
  fill: #ffffff;
}
.Facultad-con-Carreras .Card .Body-Content .Listado-Carreras .Options:hover a svg .cls-1 {
  fill: var(--Color);
}
.Facultad-con-Carreras .Card .Body-Content .Listado-Carreras .Options a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .Facultad-con-Carreras .Card .Body-Content .Listado-Carreras .Options a {
    font-size: 14px;
    line-height: 14px;
  }
}
.Facultad-con-Carreras .Card .Body-Content .Listado-Carreras .Options a span {
  width: 70%;
}
.Facultad-con-Carreras .Card .Body-Content .Listado-Carreras .Options a svg {
  height: 30px;
  width: 30px;
}
.Facultad-con-Carreras .Card .Body-Content .Listado-Carreras .Options a svg .cls-0 {
  fill: #E6E6E6;
}
.Facultad-con-Carreras .Card .Body-Content .Listado-Carreras .Options a svg .cls-1 {
  fill: #4d4d4d;
}
@media (max-width: 800px) {
  .Facultad-con-Carreras .Card .Body-Content .Listado-Carreras .Options a svg {
    height: 15.91px;
    width: 15.91px;
  }
}

.Facultad-Carreras > h2 {
  text-align: center;
  font-size: 30px;
  line-height: 18px;
  font-weight: 700;
}
@media (max-width: 800px) {
  .Facultad-Carreras > h2 {
    font-size: 18px;
    line-height: 21px;
    padding: 0 2%;
  }
}
.Facultad-Carreras .Box-Carreras .Grilla {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(312px, 1fr));
  justify-content: center;
  gap: 30px 24px;
}
@media (min-width: 1025px) {
  .Facultad-Carreras .Box-Carreras .Grilla {
    grid-template-columns: repeat(4, 1fr);
  }
}
.Facultad-Carreras .Box-Carreras .Grilla .Card {
  display: grid;
  border: 1px solid #999999;
  border-radius: 10px;
  padding-bottom: 20px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.Facultad-Carreras .Box-Carreras .Grilla .Card .Img {
  position: relative;
}
@media (min-width: 500px) {
  .Facultad-Carreras .Box-Carreras .Grilla .Card .Img {
    height: 165px;
  }
}
@media (max-width: 499px) {
  .Facultad-Carreras .Box-Carreras .Grilla .Card .Img {
    height: 90px;
  }
}
.Facultad-Carreras .Box-Carreras .Grilla .Card .Img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.Facultad-Carreras .Box-Carreras .Grilla .Card .Img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(90deg, var(--e-global-color-14425f7), transparent);
  opacity: 0.7;
}
.Facultad-Carreras .Box-Carreras .Grilla .Card .Img .Info {
  position: absolute;
  bottom: 15px;
  left: 0;
  padding: 10px 25px;
  background-color: #FFF;
}
.Facultad-Carreras .Box-Carreras .Grilla .Card .Img .Info p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
}
.Facultad-Carreras .Box-Carreras .Grilla .Card .Img .Info p span {
  font-weight: 900;
}
.Facultad-Carreras .Box-Carreras .Grilla .Card .Title a {
  text-decoration: none;
  margin: 0;
}
.Facultad-Carreras .Box-Carreras .Grilla .Card .Title a h2 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 20px;
}
.Facultad-Carreras .Box-Carreras .Grilla .Card .Content .Box-Logos {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-bottom: 20px;
}
.Facultad-Carreras .Box-Carreras .Grilla .Card .Content .Box-Logos .Logo {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.Facultad-Carreras .Box-Carreras .Grilla .Card .Content .Box-Logos .Logo .Svg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
  margin-bottom: 10px;
}
.Facultad-Carreras .Box-Carreras .Grilla .Card .Content .Box-Logos .Logo p, .Facultad-Carreras .Box-Carreras .Grilla .Card .Content .Box-Logos .Logo a {
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  color: #292929;
  display: flex;
  flex-direction: column;
}
.Facultad-Carreras .Box-Carreras .Grilla .Card .Content .Box-Logos .Logo p span, .Facultad-Carreras .Box-Carreras .Grilla .Card .Content .Box-Logos .Logo a span {
  font-weight: 800;
}
@media (max-width: 500px) {
  .Facultad-Carreras .Box-Carreras .Grilla .Card .Content .Box-Logos .Logo:last-child {
    width: 100%;
    justify-content: center;
  }
  .Facultad-Carreras .Box-Carreras .Grilla .Card .Content .Box-Logos .Logo:last-child p, .Facultad-Carreras .Box-Carreras .Grilla .Card .Content .Box-Logos .Logo:last-child a {
    background-color: #4D4D4D;
    color: #FFF;
    border-radius: 10px;
    padding: 5px 20px;
    flex-direction: row;
  }
  .Facultad-Carreras .Box-Carreras .Grilla .Card .Content .Box-Logos .Logo:last-child .Svg {
    display: none;
  }
}
.Facultad-Carreras .Box-Carreras .Grilla .Card .Content .Box-Logos .Logo:last-child .Svg {
  background-color: #4D4D4D;
  transition: all ease 0.2s;
}
.Facultad-Carreras .Box-Carreras .Grilla .Card .Content .Box-Logos .Logo:last-child .Svg:hover {
  background-color: var(--e-global-color-14425f7);
}
.Facultad-Carreras .Box-Carreras .Grilla .Card .Box-Btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Facultad-Carreras .Box-Carreras .Grilla .Card .Box-Btn a {
  color: var(--e-global-color-14425f7);
  text-decoration: none;
  display: flex;
  font-weight: 700;
}
.Facultad-Carreras .Box-Carreras .Grilla .Card .Box-Btn a i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  text-align: center;
  padding: 0;
  margin: 0 10px;
  align-items: center;
  justify-content: center;
  align-content: center;
  background-color: var(--e-global-color-14425f7);
  color: #FFF;
}

.Aranceles-Menu {
  margin-bottom: 30px;
}
.Aranceles-Menu ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .Aranceles-Menu ul {
    flex-direction: column;
    border: 1px solid #999999;
    border-radius: 5px;
    overflow: hidden;
  }
}
.Aranceles-Menu ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .Aranceles-Menu ul li button {
    background: transparent;
  }
}
.Aranceles-Menu ul li button h2 {
  font-size: 16px;
  line-height: 18px;
  margin: 0;
}
.Aranceles-Menu ul li.Activa button h2 {
  font-weight: 700;
}
@media (max-width: 768px) {
  .Aranceles-Menu ul li.Activa button h2 {
    color: #FFF;
  }
}
@media (min-width: 769px) {
  .Aranceles-Menu ul li.Activa button h2 {
    color: #BA1A67;
  }
}
@media (max-width: 768px) {
  .Aranceles-Menu ul li.Activa {
    background-color: #BA1A67;
  }
}
@media (min-width: 769px) {
  .Aranceles-Menu ul li.Activa:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #BA1A67;
  }
}
.Aranceles-Tabla .Tabla-Facultad {
  border: 1px solid #999999;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 20px;
}
@media (min-width: 800px) {
  .Aranceles-Tabla .Tabla-Facultad {
    width: 90%;
  }
}
.Aranceles-Tabla .Tabla-Facultad.Ocultar {
  display: none;
}
.Aranceles-Tabla .Tabla-Header {
  display: grid;
}
.Aranceles-Tabla .Tabla-Header.Col3 {
  grid-template-columns: 40% 30% 30%;
}
.Aranceles-Tabla .Tabla-Header.Col4 {
  grid-template-columns: 40% 20% 20% 20%;
}
.Aranceles-Tabla .Tabla-Header div {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #FFF;
  border-left: 1px solid #FFF;
}
.Aranceles-Tabla .Tabla-Header div:first-child {
  border-left: none;
}
.Aranceles-Tabla .Tabla-Header div:last-child {
  border-right: none;
}
.Aranceles-Tabla .Tabla-Header h2 {
  font-size: 10px;
  margin: 0;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .Aranceles-Tabla .Tabla-Header h2 {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media (min-width: 991px) {
  .Aranceles-Tabla .Tabla-Header h2 {
    font-size: 16px;
    padding: 15px 0;
  }
}
.Aranceles-Tabla .Tabla-Body-Row {
  display: grid;
}
.Aranceles-Tabla .Tabla-Body-Row div {
  border-right: 1px solid #999999;
  /* border-left: 1px solid #999999; */
  border-bottom: 1px solid #999999;
  text-align: center;
  padding: 10px 0;
}
.Aranceles-Tabla .Tabla-Body-Row div:first-child {
  border-left: none;
  text-align: left;
  padding: 10px 8px;
}
@media (min-width: 768px) {
  .Aranceles-Tabla .Tabla-Body-Row div:first-child {
    border-left: none;
    text-align: left;
    padding: 10px 8px;
  }
}
@media (min-width: 991px) {
  .Aranceles-Tabla .Tabla-Body-Row div:first-child {
    border-left: none;
    text-align: left;
    padding: 10px 0px;
  }
}
.Aranceles-Tabla .Tabla-Body-Row div:first-child span {
  margin: 0;
}
@media (min-width: 768px) {
  .Aranceles-Tabla .Tabla-Body-Row div:first-child span {
    margin-left: 0px;
  }
}
@media (min-width: 991px) {
  .Aranceles-Tabla .Tabla-Body-Row div:first-child span {
    margin-left: 25px;
  }
}
.Aranceles-Tabla .Tabla-Body-Row div:last-child {
  border-right: none;
}
.Aranceles-Tabla .Tabla-Body-Row:last-child div {
  border-bottom: none;
}
.Aranceles-Tabla .Tabla-Body-Row.Col3 {
  grid-template-columns: 40% 30% 30%;
}
.Aranceles-Tabla .Tabla-Body-Row.Col4 {
  grid-template-columns: 40% 20% 20% 20%;
}
.Aranceles-Tabla .Tabla-Body-Row span {
  color: #4D4D4D;
  font-size: 10px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .Aranceles-Tabla .Tabla-Body-Row span {
    font-size: 14px;
  }
}
@media (min-width: 991px) {
  .Aranceles-Tabla .Tabla-Body-Row span {
    font-size: 16px;
  }
}
.Aranceles > span {
  text-align: left;
  font-weight: bold;
  display: block;
  width: 90%;
  margin: 0 auto;
}

/*Shortcode */
.boxShortC.elementor-element.elementor-widget.elementor-widget-shortcode {
  margin-bottom: 0;
}

.Modalidades-List {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  padding: 10px;
  gap: 5px;
}
@media (min-width: 768px) {
  .Modalidades-List {
    gap: 10px;
  }
}
.Modalidades-List div {
  margin: auto;
}
.Modalidades-List svg {
  width: 30px;
  height: 30px;
}
.Modalidades-List .Modalidades-Opt {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.Modalidades-List .Modalidades-Opt span {
  color: #212529;
  width: 70%;
}

.Aranceles-Acordion h2, .Aranceles-Acordion h3, .Aranceles-Acordion p {
  margin: 0;
  padding: 0;
}
.Aranceles-Acordion .Arrow {
  width: 30px;
  transform: rotate(90deg);
}
.Aranceles-Acordion .Arrow .cls-0 {
  fill: var(--Color);
}
.Aranceles-Acordion .Arrow .cls-1 {
  fill: #FFF;
}
.Aranceles-Acordion .Acordion-Facultades {
  margin-bottom: 20px;
  cursor: pointer;
}
.Aranceles-Acordion .Acordion-Facultades.Activa .Acordion-Facultades-Encabezado {
  margin-bottom: 30px;
}
.Aranceles-Acordion .Acordion-Facultades.Activa .Acordion-Facultades-Encabezado h2 {
  color: #FFF;
}
.Aranceles-Acordion .Acordion-Facultades.Activa .Arrow-Facultad {
  transform: rotate(-90deg);
}
.Aranceles-Acordion .Acordion-Facultades.Activa .Acordion-Facultades-Cuerpo {
  display: block;
}
.Aranceles-Acordion .Acordion-Facultades-Encabezado {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px;
  border: 1px solid #999999;
  background-color: var(--Color);
  border-radius: 10px;
}
.Aranceles-Acordion .Acordion-Facultades-Encabezado h2 {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
}
.Aranceles-Acordion .Acordion-Facultades-Cuerpo {
  display: none;
}
.Aranceles-Acordion .Acordion-Facultades-Cuerpo .Tabla-Facultad {
  border: 1px solid #999999;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 20px;
}
.Aranceles-Acordion .Acordion-Facultades-Cuerpo .Tabla-Facultad.Ocultar {
  display: none;
}
.Aranceles-Acordion .Acordion-Facultades-Cuerpo .Tabla-Header {
  display: grid;
}
.Aranceles-Acordion .Acordion-Facultades-Cuerpo .Tabla-Header.Col3 {
  grid-template-columns: 40% 30% 30%;
}
.Aranceles-Acordion .Acordion-Facultades-Cuerpo .Tabla-Header.Col4 {
  grid-template-columns: 40% 20% 20% 20%;
}
.Aranceles-Acordion .Acordion-Facultades-Cuerpo .Tabla-Header div {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #FFF;
  border-left: 1px solid #FFF;
}
.Aranceles-Acordion .Acordion-Facultades-Cuerpo .Tabla-Header div:first-child {
  border-left: none;
}
.Aranceles-Acordion .Acordion-Facultades-Cuerpo .Tabla-Header div:last-child {
  border-right: none;
}
.Aranceles-Acordion .Acordion-Facultades-Cuerpo .Tabla-Header h2 {
  font-size: 10px;
  margin: 0;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .Aranceles-Acordion .Acordion-Facultades-Cuerpo .Tabla-Header h2 {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media (min-width: 991px) {
  .Aranceles-Acordion .Acordion-Facultades-Cuerpo .Tabla-Header h2 {
    font-size: 16px;
    padding: 15px 0;
  }
}
.Aranceles-Acordion .Acordion-Facultades-Cuerpo .Tabla-Body-Row {
  display: grid;
}
.Aranceles-Acordion .Acordion-Facultades-Cuerpo .Tabla-Body-Row div {
  border-right: 1px solid #999999;
  /* border-left: 1px solid #999999; */
  border-bottom: 1px solid #999999;
  text-align: center;
  padding: 10px 0;
}
.Aranceles-Acordion .Acordion-Facultades-Cuerpo .Tabla-Body-Row div:first-child {
  border-left: none;
  text-align: left;
  padding: 10px 8px;
}
@media (min-width: 768px) {
  .Aranceles-Acordion .Acordion-Facultades-Cuerpo .Tabla-Body-Row div:first-child {
    border-left: none;
    text-align: left;
    padding: 10px 8px;
  }
}
@media (min-width: 991px) {
  .Aranceles-Acordion .Acordion-Facultades-Cuerpo .Tabla-Body-Row div:first-child {
    border-left: none;
    text-align: left;
    padding: 10px 0px;
  }
}
.Aranceles-Acordion .Acordion-Facultades-Cuerpo .Tabla-Body-Row div:first-child span {
  margin: 0;
}
@media (min-width: 768px) {
  .Aranceles-Acordion .Acordion-Facultades-Cuerpo .Tabla-Body-Row div:first-child span {
    margin-left: 0px;
  }
}
@media (min-width: 991px) {
  .Aranceles-Acordion .Acordion-Facultades-Cuerpo .Tabla-Body-Row div:first-child span {
    margin-left: 25px;
  }
}
.Aranceles-Acordion .Acordion-Facultades-Cuerpo .Tabla-Body-Row div:last-child {
  border-right: none;
}
.Aranceles-Acordion .Acordion-Facultades-Cuerpo .Tabla-Body-Row:last-child div {
  border-bottom: none;
}
.Aranceles-Acordion .Acordion-Facultades-Cuerpo .Tabla-Body-Row.Col3 {
  grid-template-columns: 40% 30% 30%;
}
.Aranceles-Acordion .Acordion-Facultades-Cuerpo .Tabla-Body-Row.Col4 {
  grid-template-columns: 40% 20% 20% 20%;
}
.Aranceles-Acordion .Acordion-Facultades-Cuerpo .Tabla-Body-Row span {
  color: #4D4D4D;
  font-size: 10px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .Aranceles-Acordion .Acordion-Facultades-Cuerpo .Tabla-Body-Row span {
    font-size: 14px;
  }
}
@media (min-width: 991px) {
  .Aranceles-Acordion .Acordion-Facultades-Cuerpo .Tabla-Body-Row span {
    font-size: 16px;
  }
}
.Aranceles-Acordion .Acordion-Carreras {
  display: none;
  margin-bottom: 15px;
}
.Aranceles-Acordion .Acordion-Carreras.Activa {
  border: 1px solid var(--Color);
}
.Aranceles-Acordion .Acordion-Carreras.Activa .Acordion-Carreras-Encabezado {
  background-color: transparent;
}
.Aranceles-Acordion .Acordion-Carreras.Activa .Acordion-Carreras-Encabezado h3 {
  font-weight: 700;
}
.Aranceles-Acordion .Acordion-Carreras-Encabezado {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px;
  background-color: #E6E6E6;
}
.Aranceles-Acordion .Acordion-Carreras-Encabezado h3 {
  font-size: 16px;
  font-weight: 400;
}

.BT-Acordion * {
  border-radius: 10px;
}
.BT-Acordion h2, .BT-Acordion h3, .BT-Acordion p {
  margin: 0;
  padding: 0;
}
.BT-Acordion .Arrow {
  width: 30px;
  transform: rotate(90deg);
}
.BT-Acordion .Arrow .cls-0 {
  fill: #E6E6E6;
}
.BT-Acordion .Arrow .cls-1 {
  fill: #231F20;
}
.BT-Acordion .Acordion-Facultades {
  margin-bottom: 20px;
  cursor: pointer;
}
.BT-Acordion .Acordion-Facultades.Activa .Acordion-Facultades-Encabezado {
  background-color: var(--Color);
  margin-bottom: 30px;
}
.BT-Acordion .Acordion-Facultades.Activa .Acordion-Facultades-Encabezado h2 {
  color: #FFF;
}
.BT-Acordion .Acordion-Facultades.Activa .Arrow-Facultad {
  transform: rotate(-90deg);
}
.BT-Acordion .Acordion-Facultades.Activa .Arrow-Facultad .cls-1 {
  fill: var(--Color);
}
.BT-Acordion .Acordion-Facultades.Activa .Acordion-Carreras {
  display: block;
}
.BT-Acordion .Acordion-Facultades-Encabezado {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px;
  border: 1px solid #999999;
}
.BT-Acordion .Acordion-Facultades-Encabezado h2 {
  font-size: 20px;
  font-weight: 400;
}
.BT-Acordion .Acordion-Carreras {
  display: none;
  margin-bottom: 15px;
}
.BT-Acordion .Acordion-Carreras.Activa {
  border: 1px solid var(--Color);
}
.BT-Acordion .Acordion-Carreras.Activa .Acordion-Carreras-Encabezado {
  background-color: transparent;
}
.BT-Acordion .Acordion-Carreras.Activa .Acordion-Carreras-Encabezado h3 {
  font-weight: 700;
}
.BT-Acordion .Acordion-Carreras.Activa .Acordion-Carreras-Encabezado .Arrow-Carrera {
  transform: rotate(-90deg);
}
.BT-Acordion .Acordion-Carreras.Activa .Acordion-Carreras-Encabezado .Arrow-Carrera .cls-0 {
  fill: var(--Color);
}
.BT-Acordion .Acordion-Carreras.Activa .Acordion-Carreras-Encabezado .Arrow-Carrera .cls-1 {
  fill: #FFF;
}
.BT-Acordion .Acordion-Carreras.Activa .Acordion-Carreras-Encabezado-Btn a {
  display: block;
}
.BT-Acordion .Acordion-Carreras.Activa .Acordion-Carreras-Cuerpo {
  display: grid;
  gap: 20px;
}
.BT-Acordion .Acordion-Carreras.Activa .Acordion-Carreras-Cuerpo-Contenido {
  padding-left: 15px;
}
.BT-Acordion .Acordion-Carreras.Activa .Acordion-Carreras-Cuerpo h4 {
  font-size: 20px;
  font-weight: 900;
}
@media (max-width: 800px) {
  .BT-Acordion .Acordion-Carreras.Activa .Acordion-Carreras-Cuerpo h4 {
    font-size: 16px;
  }
}
.BT-Acordion .Acordion-Carreras.Activa .Acordion-Carreras-Cuerpo p {
  font-size: 14px;
  font-weight: 400;
}
.BT-Acordion .Acordion-Carreras-Encabezado {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px;
  background-color: #E6E6E6;
}
.BT-Acordion .Acordion-Carreras-Encabezado h3 {
  font-size: 16px;
  font-weight: 400;
}
.BT-Acordion .Acordion-Carreras-Encabezado-Btn {
  display: flex;
}
.BT-Acordion .Acordion-Carreras-Encabezado-Btn a {
  display: none;
  background-color: var(--Color);
  color: #FFF;
  padding: 5px 30px;
  margin-right: 20px;
}
.BT-Acordion .Acordion-Carreras-Encabezado .Arrow-Carrera .cls-0 {
  fill: #ffffff;
}
.BT-Acordion .Acordion-Carreras-Cuerpo {
  display: none;
  padding: 20px;
}

.Acordion {
  display: grid;
  gap: 25px;
}
.Acordion * {
  border-radius: 10px;
}
.Acordion h2, .Acordion h3, .Acordion p {
  margin: 0;
  padding: 0;
}
.Acordion .Arrow {
  width: 30px;
  transform: rotate(90deg);
}
.Acordion .Contenedor {
  display: grid;
  gap: 15px;
}
.Acordion .Contenedor-Encabezado {
  padding: 10px;
  background: #E6E6E6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.Acordion .Contenedor-Encabezado .Titulo {
  color: var(--Gris-oscuro);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.Acordion .Contenedor-Encabezado .Arrow .cls-0 {
  fill: #FFF;
}
.Acordion .Contenedor-Encabezado .Arrow .cls-1 {
  fill: #4D4D4D;
}
.Acordion .Contenedor-Cuerpo {
  height: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
  display: flex;
  flex-direction: column;
}
.Acordion .Contenedor-Cuerpo .Titulo {
  color: var(--Gris-oscuro);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.Acordion .Contenedor-Cuerpo .Info {
  color: #303030;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.Acordion .Contenedor-Cuerpo .Btn-Vacante {
  width: 150px;
  padding: 10px 20px;
  border-radius: 10px;
  color: var(--Blanco);
  background: var(--Rosa);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 80%;
}
@media (max-width: 1024px) {
  .Acordion .Contenedor-Cuerpo .Btn-Vacante {
    margin: auto;
  }
}
.Acordion .Contenedor.Activo .Contenedor-Encabezado {
  background: var(--Azul);
}
.Acordion .Contenedor.Activo .Contenedor-Encabezado .Titulo {
  color: var(--Blanco);
}
.Acordion .Contenedor.Activo .Contenedor-Encabezado .Arrow {
  transform: rotate(270deg);
}
.Acordion .Contenedor.Activo .Contenedor-Encabezado .Arrow .cls-0 {
  fill: #E6E6E6;
}
.Acordion .Contenedor.Activo .Contenedor-Encabezado .Arrow .cls-1 {
  fill: var(--Azul);
}
.Acordion .Contenedor.Activo .Contenedor-Cuerpo {
  height: auto;
  opacity: 1;
  position: relative;
  z-index: 1;
  border: 1px solid #999;
  padding: 20px;
}

.Formulario-Vacante input::-moz-placeholder, .Formulario-Vacante select::-moz-placeholder {
  opacity: 1 !important;
}

.Formulario-Vacante input::placeholder, .Formulario-Vacante select::placeholder {
  opacity: 1 !important;
}
.Formulario-Vacante .Custom_input {
  position: relative;
  overflow: hidden;
}
.Formulario-Vacante .Custom_input input[type=file] {
  position: absolute;
  left: 1000%;
}
.Formulario-Vacante .elementor-field-group label {
  display: none;
}
.Formulario-Vacante .e-form__buttons {
  margin-top: 20px;
}
.Formulario-Vacante .elementor-field-group-Cargo_Elegible::after {
  content: url(../img/ArrowSelect.svg);
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 8px;
  right: 30px;
}
.Formulario-Vacante .elementor-field-group-Cargo_Elegible::after svg {
  stroke: #FFF;
}
.Formulario-Vacante .elementor-field-type-upload {
  margin-top: 20px;
}
.Formulario-Vacante .elementor-field-type-upload label {
  display: block;
}
.Formulario-Vacante .elementor-field-type-upload input[type=file] {
  font-size: 12px !important;
}

.Form-Vacante-Popup .Formulario-Vacante input, .Form-Vacante-Popup .Formulario-Vacante select {
  color: #000 !important;
  border-color: #000 !important;
}
.Form-Vacante-Popup .Formulario-Vacante input::-moz-placeholder, .Form-Vacante-Popup .Formulario-Vacante select::-moz-placeholder {
  color: #000 !important;
}
.Form-Vacante-Popup .Formulario-Vacante input::placeholder, .Form-Vacante-Popup .Formulario-Vacante select::placeholder {
  color: #000 !important;
}
.Form-Vacante-Popup .Formulario-Vacante span, .Form-Vacante-Popup .Formulario-Vacante label {
  color: #000 !important;
}
.Form-Vacante-Popup .Formulario-Vacante .elementor-message {
  color: #000 !important;
}
.Form-Vacante-Popup .Formulario-Vacante .Custom_input a {
  color: #000 !important;
  text-decoration: underline;
}
.Form-Vacante-Popup .Formulario-Vacante .Custom_input svg path {
  stroke: #000 !important;
}

.Form-Vacante-Fijo .Formulario-Vacante input, .Form-Vacante-Fijo .Formulario-Vacante select {
  color: #FFF !important;
  border-color: #FFF !important;
}
.Form-Vacante-Fijo .Formulario-Vacante input::-moz-placeholder, .Form-Vacante-Fijo .Formulario-Vacante select::-moz-placeholder {
  color: #FFF !important;
}
.Form-Vacante-Fijo .Formulario-Vacante input::placeholder, .Form-Vacante-Fijo .Formulario-Vacante select::placeholder {
  color: #FFF !important;
}
.Form-Vacante-Fijo .Formulario-Vacante select {
  background-color: black !important;
}
.Form-Vacante-Fijo .Formulario-Vacante span, .Form-Vacante-Fijo .Formulario-Vacante label {
  color: #FFF !important;
}
.Form-Vacante-Fijo .Formulario-Vacante .elementor-message {
  color: #FFF !important;
}
.Form-Vacante-Fijo .Formulario-Vacante .Custom_input a {
  color: #FFF !important;
  text-decoration: underline;
}
.Form-Vacante-Fijo .Formulario-Vacante .Custom_input svg path {
  stroke: #FFF !important;
}
.Form-Vacante-Fijo #FormVacanteSubmit .elementor-button-text > span {
  display: none;
}

.CalendarioAcademico {
  display: grid;
  gap: 20px;
}
@media (min-width: 800px) {
  .CalendarioAcademico {
    grid-template-columns: calc(25% - 20px) 75%;
  }
}
.CalendarioAcademico-Btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.CalendarioAcademico-Btns .CalendarioAcademico-Select {
  display: block;
  background-color: #00A3E0;
  color: white !important;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (min-width: 800px) {
  .CalendarioAcademico-Btns .CalendarioAcademico-Select {
    display: none;
  }
}
.CalendarioAcademico-Btns .CalendarioAcademico-Select::-ms-expand {
  display: none;
}
.CalendarioAcademico-Btns button {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  background-color: #F3F3F3;
  color: #231F20;
  border-radius: 10px;
  padding: 17px 2px;
  display: none;
}
@media (min-width: 800px) {
  .CalendarioAcademico-Btns button {
    display: block;
  }
}
.CalendarioAcademico-Btns button.Activa {
  background-color: #00A3E0;
  font-weight: 700;
  color: #FFF;
}
.CalendarioAcademico-Btns button.Activa::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 8px);
  transform: translateY(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background-color: #00A3E0;
  z-index: -1;
}
.CalendarioAcademico-Cuerpo {
  overflow: hidden;
  border: 1px solid #999999;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.CalendarioAcademico-Cuerpo .CalendarioAcademico-Meses {
  display: grid;
  grid-template-columns: 25% 75%;
  width: 100%;
  align-self: flex-start;
}
@media (min-width: 800px) {
  .CalendarioAcademico-Cuerpo .CalendarioAcademico-Meses {
    grid-template-columns: 15% 85%;
  }
}
.CalendarioAcademico-Cuerpo .CalendarioAcademico-Meses .CalendarioAcademico-Mes {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E6E6E6;
  border-right: 1px solid #999999;
  border-bottom: 2px solid #999999;
}
.CalendarioAcademico-Cuerpo .CalendarioAcademico-Meses .CalendarioAcademico-Mes span {
  font-weight: 700;
  font-size: 18px;
}
.CalendarioAcademico-Cuerpo .CalendarioAcademico-Meses .CalendarioAcademico-Detalles .CalendarioAcademico-Detalles-Actividad {
  display: grid;
  grid-template-columns: 30% 70%;
  border-bottom: 1px solid #999999;
}
@media (min-width: 800px) {
  .CalendarioAcademico-Cuerpo .CalendarioAcademico-Meses .CalendarioAcademico-Detalles .CalendarioAcademico-Detalles-Actividad {
    grid-template-columns: 15% 85%;
  }
}
.CalendarioAcademico-Cuerpo .CalendarioAcademico-Meses .CalendarioAcademico-Detalles .CalendarioAcademico-Detalles-Actividad-Fecha {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #999999;
}
.CalendarioAcademico-Cuerpo .CalendarioAcademico-Meses .CalendarioAcademico-Detalles .CalendarioAcademico-Detalles-Actividad-Fecha span {
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 800px) {
  .CalendarioAcademico-Cuerpo .CalendarioAcademico-Meses .CalendarioAcademico-Detalles .CalendarioAcademico-Detalles-Actividad-Fecha span {
    font-size: 18px;
  }
}
.CalendarioAcademico-Cuerpo .CalendarioAcademico-Meses .CalendarioAcademico-Detalles .CalendarioAcademico-Detalles-Actividad-Info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 25px;
}
.CalendarioAcademico-Cuerpo .CalendarioAcademico-Meses .CalendarioAcademico-Detalles .CalendarioAcademico-Detalles-Actividad-Info span {
  font-weight: 400;
  font-size: 16px;
}
.CalendarioAcademico-Cuerpo .CalendarioAcademico-Meses:nth-child(1) .CalendarioAcademico-Mes {
  border-bottom: 2px solid #00a3e0;
}
.CalendarioAcademico-Cuerpo .CalendarioAcademico-Meses:nth-child(2) .CalendarioAcademico-Mes {
  border-bottom: 2px solid #fc4c02;
}
.CalendarioAcademico-Cuerpo .CalendarioAcademico-Meses:nth-child(3n) .CalendarioAcademico-Mes {
  border-bottom: 2px solid #da1884;
}
.CalendarioAcademico-Cuerpo .CalendarioAcademico-Meses:nth-child(3n+4) .CalendarioAcademico-Mes {
  border-bottom: 2px solid #00a3e0;
}
.CalendarioAcademico-Cuerpo .CalendarioAcademico-Meses:nth-child(3n+5) .CalendarioAcademico-Mes {
  border-bottom: 2px solid #fc4c02;
}
.CalendarioAcademico.Mini .CalendarioAcademico-Contenedor {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 310px;
}
.CalendarioAcademico.Mini .CalendarioAcademico-Meses:nth-child(1) .CalendarioAcademico-Mes {
  border-bottom: 2px solid #00a3e0;
  background-color: #00a3e0;
  color: #FFF;
}
.CalendarioAcademico.Mini .CalendarioAcademico-Meses:nth-child(2) .CalendarioAcademico-Mes {
  border-bottom: 2px solid #fc4c02;
  background-color: #fc4c02;
  color: #FFF;
}
.CalendarioAcademico.Mini .CalendarioAcademico-Meses:nth-child(3n) .CalendarioAcademico-Mes {
  border-bottom: 2px solid #da1884;
  background-color: #da1884;
  color: #FFF;
}
.CalendarioAcademico.Mini .CalendarioAcademico-Meses:nth-child(3n+4) .CalendarioAcademico-Mes {
  border-bottom: 2px solid #00a3e0;
  background-color: #00a3e0;
  color: #FFF;
}
.CalendarioAcademico.Mini .CalendarioAcademico-Meses:nth-child(3n+5) .CalendarioAcademico-Mes {
  border-bottom: 2px solid #fc4c02;
  background-color: #fc4c02;
  color: #FFF;
}

.e-container {
  z-index: initial;
  isolation: initial;
}
.e-container:before {
  z-index: initial;
}

.Facultad-por-Tipo {
  display: grid;
  gap: 13px;
}
.Facultad-por-Tipo .Card {
  padding: 8px 10px;
  border-radius: 10px;
  overflow: hidden;
}
.Facultad-por-Tipo .Card:hover {
  background-color: var(--Color);
}
.Facultad-por-Tipo .Card:hover span {
  color: #FFF;
}
.Facultad-por-Tipo .Card:hover svg .cls-0 {
  fill: #FFF;
}
.Facultad-por-Tipo .Card:hover svg .cls-1 {
  fill: var(--Color);
}
.Facultad-por-Tipo .Card a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  line-height: 28px;
  color: #4D4D4D;
}
@media (max-width: 800px) {
  .Facultad-por-Tipo .Card a {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
  }
}
.Facultad-por-Tipo .Card a span {
  width: 85%;
}
@media (max-width: 800px) {
  .Facultad-por-Tipo .Card a span {
    width: 90%;
  }
}
.Facultad-por-Tipo .Card a svg {
  height: 30px;
  width: 30px;
}
.Facultad-por-Tipo .Card a svg .cls-0 {
  fill: #E6E6E6;
}
.Facultad-por-Tipo .Card a svg .cls-1 {
  fill: #4d4d4d;
}
@media (max-width: 800px) {
  .Facultad-por-Tipo .Card a svg {
    height: 15.91px;
    width: 15.91px;
  }
}

@media (max-width: 800px) {
  .Galeria-Mansory {
    padding: 0 24px;
  }
}
.Galeria-Mansory .gallery {
  margin: 0;
}
@media (min-width: 800px) {
  .Galeria-Mansory .gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 200px;
    gap: 24px;
  }
}
.Galeria-Mansory .gallery figure {
  width: 100%;
}
.Galeria-Mansory .gallery figure:first-child {
  grid-column: 1/3;
  grid-row: span 2;
}
.Galeria-Mansory .gallery figure:nth-child(10n+8) {
  grid-column: 3/5;
  grid-row: span 2;
}
.Galeria-Mansory .gallery figure:nth-child(10n+11) {
  grid-column: 1/3;
  grid-row: span 2;
}

.titulos-li-footer .elementor-heading-title.elementor-size-default a {
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.titulos-li-footer a:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #00A3E0;
  top: 4px;
  right: calc(100% + 8.5px);
}
@media (max-width: 767px) {
  .titulos-li-footer {
    width: 10px;
    height: 10px;
  }
}

.Footer-SubMenu-Ubicacion .elementor-nav-menu .menu-item {
  margin-right: 10px;
  /* &:first-child::after{
      content: '';
      position: absolute;
      width: 11px;
      height: 9px;
      margin: 0;
      background-color:rgb(224, 86, 0);
      top: 50%;
      transform: translateY(-50%);
      right: calc(100% + 8.5px);
      @media(max-width:767px){
          width: 10px;
          height: 10px;
      }
  } */
}
.Footer-SubMenu-Ubicacion .elementor-nav-menu .menu-item:before {
  content: "";
  background-color: #FFF;
  position: absolute;
  right: -5px;
  top: 0;
  height: 100%;
  width: 1px;
}
.Footer-SubMenu-Ubicacion .elementor-nav-menu .menu-item:last-child::before {
  display: none;
}

#Form_ContactoBiblioteca .elementor-form-fields-wrapper input::-moz-placeholder, #Form_ContactoBiblioteca .elementor-form-fields-wrapper textarea::-moz-placeholder {
  color: #FFF;
  opacity: 1;
}

#Form_ContactoBiblioteca .elementor-form-fields-wrapper input::placeholder, #Form_ContactoBiblioteca .elementor-form-fields-wrapper textarea::placeholder {
  color: #FFF;
  opacity: 1;
}
#Form_ContactoBiblioteca .elementor-form-fields-wrapper div:last-child {
  grid-area: Send;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: stretch;
}
#Form_ContactoBiblioteca .elementor-form-fields-wrapper div:last-child::before {
  content: "(*) campos oblligatiorios";
  position: relative;
  display: block;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

@media (max-width: 500px) {
  .Carrera-Banner {
    height: 125px;
  }
}
/* @media (min-width: 801px) {
  .Carrera-Banner-Titulo {
    width: 60%;
  }
}
@media (max-width: 800px) {
  .Carrera-Banner-Titulo {
    width: 80%;
  }
}
@media (min-width: 801px) {
  .Carrera-Banner-Titulo h1, .Carrera-Banner-Titulo h2 {
    font-size: 3.5rem;
    padding: 2rem;
  }
}
@media (min-width: 501px) and (max-width: 800px) {
  .Carrera-Banner-Titulo h1, .Carrera-Banner-Titulo h2 {
    font-size: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 500px) {
  .Carrera-Banner-Titulo h1, .Carrera-Banner-Titulo h2 {
    font-size: 1rem;
    padding: 1.5rem;
  }
} */

.menu-admision-container .menu {
  list-style: none;
  margin: 0;
}
.menu-admision-container .menu li.menu-item {
  display: grid !important;
  padding: 0 10px;
}
.menu-admision-container .menu li.menu-item a {
  background: #999;
  color: #FFF;
  padding: 15px 10px;
  border-radius: 15px;
  text-align: center;
}
@media (max-width: 800px) {
  .menu-admision-container .menu li.menu-item a {
    font-size: 12px;
  }
}
.menu-admision-container .menu li.menu-item.current-menu-item a {
  background: #DA1884;
}
.menu-admision-container .slick-dots {
  bottom: inherit;
  top: calc(100% + 5px);
}

header .NavHeader ul.elementskit-navbar-nav {
  flex-wrap: nowrap;
  text-align: center;
}
@media (min-width: 1024px) {
  header .NavHeader ul.elementskit-navbar-nav > li:not(:last-child):after {
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    background-color: #979797;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1024px) {
  header #ContainerMenu {
    order: 1;
  }
  header #ContainerMenu .elementskit-menu-hamburger {
    border: none;
  }
  header #ContainerMenu .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
    height: 3px;
    margin-bottom: 7px;
    border-radius: 50px;
    background-color: black;
  }
}

/* formulario postulacion */
.FormPostulaciones-Content {
  display: flex;
  flex-wrap: wrap;
}
.FormPostulaciones-Content-Side {
  width: 100%;
}
@media (min-width: 900px) {
  .FormPostulaciones-Content-Side {
    padding: 0 20px;
    flex: 1 1 50%;
  }
}
.FormPostulaciones-Content.Center {
  justify-content: center;
  color: #FFF;
}
.FormPostulaciones-InputGroup-BtnSend {
  text-align: center;
	width:100%;
}
/* @media (min-width: 800px) {
  .FormPostulaciones-InputGroup-BtnSend {
    text-align: right;
  }
} */
.FormPostulaciones-InputGroup input, .FormPostulaciones-InputGroup select, .FormPostulaciones-InputGroup option {
  width: 100%;
  height: 50px;
  border: 1px solid #231F20;
  border-radius: 10px;
  background-color: #FFF;
}
@media (max-width: 800px) {
  .FormPostulaciones-InputGroup input, .FormPostulaciones-InputGroup select, .FormPostulaciones-InputGroup option {
    height: 46px;
    padding: 0 10px;
  }
}
.FormPostulaciones-InputGroup .btn-postula {
  width: 150px;
  height: 40px;
  background: #DA1884;
  border: 1px solid #DA1884;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #FFF;
  transition: 0.6s;
	text-transform: uppercase;
}
@media (min-width: 768px) {
  .FormPostulaciones-InputGroup .btn-postula {
    font-size: 16px;
  }
}
.FormPostulaciones-InputGroup .btn-postula:hover {
 /*background-color: #00a3e0;
  border: 1px solid #00a3e0;*/
  color: #FFFFFF;
}
.FormPostulaciones-InputGroup .btn-postula.FullWidth {
  width: auto;
}
.FormPostulaciones-InputGroup-Doble {
  width: 100%;
  display: grid;
  grid-template-columns: 30% 70%;
}
.FormPostulaciones-InputGroup-Doble > select {
  border-right: none;
  border-radius: 10px 0 0 10px;
}
.FormPostulaciones-InputGroup-Doble > input {
  border-radius: 0 10px 10px 0;
}
/* .FormPostulaciones-InputGroup-Doble.telefono {
	grid-template-columns: 25% 75% !important;
}
.FormPostulaciones-InputGroup-Doble.telefono :first-child {
  	border-radius: 10px 0 0 10px !important;
} */



.FormPostulaciones.FormCarrera .FormPostulaciones-InputGroup input, .FormPostulaciones.FormCarrera .FormPostulaciones-InputGroup select {
  color: #000;
  border-color: #FFF;
  transition: all 0ms;
}
/*.FormPostulaciones.FormCarrera .FormPostulaciones-InputGroup input:focus, .FormPostulaciones.FormCarrera .FormPostulaciones-InputGroup input:active, .FormPostulaciones.FormCarrera .FormPostulaciones-InputGroup select:focus, .FormPostulaciones.FormCarrera .FormPostulaciones-InputGroup select:active {
  background: #292929;
}*/
.FormPostulaciones.FormCarrera .FormPostulaciones-InputGroup input::-moz-placeholder, .FormPostulaciones.FormCarrera .FormPostulaciones-InputGroup select::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.FormPostulaciones.FormCarrera .FormPostulaciones-InputGroup input::placeholder, .FormPostulaciones.FormCarrera .FormPostulaciones-InputGroup select::placeholder {
  color: #000;
  opacity: 1;
}

.FormPostulaciones.FormBecaTalento .FormPostulaciones-InputGroup input, .FormPostulaciones.FormBecaTalento .FormPostulaciones-InputGroup select {
  font-size: 14px;
}

/* formulario postulacion */
.Form-TallerInvierno-Content {
  display: flex;
  flex-wrap: wrap;
}
.Form-TallerInvierno-Content-Side {
  width: 100%;
  display: grid;
  padding: 0 2%;
}
.Form-TallerInvierno-Content.Center {
  justify-content: center;
  color: #FFF;
}
.Form-TallerInvierno-InputGroup-BtnSend {
  text-align: center;
}
@media (min-width: 800px) {
  .Form-TallerInvierno-InputGroup-BtnSend {
    text-align: right;
  }
}
.Form-TallerInvierno-InputGroup input, .Form-TallerInvierno-InputGroup select, .Form-TallerInvierno-InputGroup option {
  width: 100%;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 10px;
  background: transparent;
  color: #FFF;
  padding: 0 0.75em;
}
@media (max-width: 800px) {
  .Form-TallerInvierno-InputGroup input, .Form-TallerInvierno-InputGroup select, .Form-TallerInvierno-InputGroup option {
    height: 35px;
    padding: 0 10px;
  }
}
.Form-TallerInvierno-InputGroup input::-moz-placeholder, .Form-TallerInvierno-InputGroup select::-moz-placeholder, .Form-TallerInvierno-InputGroup option::-moz-placeholder {
  color: #FFF;
}
.Form-TallerInvierno-InputGroup input::placeholder, .Form-TallerInvierno-InputGroup select::placeholder, .Form-TallerInvierno-InputGroup option::placeholder {
  color: #FFF;
}
.Form-TallerInvierno-InputGroup input:focus, .Form-TallerInvierno-InputGroup select:focus, .Form-TallerInvierno-InputGroup option:focus {
  background: transparent;
  border: 1px solid #fff;
  color: #FFF;
}
.Form-TallerInvierno-InputGroup select option {
  color: #4D4D4D;
}
.Form-TallerInvierno-InputGroup .btn-postula {
  width: 150px;
  height: 40px;
  background: #E6E6E6;
  border: 1px solid #FFF;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #4D4D4D;
  transition: 0.6s;
}
@media (min-width: 768px) {
  .Form-TallerInvierno-InputGroup .btn-postula {
    font-size: 16px;
  }
}
.Form-TallerInvierno-InputGroup .btn-postula:hover {
  background-color: #00a3e0;
  border: 1px solid #00a3e0;
  color: #FFFFFF;
}
.Form-TallerInvierno-InputGroup .btn-postula.FullWidth {
  width: auto;
}
.Form-TallerInvierno-InputGroup-Doble {
  width: 100%;
  display: grid;
  grid-template-columns: 30% 70%;
}
.Form-TallerInvierno-InputGroup-Doble > select {
  color: #FFF;
  border-right: none;
  border-radius: 10px 0 0 10px;
}
.Form-TallerInvierno-InputGroup-Doble > input {
  border-radius: 0 10px 10px 0;
}
.Form-TallerInvierno-Submit {
  display: grid;
  place-items: center;
  margin-top: 10px;
}

.FormBecaTalento-Content {
  display: flex;
  flex-wrap: wrap;
}
.FormBecaTalento-Content-Side {
  width: 100%;
  display: grid;
  padding: 0 2%;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
}
.FormBecaTalento-Content.Center {
  justify-content: center;
  color: #FFF;
}
.FormBecaTalento-InputGroup .text-danger {
  font-size: 10px;
}
.FormBecaTalento-InputGroup.item3, .FormBecaTalento-InputGroup.item6, .FormBecaTalento-InputGroup.item7, .FormBecaTalento-InputGroup.item8 {
  grid-column: span 2;
}
.FormBecaTalento-InputGroup-BtnSend {
  text-align: center;
}
@media (min-width: 800px) {
  .FormBecaTalento-InputGroup-BtnSend {
    text-align: right;
  }
}
.FormBecaTalento-InputGroup input, .FormBecaTalento-InputGroup select, .FormBecaTalento-InputGroup option {
  font-size: 12px;
  width: 100%;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 10px;
  background: #292929;
  color: #FFF;
  padding: 0 5px;
}
@media (max-width: 800px) {
  .FormBecaTalento-InputGroup input, .FormBecaTalento-InputGroup select, .FormBecaTalento-InputGroup option {
    height: 35px;
    padding: 0 10px;
  }
}
.FormBecaTalento-InputGroup input::-moz-placeholder, .FormBecaTalento-InputGroup select::-moz-placeholder, .FormBecaTalento-InputGroup option::-moz-placeholder {
  color: #FFF;
}
.FormBecaTalento-InputGroup input::placeholder, .FormBecaTalento-InputGroup select::placeholder, .FormBecaTalento-InputGroup option::placeholder {
  color: #FFF;
}
.FormBecaTalento-InputGroup input:focus, .FormBecaTalento-InputGroup input:active, .FormBecaTalento-InputGroup input:hover, .FormBecaTalento-InputGroup select:focus, .FormBecaTalento-InputGroup select:active, .FormBecaTalento-InputGroup select:hover, .FormBecaTalento-InputGroup option:focus, .FormBecaTalento-InputGroup option:active, .FormBecaTalento-InputGroup option:hover {
  background: #292929;
  border: 1px solid #fff;
  color: #FFF;
}
.FormBecaTalento-InputGroup input:-webkit-autofill, .FormBecaTalento-InputGroup input:-moz-autofill, .FormBecaTalento-InputGroup select:-webkit-autofill, .FormBecaTalento-InputGroup select:-moz-autofill, .FormBecaTalento-InputGroup option:-webkit-autofill, .FormBecaTalento-InputGroup option:-moz-autofill {
  /* Evitar cambios de color de fondo */
  box-shadow: 0 0 0 1000px #292929 inset !important;
  /* Evitar cambios de color de texto */
  -webkit-text-fill-color: #FFFFFF !important;
  -moz-text-fill-color: #FFFFFF !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
}
.FormBecaTalento-InputGroup .btn-postula {
  min-width: 250px;
  height: 40px;
  background: #EE2183;
  border: 1px solid #FFF;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: white;
  transition: 0.6s;
}
.FormBecaTalento-InputGroup .btn-postula:hover {
  background-color: #00a3e0;
  border: 1px solid #00a3e0;
  color: #FFFFFF;
}
.FormBecaTalento-InputGroup .btn-postula.FullWidth {
  width: auto;
}
.FormBecaTalento-InputGroup-Doble {
  width: 100%;
  display: grid;
  grid-template-columns: 30% 70%;
}
.FormBecaTalento-InputGroup-Doble > select {
  color: #FFF;
  border-right: none;
  border-radius: 10px 0 0 10px;
}
.FormBecaTalento-InputGroup-Doble > input {
  border-radius: 0 10px 10px 0;
}
.FormBecaTalento-Submit {
  display: grid;
  place-items: center;
  margin-top: 10px;
}

.btnUni.BtnArrow.elementor-element.elementor-align-center.elementor-widget.elementor-widget-button .elementor-widget-container .elementor-button-wrapper .elementor-button-link.elementor-button.elementor-size-sm {
  width: 277px;
  padding: 0.5em 1em !important;
}

/* TITULO CONTADOR */
.SeccionTituloContador.elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-heading .elementor-widget-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.SeccionTituloContador.elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-heading .elementor-widget-container .elementor-heading-title.elementor-size-default {
  position: relative;
}
.SeccionTituloContador.elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-heading .elementor-widget-container .elementor-heading-title.elementor-size-default::before {
  content: "";
  position: absolute;
  top: 45%;
  left: -8%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #00a3e0;
}
@media (min-width: 426px) {
  .SeccionTituloContador.elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-heading .elementor-widget-container .elementor-heading-title.elementor-size-default::before {
    width: 13px;
    height: 13px;
    left: -8%;
  }
}

/*PRIMEROS LOGOS EGRESADOS  */
.boxGeneLogosEgresados.elementor-section.elementor-inner-section.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default .ColumnaLogosEgresados.elementor-column.elementor-col-25.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated {
  /* logo izquerdo */
  /* logo derecho */
}
.boxGeneLogosEgresados.elementor-section.elementor-inner-section.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default .ColumnaLogosEgresados.elementor-column.elementor-col-25.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .LogoEgresados.elementor-element.elementor-widget-mobile__width-initial.elementor-view-default.elementor-mobile-position-top.elementor-vertical-align-top.elementor-widget.elementor-widget-icon-box .elementor-widget-container .elementor-icon-box-wrapper {
  /* logo */
  /* texto */
}
@media (min-width: 320px) and (max-width: 424px) {
  .boxGeneLogosEgresados.elementor-section.elementor-inner-section.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default .ColumnaLogosEgresados.elementor-column.elementor-col-25.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .LogoEgresados.elementor-element.elementor-widget-mobile__width-initial.elementor-view-default.elementor-mobile-position-top.elementor-vertical-align-top.elementor-widget.elementor-widget-icon-box .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
    font-size: 20px;
  }
}
.boxGeneLogosEgresados.elementor-section.elementor-inner-section.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default .ColumnaLogosEgresados.elementor-column.elementor-col-25.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .LogoPioneros.elementor-element.elementor-widget-mobile__width-initial.elementor-view-default.elementor-mobile-position-top.elementor-vertical-align-top.elementor-widget.elementor-widget-icon-box .elementor-widget-container .elementor-icon-box-wrapper {
  /* logo */
  /* texto */
}
@media (min-width: 320px) and (max-width: 424px) {
  .boxGeneLogosEgresados.elementor-section.elementor-inner-section.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default .ColumnaLogosEgresados.elementor-column.elementor-col-25.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .LogoPioneros.elementor-element.elementor-widget-mobile__width-initial.elementor-view-default.elementor-mobile-position-top.elementor-vertical-align-top.elementor-widget.elementor-widget-icon-box .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
    font-size: 20px;
  }
}

/* SECCION TEXTO DE UNIVERSIDAD MULTIMODAL  */
.boxMultimodal.elementor-element.elementor-widget.elementor-widget-text-editor .elementor-widget-container {
  display: flex;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 424px) {
  .boxMultimodal.elementor-element.elementor-widget.elementor-widget-text-editor .elementor-widget-container {
    justify-content: space-between;
    padding: 20px 5px 16px 20px;
  }
}
@media (min-width: 768px) {
  .boxMultimodal.elementor-element.elementor-widget.elementor-widget-text-editor .elementor-widget-container {
    display: block;
  }
}
.boxMultimodal.elementor-element.elementor-widget.elementor-widget-text-editor .elementor-widget-container h3 {
  margin: 0;
  font-size: 1rem;
}
@media (min-width: 375px) and (max-width: 767px) {
  .boxMultimodal.elementor-element.elementor-widget.elementor-widget-text-editor .elementor-widget-container h3 {
    font-size: 1.3rem;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .boxMultimodal.elementor-element.elementor-widget.elementor-widget-text-editor .elementor-widget-container h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 1024px) {
  .boxMultimodal.elementor-element.elementor-widget.elementor-widget-text-editor .elementor-widget-container h3 {
    margin-bottom: 28px;
    font-size: 1.8rem;
  }
}
.boxMultimodal.elementor-element.elementor-widget.elementor-widget-text-editor .elementor-widget-container ul {
  margin-bottom: 0;
  margin: 0;
}
@media (min-width: 320px) and (max-width: 424px) {
  .boxMultimodal.elementor-element.elementor-widget.elementor-widget-text-editor .elementor-widget-container ul {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .boxMultimodal.elementor-element.elementor-widget.elementor-widget-text-editor .elementor-widget-container ul {
    margin-left: 1em;
  }
}
@media (min-width: 1024px) {
  .boxMultimodal.elementor-element.elementor-widget.elementor-widget-text-editor .elementor-widget-container ul {
    margin-left: 1em;
  }
}
.boxMultimodal.elementor-element.elementor-widget.elementor-widget-text-editor .elementor-widget-container ul li {
  position: relative;
  list-style: none;
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  margin-bottom: 0;
}
@media (min-width: 320px) and (max-width: 374px) {
  .boxMultimodal.elementor-element.elementor-widget.elementor-widget-text-editor .elementor-widget-container ul li {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .boxMultimodal.elementor-element.elementor-widget.elementor-widget-text-editor .elementor-widget-container ul li {
    font-size: 20px;
    font-weight: 400;
    line-height: 47px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .boxMultimodal.elementor-element.elementor-widget.elementor-widget-text-editor .elementor-widget-container ul li {
    font-size: 28px;
  }
}
.boxMultimodal.elementor-element.elementor-widget.elementor-widget-text-editor .elementor-widget-container ul li::before {
  content: "";
  position: absolute;
  top: 45%;
  right: calc(100% + 10px);
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-color: #EE2183;
}
@media (min-width: 320px) and (max-width: 424px) {
  .boxMultimodal.elementor-element.elementor-widget.elementor-widget-text-editor .elementor-widget-container ul li::before {
    top: 53%;
  }
}
@media (min-width: 768px) {
  .boxMultimodal.elementor-element.elementor-widget.elementor-widget-text-editor .elementor-widget-container ul li::before {
    right: calc(100% + 14px);
    top: 50%;
  }
}
@media (min-width: 1740px) {
  .boxMultimodal.elementor-element.elementor-widget.elementor-widget-text-editor .elementor-widget-container ul li::before {
    right: calc(100% + 16px);
  }
}

/* SECCION DEL CONTADOR */
.elementor-column.elementor-col-25.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .boxNumeroContador.elementor-element.elementor-widget.elementor-widget-counter {
  padding: 0 3em 0 3em;
}
@media (min-width: 768px) {
  .elementor-column.elementor-col-25.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .boxNumeroContador.elementor-element.elementor-widget.elementor-widget-counter {
    padding: 0em;
  }
}
@media (min-width: 1024px) {
  .elementor-column.elementor-col-25.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .boxNumeroContador.elementor-element.elementor-widget.elementor-widget-counter {
    padding: 0em;
  }
}
.elementor-column.elementor-col-25.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .boxNumeroContador.elementor-element.elementor-widget.elementor-widget-counter .elementor-widget-container {
  /*  */
}
.elementor-column.elementor-col-25.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .boxNumeroContador.elementor-element.elementor-widget.elementor-widget-counter .elementor-widget-container .elementor-counter {
  display: flex;
  align-items: center;
  /* NUMERO */
  /* TEXTO */
}
@media (min-width: 1024px) {
  .elementor-column.elementor-col-25.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .boxNumeroContador.elementor-element.elementor-widget.elementor-widget-counter .elementor-widget-container .elementor-counter {
    gap: 1em;
    justify-content: center;
  }
}
.elementor-column.elementor-col-25.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .boxNumeroContador.elementor-element.elementor-widget.elementor-widget-counter .elementor-widget-container .elementor-counter .elementor-counter-number-wrapper {
  width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .elementor-column.elementor-col-25.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .boxNumeroContador.elementor-element.elementor-widget.elementor-widget-counter .elementor-widget-container .elementor-counter .elementor-counter-number-wrapper {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .elementor-column.elementor-col-25.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .boxNumeroContador.elementor-element.elementor-widget.elementor-widget-counter .elementor-widget-container .elementor-counter .elementor-counter-number-wrapper {
    display: block;
    width: auto;
  }
}
.elementor-column.elementor-col-25.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .boxNumeroContador.elementor-element.elementor-widget.elementor-widget-counter .elementor-widget-container .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix {
  display: none;
}
@media (min-width: 1024px) {
  .elementor-column.elementor-col-25.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .boxNumeroContador.elementor-element.elementor-widget.elementor-widget-counter .elementor-widget-container .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix {
    display: block;
  }
}
.elementor-column.elementor-col-25.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .boxNumeroContador.elementor-element.elementor-widget.elementor-widget-counter .elementor-widget-container .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
  display: none;
}
@media (min-width: 1024px) {
  .elementor-column.elementor-col-25.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .boxNumeroContador.elementor-element.elementor-widget.elementor-widget-counter .elementor-widget-container .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
    display: block;
  }
}
.elementor-column.elementor-col-25.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .boxNumeroContador.elementor-element.elementor-widget.elementor-widget-counter .elementor-widget-container .elementor-counter .elementor-counter-title {
  width: 50%;
  text-align: left;
}
@media (min-width: 768px) {
  .elementor-column.elementor-col-25.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .boxNumeroContador.elementor-element.elementor-widget.elementor-widget-counter .elementor-widget-container .elementor-counter .elementor-counter-title {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .elementor-column.elementor-col-25.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .boxNumeroContador.elementor-element.elementor-widget.elementor-widget-counter .elementor-widget-container .elementor-counter .elementor-counter-title {
    width: 55%;
  }
}

/* MENU */
.box-menuAccesoRapido02.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section.elementor-section-full_width.elementor-section-height-default.elementor-top-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated {
  padding: 0;
}
.box-menuAccesoRapido02.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section.elementor-section-full_width.elementor-section-height-default.elementor-top-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-accordion.liAcordeon1 .elementor-widget-container .elementor-accordion .elementor-accordion-item {
  border: 0px solid #d4d4d4 !important;
}
.box-menuAccesoRapido02.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section.elementor-section-full_width.elementor-section-height-default.elementor-top-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-accordion.liAcordeon1 .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor .elementor-section.elementor-top-section.elementor-element.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .ListMenuAccesoRapido.elementor-element.elementor-mobile-align-center.elementor-align-center.elementor-widget.elementor-widget-elementskit-page-list .elementor-icon-list-item {
  width: 100%;
  /* a href */
}
.box-menuAccesoRapido02.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section.elementor-section-full_width.elementor-section-height-default.elementor-top-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-accordion.liAcordeon1 .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor .elementor-section.elementor-top-section.elementor-element.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .ListMenuAccesoRapido.elementor-element.elementor-mobile-align-center.elementor-align-center.elementor-widget.elementor-widget-elementskit-page-list .elementor-icon-list-item .ekit_badge_left {
  width: 100%;
}
.box-menuAccesoRapido02.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section.elementor-section-full_width.elementor-section-height-default.elementor-top-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-accordion.liAcordeon1 .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor .elementor-section.elementor-top-section.elementor-element.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .ListMenuAccesoRapido.elementor-element.elementor-mobile-align-center.elementor-align-center.elementor-widget.elementor-widget-elementskit-page-list .elementor-icon-list-item .ekit_badge_left .ekit_page_list_content {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* icono de flecha */
}
.box-menuAccesoRapido02.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section.elementor-section-full_width.elementor-section-height-default.elementor-top-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-accordion.liAcordeon1 .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor .elementor-section.elementor-top-section.elementor-element.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .ListMenuAccesoRapido.elementor-element.elementor-mobile-align-center.elementor-align-center.elementor-widget.elementor-widget-elementskit-page-list .elementor-icon-list-item .ekit_badge_left .ekit_page_list_content .elementor-icon-list-icon {
  position: absolute;
  top: 0;
  right: 5%;
}
.box-menuAccesoRapido02.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section.elementor-section-full_width.elementor-section-height-default.elementor-top-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-accordion.liAcordeon1 .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor .elementor-section.elementor-top-section.elementor-element.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .ListMenuAccesoRapido.elementor-element.elementor-mobile-align-center.elementor-align-center.elementor-widget.elementor-widget-elementskit-page-list .elementor-icon-list-item .ekit_badge_left .ekit_page_list_content .elementor-icon-list-text {
  text-align: center;
}
.box-menuAccesoRapido02.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section.elementor-section-full_width.elementor-section-height-default.elementor-top-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-accordion.liAcordeon1 .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title {
  padding: 1em 2em 1em 2em;
  margin: auto;
  text-align: center;
}
.box-menuAccesoRapido02.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section.elementor-section-full_width.elementor-section-height-default.elementor-top-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-accordion.liAcordeon1 .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right .elementor-accordion-icon-closed .icon {
  font-size: 0.8em;
}
.box-menuAccesoRapido02.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section.elementor-section-full_width.elementor-section-height-default.elementor-top-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-accordion.liAcordeon1 .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon-opened i {
  font-size: 1.2em;
}
.box-menuAccesoRapido02.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section.elementor-section-full_width.elementor-section-height-default.elementor-top-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-accordion.liAcordeon1 .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-title {
  text-decoration: none;
}
.box-menuAccesoRapido02.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section.elementor-section-full_width.elementor-section-height-default.elementor-top-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-accordion.liAcordeon1 .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-content.elementor-clearfix.elementor-active {
  border-top: 0px solid #d4d4d4;
  padding: 0;
}
.box-menuAccesoRapido02.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section.elementor-section-full_width.elementor-section-height-default.elementor-top-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-accordion.liAcordeon1 .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-content.elementor-clearfix.elementor-active ul {
  list-style: none;
  margin: auto;
  margin-bottom: 1em;
}

/* LISTA DE REQUISITOS E INGRESOS */
.boxContenidoRequistos.elementor-column.elementor-col-50.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-section.elementor-inner-section.elementor-element.elementor-hidden-mobile.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default .boxListaRequisitos.elementor-column.elementor-col-50.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .listaRequisitos1.elementor-element.elementor-widget.elementor-widget-text-editor .elementor-widget-container ul {
  margin-left: 0;
}
.boxContenidoRequistos.elementor-column.elementor-col-50.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated .elementor-section.elementor-inner-section.elementor-element.elementor-hidden-mobile.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default .boxListaRequisitos.elementor-column.elementor-col-50.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .listaRequisitos1.elementor-element.elementor-widget.elementor-widget-text-editor .elementor-widget-container ul li {
  list-style: none;
  margin-bottom: 10px;
}

/* SLIDER MODALIDADES DE PAGO */
.Arrows-Slider-Two.seccionDePagos.elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default.slick-initialized.slick-slider {
  /*FLECHAS SLIDER*/
}
.Arrows-Slider-Two.seccionDePagos.elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default.slick-initialized.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: var(--facultad);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  cursor: pointer;
}
.Arrows-Slider-Two.seccionDePagos.elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default.slick-initialized.slick-slider .slick-arrow:hover .cls-0 {
  fill: #DA1884;
}
.Arrows-Slider-Two.seccionDePagos.elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default.slick-initialized.slick-slider .slick-arrow:hover .cls-1 {
  fill: white;
}
.Arrows-Slider-Two.seccionDePagos.elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default.slick-initialized.slick-slider .slick-arrow .cls-0 {
  fill: #d4d4d4;
  transition: fill 0.6s ease-out;
}
.Arrows-Slider-Two.seccionDePagos.elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default.slick-initialized.slick-slider .slick-arrow .cls-1 {
  fill: black;
  transition: fill 0.5s ease-out;
}
.Arrows-Slider-Two.seccionDePagos.elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default.slick-initialized.slick-slider .slick-arrow.priv_arrow {
  left: -5px;
  z-index: 51;
  transform: translateY(-50%) rotate(180deg);
}
.Arrows-Slider-Two.seccionDePagos.elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default.slick-initialized.slick-slider .slick-arrow.next_arrow {
  right: -5px;
  z-index: 51;
}
.Arrows-Slider-Two.seccionDePagos.elementor-section.elementor-inner-section.elementor-element.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .slick-list.draggable .slick-track {
  display: flex;
  gap: 1em;
}

/* CARD SLIDER */
.slick-slide.slick-active .elementor-column.elementor-col-20.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .BoxModalidadPago.elementor-element.ekit-equal-height-disable.elementor-widget.elementor-widget-elementskit-image-box {
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 768px) {
  .slick-slide.slick-active .elementor-column.elementor-col-20.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .BoxModalidadPago.elementor-element.ekit-equal-height-disable.elementor-widget.elementor-widget-elementskit-image-box {
    padding-left: 0;
    padding-right: 0;
  }
}
.slick-slide.slick-active .elementor-column.elementor-col-20.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .BoxModalidadPago.elementor-element.ekit-equal-height-disable.elementor-widget.elementor-widget-elementskit-image-box .elementor-widget-container {
  z-index: 0;
}

.slick-slide .elementor-column.elementor-col-20.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .BoxModalidadPago.elementor-element.ekit-equal-height-disable.elementor-widget.elementor-widget-elementskit-image-box {
  padding-left: 1em;
  padding-right: 1em;
  min-height: 155px;
}
@media (min-width: 768px) {
  .slick-slide .elementor-column.elementor-col-20.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .BoxModalidadPago.elementor-element.ekit-equal-height-disable.elementor-widget.elementor-widget-elementskit-image-box {
    padding-left: 0;
    padding-right: 0;
  }
}
.slick-slide .elementor-column.elementor-col-20.elementor-inner-column.elementor-element .elementor-widget-wrap.elementor-element-populated .BoxModalidadPago.elementor-element.ekit-equal-height-disable.elementor-widget.elementor-widget-elementskit-image-box .elementor-widget-container {
  z-index: 0;
}

.banner-subtitulo .elementor-widget-heading h3.elementor-heading-title {
  font-weight: 400 !important;
}
@media (max-width: 1024px) {
  .banner-subtitulo .elementor-widget-heading h3.elementor-heading-title {
    font-size: 18px !important;
  }
}

.AgendaEgresados {
  display: grid;
  gap: 20px;
}
@media (min-width: 800px) {
  .AgendaEgresados {
    grid-template-columns: calc(12% - 20px) auto;
  }
}

.AgendaEgresados-Btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.AgendaEgresados-Btns button {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  background-color: #F3F3F3;
  color: #231F20;
  border-radius: 10px;
  padding: 17px 2px;
}
@media (max-width: 800px) {
  .AgendaEgresados-Btns button {
    display: none;
  }
}
@media (min-width: 800px) {
  .AgendaEgresados-Btns button {
    display: block;
  }
}
.AgendaEgresados-Btns button.Activa {
  background-color: #00A3E0;
  font-weight: 700;
  color: #FFF;
}
.AgendaEgresados-Btns button.Activa::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 8px);
  transform: translateY(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background-color: #00A3E0;
  z-index: -1;
}
.AgendaEgresados-Btns .AgendaEgresados-Select {
  background-color: #00A3E0;
  color: white !important;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  border-radius: 0;
  border: none;
  position: relative;
}
@media (max-width: 800px) {
  .AgendaEgresados-Btns .AgendaEgresados-Select {
    display: block;
  }
}
@media (min-width: 800px) {
  .AgendaEgresados-Btns .AgendaEgresados-Select {
    display: none;
  }
}
.AgendaEgresados-Btns .AgendaEgresados-Select::-ms-expand {
  display: none;
}

.Agenda-Egresados {
  text-align: -webkit-center;
}
.Agenda-Egresados .Box-Agenda .Grilla {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(312px, 1fr));
  justify-content: center;
  gap: 30px 24px;
}
@media (min-width: 1025px) {
  .Agenda-Egresados .Box-Agenda .Grilla {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 800px) {
  .Agenda-Egresados .Box-Agenda .Grilla {
    gap: 0px 24px;
  }
}
.Agenda-Egresados .Box-Agenda .Grilla .Card {
  display: grid;
  grid-template-rows: min-content auto min-content;
  border: 1px solid #999999;
  border-radius: 10px;
  overflow: hidden;
}
.Agenda-Egresados .Box-Agenda .Grilla .Card .Title {
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  padding: 10px 20px;
  background-color: #00A3E0;
  color: #FFF;
}
.Agenda-Egresados .Box-Agenda .Grilla .Card .Title p {
  margin: 0;
}
.Agenda-Egresados .Box-Agenda .Grilla .Card .Content {
  display: grid;
  grid-template-rows: min-content auto min-content;
}
.Agenda-Egresados .Box-Agenda .Grilla .Card .Content .DateType {
  display: flex;
  font-size: 14px;
  font-weight: 700;
  background: rgba(230, 230, 230, 0.4980392157);
}
.Agenda-Egresados .Box-Agenda .Grilla .Card .Content .DateType div:last-child {
  border-left: #BFBFBF solid 2px;
}
.Agenda-Egresados .Box-Agenda .Grilla .Card .Content .DateType .Date, .Agenda-Egresados .Box-Agenda .Grilla .Card .Content .DateType .Type {
  color: #00A3E0;
  width: 100%;
  padding: 5px 0;
}
.Agenda-Egresados .Box-Agenda .Grilla .Card .Content .Description {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 14px;
  flex-direction: column;
  color: #4D4D4D;
}
.Agenda-Egresados .Box-Agenda .Grilla .Card .Content .Description p {
  margin: 0;
}
.Agenda-Egresados .Box-Agenda .Grilla .Card .Content .Description ul {
  margin: 0 0 1em 1em;
}
.Agenda-Egresados .Box-Agenda .Grilla .Card .Content .Box-Logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 0;
}
.Agenda-Egresados .Box-Agenda .Grilla .Card .Content .Box-Logos .Logo .Svg {
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
}
.Agenda-Egresados .Box-Agenda .Grilla .Card .Content .Box-Logos .Logo p {
  font-size: 12px;
  font-weight: 500;
  color: #292929;
  margin: 0;
}
.Agenda-Egresados .Box-Agenda .Grilla .Card .Content .Box-Logos .Logo p span {
  font-weight: 800;
}
.Agenda-Egresados .Box-Agenda .Grilla .Card .Box-Btn {
  border-radius: 5px;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 10px auto;
}
.Agenda-Egresados .Box-Agenda .Grilla .Card .Box-Btn .btn {
  color: #4D4D4D;
  text-decoration: none;
  background: #E6E6E6;
  font-weight: 700;
  padding: 13px 20px;
  font-family: "Roboto";
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
}
.Agenda-Egresados .Box-Agenda .Grilla .Card .Box-Btn .btn.disabled {
  background: #fff;
  opacity: 0.7;
  cursor: default;
  pointer-events: none;
}
.Agenda-Egresados .Box-Agenda .Grilla .Card .Box-Btn .btn.disabled:hover {
  background: #fff;
  color: #4D4D4D;
}
.Agenda-Egresados .Box-Agenda .Grilla .Card .Box-Btn .btn:hover {
  background: #00A3E0;
  color: #fff;
  transition: color 0.5s, background 0.5s;
}
@media (max-width: 800px) {
  .Agenda-Egresados .Box-Agenda .Grilla .slick-list .slick-track .slick-slide {
    padding: 0px 20px 0 20px;
  }
  .Agenda-Egresados .Box-Agenda .Grilla .slick-dots {
    position: initial;
  }
}

.AgendaEgresados .AgendaEgresados-LoadMore {
  padding: 30px;
  justify-self: center;
}
@media (max-width: 800px) {
  .AgendaEgresados .AgendaEgresados-LoadMore {
    display: none;
  }
}
.AgendaEgresados .AgendaEgresados-LoadMore a:hover {
  text-decoration: none;
}
.AgendaEgresados .AgendaEgresados-LoadMore a span {
  color: #4D4D4D;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

#AgendarModal .modal-dialog .modal-body {
  display: flex;
  justify-content: space-around;
}
#AgendarModal .modal-dialog .modal-body .Logo {
  text-align: -webkit-center;
}
#AgendarModal .modal-dialog .modal-body .Logo .Svg {
  width: 50px;
  height: 50px;
}

.AgendaBT .Select_Week {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
  margin-bottom: 35px;
}
.AgendaBT .Select_Week_Option {
  position: relative;
  background: #F3F3F3;
  color: #231F20;
  text-align: center;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
@media (min-width: 901px) {
  .AgendaBT .Select_Week_Option {
    padding: 20px 0;
  }
}
@media (max-width: 900px) {
  .AgendaBT .Select_Week_Option {
    padding: 15px 0;
    font-size: 14px;
  }
}
.AgendaBT .Select_Week_Option.Activo {
  background: #00A3E0;
  color: #FFFFFF;
}
.AgendaBT .Select_Week_Option.Activo::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  background-color: #00A3E0;
  width: 10px;
  height: 10px;
  transform: translateX(-50%) rotate(45deg);
}
.AgendaBT .View_Week {
  display: none;
}
.AgendaBT .View_Week.Activo {
  display: block;
}
.AgendaBT .View_Week_Day_Title {
  background: #E6E6E6;
  border-radius: 10px;
  display: grid;
  text-align: center;
  color: #4D4D4D;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 901px) {
  .AgendaBT .View_Week_Day_Title {
    grid-template-columns: 10% 90%;
  }
}
@media (max-width: 900px) {
  .AgendaBT .View_Week_Day_Title {
    grid-template-columns: 20% 80%;
    font-size: 14px;
  }
}
.AgendaBT .View_Week_Day_Title span {
  padding: 15px 0;
}
.AgendaBT .View_Week_Day_Title span:first-child {
  border-right: 2px solid #231F20;
}
.AgendaBT .View_Week_Day_Body {
  display: grid;
  gap: 15px 0;
  margin-bottom: 15px;
}
.AgendaBT .View_Week_Day_Body_Hour {
  display: grid;
}
@media (min-width: 901px) {
  .AgendaBT .View_Week_Day_Body_Hour {
    gap: 0 15px;
    grid-template-columns: 10% calc(90% - 15px);
  }
}
@media (max-width: 900px) {
  .AgendaBT .View_Week_Day_Body_Hour {
    gap: 0 10px;
    grid-template-columns: calc(20% - 10px) calc(80% - 10px);
    font-size: 14px;
  }
}
.AgendaBT .View_Week_Day_Body_Hour_Title {
  background: #00A3E0;
  border-radius: 10px;
  font-weight: 700;
  color: #FFFFFF;
  display: grid;
  place-content: center;
}
@media (min-width: 901px) {
  .AgendaBT .View_Week_Day_Body_Hour_Title {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .AgendaBT .View_Week_Day_Body_Hour_Title {
    font-size: 14px;
  }
}
.AgendaBT .View_Week_Day_Body_Hour_Events {
  display: grid;
  gap: 15px 0;
}
.AgendaBT .View_Week_Day_Body_Hour_Events_Event_Header {
  border: 1px solid #999999;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  color: #231F20;
}
@media (min-width: 901px) {
  .AgendaBT .View_Week_Day_Body_Hour_Events_Event_Header {
    font-size: 20px;
    line-height: 40px;
    padding: 10px 30px;
  }
}
@media (max-width: 900px) {
  .AgendaBT .View_Week_Day_Body_Hour_Events_Event_Header {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 10px;
  }
}
.AgendaBT .View_Week_Day_Body_Hour_Events_Event_Header_Arrow {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  background-color: #E6E6E6;
  border-radius: 50%;
}
@media (min-width: 901px) {
  .AgendaBT .View_Week_Day_Body_Hour_Events_Event_Header_Arrow {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 900px) {
  .AgendaBT .View_Week_Day_Body_Hour_Events_Event_Header_Arrow {
    width: 15px;
    height: 15px;
  }
}
.AgendaBT .View_Week_Day_Body_Hour_Events_Event_Header_Arrow svg {
  fill: none;
  width: 50%;
}
.AgendaBT .View_Week_Day_Body_Hour_Events_Event_Header_Arrow svg path {
  stroke: #231F20;
}
.AgendaBT .View_Week_Day_Body_Hour_Events_Event_Body {
  display: none;
  margin-top: 20px;
  border: 1px solid #999999;
  border-radius: 10px;
  overflow: hidden;
}
.AgendaBT .View_Week_Day_Body_Hour_Events_Event_Body_Title {
  background: #E6E6E6;
  font-style: normal;
  font-weight: 900;
  color: #231F20;
  display: flex;
  justify-content: center;
  gap: 5px;
}
@media (min-width: 901px) {
  .AgendaBT .View_Week_Day_Body_Hour_Events_Event_Body_Title {
    font-size: 20px;
    line-height: 40px;
  }
}
@media (max-width: 900px) {
  .AgendaBT .View_Week_Day_Body_Hour_Events_Event_Body_Title {
    font-size: 14px;
    line-height: 18px;
    flex-wrap: wrap;
    padding: 10px 0;
  }
}
.AgendaBT .View_Week_Day_Body_Hour_Events_Event_Body_Content {
  display: grid;
}
@media (min-width: 901px) {
  .AgendaBT .View_Week_Day_Body_Hour_Events_Event_Body_Content {
    padding: 20px;
    grid-template-columns: 20% calc(80% - 25px);
    gap: 0 25px;
  }
}
@media (max-width: 900px) {
  .AgendaBT .View_Week_Day_Body_Hour_Events_Event_Body_Content {
    padding: 5px;
    grid-template-rows: repeat(2, auto);
    gap: 15px 0;
  }
}
.AgendaBT .View_Week_Day_Body_Hour_Events_Event_Body_Content_Horario {
  font-style: normal;
  font-weight: 700;
  color: #303030;
  text-align: center;
}
@media (min-width: 901px) {
  .AgendaBT .View_Week_Day_Body_Hour_Events_Event_Body_Content_Horario {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 900px) {
  .AgendaBT .View_Week_Day_Body_Hour_Events_Event_Body_Content_Horario {
    font-size: 14px;
    line-height: 18px;
  }
}
.AgendaBT .View_Week_Day_Body_Hour_Events_Event_Body_Content_Horario_Hora {
  background: #F0F0F0;
  font-style: normal;
  font-weight: 400;
  border-radius: 10px;
  padding: 10px;
  display: grid;
  gap: 10px;
}
@media (min-width: 901px) {
  .AgendaBT .View_Week_Day_Body_Hour_Events_Event_Body_Content_Horario_Hora {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 900px) {
  .AgendaBT .View_Week_Day_Body_Hour_Events_Event_Body_Content_Horario_Hora {
    font-size: 10px;
    line-height: 14px;
    width: 85%;
    margin: auto;
  }
}
.AgendaBT .View_Week_Day_Body_Hour_Events_Event_Body_Content_Horario_Hora > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.AgendaBT .View_Week_Day_Body_Hour_Events_Event_Body_Content_Horario_Hora > div span:last-child {
  background: #00A3E0;
  border-radius: 20.5px;
  color: #FFFFFF;
  font-weight: 700;
  padding: 5px 30px;
}
.AgendaBT .View_Week_Day_Body_Hour_Events_Event_Body_Content_Descript {
  display: grid;
}
.AgendaBT .View_Week_Day_Body_Hour_Events_Event_Body_Content_Descript > p {
  font-style: normal;
  font-weight: 400;
  color: #303030;
  margin: 0;
  text-align: justify;
}
@media (min-width: 901px) {
  .AgendaBT .View_Week_Day_Body_Hour_Events_Event_Body_Content_Descript > p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 900px) {
  .AgendaBT .View_Week_Day_Body_Hour_Events_Event_Body_Content_Descript > p {
    font-size: 14px;
    line-height: 18px;
  }
}
.AgendaBT .View_Week_Day_Body_Hour_Events_Event_Body_Content_Descript > button {
  background: #00A3E0;
  border-radius: 5px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding: 6px 40px;
}
@media (min-width: 901px) {
  .AgendaBT .View_Week_Day_Body_Hour_Events_Event_Body_Content_Descript > button {
    margin: auto 0 0 auto;
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 900px) {
  .AgendaBT .View_Week_Day_Body_Hour_Events_Event_Body_Content_Descript > button {
    margin: 10px auto auto;
    font-size: 14px;
    line-height: 16px;
  }
}
.AgendaBT .View_Week_Day_Body_Hour_Events_Event.Activo .View_Week_Day_Body_Hour_Events_Event_Header {
  background: #00A3E0;
  font-weight: 700;
  color: #FFFFFF;
}
.AgendaBT .View_Week_Day_Body_Hour_Events_Event.Activo .View_Week_Day_Body_Hour_Events_Event_Header_Arrow {
  transform: rotate(180deg);
}
.AgendaBT .View_Week_Day_Body_Hour_Events_Event.Activo .View_Week_Day_Body_Hour_Events_Event_Header_Arrow svg path {
  stroke: #00A3E0;
}
.AgendaBT .View_Week_Day_Body_Hour_Events_Event.Activo .View_Week_Day_Body_Hour_Events_Event_Body {
  display: block;
}

.Funcionarios, .Autoridades {
  position: relative;
  background-color: transparent;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(148px, 212px));
  justify-content: center;
  gap: 38px;
}
@media (max-width: 800px) {
  .Funcionarios, .Autoridades {
    gap: 16px;
  }
}
.Funcionarios.Cuadrado, .Autoridades.Cuadrado {
  grid-template-columns: repeat(auto-fit, minmax(148px, 320px));
  justify-content: center;
  gap: 40px;
}
@media (max-width: 800px) {
  .Funcionarios.Cuadrado, .Autoridades.Cuadrado {
    gap: 16px;
  }
}
.Funcionarios.Cuadrado .wrapper, .Autoridades.Cuadrado .wrapper {
  grid-template-rows: 229px min-content auto;
}
@media (max-width: 800px) {
  .Funcionarios.Cuadrado .wrapper, .Autoridades.Cuadrado .wrapper {
    grid-template-rows: 84px min-content auto;
  }
}
.Funcionarios.Cuadrado .wrapper .Pic, .Autoridades.Cuadrado .wrapper .Pic {
  -webkit-clip-path: none;
          clip-path: none;
  -o-object-position: 0% 10%;
     object-position: 0% 10%;
  border-radius: 10px;
  place-self: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .Funcionarios.Cuadrado .wrapper .Pic, .Autoridades.Cuadrado .wrapper .Pic {
    height: 84px;
    width: 84px;
    -webkit-clip-path: circle(50% at 50% 50%);
            clip-path: circle(50% at 50% 50%);
  }
}
.Funcionarios .wrapper, .Autoridades .wrapper {
  border: 1px solid var(--gris-claro);
  border-radius: 10px;
  padding: 10px;
  height: 329px;
  display: grid;
  grid-template-rows: 168px min-content auto;
  gap: 15px 0;
}
@media (max-width: 800px) {
  .Funcionarios .wrapper, .Autoridades .wrapper {
    height: 213px;
    grid-template-rows: 84px min-content auto;
  }
}
.Funcionarios .wrapper[data-tipo="Cuerpo directivo"], .Autoridades .wrapper[data-tipo="Cuerpo directivo"] {
  cursor: pointer;
}
.Funcionarios .wrapper .Pic, .Autoridades .wrapper .Pic {
  display: block;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  -o-object-fit: cover;
     object-fit: cover;
  place-self: center;
  width: 168px;
  height: 100%;
}
@media (max-width: 800px) {
  .Funcionarios .wrapper .Pic, .Autoridades .wrapper .Pic {
    height: 84px;
    width: 84px;
  }
}
.Funcionarios .wrapper .Title, .Autoridades .wrapper .Title {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: var(--facultad);
  text-align: center;
}
@media (min-width: 991px) {
  .Funcionarios .wrapper .Title, .Autoridades .wrapper .Title {
    font-size: 18px;
  }
}
.Funcionarios .wrapper .Content, .Autoridades .wrapper .Content {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--gris-claro);
  text-align: center;
}
@media (min-width: 991px) {
  .Funcionarios .wrapper .Content, .Autoridades .wrapper .Content {
    font-size: 16px;
    line-height: 15px;
  }
}
.Funcionarios .wrapper .Content p, .Autoridades .wrapper .Content p {
  font-size: 14px;
}
.Funcionarios .wrapper .Content a, .Autoridades .wrapper .Content a {
  color: var(--gris-claro);
}
@media (min-width: 501px) {
  .Funcionarios .wrapper .Content a, .Autoridades .wrapper .Content a {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .Funcionarios .wrapper .Content a, .Autoridades .wrapper .Content a {
    font-size: 10px;
  }
}
.Funcionarios .wrapper .Content a:hover, .Autoridades .wrapper .Content a:hover {
  color: var(--gris-claro);
  text-decoration: none;
}
.Funcionarios.Slider-AutorFuncion .wrapper, .Autoridades.Slider-AutorFuncion .wrapper {
  margin: auto;
  width: 212px;
}
@media (max-width: 800px) {
  .Funcionarios.Slider-AutorFuncion .wrapper, .Autoridades.Slider-AutorFuncion .wrapper {
    width: 148px;
  }
}

.Autoridades .wrapper {
  cursor: pointer;
}
.Autoridades .wrapper .Title {
  color: #00A3E0;
}

.Pop-up {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Pop-up .Card {
  position: relative;
  background-color: #FFF;
  border-radius: 10px;
  padding: 35px;
  width: 1100px;
  max-height: 90%;
  margin: 0px 40px;
}
@media (max-width: 800px) {
  .Pop-up .Card {
    width: 310px;
    margin: 0px auto;
  }
}
.Pop-up .Card .Contenido {
  display: grid;
  gap: 0px 35px;
  grid-template-areas: "Img Title" "Img Contenido" "Img Contenido";
}
@media (max-width: 800px) {
  .Pop-up .Card .Contenido {
    grid-template-areas: "Img Title" "Contenido Contenido";
    gap: 0px 30px;
  }
}
.Pop-up .Card .Contenido img {
  grid-area: Img;
  border-radius: 10px;
}
@media (max-width: 800px) {
  .Pop-up .Card .Contenido img {
    -webkit-clip-path: circle(44% at 50% 44%);
            clip-path: circle(44% at 50% 44%);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.Pop-up .Card .Contenido .Encabezado {
  grid-area: Title;
  display: flex;
  flex-direction: column;
}
.Pop-up .Card .Contenido .Encabezado .Title {
  position: relative;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #292929;
}
@media (max-width: 600px) {
  .Pop-up .Card .Contenido .Encabezado .Title {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 800px) {
  .Pop-up .Card .Contenido .Encabezado .Title {
    font-size: 18px;
    line-height: 18px;
  }
}
.Pop-up .Card .Contenido .Encabezado .Title:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #00A3E0;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 10px);
}
@media (max-width: 800px) {
  .Pop-up .Card .Contenido .Encabezado .Title:after {
    right: calc(100% + 8px);
  }
}
.Pop-up .Card .Contenido .Encabezado .Cargo {
  font-size: 20px;
  font-weight: 400;
  color: #00A3E0;
}
@media (max-width: 800px) {
  .Pop-up .Card .Contenido .Encabezado .Cargo {
    font-size: 14px;
  }
}
.Pop-up .Card .Contenido .Content {
  grid-area: Contenido;
  font-size: 16px;
  font-weight: 400;
  color: #4D4D4D;
  overflow: auto;
}
@media (min-width: 1025px) {
  .Pop-up .Card .Contenido .Content {
    max-height: 60%;
  }
}
@media (min-width: 800px) and (max-width: 1025px) {
  .Pop-up .Card .Contenido .Content {
    max-height: 45%;
  }
}
@media (max-width: 800px) {
  .Pop-up .Card .Contenido .Content {
    font-size: 13px;
    height: 400px;
    overflow-y: auto;
    margin-top: 16px;
  }
}
.Pop-up .Card .Close {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00A3E0;
  color: #FFF;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 9999;
}

#Facultad .Pop-up .Card .Contenido .Encabezado .Title:after {
  background-color: var(--facultad);
}
#Facultad .Pop-up .Card .Contenido .Encabezado .Cargo {
  color: var(--facultad);
}
#Facultad .Pop-up .Card .Close {
  background-color: var(--facultad);
}

.Noticias {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .Noticias {
    display: grid;
    justify-content: center;
    /*  gap: 31px 42px;
     grid-template-columns: repeat(4,1fr); */
    gap: 31px 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
@media (max-width: 767px) {
  .Noticias .Tarjeta {
    margin-bottom: 15px;
  }
}
.Noticias.Slider-Noticias .Tarjeta {
  padding: 0 4px;
}
.Noticias.Slider-Noticias-4 .Tarjeta {
  padding: 0 10px;
}
.Noticias .Articulo {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1.5px solid #999999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 344px;
  padding: 16px 8px;
  margin: auto;
}
@media (max-width: 800px) {
  .Noticias .Articulo {
    height: 235px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .Noticias .Articulo {
    padding: 20px 16px;
  }
}
.Noticias .Articulo .Articulo-Info {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.Noticias .Articulo .Articulo-Info .Encabezado {
  display: flex;
  flex-direction: row;
}
.Noticias .Articulo .Articulo-Info .Encabezado p {
  color: #292929;
  text-align: center;
  font-weight: 700;
  /* font-size: 0.75em; */
  font-size: 12px;
  line-height: 28px;
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .Noticias .Articulo .Articulo-Info .Encabezado p {
    font-size: 16px;
  }
}
.Noticias .Articulo .Articulo-Info .Encabezado p:first-child {
  /* border-bottom: 3px solid #231F20; */
  position: relative;
}
.Noticias .Articulo .Articulo-Info .Encabezado p:first-child::after {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #231F20;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
.Noticias .Articulo .Articulo-Info .Encabezado p:last-child {
  font-weight: 500;
  margin-left: 1em;
}
.Noticias .Articulo .Articulo-Info > a {
  text-decoration: none;
  /* overflow: hidden; */
  max-height: 125px;
}
.Noticias .Articulo .Articulo-Info > a h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #292929;
  margin: 0 0 0 0;
}
@media (min-width: 991px) {
  .Noticias .Articulo .Articulo-Info > a h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
.Noticias .Articulo .Articulo-Info > p {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #4D4D4D;
  /* overflow: hidden; */
  margin-bottom: 0;
  max-height: 92px;
}
@media (min-width: 991px) {
  .Noticias .Articulo .Articulo-Info > p {
    font-size: 16px;
    line-height: 18px;
  }
}
.Noticias .Articulo .box-arrow-ver {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 991px) {
  .Noticias .Articulo .box-arrow-ver {
    justify-content: flex-end;
  }
}
.Noticias .Articulo .box-arrow-ver .arrow-ver {
  display: flex;
  width: auto;
  align-items: center;
  gap: 0;
}
.Noticias .Articulo .box-arrow-ver .arrow-ver:hover .arrow-r {
  color: #FFFFFF;
  background-color: #00a3e0;
}
.Noticias .Articulo .box-arrow-ver .arrow-ver:hover .arrow-href {
  color: #00a3e0;
}
.Noticias .Articulo .box-arrow-ver .arrow-ver .arrow-href {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  background-color: transparent;
  color: #4d4d4d;
  padding: 0.2em;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}
@media (min-width: 991px) {
  .Noticias .Articulo .box-arrow-ver .arrow-ver .arrow-href {
    font-size: 16px;
  }
}
.Noticias .Articulo .box-arrow-ver .arrow-ver .arrow-r {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-left: 0.5em;
  background-color: #4d4d4d;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.Paginador {
  grid-column: 1/5;
  display: flex;
  justify-content: center;
}
.Paginador .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #4F4E50;
  border-radius: 5px;
  margin: 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #4F4E50;
  text-decoration: none;
}
.Paginador .page-numbers.prev, .Paginador .page-numbers.next {
  border-color: transparent;
}
.Paginador .page-numbers.current {
  border-color: #00A3E0;
  background: #00A3E0;
  color: #FFF;
}

.MonoArticulo {
  min-height: 312px;
}
@media (min-width: 1024px) {
  .MonoArticulo {
    min-height: 405px;
  }
}
.MonoArticulo .SoloArticulo {
  height: 100%;
  padding: 16px 16px 16px 8px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) -22.16%, rgba(0, 0, 0, 0.5) 61.18%);
}
@media (min-width: 768px) {
  .MonoArticulo .SoloArticulo {
    padding: 30px 25px;
  }
}
.MonoArticulo .SoloArticulo .Datos {
  position: relative;
  /* display: grid;
  grid-template-rows: 10% 45% 35% 10%; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.MonoArticulo .SoloArticulo .Datos .Encabezado {
  /* display: grid;
  grid-template-columns: repeat(2,1fr); */
  display: flex;
  flex-direction: row;
  align-items: center;
}
.MonoArticulo .SoloArticulo .Datos .Encabezado p {
  /* font-size: 0.75em; */
  font-size: 12px;
  line-height: 28px;
  color: #292929;
  text-align: center;
  color: #FFF;
  margin-bottom: 0;
  font-weight: 700;
}
.MonoArticulo .SoloArticulo .Datos .Encabezado p:first-child {
  /* border-bottom: 3px solid #FFF; */
  position: relative;
}
.MonoArticulo .SoloArticulo .Datos .Encabezado p:first-child::after {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #ffffff;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
.MonoArticulo .SoloArticulo .Datos .Encabezado p:last-child {
  font-weight: 500;
  line-height: 14px;
  margin-left: 1em;
}
@media (min-width: 991px) {
  .MonoArticulo .SoloArticulo .Datos .Encabezado p {
    font-size: 16px;
    line-height: 28px;
  }
  .MonoArticulo .SoloArticulo .Datos .Encabezado p:first-child {
    font-weight: 700;
  }
  .MonoArticulo .SoloArticulo .Datos .Encabezado p:last-child {
    font-weight: 500;
    font-size: 16px;
    margin-left: 1.25em;
  }
}
.MonoArticulo .SoloArticulo .Datos a {
  text-decoration: none;
}
.MonoArticulo .SoloArticulo .Datos h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #FFF;
  margin: 0 0 0 0;
}
@media (min-width: 800px) {
  .MonoArticulo .SoloArticulo .Datos h3 {
    font-size: 30px;
    line-height: 32px;
    font-weight: 800;
  }
}
.MonoArticulo .SoloArticulo .Datos p {
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
}
@media (min-width: 991px) {
  .MonoArticulo .SoloArticulo .Datos p {
    font-size: 16px;
  }
}
.MonoArticulo .SoloArticulo .Datos .box-arrow-ver {
  display: flex;
  justify-content: flex-start;
}
.MonoArticulo .SoloArticulo .Datos .box-arrow-ver .arrow-ver {
  display: flex;
  width: auto;
  align-items: center;
  gap: 0;
}
.MonoArticulo .SoloArticulo .Datos .box-arrow-ver .arrow-ver:hover .arrow-r {
  color: #FFFFFF;
  background-color: #00a3e0;
}
.MonoArticulo .SoloArticulo .Datos .box-arrow-ver .arrow-ver:hover .arrow-href {
  color: #00a3e0;
}
.MonoArticulo .SoloArticulo .Datos .box-arrow-ver .arrow-ver .arrow-href {
  font-family: "Roboto";
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  background-color: transparent;
  color: #FFF;
  padding: 0.2em;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}
@media (min-width: 768px) {
  .MonoArticulo .SoloArticulo .Datos .box-arrow-ver .arrow-ver .arrow-href {
    font-size: 16px;
    line-height: 28px;
  }
}
.MonoArticulo .SoloArticulo .Datos .box-arrow-ver .arrow-ver .arrow-r {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-left: 0.375em;
  background-color: #FFFFFF;
  color: #4d4d4d;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media (min-width: 768px) {
  .MonoArticulo .SoloArticulo .Datos .box-arrow-ver .arrow-ver .arrow-r {
    width: 30px;
    height: 30px;
  }
}

.Banda-Noticia {
  display: flex;
  gap: 25px;
}
.Banda-Noticia .Destacada-Noticia {
  width: 25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: local;
}
.Banda-Noticia .Noticias-Preview {
  width: 75%;
}
.Banda-Noticia .Noticias-Preview .Enlace-Noticias-Preview {
  display: grid;
}
.Banda-Noticia .Noticias-Preview .Enlace-Noticias-Preview .Btn-Noticias-Preview {
  font-family: "Roboto", roboto;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 18px;
  fill: #4D4D4D;
  color: #4D4D4D;
  background-color: #E6E6E6;
  border-radius: 5px 5px 5px 5px;
  padding: 14px 30px 14px 30px;
  text-decoration: none;
  margin: 15px auto 0;
}
@media (max-width: 800px) {
  .Banda-Noticia .Noticias-Preview .Enlace-Noticias-Preview .Btn-Noticias-Preview {
    font-size: 14px;
    line-height: 16px;
  }
}

.SubMenu nav ul li a {
  position: relative;
}
.SubMenu nav ul li a svg {
  position: absolute;
  right: 0;
  transform: rotate(-90deg);
}

.Btn-Admision .elementor-button {
  overflow: hidden;
  position: relative;
}
.Btn-Admision .elementor-button .ArrowFondo {
  position: absolute;
  background: #E41F81; /*<-- Change fill color here*/
  width: 36px;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s ease; /*<-- Change fill speed */
}
@media (max-width: 800px) {
  .Btn-Admision .elementor-button .ArrowFondo {
    width: 22px;
  }
}
.Btn-Admision .elementor-button .ArrowFondo svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.Btn-Admision .elementor-button:focus svg {
  fill: none !important;
}
.Btn-Admision .elementor-button:hover .elementor-button-content-wrapper {
  font-weight: 700;
}
.Btn-Admision .elementor-button:hover .ArrowFondo {
  width: 100%;
}
.Btn-Admision .elementor-button:hover svg {
  fill: none !important;
}
.Btn-Admision .elementor-button .elementor-button-text {
  z-index: 1;
}
.Btn-Admision.Activa .elementor-button-content-wrapper {
  font-weight: 700;
}
@media (min-width: 800px) {
  .Btn-Admision.Activa .elementor-button-content-wrapper {
    color: white;
  }
}
.Btn-Admision.Activa .elementor-button .ArrowFondo {
  width: 100% !important;
}

.EncabezadoFlecha .elementor-widget-container {
  overflow: hidden;
  position: relative;
}
.EncabezadoFlecha .elementor-widget-container .elementor-heading-title {
  position: relative;
}
.EncabezadoFlecha .elementor-widget-container .ArrowFondo {
  position: absolute;
  background: #E41F81; /*<-- Change fill color here*/
  width: 57px;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s ease; /*<-- Change fill speed */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 800px) {
  .EncabezadoFlecha .elementor-widget-container .ArrowFondo {
    width: 32px;
  }
}

.btn-intranet {
  display: none;
}
.btn-intranet.Activa {
  display: block;
}

.Sub-Menu-Intranet.Activa {
  display: block;
}

.SubMenuEstudiante.Activa {
  display: block;
}

.Btn-Postular {
  position: fixed;
  z-index: 55;
  bottom: 10%;
  right: 30px;
  width: 101px;
  height: 101px;
  border-radius: 50%;
  background-color: #DA1884;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Btn-Postular a {
  font-family: "Roboto", roboto;
  font-weight: 900;
  line-height: 18px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 500px) {
  .Btn-Postular a {
    display: flex;
    flex-direction: column;
  }
}
.Btn-Postular a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 800px) {
  .Btn-Postular {
    transform-origin: bottom right;
    top: auto;
    bottom: 200px;
    right: 0;
    transform: rotate(-90deg) translateX(50%);
    width: 145px;
    height: 28px;
    border-radius: 0%;
  }
}
@media (max-width: 425px) {
  .Btn-Postular a {
    font-size: 10px;
  }
}

@media (min-width: 1024px) {
    header .NavHeader ul.elementskit-navbar-nav > li:not(:last-child):after {
        background-color: #000 !important;
    }
}

.elementor-page-48165 .Btn-Postular,
.elementor-page-49001 .Btn-Postular,
.elementor-page-48852 .Btn-Postular {
  display: none;
}/*# sourceMappingURL=style.css.map */