@import url("https://fonts.googleapis.com/css?family=Lora:400,400i|Open+Sans:300,400,600,700,800");
/* ==============================
   PORTAFOLIO
============================== */

:root {
  --brand-navy: #0B1224;
  --brand-teal: #12D6AE;
  --brand-slate: #1B273A;
  --brand-mint: #DDF7EF;
  --brand-offwhite: #F5F7F8;
  --brand-text: #1B2230;
  --brand-muted: #6B7280;
}

.portfolio-section {
  background: var(--brand-offwhite);
}

.section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--brand-teal);
  text-transform: uppercase;
}

.color-primary {
  color: var(--brand-navy);
}

.portfolio-description {
  max-width: 680px;
  color: var(--brand-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.portfolio-card {
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(11, 18, 36, 0.08);
  box-shadow: 0 14px 35px rgba(11, 18, 36, 0.08);
  transition: all 0.25s ease;
}

.portfolio-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(11, 18, 36, 0.13);
}

.portfolio-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--brand-mint);
  overflow: hidden;
}

.portfolio-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.portfolio-card:hover .portfolio-img {
  transform: scale(1.04);
}

.portfolio-body {
  padding: 1.5rem;
}

.portfolio-category {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--brand-mint);
  color: var(--brand-slate);
  font-size: 0.75rem;
  font-weight: 700;
}

.portfolio-title {
  color: var(--brand-navy);
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.35;
}

.portfolio-text {
  color: var(--brand-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.portfolio-btn {
  background: transparent;
  color: var(--brand-navy);
  border: 1px solid var(--brand-navy);
  border-radius: 999px;
  padding: 0.55rem 1.4rem;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.25s ease;
}

.portfolio-btn:hover {
  background: var(--brand-teal);
  color: var(--brand-navy);
  border-color: var(--brand-teal);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #1e293b;
  font-weight: 300;
}
a {
  font-size: inherit;
  color: white;
  text-decoration: none;
}
h1 {
  font-size: 45px;
  line-height: 61px;
}
h2 {
  font-size: 40px;
  line-height: 50px;
}
h3 {
  font-size: 20px;
  line-height: 30px;
}
p, li, blockquote, label {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  color:#1e293b;
  font-weight: 400;
}
.section-title{
  margin-bottom: 10vh;
  color: #1E293B;
  font-weight: 300;
  font-size: 55px;
  text-align: center;
  padding-top: 7%;
}

.section-p{
  color: #1E293B;
  font-size: 20px;
  text-align: center;
    font-weight: 300;
}

.pill-bg-primary{
  background-color: #0D9488;
  color: white;
}
.primary-bg{
  background-color: #1E293B;
  padding-top: 100px;
}
.color-primary{
  color: #1E293B;
}
.color-secondary{
  color: #0D9488;
}
.btn-contact-menu{
  position: relative;
  text-align: center;
  text-transform: uppercase;
  line-height: 45px;
}
.btn-cta-primary{
  background-color: white;
  color: #0D9488;
  padding: 15px 25px;
  border-radius: 3px;
  font-size: 90%;
  font-weight: 500;
  }
.btn-cta-primary:hover{
    background-color: #1e293b;
    color: white;
    transition: .3s;
    text-decoration: none;
    }

@media (max-width: 991.98px) {
  .btn-cta-primary {
    padding:3px 25px ;
  }
}

.btn-cta-alternative{
  background-color: #1e293b;
  color: white;
  padding: 15px 25px;
  border-radius: 3px;
  font-size: 120%;
  font-weight: 500;
  }
   .btn-cta-alternative:hover{
      background-color: #0D9488;
      color: white;
      transition: .3s;
      text-decoration: none;
      }
.btn-cta-secondary{
  background-color: white;
  color: #1e293b;
  padding: 15px 25px;
  border-radius: 3px;
  font-size: 120%;
  font-weight: 500;
}
.btn-cta-secondary:hover{
  background-color: #0D9488;
  color: white;
  transition: .3s;
  text-decoration: none;
  }
.btn-section{
  background-color: #0D9488;
  color: white;
  text-decoration: none;
  padding: 7px 10px;
  border-radius: 5px;
}
.btn-section-secondary{
  background-color: #1E293B;
  color: white;
  text-decoration: none;
  padding: 7px 10px;
  border-radius: 5px;
}
.btn-section-secondary:hover{
  background-color: #1E293B;
  color: white;
  transition: .5s;
  text-decoration: none;
}
.btn-section:hover{
  background-color: #1E293B;
  color: white;
  transition: .5s;
  text-decoration: none;
}
.btn-plan{
  background-color: #0D9488;
  color: white;
  text-decoration: none;
  padding: 7px 20px;
  border-radius: 5px;
}
.btn-plan:hover{
  background-color: #1E293B;
  color: white;
  transition: .5s;
  text-decoration: none;
}
.btn-level-1{
  border: 1px solid #2E8B57;
}
.btn-level-2{
  border: 1px solid #003366;
}
.btn-level-3{
  border: 1px solid #C0A16B;
}
.btn-level-1:hover{
  background-color:  #2E8B57;
  color: white;
  transition: .3s;
}
.btn-level-2:hover{
  background-color:  #003366;
  color: white;
  transition: .3s;
}
.btn-level-3:hover{
  background-color:  #C0A16B;
  color: white;
  transition: .3s;
}
.btn-outline-primary{
  border: 1px solid #1E293B;
  color:#1E293B ;
  margin: 5px;
}
.btn-outline-primary:hover{
  border: 1px solid #1E293B;
  background-color: #1E293B;
  color:white ;
  margin: 5px;
}
  @media (max-width: 576px) {
    .btn-80-mobile {
      width: 80% !important;
      display: inline-block;
    }
  }
.main-nav {
  z-index: 1;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0D9488;
}
.main-nav .navbar-brand {
  padding: 0;
}
.main-nav .navbar-brand img{
  margin: 10px;
  width: 70px;
}
.main-nav .navbar-nav .nav-item {
  position: relative;
}
.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .5px;
  padding:0 20px ;
  line-height: 45px;
  color: white;
}
.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: #1e293b;
  transition:  .3s;
}
@media (max-width: 992px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    line-height: 25px;
  }
}
.main-nav .navbar-nav .nav-item .nav-link span i {
  font-size: 11px;
}
.main-nav .navbar-nav .nav-item.active .nav-link {
  color: #1E293B;
}
.main-nav .navbar-nav .nav-item.active .nav-link:before {
  content: '';
  background:   #0D9488;
  width: 60%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 20%;
}
@media (max-width: 992px) {
  .main-nav .navbar-nav .nav-item.active .nav-link:before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-nav .dropdown-menu {
    display: none;
    position: static;
    float: none;
    width: 100%;
    margin-top: 0;
    background-color: #008b8b;
  }
  .navbar-nav .dropdown.show .dropdown-menu {
    display: block;
  }
}
.dropdown-menu {
  border-radius: 0 !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: block;
  pointer-events: none;
}
.nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  background-color: #0D9488;
  color: white;
}
@media (max-width: 768px) {
  .footer-main {
    padding: 50px 0;
  }
}
.footer-main .block ul.social-icon li a {
  text-decoration: none;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 38px;
}
@media (max-width: 768px) {
  .footer-main .block {
    margin-bottom: 40px;
  }
}
.scroll-top-to {
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #0D9488;
  color: #fff;
  transition: 0.3s;
  z-index: 999556;
  cursor: pointer;
  display: none;
}
.scroll-top-to:hover {
  background: #333;
}
@media (max-width: 768px) {
  .scroll-top-to {
    bottom: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.services .service-block {
  background: #fff;
  padding: 30px 40px;
  margin-bottom: 30px;
  border-radius: 5px;
}
.services .service-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .services .service-block:last-child {
    margin-bottom: 30px;
  }
}
.services .service-block h3 {
  line-height: 30px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}
.services .service-block i {
  font-size: 30px;
  color: #0D9488;
  margin-bottom: 15px;
  display: inline-block;
}
.services .service-block p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 992px) {
  .services .col-lg-4.m-auto {
    display: none;
  }
}
@media (max-width: 768px) {
  .service .service-thumb {
    width: 80%;
    margin: 0 auto;
  }
}
.service .service-box {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .service .service-box {
    width: 80%;
    margin: 0 auto;
  }
}
.service .service-box .service-item {
  text-align: center;
  padding: 10px;
  margin: 20px 0;
}
.service .service-box .service-item i {
  font-size: 20px;
  color: #0D9488;
  display: inline-block;
  margin-bottom: 10px;
}
.service .service-box .service-item p {
  font-size: 14px;
}
.feature .feature-content h2,
.feature .feature-content p {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .feature .feature-content h2,
  .feature .feature-content p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .feature .testimonial {
    text-align: center;
  }
}
.feature .testimonial p {
  font-family: "Lora", serif;
  margin-bottom: 10px;
  font-style: italic;
  color: #242424;
}
.feature .testimonial ul.meta li {
  font-size: 12px;
  margin-right: 10px;
}
.gradient-banner {
  padding: 100px 0 170px;
  position: relative;
  overflow: hidden;
}
.gradient-banner::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120%;
  height: 200%;
  border-radius: 30%;
  background-image: linear-gradient(135deg, #0D9488 50%, #F9FAFB 90%);
}
.icon-box {
  height: 80px;
  width: 80px;
  text-align: center;
  background: #0D9488;
}
.icon-box i {
  line-height: 80px;
  font-size: 30px;
}
.animate-fade-in-left {
  animation: fadeInLeft .6s ease-out forwards;
}
.animate-fade-in-right {
  animation: fadeInRight .6s ease-out forwards;
}
.animate-fade-in-left:nth-child(1) { animation-delay: 0.7s; }
.animate-fade-in-left:nth-child(2) { animation-delay: 0.7s; }
.animate-fade-in-left:nth-child(3) { animation-delay: 0.7s; }
.animate-fade-in-right { animation-delay: 0.7s; }

.features {
  padding: 60px 30px;
}
.feature-box {
  background-color: white;
  padding: 20px 25px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 5px;
}
.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.feature-box i {
  font-size: 26px;
  color: #0D9488;
  padding: 10px;
  margin-right: 15px;
}
.feature-box h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.section .bi {
  color: #0D9488;
  font-size: 2.3rem;
  transition: transform 0.3s ease, color 0.3s ease;
}
.section .bi:hover {
  transform: scale(1.2);
  color: #22c55e;
}
button.btn-outline-dark {
  transition: all 0.3s ease-in-out;
}
button.btn-outline-dark:hover {
  background-color: #0D9488;
  color: #fff;
}
.nav-link-box {
  flex: 1 1 25%;
  border: 1px solid #1E293B;
  padding: 7px 10px;
  transition: all 0.3s ease;
}
.nav-link-box {
  background-color: white;
  border: 1px solid black;
  transition: 0.5s;
  &:hover {
  border: 1px solid #1E293B;
    border-color: #000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    background-color: #1E293B;
    h6 {
      color: white;
    }
    i{
      color: white;
    }
  }
}
.nav-link-box .icon {
  font-size: 2rem;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .nav-link-box {
    flex: 1 1 50%;
  }
}
@media (max-width: 576px) {
  .nav-link-box {
    flex: 1 1 100%;
  }
}
.recomedaciones{
  margin-top: 7vh;
}
.hero-index{
  margin-top: 10vh;
}
.hero-primary{
  position: relative;
  background-color: #0D9488;
  height: 100vh;
  color: #fff;
  text-align: center;
  overflow: hidden;
  background-size: contain;
}
.hero-secondary{
  position: relative;
  background-color: #1E293B;
  height: 100vh;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding-top: 7vh;
  background-size: contain;
}
.hero-section{
  padding-top: 10vh;
}
.hero-text{
  padding-right: 10%;
}
.description-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.description-section h2 {
  color: #1e293b;
}
.description-section p.lead {
  font-size: 1.2rem;
  color: #555;
}
.description-section p {
  max-width: 800px;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .hero-secondary {
    padding-top: 5vh;
    padding-bottom: 5vh;
    height: 50vh;
  }
  .hero-primary {
   padding-top: 5vh;
   padding-bottom: 5vh;
   height: 50vh;
  }
}
@media (max-width: 767px) {
  .hero-secondary {
    padding-top: 5vh;
    padding-bottom: 5vh;
    height: 60vh;
  }
  .hero-primary {
   padding-top: 5vh;
   padding-bottom: 5vh;
   height: 60vh;
  }
}
.card-body {
  padding: 2rem;
  text-align: center;
}
.card-body h5 {
  font-size: 1.25rem;
  font-weight: 600;
}
.card-body p {
  color: #6c757d;
}
.benefit-card {
  border-radius: 1rem;
  background-color: #f9f9f9;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.icon-circle {
  width: 70px;
  height: 70px;
  background-color: #0D9488;
  color: white;
  border-radius: 50%;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: background-color 0.3s ease;
}
.benefit-card-group:hover .benefit-card {
  transform: scale(0.95);
  opacity: 0.6;
  transition: all 0.3s ease;
}
.benefit-card:hover {
  transform: scale(1.05) !important;
  opacity: 1 !important;
  z-index: 1;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
.benefit-card:hover h5,
.benefit-card:hover p {
  transform: scale(1.02);
  transition: transform 0.2s ease;
}
.benefit-card:hover .icon-circle {
  background-color: #1E293B;
}
.benefit-card h5 {
  color: #0D9488;
}
.benefit-card:hover h5{
  color: #1E293B;
}
.benefit-card p {
  font-size: 0.9rem;
  line-height: 1.5;
}
.benefit-card{
  border: #0D9488 1PX solid;
}
.benefit-card:hover {
  border: #1E293B 1PX solid;
}
.timeline-process::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #e0e0e0;
  z-index: 0;
}
@media (max-width: 575.98px) {
  .timeline-process::before {
    display: none;
  }
}
.step-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #1E293B;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  margin: 0 auto;
}
.timeline-step .step-icon:hover  {
  transform: scale(1.1);
  background-color: #0D9488;
}
ul.list-unstyled li {
  margin-bottom: 0.5rem;
  padding-left: 0;
}
.plan-group .card,
.plan-group .h-100 {
  transition: all 0.3s ease;
  transform: scale(1);
  opacity: 1;
}
.plan-group:hover .card,
.plan-group:hover .h-100 {
  transform: scale(0.96);
  opacity: 0.6;
}
.plan-group .card:hover,
.plan-group .h-100:hover {
  transform: scale(1.05);
  opacity: 1;
}
.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px;
}
.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 20px rgba(0,0,0,0.15);
}
.contact-form {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 1rem;
  border: 2px solid #0D9488;
  background-color: #f1f1f1;
  border-radius: 12px;
  font-size: 1rem;
}
.contact-form label {
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: -0.5rem;
}
.contact-form textarea {
  resize: none;
}
.contact-form button {
  border: none;
  padding: 0.9rem 1.5rem;
  border-radius: 2rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 6px;
}
@media (max-width: 576px) {
  .justify-mobile {
    text-align: center!important;
  }
}
