/* Css For Resox */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map
40. Equipo Institucional
41. Obras


**********************************************/




/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 0;
  background: #fff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-top **/

.header-top {
  position: relative;
  width: 100%;
  background: #f28c28;
}

.header-top .text p {
  font-size: 14px;
  color: #fff;
}

.header-top .info li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin-right: 25px;
}

.header-top .info li a {
  color: #fff;
}

.header-top .info li a:hover {
  color: #1f3c88;
}

.header-top .info li:last-child {
  margin: 0px !important;
}

.header-top .info li i {
  margin-right: 10px;
  font-size: 16px;
}


/** header-upper **/

.main-header .header-upper {
  position: relative;
  width: 100%;
  background: #fff;
}

.main-header .logo-box .logo {
  position: relative;
  display: block;
  max-width: 250px;
  width: 100%;
  padding: 35px 0px 39px 0px;
}

.main-header .header-upper .logo-box .logo img {
  width: 100%;
}

.main-header .header-upper .upper-info li {
  position: relative;
  display: inline-block;
  padding-left: 72px;
  margin-right: 30px;
}

.main-header .header-upper .upper-info li:last-child {
  margin: 0px !important;
  padding: 0px;
}

.main-header .header-upper .upper-info li i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  background: #f8f7f3;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}

.main-header .header-upper .upper-info li p {
  font-size: 15px;
  line-height: 24px;
}

.main-header .header-upper .upper-info li h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.main-header .header-upper .upper-info li h5 a {
  display: inline-block;
  color: #1f3c88;
}

.main-header .header-upper .upper-info li h5 a:hover {}

.main-header .theme-btn-one {
  padding: 12px 40px;
}

.main-header .header-upper .upper-info {
  position: relative;
  margin-top: 65px;
}

.main-header .header-lower {
  position: relative;
  background: #fff;
}

.main-header.style-one .header-lower .outer-box {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header.style-one .header-lower .outer-box .menu-area {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 0px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header.style-one .social-links {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
}

.main-header.style-one .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 7px;
}

.main-header.style-one .social-links li:last-child {
  margin: 0px !important;
}

.main-header.style-one .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #717577;
  background: #f8f7f3;
  border-radius: 50%;
  text-align: center;
}

.main-header.style-one .social-links li a:hover {
  color: #ffffff;
}


/** main-menu **/

.main-menu {
  flex: 1;
  display: flex;
  align-items: center;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
  flex: 1;
}

.main-menu .navigation {
  margin: 0px;
}

.main-menu .navigation>li {
  position: inherit;
  float: left;
  z-index: 2;
  padding: 22px 0px 23px 0px;
  margin: 0px 16px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
  margin-right: 0px !important;
}

.main-menu .navigation>li:first-child {
  margin-left: 0px !important;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  opacity: 1;
  color: #717577;
  z-index: 1;
  letter-spacing: 1px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navigation>li.dropdown>a {
  padding-right: 15px;
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {}

.main-menu .navigation>li.dropdown>a:before {
  position: absolute;
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 700;
  color: #717577;
  top: 1px;
  right: 0px;
  transition: all 500ms ease;
}

.main-menu .navigation>li.current>a:before,
.main-menu .navigation>li:hover>a:before {}

.main-menu .navigation>li>ul,
.main-menu .navigation>li>.megamenu {
  position: absolute;
  left: inherit;
  top: 100%;
  width: 250px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  background: #f28c28;
  padding: 10px 0px;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation>li:hover>ul>li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation>li>ul>li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>.megamenu li>a {
  position: relative;
  display: block;
  padding: 14px 0px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>.megamenu li>a:hover {}

.main-menu .navigation>li>ul>li:last-child>a,
.main-menu .navigation>li>.megamenu li:last-child>a {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>a:hover {}

.main-menu .navigation>li>ul>li.dropdown>a:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 14px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  right: 100%;
  top: 0%;
  width: 230px;
  z-index: 100;
  display: none;
  padding: 10px 0px;
  background: #1f3c88;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation>li>ul>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation>li>ul>li:hover>ul>li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 14px 0px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li.dropdown:hover>.megamenu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  border-radius: 0px 0px 15px 15px;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: -32px;
  top: 66px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #3b3b3b;
  cursor: pointer;
  display: none;
  z-index: 5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #3b3b3b;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
  margin-bottom: 0px;
}

.main-header .sticky-header .logo-box {
  padding: 17px 0px;
}

.main-header .sticky-header .main-menu .navigation>li {
  padding: 25px 0px !important;
}

.main-header .sticky-header .menu-area {
  padding: 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header .sticky-header .social-links {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
}


/** megamenu-style **/

.main-menu .navigation>li.dropdown>.megamenu {
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
  font-weight: 400;
  padding: 3px 0px;
  color: #fff;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 50px 25px;
  text-align: left;
  padding-bottom: 100px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.70;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #f28c28;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-left: 5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
  height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.10);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  background: #fff;
  color: #3b3b3b;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.mobile-menu .navigation>li.dropdown>.megamenu {
  display: none;
}

.mobile-menu .social-links {
  position: relative;
  padding: 0px 25px;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {}

div#mCSB_1_container {
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
  color: rgba(255, 255, 255, 0.80);
}

.mobile-menu .contact-info ul li a:hover {}

.mobile-menu .contact-info ul li:last-child {
  margin-bottom: 0px;
}


/** banner-section **/

.banner-section {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.banner-carousel {
  position: relative;
  width: 100%;
}

.banner-carousel .slide-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
}

.banner-carousel .slide-item picture,
.banner-carousel .slide-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.banner-carousel .slide-item picture img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
}

/* Tablet y Desktop */
@media (min-width: 768px) {
  .banner-carousel .slide-item {}
}

/* Desktop grande */
@media (min-width: 1200px) {
  .banner-carousel .slide-item {}
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
  display: none !important;
}

.banner-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  color: #1f3c88;
  cursor: pointer;
  opacity: 0.4;
  transition: all 300ms ease;
  z-index: 10;
  border-radius: 50%;
}

.banner-carousel .owl-nav .owl-prev span,
.banner-carousel .owl-nav .owl-next span {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(0px) translateX(1px);
  transition: all 300ms ease;
}

.banner-carousel .owl-nav .owl-next {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  color: #1f3c88;
  cursor: pointer;
  opacity: 0.4;
  transition: all 300ms ease;
  z-index: 10;
  border-radius: 50%;
}

.banner-carousel:hover .owl-nav .owl-prev,
.banner-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}

.banner-carousel .owl-nav .owl-prev:hover,
.banner-carousel .owl-nav .owl-next:hover {
  color: #fff;
  background: #1f3c88;
  transform: translateY(-50%) scale(1.1);
}

/* Mobile */
@media (max-width: 767px) {

  .banner-carousel .owl-nav .owl-prev,
  .banner-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    left: 15px;
    right: auto;
  }

  .banner-carousel .owl-nav .owl-next {
    left: auto;
    right: 15px;
  }
}

/** about-section **/

.about-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

#content_block_1 .content-box h3 {
  text-align: justify;
  position: relative;
  font-size: 21px;
  line-height: 40px;
  margin-bottom: 53px;
}

#content_block_1 .content-box .list-item li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #717577;
  margin-bottom: 18px;
  padding-left: 40px;
}

#content_block_1 .content-box .list-item li:before {
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  font-weight: 700;
  left: 0px;
  top: 0px;
}

#content_block_1 .content-box .list-item li:last-child {
  margin-bottom: 0px;
}

#content_block_1 .content-box .list-item {
  margin-bottom: 54px;
}

#content_block_1 .content-box .sec-title {
  margin-bottom: 36px;
}

#content_block_1 .content-box .inner-box .inner {
  position: relative;
  padding: 30px 40px 32px 125px;
  max-width: 295px;
  margin-right: 60px;
}

#content_block_1 .content-box .inner-box .inner:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 100%;
  top: 0px;
  right: -20px;
}

#content_block_1 .content-box .inner-box .inner .icon-box {
  position: absolute;
  left: 40px;
  top: 30px;
  font-size: 60px;
  line-height: 60px;
}

#content_block_1 .content-box .inner-box .inner h4 {
  position: relative;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
}

#content_block_1 .content-box .inner-box .author figure {
  position: relative;
  display: inline-block;
}

#content_block_1 .content-box .inner-box .author .author-thumb {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #fff;
  padding: 6px;
}

#content_block_1 .content-box .inner-box .author .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

#content_block_1 .content-box .inner-box {
  position: relative;
  display: flex;
  align-items: center;
}

/* ** service-section ** */

.service-section {
  position: relative;
}

.service-section .contenedor {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 40px;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  box-sizing: border-box;
}

.service-section .contenedor .sec-title {
  position: relative;
  width: 100%;
  max-width: 100%;
  text-align: left;
}

.service-section .cards-grid {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}

.service-section .cards-grid .card {
  margin-left: auto;
  margin-right: auto;
}

/* EFECTO BLUR GLOBAL */
.cards-grid:hover .card {
  filter: blur(4px);
  opacity: 0.6;
  transform: scale(1.15);
}

.cards-grid .card:hover {
  filter: blur(0);
  opacity: 1;
  transform: scale(1.25) translateY(-8px);
  z-index: 5;
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.35);
}

/* =======================
    CARD
======================= */
.card {
  width: 240px;
  height: 350px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transform: scale(1.2);
  background: linear-gradient(180deg, #f7f7f7, #f7f7f7);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}

.service-section .card button {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: none;

  background: #f28c28;
  color: #f7f7f7;
  border: 0;
  border-radius: 50px;

  padding: 2px 4px 2px 18px;
  font-size: 12px;
  font-weight: 500;

  cursor: pointer;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  z-index: 4;

  transition: all 0.3s ease;

  display: none;
  align-items: center;
  gap: 10px;
}

/* ICONO (círculo) */
.service-section .card button::after {
  content: "↗";

  width: 26px;
  height: 26px;

  background: #f7f7f7;
  color: #f28c28;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 20px;
  font-weight: bold;
}

/* TU HOVER (SE MANTIENE) */
.service-section .card:hover button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-2px);
}

/* HOVER BOTÓN */
.service-section .card button:hover {
  background: #ff8b2c;
}

/* CARD ACTIVA */
.contenedor .card:hover {
  filter: blur(0);
  opacity: 1;
  transform: scale(1.25) translateY(-8px);
  z-index: 5;
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.35);
}

/* =======================
    ESCUDO
======================= */
.escudo {
  width: 93px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  opacity: 1;
  transform: scale(1) rotate(0);
  transition: transform 0.35s ease;
}

.card:hover .escudo {
  transform: scale(1.5) translate(25px) translateY(30px);
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.3));
  filter: blur(1px);
}

/* =======================
    BARRAS
======================= */
.barras {
  position: absolute;
  top: 58%;
  width: 100%;
  z-index: 1;
}

.barra-gruesa {
  height: 25px;
  background: #f28c28;
  margin-top: 4px;
}

.barra-delgada {
  height: 3px;
  background: #f28c28;
}

/* =======================
    PERSONA
======================= */
.persona {
  position: absolute;
  bottom: -280px;
  right: -45px;
  width: auto;
  height: auto;
  max-width: 250px;
  max-height: 320px;
  z-index: 2;
  transition: 0.35s ease;
  object-fit: contain;
}

.card:hover .persona {
  transform: scale(1.03) translateY(-5px);
}

/* =======================
    TEXTO
======================= */
.titulo {
  font-family: 'Rubik', sans-serif;
  position: absolute;
  left: 11px;
  bottom: -3px;
  writing-mode: vertical-rl;
  transform: rotate(180deg) translateY(10px);
  font-weight: 1000;
  font-size: 30px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #1f3c88;
  -webkit-text-stroke: 1.5px #f7f7f7;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  z-index: 2;
  opacity: 0;
  transition: all 0.35s ease;
  animation: aparecerTexto 0.6s ease forwards;
  animation-delay: 0.2s;
}

.card:hover .titulo {
  transform: rotate(180deg) translateY(0);
  letter-spacing: 0px;
}

/* =======================
    PERSONALIZACIÓN POR CARD
======================= */

/* ENFERMERÍA */
.enfermeria .persona {
  right: -40px;
  bottom: -215px;
  width: auto;
  height: auto;
  max-height: 175%;
}

.enfermeria .titulo {
  color: #1f3c88;
  letter-spacing: -1px;
}

.enfermeria .barra-gruesa,
.enfermeria .barra-delgada {
  background: #f28c28;
}

/* FARMACIA */
.farmacia .persona {
  right: -25px;
  bottom: -245px;
  width: auto;
  height: auto;
  max-width: 300px;
  max-height: 165%;
}

.farmacia .titulo {
  color: #1f3c88;
  letter-spacing: -1px;
}

.farmacia .barra-gruesa,
.farmacia .barra-delgada {
  background: #f28c28;
}

/* LABORATORIO */
.laboratorio .persona {
  right: -57px;
  bottom: -290px;
  width: auto;
  height: auto;
  max-width: 300px;
  max-height: 177%;
}

.laboratorio .titulo {
  color: #1f3c88;
  font-size: 27px;
  line-height: 1.0;
  letter-spacing: -1px;
}

.laboratorio .barra-gruesa,
.laboratorio .barra-delgada {
  background: #f28c28;
}

/* FISIOTERAPIA */
.fisioterapia .persona {
  right: -60px;
  bottom: -260px;
  width: auto;
  height: auto;
  max-width: 300px;
  max-height: 173%;
}

.fisioterapia .titulo {
  color: #1f3c88;
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 1.0;
}

.fisioterapia .barra-gruesa,
.fisioterapia .barra-delgada {
  background: #f28c28;
}

/* =======================
    ANIMACIONES
======================= */
@keyframes aparecerTexto {
  from {
    opacity: 0;
    transform: rotate(180deg) translateY(20px);
  }

  to {
    opacity: 1;
    transform: rotate(180deg) translateY(10px);
  }
}

/** clients-section **/

.clients-section {
  position: relative;
  padding: 120px 0px;
}

.clients-section .clients-logo-box {
  position: relative;
  display: block;
}

.clients-section .clients-logo-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  opacity: 0.2;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.clients-section .clients-logo-box img:hover {
  opacity: 1;
}

.service-section .sec-title {
  margin-bottom: 58px;
}

.bg-color-1 {
  background: #f28c28;
}


/** proudly-section **/

.proudly-section {
  position: relative;
  padding: 94px 0px 91px 0px;
}

.proudly-section .auto-container {
  max-width: 1400px;
}

.proudly-section .image-layer {
  position: absolute;
  overflow: hidden;
  margin-right: 30px;
  display: flex;
  align-items: center;
}

.proudly-section .image-layer img {
  width: 100%;
  height: auto;
  display: block;
}

.proudly-section .image-layer:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.proudly-section .image-layer:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

#content_block_2 .content-box .text {
  position: relative;
  margin-bottom: 34px;
}

#content_block_2 .content-box p {
  font-size: 17px;
  line-height: 34px;
  color: #fff;
}

#content_block_2 .content-box .list-item li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  padding-left: 32px;
}

#content_block_2 .content-box .list-item li:before {
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  font-weight: 700;
  left: 0px;
  top: -1px;
}

#content_block_2 .content-box .list-item {
  position: relative;
  display: block;
  padding-bottom: 49px;
  margin-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#content_block_2 .content-box .counter-inner .counter-block {
  position: relative;
  display: inline-block;
  width: 33.333%;
}

#content_block_2 .content-box .counter-inner .counter-block .inner-box {
  position: relative;
  padding-left: 65px;
}

#content_block_2 .content-box .counter-inner .counter-block .inner-box .icon-box {
  position: absolute;
  left: 0px;
  top: 12px;
  font-size: 60px;
  line-height: 60px;
}

#content_block_2 .content-box .counter-inner .counter-block .inner-box .count-outer {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
}

#content_block_2 .content-box .sec-title {
  margin-bottom: 37px;
}

#content_block_2 .content-box .counter-inner {
  position: relative;
  margin-right: -45px;
}

.proudly-section .pattern-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 509px;
  height: 582px;
  background-repeat: no-repeat;
}


/** feature-style-two **/

.feature-style-two {
  position: relative;
  padding-top: 120px;
}

.feature-style-two .feature-block-two {
  position: relative;
  float: left;
  width: 33.333%;
}

.feature-style-two .feature-block-two .inner-box {
  position: relative;
  overflow: hidden;
  margin-right: 3px;
  padding: 50px 30px 43px 30px;
}

.feature-block-two .inner-box:before {
  position: absolute;
  content: '';
  background: #1f3c88;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.7;
  z-index: 1;
}

.feature-block-two:first-child .inner-box:before {
  display: none;
}

.feature-block-two .inner-box .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 1500ms ease;
}

.feature-block-two .inner-box:hover .image-layer {
  transform: scale(1.2);
}

.feature-style-two .feature-block-two:last-child .inner-box {
  margin-right: 0px;
}

.feature-block-two .inner-box .content-inner {
  position: relative;
  padding: 0px 30px 7px 30px;
}

.feature-block-two .inner-box .content-inner h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 45px;
}

.feature-block-two .inner-box .content-inner .theme-btn-one {
  color: #1f3c88 !important;
  padding: 12.5px 40px;
}

.feature-block-two .inner-box .content-inner .theme-btn-one:hover {
  color: #fff !important;
}

.feature-block-two .inner-box .count-box {
  position: relative;
  display: inline-block;
  width: 92px;
  height: 92px;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 63px;
}

.feature-block-two .inner-box .content-box {
  position: relative;
  z-index: 1;
}

.feature-block-two .inner-box .count-box span {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  font-weight: 500;
  color: #1f3c88;
  text-align: center;
  border-radius: 50%;
}

.feature-block-two .inner-box .content-box h3 {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 18px;
}

.feature-block-two .inner-box .content-box p {
  font-size: 18px;
  line-height: 34px;
  color: #c8c3bf;
}

.feature-style-two:before {
  position: absolute;
  content: '';
  background: #f8f7f3;
  width: 100%;
  height: 720px;
  left: 0px;
  top: 365px;
  right: 0px;
}


/** testimonial-section **/

.testimonial-section {
  position: relative;
}

.testimonial-section .inner-container {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 25px;
  margin: 0px -60px;
  padding: 50px 60px 0px 60px;
}

.testimonial-section .owl-stage-outer {
  overflow: visible;
}

.testimonial-section .owl-item {
  opacity: 0;
  transition: all 500ms ease;
}

.testimonial-section .owl-item.active {
  opacity: 1;
}

.testimonial-block-one .inner-box {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #ecebe3;
  border-radius: 25px;
  padding-bottom: 40px;
  transition: all 500ms ease;
}

.testimonial-block-one .inner-box:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
}

.testimonial-block-one .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  border-radius: 25px;
  font-weight: 500;
  margin-bottom: 38px;
  padding: 17.5px 15px;
  z-index: 1;
  transition: all 500ms ease;
}

.testimonial-block-one .inner-box:hover h4 {
  color: #1f3c88;
}

.testimonial-block-one .inner-box h4:before {
  position: absolute;
  content: '';
  border-radius: 25px 25px 0 0;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
  z-index: -1;
  transition: all 500ms ease;
}

.testimonial-block-one .inner-box h4:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
  transition: all 500ms ease;
}

.testimonial-block-one .inner-box:hover h4:before {}

.testimonial-block-one .inner-box:hover h4:after {}

.testimonial-block-one .inner-box p {
  font-size: 20px;
  line-height: 40px;
  max-width: 300px;
  margin: 0 auto 31px auto;
}

.testimonial-block-one .inner-box .image-box {
  position: relative;
  display: inline-block;
  width: 92px;
  height: 92px;
  border: 1px solid #edece5;
  border-radius: 50%;
  background: #fff;
  padding: 10px;
  z-index: 1;
  transition: all 500ms ease;
}

.testimonial-block-one .inner-box:hover .image-box {}

.testimonial-block-one .inner-box .image-box img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .quote-box {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}


/** startup-section **/

.startup-section {
  position: relative;
  padding-top: 114px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.startup-section:before {
  position: absolute;
  content: '';
  background: #1f3c88;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.8;
}

#content_block_3 .single-box .inner {
  position: relative;
  display: block;
  padding-bottom: 34px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 90px;
}

#content_block_3 .single-box .inner:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

#content_block_3 .single-box {
  position: relative;
  margin-bottom: 22px;
}

#content_block_3 .single-box .inner .icon-box {
  position: absolute;
  left: 0px;
  top: 7px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
}

#content_block_3 .single-box .inner h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 23px;
}

#content_block_3 .single-box .inner h4 a {
  display: inline-block;
  color: #fff;
}

#content_block_3 .single-box .inner h4 a:hover {}

#content_block_3 .single-box .inner p {
  font-size: 18px;
  line-height: 30px;
  color: #adafb0;
}

#content_block_3 .content-box .inner-box {
  position: relative;
  display: block;
  border-radius: 25px 25px 0 0;
  padding: 41px 50px 45px 145px;
}

@media (max-width: 990px) {
  #content_block_3 .content-box .inner-box {
    border-radius: 25px;
  }
}

#content_block_3 .content-box .inner-box .icon-box {
  position: absolute;
  left: 40px;
  top: 60px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #F7F7F7;
  color: #F28C28;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  line-height: 1;
}

#content_block_3 .content-box .inner-box h3 {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}

#content_block_3 .content-box .inner-box h3 span {
  font-weight: 700;
}

#content_block_3 .content-box .sec-title {
  margin-bottom: 40px;
}

#content_block_4 .form-inner {
  position: relative;
  display: block;
  background: #fff;
  margin-top: 6px;
  border-radius: 25px;
  padding: 0px 80px 40px 80px;
  border-bottom: 1px solid #e2e1de;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

#content_block_4 .form-inner:before {
  position: absolute;
  content: '';
  width: 100%;
  border-radius: 25px 25px 0 0;
  height: 80px;
  left: 0px;
  top: 0px;
  right: 0px;
}

#content_block_4 .form-inner h6 {
  position: relative;
  display: block;
  text-align: center;
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 30.5px 0px;
  font-weight: 500;
  color: #f7f7f7;
  margin-bottom: 30px;
}

#content_block_4 .form-inner p {
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 33px;
}

#content_block_4 .form-inner .form-group {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

#content_block_4 .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

#content_block_4 .form-inner .message-btn {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

#content_block_4 .form-inner .message-btn .theme-btn-one {
  min-width: 240px;
  padding: 15px 34px;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(31, 60, 136, 0.22);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  transition: transform 300ms ease, box-shadow 300ms ease, filter 300ms ease;
}

#content_block_4 .form-inner .message-btn .theme-btn-one:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(31, 60, 136, 0.28);
  filter: brightness(1.03);
}

#content_block_4 .form-inner .form-group input[type='text'],
#content_block_4 .form-inner .form-group input[type='email'],
#content_block_4 .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background: #f8f7f3;
  border: 1px solid #f8f7f3;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 500;
  color: #717577;
  transition: all 500ms ease;
}

#content_block_4 .form-inner .form-group textarea {
  height: 140px;
  resize: none;
}

#content_block_4 .form-inner .form-group input:focus,
#content_block_4 .form-inner .form-group textarea:focus {}


/** news-section **/

.news-section {
  position: relative;
  padding: 60px 0px 90px;
  overflow: hidden;
}

.news-section:before {
  position: absolute;
  content: '';
  background: linear-gradient(180deg, #f8f7f3 0%, #ffffff 100%);
  width: 100%;
  height: 560px;
  left: 0px;
  top: 0px;
}

.news-block-one .inner-box {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(31, 60, 136, 0.08);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.news-block-one .inner-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(31, 60, 136, 0.14);
}

.news-block-one .inner-box .lower-content .post-info li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #6f7480;
  margin-right: 12px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child {
  margin: 0px !important;
}

.news-block-one .inner-box .lower-content .post-info li a {
  color: #6f7480;
}

.news-block-one .inner-box .lower-content .post-info li a:hover {
  color: #1f3c88;
}

.news-block-one .inner-box .lower-content .post-info li i {
  margin-right: 4px;
  color: #f28c28;
}

.news-block-one .inner-box .lower-content .post-info {
  margin-bottom: 12px;
}

.news-block-one .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 23px;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 18px;
}

.news-block-one .inner-box .lower-content h3 a {
  display: inline-block;
  color: #f28c28;
  transition: color 300ms ease;
}

.news-block-one .inner-box .lower-content h3 a:hover {
  color: #1f3c88;
}

.news-block-one .inner-box .image-box {
  position: relative;
  display: block;
  background: #1f3c88;
  overflow: hidden;
}

.news-block-one .inner-box .image-box img {
  display: block;
  width: 100%;
  transition: transform 700ms ease, opacity 700ms ease;
}

.news-block-one .inner-box:hover .image-box img {
  transform: scale(1.06);
  opacity: 0.88;
}

.news-block-one .inner-box .image-box .post-date {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
  padding: 3px 16px;
  border-radius: 999px;
  background: #f28c28;
  box-shadow: 0 10px 20px rgba(31, 60, 136, 0.22);
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.news-block-one .inner-box .lower-content {
  position: relative;
  padding: 30px 30px 36px;
}

.news-block-one .inner-box .lower-content p {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.8;
  color: #6f7480;
  margin-bottom: 24px;
}

.news-block-one .inner-box .lower-content .link a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #1f3c88;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(31, 60, 136, 0.06);
  transition: all 300ms ease;
}

.news-block-one .inner-box .lower-content .link a i {
  font-size: 15px;
  margin-right: 0px;
}

.news-block-one .inner-box .lower-content .link a:hover {
  color: #ffffff;
  background: #f28c28;
}


/** gallery-section **/

.gallery-section {
  position: relative;
  padding: 0px 120px 120px 120px;
}

.gallery-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.gallery-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #1f3c88;
}

.gallery-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.gallery-block-one .inner-box:hover .image-box img {
  opacity: 0.7;
  transform: scale(1.1);
}

.gallery-block-one .inner-box .link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.gallery-block-one .inner-box .link a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  width: 78px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  border-radius: 50%;
  transform: scale(0, 0);
}

.gallery-block-one .inner-box:hover .link a {
  transform: scale(1, 1);
}


/** cta-section **/

.cta-section {
  position: relative;
  padding: 80px 0px;
}

.cta-section .inner-box .theme-btn-one {
  color: #1f3c88 !important;
  font-size: 18px;
  text-transform: uppercase;
}

.cta-section .inner-box .theme-btn-one:hover {
  color: #fff !important;
}

.cta-section .inner-box .text h2 {
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
}

.cta-section .inner-box .btn-box {
  display: flex;
}


/** main-footer **/

/** main-footer **/

.main-footer {
  position: relative;
  font-family: 'Inter', 'Poppins', sans-serif;
  letter-spacing: 0.2px;
  -webkit-font-smoothing: antialiased;
}

.main-footer .auto-container {
  max-width: 1300px;
}

/* ================= TOP ================= */

.footer-top {
  position: relative;
  padding: 132px 0px 100px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  border-bottom: 1px solid #2d3236;
}

/* overlay más profesional */
.footer-top:before {
  position: absolute;
  content: '';
  background: linear-gradient(#0000009c, #000000d1);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* decoración */
.footer-top .icon-layer {
  position: absolute;
  bottom: 0px;
  left: 80px;
}

/* ================= LOGO ================= */

.footer-top .logo-widget {
  position: relative;
  margin-top: -32px;
}

.footer-top .logo-widget .logo-box {
  position: relative;
  display: inline-block;
  max-width: 250px;
  margin-bottom: 28px;
}

.footer-top .logo-widget .logo-box img {
  width: 100%;
}

/* texto descriptivo */
.footer-top .logo-widget .text p {
  font-size: 14.5px;
  line-height: 26px;
  color: #f7f7f7;
  letter-spacing: 0.3px;
}

.footer-top .logo-widget .text {
  margin-bottom: 18px;
}

/* ================= INFO ================= */

.footer-top .logo-widget .info {
  margin-bottom: 20px;
}

.footer-top .logo-widget .info li {
  position: relative;
  display: block;
  font-size: 14.5px;
  color: #e0e0e0;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.footer-top .logo-widget .info li:last-child {
  margin-bottom: 0px;
}

.footer-top .logo-widget .info li h4 {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-top .logo-widget .info li a {
  display: inline-block;
  color: #cfd8dc;
  transition: all 0.25s ease;
  padding-left: 25px;
}

.footer-top .logo-widget .info li a:hover {
  color: #f28c28;
}

.footer-top .logo-widget .info li i {
  margin-right: 10px;
}

/* ================= SOPORTE ================= */

.footer-top .logo-widget .support-box {
  position: relative;
  display: block;
  background: linear-gradient(135deg, #f28c28, #ff9f43);
  padding: 22px 30px 19px 90px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.footer-top .logo-widget .support-box i {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}

.footer-top .logo-widget .support-box p {
  font-size: 13.5px;
  line-height: 20px;
  color: #ffffff;
  opacity: 0.9;
}

.footer-top .logo-widget .support-box h5 {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.footer-top .logo-widget .support-box h5 a {
  display: inline-block;
  color: #fff;
}

.footer-top .logo-widget .support-box h5 a:hover {
  color: #1f3c88;
}

/* ================= TITULOS ================= */

.footer-top .widget-title {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.footer-top .widget-title h4 {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  position: relative;
}

/* línea decorativa */
.footer-top .widget-title h4:after {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background: #f28c28;
  margin-top: 8px;
}

/* ================= LINKS ================= */

.footer-top .links-widget .links-list li {
  position: relative;
  display: block;
  font-size: 14.5px;
  line-height: 26px;
  color: #cfd8dc;
  margin-bottom: 14px;
}

.footer-top .links-widget .links-list li:last-child {
  margin-bottom: 0px;
}

.footer-top .links-widget .links-list li h5 {
  display: inline-block;
  color: #f28c28;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 600;
}

.footer-top .links-widget .links-list li a {
  display: inline-block;
  color: #f7f7f7;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.25s ease;
}

.footer-top .links-widget .links-list li a:before {
  position: absolute;
  content: "\f0da";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  font-size: 12px;
  color: #90a4ae;
  left: 0px;
  top: 0px;
  transition: all 0.3s ease;
}

.footer-top .links-widget .links-list li a:hover {
  color: #f28c28;
}

/* ================= CARD ================= */

.footer-top .appointment-widget {
  position: relative;
  display: block;
  overflow: hidden;
  background: linear-gradient(135deg, #f28c28, #ff9f43);
  border-radius: 16px;
  padding: 34px 40px 40px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.footer-top .appointment-widget .icon-layer {
  position: absolute;
  top: -25px;
  right: -195px;
  font-size: 150px;
  line-height: 100px;
  color: #b3681e;
}

.footer-top .appointment-widget .shediul-list li {
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.footer-top .appointment-widget .shediul-list li:last-child {
  margin-bottom: 0px;
  padding-top: 11px;
}

.footer-top .appointment-widget .shediul-list li span {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0px;
  opacity: 0.85;
}

.footer-top .appointment-widget .shediul-list li h6 {
  font-size: 14.5px;
  line-height: 22px;
  color: #fff;
  font-weight: 600;
}

/* botón */
.footer-top .appointment-widget .shediul-list .theme-btn-one {
  color: #1f3c88 !important;
  padding: 12px 30px;
  display: block;
  width: 100%;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.footer-top .appointment-widget .shediul-list .theme-btn-one:hover {
  color: #fff !important;
  transform: translateY(-2px);
}

/* ================= BOTTOM ================= */

.footer-botton {
  position: relative;
  display: block;
  background: #1f3c88;
  padding: 30px 0px;
}

.footer-botton .copyright p {
  font-size: 13.5px;
  line-height: 51px;
  color: #f7f7f7;
  opacity: 0.95;
  letter-spacing: 0.3px;
}

.footer-botton .copyright p a {
  color: #f7f7f7;
  font-weight: 500;
  transition: 0.25s ease;
}

.footer-botton .copyright p a:hover {
  color: #f28c28;
}

/* redes */
.footer-botton .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 7px;
}

.footer-botton .social-links li:last-child {
  margin: 0px !important;
}

.footer-botton .social-links li a {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}

.footer-botton .social-links li a:hover {
  color: #fff;
  background: #f28c28;
  transform: translateY(-3px);
}


/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/


/** header-style-two **/

.main-header.style-two .header-top .info li {
  margin-right: 80px;
}

.main-header.style-two .header-top .info li:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 47px;
  top: -8px;
  right: -40px;
}

.main-header.style-two .header-top .info li:last-child:before {
  display: none;
}

.header-top .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 7px;
}

.header-top .social-links li:last-child {
  margin: 0px !important;
}

.header-top .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  background: #1f3c88;
}

.header-top .social-links li a:hover {
  color: #1f3c88;
}

.main-header.style-two .main-menu {
  float: left;
}

.main-header.style-two .logo-box .logo {
  margin-right: 55px;
}

.main-header.style-two .main-menu .navigation>li {
  margin: 0px 18px;
  padding: 48.5px 0px;
}

.main-header.style-two .btn-box {
  padding: 34px 0px 43px 0px;
  display: flex;
}

.main-header.style-two .outer-box {
  position: relative;
}

.main-header.style-two .sticky-header .btn-box {
  padding: 15px 0px;
}

.main-header.style-two .header-lower {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}


/** search box btn **/

.main-header .search-box-outer {
  position: relative;
  float: left;
  margin-right: 50px;
  padding: 34px 0px 42px 0px;
}

.main-header .search-box-outer:before {
  position: absolute;
  content: '';
  background: #f8f7f3;
  width: 6000px;
  height: 100%;
  left: 26px;
  top: 0px;
}

.main-header .search-box-outer:after {
  position: absolute;
  content: '';
  width: 6000px;
  height: 10px;
  left: 26px;
  bottom: 0px;
}

.main-header .search-box-btn {
  position: relative;
  font-size: 16px;
  width: 51px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  transition: all 500ms ease;
}

.main-header .search-box-btn:hover {
  color: #1f3c88;
}

.main-header .search-box-outer .dropdown-menu {
  top: 54px !important;
  padding: 0px;
  width: 330px;
  border-radius: 0px;
  background: #ffffff;
  left: auto !important;
  transform: translate3d(0px, 0px, 0px) scale3d(0.8, 0.8, 0.8) !important;
  border-color: transparent;
  border-radius: 3px;
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  transition: .5s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.main-header .search-box-outer .show .dropdown-menu {
  display: block;
  transform: scale3d(1, 1, 1) !important;
  opacity: 1;
  visibility: visible;
}

.main-header .search-panel .form-container {
  padding: 30px;
}

.main-header .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 9px 50px 9px 15px;
  height: 50px;
  border: 1px solid #f3f5fe;
  border-radius: 3px;
  background: #f3f5fe;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
  border-color: #f3f5fe;
}

.main-header .search-panel .search-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 50px;
  height: 48px;
  text-align: center;
  color: #111111;
  background: #f3f5fe;
  font-size: 14px;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
}

.dropdown-toggle::after {
  display: none;
}


/** banner-style-two **/

.banner-section.style-two .slide-item {
  padding: 200px 0px 220px 0px;
}

.banner-section.style-two .slide-item:before {
  background: #fff;
}

.banner-section.style-two .banner-carousel .content-box {
  margin: 0px;
  max-width: 720px;
}

.banner-section.style-two .banner-carousel .content-box h1 {
  color: #1f3c88;
  font-weight: 300;
  margin-bottom: 30px;
}

.banner-section.style-two .banner-carousel .content-box h1 span {
  display: inline-block;
  font-weight: 700;
  border-bottom: 8px solid #1f3c88;
  line-height: 78px;
}

.banner-carousel .content-box p {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 36px;
  color: #8a8c8c;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 43px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1450ms ease;
  -moz-transition: all 1450ms ease;
  -ms-transition: all 1450ms ease;
  -o-transition: all 1450ms ease;
  transition: all 1450ms ease;
}

.banner-carousel .active .content-box p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1450ms;
  -moz-transition-delay: 1450ms;
  -ms-transition-delay: 1450ms;
  -o-transition-delay: 1450ms;
  transition-delay: 1450ms;
}


/** welcome-section **/

.welcome-section {
  position: relative;
  padding: 114px 0px 140px 0px;
}

.welcome-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 607px;
  background-repeat: no-repeat;
}

.welcome-section .sec-title p {
  color: #fff !important;
}

.welcome-section #content_block_3 .single-box .inner .icon-box {}

.welcome-section #content_block_3 .single-box .inner p {
  color: #d899af;
}

.welcome-section #content_block_3 .single-box {
  margin: 0px;
}


/** certified-section **/

.certified-section {
  position: relative;
}

.certified-section .inner-container {
  position: relative;
  margin-top: -60px;
}

#content_block_5 .content-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 54px 350px 60px 60px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

#content_block_5 .content-box .image-box {
  position: absolute;
  top: 60px;
  right: 60px;
}

#content_block_5 .content-box .image-box:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#content_block_5 .content-box:hover .image-box:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

#content_block_5 .content-box .image-box img {
  width: 100%;
}

#content_block_5 .content-box .inner-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}

#content_block_5 .content-box .inner-box p {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 34px;
  padding-bottom: 23px;
  border-bottom: 1px solid #ecebe3;
}

#content_block_5 .content-box .inner-box .inner {
  position: relative;
  padding: 3px 0px 8px 185px;
}

#content_block_5 .content-box .inner-box .inner .video-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 156px;
  padding: 21px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

#content_block_5 .content-box .inner-box .inner .video-inner:before {
  position: absolute;
  content: '';
  background: #1f3c88;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.3;
}

#content_block_5 .content-box .inner-box .inner .video-inner a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
}

#content_block_5 .content-box .inner-box .inner .video-inner a:after,
#content_block_5 .content-box .inner-box .inner .video-inner a:before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#content_block_5 .content-box .inner-box .inner .video-inner a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

#content_block_5 .content-box .inner-box .inner .counter-block .count-outer {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #1f3c88;
  margin-bottom: 5px;
}

#content_block_5 .content-box .inner-box .inner .counter-block h5 {
  font-size: 18px;
  color: #717577;
  line-height: 26px;
}

.certified-section #content_block_6 .content-box {
  margin-left: -30px;
}

#content_block_6 .content-box {
  position: relative;
  overflow: hidden;
  padding: 33px 40px 40px 40px;
}


#content_block_6 .content-box .icon-layer {
  position: absolute;
  top: -25px;
  right: -65px;
  font-size: 150px;
  line-height: 100px;
  color: #2a2e32;
  opacity: 0.1;
}

#content_block_6 .content-box .shediul-list li {
  position: relative;
  display: block;
  margin-bottom: 21px;
}

#content_block_6 .content-box .shediul-list li:last-child {
  margin-bottom: 0px;
  padding-top: 8px;
}

#content_block_6 .content-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}

#content_block_6 .content-box .shediul-list li span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #1f3c88;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#content_block_6 .content-box .shediul-list li h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

#content_block_6 .content-box .shediul-list .theme-btn-one {
  padding: 12px 30px;
  display: block;
  width: 100%;
}


/** about-style-two **/

.about-style-two {
  position: relative;
  padding: 120px 0px;
}

#image_block_1 .image-box {
  position: relative;
  display: block;
}

#image_block_1 .image-box img {
  width: 100%;
}

#image_block_1 .image-box .image-2 {
  position: absolute;
  bottom: -50px;
  left: -120px;
}

#image_block_1 .image-box .icon-box {
  display: none;
}


#image_block_1 .image-box .image-1 {
  position: relative;
  display: block;
  overflow: hidden;
}

#image_block_1 .image-box .image-1:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#image_block_1 .image-box:hover .image-1:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

#image_block_1 .image-box .image-1 img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

#content_block_7 .content-box .text {
  margin-bottom: 40px;
}

#content_block_7 .content-box .inner-box {
  position: relative;
  display: block;
  margin-bottom: 52px;
}

#content_block_7 .content-box .inner-box .single-item {
  margin-bottom: 40px;
}

#content_block_7 .content-box .inner-box .single-item h5 {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  padding-left: 16px;
}

#content_block_7 .content-box .inner-box .single-item h5:before {
  position: absolute;
  content: "\f0da";
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  font-weight: 700;
  left: 0px;
  top: 0px;
}


#content_block_7 .content-box,
.about-style-two .content-box {
  text-align: justify;
}

#content_block_7 .content-box p,
.about-style-two .content-box p {
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  margin-bottom: 20px;
}


#content_block_7 .content-box .inner-box .single-item,
.about-style-two .content-box .inner-box .single-item {
  margin-bottom: 35px;
}

#content_block_7 .content-box .inner-box .single-item h5,
.about-style-two .content-box .inner-box .single-item h5 {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  padding-left: 18px;
  color: #1f3c88;
}

#content_block_7 .content-box .inner-box .single-item h5:before,
.about-style-two .content-box .inner-box .single-item h5:before {
  position: absolute;
  content: "\f0da";
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  font-weight: 700;
  left: 0px;
  top: 0px;
  color: #f28c28;
}

#content_block_7 .content-box .inner-box .single-item p,
.about-style-two .content-box .inner-box .single-item p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}

#content_block_7 .content-box .sec-title {
  margin-bottom: 36px;
}

.about-style-two .content-box .lower-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.about-style-two .content-box .lower-box .support-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  gap: 15px;
}

/* Ícono circular */
.about-style-two .content-box .lower-box .support-box i {
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #f28c28;
  color: #fff;
  text-align: center;
}

.about-style-two .content-box .lower-box .support-box p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #555;
  margin-bottom: 2px;
}

.about-style-two .content-box .lower-box .support-box h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}

.about-style-two .content-box .lower-box .support-box h3 a {
  color: #1f3c88;
  text-decoration: none;
  transition: color 0.3s ease;
}

.about-style-two .content-box .lower-box .support-box h3 a:hover {
  color: #f28c28;
}

/* --- RESPONSIVO BOTON --- */
@media (max-width: 768px) {
  .about-style-two .content-box .lower-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .about-style-two .content-box .lower-box .support-box {
    justify-content: center;
    text-align: center;
  }
}


/** service-style-two **/

.service-style-two {
  position: relative;
}

.service-style-two:before {
  position: absolute;
  content: '';
  background: #1f3c88;
  width: 100%;
  height: 521px;
  left: 0px;
  top: 0px;
}

.service-style-two .owl-nav .owl-prev,
.service-style-two .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  background: #1f3c88;
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.service-style-two .owl-nav {
  position: absolute;
  top: -133px;
  right: 0px;
}

.service-style-two .owl-nav .owl-prev {
  margin-right: 10px;
}

.service-style-two .owl-nav .owl-prev:hover,
.service-style-two .owl-nav .owl-next:hover {}

.service-style-two .owl-stage-outer {
  overflow: visible;
}

.service-style-two .owl-item {
  opacity: 0;
  transition: 500ms;
}

.service-style-two .owl-item.active {
  opacity: 1;
}

.service-style-two .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 521px;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-style-two .sec-title {
  margin-bottom: 57px;
}


/** weare-section **/

.weare-section {
  position: relative;
  padding-bottom: 120px;
}

.weare-section .single-item .inner-box {
  position: relative;
  display: block;
  border: 1px solid #ecebe3;
  padding: 24px 30px 23px 158px;
  background: #fff;
  min-height: 148px;
  transition: all 500ms ease;
}

.weare-section .single-item .inner-box:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.weare-section .single-item .inner-box .image-box {
  position: absolute;
  left: 20px;
  top: 0px;
  width: 108px;
  height: 128px;
  background: #1f3c88;
}

.weare-section .single-item .inner-box .image-box:before {
  position: absolute;
  content: '';
  background: #1f3c88;
  width: 100%;
  height: 10px;
  left: 0px;
  top: -10px;
}

.weare-section .single-column:first-child .single-item .inner-box .image-box:before {}

.weare-section .single-column:nth-child(2) .single-item .inner-box .image-box:before {}

.weare-section .single-item .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.weare-section .single-item .inner-box:hover .image-box img {
  opacity: 0.5;
}

.weare-section .single-item .inner-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 13px;
}

.weare-section .inner-content {
  position: relative;
  margin: 0px 7.5px;
}

.weare-section .single-column {
  padding: 0px 7.5px;
}

.weare-section .sec-title {
  margin-bottom: 57px;
}


/** testimonial-style-two **/

.testimonial-style-two {
  position: relative;
  padding: 120px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.testimonial-style-two:before {
  position: absolute;
  content: '';
  background: #1f3c88;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.testimonial-style-two .testimonial-content .inner-box {
  position: relative;
  padding: 6px 0px 14px 300px;
  min-height: 237px;
}

.testimonial-style-two .testimonial-content .inner-box .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 237px;
  height: 237px;
}

.testimonial-style-two .testimonial-content .inner-box .text h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 50px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 37px;
}

.testimonial-style-two .testimonial-content .inner-box .text h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.bg-color-4 {
  background: #f8f7f3;
}


/** faq-section **/

.faq-section {
  position: relative;
}

.faq-section .image-layer {
  position: absolute;
  top: 0px;
  right: 0px;
}

.accordion-box .block {
  position: relative;
  display: block;
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 500ms ease;
}

.accordion-box .block:last-child {
  margin-bottom: 0px;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .acc-btn .icon-outer {
  position: absolute;
  top: 24px;
  right: 40px;
  text-align: center;
  font-size: 20px;
  color: #1f3c88;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}

.accordion-box .block .acc-btn.active .icon-outer {}

.accordion-box .block .acc-btn.active .icon-outer i:before {
  position: relative;
  font-size: 20px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 500;
  margin: 0px;
  content: "\f107";
}

.accordion-box .block .acc-btn {
  position: relative;
  display: block;
  padding: 22px 70px 25px 40px;
  cursor: pointer;
  background: transparent;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.accordion-box .block .acc-btn.active h5 {}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding: 30px 30px 24px 40px;
  border-top: 1px solid #ecebe3;
}

.accordion-box .block .acc-content p {
  font-size: 18px;
  line-height: 34px;
}


/** team-section **/

.team-section {
  position: relative;
  padding-top: 114px;
}

.team-section .title-inner .sec-title,
.team-section .title-inner .text {
  width: 50%;
}

.team-section .title-inner .sec-title {
  margin-bottom: 56px;
}

.team-section .title-inner .text {
  padding-left: 100px;
}

.team-section .title-inner .text p {
  font-size: 18px;
  line-height: 34px;
}

/* =======================
    SECCIÓN
======================= */
.team-section .valores-section {
  background: linear-gradient(135deg, #f9fafc, #eef1f5);
  padding: 100px 20px;
  text-align: center;
}

.team-section .valores-section h2 {
  font-size: 40px;
  color: #1f3c88;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.team-section .subtitulo {
  color: #777;
  margin-bottom: 60px;
  font-size: 17px;
  font-weight: 300;
}

/* =======================
    GRID
======================= */
.team-section .valores-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  max-width: 1200px;
  margin: 40px 10px;
  justify-items: center;
}

/* =======================
    CARD
======================= */
.team-section .card {

  transform: scale(1.0);
  width: 280px;
  height: auto;

  padding: 35px 25px;
  border-radius: 18px;

  border: 1px solid transparent;
  border-top: 4px solid transparent;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(90deg, #f28c28, #ffb347) border-box;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);

  transition: all 0.35s ease;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  will-change: transform;
}

/* HOVER CORRECTO */
.team-section .card:hover {
  transform: translateY(-8px) scale(1.05);
  /* 👈 crece correctamente */
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* =======================
    ICONO
======================= */
.team-section .icono {
  width: 65px;
  height: 65px;
  background: rgba(242, 140, 40, 0.1);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #f28c28;
  font-size: 26px;
  transition: 0.3s;
}

.team-section .card:hover .icono {
  background: #f28c28;
  color: #ffffff;
  transform: rotate(5deg) scale(1.1);
}

/* =======================
    TITULO
======================= */
.team-section .card h3 {
  color: #1f3c88;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

/* =======================
    TEXTO
======================= */
.team-section .card p {
  color: #555;
  font-size: 14.5px;
  line-height: 1.6;
  letter-spacing: 0.2px;
}

/* =======================
    RESPONSIVE
======================= */
@media (max-width: 992px) {
  .team-section .valores-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .team-section .valores-grid {
    grid-template-columns: 1fr;
  }
}

/** cta-style-two **/

.cta-style-two {
  position: relative;
}

.cta-style-two .inner-container {
  position: relative;
  padding: 80px 80px;
  margin-bottom: -110px;
  z-index: 1;
}

.cta-style-two .inner-container .text {
  position: relative;
  padding-left: 80px;
  min-height: 68px;
}

.cta-style-two .inner-container .text i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 60px;
  line-height: 60px;
}

.cta-style-two .inner-container .text h3 {
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
}

.cta-style-two .inner-container .subscribe-form .form-group {
  position: relative;
  margin: 0px;
}

.cta-style-two .inner-container .subscribe-form .form-group input[type='email'] {
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
  height: 70px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 10px 30px 10px 30px;
  font-size: 14px;
  font-weight: 500;
  color: #717577;
  transition: all 500ms ease;
}

.cta-style-two .inner-container .subscribe-form .form-group input:focus {}

.cta-style-two .inner-container .subscribe-form .form-group .theme-btn-one {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #1f3c88 !important;
  transition: all 500ms ease;
}

.cta-style-two .inner-container .subscribe-form .form-group .theme-btn-one:hover {
  color: #fff !important;
}

.google-map-section {
  position: relative;
  width: 100%;
}

.google-map-section #contact-google-map {
  position: relative;
  width: 100%;
  height: 550px;
}



/*** 

====================================================================
                        About-Page
====================================================================

***/

/** page-title **/

.page-title {
  position: relative;
  padding: 185px 0px 104px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title:before {
  position: absolute;
  content: '';
  background: #000000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.6;
}

.page-title .content-box .bread-crumb {
  position: relative;
  display: inline-block;
  padding: 1.5px 19px;
  margin-bottom: 18px;
}

.page-title .content-box .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #1f3c88;
  font-weight: 500;
  padding-right: 10px;
}

.page-title .content-box .bread-crumb li a {
  color: #1f3c88;
}

.page-title .content-box .bread-crumb li a:hover {}

.page-title .content-box .bread-crumb li:before {
  position: absolute;
  content: '/';
  font-size: 14px;
  font-weight: 500;
  top: 0px;
  right: 0px;
}

.page-title .content-box .bread-crumb li:last-child:before {
  display: none;
}

.page-title .content-box .bread-crumb li:last-child {
  padding: 0px !important;
  margin: 0px !important;
}

.page-title .content-box .title h1 {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
}


/** about-style-three **/

.about-style-three {
  position: relative;
  padding: 120px 0px;
}

.about-style-three .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-style-three .image-box:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.about-style-three .image-box:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.about-style-three .image-box .image img {
  width: 100%;
}

#content_block_8 .content-box .author-box .author-thumb {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #fff;
  padding: 6px;
}

#content_block_8 .content-box .author-box .signature {
  position: relative;
  display: inline-block;
}

#content_block_8 .content-box .text {
  margin-bottom: 42px;
  position: relative;
  display: block;
}

#content_block_8 .content-box .text p {
  font-size: 18px;
  line-height: 36px;
}

#content_block_8 .content-box .inner-box {
  position: relative;
  margin-bottom: 51px;
}

#content_block_8 .content-box .inner-box .single-item {
  position: relative;
  display: block;
  float: left;
  width: 50%;
}

#content_block_8 .content-box .inner-box .single-item h5 {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 6px;
  padding-left: 16px;
}

#content_block_8 .content-box .inner-box .single-item h5:before {
  position: absolute;
  content: "\f0da";
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  left: 0px;
  top: 0px;
  font-weight: 700;
}

#content_block_8 .content-box .inner-box .single-item p {
  font-size: 18px;
}

#content_block_8 .content-box .sec-title {
  margin-bottom: 36px;
}

.about-style-three #content_block_8 .content-box {
  margin-top: -6px;
}

.startup-section.alternat-2 {
  padding: 113px 0px 59px 0px;
}

.testimonial-section.alternat-2 {
  position: relative;
}

.testimonial-section.alternat-2:before {
  position: absolute;
  content: '';
  background: #f8f7f3;
  width: 100%;
  height: 695px;
  left: 0px;
  top: -95px;
}

.team-page-section {
  position: relative;
  padding: 120px 0px 90px 0px;
}

.team-page-section .team-block-one .inner-box {
  margin-bottom: 30px;
}


/** team-details **/

.team-details {
  position: relative;
  padding: 120px 0px;
}

.team-details .image-box {
  position: relative;
  display: block;
}

.team-details .image-box img {
  width: 100%;
}

.progress-box .bar {
  position: relative;
  width: 100%;
  height: 5px;
  background: #f8f7f3;
  border-radius: 0px;
  margin-bottom: 12px;
}

.progress-box .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 5px;
  border-radius: 0px;
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.progress-box .count-text {
  position: absolute;
  top: -40px;
  right: 0px;
  font-size: 16px;
  color: #717577;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-details-content .upper-box {
  position: relative;
  margin-bottom: 43px;
}

.team-details-content .upper-box h2 {
  font-size: 34px;
  line-height: 45px;
  font-weight: 500;
  margin-bottom: 4px;
}

.team-details-content .upper-box .designation {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  margin: 0px;
}

.team-details-content .upper-box .social-links {
  position: absolute;
  top: 10px;
  right: 0px;
}

.team-details-content .upper-box .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 7px;
}

.team-details-content .upper-box .social-links li:last-child {
  margin: 0px;
}

.team-details-content .upper-box .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #717577;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #f8f7f3;
  text-align: center;
  border-radius: 50%;
}

.team-details-content .upper-box .social-links li a:hover {
  color: #1f3c88;
}

.team-details-content .text {
  position: relative;
  margin-bottom: 43px;
}

.team-details-content .text p {
  font-size: 18px;
  line-height: 34px;
}

.progress-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 16px;
}

.progress-box {
  margin-bottom: 15px;
}

.progress-box:last-child {
  margin-bottom: 0px;
}

.team-details-content {
  position: relative;
  margin-top: -10px;
}

.outer-box {
  position: relative;
}

/** certificates-section **/

.certificates-section {
  position: relative;
  padding: 112px 0px 114px 0px;
}

.certificates-section .text {
  position: relative;
  display: block;
  margin-right: -30px;
}

.certificates-section .text h2 {
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 39px;
}

.certificates-section .text p {
  font-size: 18px;
  line-height: 34px;
}

.certificates-section .certificates-inner {
  position: relative;
  margin-top: 8px;
}

.certificates-section .certificates-inner .image-box {
  position: relative;
  display: block;
  border-radius: 10px;
}

.certificates-section .certificates-inner .image-box img {
  width: 100%;
  border-radius: 10px;
}



/*** 

====================================================================
                        Error-Page
====================================================================

***/

.error-section {
  position: relative;
}

.error-section .inner-box h1 {
  position: relative;
  display: block;
  font-size: 170px;
  line-height: 150px;
  color: #222;
  font-weight: 700;
  margin-bottom: 27px;
}

.error-section .inner-box h2 {
  font-size: 40px;
  line-height: 45px;
  position: relative;
  color: #848484;
  font-weight: 500;
  margin-bottom: 10px;
}

.error-section .inner-box p {
  position: relative;
  margin-bottom: 57px;
}

.error-section .inner-box p a {
  display: inline-block;
  line-height: 18px;
}

.error-section .inner-box p a:hover {
  text-decoration: underline;
}

.error-section .inner-box .theme-btn-two {
  padding: 16px 39px;
}

.error-section .inner-box .btn-box a {
  margin: 0px 8px;
}


/*** 

====================================================================
                        Service-Page
====================================================================

***/


.service-page-section {
  position: relative;
  padding: 120px 0px 90px 0px;
}

.service-page-section .service-block-one .inner-box {
  margin-bottom: 30px;
}


/** service-details **/

.service-details {
  position: relative;
  padding: 120px 0px 112px 0px;
}

.service-sidebar .categories-widget {
  position: relative;
  display: block;
  background: #f8f7f3;
  padding: 43px 0px 20px 0px;
  margin-bottom: 30px;
}

.service-sidebar .categories-widget h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-left: 50px;
}

.service-sidebar .categories-widget h4:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 15px;
  left: 0px;
  top: 7px;
}

.service-sidebar .categories-widget .list li {
  position: relative;
  display: block;
}

.service-sidebar .categories-widget .list li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #717577;
  font-weight: 500;
  padding: 14px 50px;
}

.service-sidebar .categories-widget .list li a:hover,
.service-sidebar .categories-widget .list li a.active {
  background: #fff;
}

.service-sidebar .categories-widget .list li a:before {
  position: absolute;
  content: "\f0da";
  font-family: 'Font Awesome 5 Pro';
  font-size: 12px;
  font-weight: 700;
  color: #1f3c88;
  top: 16px;
  right: 50px;
  opacity: 0;
  transition: all 500ms ease;
}

.service-sidebar .categories-widget .list li a:hover:before,
.service-sidebar .categories-widget .list li a.active:before {
  opacity: 1;
}

.service-sidebar .sidebar-support {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 43px 40px 50px 40px;
}

.service-sidebar .sidebar-support:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.service-sidebar .sidebar-support h4 {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 32px;
}

.service-sidebar .sidebar-support p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 24px;
}

.service-sidebar .sidebar-support h3 {
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-sidebar .sidebar-support h3 a:hover {
  color: #fff;
}

.service-sidebar .sidebar-support .theme-btn-one {
  padding: 12px 45px;
  color: #1f3c88 !important;
}

.service-sidebar .sidebar-support .theme-btn-one:hover {
  color: #fff !important;
}

.service-details-content .content-one .image-box {
  position: relative;
  display: block;
  margin-bottom: 31px;
}

.service-details-content .image-box img {
  width: 100%;
}

.service-details-content .content-one .image-box i {
  position: absolute;
  left: -10px;
  bottom: 20px;
  width: 86px;
  height: 78px;
  line-height: 78px;
  color: #1f3c88;
  text-align: center;
  font-size: 55px;
  transition: all 500ms ease;
}

.service-details-content .content-one .image-box i:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: 0px;
  bottom: -10px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
  transition: all 500ms ease;
}

.service-details-content h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 33px;
}

.service-details-content p {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 34px;
}

.service-details-content .text p:last-child {
  margin-bottom: 0px;
}

.service-details-content .content-one {
  position: relative;
  margin-bottom: 46px;
}

.service-details-content .two-column {
  position: relative;
  margin-bottom: 60px;
}

.service-details-content .two-column .image-box {
  margin-top: 7px;
}

.service-details-content .two-column .text h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}

.service-details-content .two-column .text h4 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 37px;
}

.service-details-content .two-column .list-item li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 34px;
  padding-left: 33px;
  margin-bottom: 10px;
}

.service-details-content .two-column .list-item li:last-child {
  margin-bottom: 0px;
}

.service-details-content .two-column .list-item li:before {
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  font-weight: 700;
  left: 0px;
  top: 0px;
}

.service-details-content .accordion-inner {
  margin-bottom: 50px;
}

.service-details-content .content-two .inner-box {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding: 51px 50px 43px 50px;
  margin: 53px 0px 50px 0px;
}

.service-details-content .content-two .inner-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.service-details-content .content-two .inner-box .list-item li {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  font-size: 18px;
  line-height: 34px;
  font-style: italic;
  color: #1f3c88;
  margin-bottom: 10px;
}

.service-details-content .content-two .text p span {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
}


/*** 

====================================================================
                        Blog-Page
====================================================================

***/

.blog-grid {
  position: relative;
}

.blog-grid .news-block-one .inner-box {
  margin-bottom: 30px;
}

.pagination-wrapper {
  position: relative;
  padding-top: 30px;
}

.news-block-one .inner-box .lower-content h2 {
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.news-block-one .inner-box .lower-content h2 a {
  display: inline-block;
  color: #1f3c88;
}

.news-block-one .inner-box .lower-content h2 a:hover {}

.sidebar-page-container .news-block-one .inner-box .lower-content {
  padding-right: 40px;
}

.sidebar-page-container .news-block-one .inner-box {
  margin-bottom: 30px;
}

.sidebar .search-widget {
  position: relative;
  display: block;
  padding: 22px 30px;
  margin-bottom: 30px;
}

.sidebar .search-widget .search-form .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-widget .search-form .form-group input[type='search'] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid transparent;
  padding: 10px 40px 10px 20px;
  color: #fff;
  background: transparent;
  font-size: 16px;
  transition: all 500ms ease;
}

.sidebar .search-widget .search-form .form-group input:focus {
  border-color: #fff;
}

.sidebar .search-widget .search-form .form-group input::-webkit-input-placeholder {
  color: #fff;
}

.sidebar .search-widget .search-form .form-group button {
  position: absolute;
  top: 12px;
  right: 17px;
  font-size: 15px;
  color: #fff;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.sidebar .sidebar-widget {
  position: relative;
  display: block;
  background: #f8f7f3;
  padding: 43px 50px 20px 50px;
  margin-bottom: 30px;
}

.sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}

.sidebar .sidebar-widget .widget-title {
  position: relative;
  margin-bottom: 27px;
}

.sidebar .sidebar-widget .widget-title:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 15px;
  left: -50px;
  top: 7px;
}

.sidebar .sidebar-widget .widget-title h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.sidebar .post-widget .post {
  position: relative;
  display: block;
  padding-left: 95px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ecebe3;
  min-height: 103px;
}

.sidebar .post-widget .post:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.sidebar .post-widget .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 66px;
  height: 67px;
  overflow: hidden;
}

.sidebar .post-widget .post .post-thumb img {
  width: 100%;
  transition: all 500ms ease;
}

.sidebar .post-widget .post:hover .post-thumb img {
  opacity: 0.5;
}

.sidebar .post-widget .post .post-date {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}

.sidebar .post-widget .post h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.sidebar .post-widget .post h5 a {
  display: inline-block;
  color: #1f3c88;
}

.sidebar .post-widget .post h5 a:hover {}

.sidebar .categories-widget .categories-list li {
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.sidebar .categories-widget .categories-list li:last-child {
  margin-bottom: 0px;
}

.sidebar .categories-widget .categories-list li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 34px;
  color: #717577;
  font-weight: 500;
  padding-left: 10px;
}

.sidebar .categories-widget .categories-list li a:hover {
  color: #1f3c88;
}

.sidebar .categories-widget .categories-list li a span {
  position: relative;
  float: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  font-size: 12px;
  color: #1f3c88;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.sidebar .categories-widget .categories-list li a:hover span {}

.sidebar .categories-widget .categories-list li a:before {
  position: absolute;
  content: "\f0da";
  font-family: 'Font Awesome 5 Pro';
  color: #717577;
  font-size: 12px;
  font-weight: 700;
  left: 0px;
  top: 1px;
  transition: all 500ms ease;
}

.sidebar .categories-widget .categories-list li a:hover:before {}

.sidebar .categories-widget .widget-title {
  margin-bottom: 22px;
}

.sidebar .categories-widget {
  padding-bottom: 41px;
}

.sidebar .tags-widget .tags-list li {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}

.sidebar .tags-widget .tags-list li:last-child {
  margin-bottom: 0px;
}

.sidebar .tags-widget .tags-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #717577;
  font-weight: 500;
}

.sidebar .tags-widget .tags-list li a:hover {
  color: #1f3c88;
}

.sidebar .tags-widget .widget-title {
  margin-bottom: 24px;
}

.sidebar .tags-widget {
  padding-bottom: 44px;
}

.blog-details-content .news-block-one .inner-box {
  box-shadow: none;
  border-bottom: 1px solid #ecebe3;
  margin-bottom: 30px;
  padding-bottom: 53px;
}

.blog-details-content .news-block-one .inner-box .lower-content {
  padding: 34px 0px 0px 0px;
}

.blog-details-content .news-block-one .inner-box:hover .image-box img {
  transform: scale(1);
  opacity: 1;
}

.blog-details-content .news-block-one .inner-box .lower-content p {
  margin-bottom: 34px;
}

.blog-details-content .news-block-one .inner-box .lower-content p:last-child {
  margin-bottom: 0px;
}

.blog-details-content .post-share-option {
  position: relative;
  margin-bottom: 40px;
}

.blog-details-content .post-share-option .tags li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
  color: #717577;
  font-weight: 500;
}

.blog-details-content .post-share-option .tags li a {
  color: #717577;
}

.blog-details-content .post-share-option .tags li a:hover {
  color: #1f3c88;
}

.blog-details-content .post-share-option .tags li h4 {
  font-size: 20px;
  font-weight: 500;
}

.blog-details-content .post-share-option .social-links li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.blog-details-content .post-share-option .social-links li:last-child {
  margin: 0px !important;
}

.blog-details-content .post-share-option .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #717577;
  background: #f8f7f3;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}

.blog-details-content .post-share-option .social-links li a:hover {
  color: #fff;
}

.blog-details-content .author-box {
  position: relative;
  display: block;
  padding: 60px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}

.blog-details-content .author-box .inner {
  position: relative;
  padding-left: 210px;
  padding-bottom: 0px;
}

.blog-details-content .author-box .inner .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 170px;
  height: 160px;
}

.blog-details-content .author-box .inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 30px;
}

.blog-details-content .author-box .inner p {
  font-size: 18px;
  line-height: 34px;
}

.blog-details-content .group-title {
  position: relative;
  display: block;
  margin-bottom: 44px;
}

.blog-details-content .group-title h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.blog-details-content .comments-area .comment {
  position: relative;
  display: block;
  padding-bottom: 64px;
  border-bottom: 1px solid #ecebe3;
  margin-bottom: 52px;
}

.blog-details-content .comments-area .comment:last-child {
  margin-bottom: 0px;
}

.blog-details-content .comments-area .comment .thumb-box {
  position: absolute;
  left: 0px;
  top: 8px;
  width: 165px;
  height: 165px;
  border-radius: 50%;
}

.blog-details-content .comments-area .comment .thumb-box img {
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .comments-area .comment .comment-inner {
  position: relative;
  padding-left: 205px;
}

.blog-details-content .comments-area .comment .comment-inner h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 34px;
}

.blog-details-content .comments-area .comment .comment-inner h4 span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}

.blog-details-content .comments-area .comment .comment-inner p {
  font-size: 18px;
  line-height: 34px;
}

.blog-details-content .comments-area .comment .comment-inner a {
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #1f3c88;
  padding: 15px 30px;
  text-align: center;
  border-radius: 25px;
  text-transform: capitalize;
  z-index: 1;
}

.blog-details-content .comments-area .comment .comment-inner a:hover {
  color: #fff;
}

.blog-details-content .comments-area {
  margin-bottom: 54px;
}

.default-form .form-group {
  position: relative;
  padding: 0px 5px;
  margin-bottom: 10px;
}

.default-form .form-group:last-child {
  margin-bottom: 0px;
}

.default-form {
  position: relative;
  margin: 0px 10px;
}

.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background: #f8f7f3;
  font-size: 14px;
  font-weight: 500;
  color: #717577;
  border: 2px solid #f8f7f3;
  padding: 10px 30px;
  transition: all 500ms ease;
}

.default-form .form-group textarea {
  height: 230px;
  resize: none;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus {}

.blog-details-content .blog-details-content .comments-form-area .group-title {
  margin-bottom: 52px;
}


/*** 

====================================================================
                        Contact-Page
====================================================================

***/

.contact-section {
  position: relative;
  background: #F7F7F7;
  padding: 60px 0;
}

.contact-section .title-inner .sec-title,
.contact-section .title-inner .text {
  width: 50%;
}

.contact-section .title-inner .text {
  padding-left: 60px;
}

.contact-section .title-inner {
  position: relative;
  margin-bottom: 28px;
}

.contact-section .info-inner {
  position: relative;
  width: 100%;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 25px 20px;
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(31, 60, 136, 0.06);
  border-left: 6px solid #F28C28;
}

.contact-section .info-inner .content-box .text {
  position: relative;
  margin-bottom: 18px;
}

.contact-section .info-inner .content-box .text p {
  position: relative;
  color: #4a4a4a;
  line-height: 28px;
}

.contact-section .info-inner .content-box .info-list {
  position: relative;
  margin-bottom: 0px;
  list-style: none;
  padding: 0;
  text-align: center;
}

.contact-section .info-inner .content-box .info-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  font-weight: 600;
  padding: 12px 16px;
  margin-bottom: 8px;
  border-radius: 8px;
  background: rgba(242, 140, 40, 0.05);
  gap: 10px;
}

.contact-section .info-inner .content-box .info-list li i {
  position: static;
  color: #F28C28;
  font-size: 18px;
  flex-shrink: 0;
}

.contact-section .info-inner .content-box .info-list li:last-child {
  margin-bottom: 0px;
}

.contact-section .info-inner .content-box .info-list li a {
  display: inline-block;
  color: #1f3c88;
  text-decoration: none;
  transition: all 200ms ease;
}

.contact-section .info-inner .content-box .info-list li a:hover {
  color: #F28C28;
}

.contact-section .info-inner .content-box .widget-content {
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(242, 140, 40, 0.15);
}

.contact-section .info-inner .content-box .widget-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1f3c88;
  margin-bottom: 16px;
}

.contact-section .info-inner .content-box .shediul-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-section .info-inner .content-box .shediul-list li {
  margin-bottom: 12px;
  text-align: center;
}

.contact-section .info-inner .content-box .shediul-list li span {
  display: block;
  font-weight: 700;
  color: #F28C28;
  font-size: 16px;
  margin-bottom: 6px;
}

.contact-section .info-inner .content-box .shediul-list li h6 {
  font-size: 15px;
  color: #333333;
  margin: 0;
  line-height: 20px;
}

.contact-section .info-inner .content-box .info-list {
  position: relative;
  margin-bottom: 20px;
}

.contact-section .info-inner .content-box .btn-box {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.contact-section .info-inner .content-box .btn-box .theme-btn-one {
  padding: 10px 28px;
  background: #F28C28;
  color: #ffffff !important;
  border-radius: 30px;
  border: none;
  box-shadow: 0 8px 24px rgba(242, 140, 40, 0.16);
  font-size: 13px;
  font-weight: 600;
}

.contact-section .info-inner .content-box .btn-box .theme-btn-one:hover {
  opacity: 0.95;
}

.contact-section .default-form .form-group input[type='text'],
.contact-section .default-form .form-group input[type='email'],
.contact-section .default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 54px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  border: 1px solid #ececec;
  padding: 10px 18px;
  transition: all 200ms ease;
}

.contact-section .default-form .form-group textarea {
  height: 230px;
  resize: vertical;
}

.contact-section .default-form .form-group input:focus,
.contact-section .default-form .form-group textarea:focus {
  outline: none;
  border-color: rgba(242, 140, 40, 0.6);
  box-shadow: 0 6px 18px rgba(31, 60, 136, 0.06);
}

.google-map-section.style-two {
  padding-bottom: 80px;
  padding-top: 60px;
}

.google-map-section.style-two .sec-title {
  margin-bottom: 30px;
}
/* SAE - Servicio de Atención al Estudiante */
.sae-section {
  background: #F28C28;
  padding: 60px 0;
  color: #ffffff;
}

.sae-section .sec-title {
  color: #ffffff;
}

.sae-section .sec-title p {
  color: rgba(255,255,255,0.95);
}

.sae-section .sec-title h2 {
  color: #ffffff;
}

.sae-section .sae-block .sae-block-one .inner-box {
  background: rgba(255,255,255,0.06);
  border-radius: 12px;
  padding: 26px 20px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.06);
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Icon visible and contrasting */
.sae-section .sae-block-one .icon-box {
  width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 50%;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px auto;
  color: #1F3C88;
  font-size: 30px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.sae-section .sae-block-one h3 a {
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}

.sae-section .sae-block-one p {
  color: rgba(255,255,255,0.92);
  margin-bottom: 0;
}

/* contactos institucionales: caja clara con acentos naranjas y hover azul */
.sae-section .contact-list {
  margin-top: 30px;
}

.sae-section .contact-list .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 14px;
}

.sae-section .contact-item {
  position: relative;
  padding: 22px 15px 15px 82px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  flex: 0 0 calc(50% - 7px);
  max-width: calc(50% - 7px);
  background: #ffffff;
  border: 1px solid rgba(242, 140, 40, 0.14);
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(31, 60, 136, 0.05);
  overflow: hidden;
}

.sae-section .contact-item .contact-icon {
  position: absolute;
  left: 18px;
  top: 35px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(242, 140, 40, 0.12);
  color: #F28C28;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 180ms ease;
}

.sae-section .contact-item .contact-icon i {
  line-height: 1;
}

.sae-section .contact-item h4 {
  color: #1F3C88;
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 700;
}

.sae-section .contact-item p {
  margin: 0;
  color: #333333;
  line-height: 1.6;
}

.sae-section .contact-item p a {
  color: #F28C28;
  font-weight: 600;
  text-decoration: none;
  transition: all 180ms ease;
}

.sae-section .contact-item p a:hover {
  color: #ffffff;
  background: #1F3C88;
  padding: 4px 8px;
  border-radius: 6px;
}

.sae-section .contact-item:hover {
  border-color: rgba(31, 60, 136, 0.18);
  box-shadow: 0 14px 26px rgba(31, 60, 136, 0.1);
  transform: translateY(-2px);
  transition: all 180ms ease;
}

.sae-section .contact-item:hover .contact-icon {
  background: #1F3C88;
  color: #ffffff;
}

@media (max-width: 767px) {
  .sae-section { padding: 40px 0; }
  .sae-section .sae-block-one .inner-box { min-height: auto; padding: 20px; }
  .sae-section .contact-list { padding: 12px; }
  .sae-section .contact-item {
    padding: 18px 16px 16px 74px;
    margin-left: 0;
    margin-right: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sae-section .contact-item .contact-icon {
    left: 14px;
    top: 18px;
  }
}

.nav-pills#contact-map-tabs {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.nav-pills#contact-map-tabs .nav-link {
  border-radius: 999px;
  padding: 8px 20px;
  background: #ffffff;
  border: 1px solid #efefef;
  color: #333333;
  font-weight: 600;
  transition: all 180ms ease;
}

.nav-pills#contact-map-tabs .nav-link:hover {
  background: #fff6f1;
}

.nav-pills#contact-map-tabs .nav-link.active {
  background: #F28C28;
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(242, 140, 40, 0.18);
}

.map-inner iframe {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(31, 60, 136, 0.06);
  border: 0;
}

.google-map-section.style-two {
  padding-bottom: 120px;
}

.three-item-carousel .owl-stage-outer {
  overflow: visible;
}

.three-item-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  transition: all 500ms ease;
}

.three-item-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}

.pt-120 {
  padding-top: 120px !important;
}

.four-item-carousel .owl-stage-outer {
  overflow: visible;
}

.four-item-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  transition: all 500ms ease;
}

.four-item-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}

/***

====================================================================
                        Equipo Institucional
====================================================================

***/

.equipo-institucional.section-space {
  padding: 80px 0;
}

.equipo-institucional .section-header {
  margin-bottom: 40px;
}

.equipo-institucional .section-title {
  font-size: 32px;
  font-weight: 700;
  color: #1f3c88;
}

.equipo-institucional .section-subtitle {
  font-size: 16px;
  color: #666;
}

.equipo-institucional #equipoTab {
  border: 1px solid #dfe4ea;
  border-radius: 999px;
  background: #f8fafc;
  padding: 6px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 8px;
  margin: 0 auto 30px;
  width: fit-content;
  max-width: 100%;
  margin-top: 70px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.equipo-institucional #equipoTab::-webkit-scrollbar {
  height: 0;
}

.equipo-institucional #equipoTab .nav-item {
  flex: 0 0 auto;
}

.equipo-institucional #equipoTab .nav-link {
  border: none;
  background: transparent;
  margin: 0;
  padding: 10px 20px;
  min-width: 150px;
  text-align: center;
  border-radius: 999px;
  color: #2f3b52;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: all 0.25s ease;
}

.equipo-institucional #equipoTab .nav-link:hover {
  background: #edf2f7;
  color: #f28c28;
}

.equipo-institucional #equipoTab .nav-link.active {
  background: #f28c28;
  color: #fff;
  box-shadow: 0 10px 20px rgba(31, 60, 136, 0.22);
}

.equipo-institucional .tab-content .row {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.25rem;
  justify-content: center;
}

/* Tarjetas del equipo institucional */
.equipo-team-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #dde6f5;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(19, 46, 96, 0.12);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-align: center;
  position: relative;
  max-width: 296px;
  min-height: 430px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 34px 14px 14px;
}

.equipo-team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 34px rgba(19, 46, 96, 0.18);
  border-color: #c8d9f1;
}

.equipo-team-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 76px;
  background: #f28c28;
  z-index: 1;
}

.equipo-team-card::after {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  right: -62px;
  bottom: -60px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 140, 40, 0.2) 0%, rgba(242, 140, 40, 0.08) 50%, rgba(242, 140, 40, 0) 72%);
  z-index: 1;
}

.equipo-team-card>* {
  position: relative;
  z-index: 2;
}

/* Imagen tipo carnet (formato vertical 3:4) */
.equipo-team-img {
  width: 146px;
  height: 194px;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.45s ease, filter 0.35s ease;
  display: block;
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(13, 27, 52, 0.2);
  border: 4px solid #ffffff;
  outline: 1px solid #dbe6f8;
  background-color: #fff;
  margin-top: -8px;
  margin-bottom: 12px;
}

.equipo-team-card:hover .equipo-team-img {
  transform: scale(1.02);
  filter: saturate(1.04);
}

/* Gestion Institucional: foto circular */
#administrativos .equipo-team-card {
  padding-top: 28px;
}

#administrativos .equipo-team-img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-position: center;
  margin-top: 2px;
  border: 5px solid #ffffff;
  outline: 2px solid #ffe5cc;
}

#administrativos .equipo-team-card:hover .equipo-team-img {
  transform: scale(1.03);
}

/* Cuerpo de la tarjeta */
.equipo-team-body {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border: 1px solid #e8eef9;
  border-radius: 12px;
  width: 100%;
  padding: 11px 10px 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Nombre */
.equipo-team-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a2f63;
  margin-bottom: 6px;
  letter-spacing: 0.2px;
  line-height: 1.3;
  transition: color 0.3s ease;
  text-transform: uppercase;
}

.equipo-team-card:hover .equipo-team-title {
  color: #1f3c88;
}

/* Divider visual */
.equipo-team-title::after {
  content: '';
  display: block;
  width: 34px;
  height: 2px;
  background: #f28c28;
  margin: 8px auto 6px;
  border-radius: 1px;
}

/* Profesión o cargo */
.equipo-team-role {
  font-size: 0.8rem;
  font-weight: 700;
  color: #41526f;
  margin: 0 auto 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eff4fc;
  border: 1px solid #e1ebf9;
  letter-spacing: 0.15px;
  transition: color 0.3s ease;
  width: fit-content;
}

.equipo-team-card:hover .equipo-team-role {
  color: #32445f;
}

/* Email */
.equipo-team-email {
  font-size: 0.79rem;
  font-weight: 700;
  color: #cf6b0a;
  text-decoration: none;
  display: inline-block;
  max-width: 96%;
  padding: 7px 10px;
  border-radius: 6px;
  background: #fff5ea;
  border: 1px solid #ffd8b2;
  transition: all 0.3s ease;
  word-break: break-word;
  margin: 0 auto;
}

.equipo-team-email:hover {
  color: #fff;
  background: linear-gradient(135deg, #f28c28 0%, #d95d00 100%);
  border-color: #f28c28;
  transform: scale(1.02);
}

@media (max-width: 991px) {
  .equipo-institucional #equipoTab {
    border-radius: 50px;
    padding: 5px;
    margin-bottom: 22px;
  }

  .equipo-institucional #equipoTab .nav-link {
    min-width: 135px;
    padding: 9px 16px;
  }

  .equipo-team-card {
    max-width: 276px;
    min-height: 404px;
    padding: 30px 12px 12px;
  }

  .equipo-team-img {
    width: 138px;
    height: 184px;
    margin-top: -8px;
  }

  .equipo-team-title {
    font-size: 0.95rem;
  }

  .equipo-team-body {
    padding: 9px 8px 10px;
  }

  #administrativos .equipo-team-card {
    padding-top: 24px;
  }

  #administrativos .equipo-team-img {
    width: 146px;
    height: 146px;
  }
}

@media (max-width: 575px) {
  .equipo-institucional #equipoTab {
    width: 100%;
  }

  .equipo-institucional #equipoTab .nav-link {
    min-width: 120px;
    font-size: 0.92rem;
  }

  .equipo-team-card {
    max-width: 246px;
    min-height: 370px;
    padding: 26px 10px 10px;
  }

  .equipo-team-img {
    width: 122px;
    height: 162px;
    border-width: 3px;
    margin-top: -6px;
  }

  .equipo-team-body {
    padding: 8px 6px 8px;
  }

  .equipo-team-title {
    font-size: 0.88rem;
    margin-bottom: 5px;
  }

  .equipo-team-role {
    font-size: 0.75rem;
    margin-bottom: 8px;
  }

  .equipo-team-email {
    font-size: 0.72rem;
    padding: 5px 8px;
  }

  #administrativos .equipo-team-card {
    padding-top: 20px;
  }

  #administrativos .equipo-team-img {
    width: 128px;
    height: 128px;
    border-width: 4px;
    outline-width: 1px;
  }
}



/* ritmo academico */



/* ====== ESTILOS GENERALES ====== */
body {
  font-family: 'ABeeZee', sans-serif;
  background: #f4f4f9;
  margin: 0;
  padding: 0;
  color: #1f3c88;
}

.section-title {
  text-align: center;
  font-family: 'Koulen', sans-serif;
  font-size: 2.4rem;
  color: #1f3c88;
  margin-bottom: 40px;
  position: relative;
}

.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #f28c28;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* ====== LAYOUT PRINCIPAL ====== */
.video-layout {
  display: flex;
  gap: 30px;
  width: 95%;
  max-width: 1300px;
  margin: auto;
}

/* ====== VIDEO PRINCIPAL ====== */
.video-player-area {
  flex: 2.5;
}

.video-player iframe {
  width: 100%;
  height: 480px;
  border-radius: 14px;
  border: none;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-player iframe:hover {
  transform: scale(1.01);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.video-info {
  margin-top: 18px;
  margin-bottom: 40px;
  /* 👈 nuevo margen inferior */
  background: #fff;
  border-left: 6px solid #f28c28;
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.4s ease;
}


.video-info h3 {
  font-family: 'Koulen', sans-serif;
  font-size: 1.9rem;
  margin-bottom: 12px;
  color: #f28c28;
}

.video-info p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

/* ====== LISTA DE VIDEOS ====== */
.video-list {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-height: 550px;
  overflow-y: auto;
  padding-right: 6px;
}

.video-list::-webkit-scrollbar {
  width: 6px;
}

.video-list::-webkit-scrollbar-thumb {
  background: #f28c28;
  border-radius: 3px;
}

/* Item de video */
.video-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
  transition: background 0.3s, transform 0.25s, box-shadow 0.25s;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
}

.video-item img {
  width: 130px;
  height: 75px;
  border-radius: 8px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.video-item .video-text h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #1f3c88;
  margin-bottom: 6px;
}

.video-item .video-text p {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.3;
}

.video-item:hover {
  background: #fafafa;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.video-item:hover img {
  transform: scale(1.05);
}

.video-item.active {
  border: 2px solid #f28c28;
  background: #fff7f0;
}

/* ====== ANIMACIONES ====== */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ====== RESPONSIVE ====== */
@media (max-width: 1000px) {
  .video-layout {
    flex-direction: column;
  }

  .video-player iframe {
    height: 360px;
  }

  .video-list {
    max-height: unset;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
  }

  .video-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 180px;
  }

  .video-item img {
    width: 100%;
    height: auto;
  }

  .video-item .video-text h4 {
    margin-top: 8px;
  }
}

/***

====================================================================
                        Programa de estudios
====================================================================

***/

/* Programa de estudios, estilos encapsulados */

/* ====== programa-intro ====== */
.programa-estudios .programa-intro {
  position: relative;
  padding: 100px 0px 20px 0px;
}

.programa-estudios .programa-intro #content_block_8 .content-box {
  margin-top: -6px;
}


/* ====== programa-detalles ====== */

.programa-estudios .programa-detalles,
.programa-detalles {
  position: relative;
  padding: 10px 0px 80px 0px;
  border-bottom: 1px solid #e9edf5; 
}

/* Decoración suave de fondo */
.programa-estudios .programa-detalles::before,
.programa-detalles::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: #f28d281c;
  z-index: 0;
}

.programa-estudios .programa-detalles::after,
.programa-detalles::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #f28d281c;
  z-index: 0;
}

.programa-estudios .programa-detalles .auto-container,
.programa-detalles .auto-container {
  position: relative;
  z-index: 2;
}

/* ====== ROW PERSONALIZADO ====== */

.programa-estudios .programa-detalles .row,
.programa-detalles .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0px -15px;
}

/* ====== COLUMNAS ====== */

.programa-estudios .programa-detalles .content-column,
.programa-detalles .content-column {
  position: relative;
  width: 52%;
  padding: 0px 15px;
  flex: 0 0 52%;
  max-width: 52%;
}

.programa-estudios .programa-detalles .image-column,
.programa-detalles .image-column {
  position: relative;
  width: 48%;
  padding: 0px 15px;
  flex: 0 0 48%;
  max-width: 48%;
}

/* ====== TITULOS ====== */

.programa-estudios .programa-detalles .sec-title,
.programa-detalles .sec-title {
  position: relative;
  margin-bottom: 35px;
  text-align: left;
}

.programa-estudios .programa-detalles .sec-title p,
.programa-detalles .sec-title p {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #f28c28;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  padding-left: 55px;
}

/* Línea decorativa */
.programa-estudios .programa-detalles .sec-title p::before,
.programa-detalles .sec-title p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 2px;
  background: #f28c28;
  border-radius: 10px;
  transform: translateY(-50%);
}

.programa-estudios .programa-detalles .sec-title h2,
.programa-detalles .sec-title h2 {
  position: relative;
  display: block;
  font-size: 46px;
  line-height: 56px;
  font-weight: 600;
  margin: 0;
  color: #22272b;
  letter-spacing: -1px;
}

/* ====== CONTENIDO ====== */

.programa-estudios .programa-detalles .content-box,
.programa-detalles .content-box {
  position: relative;
  padding-right: 25px;
}

.programa-estudios .programa-detalles .content-box p,
.programa-detalles .content-box p {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #4a4a4a !important;
  font-weight: 400;
  margin-bottom: 24px;
}

.programa-estudios .programa-detalles .content-box p:last-child,
.programa-detalles .content-box p:last-child {
  margin-bottom: 0px;
}

/* ====== IMAGEN ====== */

.programa-estudios .programa-detalles .image-layer,
.programa-detalles .image-layer {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  height: 650px;
  background: #f7f7f7;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.10);
  transition: all 0.4s ease;
}

.programa-estudios .programa-detalles .image-layer:hover,
.programa-detalles .image-layer:hover {
  transform: translateY(-6px);
  box-shadow: 0px 25px 70px rgba(0, 0, 0, 0.14);
}

.programa-estudios .programa-detalles .image-layer img,
.programa-detalles .image-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: all 0.6s ease;
}

.programa-estudios .programa-detalles .image-layer:hover img,
.programa-detalles .image-layer:hover img {
  transform: scale(1.03);
}

/* ====== SOMBRA PARA PNG ====== */

.programa-estudios .programa-detalles .image-layer img,
.programa-detalles .image-layer img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: all 0.6s ease;

  /* SOMBRA REAL PARA PNG */
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.304));
}



/* ====== programa-info-general-enfermeria ====== */

.programa-estudios .programa-info-general-enfermeria,
.programa-info-general-enfermeria{
  position: relative;
  padding: 60px 0px;
  background: #ffffff;
  overflow: hidden;
}

/* ====== TITULOS ====== */

.programa-estudios .programa-info-general-enfermeria .sec-title,
.programa-info-general-enfermeria .sec-title{
  position: relative;
  margin-bottom: 30px;
}

.programa-estudios .programa-info-general-enfermeria .sec-title.centered,
.programa-info-general-enfermeria .sec-title.centered{
  text-align: center;
  margin-bottom: 55px;
}

.programa-estudios .programa-info-general-enfermeria .sec-title h3,
.programa-info-general-enfermeria .sec-title h3{
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #22272b;
  margin: 0;
  letter-spacing: -0.5px;
}

/* ====== GRID SUPERIOR ====== */

.programa-estudios .programa-info-general-enfermeria .general-info-grid,
.programa-info-general-enfermeria .general-info-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 45px;
}

/* ====== CARDS SUPERIORES ====== */

.programa-estudios .programa-info-general-enfermeria .general-info-card,
.programa-info-general-enfermeria .general-info-card{
  position: relative;
  background: #f4f4f9;
  border-radius: 22px;
  padding: 25px 20px;
  text-align: center;
  border: 1px solid #ededed;
  transition: all 0.35s ease;
  overflow: hidden;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.04);
}

/* barra superior */
.programa-estudios .programa-info-general-enfermeria .general-info-card::before,
.programa-info-general-enfermeria .general-info-card::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #f28c28;
  transition: all 0.35s ease;
}

.programa-estudios .programa-info-general-enfermeria .general-info-card:hover,
.programa-info-general-enfermeria .general-info-card:hover{
  transform: translateY(-6px);
  background: #3fa7ed;
  border-color: #3fa7ed;
  box-shadow: 0px 18px 40px rgba(63,167,237,0.22);
}

.programa-estudios .programa-info-general-enfermeria .general-info-card:hover::before,
.programa-info-general-enfermeria .general-info-card:hover::before{
  background: #3fa7ed;
}

.programa-estudios .programa-info-general-enfermeria .general-info-card h4,
.programa-info-general-enfermeria .general-info-card h4{
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #1f3c88;
  margin-bottom: 14px;
  transition: all 0.3s ease;
}

.programa-estudios .programa-info-general-enfermeria .general-info-card p,
.programa-info-general-enfermeria .general-info-card p{
  font-size: 18px;
  line-height: 28px;
  color: #5c6470;
  margin: 0;
  transition: all 0.3s ease;
}

/* hover texto */

.programa-estudios .programa-info-general-enfermeria .general-info-card:hover h4,
.programa-info-general-enfermeria .general-info-card:hover h4,
.programa-estudios .programa-info-general-enfermeria .general-info-card:hover p,
.programa-info-general-enfermeria .general-info-card:hover p{
  color: #ffffff;
}

/* ====== WRAPPER INFERIOR ====== */

.programa-estudios .programa-info-general-enfermeria .bottom-info-wrapper,
.programa-info-general-enfermeria .bottom-info-wrapper{
  display: flex;
  gap: 30px;
}

/* ====== CARDS GRANDES ====== */

.programa-estudios .programa-info-general-enfermeria .info-card,
.programa-info-general-enfermeria .info-card{
  width: 50%;
  background: #f4f4f9;
  border-radius: 28px;
  padding: 42px;
  border: 1px solid #ededed;
  box-shadow: 0px 14px 35px rgba(0,0,0,0.05);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.programa-estudios .programa-info-general-enfermeria .info-card:hover,
.programa-info-general-enfermeria .info-card:hover{
  transform: translateY(-5px);
  box-shadow: 0px 22px 50px rgba(0,0,0,0.10);
}

/* barra superior para CARDS GRANDES */
.programa-estudios .programa-info-general-enfermeria .info-card::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #f28c28;
  transition: all 0.35s ease;
}

/* ====== TITULOS INTERNOS ====== */

.programa-estudios .programa-info-general-enfermeria .info-card .sec-title,
.programa-info-general-enfermeria .info-card .sec-title{
  margin-bottom: 28px;
}

.programa-estudios .programa-info-general-enfermeria .info-card .sec-title h3,
.programa-info-general-enfermeria .info-card .sec-title h3{
  color: #1f3c88;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

/* ====== BENEFICIOS ====== */

.programa-estudios .programa-info-general-enfermeria .list-item,
.programa-info-general-enfermeria .list-item{
  list-style: none;
  padding: 0;
  margin: 0;
}

.programa-estudios .programa-info-general-enfermeria .list-item li,
.programa-info-general-enfermeria .list-item li{
  position: relative;
  padding-left: 34px;
  font-size: 17px;
  line-height: 31px;
  color: #4b5563;
  margin-bottom: 18px;
}

.programa-estudios .programa-info-general-enfermeria .list-item li:last-child,
.programa-info-general-enfermeria .list-item li:last-child{
  margin-bottom: 0;
}

/* check */

.programa-estudios .programa-info-general-enfermeria .list-item li::before,
.programa-info-general-enfermeria .list-item li::before{
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #f28c28;
  font-size: 18px;
  font-weight: 700;
}

/* ====== COSTOS ====== */

.programa-estudios .programa-info-general-enfermeria .costs-grid,
.programa-info-general-enfermeria .costs-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.programa-estudios .programa-info-general-enfermeria .feature-block-two,
.programa-info-general-enfermeria .feature-block-two{
  background: #3fa7ed;
  border-radius: 20px;
  padding: 32px 20px;
  text-align: center;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 12px 28px rgba(63,167,237,0.18);
}

.programa-estudios .programa-info-general-enfermeria .feature-block-two:hover,
.programa-info-general-enfermeria .feature-block-two:hover{
  transform: translateY(-5px);
  box-shadow: 0px 20px 40px rgba(63,167,237,0.28);
}

.programa-estudios .programa-info-general-enfermeria .feature-block-two h4,
.programa-info-general-enfermeria .feature-block-two h4{
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.programa-estudios .programa-info-general-enfermeria .feature-block-two span,
.programa-info-general-enfermeria .feature-block-two span{
  display: block;
  font-size: 30px;
  line-height: 42px;
  font-weight: 800;
  color: #ffffff;
}

/* ====== programa-info-general-farmacia ====== */

.programa-estudios .programa-info-general-farmacia,
.programa-info-general-farmacia{
  position: relative;
  padding: 60px 0px;
  background: #ffffff;
  overflow: hidden;
}

/* ====== TITULOS ====== */

.programa-estudios .programa-info-general-farmacia .sec-title,
.programa-info-general-farmacia .sec-title{
  position: relative;
  margin-bottom: 30px;
}

.programa-estudios .programa-info-general-farmacia .sec-title.centered,
.programa-info-general-farmacia .sec-title.centered{
  text-align: center;
  margin-bottom: 55px;
}

.programa-estudios .programa-info-general-farmacia .sec-title h3,
.programa-info-general-farmacia .sec-title h3{
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #22272b;
  margin: 0;
  letter-spacing: -0.5px;
}

/* ====== GRID SUPERIOR ====== */

.programa-estudios .programa-info-general-farmacia .general-info-grid,
.programa-info-general-farmacia .general-info-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 45px;
}

/* ====== CARDS SUPERIORES ====== */

.programa-estudios .programa-info-general-farmacia .general-info-card,
.programa-info-general-farmacia .general-info-card{
  position: relative;
  background: #f4f4f9;
  border-radius: 22px;
  padding: 25px 20px;
  text-align: center;
  border: 1px solid #ededed;
  transition: all 0.35s ease;
  overflow: hidden;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.04);
}

/* barra superior */
.programa-estudios .programa-info-general-farmacia .general-info-card::before,
.programa-info-general-farmacia .general-info-card::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #f28c28;
  transition: all 0.35s ease;
}

.programa-estudios .programa-info-general-farmacia .general-info-card:hover,
.programa-info-general-farmacia .general-info-card:hover{
  transform: translateY(-6px);
  background: #9765c8;
  border-color: #9765c8;
  box-shadow: 0px 18px 40px rgba(63,167,237,0.22);
}

.programa-estudios .programa-info-general-farmacia .general-info-card:hover::before,
.programa-info-general-farmacia .general-info-card:hover::before{
  background: #9765c8;
}

.programa-estudios .programa-info-general-farmacia .general-info-card h4,
.programa-info-general-farmacia .general-info-card h4{
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #1f3c88;
  margin-bottom: 14px;
  transition: all 0.3s ease;
}

.programa-estudios .programa-info-general-farmacia .general-info-card p,
.programa-info-general-farmacia .general-info-card p{
  font-size: 18px;
  line-height: 28px;
  color: #5c6470;
  margin: 0;
  transition: all 0.3s ease;
}

/* hover texto */

.programa-estudios .programa-info-general-farmacia .general-info-card:hover h4,
.programa-info-general-farmacia .general-info-card:hover h4,
.programa-estudios .programa-info-general-farmacia .general-info-card:hover p,
.programa-info-general-farmacia .general-info-card:hover p{
  color: #ffffff;
}

/* ====== WRAPPER INFERIOR ====== */

.programa-estudios .programa-info-general-farmacia .bottom-info-wrapper,
.programa-info-general-farmacia .bottom-info-wrapper{
  display: flex;
  gap: 30px;
}

/* ====== CARDS GRANDES ====== */

.programa-estudios .programa-info-general-farmacia .info-card,
.programa-info-general-farmacia .info-card{
  width: 50%;
  background: #f4f4f9;
  border-radius: 28px;
  padding: 42px;
  border: 1px solid #ededed;
  box-shadow: 0px 14px 35px rgba(0,0,0,0.05);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.programa-estudios .programa-info-general-farmacia .info-card:hover,
.programa-info-general-farmacia .info-card:hover{
  transform: translateY(-5px);
  box-shadow: 0px 22px 50px rgba(0,0,0,0.10);
}

/* barra superior para CARDS GRANDES */
.programa-estudios .programa-info-general-farmacia .info-card::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #f28c28;
  transition: all 0.35s ease;
}

/* ====== TITULOS INTERNOS ====== */

.programa-estudios .programa-info-general-farmacia .info-card .sec-title,
.programa-info-general-farmacia .info-card .sec-title{
  margin-bottom: 28px;
}

.programa-estudios .programa-info-general-farmacia .info-card .sec-title h3,
.programa-info-general-farmacia .info-card .sec-title h3{
  color: #1f3c88;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

/* ====== BENEFICIOS ====== */

.programa-estudios .programa-info-general-farmacia .list-item,
.programa-info-general-farmacia .list-item{
  list-style: none;
  padding: 0;
  margin: 0;
}

.programa-estudios .programa-info-general-farmacia .list-item li,
.programa-info-general-farmacia .list-item li{
  position: relative;
  padding-left: 34px;
  font-size: 17px;
  line-height: 31px;
  color: #4b5563;
  margin-bottom: 18px;
}

.programa-estudios .programa-info-general-farmacia .list-item li:last-child,
.programa-info-general-farmacia .list-item li:last-child{
  margin-bottom: 0;
}

/* check */

.programa-estudios .programa-info-general-farmacia .list-item li::before,
.programa-info-general-farmacia .list-item li::before{
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #f28c28;
  font-size: 18px;
  font-weight: 700;
}

/* ====== COSTOS ====== */

.programa-estudios .programa-info-general-farmacia .costs-grid,
.programa-info-general-farmacia .costs-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.programa-estudios .programa-info-general-farmacia .feature-block-two,
.programa-info-general-farmacia .feature-block-two{
  background: #9765c8;
  border-radius: 20px;
  padding: 32px 20px;
  text-align: center;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 12px 28px rgba(63,167,237,0.18);
}

.programa-estudios .programa-info-general-farmacia .feature-block-two:hover,
.programa-info-general-farmacia .feature-block-two:hover{
  transform: translateY(-5px);
  box-shadow: 0px 20px 40px rgba(63,167,237,0.28);
}

.programa-estudios .programa-info-general-farmacia .feature-block-two h4,
.programa-info-general-farmacia .feature-block-two h4{
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.programa-estudios .programa-info-general-farmacia .feature-block-two span,
.programa-info-general-farmacia .feature-block-two span{
  display: block;
  font-size: 30px;
  line-height: 42px;
  font-weight: 800;
  color: #ffffff;
}

/* ====== programa-info-general-laboratorio ====== */

.programa-estudios .programa-info-general-laboratorio,
.programa-info-general-laboratorio{
  position: relative;
  padding: 60px 0px;
  background: #ffffff;
  overflow: hidden;
}

/* ====== TITULOS ====== */

.programa-estudios .programa-info-general-laboratorio .sec-title,
.programa-info-general-laboratorio .sec-title{
  position: relative;
  margin-bottom: 30px;
}

.programa-estudios .programa-info-general-laboratorio .sec-title.centered,
.programa-info-general-laboratorio .sec-title.centered{
  text-align: center;
  margin-bottom: 55px;
}

.programa-estudios .programa-info-general-laboratorio .sec-title h3,
.programa-info-general-laboratorio .sec-title h3{
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #22272b;
  margin: 0;
  letter-spacing: -0.5px;
}

/* ====== GRID SUPERIOR ====== */

.programa-estudios .programa-info-general-laboratorio .general-info-grid,
.programa-info-general-laboratorio .general-info-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 45px;
}

/* ====== CARDS SUPERIORES ====== */

.programa-estudios .programa-info-general-laboratorio .general-info-card,
.programa-info-general-laboratorio .general-info-card{
  position: relative;
  background: #f4f4f9;
  border-radius: 22px;
  padding: 25px 20px;
  text-align: center;
  border: 1px solid #ededed;
  transition: all 0.35s ease;
  overflow: hidden;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.04);
}

/* barra superior */
.programa-estudios .programa-info-general-laboratorio .general-info-card::before,
.programa-info-general-laboratorio .general-info-card::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #f28c28;
  transition: all 0.35s ease;
}

.programa-estudios .programa-info-general-laboratorio .general-info-card:hover,
.programa-info-general-laboratorio .general-info-card:hover{
  transform: translateY(-6px);
  background: #808184;
  border-color: #808184;
  box-shadow: 0px 18px 40px rgba(63,167,237,0.22);
}

.programa-estudios .programa-info-general-laboratorio .general-info-card:hover::before,
.programa-info-general-laboratorio .general-info-card:hover::before{
  background: #808184;
}

.programa-estudios .programa-info-general-laboratorio .general-info-card h4,
.programa-info-general-laboratorio .general-info-card h4{
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #1f3c88;
  margin-bottom: 14px;
  transition: all 0.3s ease;
}

.programa-estudios .programa-info-general-laboratorio .general-info-card p,
.programa-info-general-laboratorio .general-info-card p{
  font-size: 18px;
  line-height: 28px;
  color: #5c6470;
  margin: 0;
  transition: all 0.3s ease;
}

/* hover texto */

.programa-estudios .programa-info-general-laboratorio .general-info-card:hover h4,
.programa-info-general-laboratorio .general-info-card:hover h4,
.programa-estudios .programa-info-general-laboratorio .general-info-card:hover p,
.programa-info-general-laboratorio .general-info-card:hover p{
  color: #ffffff;
}

/* ====== WRAPPER INFERIOR ====== */

.programa-estudios .programa-info-general-laboratorio .bottom-info-wrapper,
.programa-info-general-laboratorio .bottom-info-wrapper{
  display: flex;
  gap: 30px;
}

/* ====== CARDS GRANDES ====== */

.programa-estudios .programa-info-general-laboratorio .info-card,
.programa-info-general-laboratorio .info-card{
  width: 50%;
  background: #f4f4f9;
  border-radius: 28px;
  padding: 42px;
  border: 1px solid #ededed;
  box-shadow: 0px 14px 35px rgba(0,0,0,0.05);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.programa-estudios .programa-info-general-laboratorio .info-card:hover,
.programa-info-general-laboratorio .info-card:hover{
  transform: translateY(-5px);
  box-shadow: 0px 22px 50px rgba(0,0,0,0.10);
}

/* barra superior para CARDS GRANDES */
.programa-estudios .programa-info-general-laboratorio .info-card::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #f28c28;
  transition: all 0.35s ease;
}

/* ====== TITULOS INTERNOS ====== */

.programa-estudios .programa-info-general-laboratorio .info-card .sec-title,
.programa-info-general-laboratorio .info-card .sec-title{
  margin-bottom: 28px;
}

.programa-estudios .programa-info-general-laboratorio .info-card .sec-title h3,
.programa-info-general-laboratorio .info-card .sec-title h3{
  color: #1f3c88;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

/* ====== BENEFICIOS ====== */

.programa-estudios .programa-info-general-laboratorio .list-item,
.programa-info-general-laboratorio .list-item{
  list-style: none;
  padding: 0;
  margin: 0;
}

.programa-estudios .programa-info-general-laboratorio .list-item li,
.programa-info-general-laboratorio .list-item li{
  position: relative;
  padding-left: 34px;
  font-size: 17px;
  line-height: 31px;
  color: #4b5563;
  margin-bottom: 18px;
}

.programa-estudios .programa-info-general-laboratorio .list-item li:last-child,
.programa-info-general-laboratorio .list-item li:last-child{
  margin-bottom: 0;
}

/* check */

.programa-estudios .programa-info-general-laboratorio .list-item li::before,
.programa-info-general-laboratorio .list-item li::before{
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #f28c28;
  font-size: 18px;
  font-weight: 700;
}

/* ====== COSTOS ====== */

.programa-estudios .programa-info-general-laboratorio .costs-grid,
.programa-info-general-laboratorio .costs-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.programa-estudios .programa-info-general-laboratorio .feature-block-two,
.programa-info-general-laboratorio .feature-block-two{
  background: #808184;
  border-radius: 20px;
  padding: 32px 20px;
  text-align: center;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 12px 28px rgba(63,167,237,0.18);
}

.programa-estudios .programa-info-general-laboratorio .feature-block-two:hover,
.programa-info-general-laboratorio .feature-block-two:hover{
  transform: translateY(-5px);
  box-shadow: 0px 20px 40px rgba(63,167,237,0.28);
}

.programa-estudios .programa-info-general-laboratorio .feature-block-two h4,
.programa-info-general-laboratorio .feature-block-two h4{
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.programa-estudios .programa-info-general-laboratorio .feature-block-two span,
.programa-info-general-laboratorio .feature-block-two span{
  display: block;
  font-size: 30px;
  line-height: 42px;
  font-weight: 800;
  color: #ffffff;
}

/* ====== programa-info-general-fisioterapia ====== */

.programa-estudios .programa-info-general-fisioterapia,
.programa-info-general-fisioterapia{
  position: relative;
  padding: 60px 0px;
  background: #ffffff;
  overflow: hidden;
}

/* ====== TITULOS ====== */

.programa-estudios .programa-info-general-fisioterapia .sec-title,
.programa-info-general-fisioterapia .sec-title{
  position: relative;
  margin-bottom: 30px;
}

.programa-estudios .programa-info-general-fisioterapia .sec-title.centered,
.programa-info-general-fisioterapia .sec-title.centered{
  text-align: center;
  margin-bottom: 55px;
}

.programa-estudios .programa-info-general-fisioterapia .sec-title h3,
.programa-info-general-fisioterapia .sec-title h3{
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #22272b;
  margin: 0;
  letter-spacing: -0.5px;
}

/* ====== GRID SUPERIOR ====== */

.programa-estudios .programa-info-general-fisioterapia .general-info-grid,
.programa-info-general-fisioterapia .general-info-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 45px;
}

/* ====== CARDS SUPERIORES ====== */

.programa-estudios .programa-info-general-fisioterapia .general-info-card,
.programa-info-general-fisioterapia .general-info-card{
  position: relative;
  background: #f4f4f9;
  border-radius: 22px;
  padding: 25px 20px;
  text-align: center;
  border: 1px solid #ededed;
  transition: all 0.35s ease;
  overflow: hidden;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.04);
}

/* barra superior */
.programa-estudios .programa-info-general-fisioterapia .general-info-card::before,
.programa-info-general-fisioterapia .general-info-card::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #f28c28;
  transition: all 0.35s ease;
}

.programa-estudios .programa-info-general-fisioterapia .general-info-card:hover,
.programa-info-general-fisioterapia .general-info-card:hover{
  transform: translateY(-6px);
  background: #0642fa;
  border-color: #0642fa;
  box-shadow: 0px 18px 40px rgba(63,167,237,0.22);
}

.programa-estudios .programa-info-general-fisioterapia .general-info-card:hover::before,
.programa-info-general-fisioterapia .general-info-card:hover::before{
  background: #0642fa;
}

.programa-estudios .programa-info-general-fisioterapia .general-info-card h4,
.programa-info-general-fisioterapia .general-info-card h4{
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #1f3c88;
  margin-bottom: 14px;
  transition: all 0.3s ease;
}

.programa-estudios .programa-info-general-fisioterapia .general-info-card p,
.programa-info-general-fisioterapia .general-info-card p{
  font-size: 18px;
  line-height: 28px;
  color: #5c6470;
  margin: 0;
  transition: all 0.3s ease;
}

/* hover texto */

.programa-estudios .programa-info-general-fisioterapia .general-info-card:hover h4,
.programa-info-general-fisioterapia .general-info-card:hover h4,
.programa-estudios .programa-info-general-fisioterapia .general-info-card:hover p,
.programa-info-general-fisioterapia .general-info-card:hover p{
  color: #ffffff;
}

/* ====== WRAPPER INFERIOR ====== */

.programa-estudios .programa-info-general-fisioterapia .bottom-info-wrapper,
.programa-info-general-fisioterapia .bottom-info-wrapper{
  display: flex;
  gap: 30px;
}

/* ====== CARDS GRANDES ====== */

.programa-estudios .programa-info-general-fisioterapia .info-card,
.programa-info-general-fisioterapia .info-card{
  width: 50%;
  background: #f4f4f9;
  border-radius: 28px;
  padding: 42px;
  border: 1px solid #ededed;
  box-shadow: 0px 14px 35px rgba(0,0,0,0.05);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.programa-estudios .programa-info-general-fisioterapia .info-card:hover,
.programa-info-general-fisioterapia .info-card:hover{
  transform: translateY(-5px);
  box-shadow: 0px 22px 50px rgba(0,0,0,0.10);
}

/* barra superior para CARDS GRANDES */
.programa-estudios .programa-info-general-fisioterapia .info-card::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #f28c28;
  transition: all 0.35s ease;
}

/* ====== TITULOS INTERNOS ====== */

.programa-estudios .programa-info-general-fisioterapia .info-card .sec-title,
.programa-info-general-fisioterapia .info-card .sec-title{
  margin-bottom: 28px;
}

.programa-estudios .programa-info-general-fisioterapia .info-card .sec-title h3,
.programa-info-general-fisioterapia .info-card .sec-title h3{
  color: #1f3c88;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

/* ====== BENEFICIOS ====== */

.programa-estudios .programa-info-general-fisioterapia .list-item,
.programa-info-general-fisioterapia .list-item{
  list-style: none;
  padding: 0;
  margin: 0;
}

.programa-estudios .programa-info-general-fisioterapia .list-item li,
.programa-info-general-fisioterapia .list-item li{
  position: relative;
  padding-left: 34px;
  font-size: 17px;
  line-height: 31px;
  color: #4b5563;
  margin-bottom: 18px;
}

.programa-estudios .programa-info-general-fisioterapia .list-item li:last-child,
.programa-info-general-fisioterapia .list-item li:last-child{
  margin-bottom: 0;
}

/* check */

.programa-estudios .programa-info-general-fisioterapia .list-item li::before,
.programa-info-general-fisioterapia .list-item li::before{
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #f28c28;
  font-size: 18px;
  font-weight: 700;
}

/* ====== COSTOS ====== */

.programa-estudios .programa-info-general-fisioterapia .costs-grid,
.programa-info-general-fisioterapia .costs-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.programa-estudios .programa-info-general-fisioterapia .feature-block-two,
.programa-info-general-fisioterapia .feature-block-two{
  background: #0642fa;
  border-radius: 20px;
  padding: 32px 20px;
  text-align: center;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 12px 28px rgba(63,167,237,0.18);
}

.programa-estudios .programa-info-general-fisioterapia .feature-block-two:hover,
.programa-info-general-fisioterapia .feature-block-two:hover{
  transform: translateY(-5px);
  box-shadow: 0px 20px 40px rgba(63,167,237,0.28);
}

.programa-estudios .programa-info-general-fisioterapia .feature-block-two h4,
.programa-info-general-fisioterapia .feature-block-two h4{
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.programa-estudios .programa-info-general-fisioterapia .feature-block-two span,
.programa-info-general-fisioterapia .feature-block-two span{
  display: block;
  font-size: 30px;
  line-height: 42px;
  font-weight: 800;
  color: #ffffff;
}



/* ====== programa-egresado ====== */

.programa-estudios .programa-egresado,
.programa-egresado{
  position: relative;
  padding: 60px 0px;
  background: #f28c28;
  overflow: hidden;
}

/* ====== CONTENEDOR ====== */

.programa-estudios .programa-egresado .auto-container,
.programa-egresado .auto-container{
  position: relative;
  z-index: 2;
}

/* ====== ROW ====== */

.programa-estudios .programa-egresado .row,
.programa-egresado .row{
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

/* ====== COLUMNAS ====== */

.programa-estudios .programa-egresado .image-column,
.programa-egresado .image-column{
  position: relative;
  width: calc(48% - 25px);
  min-width: calc(48% - 25px);
  max-width: calc(48% - 25px);
}

.programa-estudios .programa-egresado .content-column,
.programa-egresado .content-column{
  position: relative;
  width: calc(52% - 25px);
  min-width: calc(52% - 25px);
  max-width: calc(52% - 25px);
}

/* ====== IMAGEN ====== */

.programa-estudios .programa-egresado .image-layer,
.programa-egresado .image-layer{
  position: relative;
  overflow: hidden;
  max-height: 720px;
  text-align: center;
}

.programa-estudios .programa-egresado .image-layer img,
.programa-egresado .image-layer img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;

  /* sombra PNG */
  filter: drop-shadow(0px 30px 55px rgba(0,0,0,0.28));

  transition: all 0.45s ease;
}

.programa-estudios .programa-egresado .image-layer:hover img,
.programa-egresado .image-layer:hover img{
  transform: translateY(-8px) scale(1.02);
  filter: drop-shadow(0px 40px 70px rgba(0,0,0,0.34));
}

/* ====== TITULOS ====== */

.programa-estudios .programa-egresado .sec-title,
.programa-egresado .sec-title{
  position: relative;
  margin-bottom: 35px;
}

.programa-estudios .programa-egresado .sec-title p,
.programa-egresado .sec-title p{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: rgba(255,255,255,0.92);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
}

.programa-estudios .programa-egresado .sec-title h2,
.programa-egresado .sec-title h2{
  position: relative;
  display: block;
  font-size: 46px;
  line-height: 56px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  letter-spacing: -1px;
}

/* ====== CONTENIDO ====== */

.programa-estudios .programa-egresado .content-box,
.programa-egresado .content-box{
  position: relative;
}

.programa-estudios .programa-egresado .content-box p,
.programa-egresado .content-box p{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: rgba(255,255,255,0.94);
  font-weight: 400;
  margin-bottom: 24px;
}

.programa-estudios .programa-egresado .content-box p:last-child,
.programa-egresado .content-box p:last-child{
  margin-bottom: 0px;
}




/* ====== programa-oportunidades ====== */
/* Independiente: sec-pad, centred, feature-block-two, icon-box */
.programa-estudios .programa-oportunidades {
  position: relative;
  padding: 70px 0px 80px 0px;
  text-align: center;
}

.programa-estudios .programa-oportunidades .sec-title {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.programa-estudios .programa-oportunidades .sec-title p {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #f28c28;
  margin-bottom: 8px;
}

.programa-estudios .programa-oportunidades .sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin: 0;
  color: #22272b;
}

.programa-estudios .programa-oportunidades .inner-container {
  position: relative;
}

.programa-estudios .programa-oportunidades .feature-block-two {
  position: relative;
  background: #ffffff;
  padding: 34px 30px;
  border-radius: 24px;
  margin-bottom: 30px;
  border: 1px solid rgba(31, 60, 136, 0.08);
  box-shadow: 0 14px 32px rgba(31, 60, 136, 0.08);
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
  height: 100%;
}

.programa-estudios .programa-oportunidades .feature-block-two:last-child {
  margin-bottom: 0px;
}

.programa-estudios .programa-oportunidades .feature-block-two:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(31, 60, 136, 0.14);
  border-color: rgba(242, 140, 40, 0.18);
}

.programa-estudios .programa-oportunidades .icon-box {
  position: relative;
  text-align: center;
  margin-bottom: 22px;
}

.programa-estudios .programa-oportunidades .icon-box i {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  font-size: 34px;
  color: #ffffff;
  background: #f28c28;
  box-shadow: 0 12px 24px rgba(31, 60, 136, 0.18);
}

.programa-estudios .programa-oportunidades .feature-block-two h4 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  color: #1f3c88;
}

.programa-estudios .programa-oportunidades .list-item {
  position: relative;
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

.programa-estudios .programa-oportunidades .list-item li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #5d6675;
  margin-bottom: 12px;
  padding-left: 22px;
}

.programa-estudios .programa-oportunidades .list-item li:before {
  position: absolute;
  content: '▪';
  left: 0;
  color: #f28c28;
  font-weight: 700;
}

.programa-estudios .programa-oportunidades .list-item li:last-child {
  margin-bottom: 0px;
}

/* ====== programa-malla-enfermeria ====== */

.programa-malla-enfermeria{
  position: relative;
  padding: 60px 0px;
  background: #fff;
  overflow: hidden;
}

/* ====== CONTAINER ====== */

.programa-malla-enfermeria .programa-malla-container{
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0px 15px;
}

/* ====== HEADER ====== */

.programa-malla-enfermeria .programa-malla-header{
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}

.programa-malla-enfermeria .programa-malla-header p{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #f28c28;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.programa-malla-enfermeria .programa-malla-header h2{
  font-size: 42px;
  line-height: 58px;
  font-weight: 600;
  text-align: center;
  color: #22272b;
  margin: 0;
}

/* ====== WRAPPER ====== */

.programa-malla-enfermeria .programa-malla-wrapper{
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

/* ====== LEFT ====== */

.programa-malla-enfermeria .programa-malla-left{
  width: 55%;
}

/* ====== RIGHT ====== */

.programa-malla-enfermeria .programa-malla-right{
  width: 45%;
  position: sticky;
  top: 230px;
}

.programa-malla-enfermeria .programa-malla-image{
  position: relative;
  text-align: center;
}

.programa-malla-enfermeria .programa-malla-image img{
  width: 100%;
  max-width: 480px;
  filter: drop-shadow(0px 35px 60px rgba(0,0,0,0.18));
  transition: all 0.45s ease;
}

.programa-malla-enfermeria .programa-malla-image img:hover{
  transform: translateY(-10px) scale(1.02);
}

/* ====== ITEM ====== */

.programa-malla-enfermeria .programa-malla-item{
  position: relative;
  background: #f4f4f9;
  border-radius: 28px;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid #f4f4f9;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.programa-malla-enfermeria .programa-malla-item:last-child{
  margin-bottom: 0px;
}

.programa-malla-enfermeria .programa-malla-item.active{
  box-shadow: 0px 24px 50px rgba(16,34,74,0.10);
  border-color: rgba(63,167,237,0.18);
}

.programa-malla-enfermeria .programa-malla-item:hover{
  transform: translateY(-2px);
}

/* ====== TOGGLE ====== */

.programa-malla-enfermeria .programa-malla-toggle{
  width: 100%;
  border: none;
  padding: 26px 32px;
  background: #f4f4f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
  position: relative;
  gap: 18px;
}

.programa-malla-enfermeria .programa-malla-item.active .programa-malla-toggle{
  background: #f4f4f9;
}

.programa-malla-enfermeria .programa-malla-toggle span{
  display: inline-block;
  font-size: 32px;
  line-height: 31px;
  font-weight: 700;
  color: #1f3c88;
  margin: 0;
}

.programa-malla-enfermeria .programa-malla-toggle i{
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3fa7ed 0%, #1f86d6 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: all 0.35s ease;
}

.programa-malla-enfermeria .programa-malla-item.active .programa-malla-toggle i{
  transform: rotate(45deg);
  background: #f28c28;
}

/* ====== CONTENT ====== */

.programa-malla-enfermeria .programa-malla-content{
  padding: 0px 32px 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: stretch;
}

/* Animación de apertura/cierre para la malla curricular */
.programa-malla-content{
  overflow: hidden;
  -webkit-transition: max-height 350ms ease;
  transition: max-height 350ms ease;
}

.programa-malla-enfermeria .programa-malla-content .programa-periodo-item{
  width: calc(50% - 10px);
  box-sizing: border-box;
  padding: 0;
}

.programa-malla-enfermeria .programa-malla-content .programa-periodo-item > span{
  display: block;
  margin: 0 0 10px 0;
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 16px;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
  color: #f7f7f7;
  font-weight: 600;
  background: #f28c28;
  border: 1px solid rgba(18,49,90,0.06);
}

.programa-malla-enfermeria .programa-malla-content .programa-periodo-item .programa-periodo-content{
  background: linear-gradient(180deg, #ffffff 0%, #f7f7fa 100%);
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.75), 0 8px 22px rgba(16,34,74,0.05);
  border: 1px solid rgba(16,34,74,0.05);
}

.programa-malla-enfermeria .programa-malla-content .programa-periodo-item:hover .programa-periodo-content{
  transform: translateY(-4px);
  transition: transform 200ms ease;
}

.programa-malla-enfermeria .programa-periodo-content ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.programa-malla-enfermeria .programa-periodo-content ul li{
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 23px;
  color: #394455;
}

.programa-malla-enfermeria .programa-periodo-content ul li:last-child{
  margin-bottom: 0;
}

.programa-malla-enfermeria .programa-periodo-content ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f28c28;
}

.programa-malla-enfermeria .programa-malla-toggle-info{
  display: flex;
  align-items: center;
  gap: 12px;
}

.programa-malla-enfermeria .programa-malla-certificacion{
  width: 100%;
  margin-top: 6px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #f28c28;
  border: 1px solid rgba(18,49,90,0.08);
}

.programa-malla-enfermeria .programa-malla-certificacion h4{
  margin: 0 0 4px 0;
  font-size: 15px;
  line-height: 22px;
  color: #f7f7f7;
  font-weight: 700;
}

.programa-malla-enfermeria .programa-malla-certificacion p{
  margin: 0 0 6px 0;
  font-size: 16px;
  line-height: 24px;
  color: #f7f7f7;
  font-weight: 600;
}

.programa-malla-enfermeria .programa-malla-certificacion small{
  display: block;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  color: #f7f7f7;
}

.programa-malla-enfermeria .programa-download{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 36px;
  margin-top: 28px;
  border: 1px solid transparent;
  border-radius: 24px;
  background: #f28c28;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(242, 140, 40, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.programa-malla-enfermeria .programa-download::before{
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.programa-malla-enfermeria .programa-download-wrap{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 32px;
  padding-top: 18px;
}

.programa-malla-enfermeria .programa-download span{
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.programa-malla-enfermeria .programa-download i{
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  font-size: 16px;
}

.programa-malla-enfermeria .programa-download:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(242, 140, 40, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.programa-malla-enfermeria .programa-download:hover::before{
  left: 100%;
}

.programa-malla-enfermeria .programa-download:focus-visible{
  outline: 3px solid rgba(242, 140, 40, 0.45);
  outline-offset: 2px;
}

.programa-malla-enfermeria .programa-download:active{
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(242, 140, 40, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}



/* ====== programa-malla-farmacia ====== */

.programa-malla-farmacia{
  position: relative;
  padding: 60px 0px;
  background: #fff;
  overflow: hidden;
}

/* ====== CONTAINER ====== */

.programa-malla-farmacia .programa-malla-container{
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0px 15px;
}

/* ====== HEADER ====== */

.programa-malla-farmacia .programa-malla-header{
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}

.programa-malla-farmacia .programa-malla-header p{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #f28c28;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.programa-malla-farmacia .programa-malla-header h2{
  font-size: 42px;
  line-height: 58px;
  font-weight: 600;
  text-align: center;
  color: #22272b;
  margin: 0;
}

/* ====== WRAPPER ====== */

.programa-malla-farmacia .programa-malla-wrapper{
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

/* ====== LEFT ====== */

.programa-malla-farmacia .programa-malla-left{
  width: 55%;
}

/* ====== RIGHT ====== */

.programa-malla-farmacia .programa-malla-right{
  width: 45%;
  position: sticky;
  top: 230px;
}

.programa-malla-farmacia .programa-malla-image{
  position: relative;
  text-align: center;
}

.programa-malla-farmacia .programa-malla-image img{
  width: 100%;
  max-width: 480px;
  filter: drop-shadow(0px 35px 60px rgba(0,0,0,0.18));
  transition: all 0.45s ease;
}

.programa-malla-farmacia .programa-malla-image img:hover{
  transform: translateY(-10px) scale(1.02);
}

/* ====== ITEM ====== */

.programa-malla-farmacia .programa-malla-item{
  position: relative;
  background: #f4f4f9;
  border-radius: 28px;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid #f4f4f9;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.programa-malla-farmacia .programa-malla-item:last-child{
  margin-bottom: 0px;
}

.programa-malla-farmacia .programa-malla-item.active{
  box-shadow: 0px 24px 50px rgba(16,34,74,0.10);
  border-color: rgba(63,167,237,0.18);
}

.programa-malla-farmacia .programa-malla-item:hover{
  transform: translateY(-2px);
}

/* ====== TOGGLE ====== */

.programa-malla-farmacia .programa-malla-toggle{
  width: 100%;
  border: none;
  padding: 26px 32px;
  background: #f4f4f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
  position: relative;
  gap: 18px;
}

.programa-malla-farmacia .programa-malla-item.active .programa-malla-toggle{
  background: #f4f4f9;
}

.programa-malla-farmacia .programa-malla-toggle span{
  display: inline-block;
  font-size: 32px;
  line-height: 31px;
  font-weight: 700;
  color: #1f3c88;
  margin: 0;
}

.programa-malla-farmacia .programa-malla-toggle i{
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #9765c8;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: all 0.35s ease;
}

.programa-malla-farmacia .programa-malla-item.active .programa-malla-toggle i{
  transform: rotate(45deg);
  background: #f28c28;
}

/* ====== CONTENT ====== */

.programa-malla-farmacia .programa-malla-content{
  padding: 0px 32px 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: stretch;
}

.programa-malla-farmacia .programa-malla-content .programa-periodo-item{
  width: calc(50% - 10px);
  box-sizing: border-box;
  padding: 0;
}

.programa-malla-farmacia .programa-malla-content .programa-periodo-item > span{
  display: block;
  margin: 0 0 10px 0;
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 16px;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
  color: #f7f7f7;
  font-weight: 600;
  background: #f28c28;
  border: 1px solid rgba(18,49,90,0.06);
}

.programa-malla-farmacia .programa-malla-content .programa-periodo-item .programa-periodo-content{
  background: linear-gradient(180deg, #ffffff 0%, #f7f7fa 100%);
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.75), 0 8px 22px rgba(16,34,74,0.05);
  border: 1px solid rgba(16,34,74,0.05);
}

.programa-malla-farmacia .programa-malla-content .programa-periodo-item:hover .programa-periodo-content{
  transform: translateY(-4px);
  transition: transform 200ms ease;
}

.programa-malla-farmacia .programa-periodo-content ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.programa-malla-farmacia .programa-periodo-content ul li{
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 23px;
  color: #394455;
}

.programa-malla-farmacia .programa-periodo-content ul li:last-child{
  margin-bottom: 0;
}

.programa-malla-farmacia .programa-periodo-content ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f28c28;
}

.programa-malla-farmacia .programa-malla-toggle-info{
  display: flex;
  align-items: center;
  gap: 12px;
}

.programa-malla-farmacia .programa-malla-certificacion{
  width: 100%;
  margin-top: 6px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #f28c28;
  border: 1px solid rgba(18,49,90,0.08);
}

.programa-malla-farmacia .programa-malla-certificacion h4{
  margin: 0 0 4px 0;
  font-size: 15px;
  line-height: 22px;
  color: #f7f7f7;
  font-weight: 700;
}

.programa-malla-farmacia .programa-malla-certificacion p{
  margin: 0 0 6px 0;
  font-size: 16px;
  line-height: 24px;
  color: #f7f7f7;
  font-weight: 600;
}

.programa-malla-farmacia .programa-malla-certificacion small{
  display: block;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  color: #f7f7f7;
}

.programa-malla-farmacia .programa-download{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 36px;
  margin-top: 28px;
  border: 1px solid transparent;
  border-radius: 24px;
  background: #f28c28;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(242, 140, 40, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.programa-malla-farmacia .programa-download::before{
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.programa-malla-farmacia .programa-download-wrap{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 32px;
  padding-top: 18px;
}

.programa-malla-farmacia .programa-download span{
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.programa-malla-farmacia .programa-download i{
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  font-size: 16px;
}

.programa-malla-farmacia .programa-download:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(242, 140, 40, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.programa-malla-farmacia .programa-download:hover::before{
  left: 100%;
}

.programa-malla-farmacia .programa-download:focus-visible{
  outline: 3px solid rgba(242, 140, 40, 0.45);
  outline-offset: 2px;
}

.programa-malla-farmacia .programa-download:active{
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(242, 140, 40, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}



/* ====== programa-malla-laboratorio ====== */

.programa-malla-laboratorio{
  position: relative;
  padding: 60px 0px;
  background: #fff;
  overflow: hidden;
}

/* ====== CONTAINER ====== */

.programa-malla-laboratorio .programa-malla-container{
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0px 15px;
}

/* ====== HEADER ====== */

.programa-malla-laboratorio .programa-malla-header{
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}

.programa-malla-laboratorio .programa-malla-header p{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #f28c28;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.programa-malla-laboratorio .programa-malla-header h2{
  font-size: 42px;
  line-height: 58px;
  font-weight: 600;
  text-align: center;
  color: #22272b;
  margin: 0;
}

/* ====== WRAPPER ====== */

.programa-malla-laboratorio .programa-malla-wrapper{
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

/* ====== LEFT ====== */

.programa-malla-laboratorio .programa-malla-left{
  width: 55%;
}

/* ====== RIGHT ====== */

.programa-malla-laboratorio .programa-malla-right{
  width: 45%;
  position: sticky;
  top: 230px;
}

.programa-malla-laboratorio .programa-malla-image{
  position: relative;
  text-align: center;
}

.programa-malla-laboratorio .programa-malla-image img{
  width: 100%;
  max-width: 480px;
  filter: drop-shadow(0px 35px 60px rgba(0,0,0,0.18));
  transition: all 0.45s ease;
}

.programa-malla-laboratorio .programa-malla-image img:hover{
  transform: translateY(-10px) scale(1.02);
}

/* ====== ITEM ====== */

.programa-malla-laboratorio .programa-malla-item{
  position: relative;
  background: #f4f4f9;
  border-radius: 28px;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid #f4f4f9;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.programa-malla-laboratorio .programa-malla-item:last-child{
  margin-bottom: 0px;
}

.programa-malla-laboratorio .programa-malla-item.active{
  box-shadow: 0px 24px 50px rgba(16,34,74,0.10);
  border-color: rgba(63,167,237,0.18);
}

.programa-malla-laboratorio .programa-malla-item:hover{
  transform: translateY(-2px);
}

/* ====== TOGGLE ====== */

.programa-malla-laboratorio .programa-malla-toggle{
  width: 100%;
  border: none;
  padding: 26px 32px;
  background: #f4f4f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
  position: relative;
  gap: 18px;
}

.programa-malla-laboratorio .programa-malla-item.active .programa-malla-toggle{
  background: #f4f4f9;
}

.programa-malla-laboratorio .programa-malla-toggle span{
  display: inline-block;
  font-size: 32px;
  line-height: 31px;
  font-weight: 700;
  color: #1f3c88;
  margin: 0;
}

.programa-malla-laboratorio .programa-malla-toggle i{
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #808184;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: all 0.35s ease;
}

.programa-malla-laboratorio .programa-malla-item.active .programa-malla-toggle i{
  transform: rotate(45deg);
  background: #f28c28;
}

/* ====== CONTENT ====== */

.programa-malla-laboratorio .programa-malla-content{
  padding: 0px 32px 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: stretch;
}

.programa-malla-laboratorio .programa-malla-content .programa-periodo-item{
  width: calc(50% - 10px);
  box-sizing: border-box;
  padding: 0;
}

.programa-malla-laboratorio .programa-malla-content .programa-periodo-item > span{
  display: block;
  margin: 0 0 10px 0;
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 16px;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
  color: #f7f7f7;
  font-weight: 600;
  background: #f28c28;
  border: 1px solid rgba(18,49,90,0.06);
}

.programa-malla-laboratorio .programa-malla-content .programa-periodo-item .programa-periodo-content{
  background: linear-gradient(180deg, #ffffff 0%, #f7f7fa 100%);
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.75), 0 8px 22px rgba(16,34,74,0.05);
  border: 1px solid rgba(16,34,74,0.05);
}

.programa-malla-laboratorio .programa-malla-content .programa-periodo-item:hover .programa-periodo-content{
  transform: translateY(-4px);
  transition: transform 200ms ease;
}

.programa-malla-laboratorio .programa-periodo-content ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.programa-malla-laboratorio .programa-periodo-content ul li{
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 23px;
  color: #394455;
}

.programa-malla-laboratorio .programa-periodo-content ul li:last-child{
  margin-bottom: 0;
}

.programa-malla-laboratorio .programa-periodo-content ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f28c28;
}

.programa-malla-laboratorio .programa-malla-toggle-info{
  display: flex;
  align-items: center;
  gap: 12px;
}

.programa-malla-laboratorio .programa-malla-certificacion{
  width: 100%;
  margin-top: 6px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #f28c28;
  border: 1px solid rgba(18,49,90,0.08);
}

.programa-malla-laboratorio .programa-malla-certificacion h4{
  margin: 0 0 4px 0;
  font-size: 15px;
  line-height: 22px;
  color: #f7f7f7;
  font-weight: 700;
}

.programa-malla-laboratorio .programa-malla-certificacion p{
  margin: 0 0 6px 0;
  font-size: 16px;
  line-height: 24px;
  color: #f7f7f7;
  font-weight: 600;
}

.programa-malla-laboratorio .programa-malla-certificacion small{
  display: block;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  color: #f7f7f7;
}

.programa-malla-laboratorio .programa-download{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 36px;
  margin-top: 28px;
  border: 1px solid transparent;
  border-radius: 24px;
  background: #f28c28;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(242, 140, 40, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.programa-malla-laboratorio .programa-download::before{
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.programa-malla-laboratorio .programa-download-wrap{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 32px;
  padding-top: 18px;
}

.programa-malla-laboratorio .programa-download span{
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.programa-malla-laboratorio .programa-download i{
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  font-size: 16px;
}

.programa-malla-laboratorio .programa-download:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(242, 140, 40, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.programa-malla-laboratorio .programa-download:hover::before{
  left: 100%;
}

.programa-malla-laboratorio .programa-download:focus-visible{
  outline: 3px solid rgba(242, 140, 40, 0.45);
  outline-offset: 2px;
}

.programa-malla-laboratorio .programa-download:active{
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(242, 140, 40, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}


/* ====== programa-malla-fisioterapia ====== */

.programa-malla-fisioterapia{
  position: relative;
  padding: 60px 0px;
  background: #fff;
  overflow: hidden;
}

/* ====== CONTAINER ====== */

.programa-malla-fisioterapia .programa-malla-container{
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0px 15px;
}

/* ====== HEADER ====== */

.programa-malla-fisioterapia .programa-malla-header{
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}

.programa-malla-fisioterapia .programa-malla-header p{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #f28c28;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.programa-malla-fisioterapia .programa-malla-header h2{
  font-size: 42px;
  line-height: 58px;
  font-weight: 600;
  text-align: center;
  color: #22272b;
  margin: 0;
}

/* ====== WRAPPER ====== */

.programa-malla-fisioterapia .programa-malla-wrapper{
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

/* ====== LEFT ====== */

.programa-malla-fisioterapia .programa-malla-left{
  width: 55%;
}

/* ====== RIGHT ====== */

.programa-malla-fisioterapia .programa-malla-right{
  width: 45%;
  position: sticky;
  top: 230px;
}

.programa-malla-fisioterapia .programa-malla-image{
  position: relative;
  text-align: center;
}

.programa-malla-fisioterapia .programa-malla-image img{
  width: 100%;
  max-width: 480px;
  filter: drop-shadow(0px 35px 60px rgba(0,0,0,0.18));
  transition: all 0.45s ease;
}

.programa-malla-fisioterapia .programa-malla-image img:hover{
  transform: translateY(-10px) scale(1.02);
}

/* ====== ITEM ====== */

.programa-malla-fisioterapia .programa-malla-item{
  position: relative;
  background: #f4f4f9;
  border-radius: 28px;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid #f4f4f9;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.programa-malla-fisioterapia .programa-malla-item:last-child{
  margin-bottom: 0px;
}

.programa-malla-fisioterapia .programa-malla-item.active{
  box-shadow: 0px 24px 50px rgba(16,34,74,0.10);
  border-color: rgba(63,167,237,0.18);
}

.programa-malla-fisioterapia .programa-malla-item:hover{
  transform: translateY(-2px);
}

/* ====== TOGGLE ====== */

.programa-malla-fisioterapia .programa-malla-toggle{
  width: 100%;
  border: none;
  padding: 26px 32px;
  background: #f4f4f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
  position: relative;
  gap: 18px;
}

.programa-malla-fisioterapia .programa-malla-item.active .programa-malla-toggle{
  background: #f4f4f9;
}

.programa-malla-fisioterapia .programa-malla-toggle span{
  display: inline-block;
  font-size: 32px;
  line-height: 31px;
  font-weight: 700;
  color: #1f3c88;
  margin: 0;
}

.programa-malla-fisioterapia .programa-malla-toggle i{
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #0642fa;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: all 0.35s ease;
}

.programa-malla-fisioterapia .programa-malla-item.active .programa-malla-toggle i{
  transform: rotate(45deg);
  background: #f28c28;
}

/* ====== CONTENT ====== */

.programa-malla-fisioterapia .programa-malla-content{
  padding: 0px 32px 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: stretch;
}

.programa-malla-fisioterapia .programa-malla-content .programa-periodo-item{
  width: calc(50% - 10px);
  box-sizing: border-box;
  padding: 0;
}

.programa-malla-fisioterapia .programa-malla-content .programa-periodo-item > span{
  display: block;
  margin: 0 0 10px 0;
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 16px;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
  color: #f7f7f7;
  font-weight: 600;
  background: #f28c28;
  border: 1px solid rgba(18,49,90,0.06);
}

.programa-malla-fisioterapia .programa-malla-content .programa-periodo-item .programa-periodo-content{
  background: linear-gradient(180deg, #ffffff 0%, #f7f7fa 100%);
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.75), 0 8px 22px rgba(16,34,74,0.05);
  border: 1px solid rgba(16,34,74,0.05);
}

.programa-malla-fisioterapia .programa-malla-content .programa-periodo-item:hover .programa-periodo-content{
  transform: translateY(-4px);
  transition: transform 200ms ease;
}

.programa-malla-fisioterapia .programa-periodo-content ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.programa-malla-fisioterapia .programa-periodo-content ul li{
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 23px;
  color: #394455;
}

.programa-malla-fisioterapia .programa-periodo-content ul li:last-child{
  margin-bottom: 0;
}

.programa-malla-fisioterapia .programa-periodo-content ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f28c28;
}

.programa-malla-fisioterapia .programa-malla-toggle-info{
  display: flex;
  align-items: center;
  gap: 12px;
}

.programa-malla-fisioterapia .programa-malla-certificacion{
  width: 100%;
  margin-top: 6px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #f28c28;
  border: 1px solid rgba(18,49,90,0.08);
}

.programa-malla-fisioterapia .programa-malla-certificacion h4{
  margin: 0 0 4px 0;
  font-size: 15px;
  line-height: 22px;
  color: #f7f7f7;
  font-weight: 700;
}

.programa-malla-fisioterapia .programa-malla-certificacion p{
  margin: 0 0 6px 0;
  font-size: 16px;
  line-height: 24px;
  color: #f7f7f7;
  font-weight: 600;
}

.programa-malla-fisioterapia .programa-malla-certificacion small{
  display: block;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  color: #f7f7f7;
}

.programa-malla-fisioterapia .programa-download{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 36px;
  margin-top: 28px;
  border: 1px solid transparent;
  border-radius: 24px;
  background: #f28c28;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(242, 140, 40, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.programa-malla-fisioterapia .programa-download::before{
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.programa-malla-fisioterapia .programa-download-wrap{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 32px;
  padding-top: 18px;
}

.programa-malla-fisioterapia .programa-download span{
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.programa-malla-fisioterapia .programa-download i{
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  font-size: 16px;
}

.programa-malla-fisioterapia .programa-download:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(242, 140, 40, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.programa-malla-fisioterapia .programa-download:hover::before{
  left: 100%;
}

.programa-malla-fisioterapia .programa-download:focus-visible{
  outline: 3px solid rgba(242, 140, 40, 0.45);
  outline-offset: 2px;
}

.programa-malla-fisioterapia .programa-download:active{
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(242, 140, 40, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}



/* ====== programa-cta ====== */
/* Independiente: sec-pad, sec-title, news-block-one */
.programa-estudios .programa-cta {
  position: relative;
  padding: 70px 0px 85px 0px;
}

.programa-estudios .programa-cta .sec-title {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.programa-estudios .programa-cta .sec-title p {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #f28c28;
  margin-bottom: 8px;
}

.programa-estudios .programa-cta .sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin: 0;
  color: #22272b;
}

.programa-estudios .programa-cta .news-block {
  position: relative;
  display: block;
}

.programa-estudios .programa-cta .news-block-one:last-child {
  margin-bottom: 0px;
}

.programa-estudios .programa-cta .news-block-one .inner-box {
  position: relative;
  display: block;
}

.programa-estudios .programa-cta .news-block-one .lower-content {
  position: relative;
  padding: 36px 30px 34px;
}

.programa-estudios .programa-cta .news-block-one .icon-box {
  position: relative;
  text-align: center;
  margin-bottom: 22px;
}

.programa-estudios .programa-cta .news-block-one .icon-box i {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  font-size: 34px;
  color: #ffffff;
  background: #f28c28;
  box-shadow: 0 12px 24px rgba(31, 60, 136, 0.18);
}

.programa-estudios .programa-cta .news-block-one h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 14px;
  color: #1f3c88;
}

.programa-estudios .programa-cta .news-block-one p {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #5d6675;
  margin: 0;
  text-align: center;
}

/***

====================================================================
                        Obras
====================================================================

***/

.obras-maintenance {
  min-height: 78vh;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(320px, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(40px, 6vw, 88px) clamp(16px, 3vw, 52px);
  background: #ffffff;
}

.obras-maintenance__figure {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.obras-maintenance__figure img {
  width: 100%;
  max-width: 640px;
  height: auto;
  display: block;
}

.obras-maintenance__content {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.obras-maintenance__eyebrow {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #f28d283a;
  color: #f28c28;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.obras-maintenance__title {
  margin: 0 0 16px;
  color: #f28c28;
  font-size: clamp(36px, 5.2vw, 64px);
  text-transform: uppercase;
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.obras-maintenance__text {
  margin: 0 0 28px;
  max-width: 40ch;
  color: #1f3c88;
  text-align: justify;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
}

.obras-maintenance__actions {
  display: flex;
  align-items: center;
}

.obras-maintenance__actions a {
  display: inline-block;
  text-decoration: none;
  padding: 13px 26px;
  border-radius: 12px;
  background: #f28c28;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 1px solid #f28c28;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.obras-maintenance__actions a:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(242, 140, 40, 0.28);
  background: #f5a840;
}

@media (max-width: 900px) {
  .obras-maintenance {
    grid-template-columns: 1fr;
    min-height: 70vh;
    gap: 20px;
    padding: 34px 16px 42px;
  }

  .obras-maintenance__content {
    text-align: center;
    align-items: center;
  }

  .obras-maintenance__eyebrow {
    align-self: center;
  }

  .obras-maintenance__title {
    font-size: clamp(32px, 10vw, 44px);
  }

  .obras-maintenance__text {
    max-width: 100%;
    font-size: 17px;
  }

  .obras-maintenance__actions {
    justify-content: center;
    width: 100%;
  }
}

/***

====================================================================
                        Convenios
====================================================================

***/

/** convenios-section **/

/** convenios-intro **/

.convenios-intro {
  position: relative;
  padding: 100px 0px 60px 0px;
}

.convenios-intro #content_block_8 .content-box {
  margin-top: -6px;
}

.convenios-section {
  position: relative;
  padding: 45px 0px 60px;
}

.convenios-section .convenios-section__header {
  margin-bottom: 45px;
}

.convenios-section .convenios-section__header p {
  margin-bottom: 10px;
}

.convenios-section .convenios-section__groups {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.convenios-section .convenios-group {
  background: #fff;
  border: 1px solid #eef1f4;
  border-radius: 18px;
  padding: 28px 30px 32px;
  box-shadow: 0 10px 30px rgba(31, 60, 136, 0.06);
}

.convenios-section .convenios-group__header {
  margin-bottom: 18px;
}

.convenios-section .convenios-group__header h2 {
  position: relative;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
  color: #f28c28;
  padding-left: 15px;
  margin: 0px;
}

.convenios-section .convenios-group__header h2:before {
  position: absolute;
  content: "\f0da";
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  font-weight: 900;
  color: #1f3c88;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.convenios-section .convenios-carousel {
  margin: 0px -10px;
}

.convenios-section .convenios-logo-box {
  position: relative;
  display: block;
  padding: 10px;
}

.convenios-section .convenios-logo-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  opacity: 1;
  transform: scale(0.86);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.convenios-section .convenios-logo-box img:hover {
  opacity: 1;
  transform: scale(1.0);
}

/***

====================================================================
                        Transparencia
====================================================================

***/

.transparencia-intro {
  position: relative;
  padding: 100px 0px 0px 0px;
}

.transparencia-intro #content_block_8 .content-box {
  margin-top: -6px;
}

.transparencia-section {
  min-height: 100vh;
  padding: 45px 0px 80px 0px;
  background: #f7f7f7;
}

.transparencia-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.transparencia-header {
  text-align: center;
  margin-bottom: 60px;
}

.transparencia-title {
  font-size: 48px;
  font-weight: 900;
  color: #f28c28;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.transparencia-subtitle {
  font-size: 18px;
  color: #6f7782;
}

/* ACCORDION */
.accordion {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* ITEM */
.accordion-item {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e9e9e9;

  /* SOMBRA BASE SUAVE */
  box-shadow: 0 6px 18px rgba(31, 60, 136, 0.06);

  transition: all 0.3s ease;
}

.accordion-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(242, 140, 40, 0.12);
}

/* BUTTON */
.accordion-btn {
  width: 100%;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-weight: 600;
  color: #1f3c88;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
}

.accordion-item.active .accordion-btn {
  color: #f28c28;
  border-left: 4px solid #f28c28;
}

/* ICONO */
.icono {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(242, 140, 40, 0.08);
  border-radius: 10px;
  color: #f28c28;
  transition: 0.3s;
}

.accordion-item.active .icono {
  background: rgba(242, 140, 40, 0.18);
  transform: scale(1.05);
}

/* TOGGLE */
.accordion-toggle {
  margin-left: auto;
  font-size: 20px;
  color: #f28c28;
  transition: transform 0.3s ease;
}

.accordion-item.active .accordion-toggle {
  transform: rotate(45deg);
}

/* BODY */
.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  padding: 0 24px;
}

.accordion-item.active .accordion-body {
  max-height: 1200px;
  padding: 20px 24px 26px;
}

/* GRID */
.docs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 14px;
}

/* DOCUMENT CARD */
.doc-card {
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 16px;
  border-radius: 12px;

  background: #ffffff;
  border: 1px solid #ececec;

  text-decoration: none;

  /* SOMBRA BASE */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);

  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* EFECTO HOVER PREMIUM */
.doc-card:hover {
  transform: translateY(-4px);
  border-color: #f28c28;

  box-shadow:
    0 12px 25px rgba(242, 140, 40, 0.18),
    0 4px 10px rgba(0, 0, 0, 0.06);
}

/* BARRA LATERAL NARANJA ANIMADA */
.doc-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #f28c28;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
}

.doc-card:hover::before {
  transform: scaleY(1);
}

.doc-card i {
  font-size: 20px;
  color: #f28c28;
}

.doc-card h4 {
  margin: 0;
  font-size: 14px;
  color: #1f3c88;
  font-weight: 700;
}

.doc-card span {
  font-size: 12px;
  color: #7a7a7a;
}

/* TEXTO GENERAL */
.info-text {
  color: #6f7782;
  font-size: 14px;
}

.icono {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(242, 140, 40, 0.08);
  border-radius: 10px;

  color: #f28c28;

  /* SOMBRA SUAVE */
  box-shadow: 0 4px 10px rgba(242, 140, 40, 0.08);

  transition: 0.3s;
}

.accordion-item.active .icono {
  background: rgba(242, 140, 40, 0.15);
  box-shadow: 0 6px 14px rgba(242, 140, 40, 0.15);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .transparencia-title {
    font-size: 32px;
  }

  .accordion-btn {
    padding: 16px 18px;
  }

  .icono {
    width: 38px;
    height: 38px;
  }
}

/* ====== MODALIDADES DE INGRESO ====== */

/* ====== MODALIDADES HERO ====== */

.modalidades-hero {
  position: relative;
  padding: 80px 0px 0px 0px;
  text-align: center;
}

.modalidades-hero .hero-content h2 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1f3c88;
  letter-spacing: -0.8px;
}

.modalidades-hero .hero-content p {
  font-size: 20px;
  line-height: 32px;
  color: #5c6470;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.modalidades-hero .hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.modalidades-hero .btn-primary {
  display: inline-block;
  padding: 16px 40px;
  background: #f28c28;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.35s ease;
  box-shadow: 0px 10px 25px rgba(242, 140, 40, 0.3);
}

.modalidades-hero .btn-primary:hover {
  background: #1f3c88;
  transform: translateY(-3px);
  box-shadow: 0px 16px 35px rgba(242, 140, 40, 0.4);
}

.modalidades-hero .btn-secondary {
  display: inline-block;
  padding: 16px 40px;
  background: #ffffff;
  color: #f28c28;
  border: 2px solid #f28c28;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.35s ease;
}

.modalidades-hero .btn-secondary:hover {
  background: #ffffff;
  color: #1f3c88;
  border-color: #1f3c88;
}

/* ====== MODALIDADES CARDS SECTION ====== */

.modalidades-cards-section {
  position: relative;
}

.modalidades-cards-section .col-lg-4 {
  margin-bottom: 40px;
}

.modalidades-card {
  position: relative;
  background: #f4f4f9;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid #ededed;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.modalidades-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #f28c28;
  transition: all 0.4s ease;
}

.modalidades-card:hover {
  transform: translateY(-12px);
  border-color: #f28c28;
  box-shadow: 0px 20px 45px rgba(242, 140, 40, 0.2);
}

.modalidades-card:hover::before {
  background: #f28c28;
}

.modalidades-card .card-header {
  background: linear-gradient(135deg, #f28c28 0%, #e07c1a 100%);
  padding: 30px 25px;
  color: #ffffff;
}

.modalidades-card .card-header h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
}

.modalidades-card .card-content {
  padding: 30px 25px;
  flex: 1;
}

.modalidades-card .card-title {
  font-size: 18px;
  font-weight: 600;
  color: #1f3c88;
  margin-bottom: 12px;
  line-height: 26px;
}

.modalidades-card .card-subtitle {
  font-size: 16px;
  color: #5c6470;
  margin-bottom: 28px;
  line-height: 24px;
}

.modalidades-card .benefits-box {
  background: rgba(242, 140, 40, 0.08);
  padding: 20px;
  border-radius: 12px;
  border-left: 4px solid #f28c28;
}

.modalidades-card .benefits-box h5 {
  font-size: 16px;
  font-weight: 700;
  color: #1f3c88;
  margin-bottom: 14px;
  margin: 0 0 14px 0;
}

.modalidades-card .benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modalidades-card .benefits-list li {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  color: #4b5563;
  line-height: 22px;
  margin-bottom: 10px;
}

.modalidades-card .benefits-list li:last-child {
  margin-bottom: 0;
}

.modalidades-card .benefits-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #f28c28;
  font-weight: 700;
  font-size: 14px;
}

.modalidades-card .card-footer {
  padding: 20px 25px 25px 25px;
  border-top: 1px solid #ededed;
}

.modalidades-card .btn-card {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: linear-gradient(135deg, #f28c28 0%, #e07c1a 100%);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.35s ease;
}

.modalidades-card .btn-card:hover {
  background: linear-gradient(135deg, #e07c1a 0%, #c86d17 100%);
  transform: scale(1.02);
}

/* ====== POR QUE ESTUDIAR SECTION ====== */

.por-que-estudiar-section {
  position: relative;
  padding: 80px 0px;
  background: #f8f9fc;
}

.por-que-estudiar-section .section-content {
  margin-bottom: 40px;
}

.por-que-estudiar-section .sec-title {
  margin-bottom: 35px;
}

.por-que-estudiar-section .sec-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1f3c88;
  margin: 0;
  line-height: 46px;
}

.por-que-estudiar-section .reasons-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.por-que-estudiar-section .reasons-list li {
  position: relative;
  padding-left: 40px;
  font-size: 17px;
  color: #4b5563;
  line-height: 32px;
  margin-bottom: 20px;
}

.por-que-estudiar-section .reasons-list li:last-child {
  margin-bottom: 0;
}

.por-que-estudiar-section .reasons-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #f28c28 0%, #e07c1a 100%);
  border-radius: 50%;
}

.por-que-estudiar-section .process-steps {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.por-que-estudiar-section .step {
  display: flex;
  gap: 20px;
  align-items: center;
}

.por-que-estudiar-section .step-number {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #f28c28 0%, #e07c1a 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0px 8px 20px rgba(242, 140, 40, 0.22);
}

.por-que-estudiar-section .step-content {
  flex: 1;
  text-align: left;
}

.por-que-estudiar-section .step-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1f3c88;
  margin: 0 0 6px 0;
}

.por-que-estudiar-section .step-content p {
  font-size: 16px;
  color: #5c6470;
  margin: 0;
  line-height: 24px;
}

/* ====== CTA FINAL ====== */

.modalidades-cta-final {
  position: relative;
  padding: 100px 0px;
  background: linear-gradient(135deg, #f28c28 0%, #e07c1a 100%);
  color: #ffffff;
  text-align: center;
}

.modalidades-cta-final .cta-content h2 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
  letter-spacing: -0.8px;
}

.modalidades-cta-final .cta-content p {
  font-size: 20px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.modalidades-cta-final .cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.modalidades-cta-final .btn-primary,
.modalidades-cta-final .btn-secondary {
  display: inline-block;
  padding: 16px 40px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.35s ease;
}

.modalidades-cta-final .btn-primary {
  background: #f28c28;
  color: #ffffff;
  box-shadow: 0px 10px 25px rgba(242, 140, 40, 0.3);
}

.modalidades-cta-final .btn-primary:hover {
  background: #e07c1a;
  transform: translateY(-3px);
  box-shadow: 0px 16px 35px rgba(242, 140, 40, 0.4);
}

.modalidades-cta-final .btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.modalidades-cta-final .btn-secondary:hover {
  background: #ffffff;
  color: #1f3c88;
  border-color: #ffffff;
}

/* ====== RESPONSIVE ====== */

@media (max-width: 1199px) {
  .modalidades-hero .hero-content h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .por-que-estudiar-section .col-lg-6 {
    margin-bottom: 50px;
  }

  .por-que-estudiar-section .sec-title h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (max-width: 991px) {
  .modalidades-cards-section {
    padding: 80px 0px;
  }

  .modalidades-card .card-header h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .modalidades-hero {
    padding: 60px 0px;
  }

  .modalidades-hero .hero-content h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .modalidades-hero .hero-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .modalidades-hero .hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .modalidades-hero .btn-primary,
  .modalidades-hero .btn-secondary {
    padding: 14px 30px;
    font-size: 15px;
  }

  .modalidades-cards-section {
    padding: 60px 0px;
  }

  .modalidades-card .card-content {
    padding: 20px 18px;
  }

  .modalidades-card .card-header {
    padding: 25px 18px;
  }

  .modalidades-card .card-footer {
    padding: 18px;
  }

  .por-que-estudiar-section {
    padding: 60px 0px;
  }

  .por-que-estudiar-section .section-content {
    margin-bottom: 0;
  }

  .por-que-estudiar-section .col-lg-6:first-child {
    margin-bottom: 50px;
  }

  .por-que-estudiar-section .sec-title h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .por-que-estudiar-section .reasons-list li {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 16px;
  }

  .por-que-estudiar-section .step {
    gap: 18px;
  }

  .por-que-estudiar-section .step-number {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .por-que-estudiar-section .step h4 {
    font-size: 18px;
  }

  .por-que-estudiar-section .step p {
    font-size: 14px;
  }

  .modalidades-cta-final {
    padding: 60px 0px;
  }

  .modalidades-cta-final .cta-content h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .modalidades-cta-final .cta-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .modalidades-cta-final .cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .modalidades-cta-final .btn-primary,
  .modalidades-cta-final .btn-secondary {
    padding: 14px 30px;
    font-size: 15px;
  }
}