/*=== MEDIA QUERY ===*/
/*
Theme Name: Medic
Author: Themefisher
Author URI: https://themefisher.com/
Description: Medicle Template
Version: 1.0.0

*/
@import url("https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap");

html {
  overflow-x: hidden;
}

.icon-carrousell {
  font-size: xxx-large;
}








/* =========================
   LINKS BASE DEL NAV
========================= */
.navbar .nav-link {
  position: relative;
  padding: 8px 16px;
  border-radius: 999px;
  color: #111;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* =========================
   HOVER (botón azul dinámico)
========================= */
.navbar .nav-link:hover {
  background: #38B6FF;
  color: #fff !important;
  box-shadow: 0 5px 15px rgba(56, 182, 255, 0.3);
  transform: translateY(-2px);
}

/* =========================
   ACTIVE (selección actual)
========================= */
.active-menu {
  background: #38B6FF;
  color: #fff !important;
  font-weight: 600 !important;
  border-radius: 999px;
  padding: 8px 16px;
  box-shadow: 0 5px 15px rgba(56, 182, 255, 0.35);
}

/* =========================
   CLICK (feedback al presionar)
========================= */
.navbar .nav-link:active {
  transform: scale(0.96);
  box-shadow: 0 2px 8px rgba(56, 182, 255, 0.4);
}

/* =========================
   EFECTO EXTRA SUAVE (opcional pero pro)
========================= */
.navbar .nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(56, 182, 255, 0.15);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.navbar .nav-link:hover::before {
  opacity: 1;
}






.container-custom {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

body {
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px !important;
  /*color: #6F8BA4;*/
  font-weight: 400;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  color: #222;
}

h1,
.h1 {
  font-size: 2.5rem;
}

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

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

.navbar-toggle .icon-bar {
  background: #223a66;
}

input[type="email"],
input[type="password"],
input[type="text"],
input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;

}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.py-7 {
  padding: 7rem 0px;
}

.img-fluid-2 {
  height: 150px !important;
  border-radius: 5%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  /* Opcional: sombra para más estilo */
}

.txt-valores {
  color: #38B6FF;

}

/* Ajusta el tamaño del checkbox */
.checkbox-terms {
  width: 20px;
  /* Tamaño del checkbox */
  height: 20px;
  /* Tamaño del checkbox */
  margin-right: 10px;
  /* Espacio entre el checkbox y el texto */
}

/* Ajusta el tamaño del label */
.form-group-2 label {
  font-size: 16px;
  /* Tamaño del texto en el label */
  display: inline-block;
  /* Asegura que el label se alinee correctamente con el checkbox */
  vertical-align: middle;
  /* Alineación vertical en el centro */
}

/* Opcional: Ajuste para pantallas más pequeñas */
@media (max-width: 768px) {
  .checkbox-terms {
    width: 24px;
    /* Aumentar el tamaño del checkbox en dispositivos móviles */
    height: 24px;
    /* Aumentar el tamaño del checkbox en dispositivos móviles */
  }

  .form-group-2 label {
    font-size: 18px;
    /* Ajustar el tamaño del texto en dispositivos móviles */
  }
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: .5px;
  padding: .75rem 2rem;
  font-family: "Exo", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all .35s ease;
}

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

.padd-boot-0 {
  padding-bottom: 0 !important;
}

.btn.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  padding-left: 15px;
}

.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.btn-main {
  background: #38B6FF;
  color: #fff;
  border-color: #38B6FF;
}

.btn-main:hover {
  background: #223a66;
  border-color: #223a66;
  color: #fff;
}

.btn-main-2 {
  background: #38B6FF;
  color: #fff;
  border-color: #38B6FF;
}

.btn-main-2:hover {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-solid-border {
  border: 2px solid #223a66;
  background: transparent;
  color: #223a66;
}

.btn-solid-border:hover {
  border: 2px solid #223a66;
  color: #fff;
  background: #223a66;
}

.btn-solid-border:hover.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.btn-solid-border.btn-icon i {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.btn-transparent {
  background: transparent;
  color: #222;
  border-color: #6F8BA4;
}

.btn-transparent:hover {
  background: #6F8BA4;
  color: #fff;
}

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

.btn-white:hover {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

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

.btn-solid-white:hover {
  background: #fff;
  color: #222;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.bg-gray {
  background: #eff0f3;
}

.bg-primary {
  background: #223a66;
}

.bg-primary-dark {
  background: #152440;
}

.bg-primary-darker {
  background: #090f1a;
}

.bg-dark {
  background: #222;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 100px 0;
}

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

.section-sm {
  padding: 70px 0;
}

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

.subtitle {
  color: #223a66;
  font-size: 14px;
  letter-spacing: 1px;
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: #223a66;
}

.overly-2 {
  position: relative;
}

.overly-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #222;
  text-decoration: none;
  transition: all .35s ease;
}

a:focus,
a:hover {
  color: white;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 60px 0px 10px 0px;
  position: relative;
}

.page-title .block h1 {
  color: #fff;
}

.page-title .block p {
  color: #fff;
}

.page-title .breadcumb-nav {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus,
.slick-slide a {
  outline: none;
}

@media (max-width: 480px) {

  h2,
  .h2 {
    font-size: 1.3rem;
    line-height: 36px;
  }
}

.title-color {
  color: #223a66;
}

.secondary-bg {
  background: #223a66;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  color: #223a66;
}

.text-lg {
  font-size: 50px;
}

.gray-bg {
  background: #f4f9fc;
}

@media (max-width: 480px) {
  .text-lg {
    font-size: 28px;
  }
}

@media (max-width: 400px) {
  .text-lg {
    font-size: 28px;
  }
}

#navbarmain {
  padding: 20px 0px;
}

#navbarmain .nav-link {
  font-weight: 600;
  padding: 10px 15px;
  color: #222;
  font-family: "Exo", sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  transition: all .25s ease;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-brand {
  margin-top: 10px;
}

.dropdown .dropdown-menu {
  position: absolute;
  display: block;
  background: #fff;
  min-width: 240px;
  top: 130%;
  left: 0;
  right: 0px;
  opacity: 0;
  padding: 0px;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  border: 0px;
  border-top: 5px solid #e12454;
  border-radius: 0px;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 115%;
}

.dropdown .dropdown-item {
  padding: 13px 20px;
  border-bottom: 1px solid #eee;
  background: transparent;
  font-weight: 400;
  color: #555;
}

.dropdown .dropdown-item:hover {
  color: #e12454;
}

.header-top-bar {
  background: #38B6FF;
  font-size: 14px;
  padding: 10px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
}

.top-bar-info li a {
  color: #fff;
  margin-right: 20px;
}

.top-right-bar a span {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.top-right-bar a i {
  color: #fff;
  margin-right: 10px;
}

.bg-1 {
  background: url("../images/empresa_mexicana.png") no-repeat;
  background-position: bottom center;
  /* Alinea la imagen en la parte inferior del contenedor */
  background-size: cover;
  position: relative;
}

.bg-2 {
  background: url("../images/servicios.jpg") no-repeat;
  background-position: bottom center;
  /* Alinea la imagen en la parte inferior del contenedor */
  background-size: cover;
  position: relative;
}

.bg-3 {
  background: url("../images/contacto_img.jpg") no-repeat;
  background-position: bottom center;
  /* Alinea la imagen en la parte inferior del contenedor */
  background-size: cover;
  position: relative;
}

.bg-4 {
  background: url("../images/software_vascotech.jpg") no-repeat;
  background-position: bottom center;
  /* Alinea la imagen en la parte inferior del contenedor */
  background-size: cover;
  position: relative;
}

.bg-5 {
  background: url("../images/fondo_paginas_web.gif") no-repeat;
  background-position: bottom center;
  /* Alinea la imagen en la parte inferior del contenedor */
  background-size: cover;
  position: relative;

}

.full-screen-modal {
  width: 90vw !important;
  /* 100% del ancho de la ventana */
  height: 80vh;
  /* 100% de la altura de la ventana */
  max-width: 95vw;
  /* Limita el ancho a la ventana */
  max-height: 85vh;
  /* Limita la altura a la ventana */
  padding: 0;
  /* Eliminar el padding */
  margin: 0;
  /* Eliminar los márgenes */
  border-radius: 0;
  /* Eliminar los bordes redondeados (opcional) */
}

.full-screen-modal .swal2-title,
.full-screen-modal .swal2-content,
.full-screen-modal .swal2-footer {
  text-align: center;
  /* Centrar el contenido dentro del modal */
}




.banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1.0)), url("../images/imagenPrincipal.jpg");
  background-size: cover;
  min-height: auto;
}



.banner .block {
  padding: 80px 0px 160px;
}

.block-1 {
  padding: 80px 0px 40px;
}


.banner .block h1 {
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  color: #38B6FF;
}

.letter-spacing {
  letter-spacing: 2px;
}

.text-color {
  color: #223a66;
}

.text-color-2 {
  color: #e12454;
}

.divider {
  width: 40px;
  height: 5px;
  background: #38B6FF;
}

@media (max-width: 480px) {
  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
  }

  .banner {
    min-height: 450px;
    background: #fff !important;
  }
}

@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }

  .banner {
    min-height: 450px;
    background: #fff !important;
  }
}

@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 56px;
    line-height: 70px;
  }

  .banner {
    background: #fff !important;
  }
}

@media (max-width: 992px) {
  .banner {
    background: #fff !important;
  }
}

.about-img img {
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.award-img {
  height: 120px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #eff0f3;
}

.appoinment-content {
  position: relative;
}

.appoinment-content img {
  width: 85%;
}

.appoinment-content .emergency {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 20px;
  background: #223a66;
  padding: 48px;
}

.appoinment-content .emergency h2 {
  color: #fff;
}

.appoinment-content .emergency i {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.appoinment-form {
  margin-top: 40px;
}

.appoinment-form .form-control {
  background: #f4f9fc;
  height: 55px;
  border-color: rgba(0, 0, 0, 0.05);
}

.appoinment-form textarea.form-control {
  height: auto;
}

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

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

.feature-item {
  flex-basis: 33.33%;
  margin: 0px 10px;
  padding: 20px 20px;
  background-color: #fff;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.feature-item .feature-icon i {
  font-size: 50px;
  color: #223a66;
}

.feature-item h4 {
  color: #223a66;
}

.feature-item p {
  font-size: 14px;
}

.feature-section.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.w-hours li {
  padding: 6px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.counter-stat {
  text-align: center;
  padding: 55px 0px 40px 0px;
  position: relative;
}

.counter-stat i {
  display: block;
  color: rgba(255, 255, 255, 0.19);
  font-size: 70px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

.counter-stat span {
  font-size: 70px;
  color: #fff;
}

.counter-stat p {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.7);
}

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

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

.service {
  padding-top: 180px;
}

.service .service-item {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}

.service .icon {
  float: left;
  margin-bottom: 10px;
}

.service i {
  color: #e12454;
}

.service h4 {
  padding-left: 20px;
}

.service .content {
  clear: both;
}

.service-block {
  padding: 20px;
  margin-top: 40px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 38px rgba(21, 40, 82, 0.07);
}

.service-block img {
  height: 180px;
  width: 100%;
  margin-top: -60px;
  border: 5px solid #fff;
}

.department-service {
  margin-bottom: 40px;
}

.department-service li {
  margin-bottom: 10px;
}

.department-service li i {
  color: #e12454;
}

.doctors .btn-group .btn {
  border-radius: 0px;
  margin: 0px 2px;
  text-transform: capitalize;
  font-size: 16px;
  padding: .6rem 1.5rem;
  cursor: pointer;
}

.doctors .btn-group .btn.active {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}

.doctors .btn-group .btn.focus {
  box-shadow: none !important;
  border-color: transparent;
}

.doctors .btn-group .btn:focus {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}

.doctors .btn-group .btn:hover {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}

.doctors .btn-group>.btn-group:not(:last-child)>.btn,
.doctors .btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.doctors .btn-group>.btn:not(:first-child) {
  border-radius: 3px;
}

.doctor-inner-box {
  overflow: hidden;
}

.doctor-inner-box .doctor-profile {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}

.doctor-inner-box .doctor-profile .doctor-img {
  transition: all .35s ease;
}

.doctor-inner-box .doctor-profile .doctor-img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.lh-35 {
  line-height: 35px;
}

.doctor-info li {
  margin-bottom: 10px;
  color: #222;
}

.doctor-info li i {
  margin-right: 20px;
  color: #e12454;
}

.read-more {
  color: #223a66;
}

@media (max-width: 480px) {
  .doctors .btn-group {
    display: block;
  }

  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

@media (max-width: 400px) {
  .doctors .btn-group {
    display: block;
  }

  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

@media (max-width: 768px) {
  .doctors .btn-group {
    display: block;
  }

  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

.cta {
  background: url("../images/bg/bg-4.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.cta:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #38B6FF;
}

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

.text-color-primary {
  color: #223a66;
}

.cta-section {
  margin-bottom: -80px;
}

.cta-2 {
  background: url("../images/bg/cta-bg.png") no-repeat;
  background-position: center center;
}

.cta-page {
  position: relative;
  overflow: hidden;
  /* Asegura que el contenido no se desborde */
}

.cta-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/empresa.jpg") no-repeat center center;
  background-size: cover;
  opacity: 0.8;
  /* Ajusta la transparencia aquí (0 es completamente transparente, 1 es opaco) */
  z-index: -1;
  /* Asegura que la imagen de fondo esté detrás del contenido */
}


.testimonial {
  position: relative;
}

.testimonial:before {
  width: 48%;
  height: 100%;
  top: 0;
  left: 0px;
  position: absolute;
  content: "";
  background: url("../images/bg/bg-2.jpg") no-repeat 50% 50%;
}

.testimonial .slick-dots {
  text-align: left;
}

.testimonial-block {
  position: relative;
  margin-bottom: 20px;
}

.testimonial-block p {
  background: #fff;
  font-size: 18px;
}

.testimonial-block .client-info {
  margin-bottom: 20px;
}

.testimonial-block .client-info h4 {
  margin-bottom: 0px;
}

.testimonial-block i {
  font-size: 60px;
  position: absolute;
  right: 46px;
  bottom: 89px;
  opacity: .08;
}

.testimonial-block .slick-dots {
  text-align: left;
}

.testimonial-wrap-2 .slick-dots {
  margin-left: -10px;
}

.testimonial-block.style-2 {
  background: #fff;
  padding: 30px;
  margin: 0px 4px;
  margin-bottom: 30px;
}

.testimonial-block.style-2 .testimonial-thumb {
  float: left;
}

.testimonial-block.style-2 .testimonial-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 20px;
  margin-bottom: 30px;
  border: 5px solid #eff0f3;
  margin-top: -5px;
}

.testimonial-block.style-2 .client-info p {
  clear: both;
  background: transparent;
}

.testimonial-block.style-2 i {
  bottom: -20px;
  color: #e12454;
  opacity: .3;
}

@media (max-width: 480px) {
  .testimonial-wrap {
    margin-left: 0px;
  }

  .testimonial::before {
    display: none;
  }
}

@media (max-width: 400px) {
  .testimonial-wrap {
    margin-left: 0px;
  }

  .testimonial::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .testimonial-wrap {
    margin-left: 0px;
  }

  .testimonial::before {
    display: none;
  }
}

@media (max-width: 992px) {
  .testimonial-wrap {
    margin-left: 0px;
  }

  .testimonial::before {
    display: none;
  }
}

.contact-form-wrap .form-group {
  margin-bottom: 20px;
}

.contact-form-wrap .form-group .form-control {
  height: 60px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
  background: #f4f9fc;
}

.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
  height: auto;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  background: #f4f9fc;
  width: 100%;
}

.social-icons li {
  margin: 0 6px;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 500px;
}

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

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

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

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

.contact-block {
  text-align: center;
  border: 5px solid #EEF2F6;
  padding: 50px 25px;
}

.contact-block i {
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
  color: #38B6FF;
}

.blog-item-content h2 {
  font-weight: 600;
  font-size: 38px;
}

/*=================================================================
  Single Blog Page
==================================================================*/
.nav-links .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #eee;
  text-align: center;
  padding-top: 13px;
  font-weight: 600;
  margin-right: 10px;
}

.nav-links .page-numbers:hover {
  background: #223a66;
  color: #fff;
}

.nav-links .page-numbers.current {
  background: #223a66;
  color: #fff;
}

.comment-area .comment-thumb {
  margin-right: 20px;
  margin-bottom: 30px;
}

.comment-area h5 {
  font-size: 18px;
  font-weight: 500;
}

.comment-area span {
  font-size: 14px;
}

.posts-nav h6 {
  font-weight: 500;
}

.quote {
  font-size: 22px;
  color: #223a66;
  padding: 40px;
  font-style: italic;
  border-left: 5px solid #e12454;
  margin: 25px 0px;
}

.tag-option a {
  border: 1px solid #eff0f3;
  padding: 6px 12px;
  color: #6F8BA4;
  font-size: 14px;
}

.comment-form .form-control {
  background: #f7f8fb;
  border-radius: 5px;
  border-color: #f7f8fb;
  height: 50px;
}

.comment-form textarea.form-control {
  height: auto;
}

.post.post-single {
  border: none;
}

.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}

.post-comments .media {
  margin-top: 20px;
}

.post-comments .media>.pull-left {
  padding-right: 20px;
}

.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}

.post-comments .comment-author a {
  color: #223a66;
  font-size: 14px;
  text-transform: uppercase;
}

.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}

.post-comments .comment-button {
  color: #223a66;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}

.post-comments .comment-button:hover {
  color: #223a66;
}

.post-excerpt {
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt p {
  margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}

.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #223a66;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author>img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #223a66;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input,
.comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus,
.comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.comment-reply-form textarea,
.comment-reply-form .btn-main {
  height: auto;
}

.sidebar-widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}

.sidebar-widget h5 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.sidebar-widget h5:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 35px;
  height: 3px;
  background: #e12454;
}

.sidebar-widget.latest-post .media img {
  border-radius: 7px;
}

.sidebar-widget.latest-post .media h6 {
  font-weight: 500;
  line-height: 1.4;
}

.sidebar-widget.latest-post .media p {
  font-size: 12px;
}

.sidebar-widget.category ul li {
  margin-bottom: 10px;
}

.sidebar-widget.category ul li a {
  color: #222;
  transition: all 0.3s ease;
}

.sidebar-widget.category ul li a:hover {
  color: #223a66;
  padding-left: 5px;
}

.sidebar-widget.category ul li span {
  margin-left: 10px;
}

.sidebar-widget.tags a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .075em;
  line-height: 41px;
  height: 41px;
  font-weight: 500;
  border-radius: 20px;
  color: #666;
  display: inline-block;
  background-color: #eff0f3;
  margin: 0 7px 10px 0;
  padding: 0 25px;
  transition: all .2s ease;
}

.sidebar-widget.tags a:hover {
  color: #fff;
  background: #223a66;
}

.sidebar-widget.schedule-widget {
  background: #f4f9fc;
  padding: 25px;
}

.sidebar-widget.schedule-widget ul li {
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.search-form {
  position: relative;
}

.search-form i {
  position: absolute;
  right: 15px;
  top: 35%;
}

.footer {
  padding-bottom: 10px;
}

.footer .copyright a {
  font-weight: 600;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}

.logo h3 {
  color: #223a66;
}

.logo span {
  color: #223a66;
}

.widget .divider {
  height: 3px;
}

.widget h4 {
  color: #223a66;
}

.widget .footer-menu a {
  color: #6F8BA4;
}

.widget .footer-menu a:hover {
  color: #e12454;
}

.footer-contact-block span {
  font-weight: 400;
  color: #6F8BA4;
}

.footer-contact-block i {
  font-size: 20px;
}

.footer-btm {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-socials li a {
  width: 45px;
  height: 45px;
  background: #6F8BA4;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  padding-top: 12px;
}

.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}

.widget-contact h6 i {
  color: #e12454;
}

.subscribe {
  position: relative;
}

.subscribe .form-control {
  border-radius: 50px;
  height: 60px;
  padding-left: 25px;
  border-color: #eee;
}

.subscribe .btn {
  position: absolute;
  right: 6px;
  top: 6px;
}

.btn-top {
  position: fixed;
  bottom: 105px;
  right: 32px;
  width: 50px;
  height: 50px;
  background-color: #38B6FF;
  color: white;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 999;
  text-decoration: none;
}

.btn-top:hover {
  transform: scale(1.1);
  background: #ffffff;
  color: #38B6FF;
  text-decoration: none !important;
}

/* Cuando se muestra */
.btn-top.show {
  opacity: 1;
  pointer-events: auto;
}


.interlineado br {
  margin-bottom: 12px;
}

.texto-justificado {
  text-align: justify;
}

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

/*# sourceMappingURL=maps/style.css.map */


.clientes-section {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding: 50px 20px;
  background: #f5f5f5;
}

.clientes-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 400px;
}

.cliente-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  text-align: center;
  width: 120px;
}

.cliente-btn:hover,
.cliente-btn.active {
  border-color: #38B6FF;
  transform: translateY(-5px);
}

.cliente-btn img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.testimonio-panel {
  max-width: 500px;
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.testimonio-text {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #222;
  margin-bottom: 20px;
}

.badge-primary {
  background-color: #38B6FF;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 0.9rem;
}

.estrellas i {
  color: #38B6FF;
  margin: 0 2px;
  font-size: 1rem;
}

.cliente-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  text-align: center;
  width: 120px;
}

.cliente-btn img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

/* Estilo cuando el cliente está activo */
.cliente-btn.active {
  border-color: #38B6FF;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.mbt-40 {
  margin: 40px 0;
}

/* ==============================
   FLYER CARD
============================== */
.flyer-card {
  max-width: 400px;
  /* Ancho máximo de la tarjeta */
  background-color: #fff;
  /* Fondo blanco */
  border-radius: 10px;
  /* Bordes redondeados */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  /* Sombra suave */
  overflow: hidden;
  /* Recorta bordes de imagen */
  transition: transform 0.3s, box-shadow 0.3s;
  margin: 0 auto;
  /* Centra horizontalmente */
}

.flyer-card:hover {
  transform: translateY(-5px);
  /* Efecto hover */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.flyer-card a {
  display: block;
  /* Hace clic en toda la tarjeta */
  text-decoration: none;
  /* Sin subrayado */
}

.flyer-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s;
}

.flyer-card:hover .flyer-img {
  transform: scale(1.05);
  /* Zoom sutil en hover */
}

.flyer-footer {
  padding: 10px 15px;
  background-color: #f8f9fa;
  /* Pie de tarjeta suave */
  border-top: 1px solid #e0e0e0;
}

.flyer-footer small {
  color: #333;
  font-size: 0.85rem;
}

.flyer-footer .fa-search-plus {
  margin-right: 5px;
  color: #38B6FF;
  /* Icono azul */
}

/* ==============================
   ANIMACIÓN (fadeInUp)
============================== */
.wow {
  visibility: hidden;
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==============================
   RESPONSIVE
============================== */
@media (max-width: 576px) {
  .flyer-card {
    max-width: 90%;
  }
}















/* ==============================
   CLIENTES VASCOTECH
============================== */

.cliente-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px;
  height: 100%;
  transition: all .35s ease;
  border: 1px solid #f1f1f1;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.cliente-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
  border-color: #38B6FF;
}

.cliente-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #38B6FF;
  transform: scaleX(0);
  transition: .4s;
}

.cliente-card:hover::before {
  transform: scaleX(1);
}

/* LOGO */

.cliente-logo {
  max-height: 60px;
  margin-bottom: 15px;
  transition: .3s;
}

.cliente-card:hover .cliente-logo {
  transform: scale(1.05);
}

/* NOMBRE EMPRESA */

.cliente-nombre {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}

/* SECTOR */

.cliente-sector {
  font-size: 13px;
  color: #38B6FF;
  font-weight: 500;
  margin-bottom: 10px;
}

/* DESCRIPCION */

.cliente-descripcion {
  font-size: 14px;
  color: #666;
  min-height: 60px;
}

/* TAGS */

.cliente-tags {
  margin-top: 12px;
}

.cliente-tag {
  display: inline-block;
  background: #f4f9ff;
  color: #38B6FF;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* BOTON */

.btn-cliente {
  margin-top: 15px;
  border: 1px solid #38B6FF;
  color: #38B6FF;
  transition: .3s;
  font-size: 13px;
}

.btn-cliente:hover {
  background: #38B6FF;
  color: white;
}

/* animacion */

.cliente-card {
  opacity: 0;
  transform: translateY(30px);
}

.cliente-card.visible {
  opacity: 1;
  transform: translateY(0);
  transition: all .6s ease;
}





.btn-sitio {
  margin-top: 20px;
  display: inline-block;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #38B6FF;
  /* Color principal azul */
  background-color: white;
  /* Fondo blanco */
  border: 2px solid #38B6FF;
  /* Borde azul */
  border-radius: 30px;
  /* Botón con bordes redondeados */
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(56, 182, 255, 0.3);
  /* sombra sutil azul */
  cursor: pointer;
}

.btn-sitio:hover,
.btn-sitio:focus {
  background-color: #38B6FF;
  /* Fondo azul */
  color: white;
  /* Texto blanco */
  box-shadow: 0 6px 12px rgba(56, 182, 255, 0.6);
  text-decoration: none;
  transform: translateY(-2px);
}
















.valores-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 15px;
}

/* Tarjeta de cada valor */
.valor-card {
  position: relative;
  background: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 30px 20px 50px;
  /* más espacio abajo para tooltip */
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: visible;
}

.valor-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Ícono grande y color institucional */
.valor-icon {
  font-size: 3rem;
  color: #38B6FF;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.valor-card:hover .valor-icon {
  color: #267fc1;
  /* tono un poco más oscuro al hover */
}

.valor-nombre {
  color: #38B6FF;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 0;
}

/* Tooltip descriptivo */
.valor-descripcion {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  width: 230px;
  background: #38B6FF;
  color: white;
  padding: 15px 20px;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 500;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 10;
  line-height: 1.4;
  white-space: normal;
  text-align: center;
  left: 50%;
  margin-left: 0;
  /* Evitar que texto salga de la caja */
  word-wrap: break-word;
}

/* Triángulo del tooltip */
.valor-descripcion::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: #38B6FF transparent transparent transparent;
}

/* Mostrar tooltip al hacer hover */
.valor-card:hover .valor-descripcion {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(-10px);
}

/* Responsive */

@media (max-width: 991px) {

  /* En tablet - para que queden 2 por fila */
  .valores-container .row {
    justify-content: start !important;
  }

  .valores-container .row.justify-content-center {
    justify-content: start !important;
  }

  .valores-container .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* Centrar la fila de 3 valores en desktop */
  .valores-container>.row:last-child {
    justify-content: center !important;
  }
}

@media (max-width: 575px) {

  /* Móvil: ajustar tamaños y 2,2,2,1 */
  .valores-container .row {
    justify-content: start !important;
  }

  .valores-container .col-lg-3,
  .valores-container .col-md-6,
  .valores-container .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* El último (Profesionalismo) ocupa todo el ancho */
  .valores-container>.row:last-child .col-lg-3:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* Tooltip más pequeño y menos padding */
  .valor-descripcion {
    width: 180px;
    font-size: 0.85rem;
    padding: 10px 15px;
  }
}















/* =========================
   FONDO ANIMADO SUAVE
========================= */
.vt-section-values {
  background: linear-gradient(-45deg, #ffffff, #f7fbff, #eaf6ff, #ffffff);
  background-size: 400% 400%;
  animation: vtGradient 15s ease infinite;
  position: relative;
  overflow: hidden;
}

@keyframes vtGradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* =========================
   CARD PRINCIPAL
========================= */
.vt-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px 25px;
  text-align: center;
  color: #1a1a1a;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transform-style: preserve-3d;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(56, 182, 255, 0.15);
  will-change: transform;
}

/* =========================
   GLOW SUTIL ANIMADO
========================= */
.vt-card::before {
  content: "";
  position: absolute;
  width: 180%;
  height: 180%;
  background: radial-gradient(circle, rgba(56, 182, 255, 0.12), transparent 65%);
  top: -40%;
  left: -40%;
  animation: vtGlowMove 10s linear infinite;
}

@keyframes vtGlowMove {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* =========================
   ICONO
========================= */
.vt-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #38B6FF, #6ecbff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  animation: vtFloat 3s ease-in-out infinite;
  box-shadow: 0 10px 25px rgba(56, 182, 255, 0.25);
}

@keyframes vtFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

/* =========================
   TITULOS
========================= */
.vt-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin-bottom: 5px;
}

/* =========================
   DIVIDER
========================= */
.vt-divider {
  width: 50px;
  height: 4px;
  background: #38B6FF;
  margin: 15px auto;
  border-radius: 10px;
}

/* =========================
   TEXTO
========================= */
.vt-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

/* =========================
   HOVER ELEGANTE
========================= */
.vt-card:hover {
  transform: scale(1.04);
  box-shadow: 0 20px 40px rgba(56, 182, 255, 0.18);
  border-color: rgba(56, 182, 255, 0.3);
}

/* =========================
   EFECTO SUAVE GENERAL
========================= */
.vt-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(120deg, transparent, rgba(56, 182, 255, 0.08), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.vt-card:hover::after {
  opacity: 1;
}
















/* =========================
   SECCIÓN GENERAL
========================= */
.vt-team-section {
  background: linear-gradient(180deg, #ffffff, #f7fbff);
}

/* =========================
   IMAGEN
========================= */
.vt-team-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.vt-team-img img {
  border-radius: 20px;
  transition: transform 0.5s ease;
}

/* Hover imagen */
.vt-team-img:hover img {
  transform: scale(1.05);
}

/* Glow sutil */
.vt-team-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(56, 182, 255, 0.2), transparent);
  opacity: 0;
  transition: 0.4s;
}

.vt-team-img:hover::after {
  opacity: 1;
}

/* =========================
   TEXTO
========================= */
.vt-team-content h2 {
  font-size: 16px;
  color: #38B6FF;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.vt-team-content h3 {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.vt-team-content p {
  color: #444;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* Divider */
.vt-divider {
  width: 60px;
  height: 4px;
  background: #38B6FF;
  margin: 15px 0 20px;
  border-radius: 10px;
}

/* =========================
   BOTÓN MODERNO
========================= */
.vt-btn {
  display: inline-block;
  padding: 12px 26px;
  background: #38B6FF;
  color: #fff;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(56, 182, 255, 0.25);
}

/* Hover botón */
.vt-btn:hover {
  background: #2ea4e6;
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(56, 182, 255, 0.35);
  color: #fff;
}

/* Click */
.vt-btn:active {
  transform: scale(0.95);
}








/* SECCIÓN GENERAL */
.about-clean {
  background: #ffffff;
  padding: 100px 0;
}

/* ========================= */
/* IMÁGENES (LAYOUT CORRECTO) */
/* ========================= */

.about-images-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 200px 200px;
  gap: 20px;
}

/* TODAS LAS IMÁGENES */
.about-images-grid .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 3px solid #fff;
  transition: all 0.3s ease;
}

/* IMÁGENES PEQUEÑAS (IZQUIERDA) */
.about-images-grid .small:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.about-images-grid .small:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

/* IMAGEN GRANDE (DERECHA) */
.about-images-grid .big {
  grid-column: 2;
  grid-row: 1 / span 2;
}

/* HOVER */
.about-images-grid .img:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* ========================= */
/* TEXTO */
/* ========================= */

.about-content {
  padding-left: 20px;
}

.about-content .tag {
  color: #38B6FF;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 13px;
}

.about-content h2 {
  font-size: 40px;
  font-weight: 700;
  color: #111;
  margin: 20px 0;
  line-height: 1.2;
}

.about-content h2 span {
  color: #38B6FF;
}

.about-content p {
  color: #555;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 500px;
}

/* ========================= */
/* BOTÓN */
/* ========================= */

.btn-main {
  display: inline-block;
  background: #38B6FF;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-main:hover {
  background: #000;
  color: #fff;
  transform: translateY(-2px);
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media (max-width: 991px) {

  .about-content {
    padding-left: 0;
    margin-top: 40px;
    text-align: center;
  }

  .about-content p {
    margin-left: auto;
    margin-right: auto;
  }

  /* En mobile todo en columna */
  .about-images-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  /* Reset posiciones */
  .about-images-grid .small,
  .about-images-grid .big {
    grid-column: auto;
    grid-row: auto;
    height: 250px;
  }
}







.btn-wa {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.btn-wa:hover {
  transform: scale(1.1);
}

.btn-wa img {
  width: 35px;
  height: 35px;
}

























/* SECTION */
.vasco-comparativa {
  padding: 120px 20px 60px;
  background: linear-gradient(180deg, #eef2f7 0%, #f8fafc 100%);
  font-family: 'Poppins', sans-serif;
  position: relative;
}

/* HEADER FLOTANTE */
.vasco-header {
  background: rgba(255, 255, 255, 0.85);
  /* fondo blanco semi-transparente */
  backdrop-filter: blur(12px);
  /* efecto vidrio */
  -webkit-backdrop-filter: blur(12px);
  /* soporte Safari */

  max-width: 720px;
  margin: 0 auto;
  padding: 35px 45px;
  border-radius: 18px;

  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%) !important;

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  /* borde tipo glass */
  text-align: center;
  z-index: 20;
}

.vasco-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f2d3d;
  line-height: 1.2;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  /* sombra ligera para mejor legibilidad */
}

.vasco-header p {
  color: #6B6B6B;
  margin-top: 10px;
  font-size: 1.1rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* línea decorativa */
.vasco-header::after {
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 70px;
  height: 5px;
  background: #38B6FF;
  border-radius: 10px;
}

/* GRID */
.vasco-grid {
  margin-top: 120px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

/* CARD */
.vasco-card {
  width: 45%;
  /*max-width: 320px;*/
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: 0.4s;
  position: relative;
}

.vasco-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

/* BADGE */
.vasco-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #ff4d4d;
  color: #fff;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
}

.vasco-badge-blue {
  background: #38B6FF;
}

/* IMAGEN */
.vasco-img {
  width: 100%;
  /*height: 180px;*/
  object-fit: contain;
  background: #f8f9fa;
  /* opcional */
}

/* LISTA */
.vasco-card ul {
  padding: 25px;
  list-style: none;
}

.vasco-card li {
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: #444;
}

/* COLORES BORDE 
.vasco-antes {
  border-top: 5px solid #ff4d4d;
}

.vasco-despues {
  border-top: 5px solid #38B6FF;
}*/

/* SASTRES */
.vasco-sastres {
  margin-top: 100px;
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
}

/* IMÁGENES */
.vasco-sastres-img {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vasco-sastres-img img {
  width: 367px;
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: 0.3s;
}

.vasco-sastres-img img:hover {
  transform: scale(1.05);
}

/* TEXTO */
.vasco-sastres-text {
  max-width: 500px;
}

.vasco-sastres-text h3 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #1f2d3d;
}

.vasco-sastres-text p {
  color: #555;
  margin-bottom: 15px;
  line-height: 1.6;
}

/* BOTÓN PRO */
.vasco-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 14px 30px;
  background: linear-gradient(135deg, #38B6FF, #2EA3E6);
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  box-shadow: 0 10px 25px rgba(56, 182, 255, 0.4);
}

.vasco-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(56, 182, 255, 0.6);
}

/* ========================= */
/* 📱 RESPONSIVE PRO */
/* ========================= */

@media (max-width: 992px) {
  .vasco-header h2 {
    font-size: 2rem;
  }

  .vasco-grid {
    margin-top: 400px;
    gap: 25px;
  }
}

@media (max-width: 768px) {

  /* 🔥 CLAVE: quitar flotante */
  .vasco-header {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 25px 20px;
    margin-bottom: 30px;
  }

  .vasco-header h2 {
    font-size: 1.6rem;
  }

  .vasco-header p {
    font-size: 0.95rem;
  }

  .vasco-grid {
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
  }



  .vasco-sastres {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

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

  .vasco-sastres-img img {
    width: 100%;
    max-width: 280px;
  }
}

@media (max-width: 480px) {
  .vasco-comparativa {
    padding: 80px 15px 40px;
  }

  .vasco-header {
    border-radius: 14px;
  }

  .vasco-btn {
    width: 100%;
    text-align: center;
  }
}

.vasco-cierre {
  margin-top: 100px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.vasco-cierre h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #1f2d3d;
}

.vasco-cierre p {
  color: #555;
  margin-bottom: 15px;
  line-height: 1.6;
}

.vasco-cierre .vasco-btn {
  margin-top: 25px;
}











.texto-azul {
  color: #38B6FF;
}

.c-r {
  color: red;
}

.c-v {
  color: green;
}














/* ==============================
   Scroll Progress Indicator
   ============================== */
#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 7px;
  /* altura de la barra */
  width: 0;
  /* se actualizará con JS */
  background: #38B6FF;
  background-size: 200% 100%;
  animation: gradientMove 3s linear infinite;
  border-radius: 5px;
  /* bordes redondeados */
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  /* sombra sutil */
  z-index: 9999;
  transition: width 0.25s ease-out, transform 0.2s ease-out;
  overflow: hidden;
}

/* Brillo ligero sobre la barra */
#scroll-progress::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  filter: blur(4px);
}

/* Rebote ligero al llegar al final */
#scroll-progress.complete {
  transform: scaleY(1.3);
  /* aumenta un poco la altura */
}

/* Animación de gradiente */
@keyframes gradientMove {
  0% {
    background-position: 0% 0;
  }

  100% {
    background-position: -200% 0;
  }
}



















/* ==============================
   Cursor personalizado premium
   ============================== */
#custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 15px;
  /* tamaño del cursor */
  height: 15px;
  border-radius: 50%;
  /* círculo perfecto */
  pointer-events: none;
  /* no bloquea clics */
  background: rgba(56, 182, 255, 0.8);
  /* azul corporativo */
  border: 2px solid #38B6FF;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease-out, width 0.2s ease-out, height 0.2s ease-out, background 0.2s ease-out;
  z-index: 9999;
  mix-blend-mode: normal;
  /* asegura color correcto */
  box-shadow: 0 0 10px rgba(56, 182, 255, 0.5);
  /* halo suave */
}

/* Efecto al pasar sobre botones o links */
#custom-cursor.hover {
  width: 20px;
  height: 20px;
  background: rgba(56, 182, 255, 0.3);
  box-shadow: 0 0 15px rgba(56, 182, 255, 0.6);
  /* halo más intenso */
}

/* ==============================
   Cursor gusanito premium estable
   ============================== */
.cursor-dot {
  position: fixed;
  /* importante: siempre sobre la página */
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  background: rgba(56, 182, 255, 0.8);
  border: 2px solid #38B6FF;
  box-shadow: 0 0 10px rgba(56, 182, 255, 0.5);
  transform: translate(-50%, -50%);
}

.cursor-dot.hover {
  background: rgba(56, 182, 255, 0.3);
  box-shadow: 0 0 15px rgba(56, 182, 255, 0.6);
}


















.food-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.food-icons img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 150px;
  /* tamaño grande */
  animation: floatFood 20s linear infinite;
  opacity: 0;
  filter: brightness(150%) opacity(0.25);
  /* marca de agua suave */
}

/* Animación de caída desde arriba */
@keyframes floatFood {
  0% {
    transform: translateY(-20vh) translateX(0) scale(1) rotate(0deg);
    opacity: 0;
  }

  5% {
    opacity: 0.15;
  }

  50% {
    transform: translateY(50vh) translateX(50px) scale(1.4) rotate(180deg);
    opacity: 0.3;
  }

  90% {
    opacity: 0.15;
  }

  100% {
    transform: translateY(120vh) translateX(-50px) scale(1.2) rotate(360deg);
    opacity: 0;
  }
}

/* Posiciones, tamaños y animaciones para 10 imágenes */
.food-icons img:nth-child(1) {
  left: 5%;
  top: 10%;
  max-width: 90px;
  animation-delay: 0s;
  animation-duration: 19s;
}

.food-icons img:nth-child(2) {
  left: 20%;
  top: 40%;
  max-width: 110px;
  animation-delay: 3s;
  animation-duration: 21s;
}

.food-icons img:nth-child(3) {
  left: 35%;
  top: 20%;
  max-width: 95px;
  animation-delay: 6s;
  animation-duration: 18s;
}

.food-icons img:nth-child(4) {
  left: 50%;
  top: 60%;
  max-width: 120px;
  animation-delay: 1s;
  animation-duration: 20s;
}

.food-icons img:nth-child(5) {
  left: 65%;
  top: 30%;
  max-width: 100px;
  animation-delay: 4s;
  animation-duration: 23s;
}

.food-icons img:nth-child(6) {
  left: 80%;
  top: 50%;
  max-width: 105px;
  animation-delay: 8s;
  animation-duration: 17s;
}

.food-icons img:nth-child(7) {
  left: 10%;
  top: 70%;
  max-width: 90px;
  animation-delay: 2s;
  animation-duration: 22s;
}

.food-icons img:nth-child(8) {
  left: 25%;
  top: 80%;
  max-width: 130px;
  animation-delay: 5s;
  animation-duration: 19s;
}

.food-icons img:nth-child(9) {
  left: 40%;
  top: 50%;
  max-width: 105px;
  animation-delay: 9s;
  animation-duration: 18s;
}

.food-icons img:nth-child(10) {
  left: 75%;
  top: 18%;
  max-width: 150px;
  animation-delay: 18s;
  animation-duration: 53s;
}





















:root {
  --azul-vasco: #38B6FF;
  --azul-fuerte: #1A365D;
  --gris-fondo: #F7FAFC;
  --texto-oscuro: #2D3748;
  --texto-mutado: #718096;
}

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

body {
  font-family: 'Poppins', sans-serif;
  background: var(--gris-fondo);
}

/*==========================
    TOP BAR
==========================*/

.top-bar {
  background: #38B6FF;
  color: #E5E7EB;
  font-size: .8rem;
  padding: 10px 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: .5px;
}

.top-bar a {
  color: #fff;
  text-decoration: none;
}

/*==========================
    NAVBAR
==========================*/

.navbar {
  background: #fff;
  padding: 22px 10%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .05);
  position: sticky;
  top: 0;
  z-index: 999;
}

.logo {
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--texto-oscuro);
}

.logo span {
  color: var(--azul-vasco);
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 35px;
}

.nav-links a {
  text-decoration: none;
  color: var(--texto-oscuro);
  font-weight: 500;
  transition: .3s;
}

.nav-links a:hover {
  color: var(--azul-vasco);
}

/*==========================
    HEADER
==========================*/

.header-proyectos {
  background: linear-gradient(135deg, var(--azul-fuerte), #0F172A);
  color: #fff;
  text-align: center;
  padding: 80px 0;
  border-bottom: 4px solid var(--azul-vasco);
}

.header-proyectos h1 {
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.header-proyectos p {
  max-width: 700px;
  margin: auto;
  color: #bfdbfe;
  font-size: 1.05rem;
  line-height: 1.8;
}

/*==========================
    TARJETAS
==========================*/

.proyecto-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #E2E8F0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  transition: .35s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.proyecto-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(56, 182, 255, .18);
}

/*==========================
    BROWSER
==========================*/

.browser-window {
  background: #EDF2F7;
  padding: 12px 18px;
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #E2E8F0;
}

.browser-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.red {
  background: #FC8181;
}

.yellow {
  background: #F6E05E;
}

.green {
  background: #68D391;
}

/*==========================
    IMAGEN
==========================*/

.proyecto-imagen {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #edf2f7;
}

.proyecto-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: .5s;
}

.proyecto-card:hover img {
  transform: scale(1.05);
}

.proyecto-tag {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: var(--azul-vasco);
  color: #fff;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: .75rem;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

/*==========================
    INFO
==========================*/

.proyecto-info {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.proyecto-info h3 {
  font-size: 1.45rem;
  color: var(--texto-oscuro);
  margin-bottom: 15px;
}

.proyecto-info p {
  color: var(--texto-mutado);
  line-height: 1.8;
  flex-grow: 1;
  margin-bottom: 10px;
}

/*==========================
    BOTÓN
==========================*/

.proyecto-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  text-decoration: none;
  color: var(--azul-fuerte);
  border: 2px solid var(--azul-fuerte);
  padding: 12px 22px;
  border-radius: 12px;
  font-weight: 600;
  transition: .3s;
}

.proyecto-link i {
  transition: .3s;
}

.proyecto-card:hover .proyecto-link {
  background: var(--azul-vasco);
  border-color: var(--azul-vasco);
  color: #fff;
}

.proyecto-card:hover .proyecto-link i {
  transform: translateX(5px);
}


.proyecto-logo {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(255, 255, 255, 0.85);
  padding: 8px 12px;
  border-radius: 12px;
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.proyecto-logo img {
  height: 35px;
  width: auto;
  object-fit: contain;
}

.short-text,
.full-text {
  transition: opacity .35s ease, transform .35s ease;
}

.short-text {
  opacity: 1;
  max-height: 300px;
  overflow: hidden;
}

.full-text {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(-10px);
}

.leader-card.active .short-text {
  opacity: 0;
  max-height: 0;
  transform: translateY(-10px);
}

.leader-card.active .full-text {
  opacity: 1;
  max-height: 1000px;
  /* suficientemente grande */
  transform: translateY(0);
}

.btn-toggle {
  background: transparent;
  border: none !important;
  cursor: none !important;
  outline: none !important;
  color: var(--azul-vasco);
  font-weight: 600;
  font-size: .95rem;
  cursor: pointer;
  padding: 0;
  margin: 10px 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: .3s;
}

.btn-toggle::after {
  transition: transform .3s;
}

.btn-toggle:hover {
  color: var(--azul-fuerte);
}

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



/*==========================
    RESPONSIVE
==========================*/

@media (max-width:991px) {

  .navbar {
    padding: 18px 5%;
  }

  .header-proyectos {
    padding: 60px 20px;
  }

  .header-proyectos h1 {
    font-size: 2.2rem;
  }

}

@media (max-width:768px) {

  .top-bar {
    display: none;
  }

  .header-proyectos h1 {
    font-size: 2rem;
  }

  .proyecto-info {
    padding: 25px;
  }

}

@media (max-width:576px) {

  .header-proyectos {
    padding: 50px 15px;
  }

  .header-proyectos h1 {
    font-size: 1.8rem;
  }

  .proyecto-info h3 {
    font-size: 1.25rem;
  }

  .proyecto-link {
    width: 100%;
    justify-content: center;
  }

}