body{
    
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
}




/* Headings */

h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.05em;
  color: #333;
  margin-top: 0;
  margin-bottom: 0.5em;
}

h2 {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #333;
  margin-top: 0;
  margin-bottom: 0.5em;
}

h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 18px;
  color: #333;
  margin-top: 0;
  margin-bottom: 0.5em;
}

h4 {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  margin-top: 0;
  margin-bottom: 0.5em;
}

h5 {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  margin-top: 0;
  margin-bottom: 0.5em;
}

h6 {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #333;
  margin-top: 0;
  margin-bottom: 0.5em;
}

/* Paragraphs */

p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #333;
}





.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #ffffff;
  background-color: #009acf;
  padding: 0.6rem 1.2rem;
  border-radius: 80px;
  cursor: pointer;
  user-select: none;
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-primary:hover {
  background-color: #007ba8;
}

/* Navbar */
.navbar{
    height: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
  
}


.nav-link.active {
  color: #009acf;
  font-weight: bold;
  border-bottom: 4px solid #009acf;
  display: inline-block;
  
}



.bg-image-section {
  background-image: url('news1.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;  /* Makes it stay still while you scroll */
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.bg-image-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4); /* Adjust darkness */
  z-index: 0;
}

.bg-image-section .content {
  position: relative;
  z-index: 1;
  padding: 2rem;
}

@media (max-width: 768px) {
  .bg-image-section {
    min-height: 250px; /* or any height you want */
  }
}


.banner-section {
  background-image: url('newspaper.jpg');
  background-attachment: fixed; /* this is key for parallax */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 20px;
  text-align: center;
  position: relative;
}

/* Optional dark overlay */
.banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* adjust if too dark/light */
  z-index: 0;
}





/* Optional: dark overlay for contrast */
.banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* adjust for darkness */
  z-index: 0;
}

.banner-content {
  position: relative;
  z-index: 1;
  max-width: 50%;
  margin: 0 auto;
}

.banner-content h1 {
  font-size: 2rem;
  margin-bottom: 8px;
  color: white ;
}

.banner-content p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: white;
}

.cta-button {
  display: inline-block;
  background-color: #009acf;
  color: white;
  padding: 12px 24px;
  font-weight: 400;
  border-radius: 80px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  
  
}

.cta-button:hover {
  background-color: #061f41;
  text-decoration: none;
  color: white;

}

.review {
  display: none;
  color: white;
  font-size: 1.1rem;
  margin-bottom: 20px;
  transition: opacity 0.8s ease-in-out;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.review.active {
  display: block;
  opacity: 1;
  position: relative;
}
  
#reviews-carousel {
  position: relative;
  min-height: 140px; /* adjust if needed */
  margin-bottom: 20px;
}












.logo-img {
  max-height: 150px;
}

@media (max-width: 768px) {
  .logo-img {
    max-height: 50px;
  }
}

@media (max-width: 576px) {
  .logo-img {
    max-height: 50px;
  }
}





.carousel {
  margin-top: 50px; /* Adjust as needed */
}



.responsive{
    width: 80%;
    height: auto;
}

#menu {
    position: absolute;
    top: 80px;
    right: 50px;
}



.btn{
    font-family: 'Raleway', sans-serif;
    background-color: #009acf;
    color: white;
    border-radius: 80px;
}


 /* Servicios-cafe picture */
.columni{
    height:900px;
}

#services{
    position: relative;
}

.moving-div {
    width: 2rem;
    height: 2rem;
    position: relative;
    top: 1rem;
    left: 3rem;
    
  }

  /* cafe picture moves ends. */

.containerGray{
    background-color: #ffffff;
}

footer{
    background-color: #083262;
    margin-top: 0px;
}

.footer {
    background-color: #083262;
    color: #eee;
    padding: 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Arial, sans-serif;
    flex-wrap: wrap;
    min-height: 200px; /* Optional: ensures a minimum height */
  }

  .footer-left {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .footer-logo {
    height: 40px;
    margin-right: 15px;
  }

  .footer-site-name {
    font-size: 1.2rem;
    font-weight: bold;
  }

  .footer-right {
    text-align: right;
    font-size: 0.9rem;
    line-height: 1.5;
    min-width: 200px;
  }

  .footer-right a {
    color: #eee;
    text-decoration: none;
  }

  /* Responsive: stack vertically on narrow screens */
  @media (max-width: 600px) {
    .footer {
      flex-direction: column;
      align-items: flex-start;
    }

    .footer-right {
      text-align: left;
      min-width: auto;
    }
  }



  .btn-custom {
    background-color: #009acf !important;
    color: white !important;
    border: none !important;
    padding: 16px !important;
    border-radius: 8px !important;
}

.btn-custom:hover {
    background-color: #061f41 !important;
    color: white !important;
}



#Carousel2{
  height: 30px;
  width: 10px;
  }


.clientes{
    height: 500px;
    width: 500px;
    margin-left: 100px;
    padding: 5%;
}

/* Quienes somos html */

.container{
    padding-top: 24px;
}

/* Servicios html */
.servicioCont {
    font-family: 'Raleway', 'sans-serif';
    padding: 16 16 16;
}

dt{
    font-size: 24px;
    letter-spacing: 1px;
}

dd{
    font-size: 17px;
    justify-content: center;
}

/* Clientes html */

#images{
    padding: 20px 20px 20px 20px;

}









/* Full width wrapper with background */
.analytics-background {
  width: 100vw;
  background-color: #f5f8fa; /* light grayish blue */
  padding: 40px 0; /* vertical padding */
}

/* Inner container with limited width */
.analytics-module {
  max-width: 1140px; /* same as bootstrap container max */
  margin: 0 auto;
  padding: 0 15px; /* container padding */
}

/* Cards style */
.analytics-card {
  background-color: #ffffff; /* white */
  border-radius: 10px;
  padding: 25px 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}


/* Text on cards */
.analytics-card h3 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0.3rem;
  color: #083262; /* deep blue */
}

.analytics-card p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 0;
}

/* CTA button style */



#clientsID .carousel-inner img {
  max-height: 350px; /* adjust height as needed */
  width: auto;
  margin: 0 auto; /* center horizontally */
  object-fit: contain; /* preserve aspect ratio */
}

/* Change carousel control icons color to #083262 */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(26%) sepia(84%) saturate(2759%) hue-rotate(203deg) brightness(92%) contrast(96%);
  /* This filter approximates #083262; or you can use SVG icons if you want exact color */
}

/* Or, if you want to use a custom blue arrow with SVG, you can do: */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23083262' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0L4.78.72 1.5 4l3.28 3.28L5.5 8l-4-4 4-4z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23083262' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0L3.22.72 6.5 4 3.22 7.28 2.5 8l4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-inner {
  height: 500px;
}

.carousel-item img {
  height: 500px;
  object-fit: cover; /* makes image cover area without stretching */
  width: 100%;
}

#aff, #services {
  position: relative;
}

.carousel-control-prev,
.carousel-control-next {
  top: 10%;
  transform: translateY(-10%);
  height: auto;
}


/* HERO*/
.section{
  background-color: #ffff;
}
.hero {
 
  background-color: #ffff 
}

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

.hero-grid {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1;
}

.hero-text h1 {
  
  margin-bottom: 40px;
  overflow: hidden;      /* optional: hides overflow text */
  text-overflow: ellipsis; /* optional: shows "..." if text is too long */
}

.hero-text p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.btn-primary {
  background-color: #009acf;
  padding: 0.75rem 2rem;
  border-radius: 80px!important;
  color: white;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.btn-primary:hover {
  background-color: #061f41;
}

.hero-image {
  flex: 1 ;
  text-align: center;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%; /* Optional: remove or adjust */
}


.hero-image img {
  max-width: 900px;
  height: auto;
  border-radius: 12px;
 
}


/* Responsive: stack columns on small screens */
@media (max-width: 768px) {
  .hero-grid {
    flex-direction: column;
  }
  .hero-text, .hero-image {
    flex: 1 1 100%;
  }
  .hero-text h1 {
    font-size: 2.25rem;
  }
}




.analytics-panels {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  flex-wrap: wrap;
  justify-content: start;
 
}

.panel {
  background: rgba(255, 255, 255, 0.15);
  padding: 32px 8px;
  text-align: center;
  flex: 1 1 150px;
  color: #083262;
  transition: background-color 0.3s ease;
  cursor: default;
}

.panel h3 {
  font-size: 2rem;
  margin-bottom: 0.3rem;
  font-weight: 700;
  color: black;
}

.panel p {
  font-size: 1rem;
  opacity: 0.8;
}

.panel:hover {
  background: rgba(255, 255, 255, 0.3);
}



.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #ffffff;
  background-color: #009acf;
  padding: 0.6rem 1.2rem;
  border-radius: 80px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}






.hero-cta:hover {
  background-color: #083262
  ;
  color: rgb(255, 255, 255);
  border-color: #083262;
  ;
}

.cta-arrow {
  font-weight: 700;
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}

.hero-cta:hover .cta-arrow {
  transform: translateX(6px);
}



/*HERO*/

.hero-grid {
  display: flex;
  flex-direction: column; /* mobile: stack */
  gap: 2rem;
  align-items: center;
}

/* Image */
.hero-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .hero-grid {
    flex-direction: row;        /* desktop: row layout */
    align-items: center;
    justify-content: space-between;
  }

  .hero-image {
    order: 2;                   /* push image to right */
    flex: 1;
    padding-left: 2rem;
  }

  .hero-text {
    order: 1;                   /* text stays left */
    flex: 1;
    padding-right: 2rem;
  }
}









/* Footer */

/* Footer wrapper */
.site-footer {
  background-color: #083262;
  color: #eee;
  padding: 80px 40px;
  font-family: Arial, sans-serif;
}

/* Inner container layout */
.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

/* 
 sizing */
.footer-logo img {
  height: 120px;
  max-width: 100%;
}

/* Contact info styling */
.footer-contact {
  font-size: 0.9rem;
  line-height: 1.6;
  text-align: right;
  padding-bottom: 0;
  
}

.footer-contact a {
  color: #eee;
  text-decoration: none;
}

/* Mobile layout: stack logo and contact vertically */
@media (max-width: 767px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-contact {
    text-align: center;
    margin-top: -15px;
    
  }

  .footer-logo img {
    height: 100px;
    margin-left: -30px;
  }
}

.ai-icons-section {
  background-color: white !important;
  position: relative;  /* Create stacking context */
  overflow: hidden;
  padding: 80px 20px 60px; /* adjust vertical spacing */
  text-align: center;
  color: #083262;
}



.ai-container {
  position: relative;
  z-index: 1;      /* above SVG */
  max-width: auto;
  margin: 0 auto;
  text-align: center;
}

.ai-icons-section h1 {
 font-size: 24px;
  margin-bottom: 8px;
}

.ai-description {
  font-size: 1rem;
  margin-bottom: 40px;
  color: #444;
}

.ai-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.ai-item {
  flex: 1 1 300px;
  max-width: 320px;
  margin: 0 auto;
}

.ai-item img {
  height: 60px;
  margin-bottom: 20px;
}

.ai-item h3 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 700;
  
}

.ai-item p {
  font-size: 0.95rem;
  color: #555;
}
.background-graphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: 0;
  pointer-events: none;
}

.ai-icons-section {
  position: relative;
  z-index: 1;
  background-color: #f9f9f9;
  overflow: hidden;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}



/* Spacing between cards (if not using Bootstrap spacing utilities) */
.service-card {
  margin-bottom: 16px;
 
  
}


/* Icon styling */
.icon-wrapper i {
  font-size: 48px;
  color: #009acf; /* Bootstrap primary color */
  margin-bottom: 1rem;
}

.card-body{
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
}



.card-img-top {
  max-height: 200px;
  object-fit: contain;
  padding: 1rem;
  display: block;

}


.card {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden; /* ensures image doesn't overflow if scaled */
}





/*QUIENES SOMOS*/
.about-banner {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: visible;
}

.banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;


}

/* Floating gradient box */
.floating-overlay {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px; /* Half outside the image */
  background: linear-gradient(135deg, #8e1ac0, #df79c4, #f5c343);
  color: white;
  border-radius: 100px;
  padding: 30px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 1000px;
}

/* Stats layout */
.stats {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  text-align: center;
}

.stat h1 {
  font-size: 2.5rem;
  margin: 0;
  font-weight: bold;
  color: white;
}

.stat p {
  margin-top: 5px;
  font-size: 1.1rem;
  color: white;
}

.about-text {
  padding: 120px 20px 60px; /* Extra top padding to clear the overlay */
  background-color: #fff;
  color: #333 ;
}

.about-text .container {
  max-width: 1000px;
  margin: 0 auto;
  color: #333;
  
}

.about-text h2,
.about-text h3 {
  color: #333;
}

.about-text p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
}


.services-banner {
  position: relative;
  background-image: url('news1.jpg'); /* Replace with your image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 20px;
  color: white;
}



.services-banner h1 {

  margin-bottom: 20px;
  font-weight: bold;
  color: white;
}

.services-banner p {

  max-width: 900px;
  margin: 0 auto 30px;
  color: white;

}

.services-banner .btn-primary {
  
  
  padding: 12px 24px;

  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.services-banner .btn-primary:hover {
  background-color: #061f41;
  color: white;
}
