/*------------- 
[Table of contents]

[ DEFULT INDEX NUMBER ]

1.  GENERAL CSS
2.  NAVBAR
4.  HOME
5.  SERVICE
6.  ABOUT
7.  TESTIMONIAL
8.  FAQ
9.  QUATE
10. SUBSCRIBE
11. PRICING
12. BLOG
13. FOOTER
14. COPYRIGHT


-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[ Color codes ]
    
    [ Text and Background Color ]
        Main color 1:       #1c93e5     
        Main color 2:       #009688      
        Main color 3:       #9c27b0
        Main color 4:       #ff4081      
        Background 1:       #FFFFFF            
        Background 2:       #F6F6F6           
        Shadow color:       #000000;            

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Typography]

    [ There are using two different font typography ]
        Typography 1: Roboto font;
        Typography 2: Montserrat font;

    [ Other Typography style are same ]
    Body :
        font-style:     normal;
        font-size:      15px;

    h2:
        font-size: 48px;
        line-height: 55px;

    h3:
        font-size: 30px;
        line-height: 40px;

    h4:
        font-size: 20px;
        font-weight: 600;

    p:  
        font-size: 18px;
        line-height: 30px;


-------------------------------------------------------------------*/
/*
================
 VARIABLES
================
*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shadow-1 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/**
 * -------------------
 *  Defult CSS 
 * -------------------
 */
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "roboto", sans-serif;
  font-size: 14px;
  font-style: none;
  line-height: 24px;
  font-weight: 500;
  overflow-x: hidden !important;
  text-align: left;
  position: relative;
  color: #999999;
  opacity: 0.9;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "roboto", sans-serif;
}

p {
  opacity: 0.9;
}

.nav li a {
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.nav li a:hover {
  background-color: transparent;
}

.nav li a:focus {
  background-color: transparent;
  outline: 0 !important;
}

a {
  text-decoration: none !important;
  cursor: pointer;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #000;
  opacity: 0.9;
}

a:hover {
  background-color: transparent;
}

a:focus {
  background-color: transparent;
  outline: 0 !important;
}

.center {
  float: none;
  margin: 0 auto;
  text-align: center;
}

/**
 * ---------------------
 *  Defult Halping Class
 * ---------------------
 */
.overflow {
  overflow: hidden;
}

.relative {
  position: relative;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

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

.vertical-middle {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

/**
 * --------------------------------------
 *  Video Section Background Defult Style
 * --------------------------------------
 */
.section-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  z-index: -1;
}

.section-video .bgvid {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.body-video-bg > .section-video {
  position: fixed;
  top: 0;
  left: 0;
}

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

.section-title h3 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 60px;
}

/**
 * ------------------------------------
 *  Every Section Headline Defult Class
 * ------------------------------------
 */
.section-heading {
  display: block;
  margin: 0;
}

.section-header {
  margin-bottom: 100px;
  text-align: center;
}

.section-header .sub-heading {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.section-header.text-left,
.section-header.text-left * {
  text-align: left;
}

.section-header.text-right,
.section-header.text-right * {
  text-align: right;
}

.section-header-separator {
  position: relative;
  width: 145px;
  margin: 5px auto;
  display: inline-block;
}

.section-header-separator .icon {
  font-size: 48px;
  text-align: center !important;
}

.section-header-separator::before, .section-header-separator::after {
  content: '';
  position: absolute;
  width: 57px;
  height: 2px;
  top: 25px;
}

.section-header-separator::before {
  left: 0;
}

.section-header-separator::after {
  right: 0;
}

.v-middle {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.mini-separator {
  padding: 20px 0;
}

/**
 * ---------------------
 *   Defult Button Style
 * ---------------------
 */
.btn {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  outline: 0;
  padding: 8px 30px;
  font-weight: bold;
  border-radius: 20px;
}

.btn:last-child {
  margin-right: 0px !important;
}

.btn .icon {
  position: relative;
  top: 2px;
}

.btn .icon img {
  position: relative;
  top: -3px;
  width: 14px;
}

.btn.btn-fill {
  background-color: #0bceaf;
  color: #fff;
}

.btn.left-icon .icon {
  margin-right: 15px;
}

.btn.right-icon .icon {
  margin-left: 15px;
}

.btn.btn-border {
  background-color: transparent;
}

.btn.white-btn-border {
  background-color: transparent;
  border-color: #fff;
}

.btn.btn-round {
  padding: 15px;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  font-size: 24px;
  text-align: center;
}

.btn.btn-round .icon {
  top: 7px;
}

.btn.apple, .btn.androad {
  border-radius: 3px !important;
  padding: 9px 28px;
  height: 82px;
}

.btn.apple img, .btn.androad img {
  width: 35px;
  height: 100%;
  float: left;
}

.btn.apple .icon, .btn.androad .icon {
  font-size: 60px;
  float: left;
}

.btn.apple span, .btn.androad span {
  display: block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.btn.apple .group, .btn.androad .group {
  float: right;
}

.btn.apple .big,
.btn.apple .small, .btn.androad .big,
.btn.androad .small {
  text-align: left;
  margin-left: 7px;
  line-height: 30px;
}

.btn.apple .big, .btn.androad .big {
  font-size: 24px;
  font-weight: 400;
}

.btn.apple .small, .btn.androad .small {
  font-size: 16px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.btn-text-link {
  padding: 50px 0 0 0;
  text-align: center;
}

.btn-text-link a {
  margin-left: 10px;
}

/** 
 * -----------------
 * Social Icon Style
 * -----------------
 */
.social-icon {
  display: inline-block;
}

.social-icon li {
  list-style: none;
  float: left;
  margin-bottom: 0px;
  margin-right: 8px;
}

.social-icon li a {
  text-align: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  border-radius: 50%;
}

.social-icon li:last-child a {
  margin-right: 0px;
}

/*
|=================
| Hero CTA Buttons
|================
*/
.hero-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 25px;
}

.hero-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 50px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.hero-cta-btn i {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.hero-cta-btn:hover i {
  transform: scale(1.2);
}

/* GitHub Button */
.github-btn {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.github-btn:hover {
  background: #333;
  border-color: #333;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(51, 51, 51, 0.4);
}

/* LinkedIn Button */
.linkedin-btn {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.linkedin-btn:hover {
  background: #0077B5;
  border-color: #0077B5;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 119, 181, 0.4);
}

/* CV Download Button */
.cv-btn {
  background: #0bceaf;
  border-color: #0bceaf;
  color: #fff;
}
.cv-btn:hover {
  background: #09b89b;
  border-color: #09b89b;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(11, 206, 175, 0.4);
}

/* White theme adjustments */
.white-vertion .github-btn {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.2);
  color: #333;
}
.white-vertion .github-btn:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}

.white-vertion .linkedin-btn {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.2);
  color: #333;
}
.white-vertion .linkedin-btn:hover {
  background: #0077B5;
  border-color: #0077B5;
  color: #fff;
}

.white-vertion .cv-btn {
  color: #fff;
}

/* Responsive */
@media (max-width: 576px) {
  .hero-cta-buttons {
    justify-content: center;
  }
  .hero-cta-btn {
    padding: 12px 22px;
    font-size: 14px;
  }
  .hero-cta-btn i {
    font-size: 18px;
  }
}

/**
 * -----------------------------------
 * Subscription and contact  "MESSAGE"
 * -----------------------------------
 */
.subscription-success,
.subscription-failed,
.email-success,
.email-failed,
.email-loading {
  font-size: 15px;
  display: none;
  text-align: center !important;
  padding: 10px !important;
}

.email-loading {
  color: #52B8FF;
}

.email-loading img {
  width: 15px;
  position: relative;
  top: -2px;
}

.subscription-failed,
.email-failed {
  color: #FF5252 !important;
}

.subscription-failed .icon,
.email-failed .icon {
  font-size: 20px;
  position: relative;
  top: 5px;
}

.subscription-success,
.email-success {
  color: #56CC35;
}

.subscription-failed .icon,
.email-failed .icon,
.subscription-success .icon,
.email-success .icon {
  font-size: 20px;
  position: relative;
  top: 5px;
}

/**
 * ------------------
 * list
 * ------------------
 */
ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

/**
 * =================
 * CONTAINER HALF CONTENT
 * =================
 */
.content-half {
  position: relative;
}

.container-half-left {
  left: 0;
  background-position: center right;
}

.container-half-right {
  right: 0;
  background-position: center left;
}

.vertical-middle-content {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/**
 * ---------------------------------
 *  Section Background Size Property
 * ---------------------------------
 */
.bg-cover {
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: initial;
  background-repeat: no-repeat;
}

.dark-bg {
  background-color: #202026;
}

.section-separator {
  padding: 60px 0;
  padding-top: 100px;
}

.home-section-separator {
  padding-top: 100px;
  padding-bottom: 200px;
}

.bg-black {
  background-color: #000;
}

.form-control {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.16), 0 0px 2px 0 rgba(255, 255, 255, 0.12);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.16), 0 0px 2px 0 rgba(255, 255, 255, 0.12);
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 20px;
  height: 50px;
  line-height: 50px;
}

.form-control:focus {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.16), 0 0px 2px 0 rgba(255, 255, 255, 0.12);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.16), 0 0px 2px 0 rgba(255, 255, 255, 0.12);
  background-color: transparent;
}

.p-200 {
  padding: 0 200px;
}

.img-overlay {
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 ;
  background-position: center center;
}

.image-bg {
  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center center;
}


.home-2-img {
  background-image: url(../images/fondo.svg);
}

.featured-img-one {
  background-image: url(../images/Proyectos_destacados.gif);
}


.featured-img-two {
  background-image: url(../images/extra-feature-bg.jpg);
}

.map-image {
  background-image: url(../images/map-color-overlay.png);
}

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

button {
  outline: 0;
}

button:hover {
  outline: 0;
}

button:focus {
  outline: 0;
}

.btn {
  outline: 0;
}

.btn:hover {
  outline: 0;
}

.btn:focus {
  outline: 0;
}

.round-image {
  border-radius: 50%;
}

.form-control {
  padding: 20px;
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.form-control:focus {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  border-color: transparent;
}

.contact-message {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 20px;
  width: 100%;
  padding: 20px;
  outline: 0;
}

.contact-message:focus {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  border-color: transparent;
}

.mh-black-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

/** 
 * -----------------
 * General CSS
 * -----------------
 */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

.white-vertion.black-bg {
  background-color: #fff;
}

.white-vertion .single-comment {
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 20px 10px;
}

.white-vertion .blog-form-inner .contact-message, .white-vertion .blog-form-inner .form-control {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(74, 71, 71, 0.8), 0 0px 1px 1px rgba(241, 241, 241, 0.8);
}

.white-vertion .section-loader {
  background: #fff;
}

.white-vertion ::-webkit-input-placeholder {
  color: #000;
}

.white-vertion :-ms-input-placeholder {
  color: #000;
}

.white-vertion ::-ms-input-placeholder {
  color: #000;
}

.white-vertion ::placeholder {
  color: #000;
}

.white-vertion a {
  color: #000;
}

.white-vertion h2 {
  color: #000;
}

.white-vertion h3 {
  color: #000;
}

.white-vertion h4 {
  color: #000;
}

.white-vertion h5 {
  color: #000;
}

.white-vertion h6 {
  color: #000;
}

.white-vertion p {
  color: #000;
}

.white-vertion address {
  color: #000;
}

.white-vertion span {
  color: #000;
}

.white-vertion ul li {
  color: #000;
}

.white-vertion div {
  color: #000;
}

.white-vertion .form-control {
  color: #fff;
}

.white-vertion .contact-message {
  color: #fff;
}

.white-vertion .nav-strict {
  background-color: #fff;
}

.white-vertion.home-video .img-color-overlay {
  background-color: rgba(255, 255, 255, 0.4);
}

.white-vertion .img-color-overlay {
  background-color: rgba(255, 255, 255, 0.8);
}

.white-vertion .img-color-overlay-proyects {
  background-color: rgba(255, 255, 255, 0.75);
}


.white-vertion .dark-bg {
  background-color: #fff;
}

.white-vertion .mh-home .mh-header-info .mh-promo span {
  color: #fff;
}

.white-vertion .mh-project-gallery .grid-item figure figcaption a {
  color: #fff;
}

.white-vertion .mh-project-gallery .grid-item figure figcaption .title {
  color: #fff;
}

.white-vertion .mh-project-gallery .grid-item figure figcaption .sub-title {
  color: #fff;
}

.white-vertion .mh-portfolio-modal {
  background: #fff;
}

.white-vertion .page-item.active .page-link {
  background-color: #fff;
  color: #0bceaf;
}

.white-vertion .page-item .page-link {
  border-color: #000;
}

.white-vertion .navbar-toggler .icon,
.white-vertion .navbar-toggler .icon::after,
.white-vertion .navbar-toggler .icon::before {
  background-color: #000;
}

.white-vertion .mh-header .navbar-nav li a {
  color: #000;
  opacity: 0.8;
}

.white-vertion .mh-home .mh-header-info .social-icon li .fa:hover {
  background-color: #000;
}

.white-vertion h1, .white-vertion h2, .white-vertion h3, .white-vertion h4, .white-vertion h5, .white-vertion h6, .white-vertion p, .white-vertion address, .white-vertion span, .white-vertion q {
  opacity: 0.8;
}

.white-vertion .mh-header .navbar-nav li.active a {
  padding-right: 0;
  padding-left: 0;
  border-color: #000;
}

.white-vertion .mh-header.nav-3 .navbar-nav li.active a {
  border-color: transparent;
}

.white-vertion .mh-footer .form-control {
  -webkit-box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
  box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
  color: #000;
}

.white-vertion .mh-footer .form-control:focus {
  -webkit-box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
  box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
}

.white-vertion .mh-footer .contact-message {
  -webkit-box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
  box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
  color: #000;
}

/* ========================================
   CORRECCIONES DE COLOR PARA WHITE-VERTION
   ======================================== */

/* Skills Section - Soft Skills h5 */
.white-vertion .soft-skill-header h5 {
  color: #333 !important;
}

.white-vertion .skill-card-soft p {
  color: #666 !important;
}

/* Timeline Section - h4 titles */
.white-vertion .timeline-content h4 {
  color: #222 !important;
}

.white-vertion .timeline-content p {
  color: #555 !important;
}

/* Portfolio Modal - paragraphs */
.white-vertion .mh-portfolio-modal-img p {
  color: #444 !important;
}

/* Timeline Year badge */
.white-vertion .timeline-year {
  background: #0bceaf;
  color: #fff !important;
}

/* Institution links */
.white-vertion .institution-link {
  color: #0bceaf !important;
}

.white-vertion .institution-link:hover {
  color: #099d89 !important;
}

.white-vertion .company-name-link {
  color: #0bceaf !important;
}

.white-vertion .timeline-year-inline {
  color: #999 !important;
}

.white-vertion .company-logo-wrap {
  border-color: rgba(11, 206, 175, 0.4);
  background: rgba(0,0,0,0.05);
}

.white-vertion .timeline-content h4 {
  color: #333 !important;
}

.white-vertion .timeline-summary-detail {
  color: #666 !important;
  border-bottom-color: rgba(0,0,0,0.08);
}

/* Timeline content background */
.white-vertion .timeline-content {
  background-color: #f9f9f9;
}

.white-vertion .timeline-content::before {
  border-right-color: #f9f9f9;
}

.white-vertion .timeline-content:hover::before {
  border-right-color: #f0f0f0;
}

/* Timeline dot border */
.white-vertion .timeline-dot {
  border-color: #f5f5f5;
}

/* Timeline scroll indicator - sombra más sutil para modo claro */
.white-vertion .timeline-scroll-container::after {
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.95));
  height: 30px;
}


/* Responsibility label */
.white-vertion .responsibility-label {
  color: #666 !important;
}

/* Work responsibility list */
.white-vertion .work-responsibility li {
  color: #555 !important;
}

/* Skills cards */
.white-vertion .skill-card {
  background: #f9f9f9;
  color: #333;
}

.white-vertion .skill-card h4 {
  color: #222 !important;
}

/* Portfolio Modal - Lista items */
.white-vertion .mh-portfolio-modal-img ul li {
  color: #444 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.white-vertion .mh-portfolio-modal-img ul li strong {
  color: #0bceaf !important;
}

/* Portfolio Modal - Background */
.white-vertion .mh-portfolio-modal-img {
  background: #fff;
}


.white-vertion .mh-footer .contact-message:focus {
  -webkit-box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
  box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
}

.white-vertion .mh-footer-2 .form-control {
  -webkit-box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
  box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
}

.white-vertion .mh-footer-2 .form-control:focus {
  -webkit-box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
  box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
}

.white-vertion .mh-footer-2 .contact-message {
  -webkit-box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
  box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
}

.white-vertion .mh-footer-2 .contact-message:focus {
  -webkit-box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
  box-shadow: 0 0px 1px 0 rgba(40, 40, 40, 0.8), 0 0px 1px 0px rgba(40, 40, 40, 0.8);
}

.white-vertion .mh-blog .mh-blog-item .blog-inner h2 a {
  color: #202026;
}

.white-vertion .shadow-1 {
  -webkit-box-shadow: 0px 10px 20px 4px #00000015;
          box-shadow: 0px 10px 20px 4px #00000015;
}

.white-vertion .mh-pricing .mh-pricing {
  -webkit-box-shadow: 0px 10px 20px 4px #00000015;
          box-shadow: 0px 10px 20px 4px #00000015;
}

.white-vertion .mh-blog .mh-blog-item {
  -webkit-box-shadow: 0px 10px 20px 4px #00000015;
          box-shadow: 0px 10px 20px 4px #00000015;
}

.white-vertion .mh-experince .mh-education-deatils .mh-education-item {
  -webkit-box-shadow: 0px 10px 20px 4px #00000015;
          box-shadow: 0px 10px 20px 4px #00000015;
}

.white-vertion .mh-work .mh-experience-deatils .mh-work-item {
  -webkit-box-shadow: 0px 10px 20px 4px #00000015;
          box-shadow: 0px 10px 20px 4px #00000015;
}

.white-vertion .mh-testimonial .mh-client-item {
  -webkit-box-shadow: 0px 10px 20px 4px #00000015;
          box-shadow: 0px 10px 20px 4px #00000015;
}

.white-vertion.home-slider .mh-home .img-border {
  border: 20px solid rgba(0, 0, 0, 0.52);
}

.white-vertion.home-slider .mh-home .img-border {
  border-color: rgba(0, 0, 0, 0.62);
}

.white-vertion.home-slider .mh-home .hero-img img {
  border-color: rgba(0, 0, 0, 0.4);
}

.white-vertion.home-slider .img-color-overlay {
  background-color: rgba(255, 247, 247, 0.6);
}

.white-vertion.home-slider .mh-black-header .img-color-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.white-vertion.home-slider .mh-black-header h2, .white-vertion.home-slider .mh-black-header h4, .white-vertion.home-slider .mh-black-header ul li, .white-vertion.home-slider .mh-black-header a, .white-vertion.home-slider .mh-black-header address {
  color: #fff;
}

.white-vertion.home-video .mh-black-header .img-color-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.white-vertion.home-video .mh-black-header h2, .white-vertion.home-video .mh-black-header h4, .white-vertion.home-video .mh-black-header ul li, .white-vertion.home-video .mh-black-header a, .white-vertion.home-video .mh-black-header address {
  color: #fff;
  opacity: 0.9;
}

.white-vertion .mh-header.white-header.nav-strict .navbar-nav li a {
  color: #000;
}

.white-vertion .mh-header.white-header.nav-strict .navbar-nav li.active a {
  border-color: #000;
}

.white-vertion .mh-header.white-header .navbar-nav li a {
  color: #fff;
  opacity: 0.9;
}

.white-vertion .mh-header.white-header .navbar-nav li.active a {
  border-color: #fff;
}

.dark-vertion {
  opacity: 0.9;
}

.dark-vertion.black-bg {
  background-color: #100e17;
}

.dark-vertion .section-loader {
  background: #100e17;
}

.dark-vertion ::-webkit-input-placeholder {
  color: #fff;
}

.dark-vertion :-ms-input-placeholder {
  color: #fff;
}

.dark-vertion ::-ms-input-placeholder {
  color: #fff;
}

.dark-vertion ::placeholder {
  color: #fff;
}

.dark-vertion a {
  color: #fff;
}

.dark-vertion h2 {
  color: #fff;
}

.dark-vertion h3 {
  color: #fff;
}

.dark-vertion h4 {
  color: #fff;
}

.dark-vertion h5 {
  color: #fff;
}

.dark-vertion h6 {
  color: #fff;
}

.dark-vertion p {
  color: #fff;
}

.dark-vertion address {
  color: #fff;
}

.dark-vertion span {
  color: #fff;
}

.dark-vertion div {
  color: #fff;
}

.dark-vertion ul li {
  color: #fff;
}

.dark-vertion .form-control {
  color: #fff;
}

.dark-vertion .contact-message {
  color: #fff;
}

.dark-vertion .nav-strict {
  background-color: #202026;
}

.dark-vertion.home-video .img-color-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.dark-vertion .img-color-overlay {
  background-color: rgba(0, 0, 0, 0.25);
}

.dark-vertion .img-color-overlay-proyects {
  background-color: rgba(0, 0, 0, 0.9);
}

.dark-vertion .mh-home .mh-header-info .social-icon li .fa:hover {
  background-color: #fff;
}

.dark-vertion .page-item.active .page-link {
  background-color: #fff;
  border-color: #fff;
  color: #0bceaf;
}

.dark-vertion .navbar-toggler .icon,
.dark-vertion .navbar-toggler .icon::after,
.dark-vertion .navbar-toggler .icon::before {
  background-color: #fff;
}

.dark-vertion .mh-header .navbar-nav li.active a {
  border-color: #fff;
  padding-right: 0;
  padding-left: 0;
}

.dark-vertion .mh-header.nav-3 .navbar-nav li.active a {
  border-color: transparent;
}

.dark-vertion .mh-footer .form-control {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.dark-vertion .mh-footer .form-control:focus {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.dark-vertion .mh-footer .contact-message {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.dark-vertion .mh-footer .contact-message:focus {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.dark-vertion .mh-footer-2 .form-control {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.dark-vertion .mh-footer-2 .form-control:focus {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.dark-vertion .mh-footer-2 .contact-message {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.dark-vertion .mh-footer-2 .contact-message:focus {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.dark-vertion .mh-work .mh-experience-deatils .mh-work-item {
  -webkit-box-shadow: -1rem 0 3rem #000;
  box-shadow: -1rem 0 3rem #000;
}

.dark-vertion .mh-pricing .mh-pricing {
  -webkit-box-shadow: -1rem 0 3rem #000;
  box-shadow: -1rem 0 3rem #000;
}

.dark-vertion .mh-blog .mh-blog-item {
  -webkit-box-shadow: -1rem 0 3rem #000;
  box-shadow: -1rem 0 3rem #000;
}

.dark-vertion .mh-footer-address .mh-address-footer-item {
  -webkit-box-shadow: -1rem 0 3rem #000;
  box-shadow: -1rem 0 3rem #000;
}

.dark-vertion .mh-experince .mh-education-deatils .mh-education-item {
  -webkit-box-shadow: -1rem 0 3rem #000;
  box-shadow: -1rem 0 3rem #000;
}

.dark-vertion .mh-service .mh-service-item {
  -webkit-box-shadow: -1rem 0 3rem #000;
  box-shadow: -1rem 0 3rem #000;
}

.dark-vertion .mh-home .hero-img img {
  border: 20px solid rgba(0, 0, 0, 0.4);
}

.dark-vertion .mh-home .img-border {
  border: 20px solid rgba(0, 0, 0, 0.9);
}

.dark-vertion .candidatos .parcial .progressBar {
  background: rgba(199, 198, 198, 0.6);
}

.dark-vertion .mh-progress path:nth-child(1) {
  stroke: rgba(255, 255, 255, 0.5);
}

.dark-vertion.home-slider .mh-home .img-border {
  border-color: rgba(255, 255, 255, 0.52);
}

.dark-vertion.home-slider .mh-home .hero-img img {
  border-color: rgba(255, 255, 255, 0.4);
}

.home-slider .mh-home .img-border {
  border: 20px solid rgba(0, 0, 0, 0.52);
}

.home-slider .img-color-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
  position: relative;
}

.home-video .mh-home .img-border {
  border: 20px solid rgba(0, 0, 0, 0.52);
}

.mh-rtl {
  text-align: right;
}

.mh-rtl .mh-work .mh-experience-deatils
.mh-work-item .work-responsibility
li .fa {
  margin-left: 10px;
}

.mh-rtl .mh-blog-post-info ul li strong {
  margin-left: 6px;
}

.mh-rtl .mh-footer .form-control {
  text-align: right;
}

.mh-rtl .mh-footer .contact-message {
  text-align: right;
}

/*
    ==============
    Navigation
    ==============
*/
/*---------------------------------------------------------------------*/
/* Loader 
/*---------------------------------------------------------------------*/
.section-loader {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
}

.section-loader .loader {
  position: relative;
}

.section-loader .loader div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.section-loader .loader div:nth-child(1) {
  border-color: #E91E63;
}

.section-loader .loader div:nth-child(2) {
  border-color: #0dbda1;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.section-loader .loader {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

@keyframes loader {
  0% {
    top: 94px;
    left: 94px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 57px;
    left: 57px;
    width: 74px;
    height: 74px;
    opacity: 0;
  }
}

@-webkit-keyframes loader {
  0% {
    top: 94px;
    left: 94px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 57px;
    left: 57px;
    width: 74px;
    height: 74px;
    opacity: 0;
  }
}

/*
    ==============
       Navigation
    ==============
*/
.mh-nav {
  width: 100%;
}

.mh-header {
  padding: 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mh-header.nav-strict {
  padding: 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mh-header .navbar-nav li {
  margin: 0 20px;
}

.mh-header .navbar-nav li a {
  border-bottom: 1px solid transparent;
  font-weight: bold;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  opacity: 1;
  line-height: 30px;
}

.mh-header .navbar-nav li a.nav-link {
  padding-left: 0;
  padding-right: 0;
}

.mh-header .navbar-nav li a:hover {
  color: #0bceaf;
}

.nav-3 .navbar-dark .navbar-nav .nav-link a {
  color: rgba(255, 255, 255, 0.7);
}

.nav-3 .navbar-dark .navbar-nav .nav-link.active a {
  color: rgba(255, 255, 255, 0.7);
}

.nav-3 .navbar-nav {
  padding-top: 30px;
}

.home-padding {
  padding: 180px 0;
}

/*
    ==============
       Navigation
    ==============
*/
.mh-home-2 .mh-header-info {
  text-align: center;
  padding-top: 100px;
}

.mh-home-2 .mh-header-info .hero-img {
  margin-bottom: 30px;
}

.mh-home-2 .mh-header-info .hero-img img {
  border: 0px solid #fff;
  border-radius: 50%;
}

.mh-home-2 .mh-header-info h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  margin-top: 10px;
  margin-bottom: 0px;
  opacity: 0.9;
}

.mh-home-2 .mh-header-info h4 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  opacity: 0.9;
}

.mh-home-2 .mh-header-info p {
  padding: 0 120px;
  font-weight: 300;
}

.mh-home-2 .mh-header-info ul li {
  margin: 10px 6px;
}

.mh-home-2 .mh-header-info ul.mh-home-contact {
  margin-bottom: 15px;
}

.mh-home-2 .mh-header-info ul.mh-home-contact li {
  display: inline-block;
  margin: 10px 15px;
}

.mh-home-2 .mh-header-info ul.mh-home-contact li .fa {
  margin-right: 10px;
}

.mh-home-2 .mh-header-info ul.mh-home-contact li:hover .fa {
  color: #0bceaf;
}

.mh-home-2 .mh-header-info .mh-about-tag {
  width: 60%;
  margin: 0 auto;
}

.mh-home-2 .mh-header-info .mh-about-tag ul li {
  margin: 6px;
}

/*
    ==============
       HOME
    ==============
*/
.mh-home .mh-header-info {
  padding-top: 100px;
}

.mh-home .mh-header-info .mh-promo {
  margin-bottom: 30px;
}

.mh-home .mh-header-info .mh-promo span {
  background-color: #0bceaf;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
}

.mh-home .mh-header-info h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 65px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mh-home .mh-header-info h4 {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 30px;
}

.mh-home .mh-header-info ul {
  margin-top: 20px;
}

.mh-home .mh-header-info ul li {
  margin: 10px 0;
}

.mh-home .mh-header-info ul li .fa {
  margin-right: 15px;
  display: inline-block;
}

.mh-home .mh-header-info ul li address {
  display: inline-block;
}

.mh-home .mh-header-info ul li:hover .fa {
  color: #0bceaf;
}

.mh-home .mh-header-info .social-icon {
  margin-top: 0;
}

.mh-home .mh-header-info .social-icon li .fa {
  font-size: 18px;
  line-height: 30px;
  padding: 4px 14px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}

.mh-home .mh-header-info .social-icon li .fa:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mh-home .mh-header-info .social-icon li a {
  font-size: 25px;
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 0;
  margin-right: 0;
  border-radius: 50%;
}

.mh-home .hero-img {
  margin: 0 auto;
  float: none;
  margin-top: 30px;
  text-align: center;
}

.mh-home .hero-img img {
  margin: 0 auto;
  float: none;
  text-align: center;
  border: 20px solid rgba(0, 0, 0, 0.17);
  border-radius: 50%;
}

.mh-home .img-border {
  height: 400px;
  width: 400px;
  border: 20px solid rgba(0, 0, 0, 0.07);
  margin: 0 auto;
  border-radius: 50%;
}

.mh-featured-project-img img {
  width: inherit !important;
  margin: 0 auto;
}

.mh-single-project-slide-by-side {
  margin: 0 auto;
}

/*
    ==============
       ABOUT
    ==============
*/

/* Make the row stretch columns equally */
.mh-about .section-separator {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

/* Image column fills full height */
.mh-about .col-md-6:first-child {
  display: flex;
}

.mh-about .mh-about-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
}

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

/* On small screens, let image be natural height */
@media (max-width: 767px) {
  .mh-about .section-separator {
    flex-direction: column;
  }
  .mh-about .mh-about-img {
    max-height: 400px;
    margin-bottom: 30px;
  }
}

.mh-about .mh-about-inner {
  padding-left: 50px;
}

.mh-about .mh-about-inner h2 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.mh-about .mh-about-inner p {
  margin-bottom: 30px;
}

.mh-about .mh-about-inner .btn {
  margin-top: 20px;
}

.mh-about .mh-about-inner .btn .fa {
  margin-left: 10px;
}

.mh-about-tag {
  word-break: break-all;
  margin-bottom: 10px;
  margin-top: 10px;
}

.mh-about-tag ul li {
  margin: 0px 6px;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 4px 0px;
  display: inline-block;
}

.mh-about-tag ul li span {
  border: 1px solid #0bceaf;
  padding: 4px 10px;
  border-radius: 4px;
}

.mh-about-tag ul li span:hover {
  background-color: transparent !important;
}

/*
    ==============
       SKILLS
    ==============
*/
.mh-skills .mh-professional-skill {
  padding-right: 60px;
}

.mh-skills .mh-professional-skill h3 {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}

.mh-professional-skills {
  padding-left: 20%;
}

.mh-professional-skills h3 {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}

.mh-professional-progress li {
  display: inline-block;
  margin: 0 auto;
  float: none;
  width: 48%;
  margin-bottom: 30px;
  text-align: center;
}

.mh-progress {
  margin-bottom: 10px;
  font: 900 1.1428571429em/1 Cinzel, cursive;
}

.mh-progress .progressbar-text {
  color: inherit !important;
}

.progress.progress-line {
  height: 10px;
  margin-right: 60px;
}

.progress.progress-line .progressbar-text {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 60px;
  -webkit-transform: translateY(-35%);
  transform: translateY(-35%);
  text-align: center;
}

.mh-progress.mh-progress-circle {
  display: inline-block;
  width: 100px;
  height: 100px;
}

.mh-progress path:nth-child(1) {
  stroke: rgba(0, 0, 0, 0.7);
}

.mh-progress path:nth-child(2) {
  stroke: #0bceaf;
}

.candidatos {
  position: relative;
  margin-bottom: 15px;
}

.candidatos .parcial {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.candidatos .parcial .info {
  position: relative;
}

.candidatos .parcial .info .nome {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.9;
}

.candidatos .parcial .info .eleito, .candidatos .parcial .info .segundo-turno {
  padding: 0 5px 2px 5px;
  border-radius: 2px;
}

.candidatos .parcial .info .percentagem-num {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: normal;
}

.candidatos .parcial .progressBar {
  position: relative;
  width: 100%;
  height: 7px;
  margin: 30px 0 2px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.candidatos .parcial .percentagem {
  position: absolute;
  top: 0;
  left: 0;
  height: 7px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #0bceaf;
  -webkit-transition: 3s all;
  -webkit-animation-duration: 3s;
  -webkit-animation-name: animationProgress;
}

.candidatos .parcial .partidas {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.percentual {
  -webkit-animation-name: animationProgress;
          animation-name: animationProgress;
}

@-webkit-keyframes animationProgress {
  from {
    width: 0;
  }
}

@keyframes animationProgress {
  from {
    width: 0;
  }
}

/*
    ==============
      EXPERIENCES
    ==============
*/

/*
    ==============
      EXPERIENCES TIMELINE
    ==============
*/
.mh-experince h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 40px;
}

/* Timeline Scroll Container - Limita la altura para mostrar ~2 tarjetas */
.timeline-scroll-container {
  max-height: 650px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  position: relative;
}

/* Personalizar scrollbar */
.timeline-scroll-container::-webkit-scrollbar {
  width: 6px;
}

.timeline-scroll-container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}

.timeline-scroll-container::-webkit-scrollbar-thumb {
  background: #0bceaf;
  border-radius: 10px;
  transition: background 0.3s ease;
}

.timeline-scroll-container::-webkit-scrollbar-thumb:hover {
  background: #099d89;
}

/* Timeline Wrapper - Contenedor de los items */
.timeline-wrapper {
  position: relative;
  padding-left: 40px;
}

/* Línea vertical de la timeline */
.timeline-wrapper::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #0bceaf 0%, rgba(11, 206, 175, 0.3) 100%);
}

/* Timeline Item - Cada entrada en la línea de tiempo */
.timeline-item {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.timeline-item:last-child {
  margin-bottom: 20px;
}

/* Timeline Dot - El punto en la línea de tiempo */
.timeline-dot {
  position: absolute;
  left: -31px;
  top: 8px;
  width: 16px;
  height: 16px;
  background: #0bceaf;
  border-radius: 50%;
  border: 3px solid #1a1a1a;
  z-index: 2;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 0 rgba(11, 206, 175, 0.4);
  animation: pulse-dot 2s infinite;
}

.timeline-dot::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Animación del punto */
@keyframes pulse-dot {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(11, 206, 175, 0.4);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(11, 206, 175, 0);
  }
}

/* Hover effect en timeline item */
.timeline-item:hover .timeline-dot {
  transform: scale(1.3);
  box-shadow: 0 0 0 4px rgba(11, 206, 175, 0.3);
}

.timeline-item:hover .timeline-dot::after {
  opacity: 1;
}

/* Timeline Content - Contenido de cada tarjeta */
.timeline-content {
  padding: 25px 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  transition: all 0.3s ease;
}

/* Flecha que apunta a la línea de tiempo */
.timeline-content::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent #2a2a2a transparent transparent;
  transition: border-color 0.3s ease;
}

/* Hover effect */
.timeline-content:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 25px rgba(11, 206, 175, 0.3);
}

.timeline-content:hover::before {
  border-right-color: #333;
}

/* Timeline Year - Año/periodo */
.timeline-year {
  display: inline-block;
  padding: 4px 12px;
  background: #0bceaf;
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

/* New: timeline header row with logo */
.timeline-header-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

/* Company logo wrapper */
.company-logo-wrap {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(11, 206, 175, 0.3);
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-logo-fallback {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0bceaf, #0aa890);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Company info block (right of logo) */
.company-info {
  flex: 1;
  min-width: 0;
}

/* Company name + date on same row */
.company-name-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 4px;
}

.company-name-link {
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #0bceaf !important;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 0 !important;
}

.company-name-link:hover {
  color: #fff !important;
}

/* Inline year badge */
.timeline-year-inline {
  font-size: 11px;
  font-weight: 500;
  color: #888;
  white-space: nowrap;
  letter-spacing: 0.3px;
}

/* Estilos para los títulos en timeline */
.timeline-content h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 2px;
  color: #fff;
}

.timeline-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 12px;
  color: #bbb;
}

/* Institution Link - Enlaces a instituciones */
.institution-link {
  font-style: italic;
  font-size: 15px;
  color: #0bceaf !important;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  margin-bottom: 8px;
}

.institution-link:hover {
  color: #fff !important;
  transform: translateX(3px);
}

/* Summary detail inside collapsible */
.timeline-summary-detail {
  font-size: 13px;
  line-height: 21px;
  color: #aaa;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* Responsibility Label */
.responsibility-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #999;
  margin-top: 12px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Work Responsibility List */
.work-responsibility {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.work-responsibility li {
  font-size: 14px;
  line-height: 26px;
  margin: 4px 0;
  color: #bbb;
  padding-left: 20px;
  position: relative;
}

.work-responsibility li .fa-circle {
  position: absolute;
  left: 0;
  top: 11px;
  font-size: 6px;
  color: #0bceaf;
}

/* ==============================
   COLLAPSIBLE TIMELINE DETAILS
   ============================== */

/* Summary text - always visible */
.timeline-summary {
  font-size: 14px;
  line-height: 22px;
  color: #aaa;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* Collapsible details container */
.timeline-details {
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, padding 0.4s ease;
  max-height: 2000px;
  opacity: 1;
  padding-top: 14px;
}

.timeline-details.collapsed {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
}

/* Clickable header */
.timeline-clickable {
  cursor: pointer;
  border-radius: 6px;
  padding: 8px 6px;
  margin: -8px -6px;
  transition: background 0.25s ease;
  user-select: none;
}

.timeline-clickable:hover {
  background: rgba(11, 206, 175, 0.06);
}

/* Chevron icon on the right */
.header-chevron {
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 10px;
  color: #0bceaf;
  font-size: 12px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease;
  align-self: center;
}

.timeline-clickable.open .header-chevron {
  transform: rotate(180deg);
}

.timeline-clickable.open .company-logo-wrap {
  border-color: rgba(11, 206, 175, 0.6);
  box-shadow: 0 0 0 3px rgba(11, 206, 175, 0.12);
}

/* White theme overrides for collapsible */
.white-vertion .timeline-summary {
  color: #666;
  border-bottom-color: rgba(0, 0, 0, 0.08);
}

.white-vertion .timeline-clickable:hover {
  background: rgba(11, 206, 175, 0.07);
}

.white-vertion .header-chevron {
  color: #0bceaf;
}

/* Ajustes para mh-education y mh-work */
.mh-education {
  padding-right: 15px;
}

/* ==============================
   EDUCATION CARD ROW - diseño limpio dentro de tarjeta timeline
   ============================== */

.edu-card-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Logo circular */
.edu-logo-wrap {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  border: 1.5px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}

.edu-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.edu-logo-fallback {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0bceaf, #0aa890);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Info block */
.edu-info {
  flex: 1;
  min-width: 0;
}

/* Nombre institución + año en la misma fila */
.edu-name-date {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.edu-institution-link {
  font-size: 15px;
  font-weight: 600;
  color: #fff !important;
  text-decoration: none;
  transition: color 0.25s ease;
  line-height: 1.3;
}

.edu-institution-link:hover {
  color: #0bceaf !important;
}

.edu-year {
  font-size: 12px;
  color: #777;
  white-space: nowrap;
  flex-shrink: 0;
}

.edu-degree {
  font-size: 13px;
  color: #aaa;
  margin: 0;
  line-height: 1.4;
}

/* White theme */
.white-vertion .edu-logo-wrap {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.04);
}

.white-vertion .edu-institution-link {
  color: #222 !important;
}

.white-vertion .edu-institution-link:hover {
  color: #0bceaf !important;
}

.white-vertion .edu-year {
  color: #999;
}

.white-vertion .edu-degree {
  color: #666;
}



.mh-work {
  padding-left: 15px;
}

/* Indicador de scroll al final */
.timeline-scroll-container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 10px;
  height: 40px;
  background: linear-gradient(to bottom, transparent, rgba(26, 26, 26, 0.95));
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.timeline-scroll-container:not(:hover)::after {
  opacity: 1;
}

/* Dark background para las tarjetas */
.dark-vertion .timeline-content {
  background-color: #2a2a2a;
}

.dark-vertion .timeline-content::before {
  border-right-color: #2a2a2a;
}

.dark-vertion .timeline-content:hover::before {
  border-right-color: #333;
}

.dark-vertion .timeline-dot {
  border-color: #1a1a1a;
}

/* Responsive Design */
@media (max-width: 991px) {
  .mh-education {
    padding-right: 0;
    margin-bottom: 60px;
  }
  
  .mh-work {
    padding-left: 0;
  }
  
  .timeline-scroll-container {
    max-height: 550px;
  }
}

@media (max-width: 767px) {
  .timeline-wrapper {
    padding-left: 30px;
  }
  
  .timeline-wrapper::before {
    left: 10px;
  }
  
  .timeline-dot {
    left: -26px;
    width: 14px;
    height: 14px;
  }
  
  .timeline-content {
    padding: 20px 20px;
  }
  
  .timeline-content::before {
    left: -8px;
    border-width: 6px 8px 6px 0;
  }
  
  .timeline-scroll-container {
    max-height: 500px;
  }
  
  .timeline-year {
    font-size: 11px;
    padding: 3px 10px;
  }
}


/*
    ==============
      Portfolio
    ==============
*/
.portfolio-nav {
  margin: 0 auto;
  margin-bottom: 40px;
}

.portfolio-nav ul {
  margin: 0 auto;
  float: none;
  text-align: center;
}

.portfolio-nav ul li {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}

.portfolio-nav ul li:hover {
  color: #0bceaf;
}

.portfolio-nav ul li.active {
  color: #0bceaf;
}

/* 
   Los estilos de .mh-portfolio-modal están ahora al final del archivo 
   en la sección "PORTFOLIO CAROUSEL CON MODALES - ESTILOS CORREGIDOS Y OPTIMIZADOS"
*/

.mix {
  display: none;
}

/*
    ==============
       Pricing
    ==============
*/
.mh-pricing .mh-pricing {
  padding: 30px 0;
  text-align: center;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 30px;
  border-radius: 4px;
}

.mh-pricing .mh-pricing:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mh-pricing .mh-pricing:hover .btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #0ab69a;
}

.mh-pricing .mh-pricing .fa {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #7af8e4;
}

.mh-pricing .mh-pricing h4 {
  margin-bottom: 10px;
  margin-top: 20px;
}

.mh-pricing .mh-pricing h5 {
  font-size: 36px;
  line-height: 40px;
  color: #0bceaf;
  margin-bottom: 20px;
  margin-top: 20px;
}

.mh-pricing .mh-pricing span {
  opacity: 0.8;
}

.mh-pricing .mh-pricing ul {
  margin: 30px 0;
}

.mh-pricing .mh-pricing ul li {
  margin: 2px 0;
}

.mh-pricing .mh-pricing .btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*
    ==============
       BLOG
    ==============
*/
.mh-blog .mh-blog-item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px 10px 0px 0px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 30px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.mh-blog .mh-blog-item:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mh-blog .mh-blog-item .blog-inner {
  padding: 0px 20px;
  padding-bottom: 30px;
}

.mh-blog .mh-blog-item .blog-inner h2 a {
  color: #fff;
}

.mh-blog .mh-blog-item .blog-inner a {
  color: #0bceaf;
}

.mh-blog .mh-blog-item img {
  margin-bottom: 30px;
}

.mh-blog .mh-blog-item h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.mh-blog .mh-blog-item h2 a {
  color: #0bceaf;
}

.mh-blog .mh-blog-item h2 a:hover {
  color: #0ac4a7;
}

/*
    ==============
       MH VIDEO
    ==============
*/
.mh-video .each-video {
  padding-top: 30px;
  padding-bottom: 30px;
}

.mh-video .each-video p {
  margin-top: 20px;
  padding: 0 160px;
}

.mh-video .each-video .fa {
  background-color: #fff;
  border-radius: 50%;
  color: black;
  height: 40px;
  width: 40px;
  margin-top: 20px;
  line-height: 40px;
  text-align: center;
}

/*
    ==============
       QUATES
    ==============
*/
.mh-quates .each-quates {
  padding-top: 30px;
  padding-bottom: 30px;
}

.mh-quates .each-quates p {
  margin-top: 20px;
}

.mh-quates .each-quates .fa {
  background-color: #fff;
  border-radius: 50%;
  color: black;
  height: 40px;
  width: 40px;
  margin-top: 20px;
  line-height: 40px;
  text-align: center;
}

/*
    ==============
       VIDEO
    ==============
*/
.mh-video .each-video {
  padding: 30px 0;
}

.mh-video .each-video p {
  margin-top: 20px;
}

.mh-video .each-video .fa {
  background-color: #fff;
  border-radius: 50%;
  color: black;
  height: 40px;
  width: 40px;
  margin-top: 20px;
  line-height: 40px;
  text-align: center;
}

/*
    =================
       TESTIMONIAL
    =================
*/
.mh-testimonial.mh-single-testimonial .mh-client-item p {
  padding: 0 160px;
  margin: 60px 0;
}

.mh-testimonial.mh-2-testimonial .mh-client-item p {
  padding: 0 0px;
  margin: 20px 0;
}

.mh-testimonial .mh-client-item {
  margin: 0 auto;
  float: none;
  text-align: center;
  padding: 30px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.mh-testimonial .mh-client-item img {
  width: inherit;
  float: none;
  margin: 0 auto;
  border: 5px solid #0bceaf;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 50%;
}

.mh-testimonial .mh-client-item p {
  margin: 10px 0;
}

.mh-testimonial .mh-client-item p::before {
  content: open-quote;
  margin-right: 6px;
  font-size: 20px;
}

.mh-testimonial .mh-client-item p::after {
  content: close-quote;
  margin-left: 6px;
  font-size: 20px;
}

.mh-testimonial .mh-client-item h4 {
  font-size: 16px;
  line-height: 25px;
  margin-top: 30px;
  margin-bottom: 0;
}

.mh-testimonial .mh-client-item span {
  font-size: 14px;
  line-height: 24px;
}

.mh-testimonial .each-client-item {
  margin: 30px 20px;
}

.mh-testimonial .owl-controls .owl-nav {
  display: none !important;
}

.mh-testimonial .owl-controls .owl-dots {
  padding-left: 15px;
  margin-top: 30px;
  text-align: center;
}

.mh-testimonial .owl-controls .owl-dots .owl-dot {
  height: 15px;
  width: 15px;
  border: 1px solid #0bceaf;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

.mh-testimonial .owl-controls .owl-dots .owl-dot.active {
  background-color: #0bceaf;
}

/*
    ==============
      FOOTER ONE
    ==============
*/
.mh-footer ::-webkit-input-placeholder {
  opacity: 0.9;
}
.mh-footer :-ms-input-placeholder {
  opacity: 0.9;
}
.mh-footer ::-ms-input-placeholder {
  opacity: 0.9;
}
.mh-footer ::placeholder {
  opacity: 0.9;
}

.mh-footer .form-control {
  padding: 20px;
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.mh-footer .form-control:focus {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  border-color: transparent;
}

.mh-footer .contact-message {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  background-color: transparent;
  border-color: transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  width: 100%;
  padding: 20px;
  outline: 0;
}

.mh-footer .contact-message:focus {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  border-color: transparent;
}

/*
    ==============
       MAP
    ==============
*/
.mh-map {
  padding: 0px;
  margin-top: 10px;
}

.mh-map #mh-map {
  height: 400px;
  width: 100%;
}

/*
    ============
    Footer Address
    ==============
*/
.mh-footer-address {
  margin-bottom: 60px;
}

.mh-footer-address .mh-address-footer-item {
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 4px;
}

.mh-footer-address .mh-address-footer-item h4 {
  margin-bottom: 20px;
}

.mh-footer-address .mh-address-footer-item address {
  margin-bottom: 0;
}

.mh-footer-address .mh-address-footer-item .each-icon {
  margin-bottom: 30px;
}

.mh-footer-address .mh-address-footer-item .each-icon .fa {
  text-align: center;
  width: 100px;
  height: 100px;
  border: 1px solid;
  border-radius: 50%;
  line-height: 100px;
  font-size: 20px;
  border-color: #0bceaf;
}

/*
====================
    Subpage
====================
*/
.mh-page-title {
  padding-top: 100px;
}

.mh-page-title h2 {
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

.nav-strict {
  z-index: 99;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.mh-fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

/*
====================
    FOOTER 3
====================
*/
.mh-footer-2 .form-control {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 20px;
  height: 50px;
  line-height: 50px;
}

.mh-footer-2 .form-control:focus {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  background-color: transparent;
}

.mh-footer-2 .contact-message {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.mh-footer-2 .contact-message:focus {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  background-color: transparent;
}

.mh-copyright {
  margin-top: 60px;
}

/*
==================
    FOOTER 3
=================
*/
.mh-footer-3 .mh-footer-address .mh-address-footer-item {
  padding: 10px 30px;
  text-align: center;
  margin-bottom: 15px;
}

.mh-footer-3 .mh-footer-address .mh-address-footer-item h4 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.mh-footer-3 .mh-footer-address .mh-address-footer-item .each-info {
  padding-left: 40px;
  text-align: left;
}

.mh-footer-3 .form-control {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 20px;
  height: 50px;
  line-height: 50px;
}

.mh-footer-3 .form-control:focus {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  background-color: transparent;
}

.mh-footer-3 .contact-message {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.mh-footer-3 .contact-message:focus {
  -webkit-box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 2px 0 rgba(255, 255, 255, 0.8), 0 0px 1px 1px rgba(255, 255, 255, 0.8);
  background-color: transparent;
}

/*
===============
    Mobile Nav
==============
*/
.old {
  /*==============
                Overlay            
      ================== */
  /*  Navigation Menu */
}

.old .navbar-collapse {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 320px;
  left: 0;
  z-index: 990;
  margin-top: 0px;
  padding: 0;
  background-color: #0bceaf;
  transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: none;
}

.old .navbar-collapse.show {
  transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
}

.old .collapse {
  display: block;
}

.old .navbar-fixed-bottom .navbar-collapse,
.old .navbar-fixed-top .navbar-collapse {
  max-height: inherit;
}

.old .navbar-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  margin-top: 0px;
  left: 0;
}

.old .navbar-toggler .icon {
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
}

.old .navbar-toggler .icon,
.old .navbar-toggler .icon::after,
.old .navbar-toggler .icon::before {
  width: 22px;
  height: 2px;
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.old .navbar-toggler .icon::after,
.old .navbar-toggler .icon::before {
  content: '';
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.old .navbar-toggler .icon::after {
  transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
}

.old .navbar-toggler .icon::before {
  transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
}

.old .navbar-toggler.active .icon::after {
  transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
  -o-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
  -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
  -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
}

.old .navbar-toggler.active .icon::before {
  transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
  -o-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
  -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
  -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
}

.old .navbar-toggler.active .icon::after,
.old .navbar-toggler.active .icon::before {
  background-color: #fff;
}

.old .navbar-toggler.active .icon {
  background-color: transparent;
}

.old .navbar-toggler:focus {
  outline: 0 !important;
}

.old .strict {
  background-color: rgba(0, 0, 0, 0.9);
  padding-bottom: 65px;
}

.old .navbar-toggler {
  padding: 15px;
  margin-right: 15px;
  margin-left: 20%;
  margin-top: 15px;
  z-index: 1000;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}

.old .navbar-header .navbar-toggler .icon-bar {
  background-color: #0bceaf;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.old .navbar-header .navbar-toggler.active .icon-bar {
  background-color: #fff;
}

.old .overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 3;
}

.old .overlay.active {
  display: block;
}

.old .navbar-collapse {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 320px;
  left: 0;
  z-index: 990;
  margin-top: 0px;
  padding: 0;
  background-color: #0bceaf;
  transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: none;
}

.old .navbar-collapse .nav {
  margin-top: 75px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
}

.old .navbar-collapse .nav li {
  text-align: center;
  margin-bottom: 0px;
  width: 100%;
  display: block;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate3d(-20px, -10px, 0);
          transform: translate3d(-20px, -10px, 0);
}

.old .navbar-collapse .nav li a {
  background-color: transparent;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 26px;
}

.old .navbar-collapse .nav li a:hover {
  color: white !important;
  background: transparent;
}

.old .navbar-collapse .nav li a.active {
  color: #fff;
}

.old .navbar-collapse .nav li.active {
  color: #fff;
}

.old .navbar-collapse.active {
  transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
}

.old .collapse.in {
  background-color: rgba(0, 0, 0, 0.9);
}

.old .navbar-dark .navbar-toggler {
  border-color: transparent;
}

.old .navbar-dark .navbar-toggler-icon {
  background-image: inherit;
}

.new {
  z-index: 99;
  /*-------------------------------*/
  /*            Overlay            */
  /*-------------------------------*/
  /*  Navigation Menu */
}

.new .nav-btn .navbar-toggler.active {
  display: none;
}

.new .navbar-collapse {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 320px;
  left: 0;
  z-index: 990;
  margin-top: 0px;
  padding: 0;
  background-color: #0bceaf;
  transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: none;
}

.new .navbar-collapse.active {
  transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
}

.new .collapse {
  display: block;
}

.new .navbar-fixed-bottom .navbar-collapse,
.new .navbar-fixed-top .navbar-collapse {
  max-height: inherit;
}

.new .navbar-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  margin-top: 0px;
  left: 0;
}

.new .navbar-toggler .icon {
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
}

.new .navbar-toggler .icon,
.new .navbar-toggler .icon::after,
.new .navbar-toggler .icon::before {
  width: 22px;
  height: 2px;
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.new .navbar-toggler .icon::after,
.new .navbar-toggler .icon::before {
  content: '';
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.new .navbar-toggler .icon::after {
  transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
}

.new .navbar-toggler .icon::before {
  transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
}

.new .navbar-toggler.active .icon::after {
  transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
  -o-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
  -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
  -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
}

.new .navbar-toggler.active .icon::before {
  transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
  -o-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
  -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
  -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
}

.new .navbar-toggler.active .icon::after,
.new .navbar-toggler.active .icon::before {
  background-color: #fff;
}

.new .navbar-toggler.active .icon {
  background-color: transparent;
}

.new .navbar-toggler:focus {
  outline: 0 !important;
}

.new .strict {
  background-color: rgba(0, 0, 0, 0.9);
  padding-bottom: 65px;
}

.new .navbar-toggler {
  padding: 15px;
  margin-right: 15px;
  margin-left: 20%;
  margin-top: 15px;
  z-index: 1000;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}

.new .navbar-header .navbar-toggler .icon-bar {
  background-color: #0bceaf;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.new .navbar-header .navbar-toggler.active .icon-bar {
  background-color: #fff;
}

.new .overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3;
}

.new .overlay.active {
  display: block;
}

.new .navbar-collapse {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 320px;
  left: 0;
  z-index: 990;
  margin-top: 0px;
  padding: 0;
  background-color: #0bceaf;
  transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: none;
}

.new .navbar-collapse .nav {
  margin-top: 75px;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
}

.new .navbar-collapse .nav li {
  text-align: center;
  margin-bottom: 0px;
  width: 100%;
  display: block;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate3d(-20px, -10px, 0);
          transform: translate3d(-20px, -10px, 0);
}

.new .navbar-collapse .nav li a {
  background-color: transparent;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 26px;
}

.new .navbar-collapse .nav li a:hover {
  color: white !important;
  background: transparent;
}

.new .navbar-collapse .nav li a.active {
  color: #fff;
}

.new .navbar-collapse .nav li.active {
  color: #fff;
}

.new .navbar-collapse.active {
  transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
}

.new .collapse.in {
  background-color: rgba(0, 0, 0, 0.9);
}

.new .navbar-dark .navbar-toggler {
  border-color: transparent;
}

.new .navbar-dark .navbar-toggler-icon {
  background-image: inherit;
}

/*
====================
   PORTFOLIO
===================
*/
.grid-item {
  margin-bottom: 20px;
}

.portfolio-nav {
  text-align: center;
  margin-bottom: 50px;
}

.portfolio-nav ul li {
  display: inline-block;
  margin: 0 20px;
  cursor: pointer;
}

.portfolio-nav ul li span {
  padding: 15px 0;
  border-bottom: 2px solid transparent;
}

.portfolio-nav ul li.current span {
  border-bottom: 2px solid #0bceaf;
}

.mh-project-gallery .grid-item figure {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.mh-project-gallery .grid-item figure img {
  position: relative;
  width: 100%;
  display: block;
}

.mh-project-gallery .grid-item figure figcaption {
  position: absolute;
  padding: 15px;
  height: 100%;
  width: 100%;
  top: auto;
  left: 0;
  color: #fff;
  bottom: 0;
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mh-project-gallery .grid-item figure figcaption:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
  -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
  -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
  -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
  z-index: -1;
  opacity: 0;
}

.mh-project-gallery .grid-item figure figcaption .fa {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: 45%;
  margin-top: -22px;
  transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  letter-spacing: 0px;
}

.mh-project-gallery .grid-item figure figcaption .title {
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
  top: 50%;
  margin-top: 30px;
  margin-top: -2px;
  transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  letter-spacing: 0px;
}

.mh-project-gallery .grid-item figure figcaption .sub-title {
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  font-size: 13px;
  top: 50%;
  margin-top: 30px;
  transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  letter-spacing: 0px;
}

.mh-project-gallery .grid-item figure figcaption a {
  position: absolute;
  z-index: 1111;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-indent: -99999px;
}

.mh-project-gallery .grid-item figure:hover {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mh-project-gallery .grid-item figure:hover figcaption {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: rgba(11, 206, 175, 0.9);
}

.mh-project-gallery .grid-item figure:hover figcaption:after {
  opacity: 1;
  transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mh-project-gallery .grid-item figure:hover figcaption .fa {
  transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}

.mh-project-gallery .grid-item figure:hover figcaption .title {
  transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}

.mh-project-gallery .grid-item figure:hover figcaption .sub-title {
  transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 1;
}

.home-ov-img {
  background-image: url(../images/header-bg-2.png);
  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center center;
}

.mh-featured-project .mh-featured-item {
  margin: 30px 0;
}

.mh-featured-project .mh-featured-item .mh-featured-project-content .project-category {
  font-size: 14px;
  color: #0bceaf;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mh-featured-project .mh-featured-item .mh-featured-project-content h2 {
  letter-spacing: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.mh-featured-project .mh-featured-item .mh-featured-project-content span {
  text-transform: uppercase;
}

.mh-featured-project .mh-featured-item .mh-featured-project-content p {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}

.mh-featured-project .mh-featured-item .mh-featured-project-content .mh-testimonial blockquote {
  padding: 0;
  margin: 0;
  margin-top: 30px;
}

.mh-featured-project .mh-featured-item .mh-featured-project-content .mh-testimonial blockquote q {
  font-style: italic;
}

.mh-featured-project .mh-featured-item .mh-featured-project-content .mh-testimonial blockquote q::before {
  content: open-quote;
}

.mh-featured-project .mh-featured-item .mh-featured-project-content .mh-testimonial blockquote q::after {
  content: close-quote;
}

.mh-featured-project .mh-featured-item .mh-featured-project-content .mh-testimonial blockquote cite {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-top: 10px;
}

.mh-single-project-slide .owl-controls .owl-nav {
  display: none !important;
}

.mh-single-project-slide .owl-controls .owl-dots {
  padding-left: 15px;
  margin-top: 30px;
  text-align: center;
}

.mh-single-project-slide .owl-controls .owl-dots .owl-dot {
  height: 15px;
  width: 15px;
  border: 1px solid #0bceaf;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

.mh-single-project-slide .owl-controls .owl-dots .owl-dot.active {
  background-color: #0bceaf;
}

.mh-single-project-slide-by-side .owl-next {
  position: absolute;
  border-radius: 50%;
  top: 48%;
  height: 50px;
  width: 50px;
  right: -10%;
}

.mh-single-project-slide-by-side .owl-next .fa {
  font-size: 40px;
  margin-left: 15px;
}

.mh-single-project-slide-by-side .owl-prev {
  position: absolute;
  border-radius: 50%;
  top: 48%;
  left: -10%;
  height: 50px;
  width: 50px;
}

.mh-single-project-slide-by-side .owl-prev .fa {
  font-size: 40px;
  margin-left: 10px;
}

.section-title h3 {
  margin-bottom: 60px;
}

.section-title h2 {
  margin-bottom: 60px;
}

/*
    ==============
       SERVICES
    ==============
*/
.mh-service .mh-service-item {
  padding: 20px;
  border-radius: 4px;
}

.mh-service .mh-service-item .fa {
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 16px;
}

.mh-service .mh-service-item .fa.purple-color {
  color: #9774fa;
}

.mh-service .mh-service-item .fa.iron-color {
  color: #ed7256;
}

.mh-service .mh-service-item .fa.sky-color {
  color: #2796e2;
}

.mh-service .mh-service-item h3 {
  margin-bottom: 18px;
  font-size: 25px;
  line-height: 34px;
}

.mh-service .mh-service-item a {
  color: #0bceaf;
}

.mh-service .mh-service-item a .fa {
  font-size: 16px;
  line-height: 27px;
  margin-left: 6px;
}

/*
=================
BLOG Pagination
=============
*/
.mh-pagination {
  margin: 40px 0;
}

.mh-pagination ul li {
  margin: 0 10px;
}

.mh-pagination .page-link {
  position: relative;
  display: block;
  padding: 12px 16px;
  margin-left: -1px;
  border-radius: 50%;
  line-height: 14px;
  background-color: transparent;
  border: 1px solid #fff;
  font-weight: bold;
}

.mh-pagination .page-link:hover {
  color: #0bceaf;
}

.mh-pagination .page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.mh-pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.mh-blog-sidebar {
  padding: 0 20px;
}

.sidebar-item {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 30px;
  padding: 20px 10px;
}

.sidebar-item h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}

.mh-author-info {
  text-align: center;
}

.mh-author-info h2 {
  font-size: 24px;
  line-height: 34px;
  margin: 0;
}

.mh-author-info h4 {
  font-size: 14px;
  margin: 0;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}

.mh-author-info .mh-author-img {
  margin: 0 auto;
  margin-bottom: 10px;
  float: none;
  text-align: center;
}

.mh-author-info .mh-author-img img {
  margin: 0 auto;
  text-align: center;
  border: 10px solid rgba(0, 0, 0, 0.17);
  border-radius: 50%;
}

.mh-author-info .img-border {
  height: 130px;
  width: 130px;
  border: 10px solid rgba(0, 0, 0, 0.07);
  margin: 0 auto;
  border-radius: 50%;
}

.mh-author-info .social-icon li a:hover {
  color: #0bceaf;
}

.mh-blog-category h4 {
  margin: 0;
  margin-bottom: 10px;
}

.mh-blog-category ul li {
  display: block;
  margin: 2px 0;
}

.mh-blog-category ul li a:hover {
  color: #0bceaf;
}

.mh-blog-insta ul li {
  width: 48%;
  display: inline-block;
  margin-bottom: 10px;
}

.mh-blog-insta ul li img {
  padding-right: 4px;
}

.mh-blog-post-info {
  margin-bottom: 10px;
}

.mh-blog-post-info ul li {
  display: inline-block;
  margin: 0 6px;
  margin-left: 0;
}

.mh-blog-post-info ul li strong {
  margin-right: 6px;
}

.mh-blog .mh-blog-item.blog-single h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
}

.mh-blog .mh-blog-item.blog-single h3 {
  margin-bottom: 10px;
}

.mh-blog .mh-blog-item.blog-single ul {
  padding-left: 30px;
  margin-bottom: 20px;
}

.mh-blog .mh-blog-item.blog-single ul li {
  list-style-type: circle;
}

.mh-blog-next-prev-post a {
  color: #0bceaf;
}

.mh-blog-next-prev-post a .fa {
  margin: 0 4px;
}

.shadow-one {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.mh-related-post {
  padding: 30px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0;
  margin-bottom: 30px;
}

.blog-form-inner {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
}

.blog-form-inner h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 34px;
}

.comments {
  margin-top: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

.comment-deatils span {
  color: #0bceaf;
}

.single-comment {
  overflow: hidden;
  margin-top: 30px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.post-comment {
  margin-top: 30px;
  padding: 30px;
}

#msgSubmit {
  margin-top: 20px;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
}

/*
|===================
| SLIDER
|===================
*/
/* Preloader */
.header-slider {
  overflow: hidden;
}

.slider_preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
  min-height: 750px;
}

.slider_preloader_status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/slider/status.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

.header-slider-preloader {
  min-height: 750px;
}

.header-slider {
  position: relative;
}

.header-slider .owl-dots {
  background: transparent;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0%;
}

.header-slider .slider-preloader-wrap,
.header-slider .item {
  text-align: center;
}

.header-slider .item {
  background-size: cover;
  position: relative;
  z-index: 1;
}

.header-slider .slide-img {
  bottom: 0;
  position: absolute;
  right: 5%;
  width: auto !important;
}

.header-slider .item::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.header-slider .slide-table {
  display: table;
  height: 100%;
  width: 100%;
}

.header-slider .slide-tablecell {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.6);
  padding: 280px 0;
}

.header-slider .slide-tablecell h1 {
  color: #fff;
  text-transform: uppercase;
}

.header-slider .slide-tablecell .slide-btn:hover {
  text-decoration: none;
  border-color: transparent;
}

.header-slider .slide-tablecell .slide-btn {
  color: #fff;
  border-color: transparent;
  background-color: #6D40e3;
}

.header-slider .slide-tablecell .slide-btn i.fa {
  margin-left: 10px;
}

.header-slider .slide-tablecell .slide-text > *:nth-child(1) {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
}

.header-slider .slide-tablecell .slide-text > *:nth-child(2) {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
  margin-bottom: 30px;
}

.header-slider .slide-tablecell .slide-text > *:nth-child(3) {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
  margin-top: 30px;
}

.header-slider .slide-tablecell .slide-text > *:nth-child(4) {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
}

.header-slider .slide-tablecell .slide-text h1 {
  color: #fff;
  text-transform: capitalize;
}

.header-slider .slide-tablecell .slide-text p {
  font-size: 18px;
  line-height: 30px;
  padding: 0 200px;
  margin: 30px 0;
}

.header-slider .owl-nav {
  color: #fff;
  font-size: 60px;
  left: 0;
  line-height: 70px;
  margin-top: -35px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  display: none;
}

.header-slider .owl-theme .owl-dots .owl-dot {
  border: 1px solid #fff;
  display: inline-block;
  height: 8px;
  cursor: pointer;
  margin: 5px;
  width: 15px;
  background-color: #fff;
  border-radius: 6px;
}

.header-slider .animation-slide .owl-dots {
  bottom: 15px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header-slider .owl-theme .owl-dots .owl-dot.active {
  background-color: #fff;
  border-color: #fff;
  width: 30px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header-slider .item,
.header-slider .preloader-wrap {
  background-color: #bfbfbf;
}

.get-quate h2 {
  font-size: 34px;
}

.animation-slides {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0000;
}

.header-slider .item div {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.mh-about-tag-2 {
  text-align: center;
}

.mh-about-tag-2 ul {
  margin-bottom: 30px;
  margin-top: 20px;
}
/*# sourceMappingURL=styles.css.map */








































/*
====================
   PORTFOLIO CAROUSEL - AGREGAR ESTE CÓDIGO AL FINAL DE styles.css
====================
*/


/*
====================
   PORTFOLIO CAROUSEL CON MODALES - ESTILOS CORREGIDOS Y OPTIMIZADOS
====================
*/

/* Estilos del carrusel */
.mh-portfolio .each-portfolio-item {
    margin: 30px 20px;
}

.mh-portfolio .mh-portfolio-item {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.mh-portfolio .mh-portfolio-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3), 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}

.mh-portfolio .mh-portfolio-item figure {
    margin: 0;
    position: relative;
}

.mh-portfolio .mh-portfolio-item figure img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.mh-portfolio .mh-portfolio-item figure figcaption {
    position: absolute;
    padding: 15px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    bottom: 0;
    z-index: 10;
    transition: 0.5s;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mh-portfolio .mh-portfolio-item figure:hover figcaption {
    opacity: 1;
    background: rgba(11, 206, 175, 0.90);
}

.mh-portfolio .mh-portfolio-item figure figcaption .fa {
    font-size: 40px;
    margin-bottom: 20px;
}

.mh-portfolio .mh-portfolio-item figure figcaption .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.mh-portfolio .mh-portfolio-item figure figcaption .sub-title {
    font-size: 14px;
    opacity: 0.9;
}

.mh-portfolio .mh-portfolio-item figure figcaption a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}

/* Estilos de los controles del carrusel */
.mh-portfolio .owl-controls .owl-nav {
    display: none !important;
}

.mh-portfolio .owl-controls .owl-dots {
    padding-left: 15px;
    margin-top: 30px;
    text-align: center;
}

.mh-portfolio .owl-controls .owl-dots .owl-dot {
    height: 15px;
    width: 15px;
    border: 1px solid #0bceaf;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.mh-portfolio .owl-controls .owl-dots .owl-dot:hover {
    background-color: rgba(11, 206, 175, 0.5);
}

.mh-portfolio .owl-controls .owl-dots .owl-dot.active {
    background-color: #0bceaf;
}

/* Estilos de los modales - MODAL MÁS ANCHO PARA IMAGEN GRANDE */
.mh-portfolio-modal {
    display: none;
    background: #282828;
    padding: 40px 20px;
    border-radius: 10px;
    max-width: 1200px;  /* Modal ancho para imagen grande */
    margin: 0 auto;
}

.mh-portfolio-modal h2 {
    color: #0bceaf;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 28px;
    text-align: center;
    border-bottom: 2px solid #0bceaf;
    padding-bottom: 15px;
}

.mh-portfolio-modal-inner {
    max-height: 80vh;  /* 80% de la altura de la pantalla */
    overflow-y: auto;
    margin-right: 0;
}

.mh-portfolio-modal-inner::-webkit-scrollbar-track {
    border: 1px solid #000;
    padding: 2px 0;
    background-color: #1a1a1a;
}

.mh-portfolio-modal-inner::-webkit-scrollbar {
    width: 8px;
}

.mh-portfolio-modal-inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #0bceaf;
}

.mh-portfolio-modal-img {
    text-align: center;
}

/* IMAGEN GRANDE EN EL MODAL */
.mh-portfolio-modal-img img {
    width: 100%;  /* Ocupa todo el ancho disponible */
    max-width: 100%;  /* Sin restricción adicional, el límite lo da el modal (1200px) */
    height: auto;  /* Mantiene proporción */
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mh-portfolio-modal-img p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
    text-align: left;
    color: #e0e0e0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.mh-portfolio-modal-img ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    max-width: 900px;
}

.mh-portfolio-modal-img ul li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 15px;
    color: #e0e0e0;
}

.mh-portfolio-modal-img ul li:last-child {
    border-bottom: none;
}

.mh-portfolio-modal-img ul li strong {
    color: #0bceaf;
    margin-right: 10px;
    display: inline-block;
    min-width: 120px;
}

/* CONFIGURACIÓN DE FANCYBOX PARA MODAL ANCHO */
.fancybox-slide--html .fancybox-content {
    max-width: 1200px;  /* Fancybox también ancho */
    width: 90%;  /* Usa el 90% de la pantalla */
    padding: 0;
}

/* Ajustes responsive para modales */
@media only screen and (max-width: 1200px) {
    .fancybox-slide--html .fancybox-content {
        width: 95%;
    }
}

@media only screen and (max-width: 768px) {
    .mh-portfolio-modal {
        padding: 20px 10px;
        max-width: 95%;
    }
    
    .mh-portfolio-modal h2 {
        font-size: 22px;
    }
    
    .mh-portfolio-modal-inner {
        max-height: 70vh;
    }
    
    .fancybox-slide--html .fancybox-content {
        width: 98%;
    }
}





/*
====================
   FOOTER MEJORADO - ESTILOS ADICIONALES
   Agregar al final de styles.css
====================
*/

/* Contenedor de información de contacto */
.mh-contact-info {
    background: rgba(255, 255, 255, 0.05);
    padding: 40px 30px;
    border-radius: 10px;
    border: 1px solid rgba(11, 206, 175, 0.2);
}

.mh-contact-info h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.contact-info-item h5 {
    color: #0bceaf;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-info-item p {
    color: #999;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
}

.contact-info-item a {
    color: #999;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-item a:hover {
    color: #0bceaf;
}

/* Contenedor del formulario */
.mh-contact-form {
    background: rgba(255, 255, 255, 0.05);
    padding: 40px 30px;
    border-radius: 10px;
    border: 1px solid rgba(11, 206, 175, 0.2);
}

.mh-contact-form h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.mh-contact-form label {
    color: #999;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
    font-weight: 500;
}

/* Ajustes a los inputs del formulario */
.mh-footer-3 .form-control {
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 12px 20px;
    margin-bottom: 20px;
    height: 50px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.mh-footer-3 .form-control:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #0bceaf;
    box-shadow: 0 0 0 0.2rem rgba(11, 206, 175, 0.25);
}

.mh-footer-3 .contact-message {
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    min-height: 150px;
    resize: vertical;
    transition: all 0.3s ease;
}

.mh-footer-3 .contact-message:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #0bceaf;
    box-shadow: 0 0 0 0.2rem rgba(11, 206, 175, 0.25);
}

/* Placeholder color */
.mh-footer-3 .form-control::placeholder,
.mh-footer-3 .contact-message::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/* Botón del formulario */
.mh-footer-3 .btn-fill {
    background-color: #0bceaf;
    border: none;
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.mh-footer-3 .btn-fill:hover {
    background-color: #0ac4a7;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(11, 206, 175, 0.4);
}

.mh-footer-3 .btn-fill i {
    margin-right: 8px;
}

/* Responsive */
@media only screen and (max-width: 768px) {
    .mh-contact-info,
    .mh-contact-form {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
    
    .mh-contact-info h4,
    .mh-contact-form h4 {
        font-size: 18px;
    }
}

/* Ajustes al copyright */
.mh-footer-3 .mh-copyright {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mh-footer-3 .mh-copyright p {
    color: #999;
    margin: 0;
}

/* Social icons en el footer */
.mh-footer-3 .social-icon {
    text-align: right;
}

.mh-footer-3 .social-icon li a {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.mh-footer-3 .social-icon li a:hover {
    background: #0bceaf;
    border-color: #0bceaf;
    transform: translateY(-3px);
}

@media only screen and (max-width: 768px) {
    .mh-footer-3 .social-icon {
        text-align: center;
        margin-top: 20px;
    }
}

/* Iconos en los títulos */
.mh-contact-info h4 i,
.mh-contact-form h4 i {
    color: #0bceaf;
    font-size: 18px;
}




/*
====================
   SKILLS MEJORADO - SIN PORCENTAJES
   Agregar al final de styles.css
====================
*/

/* Contenedor de columna de skills */
.mh-skills-column {
    padding: 0;
}

.skills-column-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 35px;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
}

.skills-column-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #0bceaf 0%, rgba(11, 206, 175, 0) 100%);
}

/* Tarjetas de habilidades */
.skill-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.skill-card:hover {
    transform: translateY(-5px);
    border-color: rgba(11, 206, 175, 0.4);
    box-shadow: 0 10px 30px rgba(11, 206, 175, 0.15);
    background: rgba(255, 255, 255, 0.08);
}

/* Título de categoría en tarjetas técnicas */
.skill-category-title {
    color: #0bceaf;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Tags de habilidades técnicas */
.skill-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.skill-tag {
    display: inline-block;
    background: rgba(11, 206, 175, 0.1);
    border: 1px solid rgba(11, 206, 175, 0.3);
    color: #e0e0e0;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.skill-tag:hover {
    background: rgba(11, 206, 175, 0.2);
    border-color: #0bceaf;
    color: #fff;
    transform: translateY(-2px);
}

/* Tarjetas de habilidades blandas */
.skill-card-soft {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.soft-skill-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}

.soft-skill-header i {
    font-size: 28px;
    color: #0bceaf;
    min-width: 35px;
}

.soft-skill-header h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.skill-card-soft p {
    color: #b0b0b0;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding-left: 50px;
}

/* Ajustes al título principal de la sección */
.mh-skills .section-title h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.mh-skills .section-title p {
    color: #999;
    font-size: 16px;
    margin-bottom: 50px;
}

/* Responsive */
@media only screen and (max-width: 768px) {
    .mh-skills-column {
        margin-bottom: 40px;
    }

    .skills-column-title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 30px;
    }

    .skills-column-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .skill-card {
        padding: 20px;
    }

    .soft-skill-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .soft-skill-header i {
        font-size: 32px;
    }

    .skill-card-soft p {
        padding-left: 0;
        text-align: center;
    }

    .skill-tags {
        justify-content: center;
    }
}

/* Animación sutil al cargar */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.skill-card {
    animation: fadeInUp 0.6s ease-out;
}

/* Variantes de color para diferentes categorías (opcional) */
.skill-card:nth-child(1) .skill-category-title {
    color: #0bceaf;
}

.skill-card:nth-child(2) .skill-category-title {
    color: #1da1f2;
}

.skill-card:nth-child(3) .skill-category-title {
    color: #f39c12;
}

.skill-card:nth-child(4) .skill-category-title {
    color: #e74c3c;
}

.skill-card:nth-child(5) .skill-category-title {
    color: #9b59b6;
}

.skill-card:nth-child(6) .skill-category-title {
    color: #2ecc71;
}

/* Ajustes adicionales para mejorar la apariencia */
.mh-skills {
    position: relative;
    overflow: hidden;
}

/* Efecto de gradiente de fondo sutil (opcional) */
.mh-skills::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(11, 206, 175, 0.05) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.mh-skills .container {
    position: relative;
    z-index: 1;
}









/*
====================
   SKILLS CON SCROLL VERTICAL - ESTILOS ACTUALIZADOS
   Agregar al final de styles.css (o reemplazar la sección anterior)
====================
*/

/* Contenedor de columna de skills */
.mh-skills-column {
    padding: 0;
}

.skills-column-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    text-align: left;
    position: relative;
    padding-bottom: 12px;
}

.skills-column-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #0bceaf 0%, rgba(11, 206, 175, 0) 100%);
}

/* CONTENEDOR CON SCROLL VERTICAL */
.skills-scroll-container {
    max-height: 520px;  /* Altura para mostrar ~2.5 tarjetas */
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    margin-right: -10px;
}

/* Scrollbar personalizado */
.skills-scroll-container::-webkit-scrollbar {
    width: 6px;
}

.skills-scroll-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.skills-scroll-container::-webkit-scrollbar-thumb {
    background: rgba(11, 206, 175, 0.5);
    border-radius: 10px;
    transition: background 0.3s ease;
}

.skills-scroll-container::-webkit-scrollbar-thumb:hover {
    background: rgba(11, 206, 175, 0.8);
}

/* Firefox scrollbar */
.skills-scroll-container {
    scrollbar-width: thin;
    scrollbar-color: rgba(11, 206, 175, 0.5) rgba(255, 255, 255, 0.05);
}

/* Tarjetas de habilidades */
.skill-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.skill-card:hover {
    transform: translateX(5px);  /* Mueve hacia la derecha en vez de arriba */
    border-color: rgba(11, 206, 175, 0.5);
    box-shadow: 0 5px 20px rgba(11, 206, 175, 0.2);
    background: rgba(255, 255, 255, 0.08);
}

/* Título de categoría en tarjetas técnicas */
.skill-category-title {
    color: #0bceaf;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Tags de habilidades técnicas */
.skill-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.skill-tag {
    display: inline-block;
    background: rgba(11, 206, 175, 0.1);
    border: 1px solid rgba(11, 206, 175, 0.3);
    color: #e0e0e0;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.skill-tag:hover {
    background: rgba(11, 206, 175, 0.2);
    border-color: #0bceaf;
    color: #fff;
    transform: translateY(-2px);
}

/* Tarjetas de habilidades blandas */
.skill-card-soft {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.soft-skill-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}

.soft-skill-header i {
    font-size: 28px;
    color: #0bceaf;
    min-width: 35px;
}

.soft-skill-header h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.skill-card-soft p {
    color: #b0b0b0;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding-left: 50px;
}

/* Ajustes al título principal de la sección */
.mh-skills .section-title h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.mh-skills .section-title p {
    color: #999;
    font-size: 16px;
    margin-bottom: 50px;
}

/* Asegurar que las columnas estén alineadas en la parte superior */
.mh-skills .row {
    align-items: flex-start;
}

.mh-skills .col-md-6 {
    display: flex;
    flex-direction: column;
}

/* Responsive */
@media only screen and (max-width: 991px) {
    .skills-scroll-container {
        max-height: 450px;  /* Altura menor en tablets */
    }
}

@media only screen and (max-width: 768px) {
    .mh-skills-column {
        margin-bottom: 40px;
    }

    .skills-column-title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 25px;
    }

    .skills-column-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .skills-scroll-container {
        max-height: 400px;  /* Altura menor en móviles */
        padding-right: 5px;
    }

    .skill-card {
        padding: 20px;
    }

    .skill-card:hover {
        transform: translateY(-3px);  /* En móvil vuelve al efecto hacia arriba */
    }

    .soft-skill-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .soft-skill-header i {
        font-size: 32px;
    }

    .skill-card-soft p {
        padding-left: 0;
        text-align: center;
    }

    .skill-tags {
        justify-content: center;
    }
}

/* Variantes de color para diferentes categorías */
.skill-card:nth-child(1) .skill-category-title {
    color: #0bceaf;
}

.skill-card:nth-child(2) .skill-category-title {
    color: #f39c12;
}

.skill-card:nth-child(3) .skill-category-title {
    color: #e74c3c;
}

.skill-card:nth-child(4) .skill-category-title {
    color: #9b59b6;
}

.skill-card:nth-child(5) .skill-category-title {
    color: #3498db;
}

.skill-card:nth-child(6) .skill-category-title {
    color: #2ecc71;
}

/* Efecto de gradiente de fondo sutil */
.mh-skills {
    position: relative;
    overflow: hidden;
}

.mh-skills::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(11, 206, 175, 0.05) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.mh-skills .container {
    position: relative;
    z-index: 1;
}

/* Indicador visual de scroll */
.skills-scroll-container::after {
    content: '';
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(to top, rgba(40, 40, 40, 0.9), transparent);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.skills-scroll-container:hover::after {
    opacity: 1;
}

/* Ajuste fino para alineación perfecta */
.mh-skills .col-md-6:first-of-type .skills-scroll-container,
.mh-skills .col-md-6:last-of-type .skills-scroll-container {
    min-height: 520px;  /* Asegura que ambas columnas tengan la misma altura */
}
/*
    ==============
      THEME TOGGLE BUTTON
    ==============
*/
.theme-toggle-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #0bceaf;
  background: rgba(26, 26, 26, 0.9);
  color: #0bceaf;
  cursor: pointer;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(11, 206, 175, 0.3);
  backdrop-filter: blur(10px);
}

.theme-toggle-btn:hover {
  background: #0bceaf;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(11, 206, 175, 0.5);
}

.theme-toggle-btn:active {
  transform: scale(0.95);
}

.theme-toggle-btn i {
  font-size: 20px;
  transition: all 0.3s ease;
}

/* Mostrar/ocultar iconos según el tema */
.dark-vertion .theme-toggle-btn .dark-icon {
  display: none;
}

.dark-vertion .theme-toggle-btn .light-icon {
  display: block;
}

.white-vertion .theme-toggle-btn .dark-icon {
  display: block;
}

.white-vertion .theme-toggle-btn .light-icon {
  display: none;
}

/* Estilos para modo claro */
.white-vertion .theme-toggle-btn {
  background: rgba(255, 255, 255, 0.9);
  border-color: #0bceaf;
  color: #0bceaf;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.white-vertion .theme-toggle-btn:hover {
  background: #0bceaf;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .theme-toggle-btn {
    width: 45px;
    height: 45px;
    top: 15px;
    right: 15px;
  }
  
  .theme-toggle-btn i {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .theme-toggle-btn {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  
  .theme-toggle-btn i {
    font-size: 16px;
  }
}

/* Animación de cambio de tema */
body {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.dark-bg,
.black-bg {
  transition: background-color 0.3s ease;
}

/* Asegurar que el botón esté visible en ambos modos */
.theme-toggle-btn {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.theme-toggle-btn:focus {
  outline: 2px solid #0bceaf;
  outline-offset: 2px;
}




/* ===================================================
   HERO PROYECTOS - Sección mejorada
=================================================== */

/* Partículas flotantes de fondo */
.hero-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.particle {
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: calc(6px * var(--s, 1));
    height: calc(6px * var(--s, 1));
    background: var(--main-color, #1dc8cd);
    border-radius: 50%;
    opacity: 0.25;
    animation: particleFloat var(--d, 3s) ease-in-out infinite alternate;
}

@keyframes particleFloat {
    from { transform: translateY(0px) scale(1); opacity: 0.15; }
    to   { transform: translateY(-20px) scale(1.3); opacity: 0.4; }
}

/* Badge superior */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(29, 200, 205, 0.12);
    border: 1px solid rgba(29, 200, 205, 0.35);
    border-radius: 50px;
    padding: 6px 18px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1dc8cd;
    margin-bottom: 24px;
}

.badge-dot {
    width: 7px;
    height: 7px;
    background: #1dc8cd;
    border-radius: 50%;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(29,200,205,0.5); }
    50% { box-shadow: 0 0 0 6px rgba(29,200,205,0); }
}

/* Título con gradiente */
.hero-title-proyectos {
    font-size: clamp(52px, 8vw, 90px);
    font-weight: 900;
    letter-spacing: 8px;
    margin-bottom: 0;
    line-height: 1;
}

.title-gradient {
    background: linear-gradient(135deg, #ffffff 30%, #1dc8cd 70%, #009688 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.title-line {
    display: block;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #1dc8cd, transparent);
    margin: 16px auto 28px;
    border-radius: 2px;
    animation: lineExpand 1.5s ease-out forwards;
}

@keyframes lineExpand {
    from { width: 0; opacity: 0; }
    to   { width: 80px; opacity: 1; }
}

/* Tags de categorías */
.hero-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 28px;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.07);
    backdrop-filter: blur(8px);
    color: rgba(255,255,255,0.85);
    transition: all 0.3s ease;
}

.hero-tag:hover {
    background: rgba(29, 200, 205, 0.2);
    border-color: #1dc8cd;
    color: #1dc8cd;
    transform: translateY(-2px);
}

.hero-tag .fa {
    font-size: 11px;
    color: #1dc8cd;
}

/* Slogan */
.hero-slogan {
    font-family: 'Courier New', Courier, monospace;
    font-size: clamp(13px, 2vw, 16px);
    letter-spacing: 1.5px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 36px;
}

.slogan-bar {
    color: #1dc8cd;
    margin: 0 8px;
    opacity: 0.7;
}

/* Estadísticas rápidas */
.hero-stat {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 16px 32px;
    margin-bottom: 40px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-number {
    font-size: 18px;
    font-weight: 700;
    color: #1dc8cd;
    line-height: 1;
}

.stat-label {
    font-size: 11px;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}

.stat-divider {
    width: 1px;
    height: 36px;
    background: rgba(255,255,255,0.15);
}

/* Scroll indicator */
.scroll-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    opacity: 0.5;
    transition: opacity 0.3s;
    cursor: pointer;
}

.scroll-indicator:hover { opacity: 0.9; }

.scroll-indicator span {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}

.scroll-arrow {
    animation: bounceDown 1.5s ease-in-out infinite;
    color: #1dc8cd;
}

@keyframes bounceDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(6px); }
}

/* Modo claro */
.white-version .hero-badge {
    background: rgba(29, 200, 205, 0.08);
}

.white-version .hero-tags .hero-tag {
    background: rgba(0,0,0,0.05);
    border-color: rgba(0,0,0,0.1);
    color: #333;
}

.white-version .hero-stat {
    background: rgba(0,0,0,0.05);
    border-color: rgba(0,0,0,0.08);
}

.white-version .hero-slogan {
    color: rgba(0,0,0,0.5);
}

/* Responsive */
@media (max-width: 768px) {
    .hero-stat {
        flex-direction: column;
        gap: 16px;
        padding: 16px 24px;
    }
    .stat-divider {
        width: 60px;
        height: 1px;
    }
    .hero-tags {
        gap: 8px;
    }
}