.carousel{
    margin-bottom: 20px;
}
.carousel-item {
    height: 31rem;
    background: #fff;
}
.carousel-item > img {
    height: auto;
}
.shop-info{
    margin-bottom: 60px;
}
.shop-info-item{
    max-width: 400px;
    float: left;
}
.shop-info-item.envio{
    margin-left: 20px;
}
.shop-info-item.envio p{
    max-width: 300px;
}
.shop-info-item.contact{
    margin-left: 30px;
}
.shop-info, .shop-info a{
    color: #192D50;
}
.shop-info a{
    font-family: 'Roboto-Bold';
}
.shop-info h5{
	font-family: 'Roboto-Bold';
	font-size: 20px;
}
.shop-info p{
	font-family: 'Roboto-Light';
	font-size: 14px;
}
.shop-info p strong{
    font-family: 'Roboto-Bold';
}
.conozca{
    text-align: right;
    padding-top: 30px;
    padding-right: 0;
    font-size: 20px;
    font-family: 'Roboto-Light';
    color: #192D50;
}
.conozca span{
	font-family: 'Roboto-Bold';
}
.brands{
	margin-top: 20px;
}
.brands{
    margin-top: 20px;
}
.brands .icons-brands img{
    max-width: 145px;
}
.brands .icons-brands img.sunglasses{
    max-width: 222px;
}
.spancer{
    padding-left: 0;
}
.products{
	text-align: center;
}
.products h3{
	font-family: 'Roboto-Thin';
	font-size: 50px;
	color: #192D50;
	margin-top: 120px;
	margin-bottom: 120px;
}
@media(max-width: 1200px){
	.carousel-item {
		height: 25rem;
	}
	.conozca{
		text-align: center;
		margin-bottom: 20px;
	}
	.icons-brands{
		text-align: center;
	}
	.icons-brands img.sunglasses{
		margin-top: 20px;
	}
}
@media(max-width: 1200px){
    .shop-info-item, .shop-info-item{
        max-width: 50%;
    }
    .shop-info-item.envio{
        margin-left: 0;
    }
    .shop-info-item{
        margin-top: 20px;
    }
    .shop-info-item.contact{
        margin-left: 0;
    }
}
@media (max-width: 992px) {
	.carousel-item {
		height: 19rem;
	}
    .shop-info-item{
        max-width: 100%;
    }

    .shop-info-item.envio p {
        max-width: 100%;
    }
}
@media(max-width: 768px){
	.carousel-item {
		height: 13rem;
	}
	.icons-brands img{
		margin-top: 20px;
	}
}
@media (max-width: 576px){
	.carousel{
		margin-bottom: 0;
	}
}