@charset "UTF-8";
/*!
 * UAA 2025 Styles
 *
 * Índice:
 * 1. Variables
 * 2. Base / Tipografía
 * 3. Utilidades (fondos, textos, helpers)
 * 4. Botones & Formularios base
 * 5. Cards & Listas
 * 6. Header & Navegación Desktop
 * 7. Navegación Mobile (Offcanvas / Modal)
 * 8. Jumbotron & Main Slider
 * 9. Secciones Académicas (Plan de estudios, Objetivos, Formularios)
 * 10. Bloques Destacados & Noticias
 * 11. Footer
 * 12. Modales
 * 13. Breadcrumbs & Auth
 * 14. Menú Home Mobile
 * 15. Responsivo (Media Queries)
 * 16. Google Custom Search
 */
/*======================================
= 1. Variables
======================================*/
:root {
  --text: #616161;
  --dark: #3A3A3A;
  --dark_black: #1A1A1A;
  --dark_red: #BE2C2E;
  --red: #D93235;
  --beige: #C1B4A3;
  --yellow: #F39C12;
  --light_gray: #F3F2F1;
  --light_beige: #EDEAE3;
  --dark_gray: #8C8888;
  --white: #ffffff;
}

/*======================================
= 2. Base / Tipografía
======================================*/
body {
  font-family: "Montserrat", sans-serif;
  color: var(--text);
  font-size: 14px;
  background-color: var(--light_gray);
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: var(--dark);
}

h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

a,
a:visited {
  text-decoration: none;
  color: var(--red);
}
a:hover, a:focus,
a:visited:hover,
a:visited:focus {
  color: var(--dark_red);
}

/*======================================
= 3. Utilidades
======================================*/
.bg-beige {
  background-color: var(--light_beige);
}

.bg-light {
  background-color: var(--light_gray) !important;
}

.fw-semibold {
  font-weight: 500 !important;
}

.text-dark {
  color: var(--dark_black) !important;
}

.text-yellow {
  color: var(--yellow) !important;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/*======================================
= 4. Botones & Formularios base
======================================*/
.btn {
  padding: 10px 22px;
  border-radius: 0;
}

.btn-primary {
  background-color: var(--red);
  border-color: var(--red);
}
.btn-primary:hover, .btn-primary:focus {
  background-color: var(--yellow);
  border-color: var(--yellow);
}

.btn-outline-primary {
  color: var(--red);
  border-color: var(--red);
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: var(--red);
  border-color: var(--red);
  color: #fff !important;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: var(--red);
  border-color: var(--red);
  color: #fff;
}

.btn-danger {
  background-color: var(--red);
  border-color: var(--red);
}
.btn-danger:hover {
  background-color: var(--yellow);
  border-color: var(--yellow);
}
.btn-danger:active, .btn-danger:focus {
  color: #fff;
  background-color: var(--dark_red);
  border-color: var(--dark_red);
}

.btn-dark {
  background-color: var(--dark);
  border-color: var(--dark);
}
.btn-dark:hover {
  background-color: var(--red);
  border-color: var(--red);
}
.btn-dark:active, .btn-dark:focus {
  color: #fff;
  background-color: var(--dark_red);
  border-color: var(--dark_red);
}

.btn-outline-danger {
  color: var(--red);
  border-color: var(--red);
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: var(--red);
  border-color: var(--red);
}
.btn-outline-danger:active, .btn-outline-danger:focus {
  color: #fff;
  background-color: var(--dark_red);
  border-color: var(--dark_red);
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #adb5bd;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.25);
}

/*======================================
= 5. Cards & Listas
======================================*/
.card {
  border-color: rgba(0, 0, 0, 0.115);
}

.card-body {
  color: var(--text);
}

.card-header {
  background-color: var(--light_beige);
}
.card-header h4 {
  margin: 0;
}

.card-home .card-header {
  min-height: 55px;
}
.card-home h4 {
  font-weight: 600;
  font-size: 1.2rem;
}
.card-home h5 {
  font-size: 15px;
  font-weight: 500;
}

.list-group-biblioteca {
  box-shadow: 0 12px 28px rgba(93, 65, 65, 0.0588);
}
.list-group-biblioteca h4 {
  background: var(--red);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0;
  padding: 0.75rem 1rem;
}

.sidebar-cards {
  color: var(--dark);
}
.sidebar-cards:hover, .sidebar-cards:focus {
  color: var(--dark_red);
}
.sidebar-cards a,
.sidebar-cards a:visited {
  display: block;
  width: 100%;
  color: var(--dark);
}
.sidebar-cards a:hover, .sidebar-cards a:focus,
.sidebar-cards a:visited:hover,
.sidebar-cards a:visited:focus {
  color: var(--dark_red);
}
.sidebar-cards .list-group-item a,
.sidebar-cards .list-group-item a:visited {
  display: block;
  width: 100%;
  color: var(--dark);
}
.sidebar-cards .list-group-item a:hover, .sidebar-cards .list-group-item a:focus,
.sidebar-cards .list-group-item a:visited:hover,
.sidebar-cards .list-group-item a:visited:focus {
  color: var(--dark_red);
}

/* Blog pagination */
.blog-pagination-wrapper {
  display: flex;
  justify-content: center;
}

.blog-pagination {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.blog-pagination .page-item {
  flex: 0 0 auto;
}
.blog-pagination .page-link {
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--red);
  font-weight: 500;
  padding: 12px 18px;
  min-width: 44px;
  text-align: center;
  background-color: transparent;
}
.blog-pagination .page-link:hover, .blog-pagination .page-link:focus {
  color: var(--dark_red);
  background-color: rgba(217, 50, 53, 0.08);
}
.blog-pagination .page-item:last-child .page-link {
  border-right: none;
}
.blog-pagination .page-item.active .page-link {
  background-color: var(--red);
  color: #fff;
  font-weight: 600;
}
.blog-pagination .page-item.disabled .page-link {
  color: var(--dark_gray);
  background-color: transparent;
  opacity: 0.6;
}

/*======================================
= 6. Header & Navegación Desktop
======================================*/
.uaa-top-header-wrapper {
  background: #fff;
  padding-bottom: 22px;
  padding-top: 8px;
}
.uaa-top-header-wrapper .container {
  position: relative;
}
.uaa-top-header-wrapper .uaa-nb__text {
  padding-left: 76px;
  padding-top: 8px;
}
.uaa-top-header-wrapper .uaa-nb__symbol img {
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 2000;
  width: auto;
}
.uaa-top-header-wrapper .thw__search-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.uaa-top-header-wrapper .thw__search-box > a {
  text-decoration: none;
  color: var(--dark);
  font-size: 12px;
  line-height: 14px;
  display: flex;
  font-weight: 600;
  margin-right: 30px;
}
.uaa-top-header-wrapper .thw__search-box > a:hover {
  text-decoration: underline;
}
.uaa-top-header-wrapper .thw__search-box > a img {
  margin-right: 6px;
}
.uaa-top-header-wrapper .thw-sb--input-wrap {
  display: flex;
  align-items: center;
}
.uaa-top-header-wrapper .thw-sb--input-wrap .form-control {
  border-radius: unset;
  font-weight: 500;
  color: var(--dark);
  font-size: 11px;
  border: none;
  border-bottom: 2px solid var(--dark_gray);
  padding: 0;
  margin: 0;
  height: 32px;
  min-width: 180px;
}
.uaa-top-header-wrapper .thw-sb--input-wrap .form-control:focus {
  border-bottom: 2px solid var(--dark);
  outline: none;
  box-shadow: none;
}
.uaa-top-header-wrapper .thw-sb--input-wrap button {
  background: var(--yellow);
  border: unset;
  padding: 4px 12px;
  margin-left: 8px;
}
.uaa-top-header-wrapper .thw-sb--input-wrap button svg {
  fill: #fff;
  margin-bottom: 3px;
}
.uaa-top-header-wrapper .thw__social-media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 5px;
  padding-top: 5px;
}
.uaa-top-header-wrapper .thw__social-media a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.uaa-top-header-wrapper .thw__social-media a:not(:last-child) {
  margin-right: 12px;
}
.uaa-top-header-wrapper .thw__social-media a i {
  width: 20px;
}
.uaa-top-header-wrapper .thw__social-media a .fa-facebook-f {
  color: #1877F2;
}
.uaa-top-header-wrapper .thw__social-media a .fa-instagram {
  color: #E4405F;
}
.uaa-top-header-wrapper .thw__social-media a .fa-twitter {
  color: #1DA1F2;
}
.uaa-top-header-wrapper .thw__social-media a .fa-youtube {
  color: #FF0000;
}
.uaa-top-header-wrapper .thw__social-media a .fa-linkedin-in {
  color: #0A66C2;
}
.uaa-top-header-wrapper .thw__social-media a .fa-tiktok {
  color: #000000;
  opacity: 0.85;
}
.uaa-top-header-wrapper ul.topredes {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.uaa-top-header-wrapper ul.topredes li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 3px;
}
.uaa-top-header-wrapper ul.topredes li .redestopimg {
  max-width: 20px;
}

/* Desktop Navbar */
/* =========================
   DESKTOP-ONLY (>= lg)
   ========================= */
@media (min-width: 1025px) {
  .uaa-navbar__mobile {
    display: none !important;
    visibility: hidden !important;
  }
  .navbar .menu-col .dropdown-item {
    position: relative;
    padding-left: 0.95rem;
  }
  .navbar .menu-col .dropdown-item::before {
    content: "\f105";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 15px;
    transform: translateY(-50%);
    font-size: 0.8em;
    color: currentColor;
    transition: transform 0.2s ease, color 0.2s ease;
  }
  .navbar .menu-col .dropdown-item:hover::before, .navbar .menu-col .dropdown-item:focus::before {
    transform: translate(2px, -50%);
  }
  header .navbar-collapse .dropdown-menu {
    position: absolute;
    background: var(--light_beige);
    border-radius: 0;
    border: 0;
    padding: 0;
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.05);
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1297px;
    margin: 0 auto;
  }
}
/* Global navbar typography & items */
.navbar-nav h4 {
  font-size: 0.9rem;
}
.navbar-nav a {
  font-size: 13px;
}
.navbar-nav a i {
  font-size: 10px;
  display: inline-block;
  margin-right: 2px;
}
.navbar-nav .dropdown-item {
  padding: 0.15rem 0;
  text-wrap-mode: wrap;
}
.navbar-nav .dropdown-item:hover, .navbar-nav .dropdown-item:focus {
  color: var(--dark_red);
  background-color: transparent;
}
.navbar-nav .dropdown-item.active, .navbar-nav .dropdown-item:active {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/*  Header > navbar base */
header {
  /* Header > right action buttons */
  /* Header > collapse / mega menu panel behavior */
  /* Header > navbar toggler */
  /* Dropdown positioning helpers */
}
header .navbar {
  background: var(--dark);
  width: 100%;
  padding: 0;
}
header .navbar .nav-item .nav-link {
  padding: 15px 20px;
  color: #fff;
  margin-right: 3px;
  font-size: 13px;
}
header .navbar-right-btns {
  display: flex;
}
header .navbar-right-btns a {
  background-color: var(--red);
  transition: 0.2s linear all;
  padding: 15px 20px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
header .navbar-right-btns a:hover, header .navbar-right-btns a:focus {
  background-color: var(--yellow);
  color: #fff;
}
header .navbar-right-btns a:first-child {
  margin-right: 3px;
}
header .navbar-collapse {
  margin-left: 88px;
  justify-content: space-between;
}
header .navbar-collapse ul.navbar-nav li.nav-item.dropdown:hover a.nav-link {
  color: var(--red);
  background: var(--light_beige);
}
header .navbar-collapse .dropdown-menu {
  background: var(--light_beige);
  border-radius: unset;
  border: none;
  padding: 0;
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1297px;
  margin: 0 auto;
}
header .navbar-toggler {
  border: none;
  background: transparent;
  justify-content: flex-end;
  display: flex;
  width: 100%;
}
header .navbar-toggler span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%28255, 255, 255' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
header .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
header .dropdown {
  position: static;
}
header .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
header .dropleft,
header .dropright,
header .dropup {
  position: static;
}

header#main_header {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
}

/*======================================
= 7. Navegación Mobile (Offcanvas / Modal)
======================================*/
/* =========================
   MOBILE-ONLY (< lg)
   ========================= */
@media (max-width: 1024px) {
  .uaa-navbar__mobile .navbar-brand-mobile {
    display: none;
  }
  .uaa-navbar__mobile .navbar-brand-mobile img {
    width: 130px;
    margin: 5px;
    object-fit: cover;
  }
  .uaa-navbar__mobile .modal-dialog {
    margin: 0;
    max-width: 100%;
    height: 100%;
    width: 100%;
  }
  .uaa-navbar__mobile .modal-content {
    border-radius: unset;
    height: 100%;
    background-color: var(--dark);
    border: none;
    padding-bottom: 15px;
    overflow-y: auto;
  }
  .uaa-navbar__mobile .modal-header {
    padding: 6px 15px;
    border-bottom: none;
  }
  .uaa-navbar__mobile .modal-header .uaa-white-logo img {
    width: 140px;
    margin-top: 0;
    margin-bottom: 5px;
    object-fit: cover;
  }
  .uaa-navbar__mobile .modal-header .btn-close {
    border: none;
    border-radius: unset;
    opacity: 1;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  }
  .uaa-navbar__mobile .modal-body {
    padding-top: 0 !important;
  }
  .uaa-navbar__mobile .modal-body .navbar-nav .nav-item .nav-link {
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .uaa-navbar__mobile .modal-body .dropdown {
    position: static;
  }
  .uaa-navbar__mobile .modal-body .dropdown-menu {
    position: static !important;
    inset: auto;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0 !important;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    background: transparent !important;
    color: #fff;
    border-radius: 0;
    border: 0 !important;
    padding: 0;
    box-shadow: none !important;
    --bs-dropdown-bg: transparent;
    --bs-dropdown-border-color: transparent;
    --bs-dropdown-box-shadow: none;
  }
  .uaa-navbar__mobile .modal-body .dropdown-menu::before, .uaa-navbar__mobile .modal-body .dropdown-menu::after {
    display: none !important;
    content: none !important;
  }
  .uaa-navbar__mobile .modal-body .dropdown-menu .col-lg-3 {
    padding-top: 0;
    padding-bottom: 24px;
  }
  .uaa-navbar__mobile .modal-body .dropdown-menu .col-lg-3:not(:last-child) {
    padding-bottom: 0;
  }
  .uaa-navbar__mobile .modal-body .dropdown-menu ul {
    margin: 0;
    padding: 0;
    margin-bottom: 1rem !important;
  }
  .uaa-navbar__mobile .modal-body .dropdown-menu ul li {
    list-style: none;
  }
  .uaa-navbar__mobile .modal-body .dropdown-menu ul li .dropdown-item {
    color: #fff;
    background: transparent !important;
  }
  .uaa-navbar__mobile .modal-body .dropdown-menu h4 {
    color: #fff;
  }
  .uaa-navbar__mobile .modal-body .dropdown-menu > .container,
  .uaa-navbar__mobile .modal-body .dropdown-menu > .container-fluid,
  .uaa-navbar__mobile .modal-body .dropdown-menu > .row {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .uaa-navbar__mobile .modal-body .dropdown-menu ul:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .uaa-navbar__mobile .modal-body .dropdown.show > .dropdown-menu {
    display: block;
  }
}
@media (max-width: 1024px) and (hover: hover) and (pointer: fine) {
  .uaa-navbar__mobile .modal-body .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
@media (max-width: 1024px) {
  .uaa-navbar__mobile .col-lg-3:has(img) {
    display: none;
  }
  .uaa-navbar__mobile ul:has(img) img {
    display: none;
  }
  .uaa-navbar__mobile .dropdown-menu .dropdown-item {
    position: relative;
    padding-left: 0.95rem;
  }
  .uaa-navbar__mobile .dropdown-menu .dropdown-item::before {
    content: "\f105";
    font: var(--fa-font-solid);
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 15px;
    transform: translateY(-50%);
    font-size: 0.8em;
    color: currentColor;
    transition: transform 0.2s ease, color 0.2s ease;
  }
  .uaa-navbar__mobile .dropdown-menu .dropdown-item:hover::before, .uaa-navbar__mobile .dropdown-menu .dropdown-item:focus::before {
    transform: translate(2px, -50%);
  }
}
/*======================================
= 8. Jumbotron & Main Slider
======================================*/
main .card {
  padding: 1.2rem;
}

.jumbotron {
  position: relative;
  background-image: url("../img/bg-biblioteca.jpg");
  background-size: cover;
  background-position: center center;
  border-radius: 0;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  margin-bottom: 0;
}
.jumbotron::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
}
.jumbotron > * {
  position: relative;
  z-index: 1;
}
.jumbotron .h1,
.jumbotron h1 {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
  color: #ffffff;
}
.jumbotron .h2,
.jumbotron h2 {
  font-size: 1.8rem;
  color: #ffffff;
}
.jumbotron .h3,
.jumbotron h3 {
  font-size: 15px;
  color: #ffffff;
}
.jumbotron .breadcrumb {
  --breadcrumb-separator-color: rgba(255, 255, 255, 0.65);
}
.jumbotron .breadcrumb .breadcrumb-item {
  font-size: 0.875rem;
}
.jumbotron .breadcrumb .breadcrumb-item a {
  color: #f8f9fa;
  text-decoration: none;
}
.jumbotron .breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}
.jumbotron .breadcrumb .breadcrumb-item.active {
  color: #f8f9fa;
}
.jumbotron .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  display: inline-block;
  padding: 0 0.4rem;
  margin-right: 0.2rem;
  color: var(--breadcrumb-separator-color);
}
.jumbotron .carousel-control-next,
.jumbotron .carousel-control-prev {
  position: absolute;
  z-index: 5;
  background-color: var(--dark);
  color: #ffffff;
  transform: translateY(-50%);
  opacity: 0.8 !important;
  height: 50px;
  width: 50px;
}
.jumbotron .carousel-control-next:hover,
.jumbotron .carousel-control-prev:hover {
  opacity: 0.95 !important;
}
.jumbotron .carousel-control-prev {
  left: -15px;
  top: -190px;
}
.jumbotron .carousel-control-next {
  right: -7px;
  top: -190px;
}

#homeCarousel h1 {
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
}

.text-container {
  padding: 20px;
  color: #ffffff;
}

.p_carrera {
  position: relative !important;
  z-index: 2;
}
.p_carrera .jumbotron::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.p_carrera .jumbotron .btn-primary {
  border: none;
  padding: 8px 18px;
  font-weight: normal;
  border-radius: 0;
  display: inline-block;
  font-size: 14px;
}

.jumbotron.internas {
  position: relative !important;
  margin: 0;
}
.jumbotron.internas .container {
  position: relative !important;
  z-index: 2;
}
.jumbotron.internas .container h1 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: var(--dark);
  border-radius: 2px;
  background-size: 50%;
  width: 50px;
  height: 50px;
}

div.card.border-0.rounded-1.shadow-sm > div > div > div > div > div > div.card-body {
  padding: 0;
}

/*======================================
= 9. Secciones Académicas
======================================*/
.plan_de_estudios {
  background: url(https://www.uaa.edu.py/assets/img/aguila.svg) #2A2A2A no-repeat left bottom;
  background-color: var(--dark);
  padding-bottom: 42px;
}
.plan_de_estudios h1 {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: bold;
}
.plan_de_estudios .fondomenutabs {
  background-color: var(--white);
}
.plan_de_estudios .nav.nav-tabs {
  width: 100%;
  border: none;
}
.plan_de_estudios .nav.nav-tabs .nav-link {
  text-transform: uppercase;
  color: #8C8888;
  font-size: 13px;
  font-weight: bold;
  border: none;
  padding: 13px;
  padding-top: 14px;
}
.plan_de_estudios .nav.nav-tabs .nav-link.active {
  color: var(--red);
  border: none;
}
.plan_de_estudios .tab-content h2 {
  font-weight: bold;
  font-size: 18px;
  padding-top: 22px;
  margin-bottom: 5px;
  padding-left: 16px;
  padding-right: 22px;
}
.plan_de_estudios .tab-content ul {
  padding-left: 16px;
  padding-right: 22px;
  list-style: none;
}
.plan_de_estudios .tab-content ul li {
  padding: 6px 12px 6px 0;
  font-size: 13px;
}
.plan_de_estudios .contenedor_botones a {
  text-decoration: none;
}
.plan_de_estudios .contenedor_botones .descargar_rojo {
  background: var(--red);
}
.plan_de_estudios .contenedor_botones .descargar_amarillo {
  background: var(--yellow);
}
.plan_de_estudios .contenedor_botones .descargar_rojo,
.plan_de_estudios .contenedor_botones .descargar_amarillo {
  display: block;
  width: 100%;
  padding: 22px;
  color: var(--white);
  font-size: 12px;
  text-align: center;
}
.plan_de_estudios .sidebar {
  font-size: 12px;
  line-height: 142%;
  padding: 48px 22px 32px 22px;
  height: 100%;
}
.plan_de_estudios .sidebar h2 {
  font-size: 24px;
  margin: 0;
  color: var(--white);
  font-weight: bold;
}
.plan_de_estudios .sidebar .listaporque {
  list-style: none;
  padding: 0;
  margin: 0;
}
.plan_de_estudios .sidebar .listaporque li.titulito {
  background-image: url(https://www.uaa.edu.py/assets/img/graduation.svg);
  background-size: 25px;
}
.plan_de_estudios .sidebar .listaporque li.relojito {
  background-image: url(https://www.uaa.edu.py/assets/img/clock_amarillo.svg);
}
.plan_de_estudios .sidebar .listaporque li.calendario {
  background-image: url(https://www.uaa.edu.py/assets/img/calendar_amarillo.svg);
}
.plan_de_estudios .sidebar .listaporque li.perfil {
  background-image: url(https://www.uaa.edu.py/assets/img/user_amarillo.svg);
}
.plan_de_estudios .sidebar .listaporque li:first-child {
  font-size: 18px;
  font-weight: bold;
}
.plan_de_estudios .sidebar .listaporque li {
  padding: 6px 6px 6px 30px;
  color: var(--white);
  background-repeat: no-repeat;
  background-position: 0 9px;
  background-size: 19px;
  font-size: 13px;
  line-height: 1.5;
}
.plan_de_estudios .sidebar .listaporque li b {
  text-transform: uppercase;
  color: #F39C12;
  font-size: 12px;
}

.fondo_beige {
  background: url(https://www.uaa.edu.py/assets/img/fondo_escudo_beige.jpg) #C1B4A3;
}

.objetivo_campo {
  padding-top: 60px;
  padding-bottom: 60px;
}
.objetivo_campo h2 {
  font-size: 24px;
}
.objetivo_campo p {
  color: var(--dark);
  font-size: 14px;
}
.objetivo_campo ul.ul_vinetas_rombo {
  list-style: none;
  padding: 0;
}
.objetivo_campo ul.ul_vinetas_rombo li {
  position: relative;
  padding: 12px 12px 12px 22px;
  color: var(--dark);
  font-size: 14px;
}
.objetivo_campo ul.ul_vinetas_rombo li:not(.subtitle)::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--yellow);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: 2px;
  top: 19px;
}
.objetivo_campo p.obsequios {
  background: url(https://www.uaa.edu.py/assets/img/gift.svg) no-repeat;
  background-size: 22px;
  padding: 0 10px 7px 32px;
  margin: 15px 0;
}

section {
  position: relative;
}
section .formulariogrande {
  z-index: 28;
}
section .formulariogrande h1 {
  font-size: 22px;
  line-height: 120%;
}
section .formulariogrande .cajablanca {
  background: var(--white);
  padding: 20px;
}
section .formulariogrande .cajablanca .form-row {
  margin-bottom: 3px;
}

.formulario_inscripcion label {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--dark);
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.formulario_inscripcion input.form-control,
.formulario_inscripcion select.form-control,
.formulario_inscripcion textarea.form-control {
  color: var(--dark);
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  border-bottom: 2px solid var(--red);
  background-color: transparent;
  padding: 0;
}
.formulario_inscripcion input.form-control:focus,
.formulario_inscripcion select.form-control:focus,
.formulario_inscripcion textarea.form-control:focus {
  border-bottom: 2px solid var(--yellow);
  box-shadow: none;
}
.formulario_inscripcion select.form-control {
  background: url(https://www.uaa.edu.py/assets/img/chevron-bottom.svg) no-repeat right center;
}

/* Big Quote */
.big_quote {
  background-color: #C1B4A3;
  padding-top: 32px;
  padding-bottom: 32px;
}
.big_quote p {
  padding: 0;
  font-size: 14px;
  color: var(--dark);
}
.big_quote .quoteimg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100px;
  width: 100px;
  border-radius: 100px;
  border: 1px solid var(--dark);
}
.big_quote .blockquote {
  background: url(https://www.uaa.edu.py/assets/img/comilla2.svg) no-repeat top left;
}
.big_quote .blockquote p {
  padding-top: 12px;
  padding-left: 48px;
  font-size: 14px;
  color: var(--dark);
  font-style: italic;
}

section.parrafote.parrafo_negro.bloque-color,
section.parrafote.parrafo_blanco.bloque-color {
  padding: 42px 0 !important;
}

.quizas_interese {
  background-color: var(--white);
  padding-top: 42px;
  padding-bottom: 42px;
}
.quizas_interese h3 {
  text-transform: none;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 17px;
}

.tabla_de_carreras {
  text-align: center;
}
.tabla_de_carreras.tabla_titulos {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 6px solid var(--red);
  padding-bottom: 11px;
}
.tabla_de_carreras p {
  font-size: 13px;
  margin: 0;
  padding: 13px 0;
  color: var(--dark);
}
.tabla_de_carreras .rowtabla a {
  background: url(https://www.uaa.edu.py/assets/img/chevron-right.svg) no-repeat left 4px;
  padding-left: 12px;
  margin: 0;
  transition: 0.2s linear all;
  background-size: 6px;
  color: var(--dark);
}
.tabla_de_carreras .rowtabla a:hover {
  color: var(--yellow);
  padding-left: 14px;
}
.tabla_de_carreras img.img_acreditacion {
  max-height: 38px;
  margin: 0;
}

/*======================================
= 10. Bloques Destacados & Noticias
======================================*/
/* News Home */
.more-news .dropdown-menu {
  border-color: transparent;
  box-shadow: 0 15px 30px rgba(65, 69, 93, 0.2);
}

.content-box-16 {
  background: #fff;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
  transition: 0.3s;
  border-radius: 2px;
  box-shadow: 0 12px 28px rgba(93, 65, 65, 0.0588235294);
}
.content-box-16 a {
  color: var(--dark);
  text-decoration: none;
}
.content-box-16 a:hover, .content-box-16 a:focus {
  color: var(--dark_red);
}

.content-box-16-content-wrapper {
  letter-spacing: 0.04em;
  padding: 15px 30px;
  min-height: 112px;
}

.content-box-16-title {
  font-size: 22px;
  margin: 0;
  color: var(--white);
  transition: 0.3s;
  font-weight: bold;
}

.content-box-16-content {
  color: #343a40;
  font-size: 15px;
  line-height: 1.3;
  transition: 0.3s;
}

.content-box-16-icon-wrapper {
  background: var(--red);
  padding: 0;
  margin-bottom: 5px;
}

.content-box-16-icon {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  margin-bottom: 20px;
  background: #fff;
  color: var(--red);
  font-size: 40px;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.content-box-16-button {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 30px;
  text-decoration: none;
  background: var(--red);
  box-shadow: 0 10px 20px 0 rgba(190, 44, 46, 0.5);
  color: var(--white);
  font-size: 15px;
  padding: 10px 25px;
  border-radius: 4px;
  transition: 0.3s;
}
.content-box-16-button:hover {
  background: var(--yellow) !important;
  box-shadow: 0 10px 25px 0 rgba(190, 44, 46, 0.25) !important;
}

/* Featured Home */
.section-title {
  margin: 20px 0 50px;
  color: var(--dark);
}
.section-title span {
  border-bottom: 2px solid var(--red);
  padding-bottom: 4px;
}

.content-box-60 {
  display: block;
  position: relative;
  margin-bottom: 30px;
  transition: 0.5s;
  overflow: hidden;
  height: fit-content;
}
.content-box-60:hover {
  cursor: pointer;
}

.content-box-60-content-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 45px 30px 45px 35px;
  background-image: linear-gradient(to top, var(--dark), transparent);
}

.content-box-60-thumbnail img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.content-box-60-text-wrapper {
  transition: 0.4s;
  transform: translateY(70px);
}

.content-box-60-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 50%;
  position: relative;
  padding-bottom: 15px;
  text-align: center;
  min-height: 55px;
}

.content-box-60-content {
  color: #e3e4ea;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0;
  transition: 0.3s;
}

.content-box-60-button {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  background: transparent;
  margin-top: 30px;
  display: inline-flex;
  align-items: flex-end;
  border-radius: 3px;
  transition: 0.3s;
  font-weight: 600;
}
.content-box-60-button i {
  margin-left: 10px;
  font-weight: bold;
}

@keyframes button-60 {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  49% {
    transform: translateX(20px);
    opacity: 0;
  }
  50% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.content-box-60:hover .content-box-60-text-wrapper {
  transform: translateY(30px);
}
.content-box-60:hover .content-box-60-content {
  opacity: 1;
}
.content-box-60:hover .content-box-60-content-wrapper {
  background-image: linear-gradient(to top, var(--dark_red), transparent);
}

.content-box-60-button:hover {
  color: var(--yellow);
}
.content-box-60-button:hover i {
  animation: 0.3s button-60 linear;
}

.content-box-60.color-2 .content-box-60-button:hover {
  color: var(--red);
}

/*======================================
= 11. Footer
======================================*/
.footer-uaa {
  position: relative;
  color: #fff;
  padding: 3rem 0;
  margin-top: 40px;
  background: url(../img/logo_footer_opacity.png) var(--dark) no-repeat -400px 30px;
}
.footer-uaa .container {
  position: relative;
  margin-top: -15px;
}
.footer-uaa h3 {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 1.5;
  color: var(--beige);
}
.footer-uaa .links li {
  margin-bottom: 10px;
  line-height: 1.5;
  display: block;
}
.footer-uaa .links li a {
  color: var(--light_gray);
  text-decoration: none;
  font-size: 90%;
}
.footer-uaa .links li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-uaa .social li {
  display: inline-block;
  position: relative;
}
.footer-uaa .social li a {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: var(--dark_black);
  color: var(--light_gray);
}
.footer-uaa .social li a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-uaa .footer-logo {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.footer-uaa .copyright {
  color: var(--light_gray);
}
.footer-uaa .cta {
  padding: 20px;
  background-color: var(--dark_red);
  top: -80px;
  position: relative;
}
.footer-uaa .cta h2 {
  line-height: 1.5;
}
.footer-uaa .cta h3 {
  line-height: 1.5;
  font-size: 20px;
}
.footer-uaa .btn-dark {
  background-color: var(--light_beige);
  border-color: var(--light_beige);
  color: var(--dark_black);
  font-weight: 500;
}
.footer-uaa .btn-dark:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--dark_red);
}
.footer-uaa .btn-dark:active, .footer-uaa .btn-dark:focus {
  color: var(--dark_red);
  background-color: #fff;
  border-color: #fff;
}
.footer-uaa .social li a.facebook:hover {
  background-color: #3B5998 !important;
}
.footer-uaa .social li a.twitter:hover {
  background-color: #fff !important;
  color: #000;
}
.footer-uaa .social li a.instagram:hover {
  background-color: #c32aa3 !important;
}
.footer-uaa .social li a.linkedin:hover {
  background-color: #007BB6 !important;
}
.footer-uaa .social li a.youtube:hover {
  background-color: #FF0000 !important;
}

/*======================================
= 12. Modales
======================================*/
.modal .modal-header .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  color: #ffffff;
  text-transform: none;
  font-size: 38px;
  font-weight: bold;
  border: none;
}
.modal .modal-header .close {
  background: url(https://www.uaa.edu.py/assets/img/cerrar.svg) no-repeat;
  width: 32px;
  height: 32px;
  background-size: cover;
  margin: 20px 0 0 0;
  opacity: 1;
  border: none;
}
.modal .modal-content {
  border: none;
  padding: 32px;
  border-radius: 0;
}

/*======================================
= 13. Breadcrumbs & Auth
======================================*/
.biblio-breadcrumb {
  border-bottom: 1px solid #dadada;
}
.biblio-breadcrumb .breadcrumb {
  font-size: 0.8rem;
}
.biblio-breadcrumb i {
  color: rgba(33, 37, 41, 0.45) !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

.auth label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-left: 1px;
}

/*======================================
= 14. Menú Home Mobile
======================================*/
.mobile-home-menu {
  display: none;
}

.mobile-home-menu__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-weight: 600;
}
.mobile-home-menu__toggle i {
  font-size: 1.2rem;
}

.mobile-home-menu__content {
  border-radius: 2px;
  overflow: hidden;
}
.mobile-home-menu__content nav {
  width: 100%;
  padding: 1rem 1.25rem;
}
.mobile-home-menu__content nav:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.mobile-home-menu__content aside {
  width: 100%;
  padding: 1rem 1.25rem;
}
.mobile-home-menu__content aside:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.mobile-home-menu__content .list-group {
  border: 0;
  border-radius: 0;
}
.mobile-home-menu__content .list-group a {
  display: block;
  width: 100%;
}
.mobile-home-menu__content .list-group-item:not(h4) {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  border-bottom: solid 1px #dadada;
  color: var(--dark);
}
.mobile-home-menu__content .list-group-item:not(h4):hover, .mobile-home-menu__content .list-group-item:not(h4):focus {
  color: var(--dark_red);
}
.mobile-home-menu__content .list-group-item:not(h4) a {
  display: block;
  width: 100%;
  color: var(--dark);
}
.mobile-home-menu__content .list-group-item:not(h4) a:hover, .mobile-home-menu__content .list-group-item:not(h4) a:focus {
  color: var(--dark_red);
}

/*======================================
= 15. Responsivo (Media Queries)
======================================*/
/* <= 1024px */
@media (max-width: 1024px) {
  header .uaa-top-header-wrapper {
    display: none;
  }
  header .navbar {
    justify-content: center;
    align-items: center;
  }
  header .navbar > .container {
    margin: 0;
    width: 100%;
    max-width: 960px;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    gap: 0.75rem;
  }
  header .navbar .nav-item .nav-link {
    padding: 12px 10px;
    font-size: 12px;
  }
  header .navbar .navbar-mob-head {
    flex: 1 1 auto;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 6px 0;
  }
  header .navbar .navbar-brand-mobile {
    display: block !important;
  }
  header .navbar .navbar-brand-mobile img {
    max-width: 180px;
    height: auto;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  header .navbar .navbar-toggler {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-left: auto;
  }
  header .navbar .navbar-nav {
    display: none !important;
  }
  header .navbar .navbar-right-btns {
    display: none !important;
  }
  header .navbar-collapse {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
    width: 100%;
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    height: 0;
    overflow: hidden;
  }
  header .navbar-collapse.show {
    display: none !important;
  }
  header .navbar-right-btns {
    margin-top: 12px;
    display: none;
  }
  .more-news {
    display: none;
  }
}
/* 993px - 1024px */
@media (min-width: 993px) and (max-width: 1024px) {
  .uaa-navbar__mobile .col-lg-3 {
    width: 30%;
  }
}
/* 371px - 575.98px */
@media (min-width: 371px) and (max-width: 575.98px) {
  header .navbar-collapse {
    margin-left: 0;
  }
  header .navbar-nav {
    align-items: flex-end;
  }
  header .navbar .nav-item {
    width: 100%;
  }
  header .navbar .nav-item .nav-link {
    margin-right: 0;
    margin-bottom: 3px;
    text-align: right;
  }
  header .navbar-right-btns {
    flex-direction: column;
  }
  header .navbar-right-btns a {
    text-align: right;
    margin-bottom: 3px;
  }
  header .navbar-right-btns a:first-child {
    margin-right: 0;
  }
  header .navbar-collapse .dropdown-menu {
    transform: unset;
  }
  header .navbar-collapse .dropdown-menu .col-lg-3:not(:last-child) {
    padding-bottom: 0;
  }
  .uaa-top-header-wrapper {
    padding-left: 12px;
    padding-right: 12px;
    display: none;
  }
  .uaa-top-header-wrapper .thw__search-box {
    margin-top: 6px;
  }
  .uaa-top-header-wrapper .thw-sb--input-wrap .form-control {
    min-width: 140px;
  }
  .uaa-top-header-wrapper .uaa-nb__symbol img {
    width: 72px;
  }
  .uaa-top-header-wrapper .thw__social-media {
    margin-top: 6px;
  }
  .navbar > .container {
    max-width: 100%;
    width: 100%;
  }
}
/* <= 991.98px */
@media (max-width: 991.98px) {
  .mobile-home-menu {
    display: block;
  }
  .mobile-home-menu__content h4 {
    background-color: transparent;
    color: var(--dark_red);
    border: 0;
    border-bottom: solid 2px var(--dark_red);
    box-shadow: none;
    padding-left: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .mobile-home-menu__content nav {
    padding: 0 !important;
    box-shadow: none !important;
  }
  .mobile-home-menu__content nav > .list-group {
    margin-bottom: 0;
    box-shadow: none !important;
  }
  .mobile-home-menu__content aside {
    padding: 0 !important;
    box-shadow: none !important;
  }
  .mobile-home-menu__content aside > .list-group {
    margin-bottom: 0;
    box-shadow: none !important;
  }
  .mobile-home-menu__content .shadow-sm {
    box-shadow: none !important;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 1.8rem;
  }
  .jumbotron .h2,
  .jumbotron h2 {
    font-size: 1.6rem;
  }
  .jumbotron .carousel-control-prev,
  .jumbotron .carousel-control-next {
    display: none;
  }
  .footer-uaa .btn-dark {
    margin: 6px 0;
  }
  .footer-uaa .container {
    text-align: center;
  }
  .footer-uaa h3 {
    margin-top: 10px;
    margin-bottom: 13px;
  }
}
/* >= 992px */
@media (min-width: 992px) {
  .mobile-home-menu {
    display: none !important;
  }
  .jumbotron .carousel-item {
    margin-left: -10px;
  }
  header .navbar-collapse .dropdown-menu .menu-col {
    max-width: 360px;
  }
}
/*>= 997px (ajuste jumbotron internas)*/
@media screen and (min-width: 997px) {
  .jumbotron.internas {
    position: relative !important;
    margin: 0;
  }
}
/* ==========================================================================
    Google Custom Search - Ajustes personalizados (estilo heredado sitio anterior)
========================================================================== */
/* Google Custom Search Overrides */
.gsc-control-cse {
  padding: 6px 0 0 0 !important;
}

.gsc-input-box {
  border: none !important;
}

table.gsc-search-box td.gsib_a {
  padding: 0 !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input .gsc-input-box input.gsc-input {
  font-weight: bold !important;
  font-family: "Montserrat", sans-serif !important;
  color: var(--dark) !important;
  font-size: 11px !important;
  border: none !important;
  border-bottom: 2px solid #ccc !important;
  box-shadow: none;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  height: 32px !important;
  min-width: 180px !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input .gsc-input-box input.gsc-input:focus {
  border-bottom: 2px solid var(--text) !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0 !important;
}

.gsc-search-button-v2 {
  background: var(--yellow) no-repeat center center !important;
  border-radius: 0 !important;
  min-width: 38px !important;
  border: none !important;
  padding: 9px 13px !important;
}

.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
  background: var(--red) no-repeat center center !important;
}

.gsst_a .gscb_a {
  color: #F3F2F1;
}

.gsc-completion-container td {
  padding: 6px 12px;
}
.gsc-completion-container td b {
  font-weight: 400;
  font-size: 0.9rem;
  color: var(--text);
}

@media (min-width: 1025px) {
  .gcse-search-navbar {
    min-width: 250px;
  }
}
/* ==========================================================================
    Resultados de búsqueda
========================================================================== */
/* Información general de resultados */
.gcse-searchresults-only {
  /* Cada resultado individual */
}
.gcse-searchresults-only .gsc-result-info {
  font-size: 0.95rem;
}
.gcse-searchresults-only .gsc-result {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}/*# sourceMappingURL=style.css.map */