/*! http://responsiveslides.com v1.55 by @viljamis */ .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left
}
.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0
}
ul.homeSlider_tabs {
    background: 0 0 !important;
    display: flex;
    justify-content: flex-end;
    height: auto !important;
    position: absolute;
    z-index: 10;
    bottom: 11.6%;
    left: 8.07%;
}
ul.homeSlider_tabs li {
    display: block;
    width: 24px !important;
    height: 24px !important;
    margin: 0 8.5px;
    border: none !important
}
ul.homeSlider_tabs li a {
    background: var(--color-blanco);
    text-indent: -9999px;
    min-height: inherit !important;
    display: block;
    width: 24px;
    height: 24px;
    padding: 0 !important;
    overflow: hidden;
    position: relative;
    border: solid 2px #CCC;
    border-radius: 50%;
    transition: all ease .3s
}
ul.homeSlider_tabs li a:hover {
    border: solid 2px var(--color-cyan) !important
}
ul.homeSlider_tabs li.homeSlider_here > a {
    border: solid 2px var(--color-verde-claro) !important;
    pointer-events: none
}

@media only screen and (max-width: 1800px) {
	ul.homeSlider_tabs {
		bottom: 6%;
	}
}
@media only screen and (max-width: 1650px) {
	ul.homeSlider_tabs {
		left: inherit;
		right: 30px;
	}
}
@media only screen and (max-width: 450px) {
	ul.homeSlider_tabs {
		bottom: -30px;
	}
}