.img-pc-doctorado{
  display:none;
  }
  
  .img-movil-doctorado{
  display:block;
  }
  
  @media(min-width:768px){
  .img-pc-doctorado{
  display:block;
  }
  
  .img-movil-doctorado{
  display:none;
  }
  }
  

/* Utilizadades */

:root {
  --primary-color: #041147;
  --secundary-color: #ff8300;
}



h1 {
  font-family: markpro, Lato, Helvetica, Arial, sans-serif !important;
  font-weight: 600;
  font-size: 1.7rem !important;  
   


}

h2 {
  font-family: markpro, Lato, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.6rem !important;
}

h3 {
  font-family: markpro, Lato, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.3rem !important;
}


h4,
h5,
h6 {
  font-family: markpro, Lato, Helvetica, Arial, sans-serif;
  font-weight: 600;
}

@media (min-width: 768px) {
  h1 {
    font-family: markpro, Lato, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 2.2rem !important;
  }

  h2 {
    font-family: markpro, Lato, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.8rem !important;
  }

  h3 {
    font-family: markpro, Lato, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.4rem !important;
  }

  h4,
  h5,
  h6 {
    font-family: markpro, Lato, Helvetica, Arial, sans-serif;
    font-weight: 600;
  }
}

.btn-check:focus+.btn, .btn:focus{
  box-shadow: none !important;
}

.link-blue{
color: var(--primary-color) !important;
}

.link-white{
  color: white !important;
  }

@media (max-width: 992px) {
  /* .container, .container-sm {
        max-width: 90% !important;
    } */

  .main-icons {
    width: 100% !important;
    margin-top: -80px;
    border-radius: 0px !important;
  }
}

/* Responsive Tablet */

@media (min-width: 768px) and (max-width: 1024px) {
  /* .container, .container-sm {
        max-width: 95% !important;
    } */

  .main-icons {
    width: 100% !important;
    margin-top: -80px;
    border-radius: 0 !important;
  }

  .items-estudio__2 {
    grid-column: auto !important;
    text-align: center !important;
    /* display: grid; */
    align-self: center;
  }

  .items-estudio__1 {
    grid-column: 1/2 !important;
  }

  .explorer-estudio {
    grid-template-columns: 2fr 1fr !important;
  }
}

@media (min-width: 1024px) {
  .items-estudio__2 {
    align-self: center;
  }
}

/* ------ */

.page-template-page-mi-uapa .accordion-button {
  background-color: #ffffff !important;
}

.no-underline {
  text-decoration: none !important;
}

.font-primary {
  color: var(--primary-color) !important;
}

.primary-color {
  color: var(--primary-color);
}

.no-bold-text {
  font-weight: 500 !important;
  font-size: 1rem !important;
}

/* Home Slider Container Fluid */
.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cont-slider-home {
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .cont-slider-home {
    justify-content: left;
  }
}

.img-item-estudio img {
  width: 100%;
}

/* slider home */
.slider-home {
/*   background-image: url(/wp-content/uploads/2022/06/banner-movil-uapa-slider.jpg); */
  /* min-height: 89vh !important; */
  height: 89vh !important;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  word-wrap: break-word;
}

@media (min-width: 768px) {
  .slider-home {
   /*  background-image: url(/wp-content/uploads/2022/05/slider-home-uapa-1-min11.jpg); */
  }
}

@media (max-width: 1400px) {
  .slider-home {
    min-height: 100vh !important;
    height: 100vh !important;
  }
}

.container-logo {
  z-index: 1;
}

.text-slider {
  width: 100%;
  height: auto;
  text-align: center;
}

.text-slider h1 {
  color: white;
  margin-bottom: 15px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .text-slider h1 {
    color: white;
    font-size: 2.4rem !important;
    margin-bottom: 15px;
    font-weight: 500;
  }
}

.button-slider {
  text-align: center;
}

.button-slider a {
  font-weight: 600 !important;
}

@media (min-width: 768px) {
  .button-slider {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .slider-home {
    max-height: 850px !important;
    height: 80vh;
  }
}

.slider-home::after {
  background-color: var(--primary-color);
  opacity: 0.65;
}

/* Menu */
.menu-primary {
  background-color: var(--primary-color);
  padding: 0rem 0 !important;
}

@media (min-width: 768px) {
  .menu-primary {
    padding: 0.3rem 0 !important;
  }
}

.menu-primary a {
  color: white !important;
  font-weight: 400 !important;
  font-family: Arial, Helvetica, sans-serif;
}

@media (min-width: 1024px) and (max-width: 1300px) {
  .main-icons {
    width: 90% !important;
  }
}

.main-icons {
  min-height: 194px;
  width: 1300px;
  border-radius: 20px;
  background-color: white;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin: 34px auto;
  box-shadow: 0 -4px 6px -4px rgb(0 0 0 / 13%);
}

.main-icons .img-icons {
  height: 3.7rem !important;
}

.main-icons .img-icons {
  height: 3.1rem;
}

/* Utilidades */

.bi {
  font-size: 50px;
  color: var(--primary-color);
  margin-bottom: 5px;
}

.item-icons {
  text-align: center;
  margin: 1rem 0;
}

.link-icon {
  text-decoration: none !important;
  color: var(--bs-body-color);
}

.link-icon:hover {
  color: var(--bs-body-color);
}

.main-icons .container {
  margin: 0 !important;
}

@media (min-width: 768px) {
  .offcanvas {
    width: auto !important;
  }
}

.icons-home-uapa {
  margin-top: -25px !important;
  width: 100%;
}

@media (min-width: 768px) {
  .icons-home-uapa {
    margin-top: 0px !important;
    position: absolute;
    width: 100%;
  }
}

.offcanvas-end {
  width: 400px !important;
}

.logo-pc {
  height: 70px;
  margin-top: 15px;
}

.logo {
  width: auto;
  height: 70px;
}

.logo-uapa {
  padding-left: 10px;
}

@media (min-width: 768px) {
  .logo {
    width: auto;
    height: 80px;
  }

  .logo-pc {
    height: 100px;
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .logo {
    width: auto;
    height: 70px;
    padding: 0.4rem 0;
  }
}

.btn.menu-btn {
  color: white;
}

.btn.menu-btn:hover {
  color: white;
}

.menu-item {
  margin: 0;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  margin-bottom: 8px;
}

.menu-item a {
  text-decoration: none;
}

.avisos-top {
  height: 100% !important;
  background-color: var(--primary-color) !important;
  border-radius: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.198) !important;
}

.btn-warning {
  background-color: var(--secundary-color) !important;
  border-color: var(--secundary-color) !important;
  color: white !important;
  font-weight: 700 !important;
}

@media (min-width: 768px) {
  .offcanvas {
    /* position: fixed; */
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }

  .offcanvas-end {
    width: 400px !important;
  }
}

.dropdown-menu {
  background-color: white !important;
}

.dropdown-item:hover {
  background-color: #e7e7e7 !important;
  color: rgb(54 54 54) !important;
}

a.dropdown-item {
  color: rgb(54 54 54) !important;
}

.nav-link {
  padding: 0.4rem 0.6rem !important;
}

.nav-link {
  color: #6f6f6f;
}

#nav-main, #nav-main-pc {
  border-bottom: 2px solid var(--secundary-color) !important;
}

#nav-main-pc{
  display: none !important;
}

@media(min-width: 992px){
  #nav-main-pc{
    display: block !important;
  }
}

.home #nav-main, .home #nav-main-pc {
  border-bottom: none;
}

.container-fluid.banner-page {
  background: url(https://www.uapa.edu.do/wp-content/uploads/2021/09/banner-header-page.jpg);
  background-repeat: no-repeat;
  min-height: 150px !important;
  background-size: cover;
}

@media (min-width: 768px) {
  .container-fluid.banner-page {
    min-height: 180px !important;
  }
}

.title-page-area .title {
  color: white;
}

.breadcrumb-area {
  background-color: #f8f9fa;
}

.content-breadcrumb {
  color: var(--primary-color);
  margin: 0 !important;
  background-color: #f8f9fa !important;
  padding: 0.4rem 1rem !important;
}

.content-breadcrumb a {
  color: var(--primary-color);
  text-decoration: none;
}

/* Botones personalizados */

.btn-orange {
  padding: 0.5rem 1.4rem !important;
  background-color: var(--secundary-color) !important;
  border-radius: 50px !important;
  color: #fff !important;
  font-weight: 700 !important;
  border: 0;
}

.btn-blue {
  padding: 0.5rem 1.4rem !important;
  background-color: var(--primary-color) !important;
  border-radius: 50px !important;
  color: #fff !important;
  font-weight: 700 !important;
  border: 0;
}

.btn-grey {
  padding: 0.5rem 1.4rem !important;
  background-color: #e6e6e6 !important;
  border-radius: 5px !important;
  color: var(--primary-color) !important;
  font-weight: 600;
  font-size: 1.1rem;
  border: 0;
}

.btn-grey-grado {
  padding: 0.5rem 1.4rem !important;
  background-color: #e6e6e6 !important;
  border-radius: 100px !important;
  color: var(--primary-color) !important;
  font-weight: 600;
  font-size: 1rem;
  border: 0;
}

.btn-courses {
  padding: 0.5rem 1.4rem !important;
  background-color: #e6e6e6 !important;
  border-radius: 5px !important;
  color: var(--bs-body-color) !important;
  font-weight: 500 !important;
  font-size: 0.9rem;
  border: 0;
}

.button-pub {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.button-pub-item {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}


.img-modalidades {
  min-width: 100% !important;
}

/* Accordion */

.accordion-button.collapsed {
  background-color: white !important;
}

.accordion-button:focus {
  border-color: none !important;
  box-shadow: none !important;
}

.accordion-button {
  background-color: rgb(240, 240, 240) !important;
  color: #252525 !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  padding: 1.1rem 1rem !important;
}

@media (min-width: 768px) {
  .accordion-button {
    padding: 1.1rem 1rem !important;
    font-size: 1.1rem !important;
  }
}

.text-information p {
  margin: 0 !important;
}

.listado-ordenado {
  padding-left: 0 !important;
  margin-top: 2rem !important;
}

.listado-ordenado li {
  font-size: 20px !important;
  border-bottom: 1px solid rgb(230, 230, 230);
  padding: 1.3rem 0;
}

.listado-ordenado a {
  text-decoration: none !important;
  color: var(--primary-color) !important;
}

.listado-ordenado {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.suc-uapa h4 {
  color: rgb(231, 231, 231);
}

.suc-uapa p {
  color: rgb(231, 231, 231);
}

.suc-uapa {
  margin-top: 30px;
}

.top-button .btn {
  color: #fff;
  background-color: var(--secundary-color);
  border-color: var(--secundary-color);
}

.top-button .btn:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.home-page-explorer {
  min-height: 500px;
  background-color: #eeeeee;
  position: relative;
}

.search-area {
  padding-top: 0px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .search-area {
    padding-top: 253px;
  }
}

@media (min-width: 576px) and (max-width: 1200px) {
  .md-container {
    min-width: 95%;
  }
}

@media (min-width: 1200px) {
  .search-area {
    padding-top: 180px;
  }
}

.search-input {
  line-height: auto;
  background-color: #fafafa !important;
}

@media (min-width: 768px) {
  .search-input {
    line-height: 40px !important;
  }
}

@media (min-width: 992px) {
  .show-menu-movil {
    display: none !important;
  }
}

.title-area-estudio {
  margin-top: 30px !important;
}

@media (min-width: 768px) {
  .title-area-estudio {
    margin-top: 0 !important;
  }
}

.list-programs li {
  font-size: 18px !important;
  padding-bottom: 1rem !important;
}

.explorer-estudio {
  display: grid;
  height: auto;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  margin-top: 0px;
}

.items-estudio__1 {
  grid-column: 1;
}

.items-estudio__2 {
  grid-column: 1;
}

@media (min-width: 768px) {
  .explorer-estudio {
    display: grid;
    height: auto;
    margin-top: 110px;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
  }

  .items-estudio__1 {
    grid-column: 1/1;
    overflow: visible;
  }

  .items-estudio__2 {
    grid-column: 2/2;
  }
}

.items-estudio__2 {
  text-align: right;
}

.items-estudio__2 img {
  max-height: 100% !important;
  text-align: right;
}

.row__ {
  margin: 0 !important;
}

.education-cont {
  min-height: auto;
  padding: 2rem 0.7rem;
}

@media (min-width: 768px) {
  .education-cont {
    min-height: auto;
    padding: 3rem 0;
  }
}

.slider-cont {
  margin-top: 2.5rem;
}

.card {
  border: none !important;
}

.card-group .card {
  margin: 0 !important;
  border: none !important;
  height: auto !important;
  padding: 0.5rem !important;

  /* HOVER OFF */
  transition: 1s;
  -webkit-transition: 1s;
}

@media (min-width: 768px) {
  .slider-cont {
    margin-top: 2.5rem;
  }

  .card-group .card {
    margin: 0 0.7rem !important;
  }
}

.card-group .card:hover {
  cursor: pointer;
}

.card-group .card-body {
  min-height: 240px !important;
}

/* News Home */

.container-fluid.news {
  background-color: #ffffff !important;
  padding: 4rem 0;
}

.container-fluid.news h1 {
  color: var(--primary-color);
}

.title-events {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0 0 !important;
  color: var(--primary-color) !important;
}

.title-events h1 {
  color: var(--primary-color) !important;
}

.text-link-event {
  text-decoration: none !important;
  color: white !important;
  font-size: 1.1rem;
}

@media (min-width: 768px) {
  .title-events {
    margin-top: 0;
    margin-bottom: 1.2rem;
    padding: 0 !important;
    color: var(--primary-color) !important;
  }

  .title-news h1 {
    margin-bottom: 20px;
    color: var(--primary-color) !important;
  }
}

.content-full-news {
  display: grid;
  gap: 25px;
  margin: 0.5rem;
}

.content-full-events {
  margin: 0.8rem;
}

@media (min-width: 768px) {
  .content-full-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
    margin: 0;
  }

  .new-item1 {
    grid-row: 1/3;
    grid-column: 1/3;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .content-full-news {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .new-item1 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
}

/* Card Home */

.card-body.card-text p {
  color: #000 !important;
}

.content-full-news .card {
  border-radius: 0 !important;
  border: none !important;
  padding: 0 !important;
}

.btn-readm {
  padding: 0.5rem 1.4rem !important;
  border-radius: 50px !important;
  color: var(--primary-color) !important;
  font-weight: 600 !important;
  border: 0;
  width: 200px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #dedede !important;
}

.list-events p {
  color: var(--bs-body-color);
}

.day-event {
  margin-bottom: 0.5rem;
  width: auto;
}

.list-events .day-event {
  border: 1px solid white;
  border-radius: 10px;
  padding: 0.2rem 0.6rem;
  font-weight: 400;
  position: absolute;
  font-size: 0.9rem;
  text-align: center;
  background-color: #eee;
  font-weight: 600;
  color: var(--primary-color);
}

@media (min-width: 768px) {
  .list-events .day-event {
    position: absolute;
    padding: 0.1rem 0.6rem;
    background-color: #eee;
    font-weight: 600;
    color: var(--primary-color);
  }
}

.item-e {
  margin-bottom: 3.4rem;
  height: auto;
}

@media (min-width: 768px) {
  .item-e {
    height: auto;
    margin-bottom: 3.3rem;
  }
}

.title-testimonials h1 {
  margin: 3rem 0 !important;
}

.testimonials-content {
  max-width: 100%;
}

@media (min-width: 768px) {
  .testimonials-content {
    max-width: 70%;
  }
}

/* Icono menu movil */

.fa-bars {
  font-size: 1.3rem !important;
}

.img-exp-est {
  margin-top: 2rem;
}

/* Menu lateral Experiencia estudiantil */

.menu a {
  text-decoration: none;
  color: var(--bs-body-color);
  font-size: 1rem;
}

.menu li {
  padding: 0.6rem 0;
  border-bottom: 1px dotted rgb(209, 209, 209);
}

.menu li:last-of-type {
  border-bottom: none;
}

.menu a:hover {
  color: var(--bs-body-color);
}

.bi.bi-arrow-left-circle,
.bi-house {
  font-size: 21px;
}

.bi.bi-house {
  font-size: 15px;
}

.text-back-home {
  font-size: 1rem;
}

.text-back-home {
  text-decoration: none !important;
  color: var(--bs-body-color);
}

/* Stick */
.sticky-top .widget-area {
  top: 15px !important;
}

.sticky-top {
  z-index: 1 !important;
  top: 15px !important;
}

/* Menu Botton principal */
.navbar2 {
  overflow: hidden;
  background-color: var(--primary-color);
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  border-top: 1px solid #bebebeb4;
  margin: 0;
  z-index: 1000 !important;
}

.navbar2 a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
}

.navbar2 a:hover {
  color: black;
}

.navbar2 a.active {
  background-color: #04aa6d;
  color: white;
}

@media (min-width: 768px) {
  .navbar2 {
    display: none !important;
  }
}

.item-bar-bottom img {
  height: 18px !important;
}

.logo-menu-bottom img {
  height: 34px !important;
}

.bi-box-arrow-in-right {
  color: white !important;
  font-size: 28px;
}

.text-movil-bar {
  font-size: 0.5rem;
  padding: 0;
  margin: 3px 0 0 0;
  color: white;
}

/* Mi UAPA Slider*/

.carousel-caption {
  bottom: 0 !important;
}

@media (min-width: 768px) {
  .carousel-caption {
    bottom: 10rem !important;
  }
}

.carousel-inner.logo-action {
  margin-top: -85px;
}

@media (min-width: 768px) {
  .carousel-inner.logo-action {
    margin-top: -115px;
  }
}

.item-list-line {
  padding: 0.6rem 0;
  border-bottom: 1px dotted rgb(209, 209, 209);
}

/* Border img Noticias */
.card-img-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* Menu Canvas PC */
*,
*::after,
*::before {
  box-sizing: border-box;
}

.menu-canva__ a {
  color: rgb(44, 44, 44) !important;
  font-size: 1.1rem !important;
  padding: 3px !important;
}

.intro {
  height: 100vh;
  width: 100%;
  display: table;
  background: #26292f url("../img/bg.html") no-repeat center center;
  background-size: cover;
}

.nav-trigger {
  position: fixed;
  z-index: 4;
  top: 0;
  right: 19px;
  height: 44px;
  width: 44px;
  overflow: hidden;
  color: transparent;
  white-space: nowrap;
  text-indent: 100%;
}

.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
  position: absolute;
  height: 3px;
  width: 30px;
  background: #c7c7c7;
}

.nav-trigger span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.3s;
}

.nav-trigger span::before,
.nav-trigger span::after {
  content: "";
  top: 0;
  left: 0;
  transition: background 0.3s, transform 0.3s;
}

.nav-trigger span::before {
  transform: translateY(-8px);
}

.nav-trigger span::after {
  transform: translateY(8px);
}

.nav-trigger:hover span,
.nav-trigger:hover span::before,
.nav-trigger:hover span::after {
  background: white;
}

.nav-open .nav-trigger span {
  background: transparent;
}

.nav-open .nav-trigger span::before,
.nav-open .nav-trigger span::after {
  background: #1f2b3d;
}

.nav-open .nav-trigger span::before {
  transform: rotate(-45deg);
}

.nav-open .nav-trigger span::after {
  transform: rotate(45deg);
}

.overlay {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c1d21;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.nav-open .overlay {
  opacity: 0.6;
  visibility: visible;
}

.nav-container {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  height: 100%;
  width: 90%;
  max-width: 350px;
  padding: 2em 1.5em;
  background: #f3f3f3;
  overflow: auto;
  transform: translateZ(0);
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
}

.nav-open .nav-container {
  transform: translateX(0);
}

.nav-container h2 {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #383838;
  margin: 1.5em 0;
}

.menu-principal-container ol,
ul {
  padding-left: 0;
}

.nav {
  list-style: none;
  padding: 0;
}

.nav a {
  display: block;
  padding: 0.4em 0;
  font-size: 40px;
  text-decoration: none;
  color: #1f2b3d;
  transform: translateZ(0);
}

.nav-open .nav a {
  animation: slide-in 0.4s 0.2s backwards;
}

.nav-open .nav li:nth-of-type(2) a {
  animation-delay: 0.3s;
}

.nav-open .nav li:nth-of-type(3) a {
  animation-delay: 0.4s;
}

.nav-open .nav li:nth-of-type(4) a {
  animation-delay: 0.5s;
}

.nav-open .nav li:nth-of-type(5) a {
  animation-delay: 0.6s;
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Menu Sidebar */
#nav_menu-2 {
  padding-top: 0 !important;
}

/* breadcrumb */

.breadcrumb a {
  color: var(--primary-color) !important;
  text-decoration: none !important;
}

/* Acordion Mi UAPA */

.incapre.accordion-button::after {
  display: none !important;
}

.mi-uapa-btn.accordion-button::after {
  display: none !important;
}

.profundo.accordion-button::after {
  display: none !important;
}

.accordion-button {
  background-color: #fafafa !important;
  text-decoration: none !important;
}

.accordion-button:hover {
  background-color: rgb(243, 243, 243) !important;
}

/* Menu Sidebar */
.menu {
  background-color: rgb(250, 250, 250) !important;
  border-radius: 0.4rem !important;
  border: 1px solid #e6e6e6 !important;
}

.menu li {
  padding: 0.6rem 1rem;
  border-bottom: 1px dotted rgb(209, 209, 209);
}

.menu-item a:hover {
  color: var(--primary-color);
  font-weight: 400;
  cursor: pointer !important;
}

.title_school {
  font-size: 1.1rem !important;
  margin-top: 2.3rem;
}

@media (min-width: 768px) {
  .title_school {
    font-size: 1.3rem !important;
    margin-top: 2.3rem;
  }
}

.more-info a {
  color: var(--primary-color);
  font-weight: 600 !important;
  font-size: 1.1rem !important;
}

.more-info .btn {
  padding-left: 0;
}

.form-control.search-incapre {
  width: 100% !important;
}

@media (min-width: 768px) {
  .form-control.search-incapre {
    width: 300px !important;
  }
}

.card-title {
  font-size: 1rem !important;
}

.card-body {
  padding: 1rem 0.8rem !important;
}

.btn-activo {
  background-color: var(--secundary-color) !important;
  color: white !important;
}

.link-explorer {
  text-decoration: none !important;
  color: var(--bs-body-color);
}

.link-explorer:hover {
  color: var(--primary-color);
}

.li-cursos li {
  list-style: inside !important;
}

.image-testimonials img {
  width: 300px !important;
  border-radius: 200px;
}

.image-testimonials .post-thumbnail img {
  border-radius: 200px !important;
}

.arrow-testimonials .carousel-control-next-icon {
  background-image: url(https://www.uapa.edu.do/wp-content/uploads/2021/11/chevron-right.svg) !important;
}

.arrow-testimonials .carousel-control-prev-icon {
  background-image: url(https://www.uapa.edu.do/wp-content/uploads/2021/11/chevron-left.svg) !important;
}


.p-testimonials {
  margin-top: 25px;
}

.btn-avisos {
  border: 2px solid white !important;
  border-radius: 50px !important;
  color: white !important;
  margin-top: 25px !important;
  margin-bottom: 15px !important;
  width: 150px !important;
}

.info-general {
  padding: 1.4rem 1rem;
  border-radius: 5px;
 /*  border: 1px solid rgb(238, 238, 238); */
  background-color: #fafafa;
}

.competence-info li {
  list-style: disc;
  padding: 4px;
}

.occupational_field li {
  list-style: disc;
  padding: 4px;
}

@media (max-width: 768px) {
  .competence-info li {
    list-style: disc;
    padding: 4px;
  }

  .occupational_field li {
    list-style: disc;
    padding: 4px;
  }
}

.entry-content li{
  list-style: disc !important;
}

.info-grado {
  margin: 0;
}

.entry-content img {
  border-radius: 5px;
}

.img-publication .wp-post-image {
  height: auto !important;
  max-height: auto !important;
  width: auto !important;
}

@media (min-width: 768px) {
  .img-publication .wp-post-image {
    height: 398px !important;
    max-height: 398px !important;
    width: auto !important;
  }
}

.no-style-link {
  color: var(--bs-body-color);
  text-decoration: none;
}

.no-style-link:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.e-continuing {
  background-color: var(--primary-color) !important;
}

.e-continuing h1 {
  color: white;
}

.card-group.home .card {
  background-color: transparent !important;
  color: white;
}

.menu-item-type-custom:hover {
  background-color: rgb(233, 233, 233) !important;
  cursor: pointer;
}

.img-avisos {
  width: 17px !important;
}

.line-div-menu {
  color: rgba(255, 255, 255, 0.472);
}

#ModalAvisos {
  z-index: 1060 !important;
}

.modal-body {
  padding: 0 !important;
}

.btn-close {
  color: white !important;
  font-size: 24px !important;
}

.modal-footer {
  background-color: var(--primary-color) !important;
  border: none !important;
}

.btn-close-modal {
  background-color: transparent !important;
  color: white !important;
  font-size: 30px !important;
  border: 1px solid white !important;
  border-radius: 100px !important;
  padding: 0 14px;
}

.bg-divider-grey {
  background-color: rgb(241, 241, 241) !important;
  padding: 5rem 0 !important;
}

.bg-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}
/*
--------------------------------------
--------------------------------------
RED DE EGRESADOS
--------------------------------------
--------------------------------------
*/

/* Slider */
.slider-red {
  height: 300px;
  min-height: 300px;
  background: url("../img/banner-porta-egresados.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.egresados-header{
  color: white;
  font-family: markpro, Lato, Helvetica, Arial, sans-serif !important;
  font-size: 1.7rem !important;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}

@media(min-width: 768px){
  .egresados-header h1{
    font-size: 2.7rem !important;
  }

  .slider-red {
    display: flex;
    align-items: center !important;
  }
}


/* Botones de navegaci��n */
.btn-grey.graduates {
  font-size: 0.8rem;
  padding: 0.9em 2em !important;
  font-weight: 700 !important;
}

/* Media Query Tablet */
@media (min-width: 576px) and (max-width: 768px) {
  .slider-red {
    height: 18em;
    min-height: 18em;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .slider-red {
    height: 20em;
    min-height: 20em;
  }

  .btn-grey.graduates {
    padding: 0.8em 0em !important;
  }
}

/* Media Query Tablet - Desktop */
@media (min-width: 992px) {
  .slider-red {
    height: 515px;
    min-height: 515px;
  }
}

/* 
--------------------------------------
--------------------------------------
RED DE EGRESADOS - UAPIANO EMPRENDEDOR
--------------------------------------
--------------------------------------
*/

.icons-social {
  font-size: 40px !important;
  color: #041147 !important;
  margin-top: 15px !important;
}

/* 
--------------------------------------
--------------------------------------
CSS RADIO UAPA
--------------------------------------
--------------------------------------
*/

/* Slider  - Radoio Uapa*/
.slider-radio-uapa {
  height: 300px;
  min-height: 300px;
  background: url("https://www.uapa.edu.do/wp-content/uploads/2022/02/slider-radio-uapa.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media(min-width:768px){
  .slider-radio-uapa {
    height: 500px;
    min-height: 500px;
  }
}

.content-radio {
  width: 100% !important;
  position: relative;
}

.player-radio {
  margin: 0 auto;
}

audio {
  width: 90%;
}

@media(min-width:768px){
  audio {
    width: 500px;
  }
}

#content-holder {
  margin-bottom: 3px;
  height: 70px;
  overflow: hidden;
  background-color: #041147 !important;
}

.title-program-radio {
  color: var(--primary-color) !important;
}

#radio-uapa img {
  width: 68px;
}

.icon-social{
	width:50px;
	display:inline-block;
	margin:5px;
}

#radio-uapa {
  position: -webkit-sticky;
  position: fixed;
  bottom: 10px;
  left: 20px;
  z-index: 100000 !important;
}

#radio-notification {
  position: -webkit-sticky;
  position: fixed;
  bottom: 10px;
  left: 20px;
}

.bi.bi-chevron-right.more-courses {
  font-size: 15px !important;
  color: white !important;
}

.btn-offers{
  font-family: markpro, Lato, Helvetica, Arial, sans-serif;
  font-size: 1.1rem !important;
  padding: 1rem 0.7rem !important;
  color: #252525;
  border: 1px solid rgb(218, 218, 218);
  margin-top: -1px;
  font-weight: 600;
}

.btn-offers{
  font-family: markpro, Lato, Helvetica, Arial, sans-serif;
  font-size: 1.1rem !important;
  padding: 1rem 0.7rem !important;
  color: #252525;
  border: 1px solid rgb(218, 218, 218);
  margin-top: -1px;
}

.btn-offers:hover{
background-color: #eeeeee;
}

.item-calendar{
  border:1px solid #bababa;
  border-radius: 12px;
  padding: 0.7rem 1rem;
  margin: 0rem 1rem;
  cursor: default !important;
}

.item-fecha{
  font-size: 1.1rem  !important;
}

.item-arrow-calendar{
  background-color: #e4e4e4 !important;
  border-radius: 150px !important;
  border-color: #777777;
}

.title-calendar{
  display: flex;
  justify-content: center;
  font-size: 1.1rem  !important;
 } 

@media(min-width: 765px){
  .title-calendar{
    display: flex;
    justify-content: start;
    font-size: 1.1rem  !important;
   } 
   
}

.event-type-1{
  transition: ease-in 0.2s;
}

.event-type-2{
  transition: ease-in 0.2s;
}

.event-type-1:hover{
  background-color: var(--primary-color) !important;
  cursor: pointer;
  color: white;
  transform: translateX(-10px);
}

.event-type-2:hover{
  background-color: var(--secundary-color) !important;
  cursor: pointer;
  color: white;
  transform:translateX(-10px);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-size: 75% 75% !important;
}

.text-introduccion-grado{
  font-size: 1rem !important;
}

@media(min-width: 768px){
  .text-introduccion-grado{
    font-size: 1.2rem !important;
  }
  
}

@media(max-width: 600px){
  .w-100-movil{
    width: 100% !important;
    min-width: 100% !important;
  }
}

.banner-img-grado{
  height: 195px;
  background-color: #777777;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 3rem;
}

.banner-img-grado::after{
  content: "";
  width: 100%;
  height: 195px;
  position: absolute;
  top: 0;
  right: 0;
}

@media(min-width: 768px){
  .banner-img-grado{
    height: 285px;

  }
  
  .banner-img-grado::after{
    height: 285px;
  }
}

.title-banner-web{
  color: white;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff !important;
  background-color: #ff8300 !important;
}

.btn-grey-vias-pago{
  width: 270px !important;
  }

  .nav-item{
    list-style: none !important;

  }

  div.pdfemb-viewer {
    border: 1px solid #dadada !important;
}

.pdfemb-toolbar-top {
  display: block !important;
}

.txt-justify{
  text-align: justify;
}


/* CSS Chatbot */
#webChatHey:not(.hey-expanded):not(.hey-dragging) {
  position: fixed;
  bottom: 1em !important;
  top: unset;
  right: 1em !important;
  left: unset;
}
/* CCS Chatbot - end */

/* CSS - Gallery Masory */

.grid {
  display: grid;
  grid-template-rows: 
    repeat(4, 180px);
  grid-template-columns: 
    repeat(3, 1fr);
  grid-gap: 1px;
}

.item{
text-align: center;
}


/* styling code */

.grid {
  margin:50px auto;
}

.grid > .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* CSS - Gallery Masory - END  */


/* Formularios Gravity */
.gform_title {
  display: none !important;
}

li.btn-mi-uapa.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-39489 {
  background-color: var(--secundary-color) !important;
  padding: 0.3rem;
  border-radius: 150px !important;
}


li.btn-mi-uapa.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-39489 a {
  color: white !important;
  font-weight: 600 !important;
}

.container-icons{
  max-width: 100% !important;
}

.video-display-pc{
  display: none;
}

.video-display-movil{
  display: block;
}


@media(min-width: 768px){
  .video-display-pc{
    display: block;
  }

  .video-display-movil{
    display: none;
  }
  
  
}

.menu-item-type-custom:hover {
  background-color: rgb(250 250 250 / 0%) !important;
  cursor: auto !important;
}

.logo-radio-uapa-page{
  width: 50% !important;
  margin-bottom: 25px
}

@media(min-width: 768px){
  .logo-radio-uapa-page{
    width: 270px !important;
    margin-bottom: 25px
  }
  
}

.tparrows.tp-leftarrow:before {
    content: '\e824';
    color: #808080 !important;
    font-size: 40px !important;
}

.tparrows.tp-rightarrow:before {
    content: '\e825';
    color: #808080 !important;
    font-size: 40px !important;
}

.linea-separacion{
    margin-top:30px !important;
}


/* ------ PORTAL CUDE CSS ------ */

/* Slider */
.slider-portal-cude {
  height: 300px;
  min-height: 300px;
  background: url("https://www.uapa.edu.do/wp-content/uploads/2023/09/banner-portal-cude.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#seccion-servicios{
  background-color: #F2F2F2;
}

#red-emprendedores{
  background-color: #F2F2F2;
}


/* BUSCADOR  */

.buscador{
  width: 90%;
  height: 400px;
}

.badge{
  font-size: 16px;
  padding: 3px 10px !important;
  margin: 3px 0;
}

@media(min-width: 768px){
  .buscador{
  width: 60%;
  height: 400px;
}

.badge{
  font-size: 16px;
  padding: 5px 15px !important;
}

}

.fa-magnifying-glass:before {
  font-size: 16px !important;
  color: white !important;
}

.page-template-page-buscar .input-group {
  height: 45px !important;
}

.form-control {
      font-size: 19px !important;
}

.page-template .title_school{
  display:none;
  }

  .img-destacada-cude{
    width: 100%;
    height: 300px;
  }


  /* Seccion - Beneficios de estudiar en UAPA */

  .beneficios-home{
    padding-top: 3rem;
    padding-bottom:3rem;
  }

  @media(min-width:768px){
    .beneficios-home{
      padding-top: 14rem;
      padding-bottom:4rem;
    }
  }

  .imagen-beneficios{
    width: 100%;
  }

  @media(min-width:768px){
    .imagen-beneficios{
      width: 80%;
    }
  }
 
 .btn-nuevo-admin{
  border-radius: 3px;
  background-color: #ff8300 !important;
  color: white !important;
  font-weight: 600;
  font-size: 10px;
  margin-left: 5px;
  position: absolute;
  padding: 0px 3px;
}

@media(min-width: 768px){
.btn-nuevo-admin{
  border-radius: 3px;
  background-color: #ff8300 !important;
  color: white !important;
  font-weight: 600;
  font-size: 10px;
  margin-top: -10px;
  margin-left: -33px;
  position: absolute;
  padding: 0px 3px;
}
}


  .item-program {
  width: 100%;
}


@media(min-width: 768px){
  
  .item-program {
    width: 32%;
    padding: 0 10px;
    display: inline-block;
  }
}


.title-type {
  height: 300px;
  width: 100%;
  background-color: #aaaaaa;
  color: white;
  padding: 1.3rem;
  display: flex;
  align-items: end;
  background-size: cover !important;
  position: relative;
}

@media(min-width:768px){
  .title-type {
    height: 300px;
    background-size: cover !important;
  }
}

.title-type::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
  z-index: 0;
}

.title-type h3 {
  color: white;
  font-size: 1.5rem;
  z-index: 1030;
}

@media (min-width: 768px) {
  .title-type h3 {
    color: white;
    font-size: 1.3rem;
  }
}

.title-info {
  z-index: 1030;
  width: 100%;
  height: 100%;
}

.title-info-review {
  z-index: 1030;
}

.title-info h3 {
  font-size: 1.4rem;
}

.link-item {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: end;
  color: var(--bs-primary);
  text-decoration: none;

}

.link-item-type {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.link-item-type:hover {
  color: white;
}

.link-item:hover {
  color: var(--bs-secondary);
}

.type-course {
  color: white !important;
}

.name-course {
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  color: white !important;
  text-decoration: none;
  line-height: 1.1;
}

.mode-date-time {
  height: 47px;
  width: 100%;
  color: white;
  font-weight: 600;
  padding: 0.7rem;
}

.carousel-control-prev{
z-index: 1060;
}

.carousel-control-next{
    z-index: 1060;
}

.etiqueta-recinto{
  background: #ff8300;
  padding: 1px 10px;
  position: absolute;
  border-radius: 50px;
  z-index: 1060;
  top: 41px;
  right: 10px;
  font-size: 0.9rem;
  font-weight: 500;
}

.title-cap-area{
  color: white;
  margin-top: 35px;
}

#carousel-programs{
    margin: 0 15px;
}


.container-cursos{
  margin-bottom: 4rem;
}

@media(min-width: 768px){
  .container-cursos{
  margin-bottom: 0rem;
}
}

.title-cap-area{
  padding-top: 4rem;
}

@media(min-width: 768px){
  .title-cap-area{
 padding-top: 0rem;
}
}

