:root {
  --primary-color: #1d3cbc;
  --secondary-color: #80b40a;/*#80b40a;*/
  --verde-claro-color: #9ed42f;
  --white: #ffffff;
  --black: #000000;
}

body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  padding-top: 120px;
}

.navbar {
  background: white;
  padding: 8px 20px;
  position: fixed;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  max-width: 1400px;
  z-index: 1000;
  border-radius: 50px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.navbar-brand-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: -30px;
}

.navbar-brand {
  display: flex;
  align-items: center;
  margin-right: 0;
  transform: scale(1.4);
  transform-origin: left center;
}

.navbar-brand img {
  height: 60px;
  width: auto;
  margin-left: 12px;/*-15px;*/  
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.navbar-collapse {
  flex-grow: 0;
  display: flex;
  align-items: center;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
}

.nav-link {
  color: #1d3cbc !important;
  font-weight: 600;
  padding: 0.5rem 0.7rem;
  transition: color 0.3s;
  white-space: nowrap;
}

.nav-link:hover {
  color: var(--secondary-color) !important;
}

.d-flex.align-items-center {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 15px;
}

.phone-number {
  color: #1d3cbc;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.2;
  padding-left:20px;
}
.phone-number:hover {
  color: var(--secondary-color);
}

.phone-number i {
  display: none;
}

.btn-pedir-bateria {
  /*background-color: var(--black);*/
  background-color: #80b40a;
  color: var(--white);
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: background-color 0.3s;
  white-space: nowrap;
}

.btn-pedir-bateria:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.btn-pedir-bateria i {
  margin-left: 8px;
}

.social-icon {
  color: #1d3cbc;
  font-size: 20px;
  transition: color 0.3s;
  padding: 0.5rem;
  display: flex;
  align-items: center;
}

.social-icon:hover {
  color: var(--secondary-color);
}

.float-buttons {
  position: fixed;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 999;
  pointer-events: none;
}

.float-button {
  pointer-events: auto;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 50px;
  color: var(--white);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.float-button i {
  margin-right: 8px;
  font-size: 20px;
}

.float-button.whatsapp {
  background-color: #80b40a;/*#25d366;*/

}

.float-button.whatsapp:hover {
  background-color: var(--primary-color);
  color: var(--white);
  transform: translateY(-2px);
}

.float-button.phone {
  background-color: var(--black);
}

.float-button.phone:hover {
  background-color: var(--primary-color);
  color: var(--white);
  transform: translateY(-2px);
}

.image-wrapper {
  padding: 2rem;
}

.image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.text-wrapper {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.item-wrapper {
  margin-bottom: 2rem;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.item-img {
  margin-bottom: 1rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-img img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: contain;
  max-height: 200px;
}

.item-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.item-title {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  min-height: 2.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.display-2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.display-4 {
  font-size: 1.5rem;
  font-weight: 600;
}

.display-7 {
  font-size: 1.1rem;
}

.text-primary {
  color: #1d3cbc !important;
}

.mbr-section-btn {
  margin-top: 2rem;
}

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

.list li {
  margin-bottom: 1rem;
}

/* Hero Section Styles */
.hero-section {
  background: linear-gradient(rgba(29, 60, 188, 0.75), rgba(64, 82, 228, 0.75)), url('../images/troca-bateria.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  margin-top: -120px;
  padding-top: 160px;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: left;
}

.hero-image {
  position: relative;
  z-index: 2;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.15));
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.hero-subtitle {
  font-size: 1.8rem;
  color: var(--secondary-color);
  font-weight: 600;
  margin-bottom: 2rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.hero-text {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.9);
}

.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.hero-btn {
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s;
}

.hero-btn i {
  margin-right: 8px;
}

.hero-btn.phone {
  background-color: var(--secondary-color);
  color: var(--black);
}

.hero-btn.phone:hover {
  background-color: var(--primary-color);
  color: var(--white);
  border-color:#FFF;
  border:solid;
  
}

.hero-btn.whatsapp {
  background-color: var(--white);
  color: var(--primary-color);
}

.hero-btn.whatsapp:hover {
  background-color: var(--primary-color);
  color: var(--white);
  border-color:#FFF;
  border:solid;
}

/* Start-Stop Section Styles */
.start-stop-section {
  background-color: var(--verde-claro-color);
  color: white;
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.start-stop-content {
  position: relative;
  z-index: 2;
}

.start-stop-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--black);
}

.start-stop-text {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 600px;
  color: var(--black);
}

.start-stop-image {
  position: relative;
  z-index: 2;
}

.start-stop-image img {
  max-width: 100%;
  height: auto;
}

.btn-pedir-start-stop {
  background-color: var(--black);
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  transition: background-color 0.3s;
}

.btn-pedir-start-stop:hover {
  background-color: var(--primary-color);
  color: var(--white);
  border-color:#FFF;
  border:solid;
}

.btn-pedir-start-stop i {
  margin-left: 8px;
}

/* Payment Section Styles */
.payment-section {
  background-color: #f8f9fa;
  padding: 4rem 0;
  text-align: center;
}
.payment-section p {
  font-weight: 600;
}

.payment-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--black);
}

.payment-subtitle {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: var(--black);
}

.payment-cards {
  max-width: 500px;
  margin: 0 auto 2rem;
}

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

/* Delivery Process Section Styles */
.delivery-section {
  background-color: #1d3cbc;
  color: white;
  padding: 4rem 0;
  text-align: center;
}

.delivery-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.delivery-steps {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
}

.delivery-step {
  flex: 1;
  min-width: 250px;
  text-align: center;
  padding: 1rem;
}

.delivery-step i {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: var(--verde-claro-color);
}

.delivery-step h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.delivery-step p {
  font-size: 1rem;
  line-height: 1.4;
}

/* Location Section Styles */
.location-section {
  background-color: #4052e4;
  color: white;
  padding: 4rem 0;
  text-align: center;
}

.location-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--white);
}

.location-subtitle {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: var(--white);
}

.btn-pedir {
  background-color: var(--black);
  color: var(--white);
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  transition: background-color 0.3s;
  border: none;
}

.btn-pedir:hover {
  background-color: var(--primary-color);
  color: var(--white);
  /*border-color:#FFF;
  border:solid;*/
}

.btn-pedir i {
  margin-left: 8px;
}

/* Contact Section Styles */
.contact-section {
  padding: 80px 0;
  background-color: #fff;
}

.contact-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 50px;
}

.contact-info {
  padding: 20px;
}

.info-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #333;
  margin-bottom: 30px;
}

.info-item {
  margin-bottom: 20px;
}

.info-item p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
}

.info-item span {
  font-weight: 600;
  color: #333;
  display: block;
  margin-bottom: 5px;
}

.phone-link a {
  color: #1d3cbc;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
}

.email-info a {
  color: #333;
  text-decoration: none;
}

.address-info {
  color: #333;
}

.hours-info {
  color: #333;
}

.map-container {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Features Section */
#features04-3 {
  padding-top: 100px;
  padding-bottom: 80px;
}

#features04-3 .content-head {
  margin-bottom: 60px;
}

#features04-3 .mbr-section-title {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}

/* Footer */
/*.footer4 {
  padding: 20px 0;
  background-color: #1d3cbc;
}

.footer4 .mbr-text {
  font-size: 0.9rem;
  text-align: center;
  color: white;
}*/
.footer4 {
    padding: 20px 0;
    min-height: 20px;
    background-color: #1d3cbc;
    display: flex;
    align-items: center;
}

.footer4 .mbr-text {
    font-size: 0.9rem;
    text-align: center;
    color: white;
    margin: 0;
}


.btn.item-btn.btn-warning {
  background-color: var(--secondary-color);
  color: var(--white);
  border:none;
  font-weight: 600;
}

.btn.item-btn.btn-warning:hover {
  background-color: var(--primary-color);
  color: var(--white);


}



/* Responsive */
@media (max-width: 991px) {
  .navbar {
    padding: 12px 20px;
  }

  .navbar > .container {
    padding: 0;
  }

  .navbar-brand-wrapper {
    margin-left: 20px;/*-15px;*/
  }
  
  .navbar-toggler {
    margin-right: 0;
  }

  .navbar-collapse {
    background: white;
    padding: 20px;
    margin-top: 15px;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
  }

  .navbar-nav {
    flex-direction: column;
    width: 100%;
    gap: 15px;
    margin: 0;
    padding: 0;
    align-items: flex-start;
  }

  .nav-item {
    width: 100%;
  }

  .nav-link {
    padding: 8px 0;
    display: block;
    font-size: 16px;
    text-align: left;
    width: 100%;
  }

  .d-flex.align-items-center {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    gap: 15px;
    margin: 15px 0 0 0;
    padding-top: 15px;
    border-top: 1px solid rgba(29, 60, 188, 0.1);
    align-items: flex-start !important;
  }

  .social-icon {
    padding: 8px 0;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .btn-pedir-bateria {
    width: auto;
    min-width: 200px;
    justify-content: center;
    padding: 8px 20px;
    margin: 0;
  }

  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.5rem;
  }

  .hero-image {
    margin-top: 40px;
  }

  .start-stop-image {
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
	
.footer4 {
    min-height: 150px;
}	
  .navbar-brand img {
    height: 40px;
  }

  .display-2 {
    font-size: 2rem;
  }

  .float-button {
    padding: 8px 15px;
    font-size: 14px;
  }
  
  .float-button i {
    font-size: 16px;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-buttons {
    justify-content: center;
  }

  .contact-title {
    font-size: 2rem;
  }

  .info-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .navbar-brand-wrapper {
    margin-left: -10px;
  }
  
  .navbar-brand {
    transform: scale(1.1);
  }
  
  .navbar-brand img {
    height: 45px;
  }

  .phone-number {
    font-size: 14px;
    text-align: left;
    padding: 0;
  }

  .phone-number br {
    display: none;
  }

  .phone-number i {
    margin-right: 8px;
  }

  .btn-pedir-bateria {
    min-width: 180px;
  }

  .navbar-brand img {
    height: 30px;
  }

  .phone-number {
    font-size: 14px;
  }
}

.navbar-toggler {
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1d3cbc;
  margin-left: auto;
}

.navbar-toggler-icon {
  background-image: none !important;
  position: relative;
  width: 24px;
  height: 2px;
  background-color: #1d3cbc;
  transition: all 0.3s;
  display: inline-block;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: '';
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #1d3cbc;
  transition: all 0.3s;
}

.navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler-icon::after {
  bottom: -8px;
}

/* Placeholder styles for missing images */
.image-placeholder {
  background: #f8f9fa;
  border: 2px dashed #dee2e6;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  color: #6c757d;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.image-placeholder i {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #adb5bd;
}