/* Archivo para ajustes responsive */



/* Responsive adjustments for Navbar */
@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: #fff;
    padding: 20px;
  }

  .nav-link {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .dropdown-list {
    position: static;
    width: 100%;
    box-shadow: none;
  }

  .dropdown-link {
    padding-left: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .logo-block {
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-block img {
    width: 150px;
  }
}



/* Responsive adjustments for Hero Section */
@media screen and (max-width: 991px) {
  .image-hero {
    height: 60vh;
  }

  .overall-hero-title {
    font-size: 3em;
    line-height: 1.2;
  }

  .button.outline.ini {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .image-hero {
    height: 50vh;
  }

  .overall-hero-title {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 479px) {
  .image-hero {
    height: 40vh;
  }

  .overall-hero-title {
    font-size: 2em;
  }

  .full-hero-content-block {
    padding: 0 10px;
  }
}



/* Responsive adjustments for Services Section */
@media screen and (max-width: 991px) {
  .section.feature-section.tt.io {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .browser-mockup-right.pro {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .feature-text-block {
    text-align: center;
    margin-top: 30px;
  }

  .small-features-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .long-feature-block {
    width: 90%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section.feature-section.tt.io {
    padding-left: 15px;
    padding-right: 15px;
  }

  .browser-mockup-right.pro {
    width: 90%;
  }

  .long-feature-block {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section.feature-section.tt.io {
    padding-left: 10px;
    padding-right: 10px;
  }

  .browser-mockup-right.pro {
    width: 100%;
  }
}



/* Responsive adjustments for Specialties Section */
@media screen and (max-width: 991px) {
  .section.tint.inio.eee {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-wrapper {
    width: auto;
  }

  .section-title.lolo.pp {
    width: auto;
    height: auto;
    font-size: 40px;
    line-height: 1.2;
  }

  .section-description.ij {
    width: auto;
  }

  .process-tab-menu {
    flex-direction: column;
    align-items: center;
  }

  .process-tab-button {
    width: 90%;
    margin-bottom: 10px;
  }

  .process-tab-row.w-row {
    flex-direction: column;
  }

  .process-tab-col-left, .process-tab-col-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .block-quote, .block-quote-2, .block-quote-3, .block-quote-4, .block-quote-5 {
    margin-bottom: 20px;
  }

  .text-column.w-col.w-col-3 {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section.tint.inio.eee {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title.lolo.pp {
    font-size: 30px;
  }

  .process-tab-button {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section.tint.inio.eee {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-title.lolo.pp {
    font-size: 24px;
  }
}



/* Responsive adjustments for Integral Attention Section */
@media screen and (max-width: 991px) {
  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-7 {
    flex-direction: column;
    align-items: center;
  }

  .top-line-block.lop {
    width: 100%;
  }

  .text-row.w-row {
    flex-direction: column;
  }

  .text-column.w-col.w-col-3 {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .text-column.w-col.w-col-3 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .text-column-title.number.dsd {
    font-size: 3em;
  }

  .text-column-title.ini._43 {
    font-size: 1.5em;
  }
}



/* Responsive adjustments for Testimonials Section */
@media screen and (max-width: 991px) {
  .section.tint.plo {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonial-block {
    flex-direction: column;
    align-items: center;
  }

  .testimonial-image-wrapper {
    margin-bottom: 20px;
  }

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

@media screen and (max-width: 767px) {
  .section.tint.plo {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .section.tint.plo {
    padding-left: 10px;
    padding-right: 10px;
  }
}


/* Responsive adjustments for Contact Section */
@media screen and (max-width: 991px) {
  .section.blue-cta-section.fff {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-content-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .button.cta-button {
    width: auto;
    margin-right: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section.blue-cta-section.fff {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .section.blue-cta-section.fff {
    padding-left: 10px;
    padding-right: 10px;
  }
}


/* Responsive adjustments for Footer */
@media screen and (max-width: 991px) {
  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .footer-social-links {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .footer-column {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .footer-column {
    margin-bottom: 15px;
  }
}


/* General responsive improvements */
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .w-row {
    flex-direction: column;
  }

  .w-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .w-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  h2 {
    font-size: 24px;
    line-height: 30px;
  }

  h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  h1 {
    font-size: 28px;
    line-height: 34px;
  }

  h2 {
    font-size: 20px;
    line-height: 26px;
  }

  h3 {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }
}


/* Mobile navigation improvements */
@media screen and (max-width: 991px) {
  .fixed-nav-menu-button {
    display: block;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1000;
    padding: 80px 20px 20px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }

  .nav-menu.w--nav-menu-open {
    transform: translateX(0);
  }

  .nav-link {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    text-align: left;
  }

  .dropdown {
    position: static;
  }

  .dropdown-list {
    position: static;
    background-color: #f5f5f5;
    margin-top: 0;
    padding: 10px 0;
  }

  .dropdown-link {
    padding: 10px 20px;
  }
}

/* Touch-friendly buttons */
@media screen and (max-width: 767px) {
  .button {
    min-height: 44px;
    padding: 12px 20px;
  }

  .nav-link {
    min-height: 44px;
    padding: 15px 0;
  }
}

/* Improved text readability on mobile */
@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }

  .nav-link {
    font-size: 16px;
  }
}


/* Images and videos responsive */
@media screen and (max-width: 991px) {
  img {
    max-width: 100%;
    height: auto;
  }

  .hero-video-3 {
    width: 100%;
    height: auto;
  }

  video {
    width: 100%;
    height: auto;
  }

  .about-hero-image {
    width: 100%;
    height: auto;
  }
}

/* Tablet specific adjustments */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .section.tint.inio.eee {
    height: auto;
    padding: 40px 30px;
  }

  .section.feature-section.tt.io {
    height: auto;
    padding: 40px 30px;
  }

  .process-tab-menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .process-tab-button {
    width: 45%;
    margin: 5px;
  }
}

/* Large mobile specific adjustments */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .section-title.lolo.pp {
    font-size: 28px;
  }

  .overall-hero-title {
    font-size: 2.2em;
  }

  .process-tab-button {
    width: 80%;
  }
}

/* Small mobile specific adjustments */
@media screen and (max-width: 479px) {
  .section-title.lolo.pp {
    font-size: 22px;
    text-align: center;
  }

  .overall-hero-title {
    font-size: 1.8em;
    text-align: center;
  }

  .process-tab-button {
    width: 100%;
    margin-bottom: 5px;
  }

  .text-column-title.number.dsd {
    font-size: 2.5em;
  }

  .button.outline.ini {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

