/* html {
  position: relative;
  min-height: 100%;
} */
   
/* body {
  padding-top: 0;
  margin-bottom: 0;
} */

a {
    text-decoration: none;
    color: #0d6efd;
}

#content {
    margin-bottom: 25px;
}

/* .adsbygoogle {
    margin-bottom: 15px;
} */

/* .footer-content {
    margin-top: 20px;
    margin-bottom: 20px;
} */

/* .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
    text-align: center;
} */

/* .footer a {
    color: rgba(255,255,255,.5);
    text-decoration: none;
} */

/* .footer a:hover {
    color: #fff;
} */

.horizontal-slider .slick-next{
    background:transparent url('../images/free-arrow-DE.png') center center no-repeat;
    font-size: 0px;

    background-size: 80%;
    color: aqua;
    border: 0px;
    width: 50px;
    height: 146px;
    position: absolute;
    right: 0;
    top:50%;
    margin-top: -73px;
}


.slider {
    /* Ancho del imagen */
    /* width: 80%; */
    width: 100%;
    margin: 0px auto;
    position: relative;
    
}

.slick-slide {
    margin: 0px 0px;
}

.slick-slide img {
    width: 100%;
    height: 100%;
    animation: zoom 10s ease-in-out infinite alternate;
}

/* .slick-prev:before,
.slick-next:before { 
    color: rgb(227, 17, 17);
} */


.vertical-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.vertical-slider .slick-active {
    opacity: .5;
}

.vertical-slider .slick-current {
    opacity: 1;
}

.text-slider, .card-carousel, .carousel {
    margin: 30px auto;
    width: 80%;
}

.text-slider div {
    min-height: 300px;
    width: 100%;
    line-height: 300px;
    font-size: 48px;
    text-align: center;
    background-color: salmon;
}

/**extraido de otro CSS*/


/* Los puntitos */


@media only screen and (max-width: 481px) {
    .slick-slide img {
         width: 106%; 
    }
}