/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Yellowtail&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');



/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(../css/animate.min.css);
@import url(../css/normalize.css);
@import url(../css/slick.css);
@import url(../css/nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
    margin-top: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    
   

  
}


html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    
    
    
 
    
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}



ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}



.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start *








/* Topbar Contact */
.topbar {
  background: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
  padding: 0.8rem 0; /* un poco más de espacio */
  font-family: 'Roboto', sans-serif;
}

.topbar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0.5rem 1.5rem; /* más espacio entre bloques */
  text-align: center;
}

.contact-item i {
  color: #1e88e5;
  font-size: 1.rem; /* íconos más grandes */
  margin-bottom: 0.3rem;
}

.contact-item .label {
  font-size: 1rem;  /* texto de la etiqueta más grande */
  color: #444;
}

.contact-item .highlight {
  color: #e53935;
  font-weight: bold;
  font-size: 1.rem; /* resaltar más */
}

.contact-item .phone {
  font-size: 1rem; /* número principal más grande */
  font-weight: bold;
  color: #222;
}

.contact-btn .btn-emergency {
  background: #1e88e5;
  color: #fff;
  padding: 0.6rem 1.1rem; /* botón más grande */
  border-radius: 20px;
  font-size: 1.1rem; /* texto del botón más grande */
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s;
}

.contact-btn .btn-emergency:hover {
  background: #1565c0;
}




/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.about_taital_main {
    width: 100%;
    padding-left: 100px;
    padding-top: 70px;
   
}

.padding_right_0 {
    padding-right: 0px;
}

.about_taital {
    width: 80%;
    float: left;
    color: #1e88e5;
    font-size: 30px; 
    
}

.about_subtitle {
    width: 100%;
    float: left;
    color: white;
    font-size: 80px; 
    margin-top: 10px;
}
.about_subtitle2 {
    width: 100%;
    float: left;
    color: white;
    font-size: 30px; 
    margin-top: 10px;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 1.5rem;
    color: white;
    margin: 0px;
    padding-top: 40px;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;

}

.readmore_bt {
    width: 280px;
    float: left;
    margin-top: 60px;
    position: relative;
    z-index: 10;
    
}

.readmore_bt a {
    display: inline-block; /* mejor control que float */
    width: 100%;
    font-size: 20px;
    color: white;
    background-color:  #1e88e5;
    text-align: center;
    padding: 10px 0px;
    border-radius: 20px;
    text-transform: uppercase;
    border: 1.5px solid white; /* borde visible */
    box-sizing: border-box;   /* asegura que no se corte el borde */
}

.readmore_bt a:hover {
    color: white;
    background-color: transparent;
}

.about_img {
    width: 100%;
    float: left;
}

/* Carrusel de "Quienes Somos" */
.about_section {
  background-color: #0d1b2a; /* o el color que quieras */
  position: relative;
  z-index: 1;
  margin-bottom: 80px;

}

.swiper-about {
  max-width: 800px;  /* más pequeño */
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  
}

.swiper-about .swiper-slide img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*carrucel 2*/

.swiper, .swiper-wrapper, .swiper-slide, .swiper-button-next, .swiper-button-prev {
  z-index: 1 !important;
}


/* contact section end */

.swiper {
    width: 100%;
    height: 100vh;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    position: relative;
  }
  
  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
     
  }

 .swiper-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;              /* Ocupar todo el ancho */
  height: 100%;             /* Ocupar todo el alto del slide */
  display: flex;            /* Para distribuir el contenido */
  flex-direction: column;   /* Colocar título arriba y botones abajo */
  justify-content: center;  /* Centrado vertical */
  align-items: flex-start;  /* Comienza desde la izquierda */
  padding: 0 10%;           /* Espacios laterales */
  color: #fff;
  z-index: 10;
  font-family: 'Poppins', sans-serif;
}
/* Título */
.swiper-title {
  font-size: 5rem;  /* menos exagerado que el tuyo */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
   text-shadow: 2px 2px 8px rgba(0,0,0,0.6); 
   color: #fff;
}

/* Subtítulo */
.swiper-description {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 35px;
  color: #e6e6e6;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.5);

}

/* Botones */
.swiper-buttons {
  display: flex;
  gap: 20px;
}

.swiper-buttons a {
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

/* Botón principal */
.btn-linea {
  background: #0066ff; /* azul corporativo */
  color: #fff;
  border: 1px solid white;
}

.btn-linea:hover {
  background: white;
}

/* Botón secundario */
.btn-cotiza {
  border: 3px solid #fff;
  color: #fff;
  background: transparent;
}

.btn-cotiza:hover {
  background: #fff;
  color: #000;
}


/*sesión servicios*/
.services {
  padding: 80px 10%;
  background: #ECECEC;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.services-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 50px;
  color: #002855;
}

.services-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 30px;
  color: #666666;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.service-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card img {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
  object-fit: cover; 
  border-bottom: 2px solid grey;
  border-radius: 20px 20px 0 0;
}

.service-card h3 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #0066ff;
}

.service-card p {
  font-size: 1.25rem;
  color: #555;
  line-height: 1.6;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.btn-ver-mas {
  display: inline-block;
  margin-top: auto;
  padding: 10px 20px;
  font-size: 1rem;
  color: #fff;
  background-color: #0066ff;
  border-radius: 15px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-ver-mas:hover {
  background-color: white;
  border: solid 2px  #0066ff;  /* borde visible al hacer hover */
}

  
/*sesión servicios2*/

.services1 {
  padding: 80px 10%;
  background: #ECECEC;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  padding: 80px 10% 60px 10%; 
}

.services-title1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 50px;
  color: #002855;
  padding: 80px 10% 60px 10%; 
   margin-top: 80px;
}

.services-grid1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.service-card1 {
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card1 img {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  object-fit: cover; 
  border-bottom: 2px solid grey;
  border-radius: 20px 20px 0 0;
}

.service-card1 h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #0066ff;
}

.service-card1 p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.service-card1:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}



.swiper2 {
    width: 100%;
    height: 100vh;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    position: relative;
  }
  
  .swiper-slide2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;   
  }

 .swiper-content2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;              /* Ocupar todo el ancho */
  height: 60%;             /* Ocupar todo el alto del slide */
  display: flex;            /* Para distribuir el contenido */
  flex-direction: column;   /* Colocar título arriba y botones abajo */
  justify-content: center;  /* Centrado vertical */
  align-items: flex-start;  /* Comienza desde la izquierda */
  padding: 0 10%;           /* Espacios laterales */
  color: #fff;
  z-index: 10;
  font-family: 'Poppins', sans-serif;
}


/* Título */
.swiper-title2, .swiper-title21 {
  font-size: 5rem;  /* menos exagerado que el tuyo */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
   text-shadow: 2px 2px 8px rgba(0,0,0,0.6); 
   color: #fff;
}



/* Subtítulo */
.swiper-subtitle2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 35px;
  color: #e6e6e6;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;

}



/* Inicio navbar */

/* Transparencia y desenfoque del navbar */
.transparent-navbar {
  background-color: rgba(0, 0, 0, 0.4); /* semi-transparente */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background-color 0.3s ease;
  z-index: 1030;
  
}

/* Estilo para los links y marca */
.transparent-navbar .navbar-nav .nav-link,
.transparent-navbar .navbar-brand {
  color: white !important;
}



/* Hover bonito */
.transparent-navbar .nav-link:hover {
  color: #444 !important;
}

/* Padding y estilos previos */
.navbar-nav .nav-item {
 
  padding-left: 1rem;
  padding-right: 1rem;
  white-space: nowrap;
  font-size: 1.1rem !important;

}



.navbar-brand {
  margin-left: 6rem;
  font-size: 1.5rem !important;
  font-style: normal;
  font-weight: 400;
  font-family: "Yellowtail", cursive;
  color: white !important;
}

.navbar-brand img {
  margin-right: 1rem; 
}

.nav-link {
  font-size: 1.2rem !important;
  color: white !important;
  transition: color 0.3s ease;
}


/* Fin navbar */

/* footer section start */

.footer_section {
  background-color: #ECECEC; /* azul muy claro de fondo */
  padding: 46px 20px;
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.footer-column {
  flex: 1;
  min-width: 200px;
}

.footer-title {
  font-size: 30px;
  margin-bottom: 40px;
  color: #002855;
}

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

.footer-list li {
  font-size: 14px;
  color: #002855;
  margin-bottom: 8px;
  font-size: 15px;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
}

.footer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-link i {
  font-size: 3rem; /* iconos más grandes */
  color: #002855;  /* azul oscuro */
  transition: color 0.3s;
}

.social-link i:hover {
  color: #004080;
}

.footer-text {
  margin-top: 8px;
  font-size: 14px;
  color: #002855;
}

.social-bottom {
  align-self: flex-end; /* facebook e instagram más abajo */
}


/* footer section end */

.copyright_section {
    width: 100%;
    float: left;
    background-color:  #0d1b2a;;
    height: auto;
    
}

.copyright_text {
    width: 100%;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    margin-left: 0px;
    padding: auto;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #e27141;
}


/* Vídeos responsivos para la sección de embebido */
.embed_videos_section {
  background: linear-gradient(135deg, #f8f9fa, #eef4f9); /* fondo con leve degradado */
  padding: 80px 0;
}

.embed_taital {
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: #002855; /* azul oscuro para mantener coherencia con el footer */
  letter-spacing: 1px;
}

.embed_text {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 18px;
  color: #444;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.embed_videos_section .card {
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.08), 0 2px 10px rgba(0, 0, 0, 0.12);
  background: #fff;
}

.embed_videos_section .card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.15), 0 4px 16px rgba(0, 0, 0, 0.1);
}

.embed_videos_section .card-body {
  padding: 1.2rem;
  text-align: center;
}

.embed_videos_section .card-title {
  font-size: 1.2rem;
  color: #d48872; /* toque cálido */
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.embed_videos_section .card-text {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}

.embed_videos_section .ratio {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-bottom: 4px solid red; /* detalle debajo del video */
}


.galeria-img {
      width: 150%;
      height: 700px;
      object-fit: cover;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
}

.galeria-img:hover {
      transform: scale(1.03);
   }

.mb-4 {
      margin-bottom: 1.5rem;
   }
   
/* Modal personalizado */
.cotizar-modal {
  border-radius: 18px;
  overflow: hidden;
  border: none;
  box-shadow: 0 10px 40px rgba(0,0,0,0.25);
}


.testimonials {
  background:  #0d1b2a; /* fondo gris muy claro */
  padding: 80px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 60px;
}

.testimonials-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: white; /* azul oscuro */
  margin-bottom: 10px;
}

.testimonials-subtitle {
  font-size: 1.1rem;
  color: white;
  margin-bottom: 50px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.testimonial-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.testimonial-text {
  font-size: 1rem;
  color: #333;
  margin-bottom: 20px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-author img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #0066ff;
}

.testimonial-author h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #002855;
}

.testimonial-author span {
  font-size: 0.9rem;
  color: #777;
}



/* Encabezado */
.cotizar-modal .modal-header {
  background: #0d1b2a; /* Azul oscuro corporativo */
  color: #fff;
  border-bottom: none;
}

.cotizar-modal .modal-title span {
  color: #1e88e5; /* Azul brillante */
  font-weight: bold;
}
.cotizar-modal .modal-title {
  color: white;
}

/* Inputs */
.cotizar-modal .form-control {
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #dcdcdc;
  transition: all 0.3s;
}

.cotizar-modal .form-control:focus {
  border-color: #1e88e5;
  box-shadow: 0 0 8px rgba(30, 136, 229, 0.3);
}

/* Labels */
.cotizar-modal .form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}

/* Botón principal */
.btn-submit {
  background: linear-gradient(135deg, #1e88e5, #0d47a1);
  color: white;
  font-weight: 600;
  padding: 14px;
  border-radius: 10px;
  width: 100%;
  border: none;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background: linear-gradient(135deg, #1565c0, #002855);
}


.whatsapp-btn {
  position: fixed;
  bottom: 30px;       /* separación inferior */
  right: 30px;        /* separación derecha */
  background: #0056b3; /* azul corporativo */
  color: white;
  font-size: 2rem;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  transition: background 0.3s, transform 0.2s;
  z-index: 9999 !important; /* Siempre por encima */
}

.whatsapp-btn:hover {
  background: #007bff; /* azul más oscuro al hover */
  color: white;
  transform: scale(1.1);
}

.whatsapp-btn i {
  font-size: 2.5rem; /* ícono más grande */
}

/* Botón Destaqueo sin Romper */
/* Botón Destaqueo sin Romper */
.btn-destaqueo {
  position: fixed;
  bottom: 160px;        /* más arriba para no chocar con el WhatsApp */
  right: 30px;           /* ahora se ubica en la izquierda */
  background: #0056b3;  /* azul corporativo */
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 15px 30px;
  border-radius: 12px;  /* esquinas redondeadas */
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  z-index: 9999;
  transition: background 0.3s, transform 0.2s;
  animation: pulse 1.5s infinite;
  border-bottom: 2px solid #444444; /* detalle debajo del botón */
}

/* Hover */
.btn-destaqueo:hover {
  background: white;
  color: #0056b3;        /* mantiene contraste al pasar el mouse */
  transform: scale(1.08);
}

/* Animación para destacar */
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.07); }
  100% { transform: scale(1); }
}


.team_section {
  background: #ECECEC;/* gris claro elegante */
  padding: 80px 20px;
  text-align: center;
}

.team_title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #002855; /* azul corporativo */
  margin-bottom: 10px;
}

.team_subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 50px;
}

.team_card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.team_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.team_img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 15px;
}

.team_name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #002855;
}

.team_role {
  font-size: 1rem;
  font-weight: 500;
  color: #0d6efd; /* azul más vivo */
  margin-bottom: 10px;
}

.team_desc {
  font-size: 0.95rem;
  color: #444;
}

/* ============================= */
/* 📱 Mejoras Responsivas */
/* ============================= */

/* Celulares pequeños */
@media (max-width: 576px) {
  /* Ajuste de títulos */
  h1, .swiper-title{
    font-size: 2rem;
    text-align: center;
     
  }

  h2, .services-title, .about-title, .team_title, .testimonials-title {
    font-size: 1.5rem;
    text-align: center;
  }

  p, .swiper-subtitle {
    font-size: 0.9rem;
    text-align: center;
  }

  /* 🔹 Botones más compactos en celular */
  .btn, .btn-linea, .btn-cotiza, .btn-ver-mas, .btn-submit {
    font-size: 0.85rem;     /* Texto un poco más pequeño */
    padding: 8px 16px;      /* Menos alto y ancho */
    border-radius: 8px;     /* Bordes más suaves */
    display: inline-block;  /* Que no se estiren a todo el ancho */
    margin: 8px auto;
  }

  /* Centrar los botones importantes */
  .btn-contact, .btn-cotiza {
    display: block;         /* Cada uno en su línea */
    width: auto;            /* No ocupan todo el ancho */
    max-width: 220px;       /* Límite para que no se vean gigantes */
  }

  /* Grillas en 1 columna */
  .services-grid,
  .services-grid1,
  .team-container,
  .videos-container {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }

  /* Footer centrado */
  footer {
    text-align: center;
  }

  .footer-links ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

/* Tablets (pantallas medianas) */
@media (min-width: 577px) and (max-width: 768px) {
  h1, .swiper-title {
    font-size: 2.5rem;
  }

  h2, .services-title, .about-title, .team_title, .testimonials-title {
    font-size: 2rem;
  }

  /* Botones un poco más equilibrados en tablets */
  .btn, .btn-linea, .btn-cotiza, .btn-ver-mas, .btn-submit {
    font-size: 1rem;
    padding: 10px 22px;
  }

  /* Grillas en 2 columnas */
  .services-grid,
  .services-grid1,
  .team-container,
  .videos-container {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Sección About en columna */
  .about-container {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
}

/* Laptops pequeñas */
@media (min-width: 769px) and (max-width: 1200px) {
  /* Grillas en 3 columnas */
  .services-grid,
  .services-grid1,
  .team-container,
  .videos-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Por defecto: mostrar versión escritorio, ocultar versión móvil */
.swiper-content2 {
  display: block;
}

.elegirnos-mobile {
  display: none;
  padding: 20px;
  background: #fff; /* para que no quede texto blanco sobre blanco */
  color: #333;
}

/* En móviles (pantallas menores a 768px) */
@media (max-width: 768px) {
  .swiper-content2 {
    display: none; /* Ocultamos la versión escritorio */
  }

  .elegirnos-mobile {
    display: block; /* Mostramos la versión móvil */
    text-align: center;
  }

  .elegirnos-mobile h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #444444;
  }

  .elegirnos-mobile p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #666666;
  }
}


