/* Smooth Scrolling Back to Top
********************************************
*/
.scroll-top:hover {
  color: #fff !important;
  background-color: #333;
  text-decoration: none;
  border-bottom: none;
}

.scroll-top {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 2;
  font-size: 1.4rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  border-radius: 5px;
  border-bottom: none;
  text-align: center;
  cursor: pointer;
  z-index: 1500;
}



/* PRELOADER 052020 */
.iso {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
} 

.iso img{
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 60px;
  margin-top: -21px;
  margin-left: -31px;
  -webkit-animation: soronga 15s linear infinite;
  -moz-animation: soronga 15s linear infinite;
  -o-animation: soronga 15s  linear infinite;
  animation: soronga 15s linear infinite;
}

@keyframes soronga { 
  0% {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  }

  66% {
    -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  }
}

.loader-wrapper {
  overflow: hidden; 
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 0px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  z-index: 10000;
  background-color: #000;

}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #000;
  height: 240px;
  width: 240px;
  border-top: 3px dotted #14363a;
  border-left: 2px dotted #14363a;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  border-radius: 100%;
  -webkit-animation: spinner 3.5s linear infinite;
  -moz-animation: spinner 3.5s linear infinite;
  -o-animation: spinner 3.5s  linear infinite;
  animation: spinner 3.5s linear infinite; 
}
@keyframes spinner { 
  0% {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);

  }

  100% {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);

  }
}

.loader2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #000;
  height: 245px;
  width: 245px;
  border-bottom: 2px dotted #14363a;
  border-right: 3px dotted #14363a;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  border-radius: 100%;
  -webkit-animation: culo 4s linear infinite;
  -moz-animation: culo 4s linear infinite;
  -o-animation: culo 4s  linear infinite;
  animation: culo 4s linear infinite; 
}
@keyframes culo { 
  0% {
  -webkit-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  transform: rotate(405deg);

  }

  100% {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

  }
}

/*------------------------------------ */

}


.marcasl {
  max-width: 130px;
  max-height: auto;
  align-content: center;
  padding-bottom: 15px;
}

/* CAMBIO EL TAMAÑO DE LETRA DE LA GALERIA 052020 */
@media (max-width: 767px) {
  .lb-data .lb-caption {
   font-size: 9px;
   letter-spacing: 2px;
  }


@media (max-width: 767px) {
  .marcasl {
   max-width: 130px;
   max-height: auto;
   align-content: center;
  }

  .brandsslide {
  padding: 80px 0px 5px 0px;
  background: #3eabb8 !important;
}
.brandsslide p {
  opacity: .95;
}
.brandsslide .alt-font {
  font-size: 12px;
  color: #fff;
  opacity: .95;
}
.brandsslide .flex-control-nav {
  bottom: 18px;
}
.brandsslide .flex-control-nav li {
  margin: 0 8px;
}
.brandsslide .flex-control-nav a {
  width: 12px;
  height: 12px;
  background: none;
  border: 1px solid #60bec9;
}
.brandsslide .flex-control-nav a.flex-active {
  background: #60bec9;
}
.brandsslide .flex-control-nav a:hover {
  background: #60bec9;
}
@media all and (max-width: 767px) {
  .brandsslide {
    padding: 60px 0px 5px 0px;
    max-height: 70px:;
    max-width: auto;
  }
}