body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

  .hero {
    width: 100%;
    height: 100vh;
    position: left;
    background: url("../img/hero-bg.png") top center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.4); /* puedes cambiar este color por el que desees */
    background-blend-mode: multiply;
    margin-bottom: 0;
  }
  @media (max-width: 992px) {
    .hero {
      margin-bottom: 0;
    }
  }

  .hero-inner {
    text-align: center;
  }
  .hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 15px;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    text-align: left;
  }  
  .hero h1 {
    margin: 0px 10px 0 15px;
    font-size: 68px;
    font-weight: 700;
    line-height: 75px;
    text-transform: uppercase;
    color: #fff;
  }
  @media (min-width: 1024px) {
    .hero {
      background-attachment: fixed;
    }
  }  
  @media (max-width: 768px) {
    .hero h1 {
      margin: 0px;
      font-size: 34px;
      line-height: 36px;
      font-weight: 400;
      text-align: center;
      font-weight: bold;
    }
  }

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #f37411;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
  color: #5f5f5f;
  font-size: 18px;
}
.card-img-top {
  align-items: center;
  width: 30%;
  height: auto;
}
.card {
  transition: transform 0.3s ease;
}

.card:hover {
  transform: scale(1.05);
}

 /*--------------------------------------------------------------
# Servicios
--------------------------------------------------------------*/
.services {
  background-color: #f37411;
}

.services .title a {
  color: #111;
}

@media (max-width: 768px) {
  .services h2 {
    font-size: 30px;
  }  
}


/*--------------------------------------------------------------
# Nosotros
--------------------------------------------------------------*/

.about {
  padding: 140px 0;
  background: #000;
  position: relative;
}

.about h1 {
  color: #fff;
  font-size: 52px;
  margin-left: 10px;
  margin-top: 30px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .about h1 {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 40px;
  }  
  .about {
    padding: 15px 0;
  }
}

.about p {
  color: #fff;
  font-size: 24px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .about p {
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 14px 0;
  text-align: center;
  background-color: #000;
}
.clients h2 {
  margin-top: 20px;
}
.clients .card {
  background-color: #f37411;
}
@media (max-width: 768px) {
  .clients .card {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
  
  .clients h2 {
    font-size: 20px;
    margin-bottom: -30px;
  }
}
.clients .img-thumbnail {
  margin-top: 10px;
  width: 50%;
  height: auto;
}

/*--------------------------------------------------------------
# Maintenance
--------------------------------------------------------------*/
.maintenance {
  padding: 0 0;
}
.maintenance ul {
  padding-top: 10px;
}
.maintenance li {
  font-size: 18px;
}
.maintenance .row > .col-6 {
  padding-left: 0;
  padding-right: 0;
}

.maintenance .col-md-6 {
  padding: 0;
}

.svg-background {
  position: relative;
}

.content-svg {
  position: absolute; /* Posiciona el contenido sobre el SVG */
  top: 45%; /* Centra verticalmente */
  left: 33%; /* Centra horizontalmente */
  transform: translate(-50%, -50%); /* Ajusta el centro */
  z-index: 1; /* Asegura que el contenido esté por encima del SVG */
  color: #f37411; /* Color del texto */
  text-align: left; /* Centra el texto */
  padding: 20px; /* Espaciado interno */
  font-weight: bold;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  background: url("../img/contact-bg.png") 60% bottom;
  margin-bottom: -60px;  
}

@media (max-width: 1076px) {
  .contact {
    background: url("../img/contact-bg.png") no-repeat;
  } 
}

@media (max-width: 768px) {
  .contact {
    background: url("../img/contact-bg.png") -90% bottom;
  } 
}

.contact .info {
  width: 100%;
  background: #fff;
  display: flex;  
}
.contact .info h4 {
  font-size: 22px;
  margin-top: 50px;
  margin-left: 15px;
  color: #150517;
  font-weight: bold;
}

@media (max-width: 768px) {
  .contact .info h4 {
    font-size: 18px;
    color: #150517;
  }  
}

.contact p {
  font-size: 32px;
  color: #fff;
  margin-top: 50px;
  margin-left: 15px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .contact p {
    font-size: 16px;
    margin-top: 10px;
    margin-left: 15px;
  }
}

.contact .info p {
  font-size: 16px;
  color: #464646;
}
@media (max-width: 768px) {
  .contact .info p {
    font-size: 14px;
  }
}
.img-contact {  
  margin-top: 15px;
}
@media (max-width: 768px) {
  .img-contact {
    width: 70px; 
    height: 70px;
  }
}

.contact .boton .btn {
  background: #f37411;
  font-size: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.contact .boton .btn:hover {
  background-color: #25D366; /* puedes cambiar este color por el que desees */
  border-color: #00ff5e;
  color: #fcfcfc; /* puedes cambiar este color por el que desees */
}
@media (max-width: 768px) {
  .contact .boton .btn {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact .controw {
  padding-top: 50px; 
  padding-bottom: 20px; 
  margin-top: 130px;
}
@media (max-width: 768px) {
  .contact .controw {
    padding-top: 20px; 
    padding-bottom: 10px; 
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: #fff;
  font-size: 14px;
  position: relative;
}

.footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #888;
  z-index: 1;
}

.footer .footer-bottom {
  border-top: 1px solid #3b0e41;
  z-index: 2;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer .copyright {
  float: left;
}

@media (max-width: 768px) {

  .footer .copyright {
    float: none;
    text-align: center;
  }
}

.whatsapp-button {
  position: fixed;
  bottom: 20px; /* Distancia desde el fondo */
  right: 20px; /* Distancia desde la derecha */
  background-color: #25D366; /* Color de fondo de WhatsApp */
  border-radius: 50%; /* Hacer el botón redondo */
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); /* Sombra */
  padding: 10px; /* Espaciado interno */
  z-index: 1000; /* Asegúrate de que esté encima de otros elementos */
  display: none;
}

.whatsapp-button img {
  width: 50px; /* Tamaño del icono */
  height: 50px; /* Tamaño del icono */
}

@media (max-width: 768px) {

  .whatsapp-button img {
    width: 45px; /* Tamaño del icono */
    height: 45px; /* Tamaño del icono */
  }
}

#action-wa {
  border-color: #ff6f00; /* puedes cambiar este color por el que desees */
  background-color: #f37411;
  font-weight: 500;
  border-width: 2px;
  display: inline-block;
  border-style: solid;
  letter-spacing: 1px;
  margin-left: 10px;
  padding: 10px 40px;
  font-size: 20px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff; /* puedes cambiar este color por el que desees */
}
#action-wa:hover {
  background-color: #25D366; /* puedes cambiar este color por el que desees */
  border-color: #00ff5e;
  color: #fcfcfc; /* puedes cambiar este color por el que desees */
}

@media (max-width: 768px) {
  #action-wa {
    margin-left: 20px;
    font-size: 16px;
  }
}