@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*
https://preview.themeforest.net/item/eduvate-online-course-and-education-html-template/full_screen_preview/57034676?_ga=2.11623472.549116739.1744039059-244145303.1732923319&_gac=1.250092148.1744039059.Cj0KCQjw782_BhDjARIsABTv_JCf6BrLdzk8Ivu8f6LTcTPpqLh51wkD5Rqur3zfnaMKIV5b7SGEarYaAoXDEALw_wcB

*/
body {
  font-family: "Open Sans", sans-serif;
  background-color: #f8f9ff;
}

.top-bar {
  background-color: #0d1b2a;
  color: #fff;
  font-size: 0.9rem;
  padding: 50px;
}

.top-bar a {
  color: #fff;
  text-decoration: none;
}

.navbar {
  padding: 1rem 2rem;
}

.navbar-brand {
  font-weight: bold;
  font-size: 1.5rem;
}

.btn-purple {
  background: linear-gradient(to right, #6366f1, #a855f7);
  color: #fff;
  border: none;
  width: 150px;
}

.btn-purple:hover {
  background: linear-gradient(to right, #4f46e5, #a781ca);
}

.hero-section {
  height: 80vh;
  background-color: #f3fff6;
  padding: 4rem 2rem;
  text-align: left;
  position: relative;
}

.hero-text h1 {
  font-size: 90px;
  font-weight: bold;
}

.hero-text p {
  font-size: 1rem;
  color: #555;
}

.hero-image {
  max-width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}

.circle-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  height: 70%;
  background: linear-gradient(to top left, #6366f1, #a855f7);
  border-top-left-radius: 50% 100%;
  z-index: 0;
}

.img-stack {
  position: relative;
  z-index: 1;
  bottom: 100px;
}
.img-stack-dos {
  position: relative;
  z-index: 1;
  bottom: -50px;
}

/*LOADER*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(226, 194, 172, 0.548); /* Fondo del loader */
  z-index: 9999; /* Asegura que esté encima de todo */
  transition: opacity 0.5s ease-out; /* Transición para el fade-out */
}

.loader-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 4px solid #007bff; /* Color del círculo */
  border-top-color: transparent;
  animation: spin 1s linear infinite; /* Animación de rotación */
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-logo {
  width: 160px; /* Ajusta el tamaño del logo */
  height: 160px;
}

/*----------------------------------------------------------*/
/*=============================
	section-nosotros
===============================*/
.section-nosotros {
  height: 80vh;
  padding-top: 60px;
}

.border-img {
  height: 480px;
  width: 480px;
  padding: 20px;
}
.feature-content {
  padding-left: 50px;
  padding-bottom: 30px;
}
.feature-content .title {
  margin-bottom: 30px;
}

.feature-content .title span {
  text-transform: capitalize;
  font-size: 14px;
  display: inline-block;
  background: #3e54ff;
  color: #fff;
  padding: 4px 18px;
  margin-bottom: 5px;
}

.feature-content .title h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
.feature-item {
  margin-bottom: 15px;
  position: relative;
  padding-left: 80px;
  padding-right: 30px;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.feature-item:last-child {
  margin-bottom: 0;
}

.feature-item .feature-thumb {
  height: 55px;
  width: 55px;
  background-color: #007bff;
  background-size: contain;
  font-size: 23px;
  line-height: 55px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}

.feature-item .banner-content {
  /*! padding-left: 34px; */
  display: inline-block;
}

.feature-item .banner-content .title {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
}

.feature-item .banner-content p {
  color: #777;
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-top: 6px;
}
/*----------------------------------------------------------*/
/*=============================
	section-categorias
===============================*/
.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
.sub-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--header);
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
  text-transform: capitalize;
  line-height: 1;
  display: inline-block;
  border-radius: 30px;
  background: rgba(55, 88, 238, 0.1);
  padding: 10px 24px;
}
.section-title h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 125%;
}
.theme-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(90deg, #3758ee 0%, #b666e7 100%);
  color: white;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 20px 30px;
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
}
.all-courses-item {
  margin-top: 30px;
}
.all-courses-item .courses-image {
  border-radius: 18px;
  border: 1px solid rgba(25, 35, 53, 0.2);
  padding: 30px;
}
.all-courses-item .courses-image img {
  width: 100%;
  height: 100%;
}
.all-courses-item .courses-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}
.content a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
.all-courses-item .courses-content .content p {
  font-size: 16px;
}
.all-courses-item .courses-content .icon a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 100%;
  background-color: black;
  color: white;
  display: inline-block;
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: white;
  transition: all 0.4s ease-in-out;
}
.all-courses-item .courses-content .icon a i {
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
}
.all-courses-item .courses-content .icon:hover a i {
  transform: rotate(0deg);
  transition: all 0.4s ease-in-out;
}

/*----------------------------------------------------------*/
/*=============================
	section-futuras categorias
===============================*/

.section-padding {
  padding: 120px 0;
}
.fix {
  overflow: hidden;
}
.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
.text-center {
  text-align: center !important;
}
.featured-courses-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(25, 35, 53, 0.3);
  margin-top: 30px;
  margin-bottom: 30px;
  gap: 18px;
}
.featured-courses-item .featured-image {
  position: relative;
}
.featured-courses-item .featured-image img {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
.featured-courses-item .featured-image .time {
  position: absolute;
  left: 24px;
  top: 24px;
  color: white;
  background-color: #3758ee;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
}
.featured-courses-item .featured-image .time i {
  color: white;
  margin-right: 5px;
}
.featured-courses-item .featured-courses-content {
  padding: 0 24px;
}
.courses-meta {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 25px;
  margin-bottom: 10px;
  list-style-type: none; /* Elimina las viñetas */
  padding-left: 0;
}
.graduate {
  list-style-type: none; /* Elimina las viñetas */
  padding-left: 0;
}
.featured-courses-item .featured-courses-content .courses-meta li i {
  margin-right: 5px;
  color: #007bff;
}
.featured-courses-item .featured-courses-content h4 {
  margin-bottom: 10px;
  font-size: 20px;
}
.featured-courses-item .featured-courses-content .featured-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 16px;
}

/*----------------------------------------------------------*/
/*=============================
	contact-section
===============================*/
.contact-section {
  position: relative;
  z-index: 9;
}
.fix {
  overflow: hidden;
}
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center center;
}
.section-padding {
  padding: 120px 0px;
}
.contact-wrapper {
  position: relative;
}
.contact-wrapper .contact-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-top: 166px;
  padding-bottom: 30px;
  gap: 24px;
  border-bottom: 1px solid rgba(25, 35, 53, 0.3);
  margin-top: 110px;
}
.contact-wrapper .contact-item .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #3758ee;
  border-radius: 100%;
}
.contact-wrapper .contact-item .content {
  flex-basis: 90%;
}
.content p {
  margin: 0px;
  transition: 0.4s ease-in-out;
}
.contact-wrapper .contact-box {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 8px 50px 0px;
  background: white;
  border-radius: 18px;
  padding: 30px;
}
.contact-wrapper .contact-box h3 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}
.contact-section::after {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  bottom: -60%;
  top: initial;
  background: white;
}
.contact-wrapper .contact-box .contact-form-items .form-clt input,
.contact-wrapper .contact-box .contact-form-items .form-clt textarea {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 8px;
  border: 1px solid rgba(25, 35, 53, 0.3);
  background: #f9f9ff;
  color: #6b7385;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
}

/*----------------------------------------------------------*/
/*=============================
	section-footer
===============================*/
.footer-bg {
  background-color: #192335;
}
.contact-info-area {
  padding-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-info-area .contact-info-items {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 420px; /* límite máximo en pantallas grandes */
  position: relative;
  background-color: white;
  gap: 20px;
  border-radius: 10px;
  padding: 28px;
  flex-wrap: wrap; /* por si hay elementos que deben caer hacia abajo */
  box-sizing: border-box;
}

.contact-info-area .contact-info-items .icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: white;
  font-size: 20px;
  border-radius: 6px;
  background: linear-gradient(rgb(55, 88, 238) 0%, rgb(182, 102, 231) 100%);
}
.contact-info-area .contact-info-items .content p {
  color: #6b7385;
  margin-bottom: 5px;
}
.contact-info-area .contact-info-items .content h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 127%;
}

.contact-info-area .contact-info-items .content h4 a {
  cursor: pointer;
  color: #192335;
  text-decoration: none;
  transition: 0.4s ease-in-out;
  outline: none !important;
}

.footer-widget-wrapper {
  position: relative;
  z-index: 9;
  padding: 70px 0px 100px;
}
.footer-widget-wrapper .single-footer-widget {
  margin-top: 30px;
}
.footer-widget-wrapper .single-footer-widget .widget-head {
  margin-bottom: 30px;
}

.footer-widget-wrapper .single-footer-widget .widget-head a {
  cursor: pointer;
  color: #192335;
  text-decoration: none;
  transition: 0.4s ease-in-out;
  outline: none !important;
}

.footer-widget-wrapper .single-footer-widget .footer-content {
  margin-top: 20px;
}
.footer-widget-wrapper .single-footer-widget .footer-content p {
  color: white;
}
.footer-widget-wrapper .single-footer-widget .footer-content .contact-list {
  margin-top: 30px;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.footer-widget-wrapper .single-footer-widget .footer-content .contact-list li {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.footer-widget-wrapper
  .single-footer-widget
  .footer-content
  .contact-list
  li
  a {
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-decoration: none;
  transition: 0.4s ease-in-out;
  outline: none !important;
}
.footer-widget-wrapper .single-footer-widget .widget-head h3 {
  color: white;
}
.footer-widget-wrapper .single-footer-widget .list-items {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.footer-widget-wrapper .single-footer-widget .list-items li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget-wrapper .single-footer-widget .list-items li a {
  font-weight: 400;
  transition: 0.4s ease-in-out;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-decoration: none;
}

.footer-widget-wrapper .single-footer-widget .widget-head h3 {
  color: white;
}

.footer-widget-wrapper
  .single-footer-widget
  .footer-content
  .footer-input
  input {
  width: 100%;
  color: #6b7385;
  line-height: 1;
  text-transform: capitalize;
  max-width: 342px;
  background: white;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  outline: none;
  padding: 16px 20px;
  border-radius: 6px;
}
.footer-widget-wrapper
  .single-footer-widget
  .footer-content
  .footer-input
  .theme-btn {
  color: white;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  max-width: 342px;
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 6px;
  background: linear-gradient(
    90deg,
    rgb(55, 88, 238) 0%,
    rgb(182, 102, 231) 100%
  );
  transition: 0.4s ease-in-out;
}
/*----------------------------------------------------------*/
/*=============================
	PAG -> section-contactanos
===============================*/
.breadcrumb-wrapper {
  position: relative;
  height: 70vh;
}
.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, #192335 32.35%, rgba(25, 35, 53, 0) 100%);
  background-image: url(../assets/img/contact3.png);
  z-index: -1;
}
.breadcrumb-wrapper .page-heading {
  padding: 180px 0 180px;
  position: relative;
}
.breadcrumb-wrapper .page-heading h2 {
  color: white;
  font-size: 70px;
  margin-bottom: 20px;
}
.breadcrumb-wrapper .page-heading .breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li {
  color: white;
  font-weight: 400;
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.contact-us-wrapper .contact-box-item {
  background-color: #f9f9ff;
  padding: 40px;
  border-radius: 18px;
  border: 1px solid rgba(107, 115, 133, 0.5);
}
.contact-us-wrapper .contact-box-item h3 {
  font-size: 36px;
  margin-bottom: 10px;
}
.contact-us-wrapper .contact-box-item .contact-info-items {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  padding-bottom: 40px;
  background-color: white;
  border-radius: 10px;
  padding: 28px;
  margin-top: 20px;
}
.contact-us-wrapper .contact-content {
  background-color: #f9f9ff;
  padding: 40px;
  border-radius: 18px;
  border: 1px solid rgba(107, 115, 133, 0.5);
}
.contact-us-wrapper .contact-content h3 {
  font-size: 36px;
  margin-bottom: 10px;
}
.contact-us-wrapper .contact-content .contact-form-items {
  margin-top: 20px;
}
.contact-us-wrapper .contact-content .contact-form-items .form-clt input,
.contact-us-wrapper .contact-content .contact-form-items .form-clt textarea {
  width: 100%;
  border: none;
  outline: none;
  background: white;
  color: #6b7385;
  border-radius: 8px;
  border: 1px solid rgba(107, 115, 133, 0.5);
  padding: 12px 20px;
}
.contact-us-wrapper .contact-content .contact-form-items .form-clt textarea {
  padding-bottom: 100px;
  resize: none;
}
.contact-us-wrapper .contact-content .contact-form-items button.theme-btn {
  width: 100%;
  border-radius: 8px;
  padding: 20px 0;
}
/*----------------------------------------------------------*/
/*=============================
	PAG -> section-todos los cursos
===============================*/

.courses-wrapper {
  margin-top: 60px;
}
.courses-wrapper .nav {
  display: flex;
  justify-content: space-between;
  background-color: #f9f9ff;
  margin-bottom: 30px;
  border-radius: 30px;
  border: 1px solid rgba(25, 35, 53, 0.2);
}
.courses-wrapper .nav li {
  font-size: 18px;
  font-weight: 600;
}
.courses-wrapper .nav li .nav-link {
  color: var(--header);
  transition: all 0.4s ease-in-out;
  padding: 20px 32px;
  border-radius: 30px;
  line-height: 1;
}
.courses-wrapper .nav li .nav-link.active {
  position: relative;
  background-color: #3758ee;
  color: white;
}
.courses-wrapper .featured-courses-item-2 {
  border-radius: 18px;
  border: 1px solid rgba(25, 35, 53, 0.2);
  background-color: white;
  margin-top: 30px;
  position: relative;
}
.courses-wrapper .featured-courses-item-2 .courses-image {
  position: relative;
}
.courses-wrapper .featured-courses-item-2 .courses-image img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.courses-wrapper .featured-courses-item-2 .courses-image .time {
  position: absolute;
  left: 24px;
  top: 24px;
  color: white;
  background-color: #3758ee;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 6px;
}
.courses-wrapper .featured-courses-item-2 .courses-content {
  padding: 20px 24px 30px;
}
.courses-wrapper .featured-courses-item-2 .courses-content .courses-part {
  margin-bottom: 18px;
}
.courses-wrapper
  .featured-courses-item-2
  .courses-content
  .courses-part
  .small-btn {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 30px;
  border: 1px solid rgba(25, 35, 53, 0.2);
  line-height: 1;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
.courses-content h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 127%;
}
.courses-content h4 a {
  outline: none !important;
  cursor: pointer;

  transition: all 0.4s ease-in-out;
}
.courses-wrapper .featured-courses-item-2 .courses-content .courses-meta {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
  border-bottom: 1px solid rgba(25, 35, 53, 0.2);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.courses-wrapper .featured-courses-item-2 .courses-content .courses-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.courses-wrapper
  .featured-courses-item-2
  .courses-content
  .courses-info-item
  .courses-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.courses-wrapper
  .featured-courses-item-2
  .courses-content
  .courses-info-item
  .courses-info
  .info-image
  img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.courses-wrapper
  .featured-courses-item-2
  .courses-content
  .courses-info-item
  .star
  i {
  color: rgb(255, 164, 27);
}
/*----------------------------------------------------------*/
/*=============================
	PAG section-DETALLE CURSO
===============================*/
.courses-details-wrapper .courses-content .star i {
  color: rgb(255, 164, 27);
}
.courses-details-wrapper .courses-content h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 125%;
}
.courses-details-wrapper .courses-content .details-image {
  margin-bottom: 30px;
  margin-top: 30px;
}
.courses-details-wrapper .courses-content .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
.courses-details-wrapper .courses-content .courses-details-content {
  margin-top: 32px;
}
.courses-details-wrapper .courses-content .courses-details-content .nav {
  display: flex;
  align-items: center;
  background-color: var(--white);
  box-shadow: 10px 4px 30px rgba(168, 168, 168, 0.2);
  border: 1px solid var(--border);
  border-radius: 10px;
  justify-content: center;
  padding: 14px 30px;
  gap: 80px;
  margin-bottom: 50px;
}
.courses-details-wrapper
  .courses-content
  .courses-details-content
  .nav
  .nav-item {
  padding: 0;
  position: relative;
}
.courses-details-wrapper
  .courses-content
  .courses-details-content
  .description-content
  h3 {
  font-size: 27px;
  margin-bottom: 20px;
}
.courses-details-wrapper .courses-details-information {
  background-color: #efeff8;
  padding: 40px 35px;
  border-radius: 18px;
}
.courses-details-wrapper .courses-details-information h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 127%;
}
.courses-details-wrapper .courses-details-information .information-list {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.courses-details-wrapper .courses-details-information .information-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid rgba(107, 115, 133, 0.3);
}
.courses-details-wrapper .courses-details-information .theme-btn {
  width: 100%;
  justify-content: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(90deg, #3758ee 0%, #b666e7 100%);
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 20px 30px;
  margin-top: 12px;
}
.sticky-style {
  position: sticky !important;
  top: 100px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 1200px) {
  .circle-bg {
    width: 42%;
    height: 75%;
  }
  .img-stack {
    bottom: 150px; /* Ajusta la posición */
    width: 250px;
  }
  .img-stack-dos {
    bottom: -70px; /* Ajusta la posición */
    width: 250px;
  }
  .section-nosotros {
    height: auto;
  }
  /*----------------------------------------------------------*/
  /*=============================
	section-categorias
===============================*/

  /*----------------------------------------------------------*/
  /*=============================
	section-futuros cursos
===============================*/

  .section-padding {
    padding: 80px 0;
  }
  .featured-courses-item {
    display: flex;
    align-items: center;
    flex-wrap: initial;
  }
  .featured-courses-item .featured-image {
    flex-basis: 100%;
  }
  .featured-courses-item .featured-image img {
    width: 100%;
    height: 100%;
    border-radius: 18px;
  }
  .featured-courses-item .featured-courses-content {
    padding: 0 0;
  }
  .featured-courses-item .featured-courses-content .courses-meta {
    flex-wrap: wrap;
    gap: 20px;
  }
  /*----------------------------------------------------------*/
  /*=============================
	contact-section
===============================*/
  .section-padding {
    padding: 100px 0px;
  }
  .contact-wrapper .contact-item {
    padding-top: 20px;
    flex-wrap: wrap;
    padding-bottom: 0px;
    border-bottom: none;
  }
  .contact-wrapper .contact-item .content h3 {
    font-size: 25px;
  }
}

/* Pantallas grandes (desktops) */
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-section {
    padding: 5rem 3rem;
  }
  .hero-text h1 {
    font-size: 55px;
  }
  .circle-bg {
    width: 42%;
    height: 55%;
  }
  .img-stack {
    bottom: 120px;
    width: 180px;
  }
  .img-stack-dos {
    bottom: -60px;
    width: 180px;
  }
  .loader-circle {
    width: 140px;
    height: 140px;
  }

  .loader-logo {
    width: 84px;
    height: 84px;
  }
  .section-nosotros {
    height: auto;
  }
  /*----------------------------------------------------------*/
  /*=============================
	section-categorias
===============================*/

  /*----------------------------------------------------------*/
  /*=============================
	section-futuros cursos
===============================*/
  .section-padding {
    padding: 80px 0;
  }
  .featured-courses-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: initial;
  }
  .featured-courses-item .featured-image {
    flex-basis: 100%;
  }
  .featured-courses-item .featured-image img {
    width: 100%;
    height: 100%;
    border-radius: 18px;
  }
  .featured-courses-item .featured-courses-content {
    padding: 0 0;
  }
  .featured-courses-item .featured-courses-content .courses-meta {
    flex-wrap: wrap;
    gap: 20px;
  }
  /*----------------------------------------------------------*/
  /*=============================
	contact-section
===============================*/
  .section-padding {
    padding: 80px 0px;
  }
  .contact-wrapper .contact-item {
    flex-wrap: wrap;
    padding-top: 50px;
  }
  .contact-wrapper .contact-item .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .contact-wrapper .contact-item .content h3 {
    font-size: 25px;
    color: rgb(0, 0, 0);
  }
  .contact-wrapper .contact-item .content p {
    color: rgb(7, 4, 4);
  }
  /*----------------------------------------------------------*/
  /*=============================
	contact-footer
===============================*/

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
  .contact-info-area {
    flex-wrap: wrap;
    padding-top: 80px;
    justify-content: initial;
    gap: 40px;
  }
  .contact-info-area .contact-info-items {
    flex-wrap: wrap;
  }
  .contact-info-area .contact-info-items .content h4 {
    font-size: 20px;
  }
}

/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .hero-section {
    height: auto; /* Ajusta la altura */
    padding: 3rem 2rem;
  }
  .hero-text h1 {
    font-size: 80px;
  }
  .circle-bg {
    width: 50%;
    height: 60%;
  }
  .img-stack {
    bottom: 50px;
    width: 140px;
  }
  .img-stack-dos {
    bottom: -30px;
    width: 140px;
  }
  .loader-circle {
    width: 120px;
    height: 120px;
  }

  .loader-logo {
    width: 72px;
    height: 72px;
  }
  .section-nosotros {
    height: auto;
  }
  /*----------------------------------------------------------*/
  /*=============================
	section-categorias
===============================*/
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
  /*----------------------------------------------------------*/
  /*=============================
	section-futuros cursos
===============================*/
  .section-title {
    margin-bottom: 0;
  }

  .featured-courses-item {
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: initial;
  }

  .featured-courses-item .featured-image {
    flex-basis: 100%;
  }
  .featured-courses-item .featured-image img {
    width: 100%;
    height: 100%;
    border-radius: 18px;
  }
  .featured-courses-item .featured-courses-content {
    padding: 0 0;
  }
  .featured-courses-item .featured-courses-content .courses-meta {
    flex-wrap: wrap;
    gap: 20px;
  }
  /*----------------------------------------------------------*/
  /*=============================
	contact-section
===============================*/

  .contact-wrapper .contact-item .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  /*----------------------------------------------------------*/
  /*=============================
	contact-footer
===============================*/

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

/* Teléfonos móviles grandes */
@media (min-width: 576px) and (max-width: 767px) {
  .hero-section {
    height: auto;
    padding: 2rem 1rem;
    text-align: center; /* Centra el texto */
  }
  .hero-text h1 {
    font-size: 60px;
  }
  .hero-text p {
    font-size: 0.9rem;
  }
  .circle-bg {
    width: 70%;
    height: 40%;
    right: -10%; /* Ajusta la posición */
  }
  .img-stack {
    bottom: 20px;
    width: 50px;
  }
  .img-stack-dos {
    bottom: -10px;
    width: 50px;
  }
  .border,
  .border-primary,
  .border-5 {
    border: none !important; /* Fuerza la eliminación */
  }
  .section-nosotros {
    height: auto;
  }
  /*----------------------------------------------------------*/
  /*=============================
	section-categorias
===============================*/
  .section-title h2 {
    font-size: 38px;
  }
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
  .content h3 {
    font-size: 20px;
  }
  /*----------------------------------------------------------*/
  /*=============================
	section-futuros cursos
===============================*/
  .section-title {
    margin-bottom: 0;
  }
  .featured-courses-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: initial;
  }
  .featured-courses-item .featured-image {
    flex-basis: 100%;
  }
  .featured-courses-item .featured-image img {
    width: 100%;
    height: 100%;
    border-radius: 18px;
  }
  .featured-courses-item .featured-courses-content {
    padding: 0 0;
  }
  .featured-courses-item .featured-courses-content .courses-meta {
    flex-wrap: wrap;
    gap: 20px;
  }
  /*----------------------------------------------------------*/
  /*=============================
	section-futuros cursos
===============================*/
  .contact-wrapper .contact-item .content h3 {
    font-size: 20px;
    color: rgb(255, 250, 250);
  }
  .contact-wrapper .contact-item .content p {
    color: rgb(255, 255, 255);
  }
  /*----------------------------------------------------------*/
  /*=============================
	section-footer
===============================*/
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }

  .contact-info-area .contact-info-items {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }
}

/* Teléfonos móviles pequeños */
@media (max-width: 575px) {
  .hero-section {
    height: auto;
    padding: 1.5rem 1rem;
    text-align: center;
  }
  .hero-text h1 {
    font-size: 40px;
  }
  .hero-text p {
    font-size: 0.8rem;
  }
  .circle-bg {
    display: none;
  }
  .img-stack {
    bottom: 10px;
    width: 130px;
  }
  .img-stack-dos {
    bottom: -5px;
    width: 130px;
  }
  .loader-circle {
    width: 80px;
    height: 80px;
  }

  .loader-logo {
    width: 48px;
    height: 48px;
  }
  .border,
  .border-primary,
  .border-5 {
    border: none !important; /* Fuerza la eliminación */
  }
  .section-nosotros {
    height: auto;
  }
  /*----------------------------------------------------------*/
  /*=============================
	section-categorias
===============================*/
  .section-title h2 {
    font-size: 30px;
  }
  .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
  .content h3 {
    font-size: 20px;
  }
  /*----------------------------------------------------------*/
  /*=============================
	section-futuros cursos
===============================*/

  .section-title {
    margin-bottom: 0;
  }
  .featured-courses-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: initial;
  }
  .featured-courses-item .featured-image {
    flex-basis: 100%;
  }
  .featured-courses-item .featured-image img {
    width: 100%;
    height: 100%;
    border-radius: 18px;
  }
  .featured-courses-item .featured-courses-content {
    padding: 0 0;
  }
  .featured-courses-item .featured-courses-content .courses-meta {
    flex-wrap: wrap;
    gap: 20px;
  }
  /*----------------------------------------------------------*/
  /*=============================
	section-futuros cursos
===============================*/
  .contact-wrapper .contact-item .content h3 {
    font-size: 20px;
    color: rgb(255, 250, 250);
  }
  .contact-wrapper .contact-item .content p {
    color: rgb(255, 255, 255);
  }
  /*----------------------------------------------------------*/
  /*=============================
	section-footer
===============================*/

  .container,
  .container-sm {
    max-width: 540px;
  }
  .contact-info-area .contact-info-items {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }
}
