.pagination, .arrows{
  display: none;
}

.slide.bolivia a:hover{
  background-color: #0ea479;
  border-color: #0ea479;
  max-width: 150px;
}

.slide.uruguay a:hover{
  background-color: #3d95d2;
  border-color: #3d95d2;
  max-width: 150px;
}

.slide.argentina a:hover{
  background-color: #f49312;
  border-color: #f49312;
  max-width: 150px;
}

.slide.brasil a:hover{
  background-color: #ffc900;
  border-color: #ffc900;
}

.slide.paraguay a:hover{
  background-color: #b5de86;
  border-color: #b5de86;
  max-width: 150px;
}

.slide.chile a:hover{
  background-color: #d91d18;
  border-color: #d91d18;
  max-width: 150px;
}

.slide.uruguay .title{
  color: #3d95d2;
}

.slide.argentina .title{
  color: #f49312;
}

.slide.brasil .title{
  color: #ffc900;
}

.slide.paraguay .title{
  color: #b5de86;
}

.slide.chile .title{
  color: #d91d18;
}

.slide.bolivia .title{
  color: #0ea479;
}

.slide a{
  max-width: 150px;
}

#mySlider .slideshow {
  overflow: hidden;
  position: relative;
  width: 50vw;
  height: 100vh;
  z-index: 1;
  top: 0;
}
#right #mySlider .slideshow {
  height: 100%;
  width: 100%;
}
#mySlider .slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mySlider .slideshow .slides {
  color: white;
  display: flex;
  justify-content: space-between;
  width: 80%;
  padding: 1% 10%;
  background-color: #ffffff;
  z-index: 2;
}
#mySlider .slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#mySlider .slideshow .slide.is-active {
  display: block;
}
#mySlider .slideshow .slide.is-loaded {
  opacity: 1;
}
#mySlider .slideshow .slide .caption {
  padding: 0 100px;
}
#mySlider .slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
#mySlider .slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 21%);
}
#mySlider .slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
#mySlider .slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mySlider .slideshow .slide .title {
  font-size: 4em;
  font-weight: 600;
  margin: 0 auto 15px;
  max-width: 1000px;
  line-height: 1em;
}
#mySlider .slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 100;
}
#mySlider .slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
#mySlider .slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
#mySlider .slideshow .pagination .item + .page {
  margin-left: -2px;
}
#mySlider .slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
#mySlider .slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
#mySlider .slideshow .pagination .item:hover::before, #mySlider .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
#mySlider .slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
#mySlider .slideshow .arrows .prev {
  left: 30px;
}
#mySlider .slideshow .arrows .prev:hover .svg {
  left: -10px;
}
#mySlider .slideshow .arrows .next {
  right: 30px;
}
#mySlider .slideshow .arrows .next:hover .svg {
  left: 10px;
}
#mySlider .slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}








/*----- Slider Home -----*/
#inicio #mySlider .slideshow {
  width: 100%;
}

#inicio .pagination, #inicio .arrows {
  display: block;
}
