@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.ttf");
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.ttf");
}

@font-face {
  font-family: "Montserrat-SemiBoldItalic";
  src: url("../fonts/Montserrat-SemiBold.ttf");
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.ttf");
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.ttf");
}

@font-face {
  font-family: "Montserrat-Italic";
  src: url("../fonts/Montserrat-Italic.ttf");
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.ttf");
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.ttf");
}

@font-face {
  font-family: "Poppins-Italic";
  src: url("../fonts/Poppins-Italic.ttf");
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"),
    url("../fonts/fa-solid-900.woff") format("woff");
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"),
    url("../fonts/fa-brands-400.woff") format("woff");
    
}



* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
   color: #222;
  font-family: "Montserrat-Regular", sans-serif;
  width: 100%;
  overflow-x: hidden; /* Evita scroll horizontal */
}
/* @media (min-width:991px) and (max-width:1100px) {
  body {
    width: 114vw !important;
  }
} */



.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}


/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style 
=================================== */
::-moz-selection {
  /* Code for Firefox */
  background-color: #1d9fab;
  color: #fff;
}

::selection {
  background-color: #1d9fab;
  color: #fff;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #bcbec0;
  font-weight: 300;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bcbec0;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bcbec0;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bcbec0;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bcbec0;
  font-weight: 300;
}


.logo-header {
    width: 100px;
    height: auto;
    margin-right: -10px;
}


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

select {
  display: block;
}

figure {
  margin: 0;
}

a {
  color: #ee7656;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover {
  color: #1d9fab;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

b,
strong {
  font-family: "Montserrat-SemiBold", sans-serif;
}

.text-medium {
  font-family: "Montserrat-Medium", sans-serif;
}

.text-bold {
  font-family: "Montserrat-Bold", sans-serif;
}

.text-semibold {
  font-family: "Montserrat-SemiBold", sans-serif;
}

.text-SemiBold {
  font-family: "Montserrat-SemiBold", sans-serif;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}

.card-panel {
  margin: 0;
  padding: 60px;
}

/**
 *  Typography
 *
 **/
.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
  font-size: 1em;
  line-height: inherit;
}

.gray-bg {
  background: #f9f9ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat-SemiBold", sans-serif;
  color: #222222;
  line-height: 1.2em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 900;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Montserrat-SemiBold", sans-serif;
  font-weight: 900;
  color: #222222;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 25px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
  color: #222222;
}

td,
th {
  border-radius: 0px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before,
.clear::after {
  content: " ";
  display: table;
}

.clear::after {
  clear: both;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-30 {
  font-size: 30px;
}

.fz-48 {
  font-size: 48px !important;
}

.fw100 {
  font-weight: 100;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500;
}

.f700 {
  font-weight: 700;
}

.fsi {
  font-style: italic;
}

.mt--260 {
  margin-top: -260px;
}

.mt--160 {
  margin-top: -160px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0-i {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-300 {
    padding-bottom: 300px !important;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-90 {
  padding-left: 90px;
}

.p-40 {
  padding: 40px;
}

.top-35{
  top: 35px;
}
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-italic {
  font-style: italic;
}

.text-white {
  color: #fff;
}

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-full {
  padding: 100px 0;
}

.section-half {
  padding: 75px 0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-rigth {
  text-align: right;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.display-table {
  display: table;
}

.light {
  color: #fff;
}

.dark {
  color: #222;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.container.fullwidth {
  width: 100%;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  padding: 0;
}


.help-block {
  padding-top: 8px;
  font-size: 0.8em;
  line-height: 15px;
}

.help-block a {
  color: #1d9fab;

}

.help-block a:hover {
  color: #ef7864;
  cursor: pointer;
}

.btn {
  font-weight: 0;
  letter-spacing: 0px;
  cursor: pointer;
  line-height: 1.5em;
  padding: 7px 20px;
  border-radius: 30px;
}

.btn-success {
  background-color: #1d9fab;
  border-color: #02868d;
}

.btn-success:hover {
  background-color: #02868d;
  border-color: #1d9fab;
}

.btn-info {
  background-color: #009fe3;
  border-color: #0079ad;
}

.btn-info:hover {
  background-color: #0079ad;
  border-color: #009fe3;
}

.btn-primary {
  color: #fff;
  background-color: #ef7864;
  border-color: #ef7864;
  border-radius: 50px;
}

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

.btn-border {
  color: #000;
  background-color: #fff;
  border: 2px solid #ef7864;
  border-radius: 50px;
}

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

.btn-course-detalle {
  font-size: 14px;
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn-warning {
  background-color: #fcd76a;
  border-color: #fcd76a;
}

.btn-warning:hover {
  background-color: #edcc74;
  border-color: #edcc74;
}

.btn-danger {
  background-color: #e30613;
  border-color: #a4030e;
}

.btn-danger:hover {
  background-color: #a4030e;
  border-color: #e30613;
}

/*   Modal  */

.modal {
  z-index:99999999;
}

.modal-content {
  border-radius: 40px;
  overflow: hidden;
}

.modal-dialog .modal-content .modal-body {
  background-image: url(../img/login-bgy.jpg);
  background-position-x: center;
  background-position-y: 10px;
  background-repeat: no-repeat;
  border-radius: 20px 0px 0px 20px;
  min-height: 270px;
}

.modal-dialog .modal-content .modal-header {
  background-color: transparent;
  color: #1d9fab;
  text-align: center;
}

.modal-dialog .modal-content .modal-footer {
  background-color: #ee7656;
}

.modal-dialog .modal-content .modal-header h3 {
  color: #1d9fab;
}

.modal-titulo {
  width:96%;
  color: #1d9fab;
text-align: center;
font-size: 1.4em;
font-size: 2em;
font-family: 'Poppins-Medium', sans-serif;
}

.btn-close {
  right: 35px;
  position: absolute;
}


/* Login */

.title_login {
  display: flex;
  justify-content: center;

}

.title_logged {
  display: flex;
  justify-content: center;
  flex-direction: column;
}


.title_login .form-control {
  background-color: #c2c1c1;
  border-color: #979797;
}

.title_login .form-control:focus {
  background-color: #646464;
}

.title_login input.form-control {
  color: #fff !important;
}


.title_login h2 {
  font-family: 'Montserrat-SemiBold', sans-serif;
  color: #1d9fab;
  font-size: 2.5em;
  font-weight: 900;
  margin-bottom: 20px;
}

/* Menu Estudiantes */

.menu-estudiantes .navbar {
  background: url(../img/banner-bg.png) no-repeat;
  background-position: top;
  min-height: 493px;
  margin-top: -109px;
  padding-bottom: 160px;
}

.menu-estudiantes .navbar .navbar-nav li a {
  padding: 10px;
}

.menu-estudiantes .user-signout {
  font-size: 1.2em;


}

.menu-estudiantes .navbar .navbar-nav li a:hover,
.menu-estudiantes .navbar .navbar-nav li a:active {
  color: #1d9fab;
}

.menu-estudiantes .header-scrolled {
  background: transparent !important;
}

.menu-estudiantes .user-name {
  font-weight: bold;
font-size: 17px;
    top: 10px;
    position: relative;
}

.menu-estudiantes .banner-area {
  min-height: auto;
}


.menu-estudiantes .form-control,
.menu-estudiantes .form-control:focus,
.menu-estudiantes .form-control:active,
.menu-estudiantes .nice-select {
  background-color: #f2f2f2;
  border-color: solid 0px !important;
}

.single-post-area .datos_contenedor {
  order: 1;
}
.single-post-area .IntroBotonera {
  order: 2;
}

.single-post-area .datos_contenedor h3 {
    white-space: normal;  
    word-wrap: break-word; 
    overflow-wrap: break-word; 
    max-width: 100%;     
    box-sizing: border-box; 
}

@media (max-width:576px) {
.single-post-area .datos_contenedor {
  order: 2;
}
.single-post-area .IntroBotonera {
  order: 1;
}

}
.estas-aprendiendo .single-popular-course {
  width: 100%;
}


.estas-aprendiendo .thumb {
  max-height: 250px;
}

.estas-aprendiendo .progress {
  font-size: 1em;
  height: 30px;
  color: #fff;
}

.estas-aprendiendo .single-popular-course h4 {
  color: #1d9fab;
}

.estas-aprendiendo .single-popular-course h5 {
  color: #E93842;
}

.estas-aprendiendo .single-popular-course .modulo-actual:hover,
.estas-aprendiendo .single-popular-course .modulo-proximo:hover {
  color: #E93842;
}

.estas-aprendiendo .single-popular-course .modulo-proximo {
  text-align: right;
}

/* Styles for the fixed bottom bar */
.module-progress-container, .module-clases-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}


.module-clases-container-novideo {
  margin-bottom: 0px;
}

.module-progress-bar {
  position: relative;
  bottom: 0;
  left: 0%;
  width: 100%;
  color: white;
  padding: 10px;
  z-index: 100;
  display: flex;
  flex-wrap: nowrap;
  /* Prevent wrapping */
  justify-content: center;
  /* Center items */
  gap: 10px;
  overflow-x: auto;
  /* Enable horizontal scrolling */
  overflow-y: hidden;
  /* Prevent vertical scrolling */
 transition: transform 0.3s ease-in-out;
  /* Add transition for animation */
}

.module-clases-bar {
    display: flex;
    justify-content: flex-start;
  padding-top:0px;
  top: -3px;
  left: -10px;
  
}

.module-clases-bar-novideo {
  justify-content: center !important;
      border-top: solid 10px #f19178;
      left: 0px;
}

.module-progress-bar.progress-bar-hidden {
  transform: translateY(100%);
  /* Hide the progress bar vertically */
}

.module-item {
  padding: 7px 25px;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
  min-width: 125px;
  /* Adjust as needed */
  text-decoration: none;
  color: #000000;
  border: 3px solid #1d9fab;
  background-color: #ffffff;

}

.module-clase-item {
  padding: 10px 25px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  cursor: pointer;
  text-align: center;
  min-width: 125px;
  /* Adjust as needed */
  text-decoration: none;
  color: #000000;
  border: 3px solid #f19178;
  background-color: #ffffff;

}

.module-item:hover {
  text-decoration: none;
  background-color: #e1fdff;
}

.module-complete {
  background-color: #1d9fab;
}

.module-incomplete {
  background-color: #ffffff;
}

.module-current {
background-color: #1d9fab;
    cursor: pointer;
    text-align: center;
    border-radius: 30px;
    color: #fff;
}

.module-class-item:hover, .module-clase-item:hover {
  text-decoration: none;
  background-color: #e1fdff;
}

.module-class-complete {
  background-color: #1d9fab;
}

.module-class-incomplete {
  background-color: #ffffff;
}

.module-class-current {
background-color: #f19178;
    cursor: pointer;
    color: #fff;
}

.module-clase-item-novideo {
    top: -5px;
    position: relative;
}

.module-clase-item:hover {
  text-decoration: none;
  background-color: #f1907814;
  color: #f19178; 
}

@media (max-width:576px){
/* .module-clase-item {
  top: -30px;
    position: relative;
    z-index: -2;
} */
}

.module-progress-bar a:hover {
  text-decoration: none;
}

.module-number {
  font-size: 1.2em;
  font-weight: bold;
}



@media (max-width: 576px){
.module-progress-bar {
  padding: 0px;
  flex-direction: column;
}
.module-clases-bar {
    left: 0px;
}
}

.cursos-material-titulo {
border-radius: 7px;
background-color: #fcd76a;
font-family: "Montserrat-Medium", sans-serif;
font-size: 30px;
width: fit-content;
padding: 5px 10px;
text-align: center;
}

.toggle-progress-bar {
  position: fixed;
  bottom: 10px;
  left: 10px;
  background-color: #333;
  color: white;
  border: none;
  padding: 5px;
  cursor: pointer;
  z-index: 101;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle-progress-bar:hover {
  background-color: #ee7656;
}

.toggle-progress-bar:hover::after {
  content: "Mostrar y ocultar barra de módulos";
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: white;
  padding: 5px;
  border-radius: 5px;
  white-space: nowrap;
  z-index: 102;
}

@media (max-width: 1300px) and (min-width: 320px) {
  .module-progress-bar {
    padding: 0px;
    justify-content: flex-start;
  }

  .module-item {
    min-width: 125px;
    font-size: 0.9em;
    padding: 5px 8px;
  }
}

.help-form-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  background-color: #e6e6e6;
  padding: 25px 20px;
  border-radius: 22px;
  margin: 8px 0px;
}

.help-fecha {
  position: relative;
  right: 0;
  top: 0;
  font-size: 0.8em;
  color: #999;
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  /* Align vertically */
}

.eliminar-consulta {
  position: relative;
  right: 0;
  bottom: 0;
  font-size: 0.8em;
  color: #ffffff;
  padding: 5px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  /* Align vertically */
}

.toggle-progress-bar:hover::after {
  content: "Mostrar y ocultar barra de módulos";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(10%);
  background-color: #333;
  color: white;
  padding: 5px;
  border-radius: 5px;
  white-space: nowrap;
  z-index: 102;
}


.flecha-modulo {
  font-size: 25px;
  bottom: 5px;
  position: relative;
  margin: 15px;
  color: #1d9fab;
}

.modulo-curso-titulo {
  color: #000000;
  font-family: 'Poppins-Semibold', sans-serif;
}

.modulo-header {
  top: 150px;
  position: relative;
}


.help-section {
    background-image: url(../img/bg_green.jpg);
    background-repeat: no-repeat;
    background-position: top;
    padding: 287px 340px 200px 340px;
    background-color: #1d9fab;
    min-height: 1334px;
    bottom: -270px;
    position: relative;
    z-index: 0;
    top: 100px;
}
.help-section h4 {
  color: #ffffff;
  font-family: "Poppins-Medium", sans-serif;
  font-size: 30px;
}
.help-section p {
  color: #ffffff;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 18px;
}
.help-section .form-control {
  border-radius: 22px;
 background-color: #E6E6E6;
 padding: 25px 20px;
}

@media (max-width:1024px){
  .help-section {
    padding: 300px 20px 0px 20px;
  }
}

.todos-materiales {
  position: relative;
  z-index: 1;
}

/* CURSOS */

.curso-inexistente {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 400px;
    flex-direction: column;
}
.curso-container {
  position: relative;
  padding: 20px;
  border-radius: 15px;
  background-color: #f8f9fa;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
  width: 49%;
}

.curso-container:hover {
  background-color: #FFDD33;
  cursor: pointer;
  transform: scale(.98);
}

@media (max-width:576px){
  .curso-container {
    width: 100%;
}
.curso-container .curso-imagen,
.curso-container .curso-nombre {
    margin-bottom: 20px;
}
}

.modulo_click {
  transform: scale(.98);
  border-radius: 15px;
  transition: transform 0.3s ease;
  padding: 15px;
}

.modulo_click:hover {
  cursor: pointer;
  transform: scale(1);
  background-color: #e9ecef;
}


.curso-container .curso-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.curso-container .curso-imagen {
  /* Ensure alignment */
  overflow: visible;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  background-position: center;
}

.curso-container .curso-detalles {
  vertical-align: top;
  display: inline-block;
}

.single-popular-course {
  overflow: hidden;
  border-radius: 35px 35px 10px 10px;

}

.course-container {
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  flex-grow: 1; /* para llenar toda la altura de la columna */
}

.popular-course-area .col-lg-4, .popular-course-area .col-md-4, .popular-course-area .col-lg-6, .popular-course-area .col-md-6, .popular-course-area .col-sm-6 {
  display: flex; /* para que el course-container pueda crecer */
}

.course-container .course-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.course-detail-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 9px;
}

.course-detalle-title {
  font-family: "Montserrat-Regular", sans-serif;
  color: #fff;
  background-color: #ef7864;
  border-radius: 40px;
  width: fit-content;
  text-align: right;
  padding: 0px 23px 0px 390px;
  margin-left: -400px;
  font-size: 30px;
  line-height: 65px;
}

.course-detalle-title b {
  color: #fff;
}

@media (max-width: 576px) {
.course-detail-buttons {
      flex-direction: column;
}  

.course-detalle-title {
    padding: 10px 43px 10px 400px;
    line-height: 36px;
    text-align: left;
}


.course-detail-content {
  margin: 30px 20px;
}
}

.single-popular-course .thumb {
  height: 200px;
  background-size: cover !important;
  background-position: top !important;
  background-repeat: no-repeat !important;
  transition: transform 0.3s ease, background-image 0.3s ease;
  margin: 0px;
  border-radius: 15px 15px 0px 0px;
  top: -2px;
    position: relative;
    width: 101%;
}

.estas-aprendiendo .single-popular-course h4 {
  line-height: 0px;
}

.avatar_container img {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.single-popular-course .btn_container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.single-popular-course .btn {
  width: fit-content;
}

/* Avatar Styles with Checkmark */
.avatar_container_cambiar {
  position: relative;
  margin-bottom: 15px;
  /* Add some spacing between avatars */
}

.avatar_container_cambiar .avatarChosen {
  display: none;
  /* Hide the default radio button */
}

.avatar_container_cambiar label {
  cursor: pointer;
  display: block;
  border: 2px solid transparent;
  /* Add a transparent border */
  padding: 5px;
  border-radius: 5px;
}

.avatar_container_cambiar label:hover {
  border-color: #7ac943;
  /* Highlight border on hover */
}

.avatar_container_datos {
  transition: transform 0.3s ease;
  /* Add a smooth transition for the scale effect */
}

.avatar_container_cambiar label:has(.avatarChosen:checked) {
/*   border-color: #7ac943;
  background-color: #7ac943; */
}

.avatar_container_cambiar label:has(.avatarChosen:checked) .avatar_container_datos {
  transform: scale(1);
  /* Make the image slightly larger */
}

.avatar_container_cambiar label:has(.avatarChosen:checked)::after {
  content: "\f00c";
  /* Unicode for checkmark icon */
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  top: 5px; 
  right: 40px;
  color: #fff;
  font-size: 1.5em;
  z-index: 1;
  border-color: #7ac943;
    background-color: #7ac943;
    border-radius: 100%;
  padding: 4px 0px ;
  width: 40px;
  height: 40px;
}


.avatar_container_datos {
  /*   background-color: #f8f9fa;
  border-radius: 100%; */
  padding: 5px;
}



.input-password-wrapper {
  position: relative;
}

.input-password-wrapper input {
  width: 100%;
  padding-right: 40px; /* deja espacio para el ícono */
}

.mostrarcontrasenia_int {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #777;
  font-size: 16px;
  z-index: 2;
}

.mostrarcontrasenia,
.mostrarcontrasenia_login {
  position: absolute;
  top: 50%;
  right: 12px; /* margen dentro del input */
  transform: translateY(-50%);
  background-color: transparent;
  cursor: pointer;
  color: #777;
  font-size: 16px;
  z-index: 2;
}

.cursos_realizados {
  padding: 20px;
}

.cursos_realizados .cursos_realizados_title {
 
}

.cursos_realizados .cursos_listado {
  width: 100%;
}

.cursos_realizados .cursos_listado a:hover {
  background-color: #f09359;
}

.cursos_realizados .cursos_listado .thumb {
  width: 40%;
  margin-right: 10px;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;

}

.cursos_realizados .cursos_listado .thumb:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
@media (max-width: 576px) {
  .cursos_realizados .cursos_realizados_title {
    cursor: pointer;
    position: relative;
  }

  /* Flecha por defecto */
  .cursos_realizados .cursos_realizados_title::after {
    content: "▼";
    font-size: 14px;
    margin-left: 8px;
    transition: transform 0.3s ease;
  }

  /* Flecha hacia arriba cuando está activo */
  .cursos_realizados .cursos_realizados_title.active::after {
    content: "▲";
  }

  /* Listado oculto por defecto */
  .cursos_realizados .cursos_listado {
    display: none; /* jQuery toma esto como base */
  }
}



.porqueelegir {
  background-image: url(../img/cursos/cursos-det-back.jpg);
  background-repeat: no-repeat;
  padding: 290px 340px 390px 340px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #ff6f5c;
}


.porqueelegir .icon-svg {
  text-align: center;
}

.porqueelegir .icon-svg h4 {
  margin-top: 15px;
  font-size: 20px;
  color: #fff !important;
  margin-bottom: 50px;
  font-family: 'Montserrat-Regular', sans-serif;
}


@media (max-width: 767px) {
  .no-flex-xs {
    display: block !important;
  }
}

.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.section-gap {
  padding: 0px 0;
  margin-top: -140px;
}

@media (max-width: 991px) {
  .section-gap {
    padding: 60px 0px;
    margin-top: -220px;
  }
}

.section-gap-top {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .section-gap-top {
    padding-top: 60px;
  }
}

.section-gap-bottom {
  padding-bottom: 0px;
}

@media (max-width: 991px) {
  .section-gap-bottom {
    padding-bottom: 60px;
  }
}

.section-title {
  /* padding-bottom: 75px; */
}

@media (max-width: 991px) {
  .section-title {
    padding-bottom: 40px;
  }
}

.section-title h2 {
  font-size: 42px;
  color: #222;
  margin-bottom: 30px;
  line-height: 1em;
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

.section-title p {
  margin-bottom: 0;
  max-width: 620px;
}

@media (max-width: 768px) {
  .section-title p br {
    display: none;
  }
}

.logo {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.1em;
}

.gradient-bg,
.registration-area .course-form-section .btn,
.course-details-left .course-list li .btn:hover,
.right-contents .btn.enroll,
.contact-page-area .form-area .btn,
.top-category-widget-area .single-cat-widget:hover .overlay-bg,
.post-content-area .single-post .primary-btn:hover,
.blog-pagination .page-item.active .page-link,
.blog-pagination .page-link:hover,
.widget-wrap .newsletter-widget .bbtns,
.comment-form .btn,
.footer-area .single-footer-widget .click-btn,
.footer-area .footer-bottom .footer-social a:hover {
  background-color: #ef7864;
}

.gradient-bg-reverse,
#search-input-box {
  background-color: #ef7864;
}

.p1-gradient-color {
  background-color: #33B2E9;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.bg-success {
  background-color: #1d9fab !important;
}

.bg-info {
  background-color: #33B2E9 !important;
}

.bg-warning {
  background-color: #FFDD33 !important;
}

.bg-danger {
  background-color: #E93842 !important;
}

.navbar .acceder-btn a,
.navbar .registrate-btn a {
  display: inline-block; 
  width: 100%;
  height: 100%;
  line-height: normal;   
  text-align: center;
  text-decoration: none;
}

.navbar .registrate-btn {
  background-color: #fff;
  cursor: pointer;
  border-radius: 30px;
  color: #ef7864;
  padding: 5px 10px; /* menos padding y texto centrado */
}

.navbar .acceder-btn {
  background-color: #ef7864;
  cursor: pointer;
  border-radius: 30px;
  color: #fff;
  padding: 5px 10px;
  margin-right: 17px;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* evita un salto visual */
}



/* Desktop: colores normales */
@media (min-width: 992px) {
  .navbar .dropdown-menu .dropdown-item {
    color: #212529; /* el color por defecto de Bootstrap */
  }
}


/* Mobile: color blanco */
@media (max-width: 991.98px) {
  .navbar .dropdown-menu .dropdown-item {
    color: #ffffff !important;
  }
}

@media (max-width: 991px){
  .navbar .acceder-btn {
  margin-right: 0px;
  margin-bottom: 10px;
} 
}

.navbar .acceder-btn:hover {
  color: #ef7864;
  background-color: #fff;
}

.navbar .registrate-btn:hover {
  color: #fff;
  background-color: #ef7864;
}

.acceder-body {
  background-image: url(../img/login-bg2.png) !important;
  background-position-y: -40% !important;
  background-position-x: 77% !important;
}

.login_opcion {
  cursor: pointer;
  text-align: center;
  background-color: #1d9fab;
  border-radius: 30px !important;
  font-size: 14px;
}

.login_opcion a {
  color: #fff;
}

.login_opcion:hover {
  background-color: #E93842;
}

.min-height {
  min-height: 270px !important;
}

.primary-btn {
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: capitalize;
  letter-spacing: 1px;
  border-radius: 5px;
}

.primary-btn i {
  -webkit-transform: scaleX(3);
  -moz-transform: scaleX(3);
  -ms-transform: scaleX(3);
  -o-transform: scaleX(3);
  transform: scaleX(3);
  margin-left: 19px;
}

.primary-btn:hover {
  color: #1d9fab;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.default-header {
  width: 100% !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sticky-wrapper {
  height: 48px !important;
}

.is-sticky .default-header {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
}

.navbar-light .navbar-toggler {
  color: #fff;
  border-color: #fff;
}

.navbar-light .navbar-toggler:focus {
  outline: 0px;
}

.default-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}


.navbar-brand img {
  position: relative;
  float: left;
}

.navbar-brand .logo {
  position: relative;
  float: left;
}

.navbar {
  padding: 25px 15px;
}

@media (max-width: 992px) {
  .navbar .navbar-collapse {
        margin-top: 20px;
        background-color: #f0826f;
        padding: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
        border-radius: 15px;  }
}

.navbar .dropdown .dropdown-menu {
  display: none;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 10px;

}

.navbar .dropdown .dropdown-menu a {
color:#000000;
}

@media (max-width: 991px) {
  .navbar .dropdown .dropdown-menu .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

.navbar .dropdown .dropdown-menu.show {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .navbar .dropdown .dropdown-menu.show {
    background: transparent;
    box-shadow: none;
    border: 0px;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }

    .offset-lg-3 {
        margin-left: 5%;
    }

}

@media (max-width: 992px) {
  .navbar-nav {
    margin-top: 10px;
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
  }

  .navbar-nav a {
    padding: 0;
  }

  .navbar-nav li {
    padding: 10px 0;
  }
}

.navbar ul li {
  font-family: "Montserrat-Medium", sans-serif;
  padding-top: 3px;
}

.navbar-nav li a {
  font-size: 17px; /* 20px; */
  font-weight: 500;
  color: #fff;
  padding: 8px; /* 12px */
}

.navbar-nav li a:hover {
  color: #ef7864;
  font-weight: bold;
}

.navbar-nav .dropdown .dropdown-item {
  color: #222222;
  padding: 10px 20px;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 16px;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown .dropdown-item {
    color: #fff;
  }
}

.navbar-nav .search {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 3px 25px;
  color: #fff;
}

.navbar-nav .search:focus {
  outline: none;
}

@media (max-width: 991px) {
  .navbar-nav .search {
    margin-left: 15px;
  }
}

.header-scrolled {
  position: relative;
  left: 0;
  width: 100%;
  background: #1d9fab;
}

#search-input-box {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  z-index: 999;
  text-align: center;
  padding: 5px 20px;
}

@media (max-width: 991px) {
  #search-input-box {
    margin-top: -30px;
  }
}

#search-input-box .form-control {
  background: transparent;
  border: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  padding: 0;
}

#search-input-box .form-control:focus {
  box-shadow: none;
  outline: none;
}

#search-input-box input.placeholder {
  color: #ffffff;
  font-size: 14px;
}

#search-input-box input:-moz-placeholder {
  color: #ffffff;
  font-size: 14px;
}

#search-input-box input::-moz-placeholder {
  color: #ffffff;
  font-size: 14px;
}

#search-input-box input::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 14px;
}

#search-input-box .btn {
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
}

#search-input-box .lnr-cross {
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  padding: 10px 3px;
}

.home-banner-area-seccion {
  background: url(../img/home-banner-bg-seccion.png) no-repeat;
  background-size: cover;
  background-position: 0px -30px;
  height: 438px !important;
  max-height: 440px;
}

@media (min-width: 1921px) {
  .home-banner-area-seccion .fullscreen {
    align-items: start !important;
    padding-top: 250px;
    max-height: 1200px !important;
  }
}

@media (max-width: 768px) {
  .home-banner-area-seccion .fullscreen {
    height: 700px !important;
  }
}

@media (max-width: 576px) {
  .home-banner-area-seccion {
        height: 368px !important;
  }
}

.home-banner-area {
  background: url(../img/home-banner-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  min-height: 780px;
}

.home-banner-area .texto-banner {
  font-size: 20px;
}

@media (min-width: 1921px) {
  .home-banner-area .fullscreen {
    align-items: start !important;
    padding-top: 250px;
    max-height: 1200px !important;
  }
}

@media (max-width: 768px) {
  .home-banner-area .fullscreen {
    height: 700px !important;
  }
}

.home-banner-left {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .home-banner-left {
    text-align: center;
    margin-top: 40px;
  }
}

.home-banner-left h1 {
  font-family: "Montserrat-SemiBold", sans-serif;
  color: #222;
  font-size: 38px;
  line-height: 1em;
  margin-bottom: 20px;
}

.home-banner-left h1 span {
  font-weight: 900;
}

@media (max-width: 768px) {
  .home-banner-left h1 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .home-banner-left h1 br {
    display: none;
  }
}

@media (max-width: 991px) {
  .home-banner-left h1 {
    font-size: 45px;
  }
}

@media (max-width: 414px) {
  .home-banner-left h1 {
    font-size: 40px;
  }
}

@media (max-width: 800px) {
  .home-banner-left {
    margin-top: 30px;
  }
}


.home-banner-right img {
  margin-top: -70px !important;
  margin-left: 80px !important;
  display: block;
}

@media (max-width: 1680px) and (min-width: 1200px) {
  .home-banner-right img {
    margin-left: 35px !important;
    width: 90%;
  }
}

@media (max-width: 991px) {
  .home-banner-right img {
    margin-left: 205px !important;
    margin-top: -180px !important;
    display: block;
    position: relative;
    width: 40%;
  }
}

@media (max-width: 768px) {
  .home-banner-right img {
    margin-left: 204px !important;
    margin-top: -200px !important;
    display: block;
    position: relative;
    width: 40%;
  }
}

@media (max-width: 480px) {
  .home-banner-right img {
    margin-left: 114px !important;
    margin-top: -220px !important;
    display: block;
    position: relative;
    width: 60%;
  }
}

.banner-area {

  min-height: 510px;
}

.banner-right {
  margin-top: 10px;
  text-align: right;
}

@media (max-width: 1199px) {
  .banner-right {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .banner-right h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .banner-right p {
    display: none;
  }
}

.banner-right .box {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 18px;
  display: inline-block;
}

@media (max-width: 767px) {
  .banner-right .box {
    padding: 7px 15px;
    margin-top: 30px;
  }
}

.banner-right .box i {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  font-weight: 600;
}

.banner-right .box a {
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 380px) {
  .banner-right .box a {
    font-size: 13px;
  }
}

.banner-right .box a:hover {
  color: #222222;
}


.about-area {
  font-size: 20px;
  margin-top: 0px;
  padding: 130px 0px 1000px 0px;
  background-image: url(../img/secciones/quienessomos_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 0px;
}




.about-left .about-top {
  margin-bottom: 25px;
  font-family: "Montserrat-Regular", sans-serif;
  color: #ef7864;
  font-size: 30px;
}

.about-left .about-top b {
  font-family: "Montserrat-SemiBold", sans-serif;
  color: #ef7864;
}

.about-left .about-bottom {
  font-family: "Montserrat-Regular", sans-serif;
  margin-bottom: 30px;
  color: #000;
  font-size: 26px;
}


.about-mision-area {
  padding: 200px 0px 300px 0px;
}

.about-mision-area .about-left {
  margin-bottom: 50px;
  padding: 0px 0px;
  position: absolute;
  left: 0;
}

.about-mision-area .about-right {
  margin-bottom: 50px;
  padding: 10px 0px;
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 180px;
  overflow-x: hidden;
}

.about-mision-area .about-mision-title {
  font-family: "Montserrat-Regular", sans-serif;
  color: #fff;
  background-color: #1d9fab;
  border-radius: 40px;
  width: fit-content;
  text-align: right;
  padding: 0px 23px 0px 220px;
  margin-left: -30px;
  font-size: 30px;
  line-height: 65px;
}

.about-mision-area .about-mision-title b {
  font-family: "Montserrat-SemiBold", sans-serif;
  color: #fff;
}

.about-mision-area .about-mision-title img {
  margin-left: 57px;
  position: absolute;
  width: 80px;
  bottom: 126px;
}

.about-mision-area .about-mision-text {
  font-family: "Montserrat-Regular", sans-serif;
  color: #000;
  padding: 0px 0px 0px 220px;
  margin-left: -30px;
  width: 90%;
  font-size: 18px;
}

.about-mision-area .about-vision-title {
  font-family: "Montserrat-Regular", sans-serif;
  color: #fff;
  background-color: #ef7864;
  border-radius: 40px;
  width: fit-content;
  text-align: left;
  padding: 0px 280px 0px 23px;
  margin-right: -90px;
  font-size: 30px;
  line-height: 65px;
}

.about-mision-area .about-vision-title b {
  font-family: "Montserrat-SemiBold", sans-serif;
  color: #fff;
}

.about-mision-area .about-vision-title img {
  margin-left: -135px;
  position: absolute;
  width: 80px;
  bottom: 57%;
}

.about-mision-area .about-vision-text {
  font-family: "Montserrat-Regular", sans-serif;
  color: #000;
  padding: 0px 220px 0px 0px;
  margin-right: -30px;
  width: 90%;
  font-size: 18px;
  text-align: right;
}

.about-nuestrahistoria {
  font-size: 20px;
  width: 100%;
  padding-top: 10px;
  background-image: url(../img/secciones/quienessomos_2.jpg);
 background-repeat: no-repeat;
  background-position: center 38%;
  background-size: contain; 
}


.about-nuestrahistoria h1 {
  font-family: "Montserrat-Regular", sans-serif;
  color: #1d9fab;
  font-size: 46px;
  line-height: 1em;
  margin-bottom: 20px;
  text-align: center;
}

.about-nuestrahistoria h1 b {
  font-family: "Montserrat-SemiBold", sans-serif;
  color: #1d9fab;
}

.about-nuestrahistoria h4 {
  font-family: "Montserrat-SemiBold", sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 40px;
  text-align: center;
}

.about-nuestrahistoria .about-historia {
  padding: 0px 100px;
  font-size: 24px;
}

.about-nuestrahistoria .about-historia b {
  font-family: "Montserrat-SemiBold", sans-serif;
  color: #ef7864;
}

.about-nuestrahistoria .about-historia-docentes {
  padding: 0px 200px;
  font-size: 24px;
  margin-top: 600px;
}

.about-nuestrahistoria .about-historia-docentes h1 {
  font-family: "Montserrat-Regular", sans-serif;
  color: #ffffff;
  font-size: 46px;
  line-height: 1em;
  margin-bottom: 100px;
  text-align: center;

}

.about-nuestrahistoria .about-historia-docentes h1 b {
  font-family: "Montserrat-SemiBold", sans-serif;
  color: #fff;
}


.about-nuestrahistoria .about-historia-docentes .about-docente {
margin-bottom: 12px;
width: 100%;
}

.about-nuestrahistoria .about-historia-docentes .docente-foto {
  border-radius: 20px;
  overflow: hidden;
  display: block;

}

.about-nuestrahistoria .about-historia-docentes .docente-foto img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit; /* asegura que herede el redondeo */
}


.about-nuestrahistoria .about-historia-docentes .docente-datos {
padding: 50px 50px;
    background-color: #808080;
    border-radius: 20px;
}

.about-nuestrahistoria .about-historia-docentes .docente-nombre {
  font-family: "Montserrat-Bold", sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 32px;
  margin-bottom: 20px;
}

.about-nuestrahistoria .about-historia-docentes .docente-cargo {
  font-family: "Montserrat-Regular", sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 32px;
  margin-bottom: 20px;
}

.about-nuestrahistoria .about-historia-docentes .docente-cita {
  font-family: "Montserrat-SemiBold", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}

.about-nuestrahistoria .about-historia-docentes .docente-texto {
  font-family: "Montserrat-Regular", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  font-style: italic;
}


@media (max-width: 1665px) {

  .about-nuestrahistoria .about-historia-docentes {
    margin-top: 320px;
  }

  .about-mision-area .about-mision-title img {
    bottom: 152px;
  }


  .testimonio-contenedor {
    width: 360px !important;
  }
}
@media (max-width: 1200px) {

  .about-area {
    padding: 0px 0px 690px 0px;
}

.about-mision-area .about-mision-text {
  margin-left: -150px;
}
.about-mision-area .about-mision-title img {
 bottom: 207px;
}

.about-mision-area .about-vision-title img {
    bottom: 71%;
}
.about-mision-area .about-vision-text {
    margin-right: -130px;
}


}


@media (max-width: 1500px) {
.about-nuestrahistoria .about-historia {
  padding: 0px 60px;
}

    .about-mision-area .about-vision-title img {
    bottom: 65%;
}
    .about-nuestrahistoria .about-historia-docentes {
      margin-top: 250px;
        padding: 20px 40px;
    }
}

@media (max-width: 991px) {

  .about-area {
    padding: 0px 0px 500px 0px;
}

.about-mision-area {
  margin-top: -50px;
}

.about-mision-area .about-vision-text {
        width: 51%;
        font-size: 22px;
         margin-right: 0px;
}
.about-mision-area .about-mision-text {
    margin-left: -150px;
        width: 51%;
        font-size: 22px;
}
.about-mision-area .about-right {
  margin-top: 0px;
}

.about-mision-area .about-mision-title img {
     bottom: 279px;
     margin-left: 47px;
}

.about-mision-area .about-vision-title img {
    bottom: 76%;
    margin-left: -115px;
}



}

@media (max-width: 576px) {

  .about-area {
    padding: 0px 0px 300px 0px;
        background-size: 170%;
    background-position-y: 250px;
    background-position-x: -110px;
}
.about-left .about-top,
.about-left .about-bottom {
    font-size: 24px;
    padding: 10px;
    margin: 5px 50px 5px 0px;
}

.about-mision-area {
  margin-top: 0px;
    padding: 0px;
}

.about-mision-area .about-mision-title {
    padding: 0px 23px 0px 50px;
 }

.about-mision-area .about-vision-title {
    padding: 0px 110px 0px 23px;
}

    .about-mision-area .about-vision-text {
        width: fit-content;
        font-size: 22px;
margin: 20px 40px 0px 40px;
 padding: 0px;
    }

.about-mision-area .about-mision-text {
margin-left: 20px;
        width: fit-content;
        font-size: 22px;
        padding: 0px 50px 0px 20px;
}
.about-mision-area .about-left {
  margin-top: 0px;
  position: relative;
}
.about-mision-area .about-right {
  margin-top: 0px;
    position: relative;
}

.about-mision-area .about-mision-title img {
bottom: 82%;
        margin-left: 37px;
}

.about-mision-area .about-vision-title img {
        bottom: 82%;
        margin-left: -117px;
}    



  .about-nuestrahistoria .about-historia-docentes .docente-foto {
    margin-bottom: 20px;
}
.about-nuestrahistoria .about-historia {
    padding: 30px;
    font-size: 22px;
    margin-right: 10px;
}

.about-nuestrahistoria h1 {
  font-size: 38px;

 }
.about-nuestrahistoria h4 { 
   font-size: 24px;
}

}

@media (max-width: 991px) {
  .about-nuestrahistoria {
    margin-top: 50px;
    background-image: none; /* ocultamos el fondo */
    position: relative;
  }

  .about-nuestrahistoria .foto_responsive_principal {
    display: block !important;
    position: absolute;
    width: 100%;
     background-color: #ff705a; 

  }

.about-nuestrahistoria .foto_responsive_principal::after {
  content: "";
  display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -100px;
        height: 280px;
        background-color: #ff705a;
        z-index: -1;
}

  .about-nuestrahistoria .foto_responsive_principal img {
    width: 100%;
    height: auto;
    display: block;
  }

  .about-nuestrahistoria .about-historia-docentes {
    margin-top: 660px;
    padding: 30px;
    background-image: url(../img/secciones/quienessomos_2_fondo_r.jpg);
      background-position: center top;
       background-repeat: no-repeat;
        background-size: contain; 
        position: relative;
        z-index:1;

}

}

@media (max-width: 576px) {

  .about-nuestrahistoria .about-historia-docentes {
    margin-top: 325px;
    
}
}

.about-reviews {
  font-size: 20px;
  margin-top: 0px;
  padding: 0px 110px;
  background-image: url(../img/secciones/quienessomos_3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: top;
}

@media (max-width: 576px) {
  .about-reviews {
    padding: 0px;
  };
}

.about-reviews h1 {
  font-family: "Montserrat-SemiBold", sans-serif;
  color: #1d9fab;
  font-size: 46px;
  line-height: 1em;
  margin-bottom: 100px;
  text-align: center;
}


.about-reviews .testimonio-contenedor {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 18px;
  line-height: 20px;
  border-radius: 47px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  width: 500px;
  text-align: center;
  padding: 40px;
  margin: 30px;
}

.about-reviews .testimonio-contenedor .testimonio-foto {
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-reviews .testimonio-contenedor .testimonio-foto img {
  width: 100%;
}

.about-reviews .testimonio-contenedor .testimonio-nombre {
  font-family: "Montserrat-Bold", sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 20px;
}

.about-reviews .testimonio-contenedor .testimonio-texto {
  font-family: "Montserrat-Regular", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 20px;
  font-style: italic;
}


.about-reviews .testimonio-carousel {
  position: relative;
}

.testi-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.testi-slider .owl-nav button {
  background: none;
  border: none;
  pointer-events: all;
  padding: 0 10px;
}

.testi-slider .owl-nav svg {
  width: 40px;
  fill: black;
  cursor: pointer;
}

.testi-slider {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
}

.testi-slider .owl-custom-prev,
.testi-slider .owl-custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

.testi-slider .owl-custom-prev {
  left: -60px; 
}

.testi-slider .owl-custom-next {
  right: -60px;
}

.testimonio-contenedor {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.5;
  transform: scale(0.95);
}

.owl-item.center .testimonio-contenedor {
  opacity: 1;
  transform: scale(1.05); /* o 1.0 si no querés zoom */
  z-index: 999;
  position: relative;
}

.owl-item.center .testimonio-contenedor {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.about-closing {
  margin-top: 0px;
  padding: 20px 300px 150px 300px;
  text-align: center;
}

@media (max-width: 991px) {
    .about-closing {
    padding: 20px 300px 230px 300px;
  }
}


.about-closing h1 {
  font-family: "Montserrat-Regular", sans-serif;
  color: #000;
  font-size: 46px;
  line-height: 1em;
  margin-bottom: 20px;
  text-align: center;
}

.about-closing h1 b {
  font-family: "Montserrat-SemiBold", sans-serif;
  color: #000;
}

.about-closing h2 {
  font-family: "Montserrat-Regular", sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 40px;
  text-align: center;
}

.about-closing .btn {
  font-size: 30px;
  padding: 10px 50px;
}
@media (max-width: 576px) {
    .about-closing {
        padding: 0px 40px 220px 40px;
    }

    .about-closing h1 {
    font-size: 36px;
    }
    .about-closing h4 {
    font-size: 24px;
    }
}


@media (max-width: 991px) {
  .about-area .about-left {
    margin-bottom: 50px;
  }

  .about-text-intro {
    position: relative;
    left: -280px;
  }
}

@media (max-width: 576px) {
  .about-area .about-left {
    margin-bottom: 50px;
  }

  .about-text-intro {
    position: relative;
    left: 20px;
    top: -80px;
  }
}

.about-right h1 {
  margin-bottom: 30px;
  color: #222;
}

@media (max-width: 991px) {
  .about-right h1 {
    font-size: 35px;
    margin-bottom: 25px;
  }
}

@media (max-width: 576px) {
  .about-right h1 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .about-right h1 br {
    display: none;
  }
}

.about-right p:last-of-type {
  margin-bottom: 0;
}

.feature-area-interna {
  margin-top: 360px;
}

.feature-area {
  margin-top: 0px;
}

.feature-title {
  color: #1d9fab !important;
  font-family: "Montserrat-Medium", sans-serif;
}

.feature-area .row {
  display: flex;
  justify-content: center;
}


@media (max-width: 1680px) and (min-width: 1200px) {
  .feature-area {
    margin-top: 0px;
  }
}


@media (max-width: 991px) {
  .feature-area {
    margin-top: 0px;
    padding: 0px 100px;
  }
}

@media (max-width: 576px) {
  .feature-area {
    margin-top: 0px;
    padding: 0px;
  }
}

.feature-area .container-fluid {
  padding-left: 50px;
}

@media (min-width: 1921px) {
  .feature-area .container-fluid {
    max-width: 1140px;
    padding-left: 0;
  }

  .feature-area .container-fluid .col-lg-2.col-md-6 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 22.666667%;
    max-width: 22.666667%;
  }
}

@media (max-width: 767px) {
  .feature-area .container-fluid {
    padding-left: 15px;
  }
}

.MisCursos .feature-item {
  margin: 20px 0px;
  border-right: 0px solid rgba(130, 139, 178, 0.2);
  border-radius: 15px;
  background-color: #edf3fd;
  padding: 20px;
}


.feature-item {
  margin: 30px 0px;
  border-right: 0px solid rgba(130, 139, 178, 0.2);
}

.feature-item i {
  font-size: 30px;
  color: #ee7656;
}

.feature-item h4 {
  font-size: 21px;
  line-height: 33px;
  margin-bottom: 15px;
}

.feature-item p {
  margin: 0px 10px 0px 0px;
}

.feature-item img {
  width: 70px;
  margin-bottom: 20px;
}

/* Start Popular Courses Area
=========================================================================================== */

.popular-course-area {
  background-image: url(../img/cursos-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -55px;
  z-index: 999;
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (max-width: 991px) {
  .popular-course-area {
        bottom: -85px;
  }
}

.popular-course-area .container-fluid {
  padding-right: 0;
  padding: 375px;
}

.container-cursos {
  padding: 0px !important;
}

.comprar_curso, .consultar_curso {
  font-size: 1.5em;
}


.container-cursos .group-wrapper {
    padding: 60px 300px 0 300px !important;
    background: no-repeat;
    background-size: contain;
    background-position-y: -10px;
    top: -30px;
    position: relative;
}

@media (max-width: 576px){
  .container-cursos .group-wrapper {
     background-position-y: 0px;
}
}

@media (max-width: 1665px){
.container-cursos .group-wrapper {
    padding: 10px 90px 0 100px !important;
    top: -100px;
}
}
@media (max-width: 992px){
  .container-cursos .group-wrapper {
        top: -200px;
    }
.container-cursos .group-wrapper .group-title {
    margin-top: 80px !important;
}
}

@media (max-width: 520px) {
    .container-cursos .group-wrapper {
        top: -270px;
        padding: 0px !important;
    }
}

.container-cursos .group-wrapper .group-title {
  font-family: "Montserrat-SemiBold", sans-serif;
  margin-top: 110px;
  font-size: 27px;
}

.compra_curso_include {
  margin: 0px;
}

.compra_curso_include h2 {
font-size: 1.5em;
font-weight: 300;
font-family: "Montserrat-Regular", sans-serif;
margin-bottom: 20px;
}
.compra_curso_include .detalle-de-compra {
  position: relative;
 bottom: -50px;
}
.compra_curso_include .detalle-de-compra .subtitulo {
  font-family: "Montserrat-Semibold", sans-serif;
}
.compra_curso_include .detalle-de-compra .dato-curso {
color: #1d9fab;
}
.compra_curso_include .botones button {
width: 48%;
}


.compra_curso_pago .tunuevocurso{
  /* background-position-y: -80px; */
}

.compra_curso_pago .ResultadoInsert{
      padding-top: 0px;
}

.compra_curso_pago .infoPagoContainer{
}

.comprar-body {
  background-position-y: 80% !important;
  background-position-x: 55% !important;
}

.login-pre-compra {
    background-image: url(../img/registro-bg2.png) !important;
    background-repeat: no-repeat;
    background-size: 140% !important;
    padding: 40px 80px 53px 30px;
    margin: -13px -18px;
    position: relative;
    width: 110%;
    top: -10px;
      }

.tunuevocurso {
    background-image: url(../img/encabezado_g.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 40px 53px 30px;
    margin: -13px -18px;
    position: relative;
    width: 110%;
    top: -10px;
    text-align: left;
    font-size: 30px;
}

@media (max-width:576px){
  .tunuevocurso {
        font-size: 20px;
    background-size: 180%;
}
.login-pre-compra {
    padding: 40px 30px 53px 30px;
}
}

.MisCursos {
  padding: 10px 130px 30px 130px;
}

.MisCursos .nombre-usuario {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 50px;
}

.MisCursos .cursos_activos_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
  align-content: center;
}


@media (max-width: 991px) {

}

@media (max-width: 576px) {
.MisCursos {
  padding: 10px 30px 30px 30px;
}
.nombreusuario_panel {
  display: block;
        width: 100%;
        margin-top: 20px;
}
}

@media (max-width: 991px) {
  .popular-course-area .container-fluid {
    padding: 230px 50px;
  }
}

@media (max-width: 768px) {
  .popular-course-area .container-fluid {
    max-width: 720px;
  }
}

.popular-course-area .section-title {
  margin-right: 0;
}

.popular-course-area .owl-stage {
  padding-left: 0 !important;
}

.popular-course-area .owl-controls {
  position: absolute;
  top: 50%;
  right: 50%;
}


.popular-course-area {
  position: relative;
}

.popular-course-area .owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}

.popular-course-area .owl-controls .owl-nav {
  width: 100%;
  position: relative;
}

.popular-course-area .owl-controls .owl-prev,
.popular-course-area .owl-controls .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  cursor: pointer;
  pointer-events: all;
  z-index: 3;
}

/* Botón izquierdo fuera */
.popular-course-area .owl-controls .owl-prev {
  left: -70px;
  /* Ajustá el valor según tu diseño */
}

/* Botón derecho fuera */
.popular-course-area .owl-controls .owl-next {
  right: -70px;
  /* Ajustá el valor según tu diseño */
}

.popular-course-area .owl-nav .owl-prev img,
.popular-course-area .owl-nav .owl-next img {
  opacity: .3;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.popular-course-area .owl-nav .owl-prev img:hover,
.popular-course-area .owl-nav .owl-next img:hover {
  opacity: 1;
}

@media (max-width: 991px) {
  .popular-course-area .owl-controls .owl-prev {
    display: block !important;
    left: -50px !important;  /* posición desde el borde izquierdo */
    top: 50%;
    transform: translateY(-50%);
  }

  .popular-course-area .owl-controls .owl-next {
    display: block !important;
    right: -50px !important; /* posición desde el borde derecho */
    top: 50%;
    transform: translateY(-50%);
  }

  .popular-course-area .owl-nav .owl-prev img,
  .popular-course-area .owl-nav .owl-next img {
    width: 30px;
    height: auto;
  }
}

.single-popular-course .details {
  padding: 30px 20px;
  position: relative;
  height: 290px;
}

@media (max-width: 1660px) {
  .single-popular-course .details {
  height: 290px;
}
}

@media (max-width: 991px) {
  .single-popular-course .details {
  height: 340px;
}
}

@media (max-width: 1200px) {
  .single-popular-course .details {
  height: 320px;
}
}

@media (max-width: 576px) {
  .single-popular-course .details {
  height: 260px;
}
}


.single-popular-course .detalles_encurso {
  height: auto;
}

.single-popular-course .thumb {
  overflow: hidden;
}

.single-popular-course .thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-popular-course .name {
  color: #000;
  line-height: 23px;
  font-weight: bold;
  font-size: 20px;
}

.single-popular-course .value {
  color: #000;
  font-size: 16px;
  position: relative;
}

.single-popular-course .name-home {
  color: #000;
  line-height: 22px;
  font-weight: bold;
  font-size: 20px;
}

.single-popular-course .value-home {
  color: #000;
  font-size: 18px;
  position: absolute;
  margin-top: 5px;
}

.single-popular-course .value-descripcion {
  font-family: "Montserrat-Regular", sans-serif;
  color: #000000;
  font-size: 15px;
  margin-top: 45px;
  line-height: 17px;
}

.single-popular-course .descripcion {
  font-size: 14px;
  line-height: 17px;
  color: #666666;
  margin-top: 15px;
}

.single-popular-course .masinfo {
  margin-top: auto;
  padding: 21px;
}

.single-popular-course .masinfo a {
  font-size: 16px;
  line-height: 16px;
  color: #0071bc;
  margin-top: 10px;
}

.single-popular-course .masinfo a:hover {
  color: #1d9fab;
}

.single-popular-course .masinfo .btn{
padding: 0px 15px;
}

.single-popular-course b {
  color: #000000;
}

.single-popular-course p {
  margin-bottom: 0;
}

.single-popular-course h4 {
  line-height: 27px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-popular-course a {
  color: #222222;
}

.single-popular-course .bottom .list li {
  display: inline-block;
}

.single-popular-course .bottom .list li a {
  color: #ebb35e;
  font-size: 14px;
}

.single-popular-course .bottom p {
  font-size: 13px;
  font-weight: 500;
}


.single-popular-course:hover .thumb {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.single-popular-course.thumb {
  transition: transform 0.3s ease;
}

.single-popular-course .thumb:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.single-popular-course:hover h4 {
  color: #1d9fab;
}

@media (max-width:576px){
      .course-panel-interno {
        bottom: 165px;
    }
}



.seguipracticando {
  padding: 340px 137px 200px 137px;
}

.seguipracticando .btn-sepract-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 60px;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-content: center;
  gap: 30px;
}

.seguipracticando .btn-sepract-main {
  font-size: 30px;
  padding: 10px 50px;
  background-color: #1d9fab;
  color: #fff;
  border-radius: 50px;
  margin-top: 20px;
  width: fit-content;
}

.seguipracticando .btn-sepract-main:hover,
.seguipracticando .btn-sepract-main.active {
  background-color: #fff;
  color: #000;
  border: 2px solid #1d9fab;
}


.seguipracticando .segui-titulo img {
    margin-left: 49px;
    margin-top: -3px;
    position: absolute;
    width: 70px;
}


@media (max-width:576px){
  .seguipracticando {
    padding: 290px 20px 230px 20px;
}

.seguipracticando .carousel-nav.next {
    right: -25px !important;
}

.seguipracticando .carousel-tarjetas {
    left: 5px !important;
}

.seguipracticando .carousel-nav.prev {
    left: -35px !important;
}

.seguipracticando .owl-carousel {
  left: 50px;
}
.seguipracticando .owl-carousel .item::after {
background-color: transparent !important;
}

.seguipracticando .btn-segui-seccion {
    padding: 10px 60px;
    width: 100%;
}
.seguipracticando .segui-titulo img {
    width: 40px !important;
}
}

.aviso-idioma {
  position:relative;
  top: 60px;
  margin-bottom: 30px;
}

.card {
  border: none;
}
.card-body {
 font-size: 17px;
}
.card-body a {}
.card-body a:hover {}
.card-body .card-title {
  font-family: 'Montserrat-Semibold', sans-serif;
}
.card-body .card-text {
font-family: 'Montserrat-Regular', sans-serif;
text-align: justify;
}
.card-body .card-recomendacion {
    font-family: 'Montserrat-SemiBold', sans-serif;
color: #1d9fab;
}

.card-carousel {
  background : #F2F2F2;
  border-radius: 37px;
  padding: 10px;
   font-size: 15px;
   margin-right: 20px;
}

.card-carousel .card-title {
    font-family: 'Montserrat-Bold', sans-serif;
}
.card-carousel .card-text {
  font-family: 'Montserrat-Regular', sans-serif;
text-align: justify;
color: #000000;
}
.card-carousel .card-recomendacion {
    font-family: 'Montserrat-Regular', sans-serif;
  color: #000000;
  }
.card-carousel .card-nivel {
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: #ef7864;
}

.seguipracticando .carousel-wrapper {
  position: relative;
  max-width: 1050px; /* 5 x 210px aprox */
  margin: 0 auto;
}

.seguipracticando .owl-carousel .item {
  width: 200px !important; /* ancho fijo para cada item */
  margin-right: 10px; /* espacio entre items */
}

.seguipracticando .owl-carousel .item img {
  width: 100%;
  display: block;
  border-radius: 50%; /* mantiene la forma circular */
}

/* Overlay circular */
.seguipracticando .owl-carousel .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(29, 159, 171, 0.3); /* #1d9fab con transparencia */
  opacity: 0;
  transition: opacity 0.4s ease; /* fade in/out */
  pointer-events: none; /* no bloquea clics en la imagen */
}

/* Hover activa el overlay */
.seguipracticando .owl-carousel .item:hover::after {
  opacity: 1;
}

.seguipracticando .carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    padding: 8px 18px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
    user-select: none;
    background: transparent;
}

.seguipracticando .carousel-nav.prev {
  left: -85px;
}

.seguipracticando .carousel-nav.next {
  right: -85px;
}

.seguipracticando .btn-segui-seccion {
border: 4px solid;
    border-radius: 54px;
    margin: 5px;
    padding: 21px;
}

.seguipracticando .btn-segui-seccion:hover {
cursor: pointer;
background-color: #f2f2f2;
}




/* End Popular Courses Area
=========================================================================================== */
/* Start Video Area
=========================================================================================== */
.video-modulo {
  position: relative;
}

.video-container {
  padding: 15px;
  text-align: center;
  background-color: #f19178;
  width: 100%;
  margin: 0 auto;
  position: relative;

}

.video-area {
  background: url(../img/video-area-bg.png) no-repeat center;
  background-size: cover;
  padding: 530px 0px;
  top: -310px;
  position: relative;
  z-index: 9999;
}


.video-area p {
  font-size: 30px;
}

.video-area .video-orden {
  display: flex;
  justify-content: center;
  /* centra horizontalmente */
  align-items: center;
  /* centra verticalmente si hay altura */
  /* permite que se acomoden en pantalla chica */
  text-align: center;
  /* opcional si querés centrar el texto también */
  align-content: center;
  flex-direction: row;
  margin-top: -130px;
}

.section-title,
.video-left {
  margin: 0 auto;
}

@media (max-width: 1665px) {
  .video-area {
    padding: 330px 0px;
    top: -240px;
  }
}

@media (max-width: 991px) {
  .video-area {
    background: #ef7864;
      top: -80px;
  padding: 60px 59px 330px 120px;
  }
  #VideoIntroductorio {
   width: 90%;
    max-height: 85vh;
  }
}

@media (max-width: 576px) {
    .video-area {
        top: -110px;
        padding: 46px 30px 200px 30px;
    }
}

.video-area .video-part {
  position: relative;
}

.video-area .video-part .overlay {
  background: rgba(0, 0, 0, 0.3);
}

.video-area .video-part .popup-youtube {
  position: absolute;
  left: 0px;
  text-align: center;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-area .play-icon {
  width: auto !important;
  margin: auto;
}

.video-area .video-left {
  padding-bottom: 151px;
}

@media (max-width: 991px) {
  .video-area .video-left {
    padding-bottom: 0px;
  }
}

.video-area .owl-controls {
  position: relative;
  bottom: -100px;
}

@media (max-width: 991px) {
  .video-area .owl-controls {
    display: none;
  }
}

.video-area .owl-controls .owl-nav {
  display: -ms-flexbox;
  display: flex;
}

.video-area .owl-controls .owl-prev {
  padding-right: 20px;
}

.video-area .owl-controls .owl-prev,
.video-area .owl-controls .owl-next {
  -webkit-filter: brightness(1) invert(1);
  -moz-filter: brightness(1) invert(1);
  -ms-filter: brightness(1) invert(1);
  -o-filter: brightness(1) invert(1);
  filter: brightness(1) invert(1);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.video-area .owl-controls .owl-prev:hover,
.video-area .owl-controls .owl-next:hover {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.video-js {
    position: relative; /* Contenedor relativo */
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
    display: none !important; /* Oculta la flecha predeterminada */
}
.video-js .vjs-big-play-button {
    position: absolute !important; /* Forzar absoluto */
    top: 60% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important; /* Eliminar margenes internos */
    font-size: 10vw !important; /* Tamaño proporcional a la pantalla */
    min-width: 50px !important; /* mínimo para pantallas pequeñas */
    min-height: 50px !important;
    max-width: 100px !important; /* máximo para pantallas grandes */
    max-height: 100px !important;
}

/* End Video Area
=========================================================================================== */

.SiTodaviaNoTenesCuenta {
  padding: 20px 0px 10px 0px;
  margin-top: -350px;
  margin-bottom: 120px;
}

.SiTodaviaNoTenesCuenta button {
  font-size: 26px;
  padding: 10px 40px;
  font-family: 'Montserrat-Regular', sans-serif;
}

.SiTodaviaNoTenesCuenta h1 {
  font-family: 'Montserrat-Semibold', sans-serif;
  font-size: 46px;
  line-height: 1em;
  margin-bottom: 40px;
  text-align: center;
}

.SiTodaviaNoTenesCuenta h2 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 23px;
  line-height: 1.4em;
  margin-bottom: 40px;
  text-align: center;
}

.other-feature-area .section-title p,
.blog-post-area .section-title p {
  max-width: 300px;
}

.other-feature-area {
  padding-top: 100px;
}

@media (max-width: 991px) {
  .other-feature-area {
    padding-top: 40px;
  }
  .other-feature-area .mt--160,
  .other-feature-area .mt--260 {
    margin-top: 0;
  }
}

@media (max-width: 576px){
  .SiTodaviaNoTenesCuenta {
    padding: 0px 0px 180px 0px;
    margin-top: 0px;
    margin-bottom: 120px;
}
}

.other-feature-item {
  padding: 50px 40px;
  background: #f2f3f7;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1024px) {
  .other-feature-item {
    padding: 50px 30px;
  }
}

.other-feature-item i {
  font-size: 36px;
  color: #222222;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.other-feature-item h4 {
  margin-top: 30px;
  font-size: 34px;
  margin-bottom: 20px;
}

.other-feature-item p {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 20px;
}

.other-feature-item:hover {
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.other-feature-item:hover i {
  color: #1d9fab;
}

.testimonials-area {
  position: relative;
}

.testimonials-area .owl-controls {
  position: absolute;
  bottom: 10px;
  left: 51.5%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .testimonials-area .owl-controls {
    display: none;
  }
}

.testimonials-area .owl-controls .owl-nav {
  display: -ms-flexbox;
  display: flex;
}

.testimonials-area .owl-controls .owl-nav:hover {
  opacity: 0.8;
}

.testi-slider .testi-item img {
  width: auto;
  text-align: center;
}

.testi-item {
  margin-bottom: 50px;
}

.testi-item h4 {
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.testi-item .list {
  margin-bottom: 35px;
}

.testi-item .list li {
  display: inline-block;
}

.testi-item .list li a {
  color: #ffc000;
  font-size: 14px;
}

.testi-item .text p {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 32px;
  font-style: italic;
}

@media (max-width: 575px) {
  .testi-item .text p {
    font-size: 16px;
  }
}

.testi-item p {
  margin-bottom: 0;
}

/* .registration-area {
  background: url(../img/registration-bg.jpg) no-repeat right center;
  padding: 157px 0px;
  } */
.registration-area {
  position: relative;
  padding: 157px 0px;
  z-index: 0;
  top: -70px;
  /* por encima del fondo */
}

.registration-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-image: url(../img/registration-bg-main.jpg);
  background-size: auto;
  background-position: right;
  background-repeat: no-repeat;
  z-index: -1;
  /* detrás del contenido de registration-area */
}


.registration-area input::placeholder {
  color: #4b4a4a !important;
}

.registration-area input::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #4b4a4a !important;
}

@media (max-width: 1665px) {
  .registration-area {
    padding: 70px 0px;
  }
}

@media (max-width: 991px) {
  .registration-area {
    padding: 100px 0px;
  }
}

.registration-area .section-title {
  padding-bottom: 0px;
  margin-bottom: 100px;
}

.registration-area .course-form-section {
  background: transparent;
  text-align: center;
  padding: 70px 35px;
  box-shadow: 0px 0px 50px #888;
  border-radius: 53px;
}

@media (max-width: 991px) {
  .registration-area .course-form-section {
    margin-top: -60px;
  }
}

@media (max-width: 768px) {
  .registration-area::before {
    background-image: none;
  }
}

@media (max-width: 575px) {
  .registration-area .course-form-section {
    padding: 60px 0px;
     width: 100%;
  }
  .registration-area .section-title {
    padding: 20px;
}

}

.registration-area .course-form-section h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

.registration-area .course-form-section .course-form-area .form-control {
  background: transparent;
  border: 0;
  border-bottom: 4px solid #f19178;
  padding: 20px;
  font-size: 17px;
  border-radius: 0px;
  color: #222;
  font-weight: 500;
}

.registration-area .course-form-section .course-form-area .form-control:focus {
  outline: none;
  box-shadow: none;
}

.registration-area .course-form-section input.placeholder {
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}

.registration-area .course-form-section input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}

.registration-area .course-form-section input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}

.registration-area .course-form-section input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}

.registration-area .course-form-section .btn {
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  padding: 0 60px;
  border: 1px solid  #ef7864;
  font-weight: 700;
  margin-top: 20px;
  border-radius: 30px;
}
.registration-area .course-form-section .btn:hover {
  color: #ef7864;
  background-color: #fff;
  border: solid 1px #ef7864;
}

.blog-post-area .container-fluid {
  padding-left: 21%;
}

@media (min-width: 1921px) {
  .blog-post-area .container-fluid {
    max-width: 1140px;
    padding-left: 0;
  }
}

@media (max-width: 1665px) {
  .blog-post-area .container-fluid {
    max-width: 1140px;
    padding-left: 15px;
  }
}

@media (max-width: 1199px) {
  .blog-post-area .container-fluid {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .blog-post-area .container-fluid {
    max-width: 720px;
  }
}

@media (max-width: 991px) {
  .blog-post-area .mt--160 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .blog-post-area .mt--160 {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .blog-post-area .mt--260 {
    margin-top: 50px;
  }
}

.blog-post-area .single-blog-post {
  position: relative;
  color: #fff;
}

@media (max-width: 991px) {
  .blog-post-area .single-blog-post {
    margin-bottom: 30px;
  }
}

.blog-post-area .single-blog-post .overlay {
  background: rgba(0, 0, 0, 0.5);
}

.blog-post-area .single-blog-post .top-text {
  position: absolute;
  top: -30px;
  right: 30px;
  background: #828bb2;
  padding: 30px;
  text-align: center;
}

@media (min-width: 1921px) {
  .blog-post-area .single-blog-post .top-text {
    top: -60px;
  }
}

.blog-post-area .single-blog-post .top-text p {
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.blog-post-area .single-blog-post .text {
  min-width: 350px;
  position: absolute;
  top: 60%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 1921px) {
  .blog-post-area .single-blog-post .text {
    min-width: 210px;
    max-width: 210px;
  }
}

@media (max-width: 1680px) and (min-width: 1200px) {
  .blog-post-area .single-blog-post .text {
    left: 48%;
    top: 68%;
    min-width: 250px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .blog-post-area .single-blog-post .text {
    min-width: 250px;
    max-width: 250px;
    left: 52%;
    top: 70%;
  }
}

@media (max-width: 991px) {
  .blog-post-area .single-blog-post .text {
    left: 60%;
  }
}

@media (max-width: 575px) {
  .blog-post-area .single-blog-post .text {
    min-width: 250px;
  }
}

.blog-post-area .single-blog-post .text h4 {
  margin-bottom: 25px;
}

@media (max-width: 1680px) and (min-width: 992px) {
  .blog-post-area .single-blog-post .text h4 {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .blog-post-area .single-blog-post .text h4 {
    margin-bottom: 10px;
  }
}

@media (min-width: 1921px) {
  .blog-post-area .single-blog-post .text p {
    display: none;
  }
}

@media (max-width: 1199px) {
  .blog-post-area .single-blog-post .text p {
    display: none;
  }
}

/* Start Courses Details Area css
============================================================================================ */
.course-details-area .title {
  font-size: 21px;
  border: none;
  cursor: pointer;
  margin-top: 40px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 22px;
}

.course-details-area .title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 74px;
  background: #1d9fab;
}

.course-detail-sidebar {
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  width: 400px;
  text-align: center;
  position: sticky;
  top: 100px;
  margin-left: auto;
}

.sidebar-right {
  position: relative;
  right: -220px;
}

.course-detail-sidebar .sidebar-top {
  background-color: #1d9fab;
  border-radius: 50px 50px 0px 0px;
  padding: 30px;
  color: #fff;
}

.course-detail-sidebar .sidebar-top h3 {
  color: #fff;
}

.course-detail-sidebar .sidebar-bottom {
  border-radius: 0px 0px 50px 50px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.course-detail-sidebar .sidebar-bottom .whapp {
  background-color: #1d9fab;
  color: #fff;
  padding: 10px 10px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0px;
  width: 24%;
}


.course-details-left .course-list {
  margin-bottom: 0;
}

@media (max-width: 991px) {

.sidebar-right {
  right: 0px;
}
}


@media (max-width: 575px) {
  .course-details-left .course-list {
    padding-left: 0;
  }
  .course-detail-sidebar {
    width: 100%;
}


.course-detail-sidebar .sidebar-bottom .whapp {
    padding: 4px 6px;
  }
.porqueelegir {
    padding: 270px 20px 450px 20px;
    }

}

.course-details-left .course-list li {
  list-style: none;
  margin-bottom: 20px;
}

.course-details-left .course-list li .btn {
  background: #f9f9fb;
  color: #828bb2;
  box-shadow: none;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
}

.course-details-left .course-list li .btn:hover {
  color: #fff;
  box-shadow: 0px 10px 20px rgba(108, 39, 255, 0.3);
}

@media (max-width: 575px) {
  .course-details-left .course-list li .btn {
    min-width: 100px;
    font-size: 10px;
    padding: 0 10px;
  }
}

.course-details-left .course-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .right-contents {
    margin-top: 50px;
  }
}

.right-contents .btn.enroll {
  color: #fff;
  line-height: 48px;
  border-radius: 0px;
  padding: 0px 32px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991px) {
  .right-contents .btn.enroll {
    margin-top: 20px;
  }
}

.right-contents .btn.enroll:hover {
  box-shadow: 0px 10px 20px rgba(108, 39, 255, 0.3);
}

.right-contents ul {
  padding-left: 0;
}

.right-contents ul li {
  list-style: none;
  background: #f9f9fb;
  padding: 10px 22px;
  margin-bottom: 10px;
}

.right-contents ul li a {
  color: #828bb2;
  text-align: left;
}

.right-contents ul li a p {
  margin-bottom: 0px;
}

.right-contents ul li .or {
  color: #222222;
}

.right-contents .enroll {
  margin-top: 10px;
  width: 100%;
}

.right-contents .reviews span,
.right-contents .reviews .star {
  width: 31%;
  margin-bottom: 10px;
}

.right-contents .avg-review {
  background: #eeeeee;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 0px;
}

.right-contents .avg-review span {
  font-size: 18px;
  color: #1d9fab;
}

@media (max-width: 991px) {
  .right-contents .avg-review {
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .right-contents .single-reviews .thumb {
    margin-right: 10px;
  }
}

.right-contents .single-reviews h5 {
  display: inline-flex;
}

@media (max-width: 1024px) {
  .right-contents .single-reviews h5 {
    display: block;
  }
}

.right-contents .single-reviews h5 .star {
  margin-left: 10px;
}

@media (max-width: 1024px) {
  .right-contents .single-reviews h5 .star {
    margin: 10px 0;
  }
}

.right-contents .feedeback {
  margin-top: 30px;
}

.right-contents .feedeback textarea {
  resize: none;
  height: 130px;
  background: #f9f9fb;
}

.right-contents .feedeback textarea:focus {
  box-shadow: none;
}

.right-contents .star .checked {
  color: #ebb35e;
}

.right-contents .comments-area {
  padding: 0;
  border: 0;
  background: transparent;
}

.right-contents .comments-area .star {
  margin-left: 20px;
}

/* End  Courses Details Area css
  ============================================================================================ */

.contact-page-area {
  background-image: url(../img/bg_red.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 70px 430px 200px;
  margin-top: -32px;
}



.contact-title {
  font-size: 30px;
  padding-top: 30px;
}

.contact-page-area .contact-social {
  font-size: 20px;
  position: relative;
  top: -20px;
}

.contact-page-area .map-wrap {
  margin-bottom: 120px;
}

@media (max-width: 991px) {
  .contact-page-area .map-wrap {
    margin-bottom: 50px;
  }
}


.contact-page-area .contact-form {
  background: #fff;
  text-align: center;
  padding: 60px 65px;
  box-shadow: 0px 0px 50px #888;
  border-radius: 53px;
}

.contact-page-area .contact-btns {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 40px;
  color: #fff;
  margin-bottom: 30px;
}

.contact-page-area .contact-btns:hover {
  color: #fff;
}

.contact-page-area .form-area .form-control:focus {
  box-shadow: none !important;
  border-color: #ced4da !important;
}

.contact-page-area .form-area input {
  padding: 15px;
  height: 40px;
  line-height: 40px;
}

.contact-page-area .form-area input,
.contact-page-area .form-area textarea {
  border-radius: 0;
  font-size: 13px !important;
  background-color: #1d9fab26;
  margin-bottom: 15px;
  border: 0px;
}

.contact-page-area .form-area textarea {
  height: 160px;
  margin-top: 0px;
  padding: 15px;
  resize: none;
}

@media (max-width: 991px) {
  .contact-page-area .form-area .btn {
    margin-top: 20px;
  }
}


@media (max-width: 576px){
  .contact-page-area {
    padding: 110px 10px 390px 10px;
}
.contact-title {
font-size: 30px;
padding: 0px 20px;
        top: -60px;
        position: relative;
}
.contact-page-area .contact-form {
    padding: 40px 25px;
    margin-bottom: 100px;
}
};

.contact-page-area .form-area .btn:hover {
  box-shadow: 0px 10px 20px rgba(108, 39, 255, 0.3);
}

@media (max-width: 992px) {
  .contact-page-area .form-area .form-group {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .contact-page-area .address-wrap {
    margin-bottom: 30px;
  }
}

.contact-page-area .address-wrap .single-contact-address {
  margin-bottom: 8px;
}

.contact-page-area .address-wrap .single-contact-address h5 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.contact-page-area .address-wrap .single-contact-address .lnr {
  font-size: 20px;
  font-weight: 500;
  color: #1d9fab;
  margin-right: 30px;
}

/* =================================== */
/*  Blog Styles
/* =================================== */
/*============ Start Blog Home Styles  =============*/
.blog-home-banner {
  background: url(../img/blog/blog-home-banner.jpg) bottom;
  background-size: cover;
  padding: 130px 0px;
}

.blog-home-banner h1 span {
  color: #1d9fab;
}

.blog-home-banner .primary-btn {
  color: #fff;
  background: #1d9fab;
}

.blog-home-banner .primary-btn:hover {
  color: #1d9fab;
  background: #fff;
}

.blog-home-banner .overlay-bg {
  background: rgba(0, 0, 0, 0.3);
}

.blog-page {
  background: #f9f9ff;
}

.blog-header-content h1 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 414px) {
  .blog-header-content h1 {
    font-size: 30px;
  }
}

.blog-header-content p {
  margin: 20px 0px;
}

.top-category-widget-area {
  background-color: #f9f9ff;
}

.top-category-widget-area .single-cat-widget {
  position: relative;
  text-align: center;
}

.top-category-widget-area .single-cat-widget .overlay-bg {
  background: rgba(0, 0, 0, 0.85);
  margin: 7%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.top-category-widget-area .single-cat-widget img {
  width: 100%;
}

.top-category-widget-area .single-cat-widget .content-details {
  top: 32%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  bottom: 0px;
  position: absolute;
}

.top-category-widget-area .single-cat-widget .content-details h4 {
  color: #fff;
}

.top-category-widget-area .single-cat-widget .content-details span {
  display: inline-block;
  background: #fff;
  width: 60%;
  height: 1%;
}

.top-category-widget-area .single-cat-widget:hover .overlay-bg {
  opacity: .85;
  margin: 7%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991px) {
  .top-category-widget-area .single-cat-widget {
    margin-bottom: 50px;
  }
}

.post-content-area .single-post {
  margin-bottom: 50px;
}

.post-content-area .single-post .meta-details {
  text-align: right;
  margin-top: 35px;
}

@media (max-width: 767px) {
  .post-content-area .single-post .meta-details {
    text-align: left;
  }
}

.post-content-area .single-post .meta-details .tags {
  margin-bottom: 30px;
}

.post-content-area .single-post .meta-details .tags li {
  display: inline-block;
  font-size: 14px;
}

.post-content-area .single-post .meta-details .tags li a {
  color: #222222;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.post-content-area .single-post .meta-details .tags li a:hover {
  color: #1d9fab;
}

@media (max-width: 1024px) {
  .post-content-area .single-post .meta-details {
    margin-top: 0px;
  }
}

.post-content-area .single-post .user-name a,
.post-content-area .single-post .date a,
.post-content-area .single-post .view a,
.post-content-area .single-post .comments a {
  color: #828bb2;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.post-content-area .single-post .user-name a:hover,
.post-content-area .single-post .date a:hover,
.post-content-area .single-post .view a:hover,
.post-content-area .single-post .comments a:hover {
  color: #1d9fab;
}

.post-content-area .single-post .user-name .lnr,
.post-content-area .single-post .date .lnr,
.post-content-area .single-post .view .lnr,
.post-content-area .single-post .comments .lnr {
  font-weight: 900;
  color: #222222;
}

.post-content-area .single-post .feature-img img {
  width: 100%;
}

.post-content-area .single-post .posts-title h3 {
  margin: 20px 0px;
}

.post-content-area .single-post .excert {
  margin-bottom: 20px;
}

.post-content-area .single-post .primary-btn {
  background: #1d9fab;
  color: #222222 !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 0px !important;
  box-shadow: none !important;
  font-weight: 600;
}

.post-content-area .single-post .primary-btn:hover {
  color: #fff !important;
}

.view-more-btn {
  display: inline-block;
  padding: 0 16px;
  background: #f9f9fb;
  color: #222222;
  line-height: 30px;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.view-more-btn:hover {
  color: #1d9fab;
}

.posts-list .posts-title h3 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.posts-list .posts-title h3:hover {
  color: #1d9fab;
}

.blog-pagination {
  padding-top: 60px;
  padding-bottom: 120px;
}

.blog-pagination .page-link {
  border-radius: 0;
}

.blog-pagination .page-item {
  border: none;
}

.page-link {
  background: transparent;
  font-weight: 400;
}

.blog-pagination .page-item.active .page-link {
  border-color: transparent;
  color: #fff;
}

.blog-pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #828bb2;
  border: none;
}

.blog-pagination .page-link .lnr {
  font-weight: 600;
}

.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
  border-radius: 0;
}

.blog-pagination .page-link:hover {
  color: #fff;
  text-decoration: none;
  border-color: #eee;
}

.sidebar-widgets {
  padding-bottom: 120px;
}

.widget-wrap {
  padding: 20px 0px;
  border: 0px solid #eee;
}

@media (max-width: 991px) {
  .widget-wrap {
    margin-top: 50px;
  }
}

.widget-wrap .single-sidebar-widget {
  margin: 30px 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

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

.widget-wrap .search-widget form.search-form input[type=text] {
  color: #fff;
  padding: 10px 22px;
  font-size: 14px;
  border: none;
  float: left;
  width: 80%;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  background: #1d9fab;
}

.widget-wrap .search-widget ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.widget-wrap .search-widget ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.widget-wrap .search-widget :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.widget-wrap .search-widget :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.widget-wrap .search-widget form.search-form button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #1d9fab;
  color: #fff;
  font-size: 17px;
  border: none;
  cursor: pointer;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}

.widget-wrap .search-widget form.search-form::after {
  content: "";
  clear: both;
  display: table;
}

.widget-wrap .user-info-widget {
  text-align: center;
}

.widget-wrap .user-info-widget a h4 {
  margin-top: 40px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-wrap .user-info-widget .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

.widget-wrap .user-info-widget .social-links li a {
  color: #222222;
  padding: 10px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-wrap .user-info-widget .social-links li a:hover {
  color: #1d9fab;
}

.widget-wrap .popular-post-widget .popular-title {
  background: #fff;
  text-align: center;
  padding: 12px 0px;
}

.widget-wrap .popular-post-widget .popular-post-list {
  margin-top: 30px;
}

.widget-wrap .popular-post-widget .popular-post-list .thumb img {
  width: 100%;
}

.widget-wrap .popular-post-widget .single-post-list {
  margin-bottom: 20px;
}

.widget-wrap .popular-post-widget .single-post-list .details {
  margin-left: 12px;
}

.widget-wrap .popular-post-widget .single-post-list .details h6 {
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-wrap .popular-post-widget .single-post-list .details h6:hover {
  color: #1d9fab;
}

.widget-wrap .popular-post-widget .single-post-list .details p {
  margin-bottom: 0px;
}

.widget-wrap .ads-widget img {
  width: 100%;
}

.widget-wrap .post-category-widget .category-title {
  background: #fff;
  text-align: center;
  text-align: center;
  padding: 12px 0px;
}

.widget-wrap .post-category-widget .cat-list li {
  padding-top: 15px;
  padding-bottom: 8px;
  border-bottom: 2px dotted #eee;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-wrap .post-category-widget .cat-list li p {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-wrap .post-category-widget .cat-list li a {
  color: #828bb2;
}

.widget-wrap .post-category-widget .cat-list li:hover {
  border-color: #222222;
}

.widget-wrap .post-category-widget .cat-list li:hover p {
  color: #222222;
  font-weight: 600;
}

.widget-wrap .newsletter-widget .newsletter-title {
  background: #fff;
  text-align: center;
  text-align: center;
  padding: 12px 0px;
}

.widget-wrap .newsletter-widget .col-autos {
  width: 100%;
}

.widget-wrap .newsletter-widget p {
  text-align: center;
  margin: 20px 0px;
}

.widget-wrap .newsletter-widget .bbtns {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 7px 20px;
  border-radius: 0;
}

.widget-wrap .newsletter-widget .input-group-text {
  background: #fff;
  border-radius: 0px;
  vertical-align: top;
}

.widget-wrap .newsletter-widget .input-group-text i {
  color: #ccc;
  margin-top: -1px;
}

.widget-wrap .newsletter-widget .form-control {
  height: 40px;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0px;
  font-size: 13px;
  color: #ccc;
  padding: 9px;
  padding-left: 0px;
}

.widget-wrap .newsletter-widget .form-control:focus {
  box-shadow: none;
  border-color: #ccc;
}

.widget-wrap .newsletter-widget ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #ccc;
}

.widget-wrap .newsletter-widget ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #ccc;
}

.widget-wrap .newsletter-widget :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #ccc;
}

.widget-wrap .newsletter-widget :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #ccc;
}

.widget-wrap .newsletter-widget .text-bottom {
  margin-bottom: 0px;
}

.widget-wrap .tag-cloud-widget .tagcloud-title {
  background: #fff;
  text-align: center;
  text-align: center;
  padding: 12px 0px;
  margin-bottom: 30px;
}

.widget-wrap .tag-cloud-widget ul li {
  display: inline-block;
  border: 1px solid #eee;
  background: #fff;
  padding: 4px 14px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-wrap .tag-cloud-widget ul li:hover {
  background: #222222;
}

.widget-wrap .tag-cloud-widget ul li:hover a {
  color: #fff;
}

.widget-wrap .tag-cloud-widget ul li a {
  font-size: 12px;
  color: #222222;
}

/*============ End Blog Home Styles  =============*/
/*============ Start Blog Single Styles  =============*/
.single-post-area {
  padding-top: 230px;
  padding-bottom: 0px;
}

.single-post-area .meta-details {
  margin-top: 20px !important;
}

.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

.single-post-area .social-links li a {
  color: #222222;
  padding: 7px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-post-area .social-links li a:hover {
  color: #1d9fab;
}

.single-post-area .quotes {
  margin-top: 20px;
  padding: 30px;
  background-color: white;
  box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
}

.single-post-area .arrow {
  position: absolute;
}

.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

.single-post-area .navigation-area {
  border-top: 1px solid #eee;
  padding-top: 30px;
}

.single-post-area .navigation-area .nav-left {
  text-align: left;
}

.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: .5;
}

@media (max-width: 767px) {
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}

.single-post-area .navigation-area .nav-right {
  text-align: right;
}

.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: .5;
}

@media (max-width: 991px) {
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

@media (max-width: 576px) {
.single-post-area {
    padding-top: 280px;
    padding-bottom: 120px;
}
}

.comments-area {
  border: 1px solid #eee;
  padding: 50px 20px;
  margin-top: 50px;
}

@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}

.comments-area h4 {
  text-align: center;
  margin-bottom: 50px;
}

.comments-area a {
  color: #222222;
}

.comments-area .comment-list {
  padding-bottom: 30px;
}

.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }

  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }

  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

.comments-area .thumb {
  margin-right: 20px;
}

.comments-area .date {
  font-size: 13px;
  color: #cccccc;
}

.comments-area .comment {
  color: #bcbec0;
}

.comments-area .btn-reply {
  background-color: #fff;
  color: #222222;
  border: 1px solid #eee;
  padding: 8px 30px;
  display: block;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.comments-area .btn-reply:hover {
  background-color: #222222;
  color: #fff;
}

.comment-form {
  text-align: center;
  border: 1px solid #eee;
  padding: 50px 20px;
  margin-top: 50px;
}

.comment-form h4 {
  text-align: center;
  margin-bottom: 50px;
}

.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 991px) {
  .comment-form .name {
    padding-right: 0px;
  }
}

.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  .comment-form .email {
    padding-left: 0px;
  }
}

.comment-form .form-control {
  padding: 12px;
  background: #fff;
  border: none;
  border-radius: 0px;
  width: 100%;
  font-size: 13px;
  color: #bcbec0;
  border: 1px solid #eee;
}

.comment-form .form-control:focus {
  box-shadow: none;
}

.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}

.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}

.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}

.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

.comment-form .btn {
  color: #fff;
  line-height: 48px;
  border-radius: 0px;
  padding: 0px 32px;
  font-size: 12px;
  font-weight: 500;
  border: 0px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.comment-form .btn:hover {
  box-shadow: 0px 10px 20px rgba(108, 39, 255, 0.3);
}

/*============ End Blog Single Styles  =============*/
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

b,
sup,
sub,
u,
del {
  color: #1d9fab;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

.button-area {
  background: #fff;
}

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.genric-btn:focus {
  outline: none;
}

.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

.genric-btn.large {
  line-height: 45px;
}

.genric-btn.medium {
  line-height: 30px;
}

.genric-btn.small {
  line-height: 25px;
}

.genric-btn.radius {
  border-radius: 3px;
}

.genric-btn.circle {
  border-radius: 20px;
}

.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.genric-btn.arrow span {
  margin-left: 10px;
}

.genric-btn.default {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.primary {
  color: #fff;
  background: #1d9fab;
  border: 1px solid transparent;
}

.genric-btn.primary:hover {
  color: #1d9fab;
  border: 1px solid #1d9fab;
  background: #fff;
}

.genric-btn.primary-border {
  color: #1d9fab;
  border: 1px solid #1d9fab;
  background: #fff;
}

.genric-btn.primary-border:hover {
  color: #fff;
  background: #1d9fab;
  border: 1px solid transparent;
}

.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.link {
  color: #222222;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

.genric-btn.link:hover {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.link-border {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

.genric-btn.link-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #1d9fab;
}

.progress-table-wrap {
  overflow-x: scroll;
}

.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

.progress-table .country {
  width: 28.07%;
}

.progress-table .visit {
  width: 19.74%;
}

.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

.progress-table .table-head {
  display: flex;
}

.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #222222;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

.progress-table .table-row .country img {
  margin-right: 15px;
}

.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

.list-style {
  width: 14px;
  height: 14px;
}

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #1d9fab;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

.ordered-list {
  margin-left: 30px;
}

.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #1d9fab;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #1d9fab;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #1d9fab;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input:focus {
  outline: none;
}

.input-group-icon {
  position: relative;
}

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

.input-group-icon .icon i {
  color: #797979;
}

.input-group-icon .single-input {
  padding-left: 45px;
}

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

.single-textarea:focus {
  outline: none;
}

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-primary:focus {
  outline: none;
  border: 1px solid #1d9fab;
}

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.default-switch input+label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #1d9fab;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.default-switch input:checked+label {
  left: 19px;
}

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-switch input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.primary-switch input+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.primary-switch input+label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.primary-switch input:checked+label:after {
  left: 19px;
}

.primary-switch input:checked+label:before {
  background: #1d9fab;
}

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-switch input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.confirm-switch input+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.confirm-switch input+label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.confirm-switch input:checked+label:after {
  left: 19px;
}

.confirm-switch input:checked+label:before {
  background: #4cd3e3;
}

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-checkbox input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-checkbox input:checked+label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-checkbox input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-checkbox input:checked+label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-checkbox input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-checkbox input:checked+label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-radio input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-radio input:checked+label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-radio input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-radio input:checked+label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-radio input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-radio input:checked+label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

.nice-select {
  font-size: 1rem;
  font-weight: 400;
  border-radius: 0px;
  height: 40px;
  background: #fff;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15sease-in-out, box-shadow 0.15sease-in-out;
  color: #212529;
  padding-left: 20px;
  padding-right: 40px;
}

.nice-select .list {
  margin-top: 0;
  border-radius: 0px;
  border: 1px solid #ced4da;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
  max-height: 300px;
}

.nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 1rem;
  padding-left: 20px;
}

.nice-select .list .option.selected {
  color: #1d9fab;
  background: transparent;
}

.nice-select .list .option:hover {
  color: #1d9fab;
  background: transparent;
}

.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.nice-select::after {
  right: 20px;
}

.form-select {
  height: 40px;
  width: 100%;
}

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
  color: #1d9fab;
  background: transparent;
}

.form-select .nice-select .list .option:hover {
  color: #1d9fab;
  background: transparent;
}

.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.form-select .nice-select::after {
  right: 20px;
}

.footer-retrieve {
  margin-top: -423px;
}

.footer-area {
  padding: 160px 0px 30px;
  background: url(../img/footer-bg.png) no-repeat center;
      z-index: 999999;
    position: relative;
        background-size: cover;
}

.footer-area .col-izq-row-uno {
  padding-bottom: 120px;
  padding-top: 10px;
}

.footer-area .col-one-footer {
  padding-right: 100px;
}

@media (max-width: 991px) {
  .footer-area {
    background: #222222;
    padding: 60px 0px;
  }

  .footer-area .single-footer-widget {
    margin-bottom: 30px;
  }
  .footer-area .col-der-row-uno .col-izquierda{
  display:none;
  }

  .footer-area .menu-footer, 
  .footer-area .col-der-row-uno {
    padding-top: 0px !important;
  }
  .footer-area .menu-footer ul {
    flex-direction: row;
}
}

.footer-area .single-footer-widget h4 {
  color: #fff;
  margin-bottom: 20px;
  line-height: 30px;
}

@media (max-width: 1024px) {
  .footer-area .single-footer-widget h4 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .footer-area .single-footer-widget h4 {
    margin-bottom: 15px;
  }
}

.footer-area .single-footer-widget ul li {
  margin-bottom: 15px;
}

.footer-area .single-footer-widget ul li a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #828bb2;
}

.footer-area .single-footer-widget ul li a:hover {
  color: #fff;
}

.footer-area .single-footer-widget .form-wrap {
  margin-top: 25px;
}

.footer-area .single-footer-widget input {
  height: 40px;
  border: none;
  width: 70% !important;
  font-weight: 400;
  background: #222;
  color: #fff;
  padding-left: 20px;
  border-radius: 0;
  font-size: 14px;
  padding: 10px;
  float: left;
  margin-right: 20px;
}

.footer-area .single-footer-widget input:focus {
  outline: none;
  box-shadow: none;
}

.footer-area .single-footer-widget input.placeholder {
  padding-left: 10px;
  color: #828bb2;
}

.footer-area .single-footer-widget input:-moz-placeholder {
  padding-left: 10px;
  color: #828bb2;
}

.footer-area .single-footer-widget input::-moz-placeholder {
  padding-left: 10px;
  color: #828bb2;
}

.footer-area .single-footer-widget input::-webkit-input-placeholder {
  padding-left: 10px;
  color: #828bb2;
}

.footer-area .single-footer-widget .click-btn {
  color: #fff;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 10px 12px;
  border: 0;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  left: 0px;
  border-radius: 5px;
}

.footer-area .single-footer-widget .click-btn:focus {
  outline: none;
  box-shadow: none;
}

.footer-area .single-footer-widget p {
  color: #BCBEC0;
}

.footer-area .footer-bottom {
  margin-top: 50px;
  margin-left: 0px;
  color: #BCBEC0;
}

@media (max-width: 991px) {
  .footer-area .footer-bottom {
    margin-top: 20px;
  }
}

.footer-area .footer-bottom p {
  color: #fff;
}

.footer-area .footer-bottom a,
.footer-area .footer-bottom span {
  color: #c738d8;
}

.footer-area .footer-bottom span {
  font-weight: 700;
}

.footer-area .footer-social {
  text-align: left;
}

@media (max-width: 991px) {
  .footer-area .footer-social {
    text-align: left;
    margin-top: 30px;
  }
}

.footer-area .footer-social a,
.contact-page-area .contact-social a {
  background: #fff;
  margin-left: 5px;
  width: 40px;
  color: #3c3c3b;
  display: inline-grid;
  text-align: center;
  height: 40px;
  align-content: center;
  border-radius: 100%;
  font-size: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-area .footer-social a:hover,
.contact-page-area .contact-social a:hover {
  background: #1d9fab;
  color: #fff;
}

.footer-area .col-der-row-uno {
  padding-top: 60px;
}

.footer-area .menu-footer {
  padding-top: 80px;
}

.footer-area .menu-footer .navbar {
  background: none;
  min-height: auto;
  margin-top: 0;
  padding-bottom: 0;
}
.footer-area .menu-footer ul li:last-child {
  border-right: none;
}

.footer-area .menu-footer ul li a {
  color: #fcd76a;
  font-weight: 600;
  font-size: 20px;
}

.footer-area .menu-footer ul li a:hover,
.footer-area .menu-footer ul li a:active {
  color: #ef7864;
}

.footer-area .menu-footer ul {
  list-style: none;
  display: flex;
  align-items: center;
}

.footer-area .menu-footer ul li {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-right: 2px solid #fff;
  line-height: 1;
  /* Ajusta si tu tipografía lo requiere */
}

.footer-area .menu-footer ul li:last-child {
  border-right: none;
}

@media (max-width: 576px) {
  .footer-area .menu-footer ul li {
    border-right: none;
}
.footer-area .menu-footer ul {
    align-items: center;
    flex-direction: column;
}
}

.footer-area .terminos a {
  color: #1d9fab;
  font-weight: 600;
  font-size: 20px;
}

.footer-area .terminos a:hover {
  color: #fcd76a;
}

.terminosycondiciones-area .container-fluid {
  padding-right: 0;
  padding: 375px;
}

/*# sourceMappingURL=main.css.map */