/*header */
@font-face {
  font-family: 'monserrat-Medium';
  src: url(/fonts/Montserrat-Medium.ttf)format('truetype');
}
@font-face {
  font-family:'monserrat-bold' ;
  src: url(/fonts/Montserrat-Bold.ttf)format('truetype');
}

body {
  overflow-x: hidden;
}

.bg-custom {
    background-image: url(/imagenes/FondoVerde.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    height: auto;
  }
  
 .nav-link{
  font-weight: 500 ;
 }
  .header-content {
    min-height: 70vh;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow-x: hidden;
    width: 100%;
    padding: 2rem;
  }
  .text-section {
    max-width: 600px;
    padding: 1rem;
    width: 100%;
  }
  .image-section {
    max-width: 100%;
    text-align: center;
  }
  .navbar-brand img,
  .image-section img {
    max-width: 100%;
    height: auto;
  }
  .custom-icons img {
    width: 120px;
    margin: 0 10px;
  }

  .download-text{
    display: block;
    text-align: center;
  }

  .navbar-collapse {
    text-align: top;
    margin-bottom: 40px;
  }
  
  .navbar-nav .nav-link {
    position: relative;
    transition: color 0.3s ease;
  }
  
  .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #ffffff; /* Línea blanca, puedes cambiar el color */
    transition: width 0.3s ease;
  }
  
  .navbar-nav .nav-link:hover::after {
    width: 100%;
  }

  @media (max-width: 767.98px) {
    .text-title {
      font-size: 40px !important;
      line-height: 48px !important;
    }
  }

  @media (max-width: 991px) {
    .header-content {
      flex-direction: column;
      align-items: flex-start;
      padding: 20px;
    }
    .image-section-desktop {
      display: none;
    }
    #navbarNav{
      text-align: left;
      width: 100%;
    }
    .image-section-mobile {
      display: block;
      margin-top: 20px;
      width: 100%;
      text-align: left;
    }
    .image-section-mobile img {
      width: 200px;
    }
    .navbar-toggler {
      order: -1;
      margin-right: auto;
    }
    .navbar-nav .nav-link {
      padding-left: 1rem; /* opcional: agrega espacio desde el borde */
    }
  
  }
  @media (min-width: 992px) {
    .image-section-mobile {
      display: none;
    }
  }

  /*seccion 2 logos franquicias

  /*seccion 3 
  @media (max-width: 767.98px) {
  section .text-center img {
    margin-top: 30px;
  }
}

/*seccion 5
*/

.benefit-dot {
  width: 12px;
  height: 12px;
  background-color: #009f9b;
  display: inline-block;
  border-radius: 50%;
}

.phone-wrapper {
  height: 600px; /* simula el corte inferior */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: start;
  margin-bottom: -200px;
}

.phone-img {
  display: block;
  max-width: 300px;
  height: auto;
  margin-left: auto;
  margin-right:auto;
  position: relative;
  bottom: 40px;
  object-fit: contain;
}
.phone-img1 {
 
  max-width: 50%;
  height: auto;
  margin-left: auto;
  margin-right:auto;

}


@media (max-width: 991.98px) {
  .phone-img {
    bottom: 0;
    max-width: 80%;
    margin: 0 auto;
    display: block;
  }
}

/* Responsive: centrar imagen debajo del texto en móviles */
@media (max-width: 768px) {

  
  
  .phone-wrapper {
    height: auto;
    margin-top: 2rem;
    
  }
  .text-section{
    padding: 1rem;
   
  }
.title-bold{
  font-size: 2.5rem !important;
  line-height: 1.2 !important;
}
  .phone-img {
    height: auto;
    max-width: 250px;
    margin-top: 1.5rem;
  }
 
}


.card {
  background-color: #ffffff;
}

.text-primary {
  color: #2de3c0 !important; /* Tu color institucional */
}

.btn-outline-primary {
  border-color: #2de3c0;
  color: #2de3c0;
}

.btn-outline-primary:hover {
  background-color: #2de3c0;
  color: #ffffff;
}

@media (max-width: 768px) {
  .mobil-box {
    flex-direction: column-reverse !important;
  }
}



