/*                               

  ╦ ╦┌┐ ┬  ╔═╗┌─┐┬─┐┬┌┬┐┌─┐┌─┐    
  ║ ║├┴┐│  ║  ├─┤├┬┘│ │ ├─┤└─┐    
  ╚═╝└─┘┴  ╚═╝┴ ┴┴└─┴ ┴ ┴ ┴└─┘    
  Joomla-template by Egbert Prins 
  Contact: egbertprins@gmail.com
  Version 3.0.13 - Release date 06-07-2024
                
*/
@charset "UTF-8";

#ubicaritas_slideshow {
  background-size: cover;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color-lines);
  display: none;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}

#ubicaritas_slideshow img {
  object-fit: cover;
  width: 100%;
  opacity: 0;
  transform: translate(120px, 50%) scale(0, 0.5);
  transform-origin: center top;
  transition: transform 0s, opacity 500ms;
}

#ubicaritas_slideshow img.animating {
  opacity: 1;
  transform: translate(0px, 0%) scale(1, 1);
  transition: 2000ms ease-in-out;
}

#ubicaritas_slideshow .slideshow_outer {
  margin: 0 auto;
  max-width: var(--max-content-width);
  line-height: 0em;
}

#ubicaritas_slideshow .overlay_1 {
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  margin-bottom: 20px;
  position: absolute;
}

#ubicaritas_slideshow .overlay_2 {
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  margin-bottom: 20px;
  position: absolute;
}

#ubicaritas_slideshow .overlay_3 {
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  margin-bottom: 20px;
  position: absolute;
}

.slideshow_inner {
  background-size: cover;
}

.ubicaritas_slideshow_stock {
  display: none;
}

@media only screen and (min-width: 1024px) {
  #ubicaritas_slideshow {
    display: block;
  }
}

#ubicaritas_slideshow .slideshow_inner {
  overflow: hidden;
}