/*-----------------------------------------------------------------------------------

    Template Name: Nutras Fitness & Nutrition Bootstrap 5 Template
    Author: Hastech IT
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme Default CSS
    02. Elements CSS
        2.1 - Blockquote CSS
        2.2 - Form CSS
        2.3 - Button CSS
        2.4 - Modal CSS
    03. Header CSS
        3.1 - Header Desktop
        3.1.1 - Header Top CSS
        3.1.2 - Header Container CSS
        3.2 - Header Movil
    04. Pages CSS (All Page Styles)
        4.1 - Slider CSS
        4.2 - Features CSS
        4.3 - Nutricion CSS
        4.3.1 - Pop-up CSS
        4.4 - Courses CSS
        4.5 - Testimonial CSS
        4.6 - Brand CSS
        4.7 - Blog CSS
        4.8 - Download CSS
        4.9 - Page Banner CSS
        4.10 - Our Mission CSS
        4.11 - Instructor CSS
        4.12 - Courses Details CSS
        4.13 - Team CSS
        4.14 - Blog Details CSS
        4.15 - Registration & Login Form CSS
        4.16 - FAQ'S CSS
        4.17 - Error CSS
        4.18 - Contact CSS
        4.19 - Courses Enroll CSS
        4.20 - Courses Admin CSS
        4.21 - Programa Integral CSS
        4.22 - Desde Adentro CSS
        4.22 - Courses Store CSS
        4.22 - Courses Store CSS
    05. Widget CSS
        5.1 - Sidebar Widget CSS
        5.2 - Footer Widget CSS
    07. Footer CSS
    08. Tienda css
    08. Tienda css
    09. Congreso CSS
    10. Comida Sana + Vida Sana NUEVO CSS



-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme Default CSS
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400&amp;display=swap");

/*fuentes para form*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*-- Common Style --*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: auto;
}
/*-----------STYLES AGREGADOS ------------------ */

.tamanio-section{
  max-width: 850px;
  color: #4c533c !important;
}
.parr-about{
  margin-top: 30px;
}
.visiontit{
  margin-top: 40px;
}
.imag-mon{
  transform: scaleX(-1);
}
.fundadora-sec{
  margin-top: -200px;
}
.img-contain{
  margin-top: 20px;
}
.text-f{
  margin-top: -20px;
}

body {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #52565b;
  outline: none;
  visibility: visible;
  overflow-X: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: "";
}
body[dir=rtl] {
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  color: #4c533c;
  font-weight: 0;
  line-height: 1.1;
  margin-bottom: 0;
}

h1 {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

/*FIN ESTILOS AGREGADOS FOOD FOR LIFE */

/*ESTILOS PAGO EXITOSO, PENDIENTE, FALLIDO Y CUPON*/
/* Contenedor circular del ícono */
.icono-estado {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Títulos y subtítulos */
.titulo-pago {
  text-align: center;
  color: #748274;
}

.subtitulo-pago {
  text-align: center;
  display: block;
  color: #4C5664;
  padding: 0 16px;
}

/* Decorador inferior con líneas */
.linea-decorativa {
    --color-strong: #16A34A;
    --color-soft  : #DCFCE7;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.barra {
    height: 4px;
    border-radius: 10px;
    width: 30px;
}

.barra.central {
    width: 20px;
    background: var(--color-strong);
}

.barra.clara {
    background: var(--color-soft);
    opacity: 0.8;
}

/* Botón principal */
.btn-iniciar {
  background-color: #748274;
  color: white;
  padding: 10px 60px;
  border-radius: 30px;
  height: 40px;
  display: flex;
  align-items: center;
  margin: none;
}

.botones-pago {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 20px;
}

.btn-pago {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border-radius: 30px;
  height: 40px !important;
  font-size: 15px;
  gap: 8px;
}

@media (max-width: 576px) {
  .btn-pago {
    width: 100%;
    max-width: 280px;
    padding: 8px 60px !important;
    font-size: 14px;
    gap: 10px;
  }
  #vue-content{
    padding-top: 30px !important; /*Reducido el espacio en el formulario Contacto */
    padding-bottom: 150px
  }

  .vista-online-aula #vue-content {
    padding-top: 20px!important;
    padding-bottom: 0;
    margin-top:30px;
    
  }
}

/* Modal QR */
#qr-modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-qr-content {
  background: white;
  padding: 20px;
  max-width: 400px;
  width: 90%;
  border-radius: 15px;
}

.modal-qr-content hr {
  margin: 15px 0 15px;
}

/* ===============================
   Colores por tipo de estado
   =============================== */

/*Pago exitoso */
.estado-exitoso {
  background-color: #DCFCE7;
}
.icono-exitoso svg path {
  stroke: #16A34A;
}

/*Pago pendiente */
.linea-decorativa.pendiente {
  --color-strong: #CA8A04;
  --color-soft: #FEF9C3;
}
.estado-pendiente {
  background-color: #FEF9C3;
}
.icono-pendiente svg path {
  stroke: #CA8A04;
}

/*Pago fallido */
.linea-decorativa.fallido {
  --color-strong: #FCA5A5;
  --color-soft: #FEF2F2;
}
.estado-fallido {
  background-color: #FEF2F2;
}
.icono-fallido svg path {
  fill: #F87171;
}


h2 {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 35px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: 0;
}
a:focus, button:focus, img:focus, input:focus {
  outline: 0;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #a4b5a4;
}

ul, ol {
  padding: 0;
  list-style: none;
  margin: 0;
}

button, input[type=submit] {
  cursor: pointer;
}

img {
  max-width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

/*-- Common Classes --*/
.section,
.main-wrapper {
  float: left;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
/*--Tab Content & Pane Fix--*/
.tab-content {
  width: 100%;
}
.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

/*--Section Spacing--*/
.section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-padding-02 {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-02 {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-02 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-02 {
    padding-top: 40px;
  }
}

/*-- Background Color --*/
.bg-grey {
  background-color: #f8f6f4;
}
.bg-light-brown{
  background-color: #ebe7db;
}
.bg-menta {
  background-color: #bdc3b3;
}
.section-title-landing {
  font-family: GFS Didot;
  font-size: 40px;
  color: #2D3123;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 25px 0;
}

.section-subtitle {
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
   font-family: Montserrat;
    font-size: 25px;
    color: #2D3123;
    margin-bottom: 10px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
  .section-title-landing {
    padding: 44px 0;
  }
}

@media (max-width: 575px) {
  .section-title-landing {
    font-size: 26px !important;
  }
}

@media (max-width: 575px) {
  .section-subtitle{
     font-size: 16px !important;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 26px !important;
  }
}

/*-- Section Title --*/
.section-title {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .section-title {
    padding: 44px 0;
  }
}
.section-title::before {
  position: absolute;
  content: "";
  background-image: url(../images/shape/shape-4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 166px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.section-title .sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #6a7867;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .section-title .sub-title {
    font-size: 13px;
  }
}
.section-title .main-title {
  font-size: 57px;
  margin-top: 23px;
  margin-bottom: 23px;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .section-title .main-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title .main-title {
    font-size: 24px;
  }
}
.section-title p {
  color: #50605c;
  font-weight: 500;
  font-size: 19px;
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .section-title p {
    font-size: 16px;
  }
}
.section-title.section-title-white::before {
  background-image: url(../images/shape/shape-4.png);
}
.section-title.section-title-white .sub-title {
  color: #fea200;
}
.section-title.section-title-white .main-title {
  color: #fff;
}
.section-title.shape-none {
  padding: 0;
}
.section-title.shape-none::before {
  display: none;
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.overlay.open {
  opacity: 0.7;
  visibility: visible;
}

/* Page Pagination */
.page-pagination {
  padding-top: 60px;
}
.page-pagination .pagination li {
  margin-right: 12px;
}
.page-pagination .pagination li:last-child {
  margin-right: 0;
}
.page-pagination .pagination li a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #2c241b;
  display: block;
  -webkit-transform: all 0.3s linear;
          transform: all 0.3s linear;
  border-radius: 2px;
  background-color: #f8f6f4;
}
@media only screen and (max-width: 575px) {
  .page-pagination .pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.page-pagination .pagination li a.active, .page-pagination .pagination li a:hover {
  color: #fff;
  background-color: #6a7867;
}

/* Custom Animation */
.animation-left {
  -webkit-animation: left 5s linear 0s infinite normal forwards;
          animation: left 5s linear 0s infinite normal forwards;
}

@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.animation-right {
  -webkit-animation: right 5s linear 0s infinite normal forwards;
          animation: right 5s linear 0s infinite normal forwards;
}

@-webkit-keyframes right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.animation-up {
  -webkit-animation: up 5s linear 0s infinite normal forwards;
          animation: up 5s linear 0s infinite normal forwards;
}

@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.animation-down {
  -webkit-animation: down 5s linear 0s infinite normal forwards;
          animation: down 5s linear 0s infinite normal forwards;
}

@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.animation-rotate {
  -webkit-animation: rotate 5s linear 0s infinite normal forwards;
          animation: rotate 5s linear 0s infinite normal forwards;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/*----------------------------------------*/
/*  02. Elements CSS
/*----------------------------------------*/
/*--
/*  2.1 - Blockquote CSS
/*----------------------------------------*/
blockquote {
  background-color: #a4b5a4;
  text-align: center;
  padding: 40px 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  blockquote {
    padding: 20px 25px;
  }
}
blockquote:not(:first-child) {
  margin-top: 25px;
}
blockquote:not(:last-child) {
  margin-bottom: 25px;
}
blockquote i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 150px;
  line-height: 1;
  color: #fff;
  opacity: 0.1;
  z-index: -1;
}
blockquote p {
  display: inline;
  font-size: 20px !important;
  font-style: italic;
  font-family: "Playfair Display", serif;
  color: #fff !important;
  line-height: 1.35;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  blockquote p {
    font-size: 18px !important;
  }
}
blockquote .shape {
  position: absolute;
  bottom: -150px;
  left: -45px;
  z-index: -1;
}

/*--
/*  2.2 - Form CSS
/*----------------------------------------*/
label {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
}

/*Input Field & Select*/
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999999;
  border-radius: 2px;
  margin-bottom: 0;
  padding: 10px 25px;
  max-width: 100%;
  width: 100%;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  border: 1px solid rgba(10, 77, 60, 0.2);
  margin-top: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #fff;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus,
textarea:focus {
  outline: none;
  border-color: #6a7867;
}

textarea {
  height: 280px;
  resize: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% - 25px) 50%;
  background-repeat: no-repeat;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  border: none;
  background-color: #f7f7f7;
  line-height: 24px;
  font-weight: 300;
  height: 50px;
  padding: 10px 44px 10px 21px;
  color: #52565b;
  border-radius: 0;
  max-width: 500px;
}
.reviews-rating {
  margin-top: 15px;
}
.reviews-rating label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #52565b;
  margin-bottom: 0;
}
.reviews-rating .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
.reviews-rating .rating li {
  font-size: 16px;
  color: #d0d0d0;
  margin: 0 2px;
  cursor: pointer;
}
.reviews-rating .rating li i {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.reviews-rating .rating li i.star, .reviews-rating .rating li i.hover {
  color: #ffba00;
}

/*--
/*  2.3 - Button CSS
/*----------------------------------------*/
.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}
.btn-wrap .btn {
  margin: 5px;
}

.btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border-color: transparent;
  color: #52565b;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  padding: 0 40px;
  line-height: 55px;
  height: 55px;
  border-width: 0px;
  border-style: solid;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 50px;
}
.btn:active, .btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .btn:not([type=submit]) {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 575px) {
  .btn:not([type=submit]) {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
}

.btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btn-group .btn {
  border-radius: 0;
}
.btn-group .btn:first-child {
  border-radius: 4px 0 0 4px;
}
.btn-group .btn:last-child {
  border-radius: 0 4px 4px 0;
}

.btn-round {
  border-radius: 100px;
}

.btn-square {
  border-radius: 0;
}

[class*=btn-icon-] i {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 28px;
  text-align: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-icon-left {
  padding-left: 69px;
}
.btn-icon-left i {
  left: 0;
  right: auto;
}

.btn-icon-right {
  padding-right: 69px;
}
.btn-icon-right i {
  left: auto;
  right: 0;
}

.btn-box {
  width: 50px;
  padding: 10px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50px;
          flex: 1 0 50px;
}
.btn-box i {
  display: block;
  line-height: 24px;
}

.btn-primary {
  background-color: #98a393;
  border-color: #98a393;
  color: #fff;
}
.btn-primary:focus, .btn-primary:active, .btn-primary:hover {
  background-color: #a4b5a4;
  border-color: #a4b5a4;
  color: #fff;
}

.btn-secondary {
  background-color: #6a7867;
  border-color: #6a7867;
  color: #fff;
}
.btn-secondary:focus, .btn-secondary:active, .btn-secondary:hover {
  background-color: #6a7867;
  border-color: #6a7867;
  color: #fff;
}

.btn-success {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #fff;
}
.btn-success:focus, .btn-success:active, .btn-success:hover {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #fff;
}

.btn-danger {
  background-color: #F44336;
  border-color: #F44336;
  color: #fff;
}
.btn-danger:focus, .btn-danger:active, .btn-danger:hover {
  background-color: #F44336;
  border-color: #F44336;
  color: #fff;
}

.btn-warning {
  background-color: #FFC107;
  border-color: #FFC107;
  color: #2c241b;
}
.btn-warning:focus, .btn-warning:active, .btn-warning:hover {
  background-color: #FFC107;
  border-color: #FFC107;
  color: #2c241b;
}

.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-info:focus, .btn-info:active, .btn-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}

.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #2c241b;
}
.btn-light:focus, .btn-light:active, .btn-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #2c241b;
}

.btn-dark {
  background-color: #6a7867;
  border-color: #343a40;
  color: #fff;
}
.btn-dark:focus, .btn-dark:active, .btn-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #343a40;
}
.btn-white:focus, .btn-white:active, .btn-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #343a40;
}

.btn-hover-primary:hover {
  background-color: #6a7867;
  border-color: #6a7867;
  color: #fff;
}

.btn-hover-secondary:hover {
  background-color: #6a7867;
  border-color: #6a7867;
  color: #fff;
}

.btn-hover-success:hover {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #fff;
}

.btn-hover-danger:hover {
  background-color: #F44336;
  border-color: #F44336;
  color: #fff;
}

.btn-hover-warning:hover {
  background-color: #FFC107;
  border-color: #FFC107;
  color: #2c241b;
}

.btn-hover-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}

.btn-hover-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #2c241b;
}

.btn-hover-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}

.btn-hover-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #343a40;
}

.btn-android {
  background-color: #7AC157;
  border-color: #7AC157;
  color: #fff;
}
.btn-android:hover {
  background-color: #6bba45;
  border-color: #6bba45;
}

.btn-apple {
  background-color: #B8B8B8;
  border-color: #B8B8B8;
  color: #fff;
}
.btn-apple:hover {
  background-color: #ababab;
  border-color: #ababab;
}

.btn-behance {
  background-color: #1869FF;
  border-color: #1869FF;
  color: #fff;
}
.btn-behance:hover {
  background-color: #0059fe;
  border-color: #0059fe;
}

.btn-codepen {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-codepen:hover {
  background-color: black;
  border-color: black;
}

.btn-dribbble {
  background-color: #EA4C8A;
  border-color: #EA4C8A;
  color: #fff;
}
.btn-dribbble:hover {
  background-color: #e7357b;
  border-color: #e7357b;
}

.btn-dropbox {
  background-color: #007EE5;
  border-color: #007EE5;
  color: #fff;
}
.btn-dropbox:hover {
  background-color: #0070cc;
  border-color: #0070cc;
}

.btn-evernote {
  background-color: #78D525;
  border-color: #78D525;
  color: #fff;
}
.btn-evernote:hover {
  background-color: #6cbf21;
  border-color: #6cbf21;
}

.btn-facebook {
  background-color: #4867AA;
  border-color: #4867AA;
  color: #fff;
}
.btn-facebook:hover {
  background-color: #405c98;
  border-color: #405c98;
}

.btn-github {
  background-color: #313131;
  border-color: #313131;
  color: #fff;
}
.btn-github:hover {
  background-color: #242424;
  border-color: #242424;
}

.btn-google-drive {
  background-color: #1DA462;
  border-color: #1DA462;
  color: #fff;
}
.btn-google-drive:hover {
  background-color: #198e55;
  border-color: #198e55;
}

.btn-google-earth {
  background-color: #4285F4;
  border-color: #4285F4;
  color: #fff;
}
.btn-google-earth:hover {
  background-color: #2a75f3;
  border-color: #2a75f3;
}

.btn-google-glass {
  background-color: #EA4335;
  border-color: #EA4335;
  color: #fff;
}
.btn-google-glass:hover {
  background-color: #e82e1e;
  border-color: #e82e1e;
}

.btn-google-maps {
  background-color: #5083C3;
  border-color: #5083C3;
  color: #fff;
}
.btn-google-maps:hover {
  background-color: #4076ba;
  border-color: #4076ba;
}

.btn-google-play {
  background-color: #01B9FD;
  border-color: #01B9FD;
  color: #fff;
}
.btn-google-play:hover {
  background-color: #01a6e4;
  border-color: #01a6e4;
}

.btn-google-plus {
  background-color: #DD5144;
  border-color: #DD5144;
  color: #fff;
}
.btn-google-plus:hover {
  background-color: #d93d2e;
  border-color: #d93d2e;
}

.btn-google {
  background-color: #4285F4;
  border-color: #4285F4;
  color: #fff;
}
.btn-google:hover {
  background-color: #2a75f3;
  border-color: #2a75f3;
}

.btn-instagram {
  background-color: #B23A94;
  border-color: #B23A94;
  color: #fff;
}
.btn-instagram:hover {
  background-color: #9f3484;
  border-color: #9f3484;
}

.btn-css3 {
  background-color: #0277BD;
  border-color: #0277BD;
  color: #fff;
}
.btn-css3:hover {
  background-color: #0267a4;
  border-color: #0267a4;
}

.btn-html5 {
  background-color: #E44D26;
  border-color: #E44D26;
  color: #fff;
}
.btn-html5:hover {
  background-color: #d6411b;
  border-color: #d6411b;
}

.btn-javascript {
  background-color: #F9DC3D;
  border-color: #F9DC3D;
  color: #fff;
}
.btn-javascript:hover {
  background-color: #f8d824;
  border-color: #f8d824;
}

.btn-python {
  background-color: #0C9DBF;
  border-color: #0C9DBF;
  color: #fff;
}
.btn-python:hover {
  background-color: #0a89a7;
  border-color: #0a89a7;
}

.btn-lastfm {
  background-color: #E31B23;
  border-color: #E31B23;
  color: #fff;
}
.btn-lastfm:hover {
  background-color: #cc181f;
  border-color: #cc181f;
}

.btn-linkedin {
  background-color: #007BB6;
  border-color: #007BB6;
  color: #fff;
}
.btn-linkedin:hover {
  background-color: #006a9d;
  border-color: #006a9d;
}

.btn-paypal {
  background-color: #002F86;
  border-color: #002F86;
  color: #fff;
}
.btn-paypal:hover {
  background-color: #00266d;
  border-color: #00266d;
}

.btn-pinterest {
  background-color: #BD081B;
  border-color: #BD081B;
  color: #fff;
}
.btn-pinterest:hover {
  background-color: #a50718;
  border-color: #a50718;
}

.btn-pocket {
  background-color: #EF3E56;
  border-color: #EF3E56;
  color: #fff;
}
.btn-pocket:hover {
  background-color: #ed2641;
  border-color: #ed2641;
}

.btn-polymer {
  background-color: #F87292;
  border-color: #F87292;
  color: #fff;
}
.btn-polymer:hover {
  background-color: #f75a7f;
  border-color: #f75a7f;
}

.btn-rss {
  background-color: #F99C3A;
  border-color: #F99C3A;
  color: #fff;
}
.btn-rss:hover {
  background-color: #f89021;
  border-color: #f89021;
}

.btn-share {
  background-color: #2C9CFF;
  border-color: #2C9CFF;
  color: #fff;
}
.btn-share:hover {
  background-color: #1390ff;
  border-color: #1390ff;
}

.btn-stackoverflow {
  background-color: #F38024;
  border-color: #F38024;
  color: #fff;
}
.btn-stackoverflow:hover {
  background-color: #f0720d;
  border-color: #f0720d;
}

.btn-steam {
  background-color: #15497B;
  border-color: #15497B;
  color: #fff;
}
.btn-steam:hover {
  background-color: #113c65;
  border-color: #113c65;
}

.btn-twitter {
  background-color: #1DA1F2;
  border-color: #1DA1F2;
  color: #fff;
}
.btn-twitter:hover {
  background-color: #0d95e8;
  border-color: #0d95e8;
}

.btn-vk {
  background-color: #5181B8;
  border-color: #5181B8;
  color: #fff;
}
.btn-vk:hover {
  background-color: #4574aa;
  border-color: #4574aa;
}

.btn-wikipedia {
  background-color: #E9E9E9;
  border-color: #E9E9E9;
  color: #2c241b;
}
.btn-wikipedia:hover {
  background-color: gainsboro;
  border-color: gainsboro;
}

.btn-windows {
  background-color: #0078D6;
  border-color: #0078D6;
  color: #fff;
}
.btn-windows:hover {
  background-color: #006abd;
  border-color: #006abd;
}

.btn-500px {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-500px:hover {
  background-color: black;
  border-color: black;
}

.btn-8tracks {
  background-color: #122D4B;
  border-color: #122D4B;
  color: #fff;
}
.btn-8tracks:hover {
  background-color: #0d2136;
  border-color: #0d2136;
}

.btn-amazon {
  background-color: #F79B34;
  border-color: #F79B34;
  color: #fff;
}
.btn-amazon:hover {
  background-color: #f68f1b;
  border-color: #f68f1b;
}

.btn-blogger {
  background-color: #F06A35;
  border-color: #F06A35;
  color: #fff;
}
.btn-blogger:hover {
  background-color: #ee581d;
  border-color: #ee581d;
}

.btn-delicious {
  background-color: #0000FE;
  border-color: #0000FE;
  color: #fff;
}
.btn-delicious:hover {
  background-color: #0000e5;
  border-color: #0000e5;
}

.btn-disqus {
  background-color: #2E9EFE;
  border-color: #2E9EFE;
  color: #fff;
}
.btn-disqus:hover {
  background-color: #1592fe;
  border-color: #1592fe;
}

.btn-flattr {
  background-color: #7AB831;
  border-color: #7AB831;
  color: #fff;
}
.btn-flattr:hover {
  background-color: #6da42c;
  border-color: #6da42c;
}

.btn-flickr {
  background-color: #FE0084;
  border-color: #FE0084;
  color: #fff;
}
.btn-flickr:hover {
  background-color: #e50077;
  border-color: #e50077;
}

.btn-odnoklassniki {
  background-color: #F58220;
  border-color: #F58220;
  color: #fff;
}
.btn-odnoklassniki:hover {
  background-color: #f1750b;
  border-color: #f1750b;
}

.btn-outlook {
  background-color: #0072C6;
  border-color: #0072C6;
  color: #fff;
}
.btn-outlook:hover {
  background-color: #0063ad;
  border-color: #0063ad;
}

.btn-playstation {
  background-color: #07418E;
  border-color: #07418E;
  color: #fff;
}
.btn-playstation:hover {
  background-color: #063676;
  border-color: #063676;
}

.btn-reddit {
  background-color: #FF4500;
  border-color: #FF4500;
  color: #fff;
}
.btn-reddit:hover {
  background-color: #e63e00;
  border-color: #e63e00;
}

.btn-skype {
  background-color: #00A9F0;
  border-color: #00A9F0;
  color: #fff;
}
.btn-skype:hover {
  background-color: #0097d7;
  border-color: #0097d7;
}

.btn-slideshare {
  background-color: #0077B5;
  border-color: #0077B5;
  color: #fff;
}
.btn-slideshare:hover {
  background-color: #00669c;
  border-color: #00669c;
}

.btn-soundcloud {
  background-color: #FE4900;
  border-color: #FE4900;
  color: #fff;
}
.btn-soundcloud:hover {
  background-color: #e54200;
  border-color: #e54200;
}

.btn-tumblr {
  background-color: #36465D;
  border-color: #36465D;
  color: #fff;
}
.btn-tumblr:hover {
  background-color: #2d3a4d;
  border-color: #2d3a4d;
}

.btn-twitch {
  background-color: #6441A4;
  border-color: #6441A4;
  color: #fff;
}
.btn-twitch:hover {
  background-color: #593a92;
  border-color: #593a92;
}

.btn-vimeo {
  background-color: #1AB7EA;
  border-color: #1AB7EA;
  color: #fff;
}
.btn-vimeo:hover {
  background-color: #14a7d7;
  border-color: #14a7d7;
}

.btn-whatsapp {
  background-color: #189D0E;
  border-color: #74816e;
  color: #fff;
}
.btn-whatsapp:hover {
  background-color: #14860c;
  border-color: #74816e;
}

.btn-xbox {
  background-color: #107C0F;
  border-color: #74816e;
  color: #fff;
}
.btn-xbox:hover {
  background-color: #0d650c;
  border-color: #0d650c;
}

.btn-yahoo {
  background-color: #4101AF;
  border-color: #4101AF;
  color: #fff;
}
.btn-yahoo:hover {
  background-color: #380196;
  border-color: #380196;
}

.btn-youtube {
  background-color: #FE0000;
  border-color: #FE0000;
  color: #fff;
}
.btn-youtube:hover {
  background-color: #e50000;
  border-color: #e50000;
}

/*--
/*  2.4 - Modal CSS
/*----------------------------------------*/
.modal .modal-dialog {
  max-width: 900px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal .modal-dialog {
    max-width: 660px;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal-dialog {
    max-width: 540px;
  }
}
@media only screen and (max-width: 575px) {
  .modal .modal-dialog {
    max-width: 90%;
    margin: 0 auto;
  }
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 12px 16px;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 22px;
  font-weight: 500;
  color: #2c241b;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
}
.modal .modal-dialog .modal-content .reviews-form {
  padding-top: 0;
}

/*----------------------------------------*/
/*  03. Header CSS
/*----------------------------------------*/

/* Para ocultar/mostrar los header segun el tamaño */
.d-lg-none { display: none !important; }
@media (max-width: 991.98px) {
  .d-lg-none { display: block !important; }
  .d-none.d-lg-block { display: none !important; }
}
/*----------------------------------------*/
/*  3.1 - Header Desktop. Header CSS
/*----------------------------------------*/
/*Este es el contenedor de los header*/
.header-landing-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  z-index: 1000;
  background: #F6EADD;
  transform: translateY(0);
  display: flex;
  align-items: center;
}
.header-main.hide {
  transform: translateY(-100%);
}
.header-main.sticky:not(.hide) { /*la animacion solo aparece cuando no esta hide, porque habia un pequeño retraso al esconder el elemento cuando tenia la aminacion*/
  animation: sticky 1s;
  -webkit-animation: sticky 0.5s ease forwards;
}
.header-main.sticky.hide { /*la animacion cuando lo esconde*/
  animation: hideHeader 0.5s ease forwards;
}
.header-landing-content-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/*--
/*  3.1.1 - Header Top CSS
/*----------------------------------------*/
/*Ajustes para el carrito y el login*/
.header-landing-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: .5rem 4rem 0 1.5rem;
  margin-top: .3rem;
  height: 38px;
  gap: 1.2rem;
  background-color: transparent;
  font-size: 0.8rem;
  color: #748274;
  z-index: 20;
}
/* Media queries para responsividad del padding */
@media screen and (max-width: 1400px) {.header-landing-top {padding-right: 3.8rem;}}
@media screen and (max-width: 1280px) {.header-landing-top {padding-right: 3.5rem;}}
@media screen and (max-width: 1150px) {.header-landing-top {padding-right: 1.25rem;}}
@media screen and (min-width: 1401px) and (max-width: 1599px) {.header-landing-top {padding-right: 4.2rem;}}
@media screen and (min-width: 1600px) and (max-width: 1799px) {.header-landing-top {padding-right: 4.6rem;}}
@media screen and (min-width: 1800px) {.header-landing-top {padding-right: 5rem;}}

.header-landing-cart__link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  text-decoration: none;
  color: #748274;
}
.header-landing-cart__icon {
  background-color: #dcd5c8;
  color: #748274;
  font-size: 1rem;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.header-landing-cart__text {
  font-weight: 500;
}

.header-landing-login__toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #748274;
  padding: 0.3rem 0.6rem;
  border-radius: 0.75rem;
  font-size: 0.8rem;
}
.header-landing-login__avatar {
  background-color: #dcd5c8;
  color: #748274;
  font-size: 0.9rem;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-landing-login__name {
  font-weight: 500;
}

/*Dropdown*/
.header-landing-login__menu {
  position: absolute;
  top: calc(100% - 0.2rem);
  right: -0.5rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 220px;
  padding: 0.8rem 1rem;
  transform-origin: top right;
  transform: scaleY(0) translateY(-10px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 1000;
  font-size: 0.8rem;
}
.header-landing-login__menu.open {
  transform: scaleY(1) translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.header-landing-login__menu hr {
  width: 100%;
  margin: 0.4rem auto;
  border: none;
  border-top: 2px solid;
}
.header-landing-login__heading {
  font-weight: 600;
  color: #748274;
  margin-bottom: 0.4rem;
}
.header-landing-login__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-landing-login__list li {
  margin-bottom: 0rem;
}
.header-landing-login__list a {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  color: #333;
  text-decoration: none;
  padding: 0 0;
}
.header-landing-login__list a i {
  font-size: 1rem;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}
.header-landing-login__list a:hover span {
  text-decoration: underline;
}
.header-landing-login__list .cerrar-sesion {
  color: #C0392B;
  font-weight: 500;
}


/*Reglas de responsividad que seran remplazadas
@media (max-width: 768px) {
  .header-container {
    padding: 5px 10px;
  }
}*/
/*Estas son unas reglas para movile que venian sobrando*/
/*
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  header-main {
    padding: 10px 0;
  }
  .header-logo a img {
    width: 130px;
  }
  /*Borrar?*/
  /*.header-content-wrapper {
    justify-content: center;
    margin-right: 20px;
  }
  .header-top {
    position: absolute;
    top: 10px;
    margin-right: 15px;
    margin: 0;
    padding: 0;
  }
}*/
/*Estas son unas reglas del header top que se contadecian*/
/*.header-top {
  width: calc(100% - 80px);
  display: flex;
  justify-content: flex-end;
  margin: 5px 0 5px auto;
  padding-left: 190px;
  position: relative;
  right: 80px;
}*/
/*.header-menu {
  margin-left: 50px;
}*/

/*Eston eran css para la responsividad del lago*/
/*
@media (max-width: 991px) {
  .header-logo {
    margin-left: 10px;
  }
  .header-logo a img {
    width: 150px;
  }
}*/
/*
@media (max-width: 767px) {
  .header-logo {
    margin-left: 0;
    justify-content: center;
    width: auto;
  }
  .header-logo a img {
    width: 130px;
  }
}*/
/* Pantallas muy pequeñas */
/*
@media (max-width: 480px) {
  .header-main {
    padding: 10px 0;
    height: 85px; /* Puedes ajustar esto si necesario */
  /*}
  
  .header-logo a img {
    width: 140px;
  }
  
  .header-toggle .menu-toggle {
    margin-left: 10px;
  }
}*/


/*--
/*  3.1.2 - Header Container CSS
/*----------------------------------------*/
/*Este es el css de la seguna fila, el contenedor*/
.header-landing-container {
  width: 100%;
  max-width: none;
  padding-right: 1.25rem;
  padding-left: 1.5rem;
  padding-bottom: .21rem;
  box-sizing: border-box;
}
/* Pantallas muy grandes - desde 1800px */
@media screen and (min-width: 2000px) {
  .header-landing-container {
    padding-left: 1.22rem;
    padding-right: .92rem;
  }
  .header-landing-logo a img {
  width: 185px;
  height: auto;
  max-width: 100%;
  transition: all 0.3s ease;
}
}
@media screen and (min-width: 2200px) {
  .header-landing-container {
    padding-left: .62rem;
    padding-right: .2rem;
  }

}


.header-landing-wrapper {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 97%;
}
.header-landing-logo {
  margin-left: 3.85vw;
  min-width: 80px;
  flex-shrink: 0;
}
@media screen and (max-width: 1280px) {
  .header-landing-logo { margin-left: 2vw; }
}
@media screen and (max-width: 1150px) {
  .header-landing-logo { margin-left: 0rem; }
}
.header-landing-logo a img {
  width: 180px;
  height: auto;
  max-width: 100%;
  transition: all 0.3s ease;
}
.header-landing-menu {
  margin-left: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-landing-nav-menu {
  display: flex;
  gap: 1.87rem;
  flex-wrap: nowrap;
  align-items: center;
}
.header-landing-nav-menu li {
  position: relative;
  padding: 10px;
  display: flex;
  align-items: center;
}
.header-landing-nav-menu li a {
  font-family: 'Montserrat', sans-serif;
  color: #363B27;
  font-weight: 400;
  font-size: 1rem;
  transition: all 0.3s linear;
  display: inline-block;
  white-space: nowrap;
}
.header-landing-nav-menu li a.active,
.header-landing-nav-menu li:hover > a {
  color: #6a7867;
}
.header-landing-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateX(-.5%);
  min-width: 160px;
  padding: 0.5rem 0;
  background: #fff;
  border-top: 4px solid #748274;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 999;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.header-landing-nav-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-landing-menu .sub-menu li {
  width: 100%;
  padding: 0;
}

.header-landing-menu .sub-menu li a {
  display: block;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  color: #333;
}

.header-landing-menu .sub-menu li {
  position: relative;
}

/* Submenú anidado */
.header-landing-menu .sub-menu li .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 160px;
  background: #fff;
  border-top: 4px solid #748274;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 0rem 0;
  z-index: 999;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.header-landing-menu .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 1280px) {
  .header-landing-nav-menu {
    gap: 1.55rem;
  }
  .header-landing-nav-menu li a {
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 1150px) {
  .header-landing-nav-menu {
    gap: .9rem;
  }
  .header-landing-nav-menu li a {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 980px) {
  .header-landing-nav-menu {
    gap: 1rem;
  }
  .header-landing-nav-menu li a {
    font-size: 0.8rem;
  }
  .header-landing-menu {
    margin-left: 20px;
  }
}

/*--
/*  3.2 -  Header Movil
/*----------------------------------------*/
/*Este es el css para el movil*/
/* header mobile styles */
/* header animation */
.header-landing-main {
  transform: translateY(0);
  transition: transform 0.4s ease;
  will-change: transform;
}
.header-hidden {
  transform: translateY(-100%);
}

/* mobile menu slide */
#mobileMenu {
  transform: translateX(-100%) translateY(0);
  transition: transform 0.4s ease;
  will-change: transform;
}
#mobileMenu.open {
  transform: translateX(0) translateY(0);
}
#mobileMenu.open.header-shifted {
  transform: translateX(0) translateY(4.5rem);
}

/* overlay */
.header-landing-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 9990;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.header-landing-mobile-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

/* mobile side nav */
.header-landing-mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 70vw;
  max-width: 16rem;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  overflow-y: auto;
  transition: transform 0.35s ease-in-out;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
  padding-bottom: 3.5rem;
}
.header-landing-mobile-nav.open {
  transform: translateX(0);
}

/* header inside mobile nav */
.header-landing-mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem 0.1rem 1rem;
  background-color: #fff;
  border-bottom: 1.5px solid #99a597;
  margin-bottom: .1rem;
}
.header-landing-mobile-logo {
  flex: 1;
  display: flex;
  justify-content: center;
}
.header-landing-mobile-logo img {
  padding-left: .5rem;
  height: 3.6rem;
  object-fit: contain;
}
.placeholder-icon {
  width: 2.5rem;
}

/* toggle btn */
.header-landing-toggle {
  background: none;
  border: none;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.6rem;
  color: #748274;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 3rem;
}
#menuClose {
  font-size: 1.2rem;
  background: none;
  border: none;
  color: #748274;
  cursor: pointer;
}

/* Menú lateral mobile (header-landing) */
.header-landing-mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 70vw;
  max-width: 16rem;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  overflow-y: auto;
  transition: transform 0.35s ease-in-out;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
  padding-bottom: 3.5rem;
}

.header-landing-mobile-nav.open {
  transform: translateX(0);
}

/* Encabezado del menú */
.header-landing-mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem 0.1rem 1rem;
  background-color: #fff;
  border-bottom: 1.5px solid #99a597;
  margin-bottom: 0.1rem;
}

.header-landing-mobile-logo {
  flex: 1;
  display: flex;
  justify-content: center;
}

.header-landing-mobile-logo img {
  padding-left: 0.5rem;
  height: 3.6rem;
  object-fit: contain;
}

.placeholder-icon {
  width: 2.5rem;
}

/* Botón toggle/cerrar */
.header-landing-toggle {
  background: none;
  border: none;
  font-size: 1.5rem;
  padding: 0.6rem;
  color: #748274;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 3rem;
}

#menuClose {
  font-size: 1.2rem;
  background: none;
  border: none;
  color: #748274;
  cursor: pointer;
}

/* Lista principal */
.header-landing-mobile-menu {
  list-style: none;
  margin: 0;
  padding: 1rem 0;
}

.header-landing-mobile-menu > li {
  border-bottom: none;
}

.header-landing-mobile-menu > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.685rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #99a597;
  text-decoration: none;
}

/* Submenús */
.header-landing-mobile-menu li ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0;
  margin: 0;
  padding-left: 1.8rem;
  background-color: #fff;
}

.header-landing-mobile-menu li.open > ul {
  max-height: 500px;
  padding-top: 0.4rem;
  padding-bottom: 0.5rem;
}

.header-landing-mobile-menu li ul > li > a {
  display: block;
  padding: 0.4rem 0;
  font-size: 0.92rem;
  font-weight: 500;
  color: #99a597;
  text-decoration: none;
}
/* Icono flechita */
.submenu-toggle-icon {
  margin-left: auto;
  font-size: 0.7rem;
  color: #99a597;
  transition: transform 0.3s ease;
}

/* Rota la flecha cuando está abierto */
.header-landing-mobile-menu li.open > a .submenu-toggle-icon {
  transform: rotate(180deg);
}


/* Ícono de expansión */
.toggle-icon {
  margin-left: 0.5rem;
  font-weight: bold;
  font-size: 1rem;
  transition: transform 0.2s ease;
}

.header-landing-mobile-menu li.open > a .toggle-icon {
  transform: rotate(45deg);
}

/* responsive mobile styles */
@media (max-width: 991px) {
  .header-landing-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4.5rem;
    padding: 0 0.5rem;
  }

  .top-row-header-course,
  .bottom-row-header-course,
  .header-curso-nav-contenedor {
    display: none !important;
  }

  .header-landing-toggle {
    display: inline-flex !important;
    padding: 0.3rem;
    font-size: 1.5rem;
    background: none;
    border: none;
    color: #333;
  }

  .header-landing-mobile-only {
    display: flex !important;
    width: 100%;
    height: 4.5rem;
    background: #F6EADD;
    padding: 0.2rem 0.5rem;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
  }

  .header-landing-mobile-only > * {
    display: flex;
    align-items: center;
  }

  .header-landing-logo img {
    height: 3.2rem;
    padding-left: 0;
    margin-left: 0.2rem;
  }

  .header-landing-mobile-icons {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding-bottom: .1rem!important;
  }

  .header-icon {
    background: none;
    border: none;
    color: #333;
    font-size: 1.2rem;
    padding: 0.3rem;
  }

  .header-landing-store__text,
  .header-landing-user__name {
    display: none;
  }
}





/*
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu ul li:nth-last-of-type(1) ul li .sub-menu, .header-menu ul li:nth-last-of-type(2) ul li .sub-menu {
    left: auto;
    right: 100%;
  }
}*/
/*
.header-menu .sub-menu {
  position: absolute;
  top: 110%;
  left: 0;
  width: 250px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 20px rgba(52, 58, 64, 0.1);
          box-shadow: 2px 2px 20px rgba(52, 58, 64, 0.1);
  border-top: 2px solid #6a7867;
  padding: 6px 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-menu .sub-menu li a {
  padding: 6px 20px;
  font-size: 15px;
}
.header-menu .sub-menu li .sub-menu {
  left: 100%;
  top: 0px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}
.header-menu .sub-menu li:hover .sub-menu {
  top: -8px;
  opacity: 1;
  visibility: visible;
}

.header-btn {
  margin-left: 60px;
}
  */
/*
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-btn {
    margin-left: 40px;
  }
}*/

/*
.header-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-toggle .menu-toggle {
  margin-left: 30px;
}
@media only screen and (max-width: 575px) {
  .header-toggle .menu-toggle {
    margin-left: 15px;
  }
}
.header-toggle .menu-toggle span {
  width: 26px;
  height: 2px;
  background-color: #2c241b;
  display: block;
  margin: 5px 0;
}
*/
/*Este es el css que le da animacion a ocultar o mostrar el header*/
.header-main.hide,
.header-landing-main.hide {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
.header-main,
.header-landing-main {
  transition: transform .3s ease;
  will-change: transform;
}
.sticky {
  position: fixed;
  -webkit-box-shadow: 2px 4px 8px rgba(33, 40, 50, 0.15);
  box-shadow: 2px 4px 8px rgba(33, 40, 50, 0.15);
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes hideHeader {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes hideHeader {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}


/*Header login*/

.off-canvas {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #ffffff;
        width: 100%;
        height: 300px;
        z-index: 9999;
        transition: top 0.3s;
        /* Agrega una transición suave */
    }

    .accordion-title {
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #90A692 !important;
        padding-left: 0px !important;
        background-color: #ffffff !important;
        border-color: transparent !important;
        text-transform: uppercase !important;
    }

    .header-login {
    position: relative;
    display: inline-block;
}
#example-dropdown {
    display: none;
    position: absolute;
    right: 0;
    background-color: white;
    min-width: 180px;
    border-radius: 4px;
    padding: 8px 0;
    z-index: 1000;
    list-style: none;
    margin: 0;
}

#example-dropdown li {
    padding: 8px 20px;
}

#example-dropdown li a {
    color: #333;
    text-decoration: none;
    display: block;
}

#example-dropdown li a:hover {
    background-color: #f2f2f2;
}
.hollow.button.b-header, .header-login {
  margin-left: 20px; /* o el espacio que quieras mantener */
}



/* Login link si no ha iniciado sesión */
/*.header-login__login {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.75rem;
  border-radius: 1.5rem;
  background-color: transparent;
  color: #748274;
  text-decoration: none;
  font-weight: 500;
}

.header-login__login-icon {
  background-color: #dcd5c8;
  color: #748274;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1rem;
}

*/
/*--
/*  3.2 - Mobile Menu CSS
/*----------------------------------------*/
/*.mobile-menu {
  position: fixed;
  top: 0;
  width: 300px;
  height: 100%;
  left: -305px;
  background-color: #fff;
  z-index: 999;
  padding-top: 115px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: auto;
}
.mobile-menu.open {
  left: 0;
}
.mobile-menu .menu-close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 30px;
  color: #2c241b;
}

.mobile-menu-items {
  padding: 30px 0;
}
.mobile-menu-items ul {
  border-top: 1px solid rgba(10, 77, 60, 0.15);
}
.mobile-menu-items ul li {
  position: relative;
}
.mobile-menu-items ul li a {
  display: block;
  width: 100%;
  background: none;
  text-align: left;
  padding: 10px 20px;
  border: 0;
  border-bottom: 1px solid rgba(10, 77, 60, 0.15);
  font-size: 15px;
  font-weight: 500;
  color: #98a393;
}
.mobile-menu-items ul li a.active {
  color: #6a7867;
}
.mobile-menu-items ul li .mobile-menu-expand {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.mobile-menu-items ul li .mobile-menu-expand::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2c241b;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mobile-menu-items ul li .mobile-menu-expand::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #2c241b;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mobile-menu-items ul li.active-expand > .mobile-menu-expand::after {
  height: 0;
}
.mobile-menu-items ul li ul {
  border-top: 0;
}
.mobile-menu-items ul li ul li a {
  padding-left: 12%;
}
.mobile-menu-items ul li ul li ul li a {
  padding-left: 24%;
}
*/
/*--
/*  3.3 - Login Header CSS
/*----------------------------------------*/

/*
.login-header {
  background-color: #6a7867;
}

.login-header-wrapper.navbar {
  padding: 0 0;
}

.login-header-logo {
  padding: 25px 25px;
  background-color: #073f31;
}
.login-header-logo a + a {
  margin-left: 15px;
}
@media only screen and (max-width: 575px) {
  .login-header-logo a + a {
    display: none;
  }
}
.login-header-logo.logo-2 {
  margin-right: 50px;
  padding: 35px 50px;
  background-color: #073f31;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login-header-logo.logo-2 {
    padding: 30px 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .login-header-logo.logo-2 {
    padding: 20px 20px;
    margin-right: 30px;
  }
}

.login-header-search {
  position: relative;
  width: 500px;
  margin-left: auto;
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .login-header-search {
    width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login-header-search {
    width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .login-header-search {
    position: static;
    width: auto;
    margin-right: 0;
  }
}
.login-header-search .search-input {
  position: relative;
  padding: 0;
  background: none;
  display: block;
  z-index: 11;
  border-radius: 0;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .login-header-search .search-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #28313d;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 113;
    display: none;
  }
}
.login-header-search .search-input input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  width: 100%;
  height: 60px;
  border: 0;
  border-radius: 50px;
  padding: 0 30px;
  padding-right: 53px;
  outline: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #073f31;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
}
.login-header-search .search-input input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  opacity: 1;
}
.login-header-search .search-input input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  opacity: 1;
}
.login-header-search .search-input input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  opacity: 1;
}
.login-header-search .search-input input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  opacity: 1;
}
.login-header-search .search-input.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: sticky 0.3s;
          animation: sticky 0.3s;
}
.login-header-search button {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 10px;
  background-color: transparent;
  border: 0;
  top: 5px;
  right: 5px;
  font-size: 16px;
  color: #fff;
  z-index: 112;
}
@media only screen and (max-width: 767px) {
  .login-header-search button {
    position: relative;
    top: 0;
    right: 0;
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .login-header-search button {
    position: relative;
    top: 0;
    right: 0;
    font-size: 20px;
  }
}
.login-header-search.search-2 {
  margin-right: 0;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .login-header-search.search-2 {
    margin-left: auto;
  }
}

@-webkit-keyframes search {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes search {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.login-header-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 25px;
}
@media only screen and (max-width: 767px) {
  .login-header-action {
    padding-right: 5px;
  }
}
.login-header-action > * {
  margin: 0px 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
  .login-header-action > * {
    margin: 0px 7px;
  }
}
.login-header-action .notification {
  font-size: 36px;
  color: #fff;
  position: relative;
  padding: 0;
  padding-top: 3px;
  background: none;
  border: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login-header-action .notification {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .login-header-action .notification {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .login-header-action .notification {
    font-size: 22px;
  }
}
.login-header-action .notification .active {
  width: 12px;
  height: 12px;
  background-color: #a4b5a4;
  border: 2px solid #6a7867;
  position: absolute;
  top: 17px;
  right: 3px;
  border-radius: 5px;
}
@media only screen and (max-width: 575px) {
  .login-header-action .notification .active {
    right: -2px;
  }
}
.login-header-action .author img {
  width: 60px;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login-header-action .author img {
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .login-header-action .author img {
    width: 45px;
  }
}
.login-header-action .more {
  width: 36px;
  height: 36px;
  border: 0;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login-header-action .more {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .login-header-action .more {
    width: 28px;
    height: 28px;
  }
}
.login-header-action .more span {
  width: 4px;
  height: 4px;
  background-color: #6a7867;
  border-radius: 50%;
  display: inline-block;
  margin: 0 1.5px;
}
@media only screen and (max-width: 575px) {
  .login-header-action .more span {
    width: 3px;
    height: 3px;
    margin: 0 1px;
  }
}
.login-header-action .dropdown .dropdown-menu {
  width: 160px;
  padding: 10px;
  border-radius: 10px;
  border: 0;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  left: auto;
  right: 0;
}
.login-header-action .dropdown .dropdown-menu.dropdown-notification {
  width: 360px;
  padding: 0;
  right: -150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login-header-action .dropdown .dropdown-menu.dropdown-notification {
    right: -110px;
  }
}
@media only screen and (max-width: 767px) {
  .login-header-action .dropdown .dropdown-menu.dropdown-notification {
    right: -140px;
  }
}
@media only screen and (max-width: 575px) {
  .login-header-action .dropdown .dropdown-menu.dropdown-notification {
    width: 270px;
    right: -90px;
  }
}
.login-header-action .dropdown .dropdown-menu li {
  border-bottom: 1px solid #e0dddb;
}
.login-header-action .dropdown .dropdown-menu li:last-child {
  border-bottom: 0;
}
.login-header-action .dropdown .dropdown-menu li > a {
  display: block;
  color: #2c241b;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.login-header-action .dropdown .dropdown-menu li > a:hover {
  color: #a4b5a4;
}
.login-header-action .dropdown .dropdown-menu .notification-items-list .notification-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e0dddb;
  padding: 20px 25px;
}
@media only screen and (max-width: 575px) {
  .login-header-action .dropdown .dropdown-menu .notification-items-list .notification-item {
    padding: 10px 15px;
  }
}
.login-header-action .dropdown .dropdown-menu .notification-items-list .notification-item .notify-icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  padding: 0 9px;
}
@media only screen and (max-width: 575px) {
  .login-header-action .dropdown .dropdown-menu .notification-items-list .notification-item .notify-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    font-size: 13px;
  }
}
.login-header-action .dropdown .dropdown-menu .notification-items-list .notification-item .dropdown-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.login-header-action .dropdown .dropdown-menu .notification-items-list .notification-item .dropdown-body p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 200px;
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}
@media only screen and (max-width: 575px) {
  .login-header-action .dropdown .dropdown-menu .notification-items-list .notification-item .dropdown-body p {
    width: 150px;
  }
}
.login-header-action .dropdown .dropdown-menu .notification-items-list .notification-item .notify-time {
  width: 100%;
  white-space: nowrap;
  color: #828690;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 13px;
  padding-left: 9px;
}
@media only screen and (max-width: 575px) {
  .login-header-action .dropdown .dropdown-menu .notification-items-list .notification-item .notify-time {
    font-size: 12px;
  }
}
.login-header-action .dropdown .dropdown-menu .all-notification {
  display: block;
  padding: 15px 30px 15px;
  text-align: center;
  font-size: 14px;
  color: #2c241b;
  font-weight: 400;
}
.login-header-action.action-2 {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .login-header-action.action-2 {
    margin-left: 0;
  }
}


/*----------------------------------------*/
/*  04. Pages CSS (All Page Styles)
/*----------------------------------------*/
/*--
/*  4.1 - Slider CSS
/*----------------------------------------*/
.single-slider {
  height: 940px;
  padding-top: 100px;
  padding-bottom: 105px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider {
    height: 780px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider {
    height: 780px;
  }
}
@media only screen and (max-width: 767px) {
  .single-slider {
    height: auto;
    padding-top: 230px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .single-slider {
    padding-top: 220px;
    padding-bottom: 100px;
  }
}

.slider-content {
  max-width: 800px;
  margin-left: 150px;
  margin-right: auto;
  transition: all 0.3s ease;
}

.text-box {
  text-align: center;
  background-color: rgba(246, 234, 221, 1);
  padding: 25px;
  border-radius: 8px;
  max-width: 420px;
  margin: 22px auto;
}

/* Tablet (768px - 991px) */
@media (max-width: 991px) {
  .slider-content {
    margin-left: 80px;
    max-width: 90%;
  }
  .text-box {
    max-width: 380px;
    padding: 20px;
  }
}

/* Móvil (576px - 767px) */
@media (max-width: 767px) {
  .slider-content {
    margin-left: 20px;
    max-width: 95%;
  }
  .text-box {
    max-width: 320px;
    padding: 15px;
    margin: 15px auto;
  }
}

/* Móvil pequeño (< 576px) */
@media (max-width: 575px) {
  .slider-content {
    margin-left: 10px; /* Mínimo margen */
  }
  .text-box {
    max-width: 280px;
    padding: 12px;
    border-radius: 6px; /* Bordes más suaves */
  }
}

.slider-content .sub-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #6a7867;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.slider-content .main-title {
  font-size: 70px;
  line-height: 1;
  margin-top: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content .main-title {
    font-size: 64px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content .main-title {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content .main-title {
    font-size: 56px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-content .main-title {
    font-size: 36px;
    line-height: 1.3;
  }
}
.slider-content p {
  font-size: 20px;
  font-weight: 500;
  color: #6a7867;
  font-family: "Gill Sans", sans-serif;
  font-weight: bold;
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .slider-content p {
    font-size: 16px;
  }
}
.slider-content .btn {
  margin-top: 30px;
}

.slider-social {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .slider-social {
    bottom: 80px;
  }
}
.slider-social .social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-social .social-wrapper p {
  font-size: 16px;
  font-weight: 500;
  color: #2c241b;
  white-space: nowrap;
  padding-right: 5px;
}
@media only screen and (max-width: 575px) {
  .slider-social .social-wrapper p {
    font-size: 14px;
  }
}
.slider-social .social-wrapper .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-social .social-wrapper .social li {
  margin-left: 15px;
}
@media only screen and (max-width: 575px) {
  .slider-social .social-wrapper .social li {
    margin-left: 10px;
  }
}
.slider-social .social-wrapper .social li a {
  width: 45px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  border: 1px solid rgba(10, 77, 60, 0.15);
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 575px) {
  .slider-social .social-wrapper .social li a {
    width: 35px;
    height: 35px;
    line-height: 33px;
  }
}
.slider-social .social-wrapper .social li a:hover {
  background-color: #6a7867;
  border-color: #6a7867;
  color: #fff;
}
.slider-active {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider-active .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.swiper-slide.animation-style-01 {
    height: 900px; /* Altura deseada */
    background-position: center 60%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slider-active .swiper-button-next, .slider-active .swiper-button-prev {
  width: 45px;
  height: 45px;
  font-size: 15px;
  color: #fff;
  opacity: 1;
  border-radius: 50%;
  background-color: #266151;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  bottom: 60px;
  top: auto;
  margin-top: 0;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .slider-active .swiper-button-next, .slider-active .swiper-button-prev {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-active .swiper-button-next, .slider-active .swiper-button-prev {
    bottom: 20px;
    margin: 0 5px;
  }
}
.slider-active .swiper-button-next::after, .slider-active .swiper-button-prev::after {
  display: none;
}
.slider-active .swiper-button-next::before, .slider-active .swiper-button-prev::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(10, 77, 60, 0.1);
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 767px) {
  .slider-active .swiper-button-next::before, .slider-active .swiper-button-prev::before {
    display: none;
  }
}
.slider-active .swiper-button-next:hover, .slider-active .swiper-button-prev:hover {
  background-color: #a4b5a4;
}
.slider-active .swiper-button-next:hover::before, .slider-active .swiper-button-prev:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(2);
          transform: scale(2);
}
.slider-active .swiper-button-next {
  right: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-active .swiper-button-next {
    right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider-active .swiper-button-next {
    right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-active .swiper-button-next {
    right: auto;
    left: 50%;
  }
}
.slider-active .swiper-button-prev {
  left: auto;
  right: 160px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-active .swiper-button-prev {
    right: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-active .swiper-button-prev {
    right: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-active .swiper-button-prev {
    right: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-active .swiper-button-prev {
    left: auto;
    right: 50%;
  }
}

/*--
/*  4.2 - Features CSS
/*----------------------------------------*/
.features-wrapper {
  margin-top: -50px;
}
.features-wrapper .row > *:nth-child(2n+2) .single-feature {
  border-left: 1px solid #f3f0ec;
  border-right: 1px solid #f3f0ec;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .features-wrapper .row > *:nth-child(2n+2) .single-feature {
    border: 0;
  }
}

.single-feature {
  text-align: center;
  padding: 0 25px;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-feature {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}
.single-feature .feature-icon span {
  width: 170px;
  height: 170px;
  line-height: 175px;
  background-color: #f8f6f4;
  text-align: center;
  display: inline-block;
  font-size: 70px;
  color: #6a7867;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media only screen and (max-width: 575px) {
  .single-feature .feature-icon span {
    width: 140px;
    height: 140px;
    line-height: 145px;
    font-size: 60px;
  }
}
.single-feature .feature-icon span::before {
  position: absolute;
  content: "";
  bottom: -150px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #6a7867;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .single-feature .feature-icon span::before {
    bottom: -120px;
  }
}
.single-feature .feature-icon span::after {
  position: absolute;
  content: "";
  bottom: -170px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #a4b5a4;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .single-feature .feature-icon span::after {
    bottom: -140px;
  }
}
.single-feature .feature-content {
  padding-top: 35px;
  padding-bottom: 35px;
}
.single-feature .feature-content .content-wrapper {
  background-color: #fff;
}
.single-feature .feature-content .title {
  font-size: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-feature .feature-content .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .single-feature .feature-content .title {
    font-size: 24px;
  }
}
.single-feature .feature-content p {
  margin-top: 20px;
}
.single-feature .feature-content .arrow {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #a4b5a4;
  color: #fff;
  font-size: 25px;
  border-radius: 50%;
  margin-top: 35px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-feature .feature-content .arrow {
    opacity: 1;
    visibility: visible;
  }
}
.single-feature .feature-content .arrow:hover {
  background-color: #6a7867;
}
.single-feature.active .feature-icon span, .single-feature:hover .feature-icon span {
  -webkit-transition-delay: 0;
          transition-delay: 0;
  color: #fff;
}
.single-feature.active .feature-icon span::before, .single-feature:hover .feature-icon span::before {
  bottom: 0px;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.single-feature.active .feature-icon span::after, .single-feature:hover .feature-icon span::after {
  bottom: -150px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media only screen and (max-width: 575px) {
  .single-feature.active .feature-icon span::after, .single-feature:hover .feature-icon span::after {
    bottom: -120px;
  }
}
.single-feature.active .feature-content .arrow, .single-feature:hover .feature-content .arrow {
  opacity: 1;
  visibility: visible;
}

/*--
/*  4.3 - Nutricion CSS
/*----------------------------------------*/

.acreditado-section {
  background-color: white;
  padding: 30px 20px;
  text-align: center;
}

.acreditado-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.acreditado-item {
  flex: 1;
  min-width: 200px;
}

.acreditado-info {
  font-size: 22px;
  color: #111;
  font-weight: normal;
  line-height: 1.4;
  font-weight: 500;
}

.acreditado-center {
  flex: 1;
  min-width: 300px;
}

.acreditado-logo {
  width: 200px;
  margin-bottom: 10px;
}

.acreditado-conocer {
  font-size: 16px;
  color: #333;
}

.acreditado-conocer span {
  font-weight: bold;
}

.acreditado-conocer small {
  display: block;
  font-size: 12px;
}

/*--------------------------------------------------Nutrición Section*/

.nutrition-section {
  padding: 60px 20px;
  font-family: 'Montserrat', serif;
}

.nutrition-section .title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #2D3123;
}

.nutrition-section .subtitle {
  font-size: 18px;
  color: #5e5e5e;
  margin-bottom: 40px;
}

.modules {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
  padding: 20px;
}

.module {
  background-color: #f5e8dc;
  padding: 30px;
  border-radius: 12px;
  width: 300px;
  text-align: left;
  margin: 10px;
}

.module img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  margin-bottom: 20px;
}

.module h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #2c2c2c;
  font-family: 'Montserrat', serif;
}

.module p {
  font-size: 14px;
  color: #3a3a3a;
}


.cert-btn {
  font-size: 24px;
  margin-bottom: 5px;
  font-family: 'GFS Didot', serif;
  background-color: #6f765e;
  color: #F6EADD;
  padding: 8px 20px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
  margin: 10px auto 25px auto;
  min-width: 120px;
  text-align: center;
  white-space: nowrap;
}

.cert-btn:hover {
  background-color: #5d644f;
}

@media (max-width: 768px) {
  .cert-btn {
    padding: 6px 12px;
    font-size: 14px;
    min-width: 100px;
  }
}
/* Línea divisoria horizontal */
.horizontal-divider {
    width: 100%;
    height: 0.9px;
    background-color: #5d644f;
}

/* Versión responsiva para móviles */
@media (max-width: 768px) {
    .horizontal-divider {
        margin: 1.5rem 0
    }
}
 /*--------------------------------------------------Al alcance Section*/
 .learn-ffl1 {
  padding-top: 15px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.learn-ffl1:last-child > .boton-container {
  margin: 40px auto 20px auto;
  padding: 0 20px;
  max-width: 1200px;
  width: 100%;
  text-align: center;
}
.horizontal-divider {
  background-color: #748274;
  margin: 30px auto;
  position: relative;
  display: block;
}


.tabs-menu {
  background-color: #6e7a67;
  border-radius: 40px;
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .tabs-menu {
    transform: scale(0.85);
    transform-origin: center;
    gap: 0.4rem;
  }
}

@media (max-width: 480px) {
  .tabs-menu {
    transform: scale(0.75);
    gap: 0.3rem;
  }
}

.tab-btn {
  background: transparent;
  border: none;
  color: #F6EADD;
  padding: 0.4rem 2rem;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-btn.active {
  background-color: white;
  color: #6e7a67;
}

  .tabs-content {
    display: none;
  }

  .tabs-content.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  @media (max-width: 992px) {
    .tabs-content.active {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 576px) {
    .tabs-content.active {
      grid-template-columns: 1fr;
    }
  }

  .module-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%; 
}
.cursos-inicio .module-card-info{
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cursos-inicio .module-card-info button{
  margin: auto auto 0 auto;
}
.module-card img {
    width: 100%;
    height: 30vh;
    max-height: 500px;
    min-height: 180px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.module-card h4 {
    margin: 1rem 0 0.5rem;
    flex-grow: 0;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
}

.module-card p {
    font-size: 0.9rem;
    color: #333;
    flex-grow: 1; 
    font-family: Montserrat, sans-serif;
}

.module-card button {
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background-color: #6c7665;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    align-self: center; /* Centra el botón */
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #F6EADD;
}
/*--------------------------------------------------Evento Section*/
.wrapperr-evento {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 4/3;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapperr-evento img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/*----------------------------------------*/
/*  4.3.1 - Pop-up CSS */
/*----------------------------------------*/
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

.popup-container {
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: #203E2E;
  color: white;
  padding: 2rem;
  z-index: 9999;
  max-width: 450px;
  width: 90%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-content {
  position: relative;
}

.popup-titulo {
  max-width: 55%;
  width: auto;
  height: auto;
  margin: 0 auto 1.5rem;
  display: block;
  object-fit: contain;
}

.popup-image {
  border-radius: 20px;
  margin: 1rem 0;
  width: 100%;
  border-radius: 8px;
  margin: 0.5rem 0;
}

.popup-logo {
  max-width: 30%;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.8rem;
  object-fit: contain;
}

.close-popup {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  font-size: 2rem;
  cursor: pointer;
  padding: 0.3rem;
  line-height: 1;
}

.popup-subtitle {
  font-family: Manrope, sans-serif;
  font-size: 20px;
  color: #F6EADD;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-weight: 200;
  letter-spacing: 0.3px;
  margin-top: 0.8rem;
}

.btn-popup {
  font-family: Manrope, sans-serif;
  margin: 20px 0;
  font-size: 20px;
  display: inline-block;
  background: #F6EADD;
  color: #203E2E;
  padding: 6px 50px;;
  border-radius: 2rem;
  font-weight: 400;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
  border: none;
  cursor: pointer;
  min-width: 200px;
}

.btn-popup:hover {
  background: #F6EADD;
  transform: translateY(-2px);
}

/*--
/*  4.4 - Courses CSS
/*----------------------------------------*/
.courses-wrapper {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .courses-wrapper {
    padding-top: 0;
  }
}

.single-courses {
  margin-top: 50px;
}
.single-courses .courses-images a {
  display: block;
}
.single-courses .courses-images a img {
  width: 100%;
}
.single-courses .courses-content {
  background-image: -ms-linear-gradient(-90deg, rgb(248, 246, 244) 0%, rgb(255, 255, 255) 100%);
}
.single-courses .courses-content .courses-price {
  position: relative;
  margin-top: -40px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .single-courses .courses-content .courses-price {
    margin-top: -30px;
  }
}
.single-courses .courses-content .courses-price .price {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 76px;
  border: 2px solid #f8f6f4;
  border-radius: 50%;
  background-color: #6a7867;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .single-courses .courses-content .courses-price .price {
    width: 60px;
    height: 60px;
    line-height: 56px;
    font-size: 16px;
  }
}
.single-courses .courses-content .content-wrapper {
  padding: 30px 0px 25px;
}
@media only screen and (max-width: 767px) {
  .single-courses .courses-content .content-wrapper {
    padding: 20px 20px 15px;
  }
}
.single-courses .courses-content .content-wrapper .author {
  color: #9b9ea1;
  font-weight: 500;
}
.single-courses .courses-content .content-wrapper .author a {
  color: #2c241b;
}
.single-courses .courses-content .content-wrapper .title a {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .single-courses .courses-content .content-wrapper .title a {
    font-size: 20px;
  }
}
.single-courses .courses-content .content-wrapper .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.single-courses .courses-content .content-wrapper .meta li {
  color: #98a393;
  font-size: 13px;
  position: relative;
}
.single-courses .courses-content .content-wrapper .meta li + li {
  margin-left: 35px;
}
.single-courses .courses-content .content-wrapper .meta li + li::before {
  position: absolute;
  content: "";
  background-color: #6a7867;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -15px;
}

.courses-search-bar {
  background-color: #f8f6f4;
  padding: 20px;
  padding-top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.courses-search-bar .courses-select {
  max-width: 340px;
  width: 100%;
  height: 60px;
  background-color: #fff;
  margin-top: 19px;
  border-radius: 2px;
  padding-top: 0;
}
.courses-search-bar .courses-select .nice-select {
  float: none;
  width: 100%;
  display: block;
  height: 60px;
  border-radius: 2px;
  border: 0;
  padding-left: 20px;
  padding-right: 30px;
}
.courses-search-bar .courses-select .nice-select .current {
  line-height: 60px;
  font-size: 15px;
  color: #52565b;
}
.courses-search-bar .courses-select .nice-select::after {
  width: 7px;
  height: 7px;
  border-color: #52565b;
  right: 20px;
}
.courses-search-bar .courses-select .nice-select .list {
  width: 100%;
}

.courses-search {
  max-width: 340px;
  width: 100%;
  height: 60px;
  background-color: #fff;
  /*margin-top: 19px;*/
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.courses-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  width: 100%;
  height: 60px;
  padding-left: 20px;
  padding-right: 65px;
  border: 0;
  background-color: transparent;
  font-size: 15px;
  color: #52565b;
  margin-top: 0;
}
.courses-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  opacity: 1;
}
.courses-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  opacity: 1;
}
.courses-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  opacity: 1;
}
.courses-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  opacity: 1;
}
.courses-search button {
  width: 50px;
  height: 50px;
  background-color: #6a7867;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 2px;
  border: 0;
  padding: 0;
}

.courses-category-wrapper {
  background-color: #f8f6f4;
  padding: 1px 20px 20px;
  border-radius: 2px;
}
@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
  .courses-category-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 575px) {
  .courses-category-wrapper {
    padding: 1px 30px 30px;
  }
}
.courses-category-wrapper .category-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .courses-category-wrapper .category-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.courses-category-wrapper .category-menu li {
  padding: 15px 7px 0;
}
.courses-category-wrapper .category-menu li a {
  width: 160px;
  height: 60px;
  line-height: 58px;
  border: 1px solid rgba(255, 163, 0, 0.2);
  text-align: center;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  color: #343a40;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .courses-category-wrapper .category-menu li a {
    width: auto;
  }
}
@media only screen and (max-width: 575px) {
  .courses-category-wrapper .category-menu li a {
    font-size: 14px;
    height: 50px;
    line-height: 48px;
    padding: 0 12px;
  }
}
.courses-category-wrapper .category-menu li a.active, .courses-category-wrapper .category-menu li a:hover {
  background-color: #a4b5a4;
  border-color: #a4b5a4;
  color: #fff;
}
.courses-category-wrapper .courses-search {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .courses-category-wrapper .courses-search {
    max-width: none;
  }
}

.courses-wrapper-02 {
  padding-bottom: 30px;
}

.single-courses-02 {
  margin-top: 30px;
  border-radius: 2px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-courses-02 .courses-images {
  position: relative;
}
.single-courses-02 .courses-images a {
  display: block;
}
.single-courses-02 .courses-images a img {
  width: 100%;
  border-radius: 2px;
}
.single-courses-02 .courses-images .courses-option {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.single-courses-02 .courses-images .courses-option .option-toggle {
  width: 35px;
  height: 35px;
  border: 0;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-courses-02 .courses-images .courses-option .option-toggle span {
  width: 4px;
  height: 4px;
  background-color: #6a7867;
  border-radius: 50%;
  display: block;
  margin: 0 1.5px;
}
.single-courses-02 .courses-images .courses-option .dropdown-menu {
  padding: 10px 20px;
  border: 0;
  background-color: rgba(10, 77, 60, 0.9);
  border-radius: 10px;
  min-width: 180px;
  top: 20px !important;
  left: auto !important;
  right: 15px !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  z-index: -1;
}
.single-courses-02 .courses-images .courses-option .dropdown-menu li {
  padding: 5px 0;
}
.single-courses-02 .courses-images .courses-option .dropdown-menu li a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
}
.single-courses-02 .courses-images .courses-option .dropdown-menu li a i {
  margin-right: 5px;
}
.single-courses-02 .courses-content {
  padding: 25px 30px;
  background-image: -ms-linear-gradient(-90deg, rgb(248, 246, 244) 0%, rgb(255, 255, 255) 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .single-courses-02 .courses-content {
    padding: 20px 25px;
  }
}
.single-courses-02 .courses-content .author {
  font-size: 15px;
  font-weight: 500;
  color: #9b9ea1;
}
.single-courses-02 .courses-content .author a {
  color: #2c241b;
}
.single-courses-02 .courses-content .author a:hover {
  color: #a4b5a4;
}
.single-courses-02 .courses-content .title a {
  font-size: 24px;
  font-weight: 500;
  color: #2c241b;
  margin-top: 13px;
  display: inline-block;
  line-height: 1.4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-courses-02 .courses-content .title a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .single-courses-02 .courses-content .title a {
    font-size: 20px;
  }
}
.single-courses-02 .courses-content .title a:hover {
  color: #a4b5a4;
}
.single-courses-02 .courses-content .courses-rating {
  padding-top: 15px;
}
.single-courses-02 .courses-content .courses-rating p {
  font-size: 14px;
  font-weight: 400;
  color: #52565b;
  margin-bottom: 0;
}
.single-courses-02 .courses-content .courses-rating p a {
  color: #a4b5a4;
}
.single-courses-02 .courses-content .courses-rating .rating-progress-bar {
  width: 100%;
  height: 3px;
  background-color: #d3ded7;
  margin-top: 10px;
}
.single-courses-02 .courses-content .courses-rating .rating-progress-bar .rating-line {
  height: 100%;
  background-color: #6a7867;
}
.single-courses-02 .courses-content .courses-rating .rating-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8px;
}
.single-courses-02 .courses-content .courses-rating .rating-meta .rating-star {
  position: relative;
}
.single-courses-02 .courses-content .courses-rating .rating-meta .rating-star::before {
  content: "\f000\f000\f000\f000\f000";
  font-family: IcoFont;
  color: #d0d0d0;
  font-size: 14px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-courses-02 .courses-content .courses-rating .rating-meta .rating-star::before {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
.single-courses-02 .courses-content .courses-rating .rating-meta .rating-star .rating-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.single-courses-02 .courses-content .courses-rating .rating-meta .rating-star .rating-bar::before {
  content: "\f000\f000\f000\f000\f000";
  font-family: IcoFont;
  color: #ffba00;
  font-size: 14px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-courses-02 .courses-content .courses-rating .rating-meta .rating-star .rating-bar::before {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
.single-courses-02:hover {
  border-color: #a4b5a4;
}

/*--
/*  4.5 - Testimonial CSS
/*----------------------------------------*/
.testimonial-section {
  background-color: #6a7867;
  position: relative;
}
.testimonial-section .shape-01 {
  position: absolute;
  top: 100px;
  left: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section .shape-01 {
    width: 220px;
    left: 60px;
    top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-section .shape-01 {
    width: 180px;
    left: 30px;
    top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-section .shape-01 {
    width: 140px;
  }
}
.testimonial-section .shape-02 {
  position: absolute;
  top: 30%;
  right: 16%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section .shape-02 {
    width: 97px;
    right: 12%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-section .shape-02 {
    width: 77px;
    right: 12%;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-section .shape-02 {
    width: 57px;
  }
}

.testimonial-wrapper {
  max-width: 970px;
  margin: 70px auto 0;
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper {
    margin-top: 30px;
  }
}

.single-testimonial {
  text-align: center;
  padding: 0 30px;
}
@media only screen and (max-width: 575px) {
  .single-testimonial {
    padding: 0 15px;
  }
}
.single-testimonial .testimonial-author {
  position: relative;
  display: inline-block;
}
.single-testimonial .testimonial-author img {
  width: 85px;
  border-radius: 50%;
}
.single-testimonial .testimonial-author i {
  position: absolute;
  font-size: 56px;
  color: #fea200;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -33px;
  line-height: 1;
}
.single-testimonial p {
  font-size: 25px;
  font-family: "Playfair Display", serif;
  color: #fff;
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .single-testimonial p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .single-testimonial p {
    font-size: 16px;
  }
}
.single-testimonial .name {
  font-size: 30px;
  color: #fff;
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  .single-testimonial .name {
    font-size: 24px;
    margin-top: 32px;
  }
}
.single-testimonial .designation {
  font-size: 11px;
  font-weight: 500;
  color: #fca100;
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
}

.testimonial-active {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial-active .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.testimonial-active .swiper-button-next, .testimonial-active .swiper-button-prev {
  width: 55px;
  height: 55px;
  font-size: 15px;
  color: #fff;
  opacity: 1;
  border-radius: 50%;
  background-color: #bdc3b3;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  bottom: 75px;
  top: auto;
  margin-top: 0;
  outline: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-active .swiper-button-next, .testimonial-active .swiper-button-prev {
    bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-active .swiper-button-next, .testimonial-active .swiper-button-prev {
    bottom: 0px;
    position: relative;
    margin: 30px 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-active .swiper-button-next, .testimonial-active .swiper-button-prev {
    bottom: 0px;
    position: relative;
    margin: 30px 10px 0;
    width: 45px;
    height: 45px;
  }
}
.testimonial-active .swiper-button-next::after, .testimonial-active .swiper-button-prev::after {
  display: none;
}
.testimonial-active .swiper-button-next::before, .testimonial-active .swiper-button-prev::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.testimonial-active .swiper-button-next:hover, .testimonial-active .swiper-button-prev:hover {
  background-color: #98a393;
}
.testimonial-active .swiper-button-next:hover::before, .testimonial-active .swiper-button-prev:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(2);
          transform: scale(2);
}
.testimonial-active .swiper-button-next {
  right: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-active .swiper-button-next {
    right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial-active .swiper-button-next {
    right: 0;
  }
}
.testimonial-active .swiper-button-prev {
  left: auto;
  right: 180px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-active .swiper-button-prev {
    right: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial-active .swiper-button-prev {
    right: auto;
  }
}

/*--
/*  4.6 - Brand CSS
/*----------------------------------------*/
.brand-wrapper {
  background-color: #f8f6f4;
  padding: 150px 140px;
  position: relative;
}
@media only screen and (min-width: 1500px) {
  .brand-wrapper {
    margin-left: -140px;
    margin-right: -140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-wrapper {
    padding: 100px 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-wrapper {
    padding: 60px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-wrapper {
    padding: 40px 30px;
  }
}
.brand-wrapper .shape {
  position: absolute;
  top: 90px;
  right: -80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-wrapper .shape {
    width: 160px;
    top: 50px;
    right: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-wrapper .shape {
    width: 100px;
    top: 30px;
    right: -40px;
  }
}
@media only screen and (max-width: 575px) {
  .brand-wrapper .shape {
    width: 70px;
    top: 15px;
    right: -20px;
  }
}

.brand-logo-wrapper {
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  .brand-logo-wrapper {
    padding-top: 40px;
  }
}

.single-brand {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
}
.single-brand img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-brand .brand-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.single-brand:hover .brand {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.single-brand:hover .brand-hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*----------------------------------------*/
/*  4.7 - Blog CSS
/*----------------------------------------*/

/*Blog*/
.color-fondo-blog {
  background-color: #FFF;
}
/*Prensa*/
.color-fondo-prensa {
  background-color: #F6EADD;
}
.blog-wrapper {
  padding-top: 30px;
}

@media only screen and (min-width: 1500px) {
  .blog-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-wrapper {
    padding-top: 10px;
  }
}

.blog-wrapper-02, .row {
  padding: 0 !important;
  margin: 0 !important;
}

/*Estos estilos single-blog se amntendran para la parte de prensa y se quitaran de blog, 
el motivo es que el cliente quiso reestrucurar el apartado de blog y ahora es necesario dar
nuevos estilos a las tarjetas, sin afectar presnsa, los nuevos estilos de blog seran blog-post-landing*/
.single-blog {
  margin-top: 0;
  padding: 0 !important;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

#vue-app-blog .single-blog{
  padding-top: 0 !important;
}

.single-blog .blog {
  padding: 10px !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

/* Estilos de la imagen */
.blog-thumb2 {
  display: block;
  width: 100%;
  height: 30vh;
  max-height: 500px;
  min-height: 180px;
  border-radius: 8px 8px 0 0;
  margin: 0;
  padding: 0;
  line-height: 0;
}

/* Contenido con márgenes laterales */
.single-blog .blog .title,
.single-blog .blog > p,
.single-blog .blog .blog-date-meta {
  padding-left: 10px;
  padding-right: 10px;
}

/* Estilos del título */
.single-blog .blog .title {
  margin-top: 15px;
  margin-bottom: 10px;
  min-height: auto;
}

.single-blog .blog .title a {
  color: #2D3123;
  font-family: Monserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  transition: all 0.3s linear;
  width: 100%;
}

/* Estilos del resumen */
.single-blog .blog > p {
  color: #333;
  font-size: 14px;
  font-weight: 300;
  font-family: Monserrat, sans-serif;
  margin: 10px 0;
  flex-grow: 1;
  line-height: 1.5;
}

/* Sección de fecha y autor */
.single-blog .blog .blog-date-meta {
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}

.single-blog .blog .blog-date-meta span {
  width: 60px;
  height: 60px;
  border-radius: 2px;
  background-color: #748274;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 10px;
  transition: all 0.3s linear;
}

.single-blog .blog .blog-date-meta span strong {
  font-size: 18px;
  font-weight: 700;
  color: #F6EADD;
  line-height: 1;
  transition: all 0.3s linear;
}

.single-blog .blog .meta {
  flex: 1;
  padding-left: 20px;
}

.single-blog .blog .meta .author {
  color: #9b9ea1;
  font-weight: 700;
  transition: all 0.3s linear;
}

.single-blog .blog .meta .author a {
  color: #2D3123;
  transition: all 0.3s linear;
}

/* Efectos hover */
.single-blog:hover {
  background-color: #748274;
}

.single-blog:hover .blog .blog-date-meta span {
  background-color: #F6EADD;
  color: #748274;
}

.single-blog:hover .blog .blog-date-meta span strong {
  color: #748274;
}

.single-blog:hover .blog .meta .author {
  color: #fff;
}

.single-blog:hover .blog .meta .author a {
  color: #F6EADD;
}

.single-blog:hover .blog .title a {
  color: #fff;
}

.single-blog:hover .blog > p {
  color: #fff;
}
/*Inicio de los estilos sobreescritos*/
.page-title-blog {
  text-align: center;
  color: #4C533C;
  font-weight: 600;
  font-size: 3rem;
  margin: 0 0 0rem;
}

/* Estado normal: tarjeta suave */
.class-blog-articulo .single-blog {
  border: none;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover: efecto flotante */
.class-blog-articulo .single-blog:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}
/* Responsive */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog .blog .title a {
    font-size: 20px;
  }
  
  .single-blog .blog .blog-date-meta span {
    width: 55px;
    height: 55px;
    padding: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .single-blog {
    margin-top: 30px;
    min-height: 480px;
  }
  
  .single-blog .blog .title a {
    font-size: 20px;
  }
  
  .blog-thumb2 {
    height: 25vh;
    min-height: 150px;
  }
}

@media only screen and (max-width: 575px) {
  .single-blog .blog .title a {
    font-size: 18px;
  }
  
  .single-blog .blog > p {
    font-size: 13px;
  }
}

.blog-wrapper-02 {
  margin-top: -50px;
   padding-top: 0 !important;
}

/*--
/*  4.8 - Download CSS
/*----------------------------------------*/
.download-wrapper {
  background-color: white;
  padding: 100px 50px;
  
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 1500px) {
  .download-wrapper {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .download-wrapper {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .download-wrapper {
    padding: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .download-wrapper {
    padding: 30px;
  }
}
.download-wrapper .shape-01 {
  position: absolute;
  left: 300px;
  bottom: -1px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .download-wrapper .shape-01 {
    width: 140px;
  }
}
@media only screen and (max-width: 575px) {
  .download-wrapper .shape-01 {
    width: 100px;
    left: 15px;
    bottom: -45px;
  }
}
.download-wrapper .shape-02 {
  position: absolute;
  top: 50px;
  right: 300px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .download-wrapper .shape-02 {
    width: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .download-wrapper .shape-02 {
    width: 50px;
    right: 10px;
  }
}
.download-wrapper .section-title .main-title {
  color: #fff;
}
.download-wrapper .download-app {
  padding-top: 25px;
}
.download-wrapper .download-app ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.download-wrapper .download-app ul li {
  padding: 30px 15px 0;
}
.download-wrapper .download-app ul li a {
  width: 180px;
  height: 65px;
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.15);
          box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 767px) {
  .download-wrapper .download-app ul li a {
    width: auto;
    padding: 0 20px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .download-wrapper .download-app ul li a img {
    width: 100px;
  }
}

.download-section {
  position: relative;
  background-color: #a4b5a4;
  overflow: hidden;
  z-index: 1;
}
.download-section .shape-01 {
  position: absolute;
  left: 50px;
  bottom: -75px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .download-section .shape-01 {
    width: 140px;
  }
}
@media only screen and (max-width: 575px) {
  .download-section .shape-01 {
    width: 100px;
    left: 15px;
    bottom: -45px;
  }
}
.download-section .shape-02 {
  position: absolute;
  top: -50px;
  right: 40px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .download-section .shape-02 {
    width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .download-section .shape-02 {
    width: 80px;
    right: 20px;
  }
}

.download-app-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.download-app-wrapper .section-title {
  text-align: left;
  max-width: 630px;
}
.download-app-wrapper .section-title .main-title {
  color: #fff;
  font-weight: 400;
  margin-top: 5px;
}
.download-app-wrapper .download-app-btn {
  padding-top: 25px;
}
.download-app-wrapper .download-app-btn .app-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.download-app-wrapper .download-app-btn .app-btn li {
  padding: 30px 15px 0;
}
.download-app-wrapper .download-app-btn .app-btn li a {
  width: 180px;
  height: 60px;
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.15);
          box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 767px) {
  .download-app-wrapper .download-app-btn .app-btn li a {
    width: auto;
    padding: 0 20px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .download-app-wrapper .download-app-btn .app-btn li a img {
    width: 100px;
  }
}

/*--
/*  4.9 - Page Banner CSS
/*----------------------------------------*/
.page-banner-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .page-banner-section {
    padding-top: 80px;
  }
}

.page-banner-content {
  padding-top: 135px;
  padding-bottom: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .page-banner-content {
    padding-top: 85px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .page-banner-content {
    padding-top: 55px;
    padding-bottom: 60px;
  }
}
.page-banner-content .page-title {
  font-size: 58px;
  line-height: 1.25;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-banner-content .page-title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .page-banner-content .page-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .page-banner-content .page-title {
    font-size: 30px;
  }
}
.page-banner-content .breadcrumb {
  margin-bottom: 0;
  margin-top: 10px;
}
.page-banner-content .breadcrumb .breadcrumb-item {
  font-weight: 500;
  font-size: 16px;
  color: #2c241b;
}
.page-banner-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "//";
  color: #2c241b;
}
.page-banner-content .breadcrumb .breadcrumb-item.active {
  color: #a4b5a4;
}
/*instagram*/
blockquote.instagram-media {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

/*--
/*  4.10 - Our Mission CSS
/*----------------------------------------*/

.our-mission-wrapper .section-padding {
    padding: 80px 0;
}

.our-mission-wrapper .about-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.our-mission-wrapper .about-content {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px;
}

.our-mission-wrapper .font-gill-sans {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.our-mission-wrapper .color-letras-active {
    color: #3e4e3e;
}

.our-mission-wrapper .color-letras {
    color: #4a4a4a;
    line-height: 1.2;
}

.our-mission-wrapper .img-contain .img-fluid {
     width: 100%;      /* Mantiene el ancho del contenedor */
    height: 500px;    /* Altura deseada (ajusta este valor) */
    object-fit: contain; /* Evita que la imagen se deforme */
    object-position: center; /* Centra la imagen */
}

.our-mission-wrapper .content .sub-title {
  font-size: 35px;
  color: #a4b5a4;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-mission-wrapper .content .sub-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .our-mission-wrapper .content .sub-title {
    font-size: 24px;
  }
}
.our-mission-wrapper .content .main-title {
  font-size: 57px;
  font-weight: 400;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-mission-wrapper .content .main-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .our-mission-wrapper .content .main-title {
    font-size: 30px;
  }
}
.our-mission-wrapper .content p {
  margin-top: 25px;
}
@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
  .our-mission-wrapper .content-list {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .our-mission-wrapper .content-list {
    padding-top: 40px;
  }
}
.our-mission-wrapper .content-list ul li {
  font-size: 22px;
  font-weight: 500;
  color: #2c241b;
  position: relative;
  padding-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-mission-wrapper .content-list ul li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .our-mission-wrapper .content-list ul li {
    font-size: 16px;
    padding-left: 20px;
  }
}
.our-mission-wrapper .content-list ul li + li {
  margin-top: 28px;
}
.our-mission-wrapper .content-list ul li::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #6a7867;
  border-radius: 50%;
  top: 18px;
  left: 0;
}
@media only screen and (max-width: 575px) {
  .our-mission-wrapper .content-list ul li::before {
    width: 7px;
    height: 7px;
    top: 12px;
  }
}
.our-mission-wrapper .content-list .btn {
  margin-top: 40px;
  margin-left: 40px;
}
@media only screen and (max-width: 575px) {
  .our-mission-wrapper .content-list .btn {
    margin-left: 20px;
    margin-top: 30px;
  }
}

/*--------------------------------------------------Fundadora*/
.fundadora-section .section-padding {
    padding: 80px 0 100px;
}

.fundadora-section .bg-grey {
    background-color: #f9f7f4;
}

.fundadora-section .about-wrapper {
    position: relative;
    margin-bottom: 90px;
}

.fundadora-section .about-content {
    position: relative;
    padding: 40px 40px 40px 30px;
    background-color: white;
    margin-bottom: -4px;
    width: 95%;
    margin-left: auto;
    margin-right: 0;
}

.fundadora-section .about-content .shape {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 200px;
    opacity: 0.7;
    z-index: 1;
}
.fundadora-section .about-images::before {
    content: "";
    position: absolute;
    background-image: url('assets/images/shape/trigo-small.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    bottom: -40px;
    left: -40px;
    opacity: 0.7;
    z-index: 1;
}

.fundadora-section .color-letras-active {
    color: #404c36;
}

.fundadora-section .content-wrapper h2 {
    font-size: 50px;
    margin-bottom: 20px;
}

.fundadora-section .content-wrapper h6 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.fundadora-section .content-wrapper p {
    font-size: 14px;
}

.fundadora-section .about-images img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 600px;
    position: relative;
    z-index: 2;
}

.fundadora-section .fundadora-text {
    padding-left: 15px;
    text-align: justify;
    margin-bottom: 20px;
}

.fundadora-section .about-images {
    position: relative; 
    display: flex;
    align-items: flex-end;
}

/* Media queries para responsividad */
@media (max-width: 991.98px) {
    .fundadora-section .section-padding {
        padding: 60px 0 80px;
    }
    
    .fundadora-section .about-content {
        width: 100%;
        margin-bottom: 0;
        border-radius: 12px 12px 0 0;
    }
    
    .fundadora-section .about-images img {
        border-radius: 0 0 12px 12px;
    }
}

@media (max-width: 767.98px) {
    .fundadora-section .section-padding {
        padding: 40px 0 60px;
    }
    
    .fundadora-section .about-wrapper {
        margin-bottom: 30px;
    }
}
/*--
/*  4.11 - Instructor CSS
/*----------------------------------------*/
.instructor-wrapper {
  padding-top: 40px;
}
@media only screen and (max-width: 575px) {
  .instructor-wrapper {
    padding-top: 10px;
  }
}

.single-instructor {
  margin-top: 30px;
}
.single-instructor .instructor-images img {
  width: 100%;
}
.single-instructor .instructor-content {
  text-align: center;
  background-image: -webkit-linear-gradient(-90deg, #f8f6f4 0%, white 100%);
  padding-bottom: 30px;
  padding-top: 30px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
.single-instructor .instructor-content .social {
  padding-bottom: 25px;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-instructor .instructor-content .social a {
  width: 45px;
  height: 45px;
  line-height: 43px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  margin: 0 7px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-instructor .instructor-content .social a:hover {
  background-color: #a4b5a4;
  border-color: #a4b5a4;
  color: #fff;
}
.single-instructor .instructor-content .designation {
  font-size: 14px;
  color: #a4b5a4;
}
.single-instructor .instructor-content .name {
  font-size: 28px;
  font-weight: 500;
  margin-top: 15px;
}
@media only screen and (max-width: 575px) {
  .single-instructor .instructor-content .name {
    font-size: 22px;
  }
}
/* .single-instructor:hover .instructor-content {
  margin-top: -70px;
  padding-top: 100px;
} */
.single-instructor:hover .instructor-content .social {
  opacity: 1;
  visibility: visible;
}

.instructor-btn {
  padding-top: 60px;
  text-align: center;
}

/*--
/*  4.12 - Courses Details CSS
/*----------------------------------------*/
.courses-details-wrapper {
  margin-top: -50px;
}

.courses-details,
.courses-details-container {
  margin-left: 0;
  padding-left: 0;
}

.courses-details-container {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.courses-details-images {
  margin-left: 0;
  padding-left: 0;
  align-self: flex-start;
}

.courses-details-images img {
  display: block;
  width: 900px;
  height: 500px;
  object-fit: cover;
  margin-right: 900px;
}

.courses-details-text {
  flex-grow: 1;
  padding-left: 30px;
  min-width: 0;
}


.info {
  background-color: #4c533c;
  color: white;
  width: 250px;
  padding: 5px;
  margin: 0 auto;
  text-align: center;
  font-size: 25px;
  border-radius: 5px;
  border: 1px solid #4c533c;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

/* Versión responsive para móviles */
@media (max-width: 768px) {
  .courses-details-container {
      flex-direction: column;
  }
  .courses-details-images {
      width: 100%;
      margin-bottom: 20px;
  }
  .content-wrapper {
    width: 100%;
  }

  .about-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}
.courses-details .courses-details-images {
  overflow: hidden;
  border-radius: 2;
  position: relative;
}
.courses-details .courses-details-images img {
  width: 800px;
}
.courses-details .courses-details-images .tags {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #ffba00;
  font-size: 14px;
  font-weight: 400;
  padding: 0 25px;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .courses-details .courses-details-images .tags {
    font-size: 12px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
  }
}
.courses-details .courses-details-images .courses-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.courses-details .courses-details-images .courses-play .play {
  width: 85px;
  height: 85px;
  line-height: 81px;
  text-align: center;
  border-radius: 50%;
  background-color: #a4b5a4;
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .courses-details .courses-details-images .courses-play .play {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
}
.courses-details .title {
  font-size: 28px;
  font-weight: 500;
  color: #6a7867;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .courses-details .title {
    font-size: 18px;
  }
}
.courses-details .courses-details-admin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .courses-details .courses-details-admin {
    display: block;
  }
}
.courses-details .courses-details-admin .admin-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
@media only screen and (max-width: 575px) {
  .courses-details .courses-details-admin .admin-author {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.courses-details .courses-details-admin .admin-author .author-thumb img {
  width: 50px;
  border-radius: 50%;
}
.courses-details .courses-details-admin .admin-author .author-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 575px) {
  .courses-details .courses-details-admin .admin-author .author-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.courses-details .courses-details-admin .admin-author .author-content .name {
  font-size: 17px;
  font-weight: 500;
  color: #9b9ea1;
  display: inline-block;
  line-height: 22px;
  position: relative;
}
.courses-details .courses-details-admin .admin-author .author-content .name::after {
  content: "||";
  font-size: 24px;
  font-weight: 300;
  color: #c5c5c5;
  position: relative;
  margin: 0 18px;
  bottom: -2px;
}
.courses-details .courses-details-admin .admin-author .author-content .name a {
  color: #2c241b;
}
.courses-details .courses-details-admin .admin-author .author-content .name a:hover {
  color: #a4b5a4;
}
.courses-details .courses-details-admin .admin-author .author-content .enroll {
  font-size: 14px;
  font-weight: 400;
  color: #52565b;
  display: inline-block;
  line-height: 22px;
}
.courses-details .courses-details-admin .admin-author .author-content .enroll span {
  color: #a4b5a4;
}
.courses-details .courses-details-admin .admin-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .courses-details .courses-details-admin .admin-rating {
    margin-left: 65px;
  }
}
.courses-details .courses-details-admin .admin-rating .rating-count {
  font-size: 15px;
  font-weight: 500;
  color: #52565b;
  margin-right: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-details .courses-details-admin .admin-rating .rating-count {
    font-size: 13px;
  }
}
.courses-details .courses-details-admin .admin-rating .rating-star {
  position: relative;
  margin: 0 8px;
}
.courses-details .courses-details-admin .admin-rating .rating-star::before {
  content: "\f000\f000\f000\f000\f000";
  font-family: IcoFont;
  color: #d0d0d0;
  font-size: 14px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-details .courses-details-admin .admin-rating .rating-star::before {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
.courses-details .courses-details-admin .admin-rating .rating-star .rating-bar {
  position: absolute;
  top: -2px;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.courses-details .courses-details-admin .admin-rating .rating-star .rating-bar::before {
  content: "\f000\f000\f000\f000\f000";
  font-family: IcoFont;
  color: #ffba00;
  font-size: 14px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-details .courses-details-admin .admin-rating .rating-star .rating-bar::before {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
.courses-details .courses-details-admin .admin-rating .rating-text {
  font-size: 14px;
  font-weight: 400;
  color: #52565b;
  white-space: nowrap;
  margin-bottom: 0;
}

.courses-details-tab {
  padding-top: 30px;
}
.courses-details-tab .details-tab-menu {
  background-color: #f3f2ea;
  border-radius: 10px;
  padding: 15px;
  padding-top: 5px;
}
.courses-details-tab .details-tab-menu .nav li {
  padding: 10px 10px 0;
}
.courses-details-tab .details-tab-menu .nav li button {
  width: 130px;
  height: 45px;
  line-height: 41px;
  text-align: center;
  border: 1px solid rgba(10, 77, 60, 0.2);
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  color: #343a40;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.courses-details-tab .details-tab-menu .nav li button:hover, .courses-details-tab .details-tab-menu .nav li button.active {
  background-color: #98a393;
  border-color: #6a7867;
  color: #fff;
}
.courses-details-tab .details-tab-content .tab-title {
  font-size: 25px;
  font-weight: 500;
  color: #98a393;
  margin-bottom: 0;
}
.courses-details-tab .details-tab-content p {
  margin-bottom: 0;
  margin-top: 16px;
  color: #6a7867;
  font-size: 15px;
  font-weight: 400;
}
.courses-details-tab .details-tab-content .tab-description .description-wrapper {
  margin-top: 25px;
}
.courses-details-tab .details-tab-content .tab-instructors {
  margin-top: 25px;
}
.courses-details-tab .details-tab-content .tab-instructors .single-team {
  margin-top: 35px;
}
.courses-details-tab .details-tab-content .tab-rating-content {
  margin-top: 45px;
}
.courses-details-tab .details-tab-content .tab-rating-box {
  margin-top: 45px;
  text-align: center;
  border: 1px solid #ebe6e1;
  border-radius: 10px;
  padding: 40px 30px;
}
.courses-details-tab .details-tab-content .tab-rating-box .count {
  font-size: 30px;
  font-weight: 500;
  color: #6a7867;
  line-height: 1;
}
.courses-details-tab .details-tab-content .tab-rating-box .count i {
  font-size: 14px;
  color: #ffa200;
}
.courses-details-tab .details-tab-content .tab-rating-box p {
  margin-top: 0;
  color: #6a7867;
}
.courses-details-tab .details-tab-content .tab-rating-box .rating-box-wrapper {
  padding-top: 20px;
}
.courses-details-tab .details-tab-content .tab-rating-box .single-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 6px;
}
.courses-details-tab .details-tab-content .tab-rating-box .single-rating .rating-star {
  position: relative;
}
.courses-details-tab .details-tab-content .tab-rating-box .single-rating .rating-star::before {
  content: "\f000\f000\f000\f000\f000";
  font-family: IcoFont;
  color: #d0d0d0;
  font-size: 14px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-details-tab .details-tab-content .tab-rating-box .single-rating .rating-star::before {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
.courses-details-tab .details-tab-content .tab-rating-box .single-rating .rating-star .rating-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.courses-details-tab .details-tab-content .tab-rating-box .single-rating .rating-star .rating-bar::before {
  content: "\f000\f000\f000\f000\f000";
  font-family: IcoFont;
  color: #ffba00;
  font-size: 14px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-details-tab .details-tab-content .tab-rating-box .single-rating .rating-star .rating-bar::before {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
.courses-details-tab .details-tab-content .tab-rating-box .single-rating .rating-progress-bar {
  width: calc(100% - 95px);
  height: 5px;
  background-color: #d3ded7;
  border-radius: 50px;
  overflow: hidden;
}
.courses-details-tab .details-tab-content .tab-rating-box .single-rating .rating-progress-bar .rating-line {
  height: 100%;
  background-color: #279075;
  border-radius: 50px;
}
.courses-details-tab .details-tab-content .tab-reviews {
  margin-top: 25px;
}
.courses-details-tab .details-tab-content .tab-reviews .reviews-wrapper {
  margin-top: 30px;
}
.courses-details-tab .details-tab-content .tab-reviews .single-review {
  border: 1px solid #d3ded7;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.courses-details-tab .details-tab-content .tab-reviews .single-review::before {
  position: absolute;
  content: "";
  background-image: url(../images/shape/shape-18.html);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 101px;
  height: 172px;
  right: 100px;
  top: -50px;
}
@media only screen and (max-width: 575px) {
  .courses-details-tab .details-tab-content .tab-reviews .single-review::before {
    right: 50px;
  }
}
.courses-details-tab .details-tab-content .tab-reviews .single-review .review-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 575px) {
  .courses-details-tab .details-tab-content .tab-reviews .single-review .review-author {
    display: block;
  }
}
.courses-details-tab .details-tab-content .tab-reviews .single-review .review-author .author-thumb {
  position: relative;
  display: inline-block;
}
.courses-details-tab .details-tab-content .tab-reviews .single-review .review-author .author-thumb img {
  display: block;
  width: 90px;
  border: 1px solid #d3ded7;
  border-radius: 50%;
  padding: 8px;
}
.courses-details-tab .details-tab-content .tab-reviews .single-review .review-author .author-thumb i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #a4b5a4;
  color: #fff;
  font-size: 13px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.courses-details-tab .details-tab-content .tab-reviews .single-review .review-author .author-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
}
@media only screen and (max-width: 575px) {
  .courses-details-tab .details-tab-content .tab-reviews .single-review .review-author .author-content {
    padding-left: 0;
    padding-top: 20px;
  }
}
.courses-details-tab .details-tab-content .tab-reviews .single-review .review-author .author-content .name {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}
.courses-details-tab .details-tab-content .tab-reviews .single-review .review-author .author-content .designation {
  font-size: 14px;
  font-weight: 400;
  color: #81858a;
  margin-top: 5px;
  display: block;
}
.courses-details-tab .details-tab-content .tab-reviews .single-review .review-author .author-content .rating-star {
  position: relative;
  margin-top: 5px;
  display: inline-block;
}
.courses-details-tab .details-tab-content .tab-reviews .single-review .review-author .author-content .rating-star::before {
  content: "\f000\f000\f000\f000\f000";
  font-family: IcoFont;
  color: #d0d0d0;
  font-size: 14px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-details-tab .details-tab-content .tab-reviews .single-review .review-author .author-content .rating-star::before {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
.courses-details-tab .details-tab-content .tab-reviews .single-review .review-author .author-content .rating-star .rating-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  display: inline-block;
}
.courses-details-tab .details-tab-content .tab-reviews .single-review .review-author .author-content .rating-star .rating-bar::before {
  content: "\f000\f000\f000\f000\f000";
  font-family: IcoFont;
  color: #ffba00;
  font-size: 14px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-details-tab .details-tab-content .tab-reviews .single-review .review-author .author-content .rating-star .rating-bar::before {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
.courses-details-tab .details-tab-content .tab-reviews .single-review p {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  color: #52565b;
}
.courses-details-tab .details-tab-content .tab-reviews .reviews-btn {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  position: relative;
  bottom: 0;
  margin-top: 30px;
}

.reviews-active .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 22px;
}
.reviews-active .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.reviews-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

/*--
/*  4.13 - Team CSS
/*----------------------------------------*/
.single-team {
  text-align: center;
  margin-top: 50px;
}
.single-team .team-thumb img {
  border-radius: 50%;
  padding: 10px;
  border: 1px solid #d3ded7;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-team .team-content {
  padding-top: 15px;
}
.single-team .team-content .rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-team .team-content .rating .count {
  font-size: 14px;
  font-weight: 500;
  color: #2c241b;
}
.single-team .team-content .rating i {
  color: #ffba00;
  margin: 0 5px;
}
.single-team .team-content .rating .text {
  font-size: 13px;
  font-weight: 400;
  color: #848886;
}
.single-team .team-content .name {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .single-team .team-content .name {
    font-size: 16px;
  }
}
.single-team .team-content .designation {
  display: block;
  font-size: 14px;
  color: #a4b5a4;
  margin-top: 10px;
}
.single-team:hover .team-thumb img {
  border-color: #6a7867;
}

/*--
/*  4.14 - Blog Details CSS
/*----------------------------------------*/
.blog-details-wrapper {
  margin-top: 50px;
}
.blog-details-wrapper .details-images {
  padding-bottom: 40px;
}
.blog-details-wrapper .details-images img {
  width: 100%;
}
.blog-details-wrapper .title {
  font-size: 25px;
  font-weight: 500;
  color: #2c241b;
  margin-bottom: 0;
  line-height: 1.5;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrapper .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-wrapper .title {
    font-size: 18px;
  }
}

.blog-details-admin-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .blog-details-admin-meta {
    display: block;
  }
}
.blog-details-admin-meta .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-details-admin-meta .author .author-thumb a {
  display: block;
}
.blog-details-admin-meta .author .author-thumb a img {
  width: 50px;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .blog-details-admin-meta .author .author-thumb a img {
    width: 45px;
  }
}
.blog-details-admin-meta .author .author-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 12px;
}
.blog-details-admin-meta .author .author-name .name {
  color: #9b9ea1;
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .blog-details-admin-meta .author .author-name .name {
    font-size: 13px;
  }
}
.blog-details-admin-meta .author .author-name .name a {
  color: #2c241b;
}
.blog-details-admin-meta .author .author-name .name a:hover {
  color: #a4b5a4;
}
.blog-details-admin-meta .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .blog-details-admin-meta .blog-meta {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-admin-meta .blog-meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.blog-details-admin-meta .blog-meta span {
  font-size: 14px;
  font-weight: 400;
  color: #52565b;
  margin-right: 40px;
  display: inline-block;
  line-height: 1;
}
@media only screen and (max-width: 575px) {
  .blog-details-admin-meta .blog-meta span {
    margin-right: 25px;
    margin-top: 10px;
  }
}
.blog-details-admin-meta .blog-meta span:last-child {
  margin-right: 0;
}
.blog-details-admin-meta .blog-meta span i {
  color: #a4b5a4;
  margin-right: 5px;
  font-size: 20px;
  display: inline-block;
  line-height: 1;
}
.blog-details-admin-meta .blog-meta .tag a {
  width: 100px;
  height: 35px;
  line-height: 35px;
  background-color: #f8f6f4;
  border-radius: 5px;
  font-size: 14px;
  color: #a4b5a4;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding: 0 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .blog-details-admin-meta .blog-meta .tag a {
    width: 80px;
    font-size: 13px;
  }
}
.blog-details-admin-meta .blog-meta .tag a:hover {
  background-color: #a4b5a4;
  color: #fff;
}

.blog-details-description {
  padding-top: 6px;
  padding-bottom: 20px;
}
.blog-details-description p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  margin-top: 25px;
  color: #52565b;
}
.blog-details-description h3 {
  margin-top: 30px;
  font-size: 25px;
  font-weight: 500;
  color: #2c241b;
  margin-bottom: 0;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .blog-details-description h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-description h3 {
    font-size: 18px;
  }
}
.blog-details-description .details-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 575px) {
  .blog-details-description .details-img {
    margin: 0;
  }
}
.blog-details-description .details-img .dec-img {
  width: 50%;
  padding: 0 15px;
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .blog-details-description .details-img .dec-img {
    width: 100%;
    padding: 0;
  }
}
.blog-details-description .details-img .dec-img img {
  width: 100%;
  border-radius: 2px;
}

.blog-details-tags-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-details-tags-social .blog-details-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}
@media only screen and (max-width: 575px) {
  .blog-details-tags-social .blog-details-label {
    display: block;
  }
}
.blog-details-tags-social .blog-details-label .label {
  font-size: 25px;
  font-weight: 500;
  color: #2c241b;
  margin-bottom: 0;
  line-height: 1.5;
  margin-top: 10px;
  padding-right: 20px;
}
.blog-details-tags-social .blog-details-label .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.blog-details-tags-social .blog-details-label .tag-list li {
  padding-right: 10px;
  padding-top: 10px;
}
.blog-details-tags-social .blog-details-label .tag-list li:last-child {
  padding-right: 0;
}
.blog-details-tags-social .blog-details-label .tag-list li a {
  width: 100px;
  height: 35px;
  line-height: 35px;
  border-radius: 2px;
  color: #52565b;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #f8f6f4;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .blog-details-tags-social .blog-details-label .tag-list li a {
    width: auto;
    padding: 0 14px;
  }
}
.blog-details-tags-social .blog-details-label .tag-list li a:hover {
  background-color: #6a7867;
  color: #fff;
}
.blog-details-tags-social .blog-details-label .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-details-tags-social .blog-details-label .social li {
  padding-right: 20px;
  padding-top: 10px;
}
.blog-details-tags-social .blog-details-label .social li:last-child {
  padding-right: 0;
}
.blog-details-tags-social .blog-details-label .social li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(10, 77, 60, 0.25);
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  color: #343a40;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-tags-social .blog-details-label .social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.blog-details-tags-social .blog-details-label .social li a:hover {
  border-color: #a4b5a4;
  background-color: #a4b5a4;
  color: #fff;
}

.blog-details-comment .title {
  font-size: 25px;
  font-weight: 500;
  color: #343a40;
  margin-bottom: 0;
  line-height: 1.5;
}

.comment-wrapper {
  margin-top: 50px;
}

.comment-items .comment-reply {
  padding-left: 100px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .comment-items .comment-reply {
    padding-left: 0;
  }
}

.single-comment {
  padding: 30px;
  border: 1px solid rgba(10, 77, 60, 0.2);
  border-radius: 2px;
  margin-top: 30px;
  position: relative;
  background-color: #fff;
}
.single-comment .comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 575px) {
  .single-comment .comment-author {
    display: block;
  }
}
.single-comment .comment-author .author-thumb img {
  width: 90px;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid rgba(10, 77, 60, 0.2);
}
.single-comment .comment-author .author-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
  padding-right: 115px;
}
@media only screen and (max-width: 767px) {
  .single-comment .comment-author .author-content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .single-comment .comment-author .author-content {
    padding-left: 0;
    padding-top: 20px;
  }
}
.single-comment .comment-author .author-content .name {
  font-size: 22px;
  font-weight: 500;
  color: #343a40;
}
.single-comment .comment-author .author-content .designation {
  font-size: 14px;
  color: #52565b;
  display: block;
  margin-top: 5px;
}
.single-comment .comment-author .author-content .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-comment .comment-author .author-content .meta span {
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.single-comment .comment-author .author-content .meta .designation {
  color: #a4b5a4;
}
.single-comment .comment-author .author-content .meta .designation::after {
  content: "||";
  font-size: 14px;
  font-weight: 400;
  color: #a4b5a4;
  margin: 0 8px;
}
.single-comment .comment-author .author-content .meta .time {
  color: #ff8a00;
}
.single-comment p {
  padding-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.single-comment .reply {
  padding: 0 25px;
  height: 45px;
  line-height: 45px;
  border-radius: 2px;
  background-color: #f8f6f4;
  color: #2c241b;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 30px;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .single-comment .reply {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 15px;
  }
}
.single-comment .reply i {
  margin-right: 5px;
}
.single-comment .reply:hover {
  background-color: #6a7867;
  color: #fff;
}

.comment-form {
  margin-top: 50px;
}
.comment-form .form-wrapper {
  padding-top: 10px;
}
.comment-form .form-wrapper .single-form .btn {
  margin-top: 30px;
}

/*--
/*  4.15 - Registration & Login Form CSS
/*----------------------------------------*/
.register-login-wrapper {
  padding: 70px;
  padding-top: 60px;
  border-radius: 2px;
  background-color: #f8f6f4;
}
@media only screen and (max-width: 575px) {
  .register-login-wrapper {
    padding: 30px;
  }
}

.register-login-form .title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.4;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .register-login-form .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .register-login-form .title {
    font-size: 20px;
  }
}
.register-login-form .title span {
  color: #a4b5a4;
  position: relative;
}
.register-login-form .title span::before {
  position: absolute;
  content: "";
  background-image: url(../images/shape/shape-4.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 121px;
  height: 13px;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 575px) {
  .register-login-form .title span::before {
    display: none;
  }
}
.register-login-form .form-wrapper {
  padding-top: 10px;
}
.register-login-form .single-form .btn {
  margin-top: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.register-login-form .single-form .btn::before {
  width: 600px;
  height: 600px;
}
.register-login-form .single-form .btn.btn-outline {
  border: 1px solid rgba(255, 163, 0, 0.2);
  line-height: 58px;
}
.register-login-form .single-form .btn.btn-outline:hover {
  background-color: #a4b5a4;
  border-color: #a4b5a4;
  color: #fff;
}
.register-login-form p {
  font-size: 15px;
  margin-top: 15px;
  font-weight: 500;
  text-align: center;
}

/*--
/*  4.16 - FAQ'S CSS
/*----------------------------------------*/
.faq-accordion {
  padding-top: initial;
}
.faq-accordion .accordion-item {
  border-radius: 2px !important;
  margin-top: 20px;
  border: 1px solid #e7e2dc !important;
}
.faq-accordion .accordion-item button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 17px 30px;
  padding-right: 55px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  border: 0;
  color: #6a7867;
  background-color: transparent;
  border-bottom: 1px solid #e7e2dc;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .faq-accordion .accordion-item button {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .faq-accordion .accordion-item button {
    font-size: 16px;
    padding: 12px 20px;
    padding-right: 45px;
  }
}
.faq-accordion .accordion-item button::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  content: "\eab9";
  font-family: IcoFont;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 575px) {
  .faq-accordion .accordion-item button::before {
    right: 20px;
  }
}
.faq-accordion .accordion-item button.collapsed {
  color: #6a7867;
  background-color: #fff;
  border-bottom-color: transparent;
}
.faq-accordion .accordion-item button.collapsed::before {
  content: "\ea99";
}
.faq-accordion .accordion-item .accordion-body {
  padding: 25px 30px;
}
.faq-accordion .accordion-item .accordion-body p + p {
  margin-top: 20px;
}

.faq-btn {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .faq-btn {
    padding-top: 40px;
  }
}

/*--
/*  4.17 - Error CSS
/*----------------------------------------*/
.error-section {
  position: relative;
}
.error-section .shape {
  position: absolute;
  bottom: 0;
  left: 9%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .error-section .shape {
    width: 260px;
    left: 5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .error-section .shape {
    width: 210px;
    left: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .error-section .shape {
    display: none;
  }
}

.error-wrapper {
  text-align: center;
}
.error-wrapper .error-content {
  max-width: 520px;
  margin: 45px auto 0;
}
.error-wrapper .error-content .title {
  font-size: 57px;
  font-weight: 500;
  color: #f03c3a;
}
@media only screen and (max-width: 575px) {
  .error-wrapper .error-content .title {
    font-size: 40px;
  }
}
.error-wrapper .error-content .sub-title {
  font-size: 30px;
  font-weight: 400;
  margin-top: 15px;
}
@media only screen and (max-width: 575px) {
  .error-wrapper .error-content .sub-title {
    font-size: 20px;
  }
}
.error-wrapper .error-content p {
  margin-top: 15px;
}
.error-wrapper .error-content .btn {
  margin-top: 40px;
}
@media only screen and (max-width: 575px) {
  .error-wrapper .error-content .btn {
    margin-top: 20px;
  }
}

/*--
/*  4.18 - Contact CSS
/*----------------------------------------*/
.contact-map-wrapper iframe {
  display: block;
  width: 100%;
  height: 500px;
  border-radius: 2px;
}
@media only screen and (max-width: 575px) {
  .contact-map-wrapper iframe {
    height: 300px;
  }
}

.contact-wrapper {
  margin-top: -50px;
}

.contact-content {
  margin-top: 40px;
}

.contact-title .sub-title {
  font-size: 35px;
  font-weight: 400;
  color: #a4b5a4;
}
@media only screen and (max-width: 575px) {
  .contact-title .sub-title {
    font-size: 24px;
  }
}
.contact-title .main-title {
  font-size: 45px;
  font-weight: 400;
  margin-top: 15px;
}
@media only screen and (max-width: 575px) {
  .contact-title .main-title {
    font-size: 28px;
  }
}

.form-message {
  margin-bottom: 0;
}
.form-message.error, .form-message.success {
  font-size: 16px;
  font-weight: 500;
  color: #343a40;
  background: #ddd;
  padding: 10px 15px;
  margin-top: 15px;
  margin-left: 5px;
}
.form-message.error {
  color: #ff0000;
}

.contact-form {
  padding-top: 25px;
}
.contact-form .single-form .btn {
  margin-top: 20px;
}

.contact-information {
  padding-left: 40px;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-information {
    padding-left: 0;
  }
}
.contact-information .information-wrapper {
  background-color: #6a7867;
  padding: 80px 85px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-information .information-wrapper {
    padding: 80px 50px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-information .information-wrapper {
    padding: 30px;
  }
}
.contact-information .information-wrapper .shape {
  position: absolute;
  top: -130px;
  right: -210px;
  z-index: -1;
}
.contact-information .information-wrapper .single-info + .single-info {
  margin-top: 45px;
}
.contact-information .information-wrapper .single-info .info-title {
  font-size: 32px;
  font-weight: 500;
  color: #a4b5a4;
  padding-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .contact-information .information-wrapper .single-info .info-title {
    font-size: 24px;
  }
}
.contact-information .information-wrapper .single-info p {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .contact-information .information-wrapper .single-info p {
    font-size: 16px;
  }
}

/*--
/*  4.19 - Courses Enroll CSS
/*----------------------------------------*/
.courses-enroll-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.courses-video-player {
  width: 71.8%;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .courses-video-player {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .courses-video-player {
    padding-bottom: 60px;
  }
}
.courses-video-player .vidcontainer {
  background: #010101;
  position: relative;
  height: 690px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-video-player .vidcontainer {
    height: 490px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-video-player .vidcontainer {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .courses-video-player .vidcontainer {
    height: 420px;
  }
}
@media only screen and (max-width: 575px) {
  .courses-video-player .vidcontainer {
    height: 340px;
  }
}
.courses-video-player video {
  width: 100%;
  height: 690px;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-video-player video {
    height: 490px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-video-player video {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .courses-video-player video {
    height: 420px;
  }
}
@media only screen and (max-width: 575px) {
  .courses-video-player video {
    height: 340px;
  }
}
.courses-video-player .video-play-bar {
  background-color: rgba(33, 40, 50, 0.8);
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
  padding: 20px 40px;
  z-index: 13;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
@media only screen and (max-width: 575px) {
  .courses-video-player .video-play-bar {
    left: 20px;
    right: 20px;
    padding: 15px 15px;
  }
}
.courses-video-player .topControl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  z-index: 1;
}
.courses-video-player .topControl .progress {
  width: calc(100% - 110px);
  height: 3px;
  position: relative;
  cursor: pointer;
  background-color: #7a8088;
}
@media only screen and (max-width: 575px) {
  .courses-video-player .topControl .progress {
    width: calc(100% - 100px);
  }
}
.courses-video-player .topControl .progress span {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.courses-video-player .topControl .progress .timeBar {
  z-index: 10;
  width: 0;
  background-color: #ff0000;
}
.courses-video-player .topControl .progress .bufferBar {
  z-index: 5;
  width: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.courses-video-player .topControl .time {
  white-space: nowrap;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
.courses-video-player .controllers {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
  margin-left: -5px;
  margin-right: -5px;
}
.courses-video-player .controllers .controllers-right {
  white-space: nowrap;
  text-align: right;
}
.courses-video-player .controllers button {
  border: 0;
  background: none;
  color: #fff;
  margin: 0 10px;
  outline: none;
  font-size: 15px;
  display: inline-block;
  padding: 0;
}
@media only screen and (max-width: 575px) {
  .courses-video-player .controllers button {
    font-size: 14px;
  }
}
.courses-video-player .controllers .btnPlay:after {
  content: "\f04b";
  font-family: "FontAwesome";
}
.courses-video-player .controllers .paused:after {
  content: "\f04c";
}
.courses-video-player .controllers .sound:after {
  content: "\f027";
  font-family: "FontAwesome";
}
.courses-video-player .controllers .sound2:after {
  content: "\f028";
}
.courses-video-player .controllers .muted:after {
  content: "\f026";
}
.courses-video-player .controllers .volume {
  position: relative;
  cursor: pointer;
  width: 70px;
  height: 5px;
  background-color: #7a8088;
  display: inline-block;
  margin-bottom: 2px;
}
.courses-video-player .controllers .volume .volumeBar {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff0000;
  z-index: 10;
}
.courses-video-player .controllers .speedcnt {
  display: none;
  position: absolute;
  right: 60px;
  bottom: 46px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.courses-video-player .controllers .speedcnt li {
  text-align: center;
  font-weight: 400;
  font-size: 11px;
  padding: 5px 20px;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid rgba(255, 163, 0, 0.2);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #52565b;
}
.courses-video-player .controllers .speedcnt li:last-child {
  border-bottom: 0;
}
.courses-video-player .controllers .speedcnt li.selected {
  font-weight: 500;
  background-color: #a4b5a4;
  color: #fff;
}
.courses-video-player .controllers .btnFS:after {
  content: "\f065";
  font-family: "FontAwesome";
}
.courses-video-player .controllers .disabled {
  pointer-events: none;
  cursor: not-allowed;
  color: rgba(255, 255, 255, 0.5);
}
.courses-video-player .bigplay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11;
  color: #fff;
  font-size: 90px;
  line-height: 90px;
  text-align: center;
  cursor: pointer;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 575px) {
  .courses-video-player .bigplay {
    font-size: 45px;
  }
}
.courses-video-player .bigplay i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.courses-video-player .loading {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.courses-video-player .loading .spinner {
  border-color: #fff;
  border-right-color: transparent;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
}
.courses-video-player:hover .video-play-bar {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.courses-enroll-content {
  padding: 0 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .courses-enroll-content {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 575px) {
  .courses-enroll-content {
    padding: 0 20px;
  }
}
.courses-enroll-content .courses-enroll-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .courses-enroll-content .courses-enroll-title {
    display: block;
  }
}
.courses-enroll-content .courses-enroll-title .title {
  max-width: 760px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  color: #2c241b;
  margin-bottom: 0;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-enroll-content .courses-enroll-title .title {
    max-width: 380px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .courses-enroll-content .courses-enroll-title .title {
    font-size: 18px;
  }
}
.courses-enroll-content .courses-enroll-title p {
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
}
.courses-enroll-content .courses-enroll-title p i {
  color: #ff4200;
  margin-right: 3px;
}
.courses-enroll-content .courses-enroll-title p span {
  color: #ff4200;
}
.courses-enroll-content .courses-enroll-tab {
  background-color: #f8f6f4;
  padding: 5px 15px 15px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .courses-enroll-content .courses-enroll-tab {
    display: block;
  }
}
.courses-enroll-content .courses-enroll-tab .enroll-tab-menu .nav {
  margin-left: -7px;
  margin-right: -7px;
}
.courses-enroll-content .courses-enroll-tab .enroll-tab-menu .nav li {
  padding: 10px 7px 0;
}
.courses-enroll-content .courses-enroll-tab .enroll-tab-menu .nav li button {
  border: 1px solid #eae5e0;
  background-color: #fff;
  border-radius: 50px;
  padding: 0 23px;
  height: 45px;
  line-height: 41px;
  text-align: center;
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #2c241b;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-enroll-content .courses-enroll-tab .enroll-tab-menu .nav li button {
    font-size: 14px;
    padding: 0 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .courses-enroll-content .courses-enroll-tab .enroll-tab-menu .nav li button {
    font-size: 14px;
    padding: 0 13px;
  }
}
.courses-enroll-content .courses-enroll-tab .enroll-tab-menu .nav li button.active, .courses-enroll-content .courses-enroll-tab .enroll-tab-menu .nav li button:hover {
  background-color: #6a7867;
  border-color: #6a7867;
  color: #fff;
}
.courses-enroll-content .courses-enroll-tab .enroll-share {
  padding-top: 10px;
}
.courses-enroll-content .courses-enroll-tab .enroll-share a {
  border: 1px solid #eae5e0;
  background-color: #fff;
  border-radius: 50px;
  padding: 0 25px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  color: #2c241b;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-enroll-content .courses-enroll-tab .enroll-share a {
    font-size: 14px;
    padding: 0 20px;
  }
}
.courses-enroll-content .courses-enroll-tab .enroll-share a i {
  margin-right: 5px;
  font-size: 20px;
  color: #a4b5a4;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.courses-enroll-content .courses-enroll-tab .enroll-share a:hover {
  background-color: #6a7867;
  border-color: #6a7867;
  color: #fff;
}
.courses-enroll-content .courses-enroll-tab .enroll-share a:hover i {
  color: #fff;
}
.courses-enroll-content .courses-enroll-tab-content {
  border: 1px solid #eae5e0;
  padding: 10px 50px 35px;
  border-radius: 10px;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-enroll-content .courses-enroll-tab-content {
    padding: 1px 40px 25px;
  }
}
@media only screen and (max-width: 575px) {
  .courses-enroll-content .courses-enroll-tab-content {
    padding: 1px 20px 15px;
  }
}
.courses-enroll-content .courses-enroll-tab-content .enroll-tab-title {
  padding-top: 20px;
}
.courses-enroll-content .courses-enroll-tab-content .enroll-tab-title .title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  color: #2c241b;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-enroll-content .courses-enroll-tab-content .enroll-tab-title .title {
    font-size: 20px;
  }
}
.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content {
  padding-top: 25px;
}
.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content p {
  font-size: 15px;
  font-weight: 400;
}
.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .table {
  border-top: 1px solid #eae5e0;
  margin-bottom: 25px;
  margin-top: 25px;
}
.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .table tbody tr th {
  width: 170px;
  border-color: #eae5e0;
  padding: 12px 30px;
  padding-right: 0;
  font-size: 15px;
  font-weight: 500;
  color: #343a40;
  white-space: nowrap;
}
@media only screen and (max-width: 575px) {
  .courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .table tbody tr th {
    font-size: 14px;
    padding: 8px 15px;
    padding-right: 0;
    min-width: 90px;
  }
}
.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .table tbody tr th span {
  display: block;
  float: right;
}
.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .table tbody tr td {
  border-color: #eae5e0;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 400;
  color: #52565b;
}
@media only screen and (max-width: 575px) {
  .courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .table tbody tr td {
    font-size: 14px;
    padding: 8px 15px;
  }
}
.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .text {
  font-weight: 500;
  color: #2c241b;
}
.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .single-instructor {
  border-bottom: 1px solid #eae5e0;
  position: relative;
  overflow: hidden;
  padding: 25px 0 20px;
}
.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .single-instructor:first-child {
  padding-top: 0;
}
.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .single-instructor:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .single-instructor .review-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 575px) {
  .courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .single-instructor .review-author {
    display: block;
  }
}
.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .single-instructor .review-author .author-thumb {
  position: relative;
  display: inline-block;
}
.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .single-instructor .review-author .author-thumb img {
  display: block;
  width: 90px;
  border: 1px solid #eae5e0;
  border-radius: 50%;
  padding: 8px;
}
.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .single-instructor .review-author .author-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
}
@media only screen and (max-width: 575px) {
  .courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .single-instructor .review-author .author-content {
    padding-left: 0;
    padding-top: 20px;
  }
}
.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .single-instructor .review-author .author-content .name {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}
.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .single-instructor .review-author .author-content .designation {
  font-size: 14px;
  font-weight: 400;
  color: #81858a;
  margin-top: 5px;
  display: block;
}
.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .single-instructor .review-author .author-content .rating-star {
  position: relative;
  margin-top: 5px;
  display: inline-block;
}
.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .single-instructor .review-author .author-content .rating-star::before {
  content: "\f000\f000\f000\f000\f000";
  font-family: IcoFont;
  color: #d0d0d0;
  font-size: 14px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .single-instructor .review-author .author-content .rating-star::before {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .single-instructor .review-author .author-content .rating-star .rating-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  display: inline-block;
}
.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .single-instructor .review-author .author-content .rating-star .rating-bar::before {
  content: "\f000\f000\f000\f000\f000";
  font-family: IcoFont;
  color: #ffba00;
  font-size: 14px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .single-instructor .review-author .author-content .rating-star .rating-bar::before {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .single-instructor p {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.courses-video-playlist {
  width: 28.2%;
  background-color: #f8f6f4;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .courses-video-playlist {
    width: 100%;
  }
}
.courses-video-playlist .playlist-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px 25px;
  background-color: #ece6e0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .courses-video-playlist .playlist-title {
    padding: 15px 40px 25px;
  }
}
@media only screen and (max-width: 575px) {
  .courses-video-playlist .playlist-title {
    padding: 5px 20px 15px;
  }
}
.courses-video-playlist .playlist-title .title {
  font-size: 22px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #2c241b;
  margin-bottom: 0;
  margin-top: 10px;
}
@media only screen and (max-width: 575px) {
  .courses-video-playlist .playlist-title .title {
    font-size: 18px;
  }
}
.courses-video-playlist .playlist-title span {
  font-size: 18px;
  font-weight: 500;
  color: #a4b5a4;
  display: inline-block;
  margin-top: 10px;
}
@media only screen and (max-width: 575px) {
  .courses-video-playlist .playlist-title span {
    font-size: 16px;
  }
}
.courses-video-playlist .video-playlist .accordion-item {
  text-align: left;
  border: 0;
  margin-bottom: 0;
  background: none;
}
.courses-video-playlist .video-playlist .accordion-item button {
  border: 0;
  background: none;
  text-align: left;
  display: block;
  width: 100%;
  border-bottom: 1px solid #cde9d7;
  padding: 8px 30px;
  padding-right: 50px;
  background-color: #f1ece7;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .courses-video-playlist .video-playlist .accordion-item button {
    padding: 8px 40px;
  }
}
@media only screen and (max-width: 575px) {
  .courses-video-playlist .video-playlist .accordion-item button {
    padding: 8px 20px;
    padding-right: 40px;
  }
}
.courses-video-playlist .video-playlist .accordion-item button .lesson {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  color: #a4b5a4;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-width: 420px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .courses-video-playlist .video-playlist .accordion-item button .lesson {
    font-size: 14px;
  }
}
.courses-video-playlist .video-playlist .accordion-item button::before {
  content: "\eaa1";
  font-family: IcoFont;
  font-size: 20px;
  color: #a4b5a4;
  position: absolute;
  top: 8px;
  right: 30px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 575px) {
  .courses-video-playlist .video-playlist .accordion-item button::before {
    right: 20px;
  }
}
.courses-video-playlist .video-playlist .accordion-item button.collapsed {
  background-color: #f8f6f4;
}
.courses-video-playlist .video-playlist .accordion-item button.collapsed .lesson {
  color: #343a40;
}
.courses-video-playlist .video-playlist .accordion-item button.collapsed::before {
  content: "\eab2";
  color: #343a40;
}
.courses-video-playlist .video-playlist .total-duration {
  font-size: 13px;
  font-weight: 400;
  color: #848886;
  margin-top: 6px;
  display: block;
}
.courses-video-playlist .video-playlist .vids a {
  display: block;
  padding: 8px 80px;
  padding-right: 30px;
  border-bottom: 1px solid #cde9d7;
  position: relative;
}
.courses-video-playlist .video-playlist .vids a::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border: 3px solid #2c241b;
  border-radius: 50%;
  top: 13px;
  left: 48px;
}
.courses-video-playlist .video-playlist .vids a p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #343a40;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .courses-video-playlist .video-playlist .vids a p {
    font-size: 13px;
  }
}
.courses-video-playlist .video-playlist .vids a.playing::before {
  border-color: #a4b5a4;
}
.courses-video-playlist .video-playlist .vids a.playing p {
  color: #a4b5a4;
}

/*--
/*  4.20 - Courses Admin CSS
/*----------------------------------------*/
.sidebar-wrapper {
  background-color: #13634f;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 991;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sidebar-wrapper {
    position: fixed;
    height: auto;
    width: 100%;
    top: auto;
    bottom: 0;
  }
}
.sidebar-wrapper .menu-list {
  padding: 40px 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sidebar-wrapper .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .sidebar-wrapper .menu-list {
    padding: 10px;
  }
}
.sidebar-wrapper .menu-list a {
  width: 55px;
  height: 55px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sidebar-wrapper .menu-list a {
    margin: 0 10px;
    width: 45px;
    height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .sidebar-wrapper .menu-list a {
    margin: 0 7px;
  }
}
.sidebar-wrapper .menu-list a::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 25px;
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  top: 50%;
  left: -24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sidebar-wrapper .menu-list a::before {
    width: 25px;
    height: 4px;
    left: 50%;
    top: auto;
    bottom: -17px;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
@media only screen and (max-width: 575px) {
  .sidebar-wrapper .menu-list a::before {
    bottom: -12px;
  }
}
.sidebar-wrapper .menu-list a + a {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sidebar-wrapper .menu-list a + a {
    margin-top: 0;
  }
}
.sidebar-wrapper .menu-list a.active, .sidebar-wrapper .menu-list a:hover {
  background-color: #6a7867;
  border-color: #6a7867;
}
.sidebar-wrapper .menu-list a.active::before, .sidebar-wrapper .menu-list a:hover::before {
  opacity: 1;
  visibility: visible;
}

.page-content-wrapper {
  padding-left: 100px;
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .page-content-wrapper {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-content-wrapper {
    padding-bottom: 60px;
  }
}
.page-content-wrapper .custom-container {
  padding: 0 15px;
}
@media only screen and (min-width: 1500px) {
  .page-content-wrapper .custom-container {
    padding: 0 50px;
  }
}
.page-content-wrapper .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #fdf0ea;
  border-radius: 10px;
  padding: 26px 40px;
}
@media only screen and (max-width: 767px) {
  .page-content-wrapper .message {
    padding: 26px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-content-wrapper .message {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .page-content-wrapper .message {
    padding: 26px 30px;
  }
}
.page-content-wrapper .message .message-icon {
  margin-top: 3px;
}
.page-content-wrapper .message .message-content {
  padding-left: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .page-content-wrapper .message .message-content {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-content-wrapper .message .message-content {
    padding-left: 0;
    padding-top: 15px;
  }
}

.admin-courses-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .admin-courses-tab {
    display: block;
  }
}
.admin-courses-tab .title {
  font-size: 32px;
  font-weight: 500;
  color: #2c241b;
  padding-top: 20px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .admin-courses-tab .title {
    font-size: 26px;
  }
}
.admin-courses-tab .courses-tab-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 767px) {
  .admin-courses-tab .courses-tab-wrapper {
    display: block;
  }
}
.admin-courses-tab .courses-tab-wrapper > * {
  margin: 0 10px;
}
.admin-courses-tab .courses-tab-wrapper .courses-select {
  padding-top: 20px;
}
.admin-courses-tab .courses-tab-wrapper .courses-select .nice-select {
  float: none;
  display: inline-block;
  padding: 0 40px 0 20px;
  height: 50px;
  line-height: 48px;
  border-radius: 10px;
  border: 1px solid rgba(255, 163, 0, 0.2);
  font-weight: 500;
  font-size: 15px;
  color: #2c241b;
}
@media only screen and (max-width: 767px) {
  .admin-courses-tab .courses-tab-wrapper .courses-select .nice-select {
    display: block;
  }
}
.admin-courses-tab .courses-tab-wrapper .courses-select .nice-select::after {
  width: 6px;
  height: 6px;
  border-color: #343a40;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .admin-courses-tab .courses-tab-wrapper .courses-select .nice-select .list {
    width: 100%;
  }
}
.admin-courses-tab .courses-tab-wrapper .courses-select .nice-select .list li {
  min-height: 35px;
  line-height: 35px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .admin-courses-tab .courses-tab-wrapper .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.admin-courses-tab .courses-tab-wrapper .nav li {
  margin-right: 20px;
  padding-top: 20px;
}
.admin-courses-tab .courses-tab-wrapper .nav li:last-child {
  margin-right: 0;
}
.admin-courses-tab .courses-tab-wrapper .nav li button {
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid rgba(48, 146, 86, 0.2);
  text-align: center;
  padding: 0;
  background-color: #fff;
  font-size: 20px;
  color: #2c241b;
  border-radius: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .admin-courses-tab .courses-tab-wrapper .nav li button {
    width: 45px;
    height: 45px;
    line-height: 43px;
    font-size: 14px;
  }
}
.admin-courses-tab .courses-tab-wrapper .nav li button.active, .admin-courses-tab .courses-tab-wrapper .nav li button:hover {
  background-color: #6a7867;
  border-color: #6a7867;
  color: #fff;
}
.admin-courses-tab .courses-tab-wrapper .tab-btn {
  padding-top: 20px;
}
.admin-courses-tab .courses-tab-wrapper .tab-btn .btn {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .admin-courses-tab .courses-tab-wrapper .tab-btn .btn {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .admin-courses-tab .courses-tab-wrapper .tab-btn .btn {
    padding: 0 15px;
    width: 100%;
  }
}
.admin-courses-tab .courses-tab-wrapper .tab-btn .btn::before {
  width: 500px;
  height: 500px;
}

.courses-item {
  border: 1px solid #e0dddb;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .courses-item {
    padding: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .courses-item {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .courses-item {
    padding: 15px;
  }
}
.courses-item .item-thumb a img {
  border-radius: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .courses-item .item-thumb a img {
    width: 130px;
  }
}
.courses-item .content-title {
  max-width: 445px;
  padding-left: 45px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .courses-item .content-title {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-item .content-title {
    max-width: 460px;
  }
}
@media only screen and (max-width: 767px) {
  .courses-item .content-title {
    padding-left: 0;
    padding-top: 20px;
  }
}
.courses-item .content-title .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.courses-item .content-title .meta .action {
  height: 18px;
  line-height: 18px;
  padding: 0 13px;
  border-radius: 50px;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
}
.courses-item .content-title .meta .action + .action {
  margin-left: 10px;
}
.courses-item .content-title .meta .action:nth-of-type(1) {
  background-color: #ff6e30;
  color: #fff;
}
.courses-item .content-title .meta .action:nth-of-type(2) {
  background-color: #dff5ef;
  color: #06b284;
}
.courses-item .content-title .meta .action:nth-of-type(3) {
  background-color: #e1e6fa;
  color: #0066ff;
}
.courses-item .content-title .title {
  margin-bottom: 0;
}
.courses-item .content-title .title a {
  font-size: 20px;
  font-weight: 500;
  color: #2c241b;
  margin-top: 18px;
  display: block;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .courses-item .content-title .title a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .courses-item .content-title .title a {
    font-size: 16px;
  }
}
.courses-item .content-title .title a:hover {
  color: #a4b5a4;
}
.courses-item .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: -18px;
  margin-right: -18px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (max-width: 767px) {
  .courses-item .content-wrapper {
    margin-left: -7px;
    margin-right: -7px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-item .content-wrapper {
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-item .content-wrapper {
    margin-left: -5px;
    margin-right: -5px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .courses-item .content-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.courses-item .content-wrapper > * {
  margin: 15px 18px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (max-width: 767px) {
  .courses-item .content-wrapper > * {
    margin: 15px 7px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-item .content-wrapper > * {
    margin: 15px 10px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-item .content-wrapper > * {
    margin: 15px 5px 0;
  }
}
.courses-item .content-wrapper .content-box {
  width: 180px;
  padding: 15px 25px;
  border-radius: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .courses-item .content-wrapper .content-box {
    width: 150px;
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-item .content-wrapper .content-box {
    width: 143px;
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .courses-item .content-wrapper .content-box {
    padding: 15px;
    width: auto;
  }
}
.courses-item .content-wrapper .content-box p {
  font-size: 15px;
  font-weight: 400;
  color: #6a7867;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .courses-item .content-wrapper .content-box p {
    font-size: 14px;
  }
}
.courses-item .content-wrapper .content-box .count {
  font-size: 22px;
  font-weight: 700;
  margin-top: 3px;
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-item .content-wrapper .content-box .count {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .courses-item .content-wrapper .content-box .count {
    font-size: 16px;
  }
}
.courses-item .content-wrapper .content-box .count .rating-star {
  position: relative;
}
.courses-item .content-wrapper .content-box .count .rating-star::before {
  content: "\f000\f000\f000\f000\f000";
  font-family: IcoFont;
  color: #bfbfbf;
  font-size: 13px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .courses-item .content-wrapper .content-box .count .rating-star::before {
    font-size: 12px;
  }
}
.courses-item .content-wrapper .content-box .count .rating-star .rating-bar {
  position: absolute;
  top: -2px;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.courses-item .content-wrapper .content-box .count .rating-star .rating-bar::before {
  content: "\f000\f000\f000\f000\f000";
  font-family: IcoFont;
  color: #ff9600;
  font-size: 13px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .courses-item .content-wrapper .content-box .count .rating-star .rating-bar::before {
    font-size: 12px;
  }
}
.courses-item .content-wrapper .content-box:nth-of-type(1) {
  background-color: #e5ecff;
}
.courses-item .content-wrapper .content-box:nth-of-type(1) .count {
  color: #0f42cd;
}
.courses-item .content-wrapper .content-box:nth-of-type(2) {
  background-color: #def2e6;
}
.courses-item .content-wrapper .content-box:nth-of-type(2) .count {
  color: #309255;
}
.courses-item .content-wrapper .content-box:nth-of-type(3) {
  background-color: #ffe8df;
}
.courses-item .content-wrapper .content-box:nth-of-type(3) .count {
  color: #ff6e30;
}
.courses-item .content-wrapper .courses-select .nice-select {
  float: none;
  display: inline-block;
  padding: 0 40px 0 20px;
  height: 50px;
  line-height: 48px;
  border-radius: 10px;
  border: 1px solid rgba(255, 163, 0, 0.2);
  font-weight: 500;
  font-size: 15px;
  color: #343a40;
}
.courses-item .content-wrapper .courses-select .nice-select::after {
  width: 6px;
  height: 6px;
  border-color: #343a40;
  right: 20px;
}
.courses-item .content-wrapper .courses-select .nice-select .list li {
  min-height: 35px;
  line-height: 35px;
  font-size: 14px;
}

.courses-resources {
  background-color: #f8f6f4;
  padding: 70px 100px;
  border-radius: 10px;
  margin-top: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .courses-resources {
    padding: 70px 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-resources {
    padding: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .courses-resources {
    margin-top: 60px;
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 575px) {
  .courses-resources {
    padding: 20px 20px;
  }
}
.courses-resources .title {
  font-size: 25px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .courses-resources .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .courses-resources .title {
    font-size: 20px;
  }
}
.single-resources {
  text-align: center;
  margin-top: 30px;
}
.single-resources .resources-icon {
  border: 1px solid #d3e4df;
  display: inline-block;
  padding: 13px;
  border-radius: 50%;
}
.single-resources .resources-icon a {
  position: relative;
  display: inline-block;
  background-color: #def1ec;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-resources .resources-icon a img {
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 575px) {
  .single-resources .resources-icon a img {
    width: 60px;
  }
}
.single-resources .resources-icon a .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.single-resources .title {
  margin-bottom: 0;
}
.single-resources .title a {
  font-size: 22px;
  font-weight: 500;
  margin-top: 28px;
  display: inline-block;
}
@media only screen and (max-width: 575px) {
  .single-resources .title a {
    font-size: 18px;
  }
}
.single-resources:hover .resources-icon a {
  background-color: #6a7867;
}
.single-resources:hover .resources-icon a img {
  opacity: 0;
  visibility: hidden;
}
.single-resources:hover .resources-icon a .hover {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  4.21 Programa Integral CSS
/*----------------------------------------*/
/*--------------------------------------------------Programa Section & Style-Life Section*/

 .programa-ffl1 {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wrapperr-evento {
  width: 100%;
  max-width: 600px;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.wrapperr-evento img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.program-text p {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  color: #748274;
  line-height: 1;
}

.programa-imagen {
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.programa-imagen img {
  width: 100%;
  max-width: 600px;
  border-radius: 20px;
  height: auto;
}

/* Responsive para móviles */
@media (max-width: 768px) {
  .programa-container {
    flex-direction: column;
    text-align: center;
  }

  .program-text, .programa-imagen {
    flex: 1 1 100%;
  }

  .program-text p {
    max-width: 100%;
  }
}

/*--------------------------------------------------Modalidades Section*/
.modalidades-section {
  background-color: #f6eadd;
  padding: 40px 30px;
  text-align: center;
}
.modalidades-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 100px;
  max-width: 1100px;
  margin: 0 auto;
}

.modalidades-item {
  flex: 1;
  min-width: 250px;
  margin: 0 20px;
  padding: 10px;
}

.section-subtitle-modalidades {
  font-family: Montserrat;
  font-size: 25px;
  color: #556255;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}

.modalidades-info {
  font-family: 'Montserrat', serif;
  font-size: 22px;
  color: #556255;
  font-weight: normal;
  line-height: 1.4;
}

.modalidades-center {
  flex: 1;
  min-width: 300px;
}

.modalidades-conocer span {
  font-weight: bold;
}

.modalidades-conocer small {
  display: block;
  font-size: 12px;
}
/* Estilos para los iconos de cada modalidad */
.modalidad-icono {
    text-align: center;
    margin-bottom: 15px;
}

.icono-modalidad {
    width: 90px;
    height: auto;
    max-width: 100%;
}

/*--------------------------------------------------Modulos-Programa Section*/
.modulos-programa-section {
  padding: 40px 30px;
  font-family: 'Montserrat', serif;
}

.modulos-programa-section .title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #2D3123;
  padding-bottom: 10px;
  margin: 0;
}

.modulos-programa-section .subtitle {
  font-size: 18px;
  color: #5e5e5e;
  margin-bottom: 40px;
}

.modules-programa {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
  padding: 20px;
}
.module-programa {
    background-color: #f5e8dc;
    border-radius: 12px;
    width: 300px;
    overflow: hidden;
    margin: 10px;
}
.module-image-container {
    position: relative;
    width: 100%;
    height: 200px;
}
.module-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.module-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4F6654;
    opacity: 0.5;
}
.module-text-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/* Texto sobre la imagen */
.module-title-overlay {
    color: #FFF6ED;
    font-family: 'Montserrat', serif;
    font-size: 21px;
    padding: 0 20px;
    margin: 0;
    text-align: center;
}
.modules-info-programa {
    padding: 20px;
}

.modulos-programa-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #2c2c2c;
     text-align: left;
    font-family: 'Montserrat', sans-serif;
}
.modulos-programa-duration {
    font-size: 16px;
    color: #3a3a3a;
    margin: 0;
     text-align: left;
}

.cert-btn-programa {
  font-size: 24px;
  margin-bottom: 5px;
  font-family: 'GFS Didot', serif;
  background-color: #6f765e;
  color: #F6EADD;
  padding: 8px 80px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
  margin: 10px auto 25px auto;
  min-width: 150px;
  width: auto;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .cert-btn-programa {
    display: block;
    margin: 25px auto;
    width: 90%;
    max-width: 250px;
    padding: 12px 10px;
    white-space: normal;
    font-size: 14px;
  }
}

.cert-btn-programa:hover {
  background-color: #5d644f;
}

/*--------------------------------------------------Ofrecemos Section*/
.ofrecemos-section {
  background-color: #f6eadd;
  padding: 60px 20px;
  text-align: center;
}

.ofrecemos-container {
  max-width: 1200px;
  margin: 0 auto;
}

.ofrecemos-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ofrecemos-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.ofrecemos-item {
  flex: 1;
  min-width: 280px;
  padding: 20px 15px;
  flex-direction: column;
  align-items: center;
}

.ofrecemos-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  flex-shrink: 0;
}

.ofrecemos-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #556255;
  margin: 0 0 15px 0;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 1.5;
  padding: 0 10px;
}

.ofrecemos-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #556255;
  line-height: 1.6;
  text-align: center;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .ofrecemos-row {
    flex-direction: column;
    gap: 40px;
  }
  .ofrecemos-item {
    min-width: 100%;
  }
  .ofrecemos-title {
    min-height: auto;
    padding: 0;
  }
}

/*--------------------------------------------------Lograr Section*/
.lograr-section {
  background-color: #f6eadd;
  padding: 40px 30px;
  text-align: center;
}

.lograr-container {
  max-width: 1200px;
  margin: 0 auto;
}

.lograr-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px auto 0;
}

.lograr-item {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.lograr-circle {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin-bottom: 20px;
  overflow: hidden;
}

.lograr-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lograr-info {
  font-family: 'Montserrat', serif;
  font-size: 16px;
  color: #748274;
  font-weight: normal;
  text-align: center;
  margin: 0;
  font-weight: 600;
}


/*--------------------------------------------------Our Student Section*/
.student-section {
  padding: 40px 20px;
  font-family: 'Montserrat', serif;
  max-width: 1400px;
  margin: 0 auto;
}
.modules-student {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px 10px;
}

.module-student {
  background-color: #f5e8dc;
  border-radius: 12px;
  overflow: hidden;
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 12px;
  margin: 0 5px;
}

@media (max-width: 1200px) {
  .modules-student {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px; /* 40px vertical, 20px horizontal */
    padding: 0 20px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  
  .title-student {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .module-student {
    width: 100%;
    max-width: 350px;
    margin: 0 auto; /* Centrado horizontal dentro de su celda */
  }
}

@media (max-width: 768px) {
  .modules-student{
    grid-template-columns: 1fr;
    gap: 15px !important;
    padding: 10px;
  }
  .module-student {
    gap: 10px;
    margin: 0;
  }
}

.student-info {
  padding: 20px;
  text-align: left;
}
.student-text{
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  color: #2D3123;
  display: block;
}
.name-student {
  text-align: left;
  font-size: 20px;
  margin-top: 0;
  font-weight: 500;
  color: #748274;
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
}
.name-student br {
  display: block;
  margin-bottom: 5px;
}
/*--------------------------------------------------Expertos Section*/

.experto-section {
  padding: 20px 20px;
  font-family: 'Montserrat', serif
}

.module-experto {
    background-color: white;
    border-radius: 12px;
    width: 370px;
    overflow: hidden;
    margin: 10px;
}

.experto-text{
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  color: #2D3123;
  display: block;
  margin-bottom: 1rem;
}
.experto-title {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 22px;
  font-weight: bold;
  color: #2D3123;
  font-family: 'Montserrat', sans-serif;
}

.experto-info {
    padding: 20px;
    text-align: left;
}
.experto-mas {
    color: #748274;
    cursor: pointer;
    font-weight: 600;
    font-size: 17px;
    margin-top: 10px;
    transition: color 0.3s;
    display: inline-block;
}

.experto-mas:hover {
    color: #3a3a3a;
}
.module-experto img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
.mt-20 {
  margin-top: 35px !important;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .module-experto {
    width: calc(50% - 30px);
    margin: 15px;
  }
  .modules {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .experto-section {
    padding: 20px 15px;
  }
}

@media (max-width: 768px) {
  .module-experto {
    width: calc(100% - 15px);
    margin-left: auto;
    margin-right: auto;
  }
  .experto-section {
    padding: 20px 0;
  }
}
/*--------------------------------------------------DicenAlumnos Section*/
.dicen-alumnos-section {
  padding: 40px 20px;
  font-family: 'Montserrat', serif;
}
.dicen-alumnos-modules {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  margin-bottom: 30px;
  padding: 20px;
}
.dicen-alumnos-module {
  background-color: #f5e8dc;
  border-radius: 12px;
  width: 300px;
  overflow: hidden;
  margin: 10px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.dicen-alumnos-card{
  font-family: 'Inter';
  font-size: 58px;
  color: #748274;
  font-weight: 400;
  text-align: left;
  line-height: 100%;
  padding: 20px 20px 0 20px;
}
.alumnos-modules-info {
  padding: 0 20px;
  text-align: left;
  flex-grow: 1;
}
.dicen-alumnos-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  color: #2D3123;
  margin-bottom: 20px;
  display: block;
}
.modulos-alumnos-title {
  padding: 0px 20px 20px 20px;
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  margin-top: auto;
  color: #2c2c2c;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
}

/*--
/*  4.22 - Desde Adentro css
/*----------------------------------------*/
/* Contenedor principal de la sección */
.desde-adentro-container {
    background-color: #F6EADD;  /* Fondo similar al de la maqueta */
    padding: 40px;
    text-align: center;
}

/* Contenedor de las tarjetas */
.cards-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

/* Para pantallas grandes: 4 tarjetas verticales lado a lado */
.card {
  flex: 0 0 23%; /* Ocupa aproximadamente 1/4 del ancho */
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  /*box-shadow: 0 4px 8px rgba(0,0,0,0.1);*/
  padding: 20px;
  height: 650px;
  min-height: 600px;
}

/* Imagen de la tarjeta */
.card-image {
    width: 100%;
    height: 200px;  /* Ajusta la altura de la imagen */
    object-fit: cover;
}

/* Texto dentro de la tarjeta */
.card-text {
    padding: 15px 0;
    text-align: center;
}

.card-quote {
    font-size: 17px;
    color: #2D3123;
    font-family: Montserrat;
    margin-bottom: 50px;
    text-align: justify;    /* Justificar texto */
    line-height: 1.6;   
}

.card-author {
   font-family: Montserrat;
    font-size: 17px;
    color: #2D3123;
    margin-top: 10px;
    font-weight: bold;
    text-align: left;
}

/* Contenedor principal responsivo */
.instagram-container {
    width: 100%;
    max-width: 800px; /* Máximo ancho en desktop */
    margin: 0 auto;
    border: 2px solid #6a7867;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}

/* Wrapper que controla la altura */
.instagram-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 120%;
    overflow: hidden;
}

.instagram-media,
.instagram-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Responsive: ajusta altura en móviles */
@media (max-width: 768px) {
    .instagram-wrapper {
        padding-bottom: 150%;
    }
}
/* Estilos responsivos */

/* Tablets: 2 tarjetas por fila */
@media (max-width: 991px) {
  .card {
    flex: 0 0 48%; /* aproximadamente la mitad */
  }
}

/* Celulares: 1 tarjeta por fila */
@media (max-width: 575px) {
  .card {
    flex: 0 0 100%;
  }
}

.card-info-body{
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.card-info-head{
  font-family: 'Inter', sans-serif;
  font-size: 68px;
  color: #748274;
  font-weight: 400;
  text-align: left;
  line-height: 100%;
}

.instagram-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*--
/*  4.22 - Courses Tienda CSS
/*----------------------------------------*/
.courses-wrapper {
  padding-top: 40px;
}

.single-courses {
  margin-top: 50px;
}

.single-courses .courses-content .courses-price {
  position: relative;
  margin-top: -40px;
  z-index: 1;
}

.single-courses .courses-content .courses-price .price {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 76px;
  border: 2px solid #f8f6f4;
  border-radius: 50%;
  background-color: #0a4d3c;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
}

.single-courses .courses-content .content-wrapper {
  padding: 30px 30px 25px;
}

.single-courses .courses-images a {
  display: block;
}
.single-courses .courses-images a img {
  width: 90%;
  max-height: 200px; /* Por ejemplo, 200 píxeles de altura máxima */
  object-fit: contain; /* Para que la imagen mantenga proporción y no se distorsione */
  display: block; /* Evita espacio blanco debajo de la imagen */
  margin: 0 auto; /* Centra la imagen horizontalmente si quieres */
}



/* --- CSS ----*/
.admin-tab-menu {
  padding: 40px 30px;
  background-color: #f8f6f4;
  position: absolute;
  top: 0;
  left: 99px;
  z-index: 9;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .admin-tab-menu {
    height: auto;
    left: 0;
    position: relative;
  }
}
.admin-tab-menu a {
  display: block;
  width: 280px;
  height: 55px;
  line-height: 53px;
  border-radius: 10px;
  padding: 0 50px 0 20px;
  border: 1px solid #e0dddb;
  background-color: #f0ede9;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  color: #2c241b;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .admin-tab-menu a {
    width: 230px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .admin-tab-menu a {
    width: 205px;
    font-size: 14px;
    padding: 0 45px 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .admin-tab-menu a {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .admin-tab-menu a {
    font-size: 14px;
    padding: 0 45px 0 15px;
  }
}
.admin-tab-menu a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #6a7867;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .admin-tab-menu a::before {
    left: 15px;
  }
}
.admin-tab-menu a + a {
  margin-top: 20px;
}
.admin-tab-menu a.active, .admin-tab-menu a:hover {
  padding-left: 40px;
  font-weight: 500;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .admin-tab-menu a.active, .admin-tab-menu a:hover {
    padding-left: 25px;
  }
}
.admin-tab-menu a.active::before, .admin-tab-menu a:hover::before {
  opacity: 1;
  visibility: visible;
}

.main-content-wrapper {
  padding-top: 40px;
  padding-bottom: 80px;
  padding-left: 340px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .main-content-wrapper {
    padding-left: 289px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-content-wrapper {
    padding-left: 266px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .main-content-wrapper {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-content-wrapper {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1500px) {
  .main-content-wrapper .container-fluid {
    padding: 0 60px;
  }
}

.admin-top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .admin-top-bar {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .admin-top-bar.students-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.overview-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .overview-box {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .overview-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}
.overview-box .single-box {
  border-radius: 10px;
  padding: 15px 30px;
  width: 200px;
  margin: 20px 20px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .overview-box .single-box {
    margin: 20px 10px 0;
    width: 175px;
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .overview-box .single-box {
    margin: 20px 10px 0;
    width: 185px;
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .overview-box .single-box {
    margin: 20px 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .overview-box .single-box {
    width: 100%;
    margin: 20px 0 0;
  }
}
.overview-box .single-box .title {
  font-size: 15px;
  font-weight: 400;
  color: #2c241b;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .overview-box .single-box .title {
    font-size: 14px;
  }
}
.overview-box .single-box .count {
  font-size: 30px;
  font-weight: 500;
  margin-top: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 768px) and (max-width: 991px) {
  .overview-box .single-box .count {
    font-size: 20px;
  }
}
.overview-box .single-box .count .rating-star {
  position: relative;
}
.overview-box .single-box .count .rating-star::before {
  content: "\f000\f000\f000\f000\f000";
  font-family: IcoFont;
  color: #d0d0d0;
  font-size: 13px;
  letter-spacing: 1px;
}
.overview-box .single-box .count .rating-star .rating-bar {
  position: absolute;
  top: -2px;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.overview-box .single-box .count .rating-star .rating-bar::before {
  content: "\f000\f000\f000\f000\f000";
  font-family: IcoFont;
  color: #ffba00;
  font-size: 13px;
  letter-spacing: 1px;
}
.overview-box .single-box p {
  font-size: 13px;
  font-weight: 500;
  color: #343a40;
  margin-top: 3px;
}
.overview-box .single-box p span {
  color: #a4b5a4;
}
.overview-box .single-box:nth-of-type(1) {
  background-color: #e5ecff;
}
.overview-box .single-box:nth-of-type(1) .count {
  color: #0f42cd;
}
.overview-box .single-box:nth-of-type(2) {
  background-color: #def2e6;
}
.overview-box .single-box:nth-of-type(2) .count {
  color: #309255;
}
.overview-box .single-box:nth-of-type(3) {
  background-color: #ffe8df;
}
.overview-box .single-box:nth-of-type(3) .count {
  color: #ff6e30;
}

.graph {
  padding: 25px 70px 45px;
  border-radius: 10px;
  border: 1px solid #ebe6e1;
  margin-top: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .graph {
    padding: 15px 30px 25px;
  }
}
.graph .graph-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 575px) {
  .graph .graph-title {
    display: block;
  }
}
.graph .graph-title .title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 15px;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 575px) {
  .graph .graph-title .title {
    font-size: 18px;
  }
}
.graph .graph-content {
  margin-top: 20px;
}
.graph .graph-btn {
  text-align: center;
  margin-top: 20px;
}
.graph .graph-btn .btn {
  border-radius: 10px;
}

.student-box {
  border-radius: 10px;
  padding: 25px 30px;
  width: 180px;
  margin-top: 20px;
  background-color: #def2e6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .student-box {
    margin: 20px 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .student-box {
    width: 100%;
    margin: 20px 0 0;
  }
}
.student-box .title {
  font-size: 15px;
  font-weight: 400;
  color: #2c241b;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .student-box .title {
    font-size: 14px;
  }
}
.student-box .count {
  font-size: 32px;
  font-weight: 700;
  margin-top: 5px;
  color: #309255;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .student-box .count {
    font-size: 20px;
  }
}

.students-wrapper {
  padding-top: 10px;
}

.single-student {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ebe6e1;
  border-radius: 10px;
  padding: 25px;
  margin-top: 30px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .single-student {
    padding: 15px;
  }
}
.single-student .student-images img {
  width: 85px;
  border-radius: 50%;
  border: 1px solid #ebe6e1;
  padding: 7px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .single-student .student-images img {
    padding: 4px;
  }
}
.single-student .student-content {
  padding-left: 30px;
  max-width: 220px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .single-student .student-content {
    padding-left: 15px;
    max-width: 200px;
  }
}
.single-student .student-content .name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .single-student .student-content .name {
    font-size: 16px;
  }
}
.single-student .student-content .country {
  color: #a4b5a4;
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-top: 7px;
}
.single-student .student-content .country img {
  width: 15px;
  margin-top: -6px;
}
.single-student .student-content p {
  font-size: 13px;
  font-weight: 500;
  color: #343a40;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-student .student-content .date {
  font-size: 13px;
  font-weight: 400;
  color: #838785;
  display: block;
  margin-top: 2px;
}
.single-student .student-content .date i {
  color: #a4b5a4;
  margin-right: 5px;
}
.single-student:hover {
  border-color: #6a7867;
}
.single-student:hover .student-images img {
  border-color: #6a7867;
}

.students-active {
  position: relative;
}
.students-active .students-arrow {
  text-align: center;
  margin-top: 30px;
}
.students-active .swiper-button-next, .students-active .swiper-button-prev {
  opacity: 1;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ebe6e1;
  color: #343a40;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  top: 0;
  margin-top: 0;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 575px) {
  .students-active .swiper-button-next, .students-active .swiper-button-prev {
    width: 35px;
    height: 35px;
    line-height: 32px;
  }
}
.students-active .swiper-button-next::after, .students-active .swiper-button-prev::after {
  display: none;
}
.students-active .swiper-button-next:hover, .students-active .swiper-button-prev:hover {
  background-color: #6a7867;
  border-color: #6a7867;
  color: #fff;
}
.students-active .swiper-button-prev {
  left: 0;
}
.students-active .swiper-button-next {
  right: 0;
}

.students-map {
  padding: 30px 45px;
  border: 1px solid #ebe6e1;
  border-radius: 10px;
  margin-top: 50px;
}
@media only screen and (max-width: 575px) {
  .students-map {
    padding: 30px 20px;
  }
}
.students-map .title {
  font-size: 20px;
  font-weight: 500;
  background-color: #f8f6f4;
  border: 1px solid #daebe0;
  border-radius: 10px;
  text-align: center;
  padding: 16px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 575px) {
  .students-map .title {
    font-size: 16px;
  }
}
.students-map .map {
  margin-top: 30px;
}
.students-map .map #vmap {
  height: 530px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .students-map .map #vmap {
    height: 470px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .students-map .map #vmap {
    height: 340px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .students-map .map #vmap {
    height: 340px;
  }
}

.single-student-widget {
  padding: 25px 30px;
  border-radius: 10px;
  margin-top: 50px;
}
@media only screen and (max-width: 575px) {
  .single-student-widget {
    padding: 25px 15px;
  }
}
.single-student-widget.widget-color-01 {
  background-color: #fff6f1;
}
.single-student-widget.widget-color-01 .widget-title {
  background-color: #f9d9c7;
}
.single-student-widget.widget-color-01 .single-item .item-bar {
  background-color: #f9d9c7;
}
.single-student-widget.widget-color-01 .single-item .item-bar .bar-line {
  background-color: #ff6c00;
}
.single-student-widget.widget-color-01 .single-item .item-percentage p span {
  color: #ff6c00;
}
.single-student-widget.widget-color-01 .page-pagination .pagination li a {
  border: 1px solid #e1d0c4;
}
.single-student-widget.widget-color-01 .page-pagination .pagination li a.active, .single-student-widget.widget-color-01 .page-pagination .pagination li a:hover {
  color: #fff;
  background-color: #ff6c00;
  border-color: #ff6c00;
}
.single-student-widget.widget-color-02 {
  background-color: #eefbf3;
}
.single-student-widget.widget-color-02 .widget-title {
  background-color: #cdedd9;
}
.single-student-widget.widget-color-02 .single-item .item-bar {
  background-color: #c6e7d3;
}
.single-student-widget.widget-color-02 .single-item .item-bar .bar-line {
  background-color: #309255;
}
.single-student-widget.widget-color-02 .single-item .item-percentage p span {
  color: #309255;
}
.single-student-widget.widget-color-02 .page-pagination .pagination li a {
  border: 1px solid #e1d0c4;
}
.single-student-widget.widget-color-02 .page-pagination .pagination li a.active, .single-student-widget.widget-color-02 .page-pagination .pagination li a:hover {
  color: #fff;
  background-color: #309255;
  border-color: #309255;
}
.single-student-widget.widget-color-03 {
  background-color: #ecf1ff;
}
.single-student-widget.widget-color-03 .widget-title {
  background-color: #d3dfff;
}
.single-student-widget.widget-color-03 .single-item .item-bar {
  background-color: #b7d7fc;
}
.single-student-widget.widget-color-03 .single-item .item-bar .bar-line {
  background-color: #0f42cd;
}
.single-student-widget.widget-color-03 .single-item .item-percentage p span {
  color: #0f42cd;
}
.single-student-widget.widget-color-03 .page-pagination .pagination li a {
  border: 1px solid #c8d4f2;
}
.single-student-widget.widget-color-03 .page-pagination .pagination li a.active, .single-student-widget.widget-color-03 .page-pagination .pagination li a:hover {
  color: #fff;
  background-color: #0f42cd;
  border-color: #0f42cd;
}
.single-student-widget .widget-title {
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px;
  text-align: center;
  padding: 14px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
}
.single-student-widget .widget-items {
  padding-top: 25px;
}
.single-student-widget .single-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 85px;
  margin-top: 15px;
  height: 37px;
}
.single-student-widget .single-item .item-flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-student-widget .single-item .item-flag .flag {
  padding-right: 15px;
}
@media only screen and (max-width: 575px) {
  .single-student-widget .single-item .item-flag .flag {
    padding-right: 8px;
  }
}
.single-student-widget .single-item .item-flag .flag img {
  width: 35px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .single-student-widget .single-item .item-flag .flag img {
    width: 30px;
    height: 30px;
  }
}
.single-student-widget .single-item .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  font-weight: 400;
  color: #52565b;
  white-space: nowrap;
}
.single-student-widget .single-item .item-bar {
  width: calc(100% - 145px);
  height: 5px;
  border-radius: 50px;
  margin-left: auto;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .single-student-widget .single-item .item-bar {
    width: calc(100% - 130px);
  }
}
.single-student-widget .single-item .item-bar .bar-line {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.single-student-widget .single-item .item-percentage {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single-student-widget .single-item .item-percentage p {
  font-size: 14px;
  font-weight: 500;
  color: #343a40;
  white-space: nowrap;
  margin-bottom: 0;
}
.single-student-widget .single-item .item-percentage p span {
  font-size: 12px;
  margin-right: 3px;
}
.single-student-widget .page-pagination {
  padding-top: 40px;
}
.single-student-widget .page-pagination .pagination li a {
  border: 1px solid #daebe0;
  width: 35px;
  height: 35px;
  line-height: 33px;
  font-size: 14px;
}
.single-student-widget .page-pagination .pagination li a.active, .single-student-widget .page-pagination .pagination li a:hover {
  color: #fff;
  background-color: #a4b5a4;
}

.new-courses {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 100px 50px;
  margin-top: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .new-courses {
    padding: 0 50px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .new-courses {
    padding: 0 50px 50px;
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .new-courses {
    padding: 0 30px 50px;
  }
}
.new-courses::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 77, 60, 0.95);
  z-index: -1;
}
.new-courses .new-courses-title {
  margin-top: 45px;
}
.new-courses .new-courses-title .title {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 575px) {
  .new-courses .new-courses-title .title {
    font-size: 18px;
  }
  .new-courses .new-courses-title .title br {
    display: none;
  }
}
.new-courses .new-courses-btn {
  margin-top: 50px;
}
.engagement-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
}
.engagement-meta .meta {
  font-size: 15px;
  font-weight: 500;
  color: #343a40;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
  padding-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .engagement-meta .meta {
    margin-right: 30px;
    font-size: 14px;
  }
}
.engagement-meta .meta img {
  margin-right: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .engagement-meta .meta img {
    width: 16px;
  }
}
.engagement-meta .meta:last-child {
  margin-right: 0;
}

.courses-select {
  padding-top: 20px;
}
.courses-select .nice-select {
  float: none;
  display: inline-block;
  padding: 0 50px 0 30px;
  height: 60px;
  line-height: 58px;
  border-radius: 10px;
  border: 1px solid #ebe6e1;
  font-weight: 500;
  font-size: 20px;
  color: #2c241b;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .courses-select .nice-select {
    padding: 0 40px 0 20px;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .courses-select .nice-select {
    display: block;
  }
}
.courses-select .nice-select::after {
  width: 8px;
  height: 8px;
  border-color: #2c241b;
  right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .courses-select .nice-select::after {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .courses-select .nice-select .list {
    width: 100%;
  }
}
.courses-select .nice-select .list li {
  font-size: 15px;
}
.courses-select .title {
  font-size: 22px;
  font-weight: 500;
  color: #2c241b;
  margin-top: 25px;
  font-family: "Montserrat", sans-serif;
}

.months-select {
  padding-top: 20px;
}
.months-select .nice-select {
  float: none;
  display: inline-block;
  padding: 0 40px 0 20px;
  height: 50px;
  line-height: 48px;
  border-radius: 10px;
  border: 1px solid #ebe6e1;
  background-color: #f0ede9;
  font-weight: 500;
  font-size: 15px;
  color: #2c241b;
}
@media only screen and (max-width: 767px) {
  .months-select .nice-select {
    display: block;
  }
}
.months-select .nice-select::after {
  width: 7px;
  height: 7px;
  border-color: #343a40;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .months-select .nice-select .list {
    width: 100%;
  }
}
.months-select .nice-select .list li {
  font-size: 15px;
}

.engagement-courses {
  padding-top: 40px;
  padding-left: 1px;
  padding-right: 1px;
}
.engagement-courses .courses-top {
  background-color: #f8f6f4;
  border: 0;
  border-radius: 10px;
}
.engagement-courses .courses-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .engagement-courses .courses-top ul {
    display: block;
    text-align: center;
  }
}
.engagement-courses .courses-top ul li {
  font-size: 18px;
  font-weight: 500;
  color: #343a40;
  padding: 15px;
  white-space: nowrap;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .engagement-courses .courses-top ul li {
    font-size: 14px;
  }
}
.engagement-courses .courses-top ul li:nth-of-type(1) {
  width: 500px;
  padding-left: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .engagement-courses .courses-top ul li:nth-of-type(1) {
    width: 430px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .engagement-courses .courses-top ul li:nth-of-type(1) {
    padding-left: 50px;
    width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .engagement-courses .courses-top ul li:nth-of-type(1) {
    padding-left: 0;
    width: auto;
  }
}
.engagement-courses .courses-top ul li:nth-of-type(2) {
  width: 170px;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .engagement-courses .courses-top ul li:nth-of-type(2) {
    width: auto;
  }
}
.engagement-courses .courses-top ul li:nth-of-type(3) {
  width: 170px;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .engagement-courses .courses-top ul li:nth-of-type(3) {
    width: auto;
  }
}
.engagement-courses .courses-list ul li {
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #ebe6e1;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .engagement-courses .courses-list ul li {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .engagement-courses .courses-list ul li {
    display: block;
    text-align: center;
  }
}
.engagement-courses .courses-list ul li .courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 600px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .engagement-courses .courses-list ul li .courses {
    display: block;
  }
}
.engagement-courses .courses-list ul li .courses .thumb img {
  width: 100px;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .engagement-courses .courses-list ul li .courses .thumb img {
    width: 70px;
  }
}
.engagement-courses .courses-list ul li .courses .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
  max-width: 330px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .engagement-courses .courses-list ul li .courses .content {
    padding-left: 15px;
    width: 285px;
  }
}
@media only screen and (max-width: 767px) {
  .engagement-courses .courses-list ul li .courses .content {
    padding-left: 0;
    padding-top: 25px;
    margin: 0 auto;
  }
}
.engagement-courses .courses-list ul li .courses .content .title {
  margin-bottom: 0;
}
.engagement-courses .courses-list ul li .courses .content .title a {
  font-size: 18px;
  font-weight: 500;
  color: #2c241b;
  display: inline-block;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
  .engagement-courses .courses-list ul li .courses .content .title a {
    font-size: 14px;
  }
}
.engagement-courses .courses-list ul li .courses .content .title a:hover {
  color: #a4b5a4;
}
.engagement-courses .courses-list ul li .taught span, .engagement-courses .courses-list ul li .student span {
  font-size: 18px;
  font-weight: 500;
  color: #343a40;
  display: block;
  padding: 0 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
  .engagement-courses .courses-list ul li .taught span, .engagement-courses .courses-list ul li .student span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .engagement-courses .courses-list ul li .taught span, .engagement-courses .courses-list ul li .student span {
    padding-top: 20px;
  }
}
.engagement-courses .courses-list ul li .button {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .engagement-courses .courses-list ul li .button {
    padding-top: 20px;
  }
}
.engagement-courses .courses-list ul li .button .btn {
  border: 1px solid #ebe6e1;
  padding: 0 30px;
  border-radius: 10px;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .engagement-courses .courses-list ul li .button .btn {
    font-size: 13px;
    padding: 0 20px;
  }
}
.engagement-courses .courses-list ul li > *:nth-of-type(1) {
  width: 500px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .engagement-courses .courses-list ul li > *:nth-of-type(1) {
    width: auto;
  }
}
.engagement-courses .courses-list ul li > *:nth-of-type(2) {
  width: 170px;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .engagement-courses .courses-list ul li > *:nth-of-type(2) {
    width: auto;
  }
}
.engagement-courses .courses-list ul li > *:nth-of-type(3) {
  width: 170px;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .engagement-courses .courses-list ul li > *:nth-of-type(3) {
    width: auto;
  }
}

.filter-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-check .courses-select {
  padding-top: 0px;
}
.filter-check > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  margin-top: 10px;
  white-space: nowrap;
}
.filter-check > li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .filter-check > li {
    margin-right: 26px;
  }
}
.filter-check > li label {
  font-size: 16px;
  font-weight: 400;
  color: #2c241b;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-check > li input {
  display: none;
}
.filter-check > li input + label {
  cursor: pointer;
}
.filter-check > li input + label span {
  width: 18px;
  height: 18px;
  border: 1px solid #8691a1;
  border-radius: 2px;
  display: inline-block;
  margin-right: 13px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.filter-check > li input + label span::before {
  position: absolute;
  content: "\eed6";
  font-family: IcoFont;
  color: #fff;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: -1px;
  line-height: 17px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.filter-check > li input:checked + label {
  font-weight: 500;
}
.filter-check > li input:checked + label span {
  background-color: #6a7867;
  border-color: #6a7867;
}
.filter-check > li input:checked + label span::before {
  opacity: 1;
  visibility: visible;
}

.rating-select .nice-select {
  float: none;
  display: inline-block;
  padding: 0 15px 0 0px;
  height: auto;
  line-height: 1;
  border-radius: 0;
  border: 0;
  font-weight: 500;
  font-size: 17px;
  color: #2c241b;
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .rating-select .nice-select {
    display: block;
  }
}
.rating-select .nice-select::after {
  width: 6px;
  height: 6px;
  border-color: #2c241b;
  right: 2px;
}
@media only screen and (max-width: 767px) {
  .rating-select .nice-select .list {
    width: 100%;
  }
}
.rating-select .nice-select .list li {
  font-size: 15px;
}

.top-bar-filter-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 767px) {
  .top-bar-filter-right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-bar-filter-right > * {
  margin: 0 10px;
}
.top-bar-filter-right .filter-btn {
  padding-top: 20px;
}
.top-bar-filter-right .filter-btn .btn {
  font-size: 15px;
  padding: 0 20px;
  height: 50px;
  line-height: 48px;
  border-radius: 10px;
}

.newest-select {
  padding-top: 20px;
}
.newest-select .nice-select {
  float: none;
  display: inline-block;
  padding: 0 40px 0 20px;
  height: 50px;
  line-height: 48px;
  border-radius: 10px;
  border: 1px solid #ebe6e1;
  font-weight: 500;
  font-size: 15px;
  color: #343a40;
}
@media only screen and (max-width: 767px) {
  .newest-select .nice-select {
    display: block;
  }
}
.newest-select .nice-select::after {
  width: 7px;
  height: 7px;
  border-color: #343a40;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .newest-select .nice-select .list {
    width: 100%;
  }
}
.newest-select .nice-select .list li {
  font-size: 15px;
}
.newest-select .title {
  font-size: 22px;
  font-weight: 500;
  color: #2c241b;
  margin-top: 25px;
}

.courses-rating-wrapper {
  padding-top: 15px;
}

.single-courses-rating {
  border: 1px solid #e0dddb;
  padding: 25px;
  border-radius: 10px;
  margin-top: 25px;
}
.single-courses-rating .courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .single-courses-rating .courses {
    display: block;
    text-align: center;
  }
}
.single-courses-rating .courses .courses-thumb a {
  display: block;
}
.single-courses-rating .courses .courses-thumb a img {
  border-radius: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-courses-rating .courses .courses-thumb a img {
    width: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-courses-rating .courses .courses-thumb a img {
    width: 100px;
  }
}
.single-courses-rating .courses .courses-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 550px;
  padding-left: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-courses-rating .courses .courses-content {
    padding-left: 30px;
    max-width: 370px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-courses-rating .courses .courses-content {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single-courses-rating .courses .courses-content {
    padding-left: 0;
    padding-top: 25px;
    margin: 0 auto;
  }
}
.single-courses-rating .courses .courses-content .title {
  margin-bottom: 0;
}
.single-courses-rating .courses .courses-content .title a {
  font-size: 20px;
  font-weight: 500;
  color: #2c241b;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-courses-rating .courses .courses-content .title a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-courses-rating .courses .courses-content .title a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .single-courses-rating .courses .courses-content .title a {
    font-size: 16px;
  }
}
.single-courses-rating .courses .courses-content .title a:hover {
  color: #a4b5a4;
}
.single-courses-rating .courses .courses-content .average-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .single-courses-rating .courses .courses-content .average-rating {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.single-courses-rating .courses .courses-content .average-rating .label {
  font-size: 15px;
  font-weight: 400;
  display: block;
  color: #2c241b;
  white-space: nowrap;
  padding-right: 10px;
}
.single-courses-rating .courses .courses-content .average-rating .count {
  font-size: 22px;
  font-weight: 700;
  color: #ff6e30;
  display: block;
}
@media only screen and (max-width: 575px) {
  .single-courses-rating .courses .courses-content .average-rating .count {
    font-size: 18px;
  }
}
.single-courses-rating .courses .courses-content .average-rating .count .rating-star {
  position: relative;
}
.single-courses-rating .courses .courses-content .average-rating .count .rating-star::before {
  content: "\f000\f000\f000\f000\f000";
  font-family: IcoFont;
  color: #d0d0d0;
  font-size: 13px;
  letter-spacing: 1px;
}
.single-courses-rating .courses .courses-content .average-rating .count .rating-star .rating-bar {
  position: absolute;
  top: -3px;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.single-courses-rating .courses .courses-content .average-rating .count .rating-star .rating-bar::before {
  content: "\f000\f000\f000\f000\f000";
  font-family: IcoFont;
  color: #ffba00;
  font-size: 13px;
  letter-spacing: 1px;
}
.single-courses-rating .courses .courses-btn {
  margin-left: auto;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .single-courses-rating .courses .courses-btn {
    margin: 20px auto 0;
  }
}
.single-courses-rating .courses .courses-btn .btn {
  border: 1px solid #e0dddb;
  padding: 0 20px;
  height: 50px;
  line-height: 48px;
  border-radius: 5px;
}
.single-courses-rating .courses .courses-btn .btn:hover {
  background-color: #6a7867;
  border-color: #6a7867;
  color: #fff;
}
.single-courses-rating .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 30px;
  border-radius: 10px;
  background-color: #f8f6f4;
  margin-top: 20px;
}
@media only screen and (max-width: 575px) {
  .single-courses-rating .rating {
    display: block;
    padding: 20px;
  }
}
.single-courses-rating .rating .rating-author img {
  width: 70px;
  border-radius: 50%;
}
.single-courses-rating .rating .rating-content {
  padding-left: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .single-courses-rating .rating .rating-content {
    padding-left: 0;
    padding-top: 25px;
  }
}
.single-courses-rating .rating .rating-content .name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 575px) {
  .single-courses-rating .rating .rating-content .name {
    font-size: 20px;
  }
}
.single-courses-rating .rating .rating-content .date {
  color: #8e9298;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}
.single-courses-rating .rating .rating-content .average-rating {
  margin-top: 10px;
}
.single-courses-rating .rating .rating-content .average-rating .rating-star {
  position: relative;
}
.single-courses-rating .rating .rating-content .average-rating .rating-star::before {
  content: "\f000\f000\f000\f000\f000";
  font-family: IcoFont;
  color: #d0d0d0;
  font-size: 15px;
  letter-spacing: 2px;
}
.single-courses-rating .rating .rating-content .average-rating .rating-star .rating-bar {
  position: absolute;
  top: -2px;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.single-courses-rating .rating .rating-content .average-rating .rating-star .rating-bar::before {
  content: "\f000\f000\f000\f000\f000";
  font-family: IcoFont;
  color: #ffba00;
  font-size: 15px;
  letter-spacing: 2px;
}
.single-courses-rating .rating .rating-content .btn {
  border: 1px solid #e0dddb;
  padding: 0 20px;
  background-color: #fff;
  color: #309255;
  height: 45px;
  line-height: 41px;
  margin-top: 20px;
  border-radius: 10px;
}
.single-courses-rating .rating .rating-content .btn:hover {
  background-color: #6a7867;
  border-color: #6a7867;
  color: #fff;
}
.single-courses-rating .rating .waving {
  position: absolute;
  top: 27px;
  right: 25px;
  color: #343a40;
  font-size: 20px;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-courses-rating .rating .waving:hover {
  color: #a4b5a4;
}

.question-answer {
  border-top: 1px solid #e0dddb;
  margin-top: 20px;
}

.answer-user-list {
  padding: 20px 0;
}

.single-user {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  border: 1px solid #e0dddb;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-user {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 575px) {
  .single-user {
    padding: 10px;
  }
}
.single-user .user-author img {
  width: 70px;
  border-radius: 50px;
}
@media only screen and (max-width: 575px) {
  .single-user .user-author img {
    width: 50px;
  }
}
.single-user .user-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
  position: relative;
  max-width: 175px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-user .user-content {
    max-width: 160px;
    padding-left: 10px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .single-user .user-content {
    max-width: 150px;
    padding-left: 10px;
  }
}
.single-user .user-content .name {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-user .user-content .name {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .single-user .user-content .name {
    font-size: 13px;
  }
}
.single-user .user-content p {
  color: #52565b;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-user .user-content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .single-user .user-content p {
    font-size: 12px;
  }
}
.single-user .time {
  color: #8e9298;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  bottom: 30px;
  right: 17px;
  background-color: #fff;
  padding: 0 3px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-user .time {
    right: auto;
    left: 80px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .single-user .time {
    font-size: 8px;
    right: 8px;
    bottom: auto;
    top: 10px;
  }
}
.single-user.active {
  background-color: #6a7867;
  border-color: #6a7867;
}
.single-user.active .user-content .name {
  color: #fff;
}
.single-user.active .user-content p {
  color: #d4efde;
}
.single-user.active .time {
  color: #d4efde;
  background-color: #6a7867;
}

.answer-message-wrapper {
  border-top: 1px solid #e0dddb;
  padding-top: 10px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
  .answer-message-wrapper {
    border-left: 1px solid #e0dddb;
    padding-left: 30px;
    border-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .answer-message-wrapper {
    padding-bottom: 60px;
  }
}
.answer-message-wrapper ul {
  border-bottom: 1px solid #e0dddb;
}
.answer-message-wrapper ul li + li .single-message {
  border-top: 1px solid #e0dddb;
}
.answer-message-wrapper ul li ul {
  border-bottom: 0;
}
.answer-message-wrapper ul li ul li .single-message {
  border-top: 1px solid #e0dddb;
}
.answer-message-wrapper ul li .message-replay {
  padding-left: 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .answer-message-wrapper ul li .message-replay {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .answer-message-wrapper ul li .message-replay {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .answer-message-wrapper ul li .message-replay {
    padding-left: 0;
  }
}
.answer-message-wrapper .loadmore {
  border: 1px solid #e0dddb;
  background-color: #f8f6f4;
  height: 55px;
  line-height: 53px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #6a7867;
  display: block;
  padding: 0 20px;
  text-align: center;
  margin-top: 40px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .answer-message-wrapper .loadmore {
    height: 45px;
    line-height: 43px;
    font-size: 14px;
  }
}
.answer-message-wrapper .loadmore:hover {
  background-color: #6a7867;
  border-color: #6a7867;
  color: #fff;
}

.single-message {
  padding: 30px 0;
}
.single-message .message-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 218px;
}
@media only screen and (max-width: 575px) {
  .single-message .message-author {
    display: block;
    padding-right: 0;
  }
}
.single-message .message-author .author-images img {
  width: 70px;
  border-radius: 50%;
}
.single-message .message-author .author-content {
  padding-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 575px) {
  .single-message .message-author .author-content {
    padding-left: 0;
    padding-top: 15px;
  }
}
.single-message .message-author .author-content .name {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
}
.single-message .message-author .author-content .name strong {
  margin-right: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-message .message-author .author-content .name strong {
    margin-right: 15px;
  }
}
.single-message .message-author .author-content .name span {
  display: inline-block;
}
.single-message .message-author .author-content .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-message .message-author .author-content .title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-message .message-author .author-content .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .single-message .message-author .author-content .title {
    font-size: 16px;
  }
}
.single-message .message-author .author-content .time {
  font-size: 12px;
  font-weight: 400;
  color: #8e9298;
}
.single-message .message-author .author-content .instructor {
  background-color: #e7f3eb;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #309255;
  padding: 6px 12px;
}
.single-message .message-author .author-content * + * {
  margin-top: 10px;
  display: block;
}
.single-message .message-author .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 575px) {
  .single-message .message-author .meta {
    display: inline-block;
    text-align: center;
  }
}
.single-message .message-author .meta .view {
  color: #309255;
  font-size: 12px;
  font-weight: 400;
  margin-right: 20px;
}
@media only screen and (max-width: 575px) {
  .single-message .message-author .meta .view {
    display: block;
    margin-right: 0;
  }
}
.single-message .message-author .meta .view i {
  margin-right: 8px;
}
.single-message .message-author .meta .answer {
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #d6e9dd;
  background-color: #edfaf2;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 575px) {
  .single-message .message-author .meta .answer {
    margin-top: 10px;
    height: 35px;
    line-height: 33px;
    padding: 0 15px;
  }
}
.single-message .message-author .meta .answer i {
  margin-right: 8px;
}
.single-message .message-author .meta .answer:hover {
  background-color: #6a7867;
  border-color: #6a7867;
  color: #fff;
}
.single-message p {
  margin-top: 20px;
  margin-bottom: 0;
}

.message-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media only screen and (max-width: 575px) {
  .message-form {
    display: block;
  }
}
.message-form .auhtor img {
  width: 70px;
  border-radius: 50%;
}
.message-form .message-input {
  padding-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 575px) {
  .message-form .message-input {
    padding-left: 0;
    padding-top: 20px;
  }
}
.message-form .message-input textarea {
  padding: 20px 30px;
  height: 200px;
  border: 1px solid #e0dddb;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #52565b;
  margin-top: 0;
}
@media only screen and (max-width: 575px) {
  .message-form .message-input textarea {
    padding: 15px 20px;
  }
}
.message-form .message-input .message-btn {
  text-align: center;
  margin-top: 20px;
}
.message-form .message-input .message-btn .btn {
  width: 120px;
  height: 50px;
  line-height: 50px;
  margin: 0 8px;
  padding: 0 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 575px) {
  .message-form .message-input .message-btn .btn {
    width: 90px;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    padding: 0 20px;
  }
}
.message-form .message-input .message-btn .btn.btn-light {
  background-color: #ffe4e0;
  color: #2c241b;
}

/*----------------------------------------*/
/*  05. Widget CSS
/*----------------------------------------*/
/*--
/*  5.1 - Sidebar Widget CSS
/*----------------------------------------*/
.sidebar-widget {
  margin-top: 50px;
}
.sidebar-widget .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sidebar-widget .social li {
  padding-top: 10px;
  margin-right: 20px;
}
.sidebar-widget .social li:last-child {
  margin-right: 0;
}
.sidebar-widget .social li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid rgba(10, 77, 60, 0.25);
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  color: #343a40;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget .social li a {
    width: 45px;
    height: 45px;
    line-height: 43px;
  }
}
.sidebar-widget .social li a:hover {
  background-color: #a4b5a4;
  border-color: #a4b5a4;
  color: #fff;
}

.widget-title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: -7px;
}

.widget-information {
  background-color: #f8f6f4;
  padding: 30px 30px 40px;
  border-radius: 2px;
}
.widget-information .info-price {
  text-align: center;
}
.widget-information .info-price .price {
  font-size: 30px;
  font-weight: 700;
  color: #6a7867;
  display: block;
}
.widget-information .info-list ul {
  border-top: 1px solid #d1e6d9;
  margin-top: 35px;
}
.widget-information .info-list ul li {
  border-bottom: 1px solid #d1e6d9;
  padding: 15px 0;
}
.widget-information .info-list ul li i {
  color: #a4b5a4;
  margin-right: 3px;
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-information .info-list ul li i {
    font-size: 15px;
  }
}
.widget-information .info-list ul li strong {
  color: #2c241b;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-information .info-list ul li strong {
    font-size: 15px;
  }
}
.widget-information .info-list ul li span {
  color: #52565b;
  display: block;
  float: right;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-information .info-list ul li span {
    font-size: 15px;
  }
}
.widget-information .info-btn {
  text-align: center;
  margin-top: 40px;
}

.widget-search {
  position: relative;
}
.widget-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  width: 100%;
  height: 60px;
  border: 1px solid rgba(10, 77, 60, 0.2);
  border-radius: 2px;
  padding: 0 20px;
  padding-right: 60px;
  outline: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 15px;
  font-weight: 400;
  color: #52565b;
  background-color: #fff;
  margin-top: 0;
}
.widget-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  opacity: 1;
}
.widget-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  opacity: 1;
}
.widget-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  opacity: 1;
}
.widget-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  opacity: 1;
}
.widget-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus {
  border-color: #6a7867;
}
.widget-search button {
  position: absolute;
  width: 48px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  text-align: center;
  border-radius: 2px;
  background-color: #6a7867;
  border: 0;
  top: 6px;
  right: 6px;
  font-size: 16px;
  color: #fff;
}

.widget-category {
  padding: 35px;
  border-radius: 2px;
  margin-top: 30px;
  background-color: #f8f6f4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .widget-category {
    padding: 25px;
  }
}
.widget-category .category-list li + li {
  margin-top: 10px;
}
.widget-category .category-list li a {
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  display: block;
  color: #52565b;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-category .category-list li a {
    font-size: 14px;
  }
}
.widget-category .category-list li a span {
  display: block;
  float: right;
}
.widget-category .category-list li a:hover {
  color: #fff;
  background-color: #6a7867;
  border-color: #6a7867;
}

.widget-post {
  padding: 35px;
  border: 1px solid rgba(10, 77, 60, 0.2);
  border-radius: 2px;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .widget-post {
    padding: 25px;
  }
}
.widget-post .post-items li {
  border-bottom: 1px solid rgba(10, 77, 60, 0.2);
  padding: 20px 0;
}
.widget-post .post-items li:first-child {
  padding-top: 0;
}
.widget-post .post-items li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget-post .single-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget-post .single-post .post-thumb a {
  display: block;
}
.widget-post .single-post .post-thumb a img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .widget-post .single-post .post-thumb a img {
    width: 60px;
    height: 60px;
  }
}
.widget-post .single-post .post-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .widget-post .single-post .post-content {
    padding-left: 20px;
  }
}
.widget-post .single-post .post-content .title {
  margin-bottom: 0;
}
.widget-post .single-post .post-content .title a {
  font-size: 15px;
  font-weight: 500;
  color: #6a7867;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .widget-post .single-post .post-content .title a {
    font-size: 14px;
  }
}
.widget-post .single-post .post-content .title a:hover {
  color: #a4b5a4;
}
.widget-post .single-post .post-content .date {
  font-size: 13px;
  color: #52565b;
  margin-top: 5px;
  display: block;
}
.widget-post .single-post .post-content .date i {
  color: #a4b5a4;
}

.widget-tags {
  padding: 35px;
  border: 1px solid rgba(10, 77, 60, 0.2);
  border-radius: 2px;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .widget-tags {
    padding: 25px;
  }
}
.widget-tags .tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: -10px;
}
.widget-tags .tags-list li {
  padding: 10px 5px 0;
}
.widget-tags .tags-list li a {
  height: 45px;
  line-height: 43px;
  padding: 0 35px;
  font-size: 15px;
  background-color: #f8f6f4;
  display: block;
  color: #52565b;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-tags .tags-list li a {
    font-size: 14px;
    padding: 0 22px;
  }
}
@media only screen and (max-width: 767px) {
  .widget-tags .tags-list li a {
    padding: 0 20px;
  }
}
.widget-tags .tags-list li a:hover {
  background-color: #6a7867;
  border-color: #6a7867;
  color: #fff;
}

/*--
/*  5.2 - Footer Widget CSS
/*----------------------------------------*/
.footer-widget-section {
  position: relative;
}
.footer-widget-section .shape-01 {
  position: absolute;

}
.footer-widget-section .shape-02 {
  position: absolute;
  right: 60px;
  bottom: 70px;
}

.footer-widget-wrapper {
  margin-top: -50px;
}

.footer-widget {
  margin-top: 45px;
}

.footer-widget-title {
  font-size: 27px;
  color: #a4b5a4;
  font-weight: 600;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget-title {
    font-size: 20px;
  }
}

.widget-newsletter {
  padding-top: 32px;
}
@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
  .widget-newsletter {
    padding-right: 70px;
  }
}
.widget-newsletter p {
  color: #fff;
  line-height: 2.13;
}
.widget-newsletter .newsletter-form {
  margin-top: 35px;
}
.widget-newsletter .newsletter-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  width: 100%;
  border: 0;
  height: 50px;
  padding: 0 30px;
  border-radius: 10px;
  background-color: #fff;
  color: #2c241b;
}
.widget-newsletter .newsletter-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  opacity: 1;
  color: #2c241b;
}
.widget-newsletter .newsletter-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  opacity: 1;
  color: #2c241b;
}
.widget-newsletter .newsletter-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  opacity: 1;
  color: #2c241b;
}
.widget-newsletter .newsletter-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  opacity: 1;
  color: #2c241b;
}
.widget-newsletter .newsletter-form .btn {
  border-radius: 10px;
  margin-top: 20px;
  padding: 0 30px;
}

.widget-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.widget-wrapper > * {
  padding-right: 40px;
}
.widget-wrapper > *:last-child {
  padding-right: 0;
}

.widget-link {
  padding-top: 20px;
}
.widget-link li {
  font-size: 15px;
  color: #fff;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .widget-link li {
    font-size: 13px;
  }
}
.widget-location {
  padding-top: 20px;
}
.widget-location p {
  font-size: 15px;
  color: #fff;
  margin-top: 15px;
  line-height: 2.1;
}
@media only screen and (max-width: 767px) {
  .widget-location p {
    font-size: 13px;
  }
}

/*--
/*  07. Footer CSS
/*----------------------------------------*/
.footer-section {
  background-color: #6a7867;
    color: white;
  font-family: 'Montserrat', sans-serif;
}

.footer-copyright {
  color: white;
  font-family: 'Montserrat', sans-serif;
  padding: 8%;
  background-color: #6a7867;
}

.copyright-wrapper {
  
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  justify-content: center;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .copyright-wrapper {
    display: block;
    text-align: center;
  }
}

.copyright-text {
  padding-top: 25px;
}
.copyright-text p {
  color: #fff;
  font-size: 15px;
}
.copyright-text p span, .copyright-text p i {
  color: #a4b5a4;
}
.copyright-text p a {
  color: #a4b5a4;
}
.copyright-text p a:hover {
  text-decoration: underline;
}

.copyright-link {
  padding-top: 15px;
}
.copyright-link a {
  color: #fff;
  position: relative;
  font-size: 15px;
  margin-top: 10px;
}
.copyright-link a + a {
  margin-left: 30px;
}
.copyright-link a + a::before {
  position: absolute;

  font-size: 15px;
  left: -20px;
}
.copyright-link a:hover {
  color: #a4b5a4;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 50%;
  z-index: 99;
  text-align: center;
  display: none;
  -webkit-box-shadow: 2px 4px 8px rgba(52, 58, 64, 0.15);
          box-shadow: 2px 4px 8px rgba(52, 58, 64, 0.15);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  background-color: #bdc3b3;
}
.back-to-top:hover {
  color: #6a7867;
  background-color: #ffffff;
}
.heartbeat-icon {
  width: 50px; 
  height: 50px;
  animation: heartbeat 1.5s ease-in-out 1; 
}

@keyframes heartbeat {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.1);
  }
  100% {
      transform: scale(1);
  }
}

body:has(.heartbeat-icon) .heartbeat-icon {
  animation: heartbeat 1.5s ease-in-out 1; /* Sólo una vez */
}

.footer-content .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
.footer-column h4{
  font-family: Montserrat, sans-serif;
}
.footer-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* Logo columna */
.footer-logo-column {
  flex: 1 1 25%;
}

.footer-logo {
  width: 250px; 
}

/* Social media columna */
.footer-social-column {
  flex: 1 1 20%;
  text-align: center;
}

.footer-social-column h4 {
  color: white;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
}

.social-icons a {
  color: white;
  font-size: 24px;
  margin: 0 10px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #FFC107; 
}

/* Links columnas */
.footer-links-column {
  flex: 1 1 45%;
  display: flex;
  justify-content: space-between;
}

.links-section h4 {
   color: white;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
}

.links-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.links-section ul li {
  margin-bottom: 8px;
}

.links-section ul li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: text-decoration 0.3s;
}

.links-section ul li a:hover {
  text-decoration: underline;
}

/* Footer copyright */
.footer-copyright {
  padding: 15px 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.footer-copyright a {
  color: white;
  margin-left: 10px;
  text-decoration: underline;
}

.footer-copyright a:hover {
  color: #FFC107;
}


/*ESTILOS AGREGADOS FFL*/
.ffl-subs{
  justify-content: center;
  text-align: center;
}

.boton-fixed {
  position: fixed;
  bottom: 100px;
  right: 27px;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  }

  @media screen and (max-width: 767px) {
  .boton-fixed {
    bottom:80px
  }
}
  .boton-fixed-a{
      display: block;
      height: 30px;
      width: 170px;
      line-height: 30px;
      text-align: center;
     border-radius: 30px;
     -webkit-box-shadow: 0 0 15px 6px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 15px 6px rgba(0,0,0,0.1);
   box-shadow: 0 0 15px 6px rgba(0,0,0,0.1);
   -webkit-transition: all 0.3s ease-in;
   transition: all 0.3s ease-in-out;
   font-size: 15px;
    color: #ffffff;
   background: #6a7867;
    }

    .boton-fixed-a:hover{
      color: white;
      background-color: #a4b5a4;
    }
    .botonffl1{
      background-color: #4c533c;
      color: white;
      width: 350px;
      text-align: center;
      font-size: 20px;
      border-radius: 10px;
      border: 1px solid #4c533c;
      justify-content: center;
    }
    .botonffl1:hover{
      background-color: white;
      color: #4c533c;
      border:2px solid white;
    }
    .botonffl2{
      background-color: white;
      margin-top: 15px;
      color: #4c533c;
      width: 150px;
      text-align: center;
      font-size: 15px;
      border-radius: 30px;
      border: 1px solid #4c533c;
      justify-content: center;
    }
    .botonffl2:hover{
      background-color: #4c533c;
      color: white;
      border:2px solid white;
    }
    .section-title2{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    }
.titleffl{
  color: #4c533c;
}
.section-title3{
  display: flex;
  justify-content: center; 
  align-items: center; 
  text-align: center; 
  margin-bottom: 20px;
}
.wrapperr {
  width: 300px;
  height: 300px;
  overflow: hidden; 
  margin: 0 auto;
}

.wrapperr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wrapperr2{
  width: 500px;
  height: 500px;
  overflow: hidden;

}
.wrapperr2 img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ajusta la imagen al contenedor manteniendo sus proporciones */
  object-position: right; /* opcional, centra la imagen */
}

/*Testimonios Comida Sana */

.testimonial-section-cs {
  background-color: #f3f3e9;
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
}
.accordion-body-2{
  text-align: center;
  font-size: 15px;
  color: #6a7867;
}

.textff1{
  margin-right: 20px;
}
.textffl2{
  font-size: 45px;
  color:white;
}
.textffl3{
  margin-top: 25px;
  margin-bottom: 50px;
  font-size: 18px;
  color: white;
}
.btnffl2{
  border: solid 2px white;
}
.courses-ffl1 {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.btn-inscribete:hover{
  color: #fff;
}
<!--CSS--------------->
/*-------------------------------------------------------------------
Vista "para-empresas"
-------------------------------------------------------------------*/

#SecEmpresas .about-images::before{
background: none; /*quitar fondo verde de imagen*/
}
#SecEmpresas .content-wrapper .main-title{
text-align: right;
}
#SecEmpresas .about-content{
background-color: #f3f2ea;
}
#SecEmpresas .about-content .shape{
left: -50px;
max-height: 220px;
}
#SecEmpresas .about-content p{
margin-bottom: 23px;
}
#SecEmpresas .section-beneficios{
background-color: #bdc3b3;
}
#SecEmpresas .courses-resources{
margin: 0;
padding: 0 100px;
background-color: transparent;
}
#SecEmpresas .courses-resources .main-title{
font-size: 40px;
text-align: center;
font-weight: 600;
}
#SecEmpresas .courses-resources .title{
text-align: center;
padding: 0 40px;
}
#SecEmpresas .section-title::before {
background-image: url(../images/menta.png);
opacity: 0.6;
}
#SecEmpresas .single-resources .resources-icon i{
font-size: 60px;
padding: 20px;
color: #6a7867;
}
#SecEmpresas .single-resources .resources-icon .icon-beneficio{
position: relative;
display: inline-block;
background-color: #f3f2ea;
border-radius: 50%;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
}
#SecEmpresas .resources-wrapper .row{
justify-content: space-evenly;
}
#SecEmpresas .brand-wrapper{
background-color: #f3f2ea;
}
#SecEmpresas .brand-wrapper .shape {
height: 200px;
transform: rotate(25deg);
opacity: 0.8;
margin-left: -100px;
}
#SeCEmpresas .about-content p, #SecEmpresas .section-title p, #SecEmpresas .title{
font-size: 15px;
line-height: 1.75;
font-weight: 400;
font-family: "Montserrat", sans-serif;
color: #4c533c;
}
#SecEmpresas .empresas-contacto{
margin: 0 auto;
padding: 50px 0;
}
#SecEmpresas .feature-icon a{
width: 100%;
}
#SecEmpresas .feature-icon a:hover{
color: #fff;
}
@media only screen and (max-width: 575px){/*ajustes en movil*/
#SecEmpresas .main-title {
font-size: 30px;
}
#SecEmpresas .courses-resources{
padding: 0 55px;
}
#SecEmpresas .courses-resources .title{
padding: 0 20px;
}
}
/*------------------------------------------ Consultas de Food Coaching*/
#SecEmpresas .about-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

#SecEmpresas .about-content {
    padding: 120px 40px;
    background-color: #f4f3ee;
    margin: 0;
    height: 100%;
    position: relative;
    z-index: 1;
}

#SecEmpresas .no-padding {
    padding-left: 0;
    padding-right: 0;
}


#SecEmpresas .about-content .shape {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 200px;
    opacity: 0.8;
    z-index: 2;
    pointer-events: none;
}

#SecEmpresas .about-content .main-title {
    font-size: 55px;
    font-weight: 600;
    color: #414936;
    margin-bottom: 20px;
    line-height: 1;
}

#SecEmpresas .about-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #414936;
    padding-right: 20px;
    margin-right: 10px;
    margin-left: 20px;
}

#SecEmpresas .about-images {
    display: block;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 100%;
}

#SecEmpresas .about-images img {
    max-width: 100%;
    height: auto;
}

/*-----------------------------------------------------------------------------------------
Vista "Contacto"
-----------------------------------------------------------------------------------------*/
#SecContacto .form-contacto iframe{
min-height: 1000px;
}
@media only screen and (max-width: 575px){
#SecContacto .form-contacto iframe{
  min-height: 1150px;;
}
}
/*--------------------------------------------------------------------------------------------------
HEADER
--------------------------------------------------------------------------------------------------*/
/*Estas son reglas para la segunda linea del menu sin embargo se comentaron por crear conflictos con
la responsividad en diferentes tamños de pantalla de desktop

.header-menu .nav-menu LI{
display: flex;
align-items: center;
}

.header-menu .nav-menu a{
text-align: center;
}
.header-menu .nav-menu .sub-menu a{
  text-align: left;
}*/

/*---------------------------------------------------------------------------------------------------
Vista "Eventos"
---------------------------------------------------------------------------------------------------*/
#SecEventos .banner-eventos .page-title{
color: #ffffff;
}
.accesoffl{
  background-color: #748274;
  color: white;
  border-radius: 30px;
  /*width: 100px;*/
  text-align: center;
  padding: 5px 30px;
}
@media (max-width: 452px) {
  .integralffl{
    justify-content: center;
    display: flex;
    align-items: center;
    margin-left: 15px;
  }
  .imag-mon{
    margin-top: 150px;
  }
  .wrapperr2{
    width: 300px;

  }
  .wrapperr{
    width: 300px;

  }
}
#SecEventos .banner-eventos{
  position: relative;
}
#SecEventos .banner-eventos::before{
  content: ""; 
  position: absolute; 
  top:0;
  width: 100%; 
  height: 100%; 
  background-color: rgb(106, 120, 103, 0.6);
  z-index: 0;
}
#SecEventos .banner-eventos .container{
  position: relative;
}
#SecEventos .ediciones-section{
  position: relative;
  background-color: #fff;
  padding-bottom: 120px;
}
#SecEventos .testimonial-active .swiper-button-next, #SecEventos .testimonial-active .swiper-button-prev{
  background-color: #98a393;
}
#SecEventos .testimonial-section .shape-01, #SecEventos .testimonial-section .shape-02{
  opacity: 0.4;
}
#SecEventos .ediciones-section .section-title.section-title-white .main-title{
  color: #6a7867;
}
#SecEventos .testimonial-section .shape-02 {
  top: 45%;
  right: 15%;
}
#SecEventos .testimonial-section .shape-01 {
  top: 30%;
  left: 15%;
}
#SecEventos .section-title.section-title-white::before {
  background-image: url(../images/shape/shape-3.png);
  width: 90px;
  height: 136px;
}
@media only screen and (max-width: 575px) {
  #SecEventos .single-testimonial {
    padding: 0;
  }
}
/*---------------------------------------------------------------------------
Vista "Inicio"
 ---------------------------------------------------------------------------*/
 /*Reducir espacio entre titulo y videos de youtube*/
 .Inicio-Testimonial-Wpp{
  margin: 10px auto 0;
 }
@media only screen and (max-width: 767px) {
  .Inicio-Testimonial-Wpp {
    margin-top: 0px;
  }
}

/*reordenar area de iconos*/
@media (min-width: 992px) {
  .icons-Oferta-Ac .col-lg-3 {
      flex: 0 0 auto;
      max-width: 20% !important; /*para dividir bien el espacio entre los 5*/
  }
}
/*ajustar tamaño de iconos*/
.icons-Oferta-Ac .single-feature .feature-icon span {
  width: 155px;
  height: 155px;
  line-height: 160px;
  font-size: 60px;
}
.icons-Oferta-Ac .single-feature .feature-icon span::before {
  bottom: -130px;
}
.icons-Oferta-Ac .single-feature.active .feature-icon span::before, .single-feature:hover .feature-icon span::before {
  bottom: 0px;
}
.icons-Oferta-Ac .single-feature .feature-icon span::after {
  bottom: -155px;
}
.single-feature.active .feature-icon span::after, .single-feature:hover .feature-icon span::after {
  bottom: -130px;
}
.icons-Oferta-Ac .single-feature .feature-content .title {
  font-size: 20px;
}

/*corregir fuente del modal de confirmacion*/
.swal2-title{
  font-family: "Montserrat", sans-serif;
}

.modules-info-single{
  padding: 0 20px 40px 20px;
  padding-top: 0;
}
.description.banner-inicio{
  font-family: "GFS Didot", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
  color: #2D3123;
}

/* Estilo para el texto dentro del cuadro */
.description {
  font-family: GFS Didot;
  font-size: 22px;
  font-weight: 400;
  color: #2D3123;
  margin-bottom: 20px;
}

.sub-description {
  font-size: 16px;
  color: #2D3123;
  margin-bottom: 40px;
}

/* Estilo para el botón */
.btn-inscribirse {
  background-color: #6a7867;
  color: white;
  padding: 8px 50px;
  text-decoration: none;
  border-radius: 30px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
}

.btn-inscribirse:hover {
  background-color: #4a5a47;
}

@media only screen and (max-width: 575px) {
  .description.banner-inicio {
    font-size: 22px;
  }
  .btn-inscribirse {
    font-size: 14px;
  }
}
.title-prox-evento{
  font-family: GFS Didot , sans-serif;
  font-size: 30px;
  margin-bottom: 2px;
}
.desde-adentro-container .card{
  min-height: 550px;
  height: 590px;
}
/*---------------------------------------------------------------------------
Vista "Diplomados"
 ---------------------------------------------------------------------------*/
.courses-section .single-courses a{
  margin: 0 auto;
}
/*texto en certificacion food coaching method*/ 
.text-cfc{ 
 width: 70%;
 margin: 10px auto 100px auto;
}
@media (max-width: 992px) {
  .text-cfc{ 
    width: 100%;
   }
}

/*---------------------------------------------------------------------------
Vista "Comida Sana Vida Sana"
 ---------------------------------------------------------------------------*/
 .container-modalidades ul{ /* solo lo movi al archivo */
  list-style: disc; 
  padding-left: 8rem;
 }
@media only screen and (max-width: 992px) {
  .container-modalidades ul{
    padding-left: 3rem;
   }
}

@media only screen and (max-width: 768px){
  .courses-details-images img {
    margin-right: 0px;
  }
}

/*---------------------------------------------------------------------------
Vista "Prensa"
 ---------------------------------------------------------------------------*/
.section-prensa .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 8px;
}

.custom-icon {
  font-size: 30px;
}

.read-more-link {
  transition: transform 0.2s ease-in-out, color 0.2s;
}

.read-more-link:hover {
  transform: scale(1.2);
  color: white;
}

.row.gx-xxl-5 {
  margin-left: 0 !important;
  --bs-gutter-x: 0 !important;
}


.section-prensa .row.gx-xxl-5, .class-blog-articulo .row.gx-xxl-5 { 
  --bs-gutter-x: 2rem !important;
  /*agrego de nuevo los estilos margin  de row*/
  margin-left: calc(-.5 * var(--bs-gutter-x)) !important;
}


.row.prensa-card-cont{
  margin-top: calc(-1 * var(--bs-gutter-y)) !important;
  margin-right: calc(-.5 * var(--bs-gutter-x)) !important;
}
/*Overrides para Prensa y Blog*/
.section-prensa .row.gx-xxl-5,
.class-blog-articulo .row.gx-xxl-5 {
  /* Gutters */
  --bs-gutter-x: 3rem !important;
  --bs-gutter-y: 40px !important;
  /* Margenes del row*/
  margin-left: calc(-.5 * var(--bs-gutter-x)) !important;
  margin-right: calc(-.5 * var(--bs-gutter-x)) !important;

  padding-top: var(--bs-gutter-y) !important;
}

.section-prensa .row.prensa-card-cont {
  margin-top: 0 !important;
}

.section-prensa .row.gx-xxl-5 > [class*="col-"],
.class-blog-articulo .row.gx-xxl-5 > [class*="col-"] {
  margin-top: var(--bs-gutter-y) !important;
  padding-left: calc(var(--bs-gutter-x) * .5) !important;
  padding-right: calc(var(--bs-gutter-x) * .5) !important;
}

/*Mobile*/
@media (max-width: 576px) {
  .section-prensa .row.gx-xxl-5,
  .class-blog-articulo .row.gx-xxl-5 {
    --bs-gutter-x: .7rem !important;
    --bs-gutter-y: 20px !important;
    padding-inline: 12px !important;
    padding-block: 12px !important;
  }

  .section-prensa .row.gx-xxl-5 > [class*="col-"],
  .class-blog-articulo .row.gx-xxl-5 > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.section-prensa .single-blog{
  height: 420px; /* valor que tenia anterior, pero solo para la vista de prensa */
}

.h-auto{
  height: auto !important;
}

.prensa-card-cont .single-blog {
  margin-top: 50px;
  padding: 30px !important;
}

.prensa-card-cont .single-blog .blog > p {
  font-size: 15px;
}

@media only screen and (max-width: 575px) {
  .prensa-card-cont .single-blog .blog > p {
    font-size: 15px;
  }
  .prensa-card-cont .single-blog {
    padding: 15px !important;
  }
}
/*vista incio*/
/* Estilo para el cuadro dentro del slider */
.text-box {
  background-color: rgba(246, 234, 221, 0.9); /* Fondo semi-transparente */
  padding: 20px;
  border-radius: 8px;
  max-width: 500px; /* Ancho máximo */
  margin: 20px auto; /* Centrado */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra sutil */
}

/* Estilo para el texto dentro del cuadro */
.description {
  font-family: GFS Didot;
  font-size: 24px;
  font-weight: 400;
  color: #2D3123;
  margin-bottom: 10px;
}

.sub-description {
  font-size: 16px;
  color: #2D3123;
  margin-bottom: 20px;
}

/* Estilo para el botón */
.btn-inscribirse {
  background-color: #6a7867;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  font-weight: 500;
  text-align: center;
}

.btn-inscribirse:hover {
  background-color: #4a5a47;
}

/*Tienda Css*/
.curso-contenedor {
  padding-top: 200px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Nunito', sans-serif;
  color: #444;
  max-width: 1200px;
  margin: 0 auto;
}

.curso-grid {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* Columna izquierda */
.curso-info {
  flex: 2 1 600px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 30px;
}

/* Categoría */
.curso-categoria {
  font-weight: 700;
  color: #8e7e9f;
  font-size: 1.1rem;
  margin-bottom: 0;
}

/* Título */
.curso-titulo {
  font-size: 2.4rem;
  font-weight: 700;
  color: #5a3e7d;
  margin: 0 0 0.5rem 0;
}

/* Badge más vendidos */
.badge-mas-vendido {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: #8e7e9f;
  font-weight: 600;
  font-size: 0.95rem;
}

.badge-mas-vendido img {
  width: 28px;
  height: auto;
}

/* Descripciones */
.curso-subtitulo {
  font-size: 1.2rem;
  font-weight: 600;
  color: #666;
  margin: 0;
}

.curso-descripcion {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin: 0 0 1rem 0;
}

/* Detalles fechas y horario */
.curso-detalles {
  display: flex;
  gap: 2rem;
  color: #444;
  font-size: 1.1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.curso-detalles i {
  font-size: 24px;
  color: #8e7e9f;
  margin-right: 6px;
}

/* Precio */
.curso-precio {
  font-size: 1.8rem;
  font-weight: 700;
  color: #8e7e9f;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

/* Botón Inscribirme */
.btn-inscribirme {
  display: inline-block;
  background-color: #74816e;
  color: #fff;
  font-weight: 700;
  padding: 0.9rem 2rem;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease;
  cursor: pointer;
  max-width: 250px;
  user-select: none;
  margin-bottom: 2rem;
}

.btn-inscribirme:hover {
  background-color: #5e6b54;
  color: #fff;
  text-decoration: none;
}

/* Modal login */
.modal-login h2 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #5a3e7d;
  margin: 0 0 1rem 0;
}

.botones-login {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.btn-cancelar, .btn-login {
  flex: 1;
  padding: 0.8rem 0;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  user-select: none;
  border: none;
}

.btn-cancelar {
  background-color: #ccc;
  color: #333;
}

.btn-cancelar:hover {
  background-color: #999;
}

.btn-login {
  background-color: #74816e;
  color: white;
}

.btn-login:hover {
  background-color: #5e6b54;
}

/* Temario */
.temario-container {
  background-color: #f6f5f7;
  padding: 15px 25px;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding-bottom: 30px;
}

.temario-titulo {
  color: #5a3e7d;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.temario-lista {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin: 0 0 1rem 0;
  color: #666;
  font-size: 1rem;
}

.temario-item {
  margin-bottom: 0.5rem;
}

.temario-descripcion {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
  margin-top: 0;
}

/* Columna derecha - imagen/video */
.curso-media {
  flex: 1 1 350px;
  max-width: 350px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 15px;
}

.curso-media img,
.curso-media video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.botones-contacto {
  display: flex;
  gap: 1rem;
  width: 100%;
  justify-content: center;
  margin-top: 1rem;
}

.btn-llamada,
.btn-whatsapp {
  flex: 1;
  padding: 0.8rem 1rem;
  border-radius: 30px;
  background-color: #74816e;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease;
}

.btn-llamada:hover,
.btn-whatsapp:hover {
  background-color: #5e6b54;
}

/* Responsive */
@media (max-width: 900px) {
  .curso-grid {
    flex-direction: column;
  }

  .curso-media,
  .curso-info {
    max-width: 100%;
    flex: unset;
  }

  .curso-detalles {
    flex-wrap: wrap;
    gap: 1rem;
  }
}

/* --- Estilos para vista curso detalle (clases únicas para evitar conflicto) --- */

.curso-detalle-container {
    display: flex;
    gap: 50px;
    margin: 40px auto;
    max-width: 1200px;
    padding: 0 20px;
    font-family: 'Arial', sans-serif;
    color: #4B5D50;
    margin-top: 200px;
    margin-bottom: 30px;
}

.curso-info-columna {
    flex: 1;
    max-width: 600px;
    display: flex;
    flex-direction: column;
}

.categoria-curso {
    font-size: 14px;
    color: #A7B19B;
    margin-bottom: 6px;
    font-weight: 600;
    text-transform: uppercase;
}

.titulo-curso {
    font-size: 36px;
    color: #7C9678;
    margin-bottom: 10px;
    font-weight: 700;
}

.resumen-curso {
    font-size: 18px;
    margin-bottom: 25px;
    color: #6B7B6B;
    font-style: italic;
}

.descripcion-curso {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.5;
}

.info-curso-detalle {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
}

.item-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}

.icono-info {
    color: #909C85;
}

.precio-curso {
    font-size: 20px;
    font-weight: 700;
    color: #7C9678;
    margin-bottom: 30px;
}

.boton-inscripcion-container {
    margin-bottom: 40px;
}

.btn-inscribirme {
    background-color: #9E8EAF;
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.btn-inscribirme:hover {
    background-color: #7c6a9c;
}

.accordion.temario-curso {
    border: none;
}

.accordion.temario-curso .accordion-title {
    color: #90A692 !important;
    font-weight: 600;
    font-size: 14px;
    margin-left: 10px;
}

.accordion.temario-curso .accordion-content {
    background-color: transparent !important;
    border-color: transparent !important;
}

.accordion.temario-curso ul {
    list-style: none;
    padding-left: 20px;
}

.accordion.temario-curso ul li {
    font-size: 16px;
    margin-bottom: 8px;
    color: #4B5D50;
}

.acciones-curso {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.btn-secundario {
    padding: 10px 20px;
    border-radius: 30px;
    background-color: transparent;
    border: 1.5px solid #9E8EAF;
    font-weight: 600;
    font-size: 14px;
    color: #9E8EAF;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-secundario:hover {
    background-color: #9E8EAF;
    color: white;
}

.curso-imagen-columna {
    flex: 1;
    max-width: 550px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.imagen-curso {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 14px rgb(0 0 0 / 0.1);
    object-fit: cover;
}
@media (max-width: 992px) {
    .curso-detalle-container {
        flex-direction: column;
        margin: 30px 10px;
    }
    .curso-imagen-columna {
        max-width: 100%;
        margin-bottom: 30px;
    }
}/* Estilo para el cuadro dentro del slider */
.text-box {
  background-color: rgba(246, 234, 221, 0.9); /* Fondo semi-transparente */
  padding: 20px;
  border-radius: 8px;
  max-width: 500px; /* Ancho máximo */
  margin: 20px auto; /* Centrado */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra sutil */
}

/* Estilo para el texto dentro del cuadro */
.description {
  font-family: GFS Didot;
  font-size: 24px;
  font-weight: 400;
  color: #2D3123;
  margin-bottom: 10px;
}

.sub-description {
  font-size: 16px;
  color: #2D3123;
  margin-bottom: 20px;
}

/* Estilo para el botón */
.btn-inscribirse {
  background-color: #6a7867;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  font-weight: 500;
  text-align: center;
}

.btn-inscribirse:hover {
  background-color: #4a5a47;
}

/*Tienda Css*/

.curso-contenedor {
  padding-top: 150px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Nunito', sans-serif;
  color: #444;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
}

.curso-grid {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 40px;
  justify-items: center !important;
}

.curso-grid > * { min-width: 0; }

/* Columna izquierda/derecha*/
.curso-media {
  flex: 1 1 220px;
  max-width: 400px;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  padding: 0rem .8rem .8rem .8rem;
}
.curso-media > * { min-width: 0; }

.curso-media img,
.curso-media video,
.curso-media iframe {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

/*TABLET (768–1024)
Se mantienen 2 columnas en una fila: 59% / 39% */
@media (min-width: 768px) and (max-width: 1024px) {
  .curso-grid {
    gap: 1.5rem;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .curso-grid > :first-child {
    flex: 1 1 59%;
    max-width: 59%;
    min-width: 0;
    align-self: flex-start;
  }
  .curso-grid > :nth-child(2) {
    flex: 1 1 39%;
    max-width: 39%;
    min-width: 0;
    align-self: flex-start;
  }

  .curso-media {
    flex: 1 1 59%;
    max-width: 59%;
    min-width: 0;
    padding: 0rem .8rem .8rem .8rem;
  }

  .curso-grid :is(.h-100, [style*="height:"], [style*="min-height:"]) {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  .curso-detalles-grid {
    height: auto !important;
    max-height: none !important;
    overflow: visible;
  }
}

/* Celular
   Apila y expande a 100% */
@media (max-width: 700px) {
  .curso-grid {
    flex-direction: column;
    gap: 1.25rem;
  }
  .curso-media,
  .curso-info {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 0;
  }
  .curso-media { padding: 16px; }
}

/* Columna izquierda */
.curso-info {
  flex: 1 1 350px;
  max-width: 550px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  align-items: center;
  gap: 1rem;
  padding: 0;
  background: transparent;
  margin-bottom: 30px;
}

.curso-card {
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}


/* Categoría */
.categ-curso {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.curso-categoria {
  font-weight: 600;
  color: #939E93;
  font-size: 12px;
  display: inline-block;
  border: 1.5px solid #939E93;
  border-radius: 20px;
  padding: 2px 10px !important;
  margin-bottom: 0;
  background-color: #F1F2F1;
}

.curso-categoria:hover {
  background-color: #6a746a;
  color: white;
  transition: 0.3s ease;
}

/* Título */
.curso-titulo {
  font-size: 2.4rem;
  /*font-weight: 600;*/
  font-family: 'Monserrat';
  color: #748274;
  margin: 0 0 0.5rem 0;
}

/* Badge más vendidos */
.badge-mas-vendido {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: #8e7e9f;
  font-weight: 600;
  font-size: 0.95rem;
}

.badge-mas-vendido img {
  width: 28px;
  height: auto;
}

/* Descripciones */
.curso-subtitulo {
  font-size: 1.2rem;
  font-weight: 600;
  color: #666;
  margin: 0;
}

.curso-descripcion {
  font-size: 1rem;
  line-height: 1.6;
  color: #878F95;
  margin: 0 0 1rem 0;
}

/* Detalles fechas y horario */
.curso-detalles {
  display: flex;
  background-color: #F1F2F1;
  border-radius: 8px;
  padding: 12px 16px;
  gap: 2rem;
  color: #798779;
  font-size: 1.1rem;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  gap: 10px;
}

.curso-detalles i {
  font-size: 24px;
  color: #798779;
}

/* Precio */
.curso-precio {
  font-size: 1.8rem;
  font-weight: 700;
  color: #7D8A7D;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  text-align: center !important;
}

/* Botón Inscribirme */

.btn-inscribirme {
  display: inline-block;
  background-color: #74816e !important;
  color: #fff;
  font-weight: 500 !important;
  padding: 0.4rem 0.8rem !important;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease;
  cursor: pointer;
  max-width: 200px;
  user-select: none;
  margin-bottom: 1rem !important;
  margin-left: 150px;
}

.btn-inscribirme:hover {
  background-color: #748274;
  color: #fff;
  text-decoration: none;
}

/* Modal login */
.modal-login h2 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #5a3e7d;
  margin: 0 0 1rem 0;
}

.botones-login {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.btn-cancelar, .btn-login {
  flex: 1;
  padding: 0.8rem 0;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  user-select: none;
  border: none;
}

.btn-cancelar {
  background-color: #ccc;
  color: #333;
}

.btn-cancelar:hover {
  background-color: #999;
}

.btn-login {
  background-color: #74816e;
  color: white;
}

.btn-login:hover {
  background-color: #5e6b54;
}

/* Temario */
.temario-container {
  flex: 1 1 350px;
  max-width: 550px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  align-items: center;
  gap: 1rem;
  padding: 20px;
}

.temario-categoria{
  background-color: #f6f5f7;
  margin: 20px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.temario-titulo {
  color: #74816e;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.temario-lista {
  list-style-type: none !important;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.temario-item {
  margin-bottom: 0.5rem;
  list-style-type: none;
}

/*Temario*/
.temario-bloque {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 16px;
  background-color: #F7ECDF;
  border-radius: 10px;
  box-sizing: border-box;
  max-width: 100%;
}

.temario-bloque .temario-indice {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #EBDDCD;
  color: #4C533C;
  font-weight: 600;
  line-height: 1;
}

.temario-bloque .temario-contenido {
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.45;
  color: #444;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.temario-bloque .temario-contenido p,
.temario-bloque .temario-contenido span,
.temario-bloque .temario-contenido a {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.temario-bloque img,
.temario-bloque video,
.temario-bloque iframe {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/*Ajustes responsives*/

@media (min-width: 768px) and (max-width: 1024px) {
  .temario-bloque {
    gap: 12px;
    padding: 12px 16px;
  }
  .temario-bloque .temario-contenido {
    font-size: 0.98rem;
  }
}

@media (max-width: 700px) {
  .temario-bloque {
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
  }
  .temario-bloque .temario-indice {
    width: 26px;
    height: 26px;
    font-size: 0.9rem;
  }
  .temario-bloque .temario-contenido {
    font-size: 0.95rem;
  }
}
.temario-numero {
  background-color: #74816e;
  color: white;
  font-weight: bold;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.temario-texto {
  flex: 1;
  font-weight: 500;
}



.curso-fechas{
  flex: 1 1 220px;
  max-width: 400px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 20px;
}

.curso-fechas h4 {
  margin: 0 0 10px;
  font-size: 16px;
  color: #748276;
}

.curso-fechas i{
  color: #748274;
  font-size: 16px;
}

.fecha-item {
  display: flex;
  gap: 10px;
  align-items: center;
  background-color: #F6EADD;
  padding: 10px;
  border-radius: 10px;
}

.fecha-titulo{
  display: flex;
  gap: 8px;
  padding: 10px;
}

.fecha-item i {
  font-size: 20px;
  color: #746a5e;
}

.fecha-item strong {
  color: #7E8985;
  font-size: 14px;
}

.fecha-item small {
  color: #4B5573;
  font-size: 12px;
}

.curso-detalles-grid {
  flex: 1 1 220px;
  max-width: 400px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 15px;
}

.detalle-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.detalle-item p {
  margin: 0;
  font-size: 14px;
  color: #5F6774;
}

.detalle-item strong {
  font-size: 15px;
  color: #959C95;
}

.botones-contacto {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.icono-circulo {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #F1F2F1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icono-circulo i {
  font-size: 20px;
  color: #7C887C;
}

.icono-cuadrado {
  width: 42px;
  height: 42px;
  background-color: #E9DFD2;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icono-cuadrado i {
  font-size: 20px;
  color: #74816e;
}


.btn-llamada {
  flex: 1;
  background-color: #74816e;
  color: white;
  text-align: center;
  padding: 10px 15px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease;
}

/*Estas son reglas css para tratar de manera efectiva los saltos de linea ya que
re rompian, esto en el contenedor de los detalles de la vista curso*/
/* Contenedor: no recortes y reduce separación entre bloques */
.curso-fechas{
  overflow: visible;        /* antes: hidden */
  flex: 1 1 auto;           /* evita altura base rígida al crecer el texto */
  gap: 8px;                 /* menos espacio entre "Fechas" y "Horario" */
}

/* Título */
.curso-fechas h4{
  margin: 0 0 6px;          /* menos espacio bajo el título */
}

/* Cada fila: NO tocamos el icono; solo la columna de texto */
.curso-fechas .fecha-item{            /* mantiene tu align-items:center */
  display: flex;
  gap: 10px;
  align-items: center;      /* icono centrado vertical = se conserva */
}



/* Texto: permite múltiples líneas y cortes seguros */
.curso-fechas .fecha-item strong,
.curso-fechas .fecha-item small,
.curso-fechas .fecha-item p{
  margin: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.35;
}

.curso-detalles-grid {
  overflow: visible;
}

.curso-detalles-grid .detalle-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.curso-detalles-grid .detalle-item > .icono-circulo {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
}

.curso-detalles-grid .detalle-item > :not(.icono-circulo) {
  flex: 1 1 auto;
  min-width: 0;
}

.curso-detalles-grid .detalle-item p,
.curso-detalles-grid .detalle-item strong {
  margin: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.35;
}

/*Reglas del boton de inscribit*/
/* Por defecto, oculta ambas variantes */
.btn-llamada-movil,
.btn-llamada-desktop {
  display: none;
}

/* Solo mostrar en celulares (<768px) */
@media screen and (max-width: 767px) {
  .btn-llamada-movil {
    display: inline-block;
  }
}

/* Solo mostrar en escritorio (>=768px) */
@media screen and (min-width: 768px) {
  .btn-llamada-desktop {
    display: inline-block;
  }
}

.btn-whatsapp {
  flex: 1;
  border: 2px solid #74816e;
  background-color: transparent;
  color: #74816e;
  text-align: center;
  padding: 10px 15px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease;
}

.btn-llamada:hover,
.btn-whatsapp:hover {
  background-color: #5e6b5ff4;
}



/* --- Estilos para vista curso detalle (clases únicas para evitar conflicto) --- */
.curso-detalle-container {
    padding-top: 150px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Nunito', sans-serif;
    color: #444;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
}

.curso-linea-grid {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 40px;
  justify-items: center !important;
}

/* --- Responsividad para tabletas --- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .curso-linea-grid {
    gap: 1.5rem;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  /* Hacer que el primero ocupe más ancho y el segundo más chico */
  .curso-linea-grid > :first-child {
    flex: 1 1 59%;
    max-width: 60%;
  }

  .curso-linea-grid > :nth-child(2) {
    flex: 1 1 39%;
    max-width: 39%;
  }
}




.curso-info-columna {
  flex: 1 1 350px;
  max-width: 550px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  align-items: center;
  gap: 1rem;
  padding: 0;
  background: transparent;
  margin-bottom: 30px;
}

.curso-card {
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.categoria-curso {
  font-weight: 600;
  color: #939E93;
  font-size: 12px;
  display: inline-block;
  border: 1.5px solid #939E93;
  border-radius: 20px;
  padding: 2px 10px !important;
  margin-bottom: 0;
  background-color: #F1F2F1;
}

.titulo-curso {
  font-size: 2.4rem;
  font-family: 'Monserrat';
  color: #748274;
  margin: 0 0 0.5rem 0;
}

.resumen-curso {
    font-size: 18px;
    margin-bottom: 25px;
    color: #6B7B6B;
    font-style: italic;
}

.descripcion-curso {
  font-size: 1rem;
  line-height: 1.6;
  color: #878F95;
  margin: 0 0 1rem 0;
}

.info-curso-detalle {
  flex: 1 1 160px;
  max-width: 400px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 15px;
}

.item-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}

.icono-info {
    color: #909C85;
}

.precio-curso {
  font-size: 1.8rem;
  font-weight: 700;
  color: #7D8A7D;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  text-align: center !important;
}

.boton-inscripcion-container {
    margin-bottom: 40px;
}

.btn-inscribirme {
    background-color: #9E8EAF;
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 18px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.btn-inscribirme:hover {
    background-color: #7c6a9c;
}

.temario-lista {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.num-temario{
  background-color: #6a746a;      /* color del fondo del círculo */
  color: white;                   /* color del número */
  font-weight: bold;
  border-radius: 50%;             /* esto lo hace circular */
  width: 28px;                    /* ancho fijo */
  height: 28px;                   /* alto igual al ancho */
  display: flex;                  /* para centrar el contenido */
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.curso-imagen-columna {
    flex: 1;
    max-width: 550px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.imagen-curso {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
    object-fit: cover;
}
@media (max-width: 992px) {
    .curso-detalle-container {
        flex-direction: column;
        margin: 0px 0px;
    }
    .curso-imagen-columna {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .boton-inscripcion-container .btn-inscribirme{
      margin-left: 50px;
    }

    .curso-card .curso-detalles {
      flex-wrap: wrap;
      gap: 1rem;
      font-size: 12px !important;
    }
}
/*----------------------------------------*/
/*  08. Tienda CSS
/*----------------------------------------*/
.custom-banner-section {
    padding: 140px 0 0px 0;
    margin: 0;
}
.custom-banner-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.custom-banner-content {
    padding: .4rem 0 1rem 0px;
    text-align: center;
}
.custom-banner-content-unique {
    padding: 0 0 0 0;
    text-align: center;
}
.section-padding-unique {
  padding-top: 0;
  padding-bottom: 0;
}
.custom-main-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 43px;
    color: #748274;
    font-weight: 400;
    margin: 0 0 0 0;
    line-height: 1.5;
}
.custom-banner-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    color: #6B7B6B;
    line-height: 1.6;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
    padding: 0;
}

@media (max-width: 600px) {
    .custom-banner-section {
        padding: 80px 0 0 0;
    }
    .custom-main-title {
        font-size: 2rem;
    }
    .custom-banner-description {
        font-size: 1rem;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .custom-banner-description br {
        display: none;
    }
}

/*---------------------------------------------- MENU */

.section-padding-02 {
    padding-top: 0px !important;
}

.tabs-container {
    display: flex;
    justify-content: center;
    margin: 1.1rem 0 3.5rem;
    padding: 0 10px;
}

@media (max-width: 1024px) {
  .tabs-container {
      display: flex;
      justify-content: center;
      margin: .8rem 0 2.2rem;
      padding: 0 10px;
  }
}
@media (max-width: 600px) {
  .tabs-container {
      display: flex;
      justify-content: center;
      margin: 2rem 0 1.8rem;
      padding: 0 10px;
  }
}
.tabs-nav {
    background-color: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #748274;
    max-width: 100%;
    overflow: hidden;
    width: auto;
    min-width: 550px;
}

.tabs-list {
    display: flex;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.tab {
    position: relative;
    flex: 1;
    min-width: 0;
}

.tab-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: transparent;
    border: none;
    color: #748274;
    padding: 0.6rem 0.9rem;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab.active .tab-button {
    background-color: #748274;
    color: #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.tab:not(.active):hover .tab-button {
    background-color: rgba(246, 234, 221, 0.2);
}

.tab-button svg,
.tab-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* ===== MÓVIL: slider horizontal con degradado en bordes ===== */
@media (max-width: 767px) {
  .tabs-nav {
    min-width: 100% !important;
    width: 100% !important;
    position: relative;
    overflow: hidden;                 /* oculta el desborde bajo el degradado */
    border-radius: 12px;
    border: 1px solid #748274;
    background: #FFFFFF;
  }

  /* Contenedor deslizante */
  .tabs-list {
    display: flex !important;
    flex-wrap: nowrap !important;     /* en una sola línea */
    gap: .5rem;                       /* similar a tu gap original */
    margin: 0;
    padding: .6rem .9rem;             /* deja “aire” bajo el degradado */
    list-style: none;
    overflow-x: auto;                 /* 👉 slide lateral */
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;    /* suave anclaje al deslizar */
    scrollbar-width: none;            /* Firefox: oculta scrollbar */
  }
  .tabs-list::-webkit-scrollbar { display: none; } /* WebKit: oculta scrollbar */

  /* Cada tab como “píldora” fija en el carrusel */
  .tab {
    flex: 0 0 auto;                   /* no se estira; mantiene tamaño */
    min-width: max-content;           /* respeta el ancho del texto/icono */
    scroll-snap-align: center;
  }

  .tab-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: 0.6rem 0.9rem !important;/* conserva tu padding “píldora” */
    font-size: .85rem;                /* similar a tu tamaño móvil */
    background: transparent;
    border: none !important;
    border-radius: 10px;
    color: #748274;
    white-space: nowrap;
  }

  .tab.active .tab-button {
    background-color: #748274 !important;
    color: #FFFFFF !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  }

  .tab:not(.active):hover .tab-button {
    background-color: rgba(246,234,221,0.2);
  }

  .tab-button svg,
  .tab-icon {
    width: 16px !important;
    height: 16px !important;
    margin-right: .1rem;
    flex-shrink: 0;
  }

  /* Degradado de prueba*/
  .tabs-nav::before,
  .tabs-nav::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 32px;                      /* ancho del fade */
    pointer-events: none;             /* no bloquea el scroll */
    z-index: 2;
  }
  .tabs-nav::before {
    left: 0;
    background: linear-gradient(to right, #FFFFFF 40%, rgba(255,255,255,0));
  }
  .tabs-nav::after {
    right: 0;
    background: linear-gradient(to left, #FFFFFF 40%, rgba(255,255,255,0));
  }
}

@media (max-width: 480px) {
    .tabs-list {
        gap: 0.3rem;
    }
    .tab-button {
        font-size: 0.85rem;
        padding: 0.6rem 0.4rem;
    }
    .tab-button svg,
    .tab-icon {
        width: 18px;
        height: 18px;
        margin-right: 0.2rem;
    }
    .tab-text {
        max-width: calc(100% - 20px);
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 350px) {
    .tab-button {
        font-size: 0.75rem;
        padding: 0.5rem 0.3rem;
    }
    .tab-button svg,
    .tab-icon {
        width: 16px;
        height: 16px;
    }
}

/*----------------------------------- Tienda Cards CSS */

.card-curso {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-curso:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.card-curso-img {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.card-curso-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.card-curso-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #7C9678;
    color: #ffffff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.card-curso-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-curso-title {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #2D3123;
    font-weight: 600;
    margin-bottom: 15px;
    min-height: 48px;
}

.card-curso-title a {
    color: inherit;
    text-decoration: none;
}

.card-curso-title a:hover {
    color: #7C9678;
}

.card-curso-info {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

.card-curso-info li {
    font-size: 14px;
    color: #6B7B6B;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.card-curso-info i {
    color: #A7B19B;
    font-size: 14px;
}

.card-curso-price {
    font-size: 18px;
    font-weight: 700;
    color: #7C9678;
}
/*----------------------------------------*/
/*  09. Congreso CSS
/*----------------------------------------*/
.title-congreso {
  color: #DAE2CB;
  font-family: 'GFS Didot', sans-serif;
  font-weight: 500;
  font-size: 37px;
  margin-bottom: 1rem;
}

.title-energia {
  color: #DAE2CB;
  font-family: Montserrat, sans-serif;
  font-weight: 520;
  font-size: 37px;
  margin-bottom: 1rem;
}

.aire-energia-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #F6EADD;
}

.congreso-subtitle {
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: Montserrat;
  font-size: 25px;
  color: #DAE2CB;
  margin-bottom: 10px;
  text-align: center;
}

.congreso-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #102E16;
    opacity: 40%;
}

.congreso-content-container {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding-top: 200px;
}

.congreso-titulo {
  max-width: 380px;
  width: auto;
  height: auto;
  margin: 2rem auto;
  display: block;
  object-fit: contain;
}

.congreso-subtitulo {
    color: #F6EADD;
    font-family: Manrope, sans-serif;
    margin-bottom: 50px;
    font-size: 35px;
    max-width: 70%;
    line-height: 1.3;
    margin-left: auto;
    margin-right: auto;
    font-weight: 100;
    margin-top: 15px;
}

.congreso-inscribete-btn {
  background-color: #102E16;
  color: #DAE2CB;
  padding: 5px 80px;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 400;
  text-align: center;
  font-size: 25px;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  cursor: pointer;
  display: inline-block;
  width: auto;
}
@media (max-width: 768px) {
  .congreso-inscribete-btn {
    padding: 8px 40px;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    display: block;
    top: -40px;
  }
}
.congreso-btn {
  background-color: #DAE2CB;
  color: #102E16;
  padding: 4px 60px;
  text-decoration: none;
  border-radius: 30px;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 22px;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  cursor: pointer;
}
@media (max-width: 768px) {
  .congreso-titulo {
    max-width: 200px;
  }
  .congreso-btn {
    display: block;
    margin: 25px auto;
    padding: 8px 40px;
    font-size: 18px;
    width: fit-content;
  }
}

/*---------------------------------- Energy, Reconecta y Voces Section */
.rec-img {
  @media (max-width: 768px) {
    height: auto;
    max-height: 400px;
  }
}
.aire-energia-img-wrapper {
  width: 100%;
  max-width: 650px;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aire-energia-img-wrapper img {
  width: auto;
  height: 100%;
  max-height: 500px;
  object-fit: contain;
  object-position: center;
}

.aire-energia-section {
  padding: 40px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.aire-energia-section:last-child > .aire-energia-boton-container {
  margin: 40px auto 20px auto;
  padding: 0 20px;
  max-width: 1200px;
  width: 100%;
  text-align: center;
}

.aire-energia-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #DAE2CB;
}
.congreso1-btn {
  background-color: #DAE2CB;
  color: #102E16;
  padding: 4px 60px;
  text-decoration: none;
  border-radius: 30px;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 22px;
  margin-top: 100px;
  font-family: Montserrat, sans-serif;
  cursor: pointer;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .congreso1-btn {
    display: block;
    margin: 50px auto;
    padding: 8px 50px;
    font-size: 20px;
    width: fit-content;
  }
}

@media (max-width: 768px) {
  .congreso1-btn {
    display: block;
    margin: 25px auto;
    padding: 8px 40px;
    font-size: 18px;
    width: fit-content;
  }

  .aire-energia-img-wrapper {
    max-width: 100%;
    height: 350px;
  }

  .aire-energia-title {
    font-size: 1.5rem;
  }

  .aire-energia-text {
    font-size: 1rem;
  }
}

/*------------------------------------------Video Section*/
.video-section {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*------------------------------------------Incluye Section*/
.incluye-section {
  padding: 60px 20px;
  font-family: 'Montserrat', serif;
}

.incluye-container {
  max-width: 1200px;
  margin: 0 auto;
}

.incluye-module {
    background-color: #C6D6B1;
    border-radius: 12px;
    width: 300px;
    align-items: left;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    margin: 0;
    box-sizing: border-box;
}

.incluye-icon {
  width: 80px;
  height: 80px;
  color: #102E16;
  object-fit: contain;
  margin: 30px 0 10px 20px;
  display: block;
  stroke-width: 1;
}

.incluye-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  color: #102E16;
  display: block;
  margin: 10px 0;
  line-height: 1.5;
}

.incluye-module-title {
  text-align: left;
  margin: 10px 0 15px 0;
  font-size: 22px;
  font-weight: bold;
  color: #102E16;
  font-family: 'Montserrat', sans-serif;
}

.incluye-info {
    padding: 25px;
    text-align: left;
    flex-grow: 1;
}

.incluye-modules {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 95px;
    align-items: stretch;
    padding: 20px 0;
}

@media (max-width: 768px) {
  .incluye-module {
    width: 100%;
    min-height: auto;
    max-width: 370px;
    margin: 0 auto 20px;
  }

  .incluye-modules {
    gap: 20px;
  }

  .incluye-section {
    padding: 30px 15px;
  }
}

/*------------------------------------------ Ponentes Section*/
.ponentes-container {
  padding: 30px;
  font-family: 'Montserrat', sans-serif;
}

.ponentes-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 20px 20px 20px;
}

.title-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.ponentes-btn {
  background-color: #DAE2CB;
  color: #102E16;
  padding: 8px 30px;
  margin-left: auto;
  border-radius: 30px;
  border: none;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 22px;
  margin-top: 35px;
  font-family: Montserrat, sans-serif;
  cursor: pointer;
  gap: 8px;
}

.hide-ponentes-container {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
}

.ponentes-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ponente-card {
  background-color: #C6D6B1;
  border-radius: 12px;
  width: 370px;
  overflow: hidden;
  margin: 10px;
}

.ponente-bio {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  color: #2D3123;
  display: block;
  margin-bottom: 1rem;
}

.ponente-name {
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  margin-bottom: 1rem;
  font-size: 22px;
  font-weight: bold;
  color: #2D3123;
}

.ponente-info {
  padding: 20px;
  text-align: left;
}

.ponente-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
.ponente-extra {
  display: none;
}

.ponentes-visible .ponente-extra {
  display: block;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .ponente-card {
    width: calc(50% - 30px);
    margin: 15px;
  }
}

@media (max-width: 768px) {
  .ponentes-container {
    padding: 25px 10px;
  }

  .ponentes-header {
    flex-direction: column;
    align-items: stretch;
    padding: 0 0 15px 0;
  }

  .title-container {
    position: static;
    transform: none;
    text-align: center;
    margin-bottom: 15px;
  }

  .ponentes-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 20px;
    font-size: 15px;
    text-align: center;
  }

  .ponente-card {
    width: 100%;
    margin: 8px 0;
  }

  .ponentes-grid {
    flex-direction: column;
  }

  .hide-ponentes-container {
    padding: 10px 0;
  }
}
/*--------------------------------------------------Info Section*/
.info-congreso-section {
  background-color: #102E16;
  padding: 60px 30px;
  text-align: center;
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
}

.info-congreso-container {
  max-width: 1200px;
  margin: 0 auto;
}

.info-congreso-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px auto 0;
}

.info-congreso-item {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.info-congreso-icon {
  margin-top: 25px;
  width: 45px;
  height: 45px;
  color: #DAE2CB;
  align-items: left;
  object-fit: contain;
  margin-bottom: 15px;
  stroke-width: 1;
  margin-right: 95px;
}

.info-congreso-info {
  font-family: 'Montserrat', serif;
  font-size: 16px;
  color: #DAE2CB;
  font-weight: normal;
  text-align: left;
  margin: 0;
}

.info-congreso-line {
  width: 110%;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .info-congreso-line {
    width: 120%;
    bottom: -20px;
  }
}

.info-congreso-subtitle {
  font-family: 'Montserrat', serif;
  color: #DAE2CB;
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 22px;
}

/*------------------------------- Patrocinadores y Experiencia Section*/

.patrocinadores-section {
  padding: 50px 20px;
  text-align: center;
}

.patrocinadores-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.patrocinador-item {
  flex: 0 0 calc(25% - 30px);
  display: flex;
  justify-content: center;
  padding: 15px;
  box-sizing: border-box;
}

.patrocinador-logo {
  width: 100px;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.patrocinador-item--centered {
  flex: 0 0 calc(50% - 30px);
  max-width: 200px;
}

.patrocinador-logo:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .patrocinador-item {
    flex: 0 0 calc(50% - 20px);
  }
  .patrocinador-item--centered {
    flex: 0 0 calc(50% - 20px);
    max-width: none;
  }
  .patrocinador-logo {
    width: 80px;
  }
}

/* Tienda - buscador */
.tienda-search {
  margin: 16px 0 24px;
  display: flex;
  justify-content: center;
}
.tienda-search .courses-search {
  width: 100%;
  max-width: 520px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 2px solid #6a7867;
  border-radius: 12px;
  padding: 4px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
}

.tienda-search .courses-search input[type="text"] {
  height: 48px;
  border: 0;
  background: transparent;
  font-size: 18px;
  padding: 0 12px;
  flex: 1;
}

.tienda-search .courses-search button {
  position: static;
  height: 48px;
  background-color: #6a7867;
  color: #fff;
  border-radius: 8px;
  padding: 0 18px;
  margin-left: 8px;
}

.tienda-search .courses-search button:hover {
  background-color: #587056;
}

.tienda-empty {
  margin: 24px 0 8px;
  text-align: center;
  color: #6a7867;
}
.tienda-empty i {
  font-size: 34px;
  display: inline-block;
}
.tienda-empty .tienda-empty-card {
  display: inline-block;
  padding: 18px 22px;
  border-radius: 12px;
  background: #f5faf6;
  border: 1px solid #dfe7e1;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
}
.tienda-empty .tienda-empty-card h6 {
  margin: 6px 0 2px;
  color: #425142;
}
.tienda-empty .tienda-empty-card p {
  margin: 0 0 10px;
}

/*----------------------------------------*/
/*  10. Comida Sana + Vida Sana NUEVO CSS
/*----------------------------------------*/

.tu-transformacion-section {
  background-color: #f6eadd;
  padding: 40px 30px;
  text-align: center;
}

.tu-transformacion-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.tu-transformacion-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}

.tu-transformacion-item {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}

.tu-transformacion-cuadro {
  width: 170px;
  height: 170px;
  border-radius: 20px;
  margin-bottom: 25px;
  overflow: hidden;
}

.tu-transformacion-cuadro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tu-transformacion-info {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #556255;
  margin: 0 0 15px 0;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 1.5;
  padding: 0 10px;
}

.ofrecemos-text {
  font-size: 15px;
  color: #666;
  text-align: center;
  line-height: 1.6;
  max-width: 280px;
  margin: 0 auto;
}

/* Flechas de proceso */
.process-arrows {
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
  z-index: 1;
}

/* Responsive */
@media (max-width: 992px) {
  .tu-transformacion-grid {
    flex-direction: column;
    align-items: center;
  }

  .tu-transformacion-item {
    margin-bottom: 40px;
    width: 100%;
    max-width: 400px;
  }

  .process-arrows {
    display: none;
  }

  .mobile-arrow {
    display: block;
    width: 40px;
    height: 40px;
    color: #5a7255;
    margin: 30px 0;
  }
}

@media (min-width: 993px) {
  .mobile-arrow {
    display: none;
  }
}

.tu-transformacion-item-wrapper {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.desktop-arrow-between {
  position: absolute;
  top: 70px;
  right: -35px;
  z-index: 3;
}

@media (max-width: 992px) {
  .desktop-arrow-between {
    display: none;
  }

  .mobile-arrow-centered {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: -20px 0 60px 0;
  }
}

/*--------------------------------------------------Fechas Section*/
.fechas-section {
  background-color: #f6eadd;
  padding: 40px 30px;
  text-align: center;
}

.fechas-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 100px;
  max-width: 1100px;
  margin: 0 auto;
}

.fechas-item {
  flex: 1;
  min-width: 250px;
  margin: 0 20px;
  padding: 10px;
}

.section-subtitle-fechas {
  font-family: Montserrat;
  font-size: 25px;
  color: #556255;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}

.fechas-info {
  font-family: 'Montserrat', serif;
  font-size: 22px;
  color: #556255;
  font-weight: normal;
  line-height: 1.4;
}

.fechas-center {
  flex: 1;
  min-width: 300px;
}

.fechas-conocer span {
  font-weight: bold;
}

.fechas-conocer small {
  display: block;
  font-size: 12px;
}

/* Estilos para los iconos de cada fecha */
.fecha-icono {
  text-align: center;
  margin-bottom: 15px;
}

.icono-fecha {
  width: 90px;
  height: auto;
  max-width: 100%;
}

.fechas-item {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.fechas-item.destacado {
  transform: scale(1.02);
}

.fechas-item.oculto {
  display: none;
}

.horario-linea {
  display: none;
}

.horario-linea.activo {
  display: block;
}

/*fechas en línea */
.fecha-checkbox-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin: 20px 0;
  width: 100%;
}

.fecha-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 10px;
  padding: 8px 15px 8px 8px;
  transition: all 0.3s ease;
  flex: 1;
  width: 220px;
  text-align: center;
}

.fecha-checkbox:hover {
  transform: translateY(-2px);
}

.fecha-input {
  display: none;
}

/* Estilo del cuadro de selección */
.fecha-label {
  display: flex;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #2D3123;
  cursor: pointer;
  white-space: nowrap;
}

.fecha-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #C7CBB7;
  border-radius: 4px;
  margin-right: 10px;
  transition: all 0.2s ease;
  background-color: #F6EADD;
  flex-shrink: 0;
}

.fecha-input:checked + .fecha-label::before {
  background-color: #C7CBB7;
  border-color: #C7CBB7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M1 4L4.5 7.5L11 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.fecha-input:checked + .fecha-label {
  font-weight: 600;
}

/* Responsive para tablets */
@media (max-width: 992px) {
  .fecha-checkbox {
      min-width: 140px;
  }
}

@media (max-width: 768px) {
  .fechas-grid {
      gap: 40px;
  }

  .fecha-checkbox-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    justify-items: center;
  }

  .fecha-checkbox {
    width: 100%;
    margin: 0;
    justify-content: flex-start;
    min-width: unset;
    max-width: unset;
  }
}

/* Para pantallas muy pequeñas (menos de 480px) */
@media (max-width: 480px) {
  .fecha-checkbox-group {
    grid-template-columns: 1fr;
  }

  .fecha-checkbox {
    justify-content: center;
  }

  .fecha-label {
    font-size: 14px;
  }
}

.instruction {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  color: #6a735b;
  font-style: italic;
  font-family: 'Montserrat', sans-serif;
}

/*--------------------------------------------------Testimonios Section*/
.testimonios-proyectos-section {
  padding: 40px 75px;
  font-family: 'Montserrat', serif;
}
.galeria-proyectos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px 10px;
}

.tarjeta-proyecto {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 12px;
  margin: 0 5px;
}

@media (max-width: 1200px) {
  .galeria-proyectos {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }

  .contenedor-tarjeta {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tarjeta-proyecto {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .galeria-proyectos{
    grid-template-columns: 1fr;
    gap: 15px !important;
    padding: 10px;
  }
  .tarjeta-proyecto {
    gap: 10px;
    margin: 0;
  }
}

.detalles-proyecto {
  padding: 20px;
  text-align: left;
}
.texto-testimonio{
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  color: #2D3123;
  display: block;
}
.nombre-egresado {
  text-align: left;
  font-size: 20px;
  margin-top: 0;
  font-weight: 500;
  color: #748274;
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
}
.nombre-egresado br {
  display: block;
  margin-bottom: 5px;
}

/*--------------------------------------------------DicenAlumnos Section*/
.instagram-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border: 2px solid #6a7867;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}

.instagram-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 120%;
    overflow: hidden;
}

.instagram-media,
.instagram-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 768px) {
    .instagram-wrapper {
        padding-bottom: 150%;
    }
}

.card-info-body{
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.card-info-head{
  font-family: 'Inter', sans-serif;
  font-size: 68px;
  color: #748274;
  font-weight: 400;
  text-align: left;
  line-height: 100%;
}

.instagram-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dicen-alumnos-section {
  padding: 40px 20px;
  font-family: 'Montserrat', serif;
  background-color: #FFFFFF;
}
.dicen-alumnos {
  text-align: center;
}
.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
  padding: 20px;
  padding-top: 30px;
}
.column {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 300px;
}
.dicen-module {
  background-color: #f5e8dc;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  }
.dicen-alumnos-card{
  font-family: 'Inter';
  font-size: 58px;
  color: #748274;
  font-weight: 400;
  text-align: left;
  line-height: 100%;
  padding: 20px 20px 0 20px;
}
.alumnos-modules-info {
  padding: 0 20px;
  text-align: left;
  flex-grow: 1;
}
.dicen-alumnos-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  color: #2D3123;
  margin-bottom: 20px;
  display: block;
}
.modulos-alumnos-title {
  padding: 0px 20px 20px 20px;
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  margin-top: auto;
  color: #2c2c2c;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
}
.instagram-frame {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);
}
blockquote.instagram-media {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

@media (min-width: 769px) and (max-width: 1300px) {
  .cards-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .column {
    width: calc(50% - 15px);
    max-width: none;
  }

  .column:nth-child(2n+1) {
    clear: left;
  }
}

@media (max-width: 768px) {
  .cards-container {
    flex-direction: column;
    align-items: center;
  }

  .column {
    width: 100%;
    max-width: 400px;
  }
}