/* Generated by less 3.11.1 */
/*==============
Variables
==============*/
/*==============
General
==============*/
img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
/*==============
Section General
==============*/
section {
  padding: 60px 0;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .section-header p {
    max-width: 80%;
  }
}
.section-marmol {
  background: url(../img/bg/bg-w1.jpeg);
  background-size: cover;
}
.section-marmol .section-header {
  text-align: center;
  padding-bottom: 40px;
}
.section-marmol .section-header h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #22254D;
}
.section-marmol .section-header p {
  margin: 0 auto;
  color: #212529;
}
.section-black {
  background: url(../img/bg/bg-black.jpg);
  background-size: cover;
}
.section-black .section-header {
  text-align: center;
  padding-bottom: 40px;
}
.section-black .section-header h2 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #ffffff;
}
.section-black .section-header p {
  margin: 0 auto;
  color: #ffffff;
}
.section-blue {
  background: url(../img/bg/marmol.jpg);
  background-size: cover;
}
.section-blue .section-header {
  text-align: center;
  padding-bottom: 40px;
}
.section-blue .section-header h2 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #22254D;
}
.section-blue .section-header p {
  margin: 0 auto;
  color: #212529;
}
/*==============
Btn up
==============*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 995;
  background: #84B327;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.scroll-top i {
  font-size: 24px;
  color: #22254D;
  line-height: 0;
}
.scroll-top:hover {
  background: #22254D;
}
.scroll-top:hover i {
  color: #84B327;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*==============
Header
==============*/
.header {
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
}
.header .logo img {
  max-height: 60px;
  margin: 0 8px 0 8px;
}
.header.sticked {
  background: #ffffff;
  box-shadow: 0px 2px 20px rgba(33, 37, 41, 0.1);
}
@media (max-width: 1279px) {
  .header .logo img {
    margin: 0;
  }
}
/*==============
Nav
==============*/
/*Desktop*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
    position: relative;
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navbar li {
    position: relative;
  }
  .navbar li:hover a {
    color: #22254D;
  }
  .navbar li:hover a:before {
    visibility: visible;
    transform: scaleX(0.7);
  }
  .navbar ul li {
    white-space: nowrap;
  }
  .navbar ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #FDC925;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
  }
  .navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #22254D;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    font-weight: 600;
  }
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #22254D;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover {
    color: #84B327;
  }
  .navbar a:hover:before {
    visibility: visible;
    transform: scaleX(0.7);
  }
  .navbar .active {
    color: #22254D;
  }
  .navbar .active:before {
    visibility: visible;
    transform: scaleX(0.7);
  }
  .navbar .active:focus {
    color: #22254D;
  }
}
/*Mobile*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: calc(100% - 70px);
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }
  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 10px 0;
    margin: 0;
    background: url(../img/bg/bg-menu.jpg);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }
  .navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover {
    color: #FDC925;
  }
  .navbar .active {
    color: #FDC925;
  }
  .navbar .active:focus {
    color: #FDC925;
  }
  .navbar li:hover a {
    color: #FDC925;
  }
  .mobile-nav-toggle {
    display: block !important;
    color: #22254D;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    top: 20px;
    z-index: 9999;
    right: 20px;
  }
  .mobile-nav-toggle.bi-x {
    color: #ffffff;
  }
  .mobile-nav-active {
    overflow: hidden;
    z-index: 9995;
    position: relative;
  }
  .mobile-nav-active .navbar {
    left: 0;
  }
  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(34, 37, 77, 0.8);
    z-index: 9996;
  }
}
/*==============
Hero
==============*/
@-webkit-keyframes "up-down" {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes "up-down" {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.Hero {
  width: 100%;
  min-height: 50vh;
  background: url("../img/bg/bg-w1.jpeg") center center;
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}
.Hero h2 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 600;
  color: #22254D;
}
.Hero p {
  color: rgba(33, 37, 41, 0.8);
  margin: 0 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}
.Hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (min-width: 992px) {
  .Hero .animated {
    max-width: 45%;
  }
}
@media (max-width: 991px) {
  .Hero .animated {
    max-width: 60%;
  }
}
@media (max-width: 575px) {
  .Hero .animated {
    max-width: 80%;
  }
}
@media (max-width: 640px) {
  .Hero h2 {
    font-size: 32px;
  }
  .Hero p {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
/*==============
Actividades Bienvenida
==============*/
.act-bnd {
  padding: 0;
}
.act-bnd .video-play {
  min-height: 250px;
  background: ;
  background-size: cover;
}
.act-bnd .video-play .video {
  width: 100%;
}
.act-bnd .video-play .video #myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.act-bnd .content {
  background: url("../img/bg/bg-black.jpg") center center;
  background-size: cover;
  color: #ffffff;
  padding: 40px;
}
.act-bnd .content h3 {
  font-weight: 600;
  font-size: 32px;
  color: #ffffff;
}
.act-bnd .content ul {
  list-style: none;
  padding: 0;
}
.act-bnd .content ul li {
  padding-bottom: 10px;
}
.act-bnd .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #46BAB9;
}
@media (min-width: 768px) {
  .act-bnd .content {
    padding: 30px 80px;
  }
}
/*==============
Ceremonia
==============*/
.ceremonia .bienvenida-img {
  position: relative;
}
.ceremonia .bienvenida-img img {
  border-radius: 12px;
}
.ceremonia h3 {
  color: #22254D;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 20px;
}
.ceremonia .nav-pills {
  border-bottom: 1px solid #FDC925;
}
.ceremonia .nav-pills li {
  margin-left: 40px;
}
.ceremonia .nav-link {
  background: none;
  font-size: 18px;
  font-weight: 400;
  color: #22254D;
  padding: 12px 0;
  margin-bottom: -2px;
  border-radius: 0;
}
.ceremonia .nav-link.active {
  color: #FDC925;
  background: none;
  border-bottom: 3px solid #22254D;
}
.ceremonia .tab-content ul {
  list-style: none;
  padding: 0;
}
.ceremonia .tab-content ul li {
  padding-bottom: 10px;
  font-weight: 600;
}
.ceremonia .tab-content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #84B327;
}
.ceremonia .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #22254D;
}
@media (max-width: 575px) {
  .about .about-img {
    margin: 30px 0 0 30px;
  }
  .about .about-img:before {
    inset: -30px 0 0 -30px;
  }
  .about .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .about h3 {
    font-size: 28px;
  }
}
/*==============
Documentos
==============*/
#doc .doc-cont {
  background-color: #F7F2EF;
  padding: 30px;
  border-radius: 12px;
}
#doc .title p {
  margin-bottom: 8px;
  font-size: 1em;
  letter-spacing: 0px;
  color: rgba(33, 37, 41, 0.8);
}
#doc .title h5 {
  color: rgba(33, 37, 41, 0.8);
  font-size: 0.9em;
}
#doc .title .cta-btn {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 12px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #FDC925;
  color: #ffc451;
  font-weight: 600;
  text-decoration: none;
}
#doc .title .cta-btn i {
  vertical-align: middle;
  margin-right: 4px;
  font-size: 16px;
  font-weight: 400;
}
#doc .title .cta-btn:hover {
  background: #22254D;
  border-color: #22254D;
  color: #ffffff;
  font-weight: 600;
}
#doc h4 {
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: -1px;
  color: #242321;
  font-size: 1.6rem;
  line-height: 2.125rem;
}
#doc .card-e {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  text-align: center;
}
#doc .card-e h5 {
  text-align: center;
  color: rgba(33, 37, 41, 0.8);
  font-size: 0.9em;
}
#doc .card-e p {
  text-align: center;
  color: #242321;
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 4px;
}
#doc .card-e .cta-btn {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 12px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #FDC925;
  color: #ffc451;
  font-weight: 600;
  text-decoration: none;
}
#doc .card-e .cta-btn i {
  vertical-align: middle;
  margin-right: 4px;
  font-size: 16px;
  font-weight: 400;
}
#doc .card-e .cta-btn:hover {
  background: #22254D;
  border-color: #22254D;
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 991px) {
  #doc h4 {
    text-align: center;
  }
  #doc p {
    text-align: left;
  }
}
/*==============
Jornada Medica
==============*/
.jornadam .Block-img {
  padding: 4%;
}
.jornadam .Block-img .image-stack {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}
.jornadam .Block-img .image-stack .stack-back {
  grid-column: -8;
  grid-row: 1;
  width: 700%;
  z-index: 1;
  border-radius: 14px;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.19);
}
.jornadam .Block-img .image-stack .stack-front {
  grid-row: 1;
  grid-column: 1 / span 8;
  margin-top: 20%;
  width: 90%;
  z-index: 2;
  border-radius: 14px;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.25);
}
.jornadam .content {
  background-size: cover;
  padding: 40px;
}
.jornadam .content h3 {
  font-weight: 600;
  font-size: 32px;
  color: #22254D;
}
.jornadam .content p {
  color: #212529;
}
.jornadam .content .btn-cta {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  background: #84B327;
}
.jornadam .content .btn-cta i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}
.jornadam .content .btn-cta:hover {
  background: #46BAB9;
  padding-right: 19px;
}
.jornadam .content .btn-cta:hover i {
  margin-left: 10px;
}
.jornadam .box-inf .info-p {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
  transition: 0.3s;
}
.jornadam .box-inf .info-p i {
  font-size: 40px;
  color: #009970;
  margin-bottom: 30px;
}
.jornadam .box-inf .info-p h4 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.jornadam .box-inf .info-p p {
  font-size: 15px;
  color: #212529;
}
.jornadam .box-inf .info-p:hover {
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}
.jornadam .box-inf .btn-cta {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-block;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  background: #84B327;
}
.jornadam .box-inf .btn-cta i {
  color: #ffffff;
  font-size: 16px;
  margin-left: 8px;
  line-height: 0;
  transition: 0.3s;
  vertical-align: baseline;
}
.jornadam .box-inf .btn-cta:hover {
  background: #46BAB9;
  padding-right: 19px;
}
.jornadam .box-inf .btn-cta:hover i {
  margin-left: 12px;
}
@media (min-width: 768px) {
  .jornadam .content {
    padding: 60px;
  }
}
/*==============
Actividades
==============*/
.Act-bvn .Block-img {
  padding: 4%;
}
.Act-bvn .Block-img .image-stack {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}
.Act-bvn .Block-img .image-stack .stack-back {
  grid-column: -8;
  grid-row: 1;
  width: 700%;
  z-index: 1;
  border-radius: 14px;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.19);
}
.Act-bvn .Block-img .image-stack .stack-front {
  grid-row: 1;
  grid-column: 1 / span 8;
  margin-top: 20%;
  width: 90%;
  z-index: 2;
  border-radius: 14px;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.25);
}
.Act-bvn .content {
  background-size: cover;
  padding: 40px;
}
.Act-bvn .content h3 {
  font-weight: 600;
  font-size: 28px;
  color: #ffffff;
}
.Act-bvn .content p {
  color: #ffffff;
}
.Act-bvn .content hr {
  background: #ffffff;
  width: 90%;
  margin: 10px auto 10px 0;
}
.Act-bvn .content .btn-cta {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  background: #84B327;
}
.Act-bvn .content .btn-cta i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}
.Act-bvn .content .btn-cta:hover {
  background: #46BAB9;
  padding-right: 19px;
}
.Act-bvn .content .btn-cta:hover i {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .Act-bvn .content {
    padding: 60px;
  }
}
/*================
# Footer
================*/
#footer {
  background: #22254D;
  padding: 0 0 25px 0;
  color: #212529;
  font-size: 14px;
}
#footer .footer-top {
  background: url(../img/bg/bg-w1.jpeg) center center;
  background-size: cover;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: sans-serif;
  font-weight: 700;
  color: #22254D;
}
#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: sans-serif;
  color: #212529;
  text-align: justify;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
  font-weight: 800;
}
#footer .footer-top .footer-contact .logo-foot {
  margin-top: 40px;
}
#footer .footer-top .footer-contact .logo-foot img {
  width: auto;
  height: 160px;
}
#footer .footer-top .social-links a {
  display: inline-block;
  background: #22254D;
  color: #eee;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}
#footer .footer-top .social-links a:hover {
  background: #84B327;
  color: #fff;
}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #22254D;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid #e71c7b;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #22254D;
  font-size: 18px;
}
#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #212529;
  text-decoration: none;
  font-weight: 600;
}
#footer .footer-top .footer-links ul a:hover {
  color: #84B327;
}
/*==============
Hero Conoce Facultad
==============*/
.hero-conoce {
  margin-bottom: -2px;
  background: url(../img/bg/marmol.jpg);
  width: 100%;
  min-height: 80vh;
  position: relative;
  padding: 120px 0 60px 0;
  display: flex;
  align-items: center;
}
.hero-conoce h1 {
  color: #22254D;
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
}
.hero-conoce p {
  color: color-mix(in srgb, #212529, transparent 10%);
  margin: 30px 0 10px 0;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
}
.hero-conoce .hero-img {
  filter: drop-shadow(0 0 0.3rem #212529);
}
.hero-conoce .hero-img img {
  border-radius: 12px;
  box-shadow: ;
}
.hero-conoce .btn-doc {
  color: #212529;
  background: #22254D;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 12px 28px;
  border-radius: 50px;
  transition: 0.5s;
}
.hero-conoce .btn-doc:hover {
  color: #FDC925;
  background: color-mix(in srgb, #22254D, transparent 15%);
}
.hero-conoce .btn-doc i {
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
}
.hero-conoce .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  background: #84B327;
  padding: 8px 34px;
  border-radius: 12px;
  transition: 0.3s;
}
.hero-conoce .btn-watch-video i {
  color: #ffffff;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
.hero-conoce .btn-watch-video:hover {
  background: #46BAB9;
  color: #22254D;
}
.hero-conoce .btn-watch-video:hover i {
  color: color-mix(in srgb, #22254D, transparent 15%);
}
.hero-conoce .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (max-width: 640px) {
  .hero-conoce h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .hero-conoce p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .hero-conoce .btn-get-started {
    font-size: 13px;
  }
  .hero-conoce .btn-watch-video {
    font-size: 13px;
  }
}
@keyframes up-down {
  0% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(-2px);
  }
}
/*==============
Historia
==============*/
.historia .info-cont {
  background: rgba(255, 255, 255, 0.47);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(17.8px);
  -webkit-backdrop-filter: blur(17.8px);
  border: 1px solid rgba(255, 255, 255, 0.27);
  padding: 40px;
  max-width: 980px;
  margin: auto;
}
.historia .info-cont p {
  text-align: justify;
  font-weight: 600;
}
/*==============
Filosofia
==============*/
.filosofia .filosofia-img {
  position: relative;
  border: 10px solid #ffffff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  max-width: 90%;
  text-align: center;
  transform: rotate(-8deg);
  margin: auto;
}
.filosofia .filosofia-img img {
  border-radius: 12px;
  width: 100%;
}
.filosofia .filosofia-img1 {
  position: relative;
  border: 10px solid #ffffff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  margin: auto;
  max-width: 90%;
  text-align: center;
  transform: rotate(8deg);
}
.filosofia .filosofia-img1 img {
  border-radius: 12px;
  width: 100%;
}
.filosofia h3 {
  color: #22254D;
  font-weight: 600;
  font-size: 32px;
}
.filosofia p {
  text-align: justify;
}
.filosofia .cont-b {
  margin-top: 80px;
  padding: 40px 0;
}
.filosofia .cont-c {
  margin-top: 120px;
}
.filosofia .cont-c .val-cont {
  padding: 40px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}
.filosofia .cont-c .val-cont h5 {
  text-align: center;
}
.filosofia .cont-c .val-cont h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
  color: #22254D;
}
.filosofia .cont-c .val-cont i {
  font-size: 22px;
  line-height: 0;
  margin-right: 8px;
  color: #84B327;
}
@media (max-width: 981px) {
  .filosofia .filosofia-img {
    transform: rotate(0deg);
  }
  .filosofia .filosofia-img1 {
    transform: rotate(0deg);
  }
  .filosofia h3 {
    margin-top: 20px;
    font-size: 28px;
  }
  .filosofia .cont-b {
    margin-top: 20px;
  }
  .filosofia .cont-c {
    margin-top: 20px;
  }
}
/*==============
Recorrido
==============*/
.recorrido {
  margin-bottom: 60px;
}
.recorrido .container {
  padding: 80px;
  background: rgba(255, 255, 255, 0.47);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(17.8px);
  -webkit-backdrop-filter: blur(17.8px);
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 15px;
}
.recorrido .content h3 {
  color: #22254D;
  font-size: 48px;
  font-weight: 700;
}
.recorrido .content p {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}
.recorrido .content .cta-btn {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  background: #22254D;
  text-decoration: none;
}
.recorrido .content .cta-btn:hover {
  color: #22254D;
  background: #46BAB9;
}
.recorrido .img {
  position: relative;
}
.recorrido .img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #22254D;
  border-radius: 15px;
  transform: rotate(6deg);
}
.recorrido .img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #84B327;
  border-radius: 15px;
  transform: rotate(3deg);
}
.recorrido .img img {
  position: relative;
  z-index: 3;
  border-radius: 15px;
}
@media (max-width: 992px) {
  .cta .container {
    padding: 60px;
  }
}
/*==============
Herramientas
==============*/
.tools {
  min-height: 90vh;
  position: relative;
  padding: 120px 0 60px 0 !important;
  display: flex;
  align-items: center;
}
.tools .tools-img {
  position: relative;
}
.tools .tools-img img {
  border-radius: 12px;
}
.tools h3 {
  color: #22254D;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 20px;
}
.tools .btn-cta {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  background: #84B327;
}
.tools .btn-cta i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}
.tools .btn-cta:hover {
  background: #46BAB9;
  padding-right: 19px;
}
.tools .btn-cta:hover i {
  margin-left: 10px;
}
@media (max-width: 575px) {
  .tools .tools-img {
    margin: 30px 0 0 30px;
  }
  .tools .tools-img:before {
    inset: -30px 0 0 -30px;
  }
}
@media (max-width: 768px) {
  .tools h3 {
    font-size: 28px;
  }
}
/*==============
Como llegar
==============*/
.direction {
  margin-bottom: -2px;
  background: url(../img/bg/marmol.jpg);
  width: 100%;
  min-height: 80vh;
  position: relative;
  padding: 120px 0 60px 0;
  display: flex;
  align-items: center;
}
.direction h1 {
  color: #22254D;
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
}
.direction p {
  color: color-mix(in srgb, #212529, transparent 10%);
  margin: 30px 0 10px 0;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
}
.direction .direction-img {
  filter: drop-shadow(0 0 0.3rem #212529);
}
.direction .direction-img img {
  border-radius: 12px;
  box-shadow: ;
  height: 650px;
}
.direction ul {
  list-style: none;
  padding: 0;
}
.direction ul li {
  padding-bottom: 10px;
}
.direction ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #46BAB9;
}
.direction .btn-cta {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  background: #84B327;
}
.direction .btn-cta i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}
.direction .btn-cta:hover {
  background: #46BAB9;
  padding-right: 19px;
}
.direction .btn-cta:hover i {
  margin-left: 10px;
}
.direction .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (max-width: 640px) {
  .direction h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .direction p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .direction .btn-get-started {
    font-size: 13px;
  }
  .direction .btn-watch-video {
    font-size: 13px;
  }
}
@keyframes up-down {
  0% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(-2px);
  }
}
/*==============
Contacto
==============*/
.contact {
  min-height: 90vh;
  position: relative;
  padding: 120px 0 60px 0 !important;
  display: flex;
  align-items: center;
}
.contact .tabla-contacto {
  width: 100%;
  margin: 2% auto;
  overflow: auto;
}
.contact .tabla-contacto table {
  width: 100%;
  text-align: center;
}
.contact .tabla-contacto th {
  font-weight: 600;
}
.contact .tabla-contacto td {
  text-align: center;
  padding: 2% 1%;
  background: #ffffff;
}
/*==============
Modal
==============*/
.modal {
  z-index: 10000;
}
.modal .modal-content {
  background: url("../img/bg/bg-black.jpg") center;
  background-size: content;
  padding: 0 5px;
}
.modal .modal-body h4 {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 15px;
  margin-top: 15px;
}
.modal .modal-body h5 {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  margin: 35px 0 15px 0;
  color: #84B327;
}
.modal .modal-body h6 {
  color: #84B327;
  text-align: center;
  padding: 2px 20px;
  font-size: 18px;
}
.modal .modal-body p {
  width: 90%;
  font-size: 16px;
  text-align: justify;
  padding: 0 20px;
  margin: 15px auto;
  color: #fff;
  font-weight: 600;
}
.modal .modal-body ul {
  list-style: none;
  padding: 0px 20px;
  margin: 0 0 35px 0;
  text-align: justify;
}
.modal .modal-body li {
  font-size: 16px;
  color: #fff;
}
.modal-body .btn-1 {
  margin: auto;
  width: 100%;
  text-align: center;
}
.modal-body ul i {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 4px;
  color: goldenrod;
}
.modal-body .bt-book:hover {
  background: #cda45e;
  color: #fff;
}
/* ==========
Actividades por Carrera
========== */
/*Webkit(Chrome, Android browser, Safari, Edge...)*/
/*Webkit(Chrome, Android browser, Safari, Edge...)*/
.Act-car {
  padding: 120px 0;
}
.Act-car p {
  text-align: justify;
}
.Act-car h1 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 25px;
}
.Act-car .nav-tabs {
  border: 0;
  padding: 15px;
  background: url(../img/bg/bg-black.jpg);
  height: 650px;
  overflow: auto;
  display: grid;
}
.Act-car .nav-tabs::-webkit-scrollbar {
  display: none;
}
.Act-car .nav-tabs::-webkit-scrollbar:vertical {
  width: 5px;
}
.Act-car .nav-tabs:hover::-webkit-scrollbar {
  display: initial;
}
.Act-car .nav-tabs::-webkit-scrollbar-thumb {
  background-color: transparent;
  width: 5px;
  border: 1px solid #84B327;
  border-radius: 8px;
}
.Act-car .section-title p {
  width: 90%;
  margin-bottom: 15px;
}
.Act-car .normal .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #fff;
  border-radius: 0;
  border-right: 2px solid #e8e7e4;
  font-weight: 600;
  font-size: 15px;
}
.Act-car .normal .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
.Act-car .nav-link:hover {
  color: #46BAB9;
}
.Act-car .nav-link.active {
  background-color: transparent;
  color: #84B327;
  border-color: #84B327;
}
.Act-car .tab-pane h5 {
  font-weight: 600;
  color: #22254D;
  margin-bottom: 25px;
}
.Act-car .cei-cursos-disponibles-tabs .active {
  background: #fff;
  color: #bb8800;
  font-weight: 700;
  border-color: transparent transparent #bb8800 transparent !important;
  border-bottom: 1px solid;
  text-align: center;
}
.Act-car .nav-tabs-bordered li {
  text-align: center;
}
.Act-car table th {
  background-color: #46BAB9;
  color: #22254D;
  text-align: center;
  padding: 1em;
}
.Act-car table td {
  text-align: center;
  vertical-align: middle;
}
.Act-car .tab-cuotas {
  text-align: left;
  padding: 0.8em;
}
.Act-car .tab-cuotas table td {
  text-align: left;
}
.Act-car .table a {
  color: #84B327;
}
.Act-car .table a:hover {
  color: #FDC925;
}
@media (max-width: 992px) {
  .Act-car .normal .nav-link {
    border: 0;
    padding: 15px;
  }
  .Act-car .normal .nav-link.active {
    color: #fff;
    background: #048ad6;
  }
  .Act-car .nav-tabs {
    display: flex;
  }
  .normal {
    display: ;
    height: 130px !important;
    overflow: auto;
  }
  .normal::-webkit-scrollbar {
    display: none;
  }
  .normal:hover::-webkit-scrollbar {
    display: initial;
  }
  .normal::-webkit-scrollbar-thumb {
    background-color: transparent;
    border: 1px solid #048ad6;
  }
  .normal::-webkit-scrollbar-button {
    display: none;
  }
  .normal::-webkit-scrollbar-button:increment {
    display: none;
  }
}
