/* === Tipografía general === */
html, body {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  color: #333;
  background-color: #f9f9f9;
  overflow-x: hidden;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* === Hero header === */
header {
  background: #f2f2f2;
  padding: 4rem 0;
}

header p{
  font-size: 1.25rem;
}

section p{
font-size: 1.25rem;
color: #555;
}


.hero-section {
  height: 100vh;
  max-height: 800px;
  background: url(../img/IMG-20250623-WA0058.jpg) center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 2rem;
}

.hero-section h1 {
  font-size: calc(1.375rem + 1.5vw); /* entre 24px y 48px según ancho */
  font-weight: 700;
}

.hero-section p {
  font-size: clamp(1rem, 2.5vw, 1.5rem); /* entre 16px y 24px */
}

.hero-header {  /* Aplica en empresa */
  background-image: url(../img/IMG-20250623-WA0066.jpg);
  background-size: cover;
  background-position: 50% 50%;
  height: 30vh;
  position: relative;
}

.equipos-section {
  background-color: #f8f9fa;
}

.equipos-section h2 {
  font-size: 2rem;
}

.equipos-section p {
  line-height: 1.6;
}

.logo-img {
  height: 60px;
  max-height: none;
 
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}


/* === Imágenes con sombra y bordes suaves === */
img.img-fluid {
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
}

/* === Sección de equipos === */
section h3 {
  font-size: 1.5rem;
  font-weight: 600;
}


.iconBoot{
  color : #002159;
}

/* === Footer === */
footer {
  font-size: 0.95rem;
  background-color: #222;
  color: #eee;
}

footer a {
  color: #eee;
  text-decoration: none;
}

footer a:hover {
  color: #0dcaf0; 
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
   background-color: #25d366;
  color: white;
  font-size: 20px;
  padding: 15px;
  border-radius: 20%;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: background-color 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #1ebc59;
  text-decoration: none;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.header-btn {
  background-color: #156DA9; 
   color: #fff;
}

.header-btn:hover {
  background-color: #105a8a; 
  color: #fff;
}

#blue-btn{
  background-color: #002159;
}

#blue-btn:hover{
  background-color: #105a8a;
}

#blue-txt{
  color: #002159;
}

.card-img-top {
  height: 272px; 
  object-fit: cover;
}

.swiper-slide img {
  width: 100%;
  height: 100%; 
  object-fit: cover;
    padding: 0 1rem;
}

.swiper-container {
  width: 100%;
   position: relative;
   padding-bottom: 2rem;
}

