body {
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 16px;
  line-height: 1.8;
  color: black; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5 {
  color: #000;
  font-family: "K2D", sans-serif; }

.btn, .form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.btn.btn-primary {
  color: #fff;
  border-width: 2px; }
  .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    border-color: #3395ff;
    background: #3395ff; }

.btn.btn-sm {
  font-size: 12px; }

.btn.btn-outline-primary {
  border-width: 2px;
  color: #007bff; }
  .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active {
    color: #fff; }

.btn.btn-outline-white {
  border-width: 2px;
  border-color: #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .2em; }
  .btn.btn-outline-white:hover, .btn.btn-outline-white:focus {
    background: #fff;
    color: #000; }

/* Header */
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5; }
  header .navbar-brand {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 700;
    position: relative;
    z-index: 7; }
    header .navbar-brand span {
      color: #007bff; }
    @media (max-width: 991.98px) {
      header .navbar-brand {
        position: relative !important; } }
  header .top-bar {
    background: #dee2e6; }
    header .top-bar a {
      color: #fff;
      padding: 10px;
      font-size: 13px;
      display: inline-block; }
    header .top-bar .cta-btn {
      display: inline-block;
      padding-right: 15px;
      padding-left: 15px;
      background: #17a2b8; }
      header .top-bar .cta-btn:hover {
        -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1); }
    header .top-bar .social {
      margin-bottom: 0; }
      header .top-bar .social li {
        display: inline-block;
        text-align: center; }
        header .top-bar .social li a {
          color: #fff;
          padding: 10px;
          width: 40px;
          display: inline-block; }
          @media (max-width: 991.98px) {
            header .top-bar .social li a {
              padding-left: 10px;
              padding-right: 10px;
              width: inherit; } }
          header .top-bar .social li a:hover {
            background: #17a2b8;
            color: #fff;
            -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1); }
  header .navbar {
    padding-top: 0;
    padding-bottom: 0;
    background: white !important; }
    @media (max-width: 1199.98px) {
      header .navbar {
        background: white !important;
        padding-top: .5rem;
        padding-bottom: .5rem; } }
    header .navbar .cta-btn2 {
     
      right: 0; }
      @media (max-width: 1199.98px) {
        header .navbar .cta-btn2 {
          position: relative;
          right: 0; } }
    header .navbar .nav-link {
      padding: 1.2rem 1rem !important;
      outline: none !important; }
      @media (max-width: 1199.98px) {
        header .navbar .nav-link {
          padding: .5rem 0rem; } }
      @media (max-width: 991.98px) {
        header .navbar .nav-link {
          padding: 0.5rem 0rem !important; } }
      header .navbar .nav-link.active {
            color: #c3b412 !important;
    font-weight: bold; }
    header .navbar .dropdown-menu {
      font-size: 14px;
      border-radius: 0px;
      border: none;
      -webkit-box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.2);
      min-width: 13em;
      position: relative;
      margin-top: -10px; }
      header .navbar .dropdown-menu .dropdown-item:hover {
        background: #007bff;
        color: #fff; }
      header .navbar .dropdown-menu .dropdown-item.active {
        background: #007bff;
        color: #fff; }
      header .navbar .dropdown-menu a {
        padding-top: 7px;
        padding-bottom: 7px; }
    header .navbar .cta-btn a {
      background: #007bff;
      color: #000 !important;
      padding-left: 20px !important;
      padding-right: 20px !important;
      text-transform: uppercase;
      padding-top: 26px !important;
      padding-bottom: 26px !important;
      line-height: 1;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      header .navbar .cta-btn a:hover {
        color: #fff !important;
        -webkit-box-shadow: 2px 0 30px -5px rgba(0, 123, 255, 0.9);
        box-shadow: 2px 0 30px -5px rgba(0, 123, 255, 0.9); }

.cta-overlap {
  margin-bottom: -4em;
  position: relative;
  z-index: 100; }
  .cta-overlap .text {
    background: #007bff;
    padding: 3em 2em;
    -webkit-box-shadow: 0 1px 30px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 30px -4px rgba(0, 0, 0, 0.2); }
    @media (max-width: 991.98px) {
      .cta-overlap .text {
        padding: 30px 15px;
        display: block !important;
        text-align: center; } }
    .cta-overlap .text h2 {
      margin-bottom: 0;
      color: #fff; }
      @media (max-width: 991.98px) {
        .cta-overlap .text h2 {
          margin-bottom: 20px;
          font-size: 26px; } }

.custom-icon {
  font-size: 70px;
  color: #007bff; }

/* Owl Carousel */
.owl-carousel .owl-item {
  opacity: .4; }
  .owl-carousel .owl-item.active {
    opacity: 1; }

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px; }
    .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-prev:active,
    .owl-carousel .owl-nav .owl-next:hover,
    .owl-carousel .owl-nav .owl-next:focus,
    .owl-carousel .owl-nav .owl-next:active {
      outline: none; }
    .owl-carousel .owl-nav .owl-prev span:before,
    .owl-carousel .owl-nav .owl-next span:before {
      font-size: 40px; }
  .owl-carousel .owl-nav .owl-prev {
    left: 30px !important; }
  .owl-carousel .owl-nav .owl-next {
    right: 30px !important; }

.owl-carousel .owl-dots {
  text-align: center; }
  .owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6; }
    .owl-carousel .owl-dots .owl-dot.active {
      background: #007bff; }

.owl-carousel.home-slider {
  z-index: 1;
  position: relative; }
  .owl-carousel.home-slider .owl-nav {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .owl-carousel.home-slider .owl-nav button {
      color: #fff; }
  .owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
    opacity: 1;
    visibility: visible; }
  .owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: calc(100vh - 117px);
    min-height: 450px; }
    .owl-carousel.home-slider .slider-item .slider-text {
      color: #fff;
      height: calc(100vh - 117px);
      min-height: 450px; }
      .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 3rem;
        color: #fff;
        line-height: 1.2;
        font-weight: 700 !important;
        /* text-transform: uppercase; */ }
        @media (max-width: 991.98px) {
          .owl-carousel.home-slider .slider-item .slider-text h1 {
            font-size: 40px; } }
      .owl-carousel.home-slider .slider-item .slider-text p {
        font-size: 20px;
        line-height: 1.5;
        font-weight: 300;
        color: white; }
  .owl-carousel.home-slider.inner-page .slider-item {
    height: calc(50vh - 117px);
    min-height: 500px; }
    .owl-carousel.home-slider.inner-page .slider-item .slider-text {
      color: #fff;
      height: calc(50vh - 117px);
      min-height: 500px; }
  .owl-carousel.home-slider .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%; }
    .owl-carousel.home-slider .owl-dots .owl-dot {
      width: 18px;
      height: 18px;
      margin: 5px;
      border-radius: 50%;
      background: #e6e6e6;
      background: none;
      outline: none !important;
      position: relative;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .owl-carousel.home-slider .owl-dots .owl-dot span {
        position: absolute;
        width: 20px;
        height: 3px;
        background: rgba(255, 255, 255, 0.5);
        left: 50%;
        top: 50%;
        display: block; }
      .owl-carousel.home-slider .owl-dots .owl-dot.active span {
        background: white; }

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px; }

.owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057; }
  .owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
    color: #6c757d;
    outline: none; }
  .owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
    color: #dee2e6; }

.owl-carousel.major-caousel .owl-nav .owl-prev {
  left: -60px !important; }

.owl-carousel.major-caousel .owl-nav .owl-next {
  right: -60px !important; }

.owl-carousel.major-caousel .owl-dots {
  bottom: -30px !important;
  position: relative; }

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10; }
  .owl-custom-nav .owl-custom-prev,
  .owl-custom-nav .owl-custom-next {
    padding: 10px;
    font-size: 30px;
    background: #ccc;
    line-height: 0;
    width: 60px;
    text-align: center;
    display: inline-block; }

.section {
  padding: 1em 0; }

.cta-link {
  background: #007bff;
  padding: 3.5em 0 3em 0;
  display: block;
  text-align: center; }
  .cta-link:focus, .cta-link:active {
    outline: none; }
  .cta-link span {
    line-height: 1.2; }
  .cta-link .sub-heading {
    color: #fff;
    display: block;
    font-size: 20px; }
  .cta-link .heading {
    font-size: 50px;
    color: #001933; }
    @media (max-width: 991.98px) {
      .cta-link .heading {
        font-size: 30px; } }
  .cta-link:hover {
    background: #006fe6; }

.cover_1 {
  background-size: cover;
  background-position: center center;
  padding: 7em 0; }
  .cover_1 .sub-heading {
    color: rgba(255, 255, 255, 0.7);
    font-size: 22px; }
  .cover_1 .heading {
    font-size: 50px;
    color: white;
    font-weight: 300; }

.heading {
  color: #000; }
  .heading.border-bottom {
    position: relative;
    padding-bottom: 30px;
    border-bottom: none !important; }
    .heading.border-bottom:before {
      bottom: 0;
      position: absolute;
      content: "";
      width: 50px;
      height: 2px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #007bff; }
    .heading.border-bottom.text-left:before {
      left: 0;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }

.text-black {
  color: #000 !important; }

.stretch-section .video {
  display: block;
  position: relative;
  -webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5); }

.media-feature {
  padding: 30px;
  -webkit-transition: .2s all ease-out;
  -o-transition: .2s all ease-out;
  transition: .2s all ease-out;
  background: #fff;
  z-index: 1;
  position: relative;
  border-bottom: 10px solid transparent;
  border-radius: 4px;
  font-size: 15px; }
  .media-feature .icon {
    font-size: 60px;
    color: #007bff; }
  .media-feature h3 {
    font-size: 16px;
    text-transform: uppercase; }
  .media-feature:hover, .media-feature:focus {
    -webkit-box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2;
    border-bottom: 10px solid #007bff; }

.media-custom {
  background: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  margin-bottom: 30px; }
  .media-custom .meta-post {
    color: #ced4da;
    font-size: 13px;
    text-transform: uppercase; }
  .media-custom .meta-chat {
    color: #ced4da; }
    .media-custom .meta-chat:hover {
      color: #6c757d; }
  .media-custom:focus, .media-custom:hover {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2); }
  .media-custom .media-body {
    padding: 30px; }
    .media-custom .media-body h3 {
      font-size: 20px; }
    .media-custom .media-body p:last-child {
      margin-bottom: 0; }

.media-testimonial img {
  width: 100px;
  border-radius: 50%; }

.media-testimonial blockquote p {
  font-size: 20px;
  color: #000;
  font-style: italic; }

.list-unstyled.check li {
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px; }
  .list-unstyled.check li:before {
    color: #17a2b8;
    left: 0;
    font-family: "Ionicons";
    content: "\f122";
    position: absolute; }

#modalAppointment .modal-content {
  border-radius: 0;
  border: none; }

#modalAppointment .modal-body, #modalAppointment .modal-footer {
  padding: 40px; }

.site-footer {
  padding: 10em 0 5em 0;
  background: #f2f2f2;
  font-size: 13px; }
  .site-footer p:last-child {
    margin-bottom: 0; }
  .site-footer a {
    color: #007bff; }
    .site-footer a:hover {
      color: #007bff; }
  .site-footer h3 {
    font-size: 15px;
    margin-bottom: 20px; }
  .site-footer .footer-link li {
    line-height: 1.5;
    margin-bottom: 15px; }
  .site-footer hr {
    width: 100%; }

.footer-social a {
  line-height: 0;
  border-radius: 50%;
  margin: 0 5px 5px 0;
  border: 1px solid #ccc;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block; }
  .footer-social a:hover {
    background: #007bff;
    border-color: #007bff;
    color: #fff; }

.link-thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center; }
  .link-thumbnail img {
    position: relative;
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .link-thumbnail .icon {
    position: absolute;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    z-index: 4;
    top: 50%;
    font-size: 30px;
    color: #fff;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    margin-top: 30px; }
  .link-thumbnail h3 {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: -20px;
    left: 0;
    color: #fff;
    font-size: 18px;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    z-index: 10;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .link-thumbnail:before {
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute; }
  .link-thumbnail:hover h3 {
    opacity: 1;
    visibility: visible;
    bottom: 0px; }
  .link-thumbnail:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .link-thumbnail:hover .icon {
    opacity: 1;
    visibility: visible;
    margin-top: 0px; }
  .link-thumbnail:hover:before {
    opacity: 1;
    visibility: visible; }

.border-t {
  border-top: 1px solid #f8f9fa; }

.copyright {
  font-size: 14px; }

.element-animate {
  opacity: 0;
  visibility: hidden; }

#loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }


@media (max-width: 768px) {  
.owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: calc(20vh - 117px);
    min-height: 350px; }
    .owl-carousel.home-slider .slider-item .slider-text {
      color: #fff;
      height: calc(20vh - 117px);
      min-height: 350px; margin-left:1%;}
	  
	 .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 14px;
    }
	
	.owl-carousel.home-slider .slider-item .slider-text p {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 300;
    color: white;
}
	
	.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
	font-size: 10px; }
	

}

.izq{margin-left:-40%;}

.header-logo a {
  display: block;
  padding: 0;
  outline: 0;
  border: none;
}

.header-logo img {
  width: 160px;
  
}




.about-section {
  padding: 80px 6%;
  background: #f7f8fa;
  font-family: Arial, sans-serif;
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.about-text span {
  color: #2b6cff;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.about-text h2 {
  color: #0b2344;
  font-size: 48px;
  line-height: 1.18;
  font-weight: 800;
  margin: 35px 0 24px;
}

.about-line {
  width: 70px;
  height: 4px;
  background: #2b6cff;
  margin-bottom: 34px;
}

.about-description {
  color: #334155;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.about-features {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.about-feature {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.feature-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 50%;
  background: #eaf2ff;
  color: #2b6cff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
}

.about-feature h3 {
  color: #0b2344;
  font-size: 20px;
  margin: 0 0 8px;
  font-weight: 700;
}

.about-feature p {
  color: #475569;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.about-image {
  position: relative;
}

.about-image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 22px;
  display: block;
}

.about-badge {
  position: absolute;
  right: 35px;
  bottom: -30px;
  width: 250px;
  background: #ffffff;
  padding: 28px 24px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.about-badge span {
  display: block;
  color: #2b6cff;
  font-size: 58px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 10px;
}

.about-badge h4 {
  color: #0b2344;
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 800;
}

.about-badge p {
  color: #475569;
  font-size: 15px;
  margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .about-container {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .about-text h2 {
    font-size: 38px;
  }

  .about-image img {
    height: 460px;
  }
}

@media (max-width: 576px) {
  .about-section {
    padding: 60px 5%;
  }

  .about-text h2 {
    font-size: 32px;
    margin: 25px 0 20px;
  }

  .about-description {
    font-size: 16px;
  }

  .about-image img {
    height: 360px;
  }

 
}



.servicios {
  padding: 10px 6%;
  background: #f7f8fa;
  font-family: Arial, sans-serif;
}

.servicios-header {
  text-align: center;
  margin-bottom: 35px;
}

.servicios-header span {
  color: #c89b2c;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.servicios-header h2 {
  color: #0b2344;
  font-size: 34px;
  margin-top: 8px;
  font-weight: 800;
}

.servicios-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.servicio-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.servicio-card:hover {
  transform: translateY(-8px);
}

.servicio-img {
  position: relative;
  height: 350px;
}

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

.servicio-icon {
  position: absolute;
  left: 20px;
  bottom: -28px;
  width: 56px;
  height: 56px;
  background: #0b2344;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  border: 4px solid #fff;
}

.servicio-content {
  padding: 45px 22px 25px;
}

.servicio-content h3 {
  color: #0b2344;
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 800;
}

.servicio-content p {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.servicio-content::after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background: #c89b2c;
  margin-top: 12px;
}

/* Responsive */
@media (max-width: 992px) {
  .servicios-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .servicios-header h2 {
    font-size: 26px;
  }
}

.btn-servicio{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    color: #0b2344;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.btn-servicio::after{
    content: "→";
    transition: .3s;
}

.btn-servicio:hover{
    color: #c89b2c;
}

.btn-servicio:hover::after{
    transform: translateX(5px);
}


.why-section {
  padding: 60px 6%;
  background: #0b2344;
  font-family: Arial, sans-serif;
  color: #fff;
  overflow: hidden;
}

.why-content {
  max-width: 1200px;
  margin: 0 auto;
}

.why-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 40px;
}

.why-header span {
  color: #c89b2c;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.why-header span::after {
  content: "";
  width: 55px;
  height: 3px;
  background: #c89b2c;
  display: block;
  margin: 12px auto 0;
}

.why-header h2 {
  font-size: 36px;
  font-weight: 800;
  margin: 18px 0 14px;
  color: #ffffff;
}

.why-header p {
  font-size: 16px;
  line-height: 1.6;
  color: #f1f5f9;
  margin: 0;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.why-item {
  text-align: center;
  padding: 0 28px;
  position: relative;
}

.why-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25px;
  width: 1px;
  height: 150px;
  background: rgba(200, 155, 44, 0.75);
}

.why-icon {
  width: 95px;
  height: 95px;
  margin: 0 auto 18px;
  border: 3px solid #c89b2c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c89b2c;
  font-size: 38px;
  transition: .35s ease;
}

.why-item:hover .why-icon {
  background: #c89b2c;
  color: #0b2344;
  transform: translateY(-6px);
}

.why-item h3 {
  color: #ffffff;
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 10px;
}

.why-line {
  display: block;
  width: 38px;
  height: 3px;
  background: #c89b2c;
  margin: 0 auto 16px;
}

.why-item p {
  color: #f1f5f9;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 0;
  }

  .why-item:nth-child(2)::after {
    display: none;
  }

  .why-header h2 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .why-section {
    padding: 50px 5%;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .why-item {
    padding: 0 15px;
  }

  .why-item::after {
    display: none !important;
  }

  .why-header h2 {
    font-size: 28px;
  }

  .why-header p {
    font-size: 15px;
  }

  .why-icon {
    width: 85px;
    height: 85px;
    font-size: 34px;
  }
}



.about-badge{
    position:absolute;
    right:35px;
    bottom:-25px;

    width:320px;

    background:#fff;

    padding:25px;

    border-radius:18px;

    display:flex;
    align-items:center;
    gap:20px;

    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.badge-icon{
    width:65px;
    height:65px;

    min-width:65px;

    background:#0b2344;
    color:#c89b2c;

    border-radius:14px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:28px;

    box-shadow:0 8px 20px rgba(11,35,68,.25);
}

.badge-content h4{
    margin:0 0 8px;

    color:#0b2344;

    font-size:28px;
    font-weight:800;
}

.badge-content p{
    margin:0;

    color:#64748b;

    font-size:16px;
    line-height:1.5;
}

@media (max-width: 576px){

    .about-badge{
        position:relative;
        right:auto;
        bottom:auto;

        width:100%;
        margin-top:20px;
    }

}


.cta-contacto{
  margin: 50px 0;
  font-family: Arial, sans-serif;
}

.cta-container{
  background: linear-gradient(135deg, #0b2344 0%, #1d4ed8 100%);
  padding: 28px 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.cta-left{
    display:flex;
    align-items:center;
    gap:20px;
    flex:1;
    min-width:0;
}

.cta-icon{
  color: #c89b2c;
  font-size: 48px;
  flex-shrink: 0;
}

.cta-text h2{
  color: #fff;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
  
}

.cta-line{
  width: 70px;
  height: 4px;
  background: #c89b2c;
  margin: 12px 0;
  border-radius: 10px;
}

.cta-text p{
  color: rgba(255,255,255,.9);
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.cta-buttons{
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}

.cta-btn{
  min-width: 240px;
  height: 60px;
  padding: 0 22px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: .3s ease;
}

.cta-btn i{
  font-size: 22px;
}

.cta-btn.whatsapp{
  background: #25D366;
  color: #fff;
}

.cta-btn.quote{
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

.cta-btn:hover{
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .cta-contacto {
    margin: 40px 0;
  }

  .cta-container {
    padding: 35px 22px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 22px;
  }

  .cta-left {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 100%;
  }

  .cta-icon {
    font-size: 42px;
  }

  .cta-text h2 {
    font-size: 28px;
    line-height: 1.2;
    white-space: normal;
  }

  .cta-line {
    margin: 12px auto;
  }

  .cta-text p {
    font-size: 15px;
    line-height: 1.5;
    max-width: 280px;
  }

  .cta-buttons {
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }

  .cta-btn {
    width: 100%;
    min-width: 0;
    height: 56px;
    font-size: 14px;
  }
}




.info-final{
    background:#0b2344;
    color:#fff;
}

.barra-superior{
    height:4px;
    background:#c89b2c;
}

.contenedor-info{
    max-width:1400px;
    margin:auto;

    padding:60px 5% 45px;

    display:grid;
    grid-template-columns:2fr 1.2fr 1fr 1fr;
    gap:50px;
}

/* LOGO */

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

.empresa p{
    color:rgba(255,255,255,.85);
    line-height:1.8;
    font-size:17px;
    margin-bottom:30px;
    max-width:520px;
}

/* BENEFICIOS */

.beneficios{
    list-style:none;
    padding:0;
    margin:0;
}

.beneficios li{
    display:flex;
    align-items:center;
    gap:15px;

    margin-bottom:22px;

    font-size:17px;
    font-weight:500;
}

.beneficios i{
    color:#c89b2c;
    font-size:20px;
}

/* TITULOS */

.columna-info h3{
    color:#ffffff;
    font-size:32px;
    font-weight:700;

    margin-bottom:30px;

    position:relative;
}

.columna-info h3::after{
    content:"";

    position:absolute;
    left:0;
    bottom:-12px;

    width:75px;
    height:3px;

    background:#c89b2c;
}

/* CONTACTO */

.datos-contacto{
    list-style:none;
    padding:0;
    margin:0;
}

.datos-contacto li{
    display:flex;
    align-items:flex-start;
    gap:14px;

    margin-bottom:28px;

    font-size:16px;
    line-height:1.7;
}

.datos-contacto i{
    color:#c89b2c;
    font-size:18px;
    margin-top:5px;
    min-width:20px;
}

/* SERVICIOS */

.enlaces-servicios{
    list-style:none;
    padding:0;
    margin:0;
}

.enlaces-servicios li{
    margin-bottom:22px;
}

.enlaces-servicios a{
    color:rgba(255,255,255,.9);
    text-decoration:none;

    transition:.3s ease;

    font-size:17px;
}

.enlaces-servicios a:hover{
    color:#c89b2c;
    padding-left:8px;
}

/* REDES */

.redes-sociales{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.redes-sociales a{
    width:52px;
    height:52px;

    border:1px solid rgba(255,255,255,.25);

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    font-size:18px;

    transition:.3s ease;
}

.redes-sociales a:hover{
    background:#c89b2c;
    border-color:#c89b2c;

    transform:translateY(-3px);
}

/* COPYRIGHT */

.copyright-shalom{
    border-top:1px solid rgba(255,255,255,.1);

    margin-top:20px;

    text-align:center;

    padding:25px;
}

.copyright-shalom p{
    margin:0;

    color:rgba(255,255,255,.7);

    font-size:15px;
}

/* TABLET */

@media(max-width:992px){

    .contenedor-info{
        grid-template-columns:1fr 1fr;
        gap:40px;
    }

}

/* MOVIL */

@media(max-width:768px){

    .contenedor-info{
        grid-template-columns:1fr;
        text-align:center;
    }

    .logo-shalom{
        margin:auto auto 20px;
    }

    .empresa p{
        margin:auto auto 30px;
    }

    .columna-info h3::after{
        left:50%;
        transform:translateX(-50%);
    }

    .datos-contacto li,
    .beneficios li{
        justify-content:center;
    }

    .redes-sociales{
        justify-content:center;
    }
}



.nosotros-interno {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  background: #0b2344;
}

.nosotros-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(5,22,48,.98) 0%,
      rgba(5,22,48,.92) 35%,
      rgba(5,22,48,.45) 55%,
      rgba(5,22,48,.05) 100%
    ),
    url("../img/logistica-puerto.png") center right / cover no-repeat;
}

.nosotros-bg::before {
  content: "";
  position: absolute;
  left: 38%;
  top: -15%;
  width: 420px;
  height: 130%;
  border-left: 8px solid #c89b2c;
  border-radius: 50%;
  transform: rotate(-8deg);
  opacity: 0.95;
}

.nosotros-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(3, 18, 40, 0.12);
}

.nosotros-contenido {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  min-height: 560px;
  margin: auto;
  padding: 70px 5%;
  display: flex;
  align-items: center;
}

.nosotros-texto {
  max-width: 600px;
  color: #ffffff;
}

.nosotros-texto span {
  color: #c89b2c;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.nosotros-texto h1 {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
  margin: 18px 0;
  color:#ffffff;
}

.nosotros-texto h1 strong {
  color: #c89b2c;
}

.linea-dorada {
  width: 60px;
  height: 4px;
  background: #c89b2c;
  margin: 20px 0;
}

.nosotros-texto > p {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,.92);
  max-width: 520px;
}

.nosotros-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.nosotros-card {
  min-height:120px;
  padding:20px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 12px;
  background: rgba(8, 32, 68, .72);
  backdrop-filter: blur(4px);
}

.nosotros-card i {
  color: #c89b2c;
  font-size: 32px;
  margin-bottom: 12px;
}

.nosotros-card h3 {
  color: #ffffff;
  font-size: 18px;
  margin: 0 0 7px;
}

.nosotros-card p {
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .nosotros-bg{
  background:
    linear-gradient(
      90deg,
      rgba(5,22,48,.98) 0%,
      rgba(5,22,48,.92) 35%,
      rgba(5,22,48,.45) 55%,
      rgba(5,22,48,.05) 100%
    ),
      url("../img/logistica-puerto.png") center / cover no-repeat;
  }

  .nosotros-bg::before {
    display: none;
  }

  .nosotros-cards {
    grid-template-columns: 1fr;
  }

  .nosotros-texto h1 {
    font-size: 34px;
  }
}

@media (max-width: 576px) {
  .nosotros-interno,
  .nosotros-contenido {
    min-height: auto;
  }

  .nosotros-contenido {
    padding: 60px 5%;
  }

  .nosotros-texto h1 {
    font-size: 30px;
  }
}

.esencia-section {
  padding: 70px 6%;
  background: #f7f9fc;
  font-family: Arial, sans-serif;
}

.esencia-header {
  text-align: center;
  margin-bottom: 45px;
}

.esencia-header h2 {
  color: #0b2344;
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.esencia-header h2::before,
.esencia-header h2::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 3px;
  background: #c89b2c;
  vertical-align: middle;
  margin: 0 16px;
}

.esencia-header p {
  color: #334155;
  margin: 0;
  font-size: 16px;
}

.esencia-contenido {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 35px;
  align-items: center;
}

.mv-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.mv-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 35px 24px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.mv-icon,
.valor-icon {
  width: 82px;
  height: 82px;
  background: #0b2344;
  color: #c89b2c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 34px;
}

.mv-card h3 {
  color: #0b2344;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-weight: 800;
}

.mv-card h3::before,
.mv-card h3::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #c89b2c;
  vertical-align: middle;
  margin: 0 8px;
}

.mv-card p {
  color: #0f172a;
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
  font-weight: 600;
}

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

.valores-title {
  margin-bottom: 28px;
}

.valores-title h3 {
  color: #0b2344;
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}

.valores-title h3::before,
.valores-title h3::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 3px;
  background: #c89b2c;
  vertical-align: middle;
  margin: 0 16px;
}

.valores-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.valor-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 28px 14px 24px;
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
  transition: .3s ease;
}

.valor-card:hover {
  transform: translateY(-6px);
}

.valor-icon {
  width: 65px;
  height: 65px;
  font-size: 26px;
  margin-bottom: 14px;
}

.valor-card span {
  color: #c89b2c;
  font-size: 28px;
  font-weight: 900;
  display: block;
  margin-bottom: 6px;
}

.valor-card p {
  color: #0b2344;
  font-size: 15px;
  font-weight: 800;
  margin: 0;
}

/* Responsive */
@media (max-width: 1100px) {
  .esencia-contenido {
    grid-template-columns: 1fr;
  }

  .valores-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .mv-cards {
    grid-template-columns: 1fr;
  }

  .valores-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .esencia-header h2::before,
  .esencia-header h2::after,
  .valores-title h3::before,
  .valores-title h3::after {
    width: 45px;
  }
}

@media (max-width: 480px) {
  .valores-grid {
    grid-template-columns: 1fr;
  }

  .esencia-header h2 {
    font-size: 26px;
  }
}

.red-global {
  padding: 80px 5%;
  background: #f7f9fc;
  font-family: Arial, sans-serif;
  overflow: hidden;
}

.red-header {
  text-align: center;
  margin-bottom: 35px;
}

.red-header h2 {
  color: #0b2344;
  font-size: 42px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.red-header h2::before,
.red-header h2::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 3px;
  background: #c89b2c;
  vertical-align: middle;
  margin: 0 18px;
}

.red-header p {
  color: #0b2344;
  font-size: 18px;
  line-height: 1.5;
  max-width: 760px;
  margin: 0 auto;
}

.red-cards {
  max-width: 1450px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.red-card {
  position: relative;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  min-height: 260px;
  display: grid;
  grid-template-columns: 55% 45%;
  box-shadow: 0 15px 35px rgba(0,0,0,.12);
  border-top: 4px solid #c89b2c;
}

.red-img {
  height: 100%;
  overflow: hidden;
}

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

.red-icon {
  position: absolute;
  left: calc(55% - 38px);
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 75px;
  background: #c89b2c;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  z-index: 3;
}

.red-text {
  padding: 55px 25px 35px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.red-text h3 {
  color: #0b2344;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
}

.red-text h3::after {
  content: "";
  width: 45px;
  height: 3px;
  display: block;
  background: #c89b2c;
  margin: 10px 0 18px;
}

.red-text p {
  color: #0f172a;
  font-size: 15px;
  line-height: 1.45;
  margin: 0;
}

.red-banner {
  max-width: 1450px;
  margin: 35px auto 0;
  background: #0b2344;
  color: #ffffff;
  border-radius: 14px;
  padding: 22px 35px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 35px;
  align-items: center;
}

.banner-main,
.banner-item {
  display: flex;
  align-items: center;
  gap: 18px;
}

.banner-main i,
.banner-item i {
  color: #c89b2c;
  font-size: 42px;
}

.banner-main h3,
.banner-item p,
.banner-item strong {
  color: #ffffff;
  margin: 0;
}

.banner-main span {
  color: #c89b2c;
  font-weight: 900;
}

.banner-item {
  border-left: 1px solid rgba(255,255,255,.35);
  padding-left: 30px;
}

@media (max-width: 1100px) {
  .red-cards {
    grid-template-columns: 1fr;
    max-width: 750px;
  }

  .red-banner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .banner-main,
  .banner-item {
    justify-content: center;
    border-left: none;
    padding-left: 0;
  }
}

@media (max-width: 576px) {
  .red-header h2 {
    font-size: 28px;
  }

  .red-card {
    grid-template-columns: 1fr;
  }

  .red-img {
    height: 220px;
  }

  .red-icon {
    left: 50%;
    top: 220px;
    transform: translate(-50%, -50%);
  }

  .red-text {
    padding: 60px 25px 30px;
    text-align: center;
  }

  .red-text h3::after {
    margin-left: auto;
    margin-right: auto;
  }
}


.cobertura-section {
  padding: 50px 5% 25px;
  background: #f7f9fc;
  font-family: Arial, sans-serif;
}

.cobertura-box {
  min-height: 420px;
  border-radius: 16px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5,22,48,.98) 0%, rgba(5,22,48,.88) 34%, rgba(5,22,48,.25) 100%),
    url("../img/mapa-global.png") center right / cover no-repeat;
  padding: 45px 5%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cobertura-texto span {
  color: #c89b2c;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.cobertura-texto h2 {
  font-size: 46px;
  line-height: 1.1;
  margin: 14px 0;
  font-weight: 800;
  color: #fff;
}

.cobertura-texto h2 strong {
  color: white;
}

.linea-cobertura {
  width: 70px;
  height: 4px;
  background: #c89b2c;
  margin: 18px 0;
}

.cobertura-texto p {
  font-size: 17px;
  line-height: 1.5;
  max-width: 360px;
  margin: 0;
}

.cobertura-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 720px;
}

.cobertura-item {
  border-right: 1px solid rgba(255,255,255,.25);
  padding-right: 18px;
}

.cobertura-item:last-child {
  border-right: none;
}

.cobertura-item i {
  color: #c89b2c;
  font-size: 34px;
  margin-bottom: 10px;
}

.cobertura-item h3 {
  font-size: 17px;
  text-transform: uppercase;
  margin: 0 0 6px;
  color: #fff;
}

.cobertura-item p {
  font-size: 14px;
  line-height: 1.35;
  margin: 0;
  color: rgba(255,255,255,.9);
}

/* CTA */
.cta-importar {
  padding: 0 5% 55px;
  background: #f7f9fc;
  font-family: Arial, sans-serif;
}

.cta-importar-box {
  background: #fff;
  border-radius: 14px;
  padding: 24px 40px;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.cta-importar-texto {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cta-importar-texto > i {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #0b2344;
  color: #c89b2c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.cta-importar-texto h2 {
  color: #0b2344;
  font-size: 28px;
  margin: 0 0 5px;
}

.cta-importar-texto p {
  color: #334155;
  font-size: 18px;
  margin: 0;
}

.btn-importar {
  background: #c89b2c;
  color: #fff;
  text-decoration: none;
  height: 58px;
  padding: 0 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.btn-importar:hover {
  background: #c89b2c;
  color: #fff;
  text-decoration: none;
  height: 58px;
  padding: 0 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

/* Responsive */
@media (max-width: 992px) {
  .cobertura-box {
    background:
      linear-gradient(rgba(5,22,48,.92), rgba(5,22,48,.92)),
      url("../img/mapa-global.png") center / cover no-repeat;
  }

  .cobertura-items {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }

  .cta-importar-box {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .cobertura-box {
    min-height: auto;
    padding: 40px 25px;
  }

  .cobertura-texto h2 {
    font-size: 32px;
  }

  .cobertura-items {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .cobertura-item {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.25);
    padding-bottom: 15px;
  }

  .cta-importar-texto {
    flex-direction: column;
  }

  .btn-importar {
    width: 100%;
    justify-content: center;
  }
}



.servicios-hero {
  position: relative;
  min-height: 620px;
  background:
    linear-gradient(
      90deg,
      rgba(5, 22, 48, 0.98) 0%,
      rgba(5, 22, 48, 0.88) 35%,
      rgba(5, 22, 48, 0.45) 58%,
      rgba(5, 22, 48, 0.10) 100%
    ),
    url("../img/servicios-hero.png") center right / cover no-repeat;
  display: flex;
  align-items: center;
  padding: 80px 6%;
  font-family: Arial, sans-serif;
  overflow: hidden;
}

.servicios-hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  color: #ffffff;
}

.servicios-hero-content span {
  color: #c89b2c;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.servicios-hero-content h1 {
  color: #ffffff;
  font-size: 54px;
  line-height: 1.12;
  font-weight: 900;
  margin: 18px 0 18px;
}

.servicios-hero-content h1 strong {
  color: #c89b2c;
  font-weight: 900;
}

.hero-line {
  width: 65px;
  height: 4px;
  background: #c89b2c;
  margin: 20px 0;
}

.servicios-hero-content > p {
  color: rgba(255,255,255,.95);
  font-size: 20px;
  line-height: 1.6;
  max-width: 560px;
  margin: 0 0 42px;
}

.hero-beneficios {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  max-width: 780px;
}

.hero-beneficio {
  border-right: 1px solid rgba(255,255,255,.25);
  padding-right: 22px;
}

.hero-beneficio:last-child {
  border-right: none;
}

.hero-beneficio i {
  color: #c89b2c;
  font-size: 42px;
  margin-bottom: 14px;
}

.hero-beneficio h3 {
  color: #ffffff;
  font-size: 17px;
  margin: 0 0 8px;
  font-weight: 800;
}

.hero-beneficio p {
  color: rgba(255,255,255,.85);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .servicios-hero {
    background:
      linear-gradient(
        rgba(5, 22, 48, 0.92),
        rgba(5, 22, 48, 0.92)
      ),
      url("../img/servicios-hero.png") center / cover no-repeat;
  }

  .hero-beneficios {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-beneficio:nth-child(2) {
    border-right: none;
  }

  .servicios-hero-content h1 {
    font-size: 42px;
  }
}

@media (max-width: 576px) {
  .servicios-hero {
    min-height: auto;
    padding: 60px 5%;
  }

  .servicios-hero-content h1 {
    font-size: 34px;
  }

  .servicios-hero-content > p {
    font-size: 17px;
  }

  .hero-beneficios {
    grid-template-columns: 1fr;
  }

  .hero-beneficio {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.25);
    padding-bottom: 18px;
  }

  .hero-beneficio:last-child {
    border-bottom: none;
  }
}


.servicios-page {
  padding: 70px 5%;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

.servicios-titulo {
  text-align: center;
  margin-bottom: 40px;
}

.servicios-titulo span {
  color: #c89b2c;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.servicios-titulo h2 {
  color: #0b2344;
  font-size: 34px;
  font-weight: 800;
  margin: 8px 0 10px;
}

.linea {
  width: 55px;
  height: 3px;
  background: #c89b2c;
  margin: 0 auto;
}

.servicios-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.servicio-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,.10);
  transition: .3s ease;
}

.servicio-card:hover {
  transform: translateY(-7px);
}

.servicio-img {
  height: 190px;
  position: relative;
}

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

.servicio-icon {
  position: absolute;
  left: 25px;
  bottom: -32px;
  width: 64px;
  height: 64px;
  background: #0b2344;
  color: #fff;
  border-radius: 50%;
  border: 5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.servicio-info {
  padding: 48px 28px 28px;
}

.servicio-info h3 {
  color: #0b2344;
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 12px;
}

.servicio-info p {
  color: #334155;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.servicio-info ul {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.servicio-info li {
  color: #0f172a;
  font-size: 14px;
  margin-bottom: 9px;
  display: flex;
  gap: 8px;
}

.servicio-info li::before {
  content: "✓";
  color: #c89b2c;
  font-weight: 900;
}

.servicio-btn {
  color: #c89b2c;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.servicio-btn:hover {
  color: #0b2344;
}

@media (max-width: 1100px) {
  .servicios-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .servicios-titulo h2 {
    font-size: 26px;
  }
}


.proceso-section {
  padding: 60px 5%;
  background: #f7f9fc;
  font-family: Arial, sans-serif;
  text-align: center;
}

.proceso-header span {
  color: #c89b2c;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.proceso-header h2 {
  color: #0b2344;
  font-size: 30px;
  font-weight: 800;
  margin: 6px 0 45px;
}

.proceso-grid {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 45px;
}

.proceso-item {
  position: relative;
}

.proceso-item:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 42px;
  right: -32px;
  color: #0b2344;
  font-size: 24px;
  opacity: .7;
}

.proceso-num {
  width: 34px;
  height: 34px;
  background: #c89b2c;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto -10px;
  position: relative;
  z-index: 3;
}

.proceso-icon {
  width: 86px;
  height: 86px;
  background: #0b2344;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 32px;
}

.proceso-item h3 {
  color: #0b2344;
  font-size: 17px;
  font-weight: 800;
  margin: 0 0 8px;
}

.proceso-item p {
  color: #334155;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 992px) {
  .proceso-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proceso-item::after {
    display: none;
  }
}

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

  .proceso-header h2 {
    font-size: 25px;
  }
}

.sectores-section {
  padding: 65px 5% 35px;
  background: #ffffff;
  font-family: Arial, sans-serif;
  text-align: center;
}

.sectores-header span {
  color: #c89b2c;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.sectores-header h2 {
  color: #0b2344;
  font-size: 32px;
  font-weight: 800;
  margin: 6px 0 42px;
}

.sectores-grid {
  max-width: 1350px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.sector-item {
  padding: 0 24px;
  border-right: 1px solid #cbd5e1;
}

.sector-item:last-child {
  border-right: none;
}

.sector-item i {
  color: #0b2344;
  font-size: 42px;
  margin-bottom: 18px;
}

.sector-item h3 {
  color: #0b2344;
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 10px;
}

.sector-item p {
  color: #334155;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

/* CTA */

.cta-servicios {
  padding: 30px 5% 65px;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

.cta-servicios-box {
  max-width: 1350px;
  margin: 0 auto;
  background: #0b2344;
  border-radius: 16px;
  padding: 28px 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.cta-servicios-text {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #ffffff;
}

.cta-servicios-icon {
  width: 86px;
  height: 86px;
  border: 2px solid #c89b2c;
  color: #c89b2c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  flex-shrink: 0;
}

.cta-servicios-text h2 {
  font-size: 30px;
  margin: 0 0 6px;
  font-weight: 800;
  color: white;
}

.cta-servicios-text h3 {
  color: #c89b2c;
  font-size: 24px;
  margin: 0 0 8px;
  font-weight: 800;
}

.cta-servicios-text p {
  margin: 0;
  color: rgba(255,255,255,.85);
  font-size: 16px;
}

.cta-servicios-buttons {
  display: flex;
  gap: 18px;
  flex-shrink: 0;
}



.cta-servicios-buttons a {
  height: 58px;
  min-width: 250px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: .3s ease;
}

.btn-whatsapp-serv {
  background: #c89b2c;
  color: #ffffff;
}

.btn-cotizacion-serv {
  background: transparent;
  color: #ffffff;
  border: 2px solid #c89b2c;
}

.cta-servicios-buttons a:hover {
  transform: translateY(-3px);
  color: white;
}

/* Responsive */

@media (max-width: 1100px) {
  .sectores-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 0;
  }

  .sector-item:nth-child(3) {
    border-right: none;
  }

  .cta-servicios-box {
    flex-direction: column;
    text-align: center;
  }

  .cta-servicios-text {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .sectores-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .sector-item {
    border-right: none;
  }

  .cta-servicios-buttons {
    flex-direction: column;
    width: 100%;
  }

  .cta-servicios-buttons a {
    width: 100%;
    min-width: auto;
  }

  .cta-servicios-text h2 {
    font-size: 24px;
  }
}




.maritimo-hero {
  min-height: 560px;
  background:
    linear-gradient(90deg, rgba(5,22,48,.95) 0%, rgba(5,22,48,.82) 40%, rgba(5,22,48,.15) 100%),
    url("../img/maritimo-hero.png") center right / cover no-repeat;
  display: flex;
  align-items: center;
  padding: 80px 6%;
}

.maritimo-content {
  max-width: 620px;
  color: #fff;
}

.maritimo-content span {
  color: #c89b2c;
  font-weight: 800;
  text-transform: uppercase;
}

.maritimo-content h1 {
  font-size: 56px;
  line-height: 1.1;
  margin: 18px 0;
  color: white;
}

.maritimo-content h1 strong {
  color: #c89b2c;
}

.linea {
  width: 65px;
  height: 4px;
  background: #c89b2c;
  margin: 18px 0;
}

.linea.center {
  margin: 14px auto 0;
}

.maritimo-content p {
  font-size: 19px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.btn-whatsapp,
.cta-maritimo a {
  background: #c89b2c;
  color: #fff;
  padding: 18px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-whatsapp:hover {color:white;}



/* OFRECEMOS */

.ofrecemos-section {
  padding: 75px 6%;
  background: #fff;
  display: grid;
  grid-template-columns: 1.3fr .9fr;
  gap: 50px;
  align-items: center;
}

.ofrecemos-text h2,
.section-title h2 {
  font-size: 34px;
  font-weight: 800;
  color: #0b2344;
  margin: 0;
}

.ofrecemos-grid {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.ofrecemos-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.ofrecemos-item i {
  width: 62px;
  height: 62px;
  background: #0b2344;
  color: #c89b2c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.ofrecemos-item h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 800;
}

.ofrecemos-item p {
  margin: 0;
  color: #334155;
  line-height: 1.5;
}

.ofrecemos-img img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 15px 35px rgba(0,0,0,.15);
}

/* MODALIDADES */

.modalidades-section,
.proceso-maritimo,
.beneficios-maritimo {
  padding: 70px 6%;
  background: #f7f9fc;
}

.section-title {
  text-align: center;
  margin-bottom: 45px;
  
}

.modalidades-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

.modalidad-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 38% 62%;
  box-shadow: 0 12px 30px rgba(0,0,0,.10);
}

.modalidad-info {
  background: #0b2344;
  color: #fff;
  padding: 40px 30px;
}

.modalidad-info i {
  color: #c89b2c;
  font-size: 42px;
  margin-bottom: 25px;
}

.modalidad-info h3 {
  font-size: 34px;
  margin: 0 0 12px;
  color:white;
}

.modalidad-info p {
  line-height: 1.5;
}

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

/* PROCESO */

.proceso-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.proceso-item {
  position: relative;
}

.proceso-item span {
  background: #c89b2c;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: -8px;
  position: relative;
  z-index: 2;
}

.proceso-item i {
  width: 78px;
  height: 78px;
  background: #0b2344;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 28px;
}

.proceso-item h3 {
  font-size: 15px;
  margin: 0 0 8px;
}

.proceso-item p {
  color: #334155;
  font-size: 13px;
  line-height: 1.45;
}

/* BENEFICIOS */

.beneficios-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.beneficios-grid div {
  background: #fff;
  padding: 35px 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
}

.beneficios-grid i {
  color: #c89b2c;
  font-size: 42px;
  margin-bottom: 18px;
}

.beneficios-grid h3 {
  margin: 0 0 10px;
}

/* CTA */

.cta-maritimo {
  margin: 0;
  padding: 45px 6%;
  background: #0b2344;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.cta-maritimo h2 {
  font-size: 34px;
  margin: 0 0 8px;
  color:white;

}

.cta-maritimo p {
  color: #c89b2c;
  font-size: 20px;
  margin: 0;
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .ofrecemos-section,
  .modalidades-grid {
    grid-template-columns: 1fr;
  }

  .proceso-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .beneficios-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-maritimo {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .maritimo-content h1 {
    font-size: 38px;
  }

  .ofrecemos-grid,
  .proceso-grid,
  .beneficios-grid {
    grid-template-columns: 1fr;
  }

  .modalidad-card {
    grid-template-columns: 1fr;
  }
}


.aereo-hero {
  min-height: 560px;
  background:
    linear-gradient(90deg, rgba(5,22,48,.95) 0%, rgba(5,22,48,.82) 40%, rgba(5,22,48,.15) 100%),
    url("../img/aereo-hero.png") center right / cover no-repeat;
  display: flex;
  align-items: center;
  padding: 80px 6%;
}

.aereo-content {
  max-width: 620px;
  color: #fff;
}

.aereo-content span {
  color: #c89b2c;
  font-weight: 800;
  text-transform: uppercase;
}

.aereo-content h1 {
  font-size: 56px;
  line-height: 1.1;
  margin: 18px 0;
  color: white;
}

.aereo-content h1 strong {
  color: #c89b2c;
}

.linea{
  width:65px;
  height:4px;
  background:#c89b2c;
  margin:18px 0;
}

.linea.center{
  margin:14px auto 0;
}

.aereo-content p{
  font-size:19px;
  line-height:1.6;
  margin-bottom:28px;
  color:white;
}

.hero-buttons{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}

.btn-gold,
.btn-outline,
.cta-aereo a{
  padding:17px 28px;
  border-radius:8px;
  text-decoration:none;
  font-weight:800;
  display:inline-flex;
  align-items:center;
  gap:10px;
}

.btn-gold,
.cta-aereo a{
  background:#c89b2c;
  color:#fff;
}

.btn-outline{
  background:#fff;
  color:#0b2344;
  border:2px solid #0b2344;
}

/* OFRECEMOS */

.aereo-ofrecemos{
  padding:75px 6%;
  background:#fff;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:50px;
  align-items:center;
}

.aereo-ofrecemos h2,
.section-title h2{
  font-size:34px;
  color:#0b2344;
  margin:0;
  font-weight:800;
}

.ofrecemos-grid{
  margin-top:35px;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:28px;
}

.ofrecemos-item{
  display:flex;
  gap:16px;
  align-items:flex-start;
}

.ofrecemos-item i{
  width:60px;
  height:60px;
  background:#0b2344;
  color:#c89b2c;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  flex-shrink:0;
}

.ofrecemos-item h3{
  margin:0 0 7px;
  font-size:16px;
  font-weight:800;
}

.ofrecemos-item p{
  margin:0;
  color:#334155;
  font-size:14px;
  line-height:1.45;
}

.aereo-ofrecemos-img img{
  width:100%;
  border-radius:14px;
  box-shadow:0 14px 35px rgba(0,0,0,.14);
}

/* TIPOS */

.tipos-carga-section {
  padding: 80px 5%;
  background: #f7f9fc;
  font-family: Arial, sans-serif;
}

.tipos-header {
  text-align: center;
  margin-bottom: 55px;
}

.tipos-header h2 {
  color: #0b2344;
  font-size: 42px;
  font-weight: 900;
  margin: 0 0 22px;
}

.tipos-linea {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.tipos-linea span {
  width: 95px;
  height: 3px;
  background: #c89b2c;
}

.tipos-linea i {
  color: #c89b2c;
  font-size: 28px;
}

.tipos-carga-grid {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.tipo-carga-card {
  background: #0b2344;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(0,0,0,.12);
  transition: .35s ease;
}

.tipo-carga-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,.18);
}

.tipo-img {
  height: 255px;
  overflow: hidden;
}

.tipo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s ease;
}

.tipo-carga-card:hover .tipo-img img {
  transform: scale(1.08);
}

.tipo-info {
  position: relative;
  background: #0b2344;
  padding: 55px 28px 35px;
  text-align: center;
  color: #ffffff;
  min-height: 210px;
}

.tipo-icon {
  position: absolute;
  top: -42px;
  left: 35px;
  width: 86px;
  height: 86px;
  background: #c89b2c;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  box-shadow: 0 10px 25px rgba(0,0,0,.18);
}

.tipo-info span {
  display: block;
  color: #c89b2c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.tipo-info h3 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 800;
  margin: 0 0 14px;
}

.tipo-info p {
  color: rgba(255,255,255,.9);
  font-size: 18px;
  line-height: 1.45;
  margin: 0;
}

/* Responsive */
@media (max-width: 1100px) {
  .tipos-carga-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .tipos-carga-section {
    padding: 60px 5%;
  }

  .tipos-header h2 {
    font-size: 30px;
  }

  .tipos-linea span {
    width: 55px;
  }

  .tipos-carga-grid {
    grid-template-columns: 1fr;
  }

  .tipo-img {
    height: 230px;
  }

  .tipo-info {
    min-height: auto;
  }
}

/* PROCESO */

./* PROCESO + VENTAJAS */

.proceso-ventajas{
  padding:70px 6%;
  background:#f7f9fc;
  font-family:Arial, sans-serif;
}

/* PROCESO */

.proceso-aereo{
  margin-bottom:70px;
}

.section-title{
  text-align:center;
  margin-bottom:45px;
}

.section-title h2{
  color:#0b2344;
  font-size:34px;
  font-weight:900;
  margin:0;
}

.linea.center{
  width:70px;
  height:4px;
  background:#c89b2c;
  margin:14px auto 0;
}

.proceso-grid{
  max-width:1250px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(6, 1fr);
  gap:28px;
  text-align:center;
}

.proceso-item{
  position:relative;
}

.proceso-item:not(:last-child)::after{
  content:"→";
  position:absolute;
  top:48px;
  right:-22px;
  color:#0b2344;
  font-size:24px;
  opacity:.55;
}

.proceso-item span{
  width:34px;
  height:34px;
  background:#c89b2c;
  color:#fff;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:800;
  margin-bottom:-10px;
  position:relative;
  z-index:2;
}

.proceso-item i{
  width:82px;
  height:82px;
  background:#0b2344;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 18px;
  font-size:30px;
}

.proceso-item h3{
  color:#0b2344;
  font-size:16px;
  font-weight:800;
  margin:0 0 8px;
}

.proceso-item p{
  color:#334155;
  font-size:14px;
  line-height:1.45;
  margin:0;
}

/* VENTAJAS */

.ventajas-aereo{
  max-width:1200px;
  margin:0 auto;
  padding-bottom: 50px;
}

.ventajas-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:24px;
}

.ventajas-grid div{
  background:#ffffff;
  padding:35px 24px;
  border-radius:14px;
  text-align:center;
  box-shadow:0 10px 28px rgba(0,0,0,.08);
  transition:.3s ease;
}

.ventajas-grid div:hover{
  transform:translateY(-7px);
}

.ventajas-grid i{
  color:#c89b2c;
  font-size:42px;
  margin-bottom:18px;
}

.ventajas-grid h3{
  color:#0b2344;
  font-size:20px;
  font-weight:800;
  margin:0 0 10px;
}

.ventajas-grid p{
  color:#334155;
  font-size:15px;
  line-height:1.5;
  margin:0;
}

/* RESPONSIVE */

@media(max-width:1100px){

  .proceso-grid{
    grid-template-columns:repeat(3, 1fr);
    gap:40px 28px;
  }

  .proceso-item::after{
    display:none;
  }

  .ventajas-grid{
    grid-template-columns:repeat(2, 1fr);
  }

}

@media(max-width:576px){

  .proceso-ventajas{
    padding:55px 5%;
  }

  .section-title h2{
    font-size:26px;
  }

  .proceso-grid,
  .ventajas-grid{
    grid-template-columns:1fr;
  }

}
/* SECTORES */

.sectores-grid{
  max-width:1300px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(6, 1fr);
  gap:24px;
  text-align:center;
}

.sectores-grid i{
  font-size:38px;
  color:#0b2344;
  margin-bottom:14px;
}

.sectores-grid h3{
  font-size:15px;
  margin:0 0 8px;
}

.sectores-grid p{
  color:#334155;
  font-size:13px;
}

/.aereo-cierre {
  padding: 55px 5%;
  background: #f7f9fc;
  font-family: Arial, sans-serif;
}

.aereo-banner-frase {
  max-width: 1450px;
  height: 155px;
  margin: 0 auto 10px;
  border-radius: 14px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 42% 58%;
  background: #0b2344;
}

.aereo-banner-img {
  background:
    linear-gradient(
      90deg,
      rgba(11,35,68,.15),
      rgba(11,35,68,.65)
    ),
    url("../img/aereo-frase.png") center / cover no-repeat;
}

.aereo-banner-text {
  background: #0b2344;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 45px;
}

.aereo-banner-text h2 {
  color: #ffffff;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 600;
  margin: 0;
}

.aereo-banner-text span {
  color: #c89b2c;
  font-weight: 900;
}

/* CTA */

.aereo-cta-final {
  max-width: 1450px;
  margin: 0 auto;
  background: #0b2344;
  color: #ffffff;
  border-radius: 14px;
  padding: 26px 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.aereo-cta-final a:hover {color:white;}

.aereo-cta-left {
  display: flex;
  align-items: center;
  gap: 22px;
}

.aereo-cta-icon {
  width: 74px;
  height: 74px;
  border: 2px solid #c89b2c;
  color: #c89b2c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  flex-shrink: 0;
}

.aereo-cta-left h3 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 900;
  margin: 0 0 6px;
}

.aereo-cta-left p {
  color: rgba(255,255,255,.9);
  font-size: 16px;
  margin: 0;
}



.aereo-cta-btn {
  background: #c89b2c;
  color: #ffffff;
  text-decoration: none;
  min-width: 300px;
  height: 58px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 900;
  text-transform: uppercase;
  transition: .3s ease;
}

.aereo-cta-btn:hover {
  background: #b8891f;
  transform: translateY(-3px);
}

/* Responsive */

@media (max-width: 900px) {
  .aereo-banner-frase {
    height: auto;
    grid-template-columns: 1fr;
  }

  .aereo-banner-img {
    height: 180px;
  }

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

  .aereo-cta-final {
    flex-direction: column;
    text-align: center;
  }

  .aereo-cta-left {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .aereo-cierre {
    padding: 45px 5%;
  }

  .aereo-banner-text h2 {
    font-size: 24px;
  }

  .aereo-cta-left h3 {
    font-size: 22px;
  }

  .aereo-cta-btn {
    width: 100%;
    min-width: auto;
  }
}

/* RESPONSIVE */

@media(max-width:1100px){
  .aereo-ofrecemos,
  .proceso-ventajas{
    grid-template-columns:1fr;
  }

  .ofrecemos-grid,
  .tipos-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .sectores-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:768px){
  .aereo-content h1{
    font-size:42px;
  }

  .ofrecemos-grid,
  .tipos-grid,
  .sectores-grid{
    grid-template-columns:1fr;
  }

  .proceso-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .cta-aereo{
    flex-direction:column;
    text-align:center;
  }
}



.terrestre-hero {
  min-height: 560px;
  background:
    linear-gradient(90deg, rgba(5,22,48,.96) 0%, rgba(5,22,48,.82) 42%, rgba(5,22,48,.12) 100%),
    url("../img/terrestre-hero.png") center right / cover no-repeat;
  display: flex;
  align-items: center;
  padding: 80px 6%;
}

.terrestre-content {
  max-width: 620px;
  color: #fff;
}

.terrestre-content span {
  color: #c89b2c;
  font-weight: 800;
  text-transform: uppercase;
}

.terrestre-content h1 {
  font-size: 58px;
  line-height: 1.08;
  margin: 18px 0;
  font-weight: 900;
  color: white;
}

.terrestre-content h1 strong {
  color: #c89b2c;
}

.terrestre-content p {
  font-size: 19px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-gold,
.btn-outline {
  padding: 17px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 10px;
 
}

.btn-gold {
  background: #c89b2c;
  color: #fff;
}

.btn-gold:hover {
  background: #c89b2c;
  color: #fff;
}

.btn-outline {
  border: 2px solid #fff;
  color: black;
}

/* CORRECCIÓN OFRECEMOS TERRESTRE */

.terrestre-ofrecemos{
  padding: 90px 6%;
  background: #fff;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 70px;
  align-items: center;
}

.ofrecemos-lista{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:45px 70px;
}

.ofrecemos-lista > div{
    display:flex;
    align-items:flex-start;
    gap:20px;
}

.ofrecemos-lista i{
    min-width:55px;
    font-size:34px;
    color:#0b2344;
    margin-top:5px;
}

.ofrecemos-lista h3{
    margin:0 0 10px;
    color:#0b2344;
    font-size:22px;
    font-weight:800;
}

.ofrecemos-lista p{
    margin:0;
    color:#475569;
    line-height:1.6;
    max-width:320px;
}

/* TITULOS */

.section-title {
  text-align: center;
  margin-bottom: 45px;
}

.section-title h2 {
  font-size: 34px;
  font-weight: 900;
  margin: 0;
}






/* PROCESO */

.proceso-grid {
  max-width: 1350px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  text-align: center;
}

.proceso-grid div {
  position: relative;
}



.proceso-grid i {
  width: 82px;
  height: 82px;
  background: #0b2344;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 14px auto 16px;
  font-size: 30px;
}

.proceso-grid h3 {
  margin: 0 0 8px;
}

.proceso-grid p {
  color: #334155;
  font-size: 14px;
  line-height: 1.45;
}

/* VENTAJAS */

.ventajas-grid {
  max-width: 1150px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.ventajas-grid div {
  background: #fff;
  padding: 38px 25px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.ventajas-grid i {
  color: #c89b2c;
  font-size: 42px;
  margin-bottom: 18px;
}

.ventajas-grid h3 {
  margin: 0 0 10px;
}

/* SECTORES */

.sectores-grid {
  max-width: 1350px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  text-align: center;
}

.sectores-grid i {
  color: #0b2344;
  font-size: 40px;
  margin-bottom: 15px;
}

.sectores-grid h3 {
  margin: 0 0 8px;
}

.sectores-grid p {
  color: #334155;
  font-size: 14px;
}

/* CTA */

.cta-terrestre {
  margin: 0 6% 70px;
  padding: 50px 6%;
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(11,35,68,.96), rgba(11,35,68,.86)),
    url("../img/terrestre-cta.png") center / cover no-repeat;
  color: #fff;
  text-align: center;
}

.cta-terrestre h2 {
  font-size: 34px;
  margin: 0 0 8px;
  color:white;
}

.cta-terrestre p {
  color: #c89b2c;
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 25px;
}

.cta-terrestre a {
  background: #c89b2c;
  color: #fff;
  padding: 18px 34px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .terrestre-ofrecemos,
  .ofrecemos-lista,
  .modalidades-grid,
  .ventajas-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proceso-grid,
  .sectores-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 576px) {
  .terrestre-content h1 {
    font-size: 38px;
  }

  .terrestre-ofrecemos,
  .ofrecemos-lista,
  .modalidades-grid,
  .proceso-grid,
  .ventajas-grid,
  .sectores-grid {
    grid-template-columns: 1fr;
  }

  .cta-terrestre {
    margin: 0 5% 50px;
  }
}

/* SECCIÓN */

.road-services{
    padding:90px 6%;
    background:#f7f9fc;
}

.road-title{
    text-align:center;
    margin-bottom:50px;
}

.road-title h2{
    color:#0b2344;
    font-size:42px;
    font-weight:800;
    margin-bottom:18px;
}

.road-line{
    width:80px;
    height:4px;
    background:#c89b2c;
    margin:auto;
}

/* GRID */

.road-grid{
    max-width:1350px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

/* CARD */

.road-box{
    background:#0b2344;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,.12);

    transition:.3s ease;
}

.road-box:hover{
    transform:translateY(-8px);
}

/* IMAGEN */

.road-image img{
    width:100%;
    height:210px;
    object-fit:cover;
    display:block;
}

/* CONTENIDO */

.road-content{
    position:relative;
    padding:60px 32px 35px;
}

/* ICONO */

.road-icon{
    position:absolute;
    top:-38px;
    left:32px;

    width:80px;
    height:80px;

    border-radius:50%;
    background:#c89b2c;

    display:flex;
    align-items:center;
    justify-content:center;
}

.road-icon i{
    color:#fff;
    font-size:30px;
}

/* TITULO */

.road-content h3{
    color:#c89b2c;
    font-size:36px;
    font-weight:800;
    margin-bottom:15px;
}

/* TEXTO */

.road-content p{
    color:rgba(255,255,255,.92);
    font-size:18px;
    line-height:1.7;
    margin:0;
}

/* RESPONSIVE */

@media(max-width:991px){

    .road-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:576px){

    .road-grid{
        grid-template-columns:1fr;
    }

}




.customs-hero{
  min-height:560px;
  background:
    linear-gradient(90deg, rgba(5,22,48,.96) 0%, rgba(5,22,48,.82) 45%, rgba(5,22,48,.15) 100%),
    url("../img/aduanas-hero.png") center right / cover no-repeat;
  display:flex;
  align-items:center;
  padding:80px 6%;
}

.customs-hero-content{
  max-width:650px;
  color:#fff;
}

.customs-hero-content span{
  color:#c89b2c;
  font-weight:800;
  text-transform:uppercase;
}

.customs-hero-content h1{
  font-size:58px;
  line-height:1.05;
  margin:18px 0;
  font-weight:900;
  color:white;
}

.customs-hero-content h1 strong{
  color:#c89b2c;
  display:block;
}

.customs-hero-content p{
  font-size:19px;
  line-height:1.6;
  margin-bottom:30px;
}

.customs-buttons{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}

.customs-buttons a{
  padding:17px 30px;
  border-radius:8px;
  font-weight:800;
  text-decoration:none;
}

.customs-btn-gold{
  background:#c89b2c;
  color:#fff;
}

.customs-btn-outline{
  border:2px solid #c89b2c;
  color:#fff;
}

.customs-btn-gold:hover, .customs-btn-outline:hover{

  color:#fff;
}

.customs-title{
  text-align:center;
  margin-bottom:45px;
}

.customs-title h2{
  color:#0b2344;
  font-size:34px;
  font-weight:900;
  margin:0;
}

.customs-line{
  width:70px;
  height:4px;
  background:#c89b2c;
  margin:14px auto 0;
}

.customs-offer,
.customs-services,
.customs-process{
  padding:70px 6%;
  background:#fff;
}

.customs-offer-grid{
  max-width:1300px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  text-align:center;
}

.customs-offer-grid div{
  padding:0 25px;
  border-right:1px solid #cbd5e1;
}

.customs-offer-grid div:last-child{
  border-right:none;
}

.customs-offer-grid i{
  color:#c89b2c;
  font-size:42px;
  margin-bottom:16px;
}

.customs-offer-grid h3{
  color:#0b2344;
  font-size:16px;
  font-weight:800;
}

.customs-services,
.customs-process{
  background:#f7f9fc;
}

.customs-card-grid{
  max-width:1350px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
}

.customs-card{
  background:#0b2344;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 14px 35px rgba(0,0,0,.12);
}

.customs-card img{
  width:100%;
  height:210px;
  object-fit:cover;
  display:block;
}

.customs-card div{
  position:relative;
  padding:55px 28px 30px;
  color:#fff;
}

.customs-card i{
  position:absolute;
  top:-38px;
  left:28px;
  width:76px;
  height:76px;
  border-radius:50%;
  background:#c89b2c;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
}

.customs-card h3{
  color:#c89b2c;
  font-size:24px;
  margin:0 0 12px;
}

.customs-card p{
  font-size:16px;
  line-height:1.55;
  margin:0;
}

.customs-process-grid{
  max-width:1300px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:25px;
  text-align:center;
}

.customs-process-grid span{
  background:#c89b2c;
  color:#fff;
  width:34px;
  height:34px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  margin-bottom:-8px;
  position:relative;
  z-index:2;
}

.customs-process-grid i{
  width:82px;
  height:82px;
  border-radius:50%;
  background:#0b2344;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 15px;
  font-size:30px;
}

.customs-process-grid h3{
  color:#0b2344;
  font-size:15px;
  font-weight:800;
}

.customs-bottom{
  display:grid;
  grid-template-columns:1fr 1fr;
  background:#fff;
}

.customs-benefits{
  background:#0b2344;
  color:#fff;
  padding:65px 6%;
}

.customs-benefits h2{
  font-size:30px;
  margin:0 0 35px;
  text-align:center;
  color:white;
}

.customs-sectors h2{
  font-size:30px;
  margin:0 0 35px;
  text-align:center;

}

.customs-benefits-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px;
}

.customs-benefits-grid i{
  color:#c89b2c;
  font-size:34px;
  margin-bottom:12px;
}

.customs-benefits-grid h3{
  color:#c89b2c;
  margin:0 0 8px;
}

.customs-benefits-grid p{
  margin:0;
  line-height:1.5;
}

.customs-sectors{
  padding:65px 6%;
}

.customs-sector-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  text-align:center;
}

.customs-sector-grid i{
  color:#0b2344;
  font-size:42px;
  margin-bottom:12px;
}

.customs-sector-grid h3{
  color:#0b2344;
}

.customs-cta{
  padding:50px 6%;
  background:
    linear-gradient(90deg, rgba(11,35,68,.96), rgba(11,35,68,.78)),
    url("../img/aduanas-cta.png") center / cover no-repeat;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}

.customs-cta h2{
  font-size:34px;
  margin:0 0 8px;
  color:white;
}

.customs-cta p{
  margin:0;
  font-size:18px;
}

.customs-cta a{
  background:#c89b2c;
  color:#fff;
  padding:18px 34px;
  border-radius:8px;
  text-decoration:none;
  font-weight:900;
  white-space:nowrap;
}

@media(max-width:1100px){
  .customs-offer-grid,
  .customs-card-grid,
  .customs-process-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .customs-bottom{
    grid-template-columns:1fr;
  }
}

@media(max-width:576px){
  .customs-hero-content h1{
    font-size:38px;
  }

  .customs-offer-grid,
  .customs-card-grid,
  .customs-process-grid,
  .customs-benefits-grid,
  .customs-sector-grid{
    grid-template-columns:1fr;
  }

  .customs-offer-grid div{
    border-right:none;
  }

  .customs-cta{
    flex-direction:column;
    text-align:center;
  }
}



.benefit-hero{
  min-height:560px;
  background:
    linear-gradient(90deg, rgba(5,22,48,.96), rgba(5,22,48,.72), rgba(5,22,48,.15)),
    url("../img/beneficios-hero.png") center right / cover no-repeat;
  display:flex;
  align-items:center;
  padding:90px 6%;
}

.benefit-hero-content{
  max-width:650px;
  color:#fff;
}

.benefit-hero-content span{
  color:#c89b2c;
  font-weight:800;
  text-transform:uppercase;
}

.benefit-hero-content h1{
  font-size:64px;
  line-height:1.05;
  margin:18px 0;
  text-transform:uppercase;
  color:white;
}

.benefit-hero-content h1 strong{
  display:block;
  color:#c89b2c;
}

.benefit-hero-content p{
  font-size:20px;
  line-height:1.6;
  margin-bottom:30px;
}

.benefit-hero-content a,
.benefit-cta-content a{
  background:#c89b2c;
  color:#fff;
  padding:17px 32px;
  border-radius:8px;
  text-decoration:none;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  gap:10px;
}

.benefit-impact,
.benefit-flow{
  padding:75px 6%;
  background:#f7f9fc;
}

.benefit-title{
  text-align:center;
  margin-bottom:45px;
}

.benefit-title h2{
  color:#0b2344;
  font-size:34px;
  text-transform:uppercase;
  margin:0;
  font-weight:900;
}

.benefit-title small{
  color:#c89b2c;
  text-transform:uppercase;
  font-weight:800;
  display:block;
  margin-bottom:6px;
}

.benefit-title span{
  width:80px;
  height:4px;
  background:#c89b2c;
  display:block;
  margin:15px auto 0;
}

.benefit-title.light h2{
  color:#fff;
}

.benefit-impact-grid{
  max-width:1350px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
}

.benefit-impact-card{
  background:#fff;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(0,0,0,.10);
  text-align:center;
}

.benefit-impact-card img{
  width:100%;
  height:185px;
  object-fit:cover;
  display:block;
}

.benefit-impact-card div{
  padding:30px 22px;
}

.benefit-impact-card h3{
  color:#0b2344;
  font-size:22px;
  text-transform:uppercase;
  margin:0 0 12px;
}

.benefit-impact-card p{
  color:#1f2937;
  line-height:1.5;
  margin:0;
}

.benefit-competitive{
  padding:75px 6%;
  background:#0b2344;
}

.benefit-competitive-grid{
  max-width:1350px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
}

.benefit-competitive-grid div{
  background:#fff;
  border-radius:12px;
  padding:35px 28px;
  text-align:center;
  box-shadow:0 12px 30px rgba(0,0,0,.10);
}

.benefit-competitive-grid h3{
  color:#0b2344;
  margin:0;
  font-size:20px;
}

.benefit-competitive-grid span{
  width:45px;
  height:3px;
  background:#c89b2c;
  display:block;
  margin:16px auto;
}

.benefit-competitive-grid p{
  margin:0;
  color:#1f2937;
  line-height:1.5;
}

.benefit-flow-grid{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:35px;
  text-align:center;
}

.benefit-flow-grid div{
  position:relative;
  padding:0 25px;
  border-right:1px solid #d1d5db;
}

.benefit-flow-grid div:last-child{
  border-right:none;
}

.benefit-flow-grid strong{
  color:#c89b2c;
  font-size:48px;
  display:block;
  margin-bottom:10px;
}

.benefit-flow-grid h3{
  color:#0b2344;
  text-transform:uppercase;
  margin:0 0 10px;
}

.benefit-flow-grid p{
  color:#334155;
  margin:0;
  line-height:1.5;
}

.benefit-indicators{
  padding:55px 6%;
  background:#0b2344;
}

.benefit-indicators-grid{
  max-width:1300px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  text-align:center;
}

.benefit-indicators-grid p{
  color:#fff;
  font-size:22px;
  font-weight:900;
  text-transform:uppercase;
  margin:0;
  border-right:1px solid rgba(255,255,255,.25);
}

.benefit-indicators-grid p:last-child{
  border-right:none;
}

.benefit-indicators-grid p::first-letter{
  color:#c89b2c;
}

.benefit-cta{
  min-height:330px;
  background:
    linear-gradient(90deg, rgba(5,22,48,.96), rgba(5,22,48,.75), rgba(5,22,48,.10)),
    url("../img/beneficios-cta.png") center right / cover no-repeat;
  display:flex;
  align-items:center;
  padding:60px 6%;
}

.benefit-cta-content{
  max-width:620px;
  color:#fff;
}

.benefit-cta-content h2{
  font-size:36px;
  line-height:1.15;
  margin:0 0 18px;
  text-transform:uppercase;
  color:white;
}

.benefit-cta-content p{
  font-size:18px;
  line-height:1.55;
  margin:0 0 25px;
}

.benefit-footer-strip{
  padding:26px 6%;
  background:#fff;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:25px;
  border-top:1px solid #e5e7eb;
}

.benefit-footer-strip p{
  margin:0;
  color:#334155;
  font-size:14px;
  line-height:1.5;
}

.benefit-footer-strip strong{
  color:#0b2344;
  display:block;
  text-transform:uppercase;
  margin-bottom:4px;
}

/* Responsive */
@media(max-width:1100px){
  .benefit-impact-grid,
  .benefit-competitive-grid,
  .benefit-flow-grid,
  .benefit-indicators-grid,
  .benefit-footer-strip{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:576px){
  .benefit-hero-content h1{
    font-size:42px;
  }

  .benefit-impact-grid,
  .benefit-competitive-grid,
  .benefit-flow-grid,
  .benefit-indicators-grid,
  .benefit-footer-strip{
    grid-template-columns:1fr;
  }

  .benefit-flow-grid div,
  .benefit-indicators-grid p{
    border-right:none;
  }

  .benefit-cta-content h2{
    font-size:28px;
  }
}


.contact-hero{
    min-height: 520px;
    background:
    linear-gradient(
        90deg,
        rgba(5,22,48,.96) 0%,
        rgba(5,22,48,.82) 45%,
        rgba(5,22,48,.20) 100%
    ),
    url("../img/contacto-hero.png") center right / cover no-repeat;

    display: flex;
    align-items: center;
    padding: 90px 6%;
}

.contact-hero-content{
    max-width: 620px;
    color: #ffffff;
}

.contact-hero-content span{
    color: #c89b2c;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-hero-content h1{
    font-size: 64px;
    line-height: 1;
    margin: 18px 0;
    font-weight: 900;
	color:white;
}

.contact-hero-content p{
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 32px;
}

.contact-whatsapp-btn,
.contact-final-content a{
    background: #c89b2c;
    color: #ffffff;
    padding: 17px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .3s ease;
}

.contact-whatsapp-btn:hover,
.contact-final-content a:hover{
    background: #b8891f;
    transform: translateY(-3px);
	color:white;
}

/* INFO CARDS */

.contact-info-section{
    padding: 45px 6%;
    background: #f7f9fc;
}

.contact-info-grid{
    max-width: 1350px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 22px;
}

.contact-info-card{
    background: #ffffff;
    padding: 32px 28px;
    border-radius: 14px;
    display: flex;
    gap: 20px;
    align-items: center;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.contact-info-card i{
    color: #c89b2c;
    font-size: 42px;
    min-width: 48px;
}

.contact-info-card h3{
    color: #0b2344;
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 900;
}

.contact-info-card p{
    color: #1f2937;
    margin: 0 0 4px;
    font-size: 15px;
}

.contact-info-card small{
    color: #64748b;
}

/* MAIN */

.contact-main-section{
    padding: 35px 6% 75px;
    background: #f7f9fc;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 35px;
    max-width: 1450px;
    margin: auto;
}

.contact-form-box,
.contact-help-box{
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(0,0,0,.08);
	color:white;
}


.contact-form-box{
    padding: 45px;
}

.contact-section-title h2{
    color: #0b2344;
    font-size: 34px;
    margin: 0;
    font-weight: 900;
}

.contact-section-title span{
    width: 65px;
    height: 4px;
    background: #c89b2c;
    display: block;
    margin: 16px 0 32px;
}

/* FORM */

.contact-form-row{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 22px;
}

.contact-field{
    margin-bottom: 22px;
}

.contact-field label{
    display: block;
    color: #0b2344;
    font-weight: 800;
    margin-bottom: 9px;
    font-size: 15px;
}

.contact-field input,
.contact-field select,
.contact-field textarea{
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 15px 16px;
    font-size: 15px;
    outline: none;
    transition: .3s ease;
    font-family: inherit;
}

.contact-field textarea{
    min-height: 145px;
    resize: vertical;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus{
    border-color: #c89b2c;
    box-shadow: 0 0 0 3px rgba(200,155,44,.15);
}

.contact-hp-field{
    display: none;
}

.contact-security-note{
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    color: #475569;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 22px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.contact-security-note i{
    color: #c89b2c;
}

.contact-submit-btn{
    width: 100%;
    border: none;
    background: #c89b2c;
    color: #ffffff;
    padding: 18px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: .3s ease;
}

.contact-submit-btn:hover{
    background: #b8891f;
}

/* HELP BOX */

.contact-help-image img{
    width: 100%;
    height: 330px;
    object-fit: cover;
    display: block;
}

.contact-help-content{
    background: #0b2344;
    color: #ffffff;
    padding: 45px;
}

.contact-help-icon{
    width: 82px;
    height: 82px;
    border: 2px solid #c89b2c;
    color: #c89b2c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    margin-bottom: 24px;
}

.contact-help-content h2{
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 20px;
	color:white;
}

.contact-help-content p{
    color: rgba(255,255,255,.9);
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

/* CTA FINAL */

.contact-final-cta{
    min-height: 330px;
    background:
    linear-gradient(
        90deg,
        rgba(5,22,48,.96) 0%,
        rgba(5,22,48,.72) 50%,
        rgba(5,22,48,.10) 100%
    ),
    url("../img/contacto-cta.png") center right / cover no-repeat;

    display: flex;
    align-items: center;
    padding: 70px 6%;
}

.contact-final-content{
    max-width: 620px;
    color: #ffffff;
}

.contact-final-content h2{
    font-size: 42px;
    margin: 0 0 15px;
    font-weight: 900;
	color:white;
}

.contact-final-content p{
    font-size: 20px;
    margin: 0 0 30px;
}

/* BOTTOM STRIP */

.contact-bottom-strip{
    padding: 35px 6%;
    background: #ffffff;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 28px;
    border-top: 1px solid #e5e7eb;
}

.contact-bottom-strip div{
    border-right: 1px solid #d1d5db;
    padding-right: 25px;
}

.contact-bottom-strip div:last-child{
    border-right: none;
}

.contact-bottom-strip strong{
    display: block;
    color: #0b2344;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 8px;
}

.contact-bottom-strip p{
    margin: 0;
    color: #475569;
    line-height: 1.5;
    font-size: 14px;
}

/* RESPONSIVE */

@media(max-width:1100px){

    .contact-info-grid,
    .contact-bottom-strip{
        grid-template-columns: repeat(2,1fr);
    }

    .contact-main-section{
        grid-template-columns: 1fr;
    }

}

@media(max-width:576px){

    .contact-hero{
        min-height: auto;
        padding: 80px 6%;
    }

    .contact-hero-content h1{
        font-size: 42px;
    }

    .contact-info-grid,
    .contact-form-row,
    .contact-bottom-strip{
        grid-template-columns: 1fr;
    }

    .contact-form-box{
        padding: 30px 22px;
    }

    .contact-help-image img{
        height: 240px;
    }

    .contact-final-content h2{
        font-size: 30px;
    }

    .contact-bottom-strip div{
        border-right: none;
        padding-right: 0;
    }
}

.contact-success{
    background:#dcfce7;
    color:#166534;
    padding:15px 20px;
    border-radius:8px;
    margin-bottom:25px;
}

.contact-error{
    background:#fee2e2;
    color:#991b1b;
    padding:15px 20px;
    border-radius:8px;
    margin-bottom:25px;
}