
#testimonio img {
  max-width: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  margin: 20px;
  padding: 10px;
}

#testimonio li {
  list-style-type: none;
}

#testimonio table, #testimonio tr, #testimonio td {
  border-collapse: collapse;
  border-spacing: 0;
}


::selection {
  background-color: var(--negro);
  color: var(--blanco);
}

/*
body {
  -webkit-hyphens: auto;
          hyphens: auto;
  font-smooth: always;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
*/

section#testimonio {
  padding: 60px;
}

section#testimonio {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#testimonio div#demo {
  width: 1200px;
}
#testimonio iframe.img {
  width: 33%;
}

.mobile{display: none;}

.carousel-control-next-icon {
  background-image: url(https://saeni.com.ar/landing/images/right-arrow.png) !important;
}

.carousel-control-prev-icon {
  background-image: url(https://saeni.com.ar/landing/images/left-arrow.png) !important;
}

a.carousel-control-next {
  right: -80px !important;
  width: 6%;
}

a.carousel-control-prev {
  left: -80px !important;
  width: 6%;
}

ul.carousel-indicators {
  bottom: -40px !important;
}

.carousel-indicators li {
  background-color: #008C91 !important;
}

/* WHATSAPP FIJO */

.waNab {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 275px;
  z-index: 99999;
  background-color: #0aaa46;
  padding: 9px 12px;
  display: flex;
  justify-content: center;
  color: #fff !important;
  border-radius: 20px;
}

#btnWa a {
  color: #fff !important;
  font-weight: 500;
  font-size: 17px;
}

#btnWa img {
  margin-right: 7px;
  width: 23px;
  height: auto;
}

@media (max-width: 600px) {
#demo{
  display: none;
}

#demo2.mobile{
  display: flex;
}
#testimonio div#demo2 {
  width: 100%;
}
#testimonio iframe.img {
  width: 100%;
}

section#testimonio {
  position: relative;
}

a.carousel-control-next {
  right: -50px !important;
  z-index: 999999 !important;
}

a.carousel-control-prev {
  left: -50px !important;
  z-index: 999999 !important;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: initial;
}



}