/*!
Template :	Vesta Nutrack
Author	 :	Pont AI Marketing
Version	 :	1.0.0
*/

.navbar-brand img {
    max-height: 60px !important;
}

.hero-headline {
    font-size: 1.6em;
}

.ti {
    font-size: 2em !important;
}

.nav-button {
    color: #ffffff !important;
    background: #f58634;
    border-radius: 0px;
    padding: 10px !important;
    margin-top: 5px !important;
	border: 1px white solid;
}

a.nav-button:hover {
    color: #f58634 !important;
    background: #ffffff  !important;
}

#caracteristicas .section-head {
    padding-top: 5px;
}

#features, #gps, #faq {
    background-color: #f9f9f9;
}

#screenshots .section-head {
    padding-top: 10px;
}

.nosotros-icon {
    color: #f58634;
}

.video-wrapper {
    position: relative;
    padding-top: 56.25%; /* Ratio 16:9 */
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-bg:before{
	display: block;
	content: '';
	height: 100%;
	width:100%;
	background-size: 100%;
	position: absolute;
	bottom: -1px;
	left:0;
	right: 0;
	background-image: url(../../images/section-bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
    .navbar-collapse {
        max-height: 500px !important;
        padding-bottom: 3px;
    }

    #gps .txt-entry {
        margin-top: 23px;
    }
}

  /* ANIMACIONES ICONOS */
  
  @keyframes pulse-orange {
    0% {
      transform: scale(1);
      box-shadow: 0 0 0 rgba(0, 0, 0, 0);
      color: #f58634;
      opacity: 1;
    }
    50% {
      transform: scale(1.15);
      box-shadow: 0 0 15px rgba(245, 134, 52, 0.7);
      color: #ff9c4a;
      opacity: 0.85;
    }
    100% {
      transform: scale(1);
      box-shadow: 0 0 0 rgba(0, 0, 0, 0);
      color: #f58634;
      opacity: 1;
    }
  }
  
  .icon-orange:hover {
    animation: pulse-orange 0.8s ease-in-out;
    animation-iteration-count: infinite;
  }
  
/* BARRA MOVIL */

.mobile-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f8f8f8;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.15);
  z-index: 9999;
  display: flex;
  justify-content: space-around;
  padding: 1px 0 0;
}

.mobile-bar-item {
  text-align: center;
  color: #fff;
  text-decoration: none;
  flex: 1;
  padding: 10px;
}

.mobile-bar-item i {
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
}

#call-button {
  background-color: #28a745;
}

#map-button {
  background-color: #ffca28;
}

#email-button {
  background-color: #007bff;
}

#chat-toggle-button {
    background: #f58634 !important;
  }

/* Mostrar la barra solo en dispositivos móviles */
@media only screen and (min-width: 768px) {
  .mobile-bar {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .mobile-bar {
      display: flex !important;
  }
}

/* AI star icon */
span.stars {
  background-image: url(https://appnutrack.balanzasvesta.com/es/images/ai-star-ico.png);
  background-repeat: no-repeat;
  background-position-x: center;
  padding: 0 25px;
  background-size: contain;
}

.nav-button span.stars {
  padding: 0 10px;
}