
html {
   scroll-behavior: smooth;
}


@media(min-width: 768px) {
  .fondo {
  background-color: #000;
}
  .barra {
    height: auto;

  }
}  

  .fondo {
  background-color: transparent;
}

  



.barra{
  height: 60px;
;

}

.carrusel {
    max-width: fit-content;
}

.carrucenter {
    display: flex;
    justify-content: center;
}

.sliderfondo {
    background-color: #373636;

}

.slider {
    width: 100vw;
    height: auto;
    margin: auto;
    overflow: hidden;
}



.slider .slide-track {
    display: flex;
    animation: scroll 50s linear infinite;
    -webkit-animation: scroll 50s linear infinite;
    width: calc(200px * 16);
}

.slider .slide {
    width: 200px;
    padding: 25px;
}

.slider .slide img {
    width: 100%;
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0); 
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-200px * 8)); 
        transform: translateX(calc(-200px * 8));
    }
}


.section-contacto {
        color: #fff;
        letter-spacing: 1px;
        margin: 0 0 60px;
        text-transform: uppercase;
        text-align: left;
        background-color: #000;
}

.contacto {
    display: flex;
}

.mapa {
    float: left;
}

.infoubi {
    width: 25%;
    display: flex;
    flex-direction: column;
    /*align-items: flex-start;*/
    margin-left: 15px;

}

.infoubi p > a{
    text-decoration: none;
    color: #fff;

}

.infoubi ul > li {
    list-style: none;
}

.ubi:hover {
    color: aquamarine;
}

.num {
    bottom: 10px;
    width: 50%;
    border: 10px solid #8AC007;
    border-radius: 20px;
    background: #8AC007;
}

.redes {
    margin-top: 30px;
}

.redes button {
    width: 40px;
    margin-right: 10px;
    background-color: #3A9E4A;
    border: #3A9E4A;
   border-radius: 15px;

}

.redes button:hover {
  background-color: #8AC007;
}


.redes img {
    width: 20px;
    
}


ul {
    margin-bottom: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}

.cta-text .afooter {
  color: #757575;
  text-decoration: none;
  font-size: 15px;
}

.cta-text .afooter:hover{
  color: #8AC007;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-logo {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.footer-text p {
  margin-top: 20px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}


.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #8AC007;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #8AC007;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}

.copyright-area{
  background: #202020;
  padding: 25px 0;
  margin-top: 20px;
}
