.carousel{
    margin-bottom: 20px;
}
.carousel-item {
    height: auto;
    background: #fff;
}
.carousel-item > img {
    height: auto;
}
.slider-link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.products{
	text-align: center;
	margin-top: 60px;
}
.products .row{
	padding: 0
}
.products h3{
	font-family: 'Roboto-Thin';
	font-size: 50px;
	color: #000;
	margin-top: 120px;
	margin-bottom: 120px;
}

.traslucidos{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #000;
}
.traslucidos h4{
    font-family: 'Roboto-Black';
    /*font-size: 76px;*/
    font-size: 90px;
    text-transform: uppercase;
}
.traslucidos h5{
    font-family: 'Roboto-Light';
    /*font-size: 38px;*/
    font-size: 45px;
    text-transform: uppercase;
    margin-top: 90px;
    margin-bottom: 0;
}
.traslucidos p{
    font-family: 'Roboto-Light';
    /*font-size: 16px;*/
    font-size: 22px;
    /*max-width: 354px;*/
    max-width: 485px;
    margin: 20px auto 40px;
}
.traslucidos a{
    background: url('../images/bot_vercoleccion.svg') no-repeat;
    display: inline-block;
    /*width: 300px;
    height: 50px;*/
    width: 485px;
    height: 80px;
    margin-top: 20px;
}
@media(max-width: 1600px){
    .traslucidos h5{
        margin-top: 60px;
    }
    .traslucidos h4{
        font-size: 60px !important;
    }
    .traslucidos a{
        width: 380px;
        height: 64px;
    }
}
@media(max-width: 1360px) {
    .traslucidos p{
        font-size: 18px;
    }
    .traslucidos a{
        width: 300px;
        height: 50px;
    }

}
@media(max-width: 1200px){
    .traslucidos h5{
        margin-top: 30px;
    }
}
@media (max-width: 992px) {
    .traslucidos{
        margin-bottom: 90px;
    }
    .traslucidos h5{
        margin-top: 90px;
    }
    .traslucidos h4{
        font-size: 44px !important;
    }
    .traslucidos a{
        width: 290px !important;
    }
}
@media (max-width: 576px){
    .carousel{
        margin-bottom: 0;
    }
}