@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    font-family: 'Poppins';
}
.map-responsive {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* Aspect ratio 16:9 */
  position: relative;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background-section {
  background-image: url('./../css/bg-primary.jpg');
  background-size: cover;
  background-position: center;
  padding: 50px;
  color: #B60909;
  text-align: left;
  max-width: 100%;
}
.text-dark-bg {
  background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro con transparencia */
  border-radius: 5px; /* Opcional: redondea las esquinas */
  display: inline-block; /* Para ajustar el fondo al tamaño del texto */
}

.background-section h1 {
  font-size: 3em;
  margin-bottom: 20px;
}

.background-section p {
  font-size: 1.5em;
  margin-bottom: 10px;
}


.text-none{
text-decoration: none;
}
.text-borra{
    color: #B60909;
}

.bg-principal {
  background-color: #a30000;
  color: white;
  font-family: 'Poppins';
  text-align: center;
  padding: 50px;
}

.title {
  font-size: 5rem;
  font-weight: bold;
  margin: 20px 0;
}

.services {
  font-size: 36px;
  font-weight: bold;
  margin: 20px 0;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service {
  opacity: 0;
  position: absolute;
  transition: opacity 1s ease-in-out;
}

.service.active {
  opacity: 1;
  position: relative;
}

.contact-info {
  margin-top: 30px;
  font-size: 28px;
}

.contact-item {
  margin: 10px 0;
}

.sticky {
    display: block;
    position: fixed;
    bottom: 300px;
    right: 15px;
    z-index: 9;
  }
  .sticky img {
    width: 60px;
  }

.eapps-widget-toolbar,.eapps-widget-toolbar-panel,.eapps-widget-toolbar-panel,.eapps-widget-toolbar-panel-only-you,.eapps-widget-toolbar-panel-views,.eapps-widget-toolbar-panel-views-green{
  display: none;
}

.testimonials-section {
  background-color: #B60909;
  padding: 40px 0;
}
.carousel-item img {
  max-width: 100%;
  height: auto;
}