:root {
  --bs-primary-rgb: 144, 33, 74;
  --bs-info-rgb: 0, 83, 63;
}

/**************** Carrusel  ****************/
.carousel {
  padding: 0;
}
.carousel .carousel-caption {
  display: none;
}

.carousel .carousel-inner,
.carousel .carousel-item-next,
.carousel .carousel-item-prev,
.carousel .carousel-item.active,
.carousel picture {
  height: 100%;
}

.carousel-item-custom {
  height: auto!important;
  overflow: hidden
}

.carousel-item-custom picture img,
.carousel-item-custom video {
  height: auto!important;
  object-fit: cover;
  overflow: hidden;
}

.carousel picture img{
  background-color: #f9f9f9;
}
.carousel img {
  width: 100%;
  max-width: none;
}
.carousel .carousel-caption {
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.85);
  color: #000000;
  right: 0;
  width: 35%;
  left: auto;
  bottom: auto;
  top: 20%;
  text-align: left;
  padding: 1.2rem;
}
.carousel .carousel-caption h2 {
  font-family: "Titillium Bold", Arial;
}
.carousel .carousel-caption h3 {
  font-family: "Titillium SemiBoldItalic", Arial;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}
#carousel-uned .carousel-control-next,
#carousel-uned .carousel-control-prev {
  opacity: 1;
}
#carousel-uned .carousel-control-next:hover,
#carousel-uned .carousel-control-prev:hover {
  opacity: 0.5;
}
#carousel-uned .carousel-inner .carousel-item > a:focus img,
#carousel-uned .carousel-inner .carousel-item > a:focus video {
  border: 4px solid #000;
}
#carousel-uned .carousel-control-prev-icon {
  background: url("../img/icons/flecha-anterior.svg") no-repeat;
}
#carousel-uned .carousel-control-next-icon {
  background: url("../img/icons/flecha-siguiente.svg") no-repeat;
}
/* Video */
.carousel-item video {
  width: 100%;
  display: block;
  margin: auto;
}
.carousel-item video ~ .carousel-caption,
.carousel-item video.video-carousel-xs {
  display: none;
}

.desktopVideo, .desktopImage{
  display:block!important;
}
.responsiveVideo, .responsiveImage{
  display:none!important;
}
.desktopVideo iframe{
  width: 100%;
}
.responsiveVideo iframe{
  width: 100%;
}

@media (min-width: 1200px) {
  /*main*/
  .carousel {
    height: auto!important;
  }
  /* modificaciones para banner felicitación */
  /* .carousel-item video {
    height: 600px;
  } */
}
@media (min-width: 1400px) {
  /*main*/
  .carousel {
    height: auto;
  }
  /* modificaciones para banner felicitación */
  /* .carousel-item video {
    height: 400px;
  } */
}
@media (min-width: 1200px) {
  /*main*/
  .carousel {
    height: auto;
  }
  /* modificaciones para banner felicitación */
  /* .carousel-item video {
    height: 400px;
  } */
}

@media (max-width: 800px) {
  .desktopVideo, .desktopImage{
    display:none!important;
  }
  .responsiveVideo, .responsiveImage{
    display:block!important;
  }
}
@media (max-width: 768px) {
  /* .carousel {
    height: auto;
  } */

  /* modificaciones para banner felicitación */
  /* .carousel-item video {
    height: 32vh;
  } */
  
}

@media (max-width: 575px) {
  .carousel-item video.video-carousel-xl {
    display: none;
  }
  .carousel-item video.video-carousel-xs {
    display: block;
  }
  .carousel .carousel-caption {
    width: auto;
    padding: 0.8rem;
  }
  .carousel-item video {
    margin-left: 50% !important;
    transform: translateX(-50%);
  }
}

/*****************************************/

/***************** Botones *************/
.home-button--list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin-top: -1rem;
  z-index: 100;
  gap: 20px;
}

.home-button--link {
  width: 32%;
  min-width: 20rem;
}
.home-button--link:hover {
  text-decoration: none;
}
.home-button {
  height: 8rem;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.home-button img {
  height: 5rem;
}
.home-button span {
  font-size: 1.25rem;
  color: var(--second);
  margin-left: 1rem;
  text-align: center;
  width: 100%;
}
.home-button:hover {
  background-color: var(--fourth);
}
.home-button:hover img {
  filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-button:hover span {
  color: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .home-button--list {
    flex-direction: column;
    justify-content: center;
    margin-top: 1rem;
    padding: 0 2rem;
    align-items: center;
  }
}

/*****************************************/
/***************** Alerta *************/
.aviso-background {
  width: 100%;
  background-color: #f9f9f9;
}
.aviso {
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.aviso-header {
  background-color: #90214a;
  padding: 10px;
  text-align: center;
  position: relative;
}
.aviso_title {
  color: #ffffff;
  margin-bottom: 0;
}
.aviso_image {
  height: 50px;
  position: absolute;
  right: 10px;
  top: 5px;
}
.aviso-body {
  padding: 2rem;
  display: flex;
  justify-content: center;
}
.aviso-body a {
  font-family: "Titillium SemiBold", Arial;
  line-height: 17px;
  margin: 0 10px 0 0;
  padding: 9px 25px;
  background-color: #e6e6e6;
  border-radius: 30px;
  font-size: 1rem;
  color: #000000;
  display: inline-block;
  text-align: center;
}
.aviso-body a:hover {
  background-color: #90214a;
  color: #ffffff;
  text-decoration: none;
}
/*****************************************/

/***************** Noticias Home *************/
.news-list {
  background-color: #f9f9f9;
  padding: 4rem 0;
}
.news-item {
  width: 24%;
}
.news-item .image-container {
  overflow: hidden;
  max-height: 180px;
}
.news-item a:hover {
  color: #000000;
}
.news-item a {
  overflow: hidden;
  max-height: 180px;
}
/* .news-item img{width:100%;} */
.news-item:hover img {
  filter: blur(8px);
  -webkit-filter: blur(8px);
  filter: brightness(0.8);
  -webkit-filter: brightness(0.8);
}
.news-item img.news-item--image {
  width: 100%;
}
.news-item--text {
  padding: 1rem;
  background-color: #ffffff;
  height: 210px;
  position: relative;
}
.news-item--text::before {
  position: absolute;
  bottom: 25px;
  right: 0;
  content: "";
  border-bottom: 2px solid #90214a;
  width: 70%;
}

@media(max-width: 767px) {
  .news-item--text::before {
    bottom: 5px;
  }
}
.news-item--title {
  font-size: 1rem;
  color: #000000;
  margin-bottom: 2rem;
  height: 96px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-item:hover .news-item--title {
  text-decoration: underline;
}
.news-item--text p {
  display: none;
}
.news-item--text .fecha {
  color: #90214a;
}
.news-item .d-flex {
  flex-direction: column;
}
.box-buttons .button {
  font-family: "Titillium Bold", Arial;
  line-height: 17px;
  margin: 0 10px 10px 0;
  padding: 10px 25px;
  background-color: #e6e6e6;
  border-radius: 30px;
  font-size: 1rem;
  color: #000000;
  background-image: none;
  width: auto;
}
.box-buttons .button:hover {
  background-color: #90214a;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .news-list {
    padding: 2rem 0;
  }
  .news-item {
    width: 45%;
    margin: 1rem;
  }
  .news-item--image {
    width: 100%;
  }
  .news-item .d-flex {
    height: auto;
  }
  .news-item--text {
    padding-bottom: 3rem;
    height: 180px;
  }
  .news-item--text h4 {
    margin-bottom: 1rem;
  }
}

@media (max-width: 656px){
  .news-item.col-md-3{
    width: 93%;
    margin: 1rem;
  }
}
@media (max-width: 575px) {
  .news-item {
    width: 93%;
    margin: 1rem;
  }
}

/*****************************************/

/*********** Dstacados home**********/
.featured-list {
  padding: 0;
  justify-content: center;
}
.featured-list-item {
  height: 180px;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
  padding: 1rem;
}
a.featured-list-item:hover {
  text-decoration: none;
}
.list-item--img {
  max-width: 60px;
  max-height: 60px;
}
.list-item--text {
  color: #000000;
  text-align: center;
}
/*******************************************/

/*********** hover destacados home**********/
.featured-list-item:hover {
  background-color: #5c6eb1;
}
.featured-list-item:hover .list-item--img {
  filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.featured-list-item:hover .list-item--text {
  color: #ffffff;
  transition: all 0.3s;
}
/*****************************************/

/*********** Guias **********/
.estudios-content .contenido_title {
  color: #d76f47;
  margin-bottom: 2rem;
}
.estudios-content .tabla_grados table th {
  font-family: "Titillium", Arial;
  background: #90214a none repeat scroll 0 0;
}
.estudios-content .tabla_grados table td {
  color: #212529;
  padding: 7px 5px 7px 10px;
}

.estudios-content .tabla_grados table td a {
  color: #90214a;
}
.estudios-content .tabla_grados table td a:hover {
  color: #d76f47;
}
.estudios-content .tabla_grados table td a i {
  font-size: 1.4rem;
}
.estudios-content .tabla_grados table tr:nth-child(odd) {
  background-color: #f1f1f1;
}
/*****************************************/

/***************** título y descripción con img de fondo *************/
.title-bg {
  width: 100%;
  height: 20rem;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.title-bg img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.title-bg--text {
  position: absolute;
  bottom: 1rem;
  right: 5rem;
  color: #fff;
  background: #00000003;
}
.title-bg--tl {
  font-family: "Titillium Bold", sans-serif;
  font-size: 3.25rem;
  letter-spacing: 5px;
  margin-bottom: 1.5rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  padding-left: 15px;
}
/*these classes are placed if there is no image*/
.title-bg2 {
  width: 100%;
  min-height: 5rem;
  height: auto;
  overflow: hidden;
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.title-bg--text2 {
  position: initial;
  text-align: center;
  color: #000;
}
.title-bg--tl2 {
  font-family: "Titillium Bold", sans-serif;
  font-size: 3.25rem;
  letter-spacing: 5px;
  margin-bottom: 1.5rem;
}
/*********************************************/

@media (max-width: 767px) {
  main.container .title-bg {
    padding: 0;
    height: 14rem;
  }
  .title-bg--tl {
    font-size: 1.9rem!important;
    margin-left: 10px;
  }
  .title-bg img {
    width: 100%;
    position: relative;
  }
}
/*****************************************/

/***************** texto e imagen *************/
.text-img {
  margin-bottom: 2rem;
  width: 100%;
  overflow: hidden;
  max-height: 23rem;
}

/* texto al lado de imagen */
.text-image .text-img--txt {
  display: inline-block;
  height: 100%;
  width: 43%;
  padding: 3.75rem 2rem;
  background-color: #fff;
}
.text-image .text-img--img {
  height: 100%;
  width: 57%;
  overflow: hidden;
}
.text-img--tl {
  font-family: "Titillium Bold";
  font-size: 1.75rem!important;
  margin-bottom: 1.5rem;
  letter-spacing: 1.5px;
}
.text-img--des {
  font-size: 1.4rem;
  letter-spacing: 2px;
  padding-bottom: 2rem;
}
.text-img--img img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}

.text-img.img-der .text-img--img {
  float: right;
}
.text-img.img-izq .text-img--img {
  float: left;
}

.box-buttons .button.btn-info {
  background-color: #fff;
  border: 2px solid #2f2f2f;
  transition: 0.3s;
}
.box-buttons .button.btn-info:hover {
  background-color: #90214a;
  color: #fff;
  border-color: #90214a;
  transition: 0.3s;
}

/* texto sobre imagen */
.text-imgBg {
  position: relative;
}

.text-imgBg .text-img--txt {
  background-color: rgba(256, 356, 256, 0.97);
  position: absolute;
  height: 80%;
  width: 39%;
  padding: 2rem 3rem;
}
.text-imgBg .text-img--img {
  height: 100%;
  overflow: hidden;
}
/* .text-imgBg .text-img--img img {
  width: 100%;
  left: 0;
  height: inherit;
} */

.text-der .text-img--txt {
  right: 0;
  z-index: 1;
  margin: 3% 3.5%;
}
.text-centro .text-img--txt {
  z-index: 1;
  margin: 3% 30.5%;
}
.text-izq .text-img--txt {
  left: 0;
  z-index: 1;
  margin: 3% 3.5%;
}

@media (max-width: 1199px) {
  .text-imgBg .text-img--txt {
    width: 50%;
    padding: 2rem;
  }
  .text-centro .text-img--txt {
    margin: 3% 25%;
  }
  .text-img--tl {
    font-size: 1.8rem;
  }
}

@media (max-width: 992px) {
  .text-imgBg .text-img--txt {
    left: 0;
    margin: 6% 10%;
    width: 80%;
    height: 73%;
    text-align: center;
    padding: 1.5rem;
  }
  .text-image .text-img--txt {
    padding: 2rem;
  }
  .text-image .text-img--img {
    width: 53%;
  }
  .text-image .text-img--txt {
    width: 47%;
  }
}
@media (max-width: 768px) {
  .text-img {
    max-height: 21rem;
    min-height: 20rem;
  }
  .text-img--img img {
    width: 100%;
    height: 100%;
  }
  .text-img--des {
    font-size: 1.2rem;
  }
  .box-buttons .button {
    padding: 10px 20px;
  }
}

@media (max-width: 575px) {
  main.container .title-bg {
    height: 10rem;
  }
  main.container .title-bg.title-bg--custom {
    height: 14rem;
  }
  main.container .title-bg .title-bg--text {
    bottom: -1rem;
    right: 1rem;
  }
  .title-bg--custom .title-bg--text {
    bottom: auto;
  }
  main.container .text-img {
    display: grid;
    padding: 0;
    margin-bottom: 1rem;
    height: max-content;
    overflow: inherit;
    max-height: initial;
  }
  .text-img--tl {
    font-size: 1.5rem;
  }
  .text-img--des {
    padding-bottom: 1rem;
    font-size: 1rem;
  }
  .text-image {
    position: relative;
  }
  .text-image .text-img--img img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .text-imgBg .text-img--txt {
    position: absolute;
    margin: 10%;
    padding: 1rem;
    width: 80%;
    height: 75%;
    text-align: left;
  }
  .text-imgBg .text-img--img {
    height: auto;
    max-height: 400px;
  }
  .text-imgBg .text-img--img img {
    height: 100%;
    width: auto;
  }
  main.container .text-image .text-img--img {
    float: none;
    width: 100%;
    order: 1;
    height: 11rem;
  }
  main.container .text-image .text-img--txt {
    order: 2;
    width: 100%;
  }
}
/*****************************************/

/***************** menú vertical *************/

.navbar-expand-md .navbar-nav {
  flex-direction: column;
  margin-left: 30px;
}
main.container .vertical-menu {
  position: relative;
  width: 100%;
  padding: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.vertical-menu .navbar .navbar-nav a figure img{
  width: 90%;
  object-fit: cover;
  height: 100%;
}

.vertical-menu .navbar .navbar-nav .imageComponent{
  width: 90%;
  padding: 0px 0px 0px 21px;
}
.titulo-menu {
  color: var(--fourth);
  font-size: 1.4rem;
  font-family: "Titillium SemiBold", Arial;
}
.menu-links {
  background-color: rgba(256, 256, 256, 0.9);
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.menu-links ul {
  list-style: none;
  padding: 0 1rem 0;
  margin-bottom: 0;
}
.menu-links hr{
  border-top: 1px solid #d0d0d0;
}
.menu-links--item {
  position: relative;
  padding-top: 10px;
}

.menu-links--item.on a {
  color: #90214a;
}
.menu-links--item a {
  font-family: "Titillium";
  font-size: 1.1rem;
  color: #2f2f2f;
  transition: 0.2s;
  display: block;
}


/*** Modificaciones sin validar ****/
/* .menu-links--item::before {
  content: "";
  position: absolute;
  top: 25px;
  border-bottom: 2px solid #90214a;
  width: 0px;
  transition: 0.2s;
}
.menu-links--item.on::before {
  width: 20px;
} */

.menu-links--item:hover a {
  color: #90214a;
  /* padding-left: 25px;
  transition: 0.2s; */
}
/* .menu-links--item:hover::before {
  width: 20px;
  transition: 0.2s;
} */

.menu-links--item  p{
  font-family: "Titillium";
  font-size: 0.9rem;
  color: #2f2f2f;
  display: block;
}

.fix-lineOld {
  position: fixed;
  width: 2px;
  height: 660px;
  background-color: #5c6eb1;
  top: 29.5rem;
  z-index: -1;
  display: inline-block;
  margin-left: -3px;
}

.fix-line {
  position: absolute;
  right: 0;
  width: 2px;
  height: 10%;
  background-color: #5c6eb1;
  z-index: -1;
}

@media (max-width: 767px) {
  main.container .vertical-menu {
    max-width: 90%;
    flex: auto;
    -ms-flex: auto;
    margin-bottom: 0;
    display: flex;
  }

  .vertical-menu .navbar .navbar-nav a figure img{
    width: 50%;
  }

  .navbar-light .navbar-toggler {
    left: 30px;
  }

  main.container .title-bg {
    margin-bottom: 1rem !important;
    margin-top: 0 !important;
  }

  .title-bg--tl {
    font-size: 2.5rem;
    padding: 0;
    padding-left: 15px;
  }

  .breadcrumb {
    margin-bottom: 0;
  }
  /* .menu-links {
    padding-left: 3rem;
  }*/
  .fix-line {
    display: none;
  }
}
@media (max-width: 450px) {
  .breadcrumb {
    margin-bottom: 0;
    width: 75%;
  }
}
/*****************************************/

/************* INFORMACION DERECHA VERTICAL ***************/
.init-info {
  margin-bottom: 50px;
  height: 100%;
}

.init-info ul {
  list-style: square inside;
}
.init-info ol {
  list-style: decimal;
}

.init-info ul,
.init-info ol {
  margin-left: 3rem;
}

.init-info .banner img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.init-info .init.text {
  padding-right: 15px;
  padding-left: 15px;
}

.init-info .init.text .row p {
  color: var(--second);
}

.init-info span.link-container{
  margin-left: 40px;
}

.init-info .columnamenu span.link-container{
  margin-left: inherit;
}

.init-info .list-link .list-unstyled .list-item .link-container{
  margin-left: 0;
}

.no-permissions-msg {
  color: #212529;
  font-style: italic;
  font-family: roboto, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
}

.init-info .init-collage {
  position: relative;
  padding: 0 100px;
  max-width: 100%;
  margin-bottom: 1rem;
}

.init-info .init-collage .inside-collage{
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  overflow: hidden;
}

.init-info .init-collage .inside-collage title{
  position: relative;
  padding: 0 100px;
  max-width: 100%;
  margin-bottom: 1rem;
}

.init-info .init-collage .inside-collage .title {
  font: normal normal normal 40px/58px Titillium Web;
  color: var(--fourth);
}

.init-info .init-collage .inside-collage .img {
  width: 100%;
  height: 260px;
  color: var(--fourth);
}

.init-info .init-collage .inside-collage .img img {
  width: 100%;
}

.init-info .init-collage .inside-collage .img2 {
  position: absolute;
    top: 130px;
    width: 30%;
    height: 200px;
    overflow: hidden;
}

.init-info .init-collage .inside-collage .img2 img {
  width: 100%;
  height: calc(100% - 1%);
  /* min-height: 100%;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available; */
}

.init-info .init-collage .subtitle {
  font-family: "Titillium Web";
  font-size: 1.625rem;
  color: #2d2d2d;
  float: right;
  width: 330px;
  padding-top: 20px;
}

.img-collage {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin-bottom: 2rem;
}

.info-detail {
  margin-bottom: 2rem;
}

.hr {
  display: none;
}

.init-info .card .card-body {
  padding: 0 1.25rem;
}
/* .info-detail div .info-detail-img{
  background: url(../img/image05.jpg) no-repeat;
  background-size: cover;
  background-position-x: center;
  width: 100%;
  height: 100%;
} */

.info-detail div .info-detail-img img {
  width: 100%;
  height: 100%;
}

.info-detail-titulo {
  margin-bottom: 20px;
  font-family: "Titillium SemiBold";
  font-size: 1.5rem;
  letter-spacing: 2.4px;
  color: var(--fourth);
}

.info-detail div .info-detail-text {
  color: var(--second);
}

.info-detail-2 {
  position: relative;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

/* .info-detail-2 div .info-detail-2-img{
  background: url(../img/image05.jpg) no-repeat;
  background-size: cover;
  background-position-x: center;
  width: 100%;
  height: 100%;
} */

.info-detail-2 div .info-detail-2-img img {
  width: 100%;
}

.hr2 {
  position: absolute;
  top: -40px;
  left: 50px;
  background: var(--fourth) 0% 0% no-repeat padding-box;
  height: 40px;
  width:100%;
  z-index:-1
}

@media (max-width: 768px) {
  .info-detail-2.row{
    padding: 20px;
  }
  .info-detail-2 div .info-detail-2-img img{
    width: 75%;
  }
  .hr2{
    width:75%;
  }

}
.info-detail-2 div .info-detail-2-titulo {
  padding-top: 30px;
  margin-bottom: 20px;
  font-family: "Titillium SemiBold";
  font-size: 1.5rem;
  letter-spacing: 2.4px;
  color: var(--fourth);
}

.info-detail-2 div .info-detail-2-text {
  color: var(--second);
}

.info-detail-2-text{
  word-break: break-word;
}

.info-more {
  font-family: "Titillium Bold";
  letter-spacing: 1.6px;
}

/**********************************************************/
@media (max-width: 1199px) {
  .init-info .init-collage {
    padding: 0 50px;
  }
}

@media (max-width: 992px) {
  .init-info .init-collage {
    padding: 0 15px;
    margin-bottom: 1rem;
    max-width: 100%;
  }

  .init-info .init-collage .inside-collage .title {
    width: auto;
    margin-right: 0;
    font: normal normal normal 40px/58px Titillium Web;
    color: var(--fourth);
  }

  .init-info .init-collage .inside-collage .img {
    display: none;
  }

  .init-info .init-collage .inside-collage .img2 {
    display: none;
  }

  .init-info .init-collage .inside-collage .img2 img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-fit: cover;
  }

  .init-info .init-collage .subtitle {
    font-family: "Titillium Web";
    font-size: 26px;
    color: #2d2d2d;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    width: 100%;
  }

  .img-collage {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 30px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .init-info .container .row .section-left-text div {
    overflow-wrap: break-word;
  }
}

/*****************************************/

/*********ESTUDIOS LANDING PAGE**************/
/***************** admisión *******************/
.text-btn--imageback {
  width: 100%;
  height: auto;
  min-height: 14rem;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.text-btn--imageback img {
  width: 100%;
  min-height: -webkit-fill-available;
  padding: 0 0px;
  position: absolute;
  left: 0;
  opacity: 0.1;
}

.text-btn--imageback .rspkr_dr_img{
  width: 15px;
}

.text-btn--imageback .title {
  letter-spacing: 1.6px;
  font-family: "Titillium Bold", sans-serif;
  color: #2f2f2f;
  margin: 1rem 0;
}
.text-btn--imageback .info {
  padding: 0px 28px 0px 28px;
  display: flex;
  flex-wrap: wrap;
  top: 6rem;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.text-btn--imageback .info .box-buttons{
  z-index: 1;
  width: 30%;
}
.text-btn--imageback .text {
  width: 70%;
  text-align: left;
  font-size: 1.125rem;
}

.text-btn--imageback .text a {
  font-family: "Titillium Bold";
  letter-spacing: 1.6px;
  color: var(--fourth);
}
.text-btn--imageback .text a:hover i {
  animation: moveRight 0.5s;
  animation-fill-mode: forwards;
}

@keyframes moveRight {
  from {
    margin-left: 0px;
  }
  to {
    margin-left: 10px;
  }
}
@media (max-width: 1200px) {
  .text-btn--imageback .text {
    width: 100%;
  }
  .text-btn--imageback .info .box-buttons{
    width: 100%;
  }
}
/**********************************************/
/**********oferta de estudios / cards******************/
.card-table .title {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Titillium Bold";
}
.card-table .card-list {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  column-gap: 20px;
  row-gap: 20px;
}
.card-table .card-list .card {
  background-color: #2f2f2f;
  opacity: 0.95;
  min-width: 230px;
  max-width: 230px;
  min-height: 100px;
  display: grid;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  font-family: "Titillium";
  font-size: 1.375rem;
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 0;
  background-image: none;
}

.card-table .card-list .card-azul {
  background-color: #263258;
}

.card-table .card-list .card.card-azul:hover {
  opacity: 0.95;
  background-color: #414f78;
}
.card-table .card-list .card-rosa {
  background-color: #90214a;
}

.card-table .card-list .card.card-rosa:hover {
  opacity: 0.95;
  background-color: #9c355b;
}

.card-table .card-list .card.card-gris:hover {
  opacity: 0.95;
  background-color: #5c6eb1;
}
/***************** título y descripción con img de fondo *************/
main.studies .title-bg,
main.studies .title-bg-int {
  width: 100%;
  min-height: 12rem;
  height: auto;
  overflow: hidden;
  position: relative;
}
main.studies .title-bg img,
main.studies .title-bg-int img {
  width: 100%;
  position: relative;
}
main.studies .title-bg--text {
  position: absolute;
  bottom: 1rem;
  right: 5rem;
  color: #fff;
}
main.studies .title-bg--tl,
main.studies .title-bg-int--tl {
  font-family: "Titillium Bold", sans-serif;
  font-size: 3rem;
  letter-spacing: 5px;
  margin-bottom: 1.5rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  main.studies .title-bg--tl,
  main.studies .title-bg-int--tl {
    font-size: 2.5rem;
  }
  .text-btn--imageback {
    height: max-content;
  }
  .text-btn--imageback img {
    display: none;
  }
  .text-btn--imageback .title {
    position: initial;
  }
  .text-btn--imageback .info {
    position: initial;
    display: grid;
    margin-bottom: 1rem;
    height: max-content;
  }
  .text-btn--imageback .info .text {
    width: 100%;
    margin-bottom: 1rem;
  }
}
/*****************************************/

/***************** texto e imagen *************/
main.studies .text-img {
  margin-bottom: 1.25rem;
  width: 100%;
  height: 21rem;
  overflow: hidden;
}

/* texto al lado de imagen */
main.studies .text-image .text-img--txt {
  display: inline-block;
  height: 100%;
  width: 43%;
  padding: 3.75rem 2rem;
  background-color: #fff;
}
main.studies .text-image .text-img--img {
  height: 100%;
  width: 57%;
  overflow: hidden;
}
main.studies .text-img--tl {
  font-family: "Titillium Bold";
  font-size: 2rem;
  margin-bottom: 1.5rem;
  letter-spacing: 1.5px;
}
main.studies .text-img--des {
  font-size: 1.125rem;
  letter-spacing: 2px;
  padding-bottom: 2rem;
}
main.studies .text-img--img img {
  width: 150%;
  position: relative;
  left: -10rem;
}

main.studies .text-img.img-der .text-img--img {
  float: right;
}
main.studies .text-img.img-izq .text-img--img {
  float: left;
}

main.studies .box-buttons .button.btn-info {
  background-color: #fff;
  border: 2px solid #2f2f2f;
  transition: 0.3s;
}
main.studies .box-buttons .button.btn-info:hover {
  background-color: #90214a;
  color: #fff;
  border-color: #90214a;
  transition: 0.3s;
}

/* texto sobre imagen */
main.studies .text-imgBg {
  position: relative;
  max-height: 25rem;
}
main.studies .text-imgBg .text-img--txt {
  background-color: rgba(256, 356, 256, 0.97);
  position: absolute;
  height: 80%;
  width: 39%;
  padding: 2rem 3rem;
}
main.studies .text-imgBg .text-img--img img {
  width: 100%;
  left: 0;
  height: inherit;
}

main.studies .text-der .text-img--txt {
  right: 0;
  z-index: 1;
  margin: 3% 3.5%;
}
main.studies .text-centro .text-img--txt {
  z-index: 1;
  margin: 3% 30.5%;
}
main.studies .text-izq .text-img--txt {
  left: 0;
  z-index: 1;
  margin: 3% 3.5%;
}

@media (max-width: 1199px) {
  main.studies .text-imgBg .text-img--txt {
    width: 50%;
    padding: 2rem;
  }
  main.studies .text-imgBg .text-img--img img {
    width: 150%;
  }
  main.studies .text-centro .text-img--txt {
    margin: 3% 25%;
  }
  main.studies .text-img--tl {
    font-size: 2rem;
  }
  main.studies .text-img--img img {
    width: 200%;
    height: 100%;
    position: relative;
    left: -10rem;
  }
}

@media (max-width: 992px) {
  main.studies .text-imgBg .text-img--txt {
    left: 0;
    margin: 6% 10%;
    width: 80%;
    height: 73%;
    text-align: center;
    padding: 1.5rem;
  }
  main.studies .text-image .text-img--txt {
    padding: 2rem;
  }
  main.studies .text-image .text-img--img {
    width: 53%;
  }
  main.studies .text-image .text-img--txt {
    width: 47%;
  }
}
@media (max-width: 992px) {
  main.studies .text-img {
    display: grid;
    padding: 0;
    margin-bottom: 1rem;
    height: max-content;
  }

  main.studies .text-image .text-img--img {
    float: none;
    width: 100%;
    order: 1;
    height: max-content;
  }
  main.studies .text-image .text-img--txt {
    order: 2;
    width: 100%;
  }

  main.studies .text-img--tl {
    font-size: 1.5rem;
  }
  main.studies .text-img--des {
    padding-bottom: 1rem;
    font-size: 1rem;
  }
  main.studies .text-image {
    position: relative;
  }
  main.studies .text-image .text-img--img img {
    width: 160%;
    height: 21rem;
    position: relative;
    left: -10rem;
  }
  main.studies .text-imgBg .text-img--txt {
    position: absolute;
    margin: 10%;
    padding: 1rem;
    width: 80%;
    height: 75%;
    text-align: left;
  }
  main.studies .text-imgBg .text-img--img {
    height: 320px;
  }
  main.studies .text-imgBg .text-img--img img {
    height: 100%;
    width: auto;
  }
}
/*****************************************/

/***************** título pag interior con img de fondo *************/
main.container .title-bg-int--text {
  position: absolute;
  right: 1rem;
  top: 3rem;
  text-align: right;
  color: #fff;
}
main.studies .title-bg-int--tl {
  display: inline-block;
  padding: 3rem;
  font-size: 3.25rem;
  letter-spacing: 5px;
  margin-bottom: 1.5rem;
  text-shadow: 0px 3px 6px rgb(0 0 0 / 50%);
}

@media (max-width: 1024px) {
  main.studies .title-bg-int--text {
    top: 4rem;
  }
}
/*****************************************/
@media (max-width: 575px) {
  main.studies .title-bg,
  main.studies .title-bg-int {
    height: 5rem;
  }
  main.studies .text-image .text-img--img img {
    height: auto;
    max-height: 15rem;
  }
  main.studies .text-btn--imageback .info {
    padding: 0 20px 0 20px;
  }
  .card-table .card-list {
    column-gap: 5px;
    row-gap: 5px;
  }
  .card-table .card-list .card {
    max-width: 140px;
    height: 130px;
  }
}

/************FIN ESTUDIOS LANDING PAGE***************/

/*********** Componente Texto imagen con Boton *****************/
.comp-textoImagenBoton {
  margin-bottom: 2rem;
}
.comp-textoImagenBoton .row{
  margin-bottom: 2rem;
}
.comp-textoImagenBoton .box-buttons {
  justify-content: center;
}

/*********** Fin Componente Texto imagen con Boton **************/

/********* Componente Link **************/
/* .comp-link{
  display:block;
} */

a.comp-link{
  word-wrap: break-word;
}
/********* Fin Componente Link **************/

/* .bloquetexto {
  padding:0;
} */

.textocontenido li p, .textocontenido li > div, .textocontenido li > div > div {
  display: inline;
}

ol.carousel-indicators {
  list-style: none;
}

.init-info .tabsmagnolia ul, .init-info .tabsmagnolia ol{
  margin-left: 0;
  list-style: none;
}

/*Estilos footer patrocinado*/
footer .columnamenu .patrocinado img{
	width: auto;
}

/********bootstrapTabs********/
.rspkr_dr_img {
  width: 15px!important;
}
.tab-pane.active img{
  width: 100%;
  height: 100%!important;
}

.tab-pane.active ol{
  list-style: decimal;
  margin-left: 5%;
}

.tab-pane.active ul{
  list-style: disc;
  margin-left: 5%;
}
/******VIDEO*********/
.scale iframe{
  height:100%!important;
  width:100%!important;
}
.accordionlist{
  margin-left: 0px!important;
  list-style-type: none!important;
}

/***** tablas estudios *****/
.tabla_custom .fas {
  font-size: 32px;
}

.tabla_custom_title {
  background: #68968b none repeat scroll 0 0;
  color: #fff;
  font-weight: 400;
  padding: 7px 8px 7px 10px;
  text-transform: uppercase;
  font-family: "Asap", sans-serif;
  letter-spacing: .05em;
  display: flex;
  font-size: 80%;
  align-items: center;
}

.tabla_custom_data {
  background-color: #e6e5e5;
  color: #004d35;
  padding: 6px 10px;
  border-bottom: 1px solid #a9b3b0;
  display: flex;
  align-items: center;
  font-size: 80%;
}

.tabla_custom_data * {
  color: #004d35;
  font-size: 100%;
}

/* estilos caja enlace foto descripcion */
.cajaenlacefoto .row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  padding-right: calc(1.5rem* .5);
  padding-left: calc(1.5rem* .5);
  margin-top: 0;
}

.cajaenlacefoto .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}


.cajaenlacefoto h2.heading-m-semibold{
  font-size: 1.375rem;
  line-height: 2.0912rem;
  font-weight: 600;
}
.cajaenlacefoto h3.heading-s-bold{
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: 700;
}

.cajaenlacefoto .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.cajaenlacefoto .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.cajaenlacefoto .token.token-body-l-regular {
  font-weight: 400;
  font-size: 1.125rem;
}
.cajaenlacefoto p{
  font-family: "Titillium", Arial!important;
}

@media (min-width: 768px) {
  .cajaenlacefoto .col-md-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 50%;
  }
}
@media (min-width: 576px) {
  .cajaenlacefoto .col-sm-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 83.33333%;
  }
}


@media (max-width: 575px) {
  .cajaenlacefoto--row{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-right: calc(-.5* var(--bs-gutter-x))!important;
    margin-left: calc(-.5* var(--bs-gutter-x))!important;
  }
}
