.indicador-autos {
	margin-bottom: 45px;
}

.carousel-item {
	text-align: center;
}

.carousel-indicators {
	margin-bottom: 114px;
	bottom: -4.5rem !important;
}
  
.slide-container {    
    margin-top: -16rem;
    margin-bottom: 6rem;
	text-align: center;
}

@media(max-width: 769px){
	.slide-container { 
	    left: 0;
	    position: absolute;
	    right: 0;
	    top: 9rem;
	    margin: 0;
    }

    .carousel-indicators {
		margin-bottom: 0;
		bottom: 2rem !important;
	}

    
}

.subtitle-slider {
	font-size: 20px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 3rem;
    color: white;
}

.carousel-item-lg {
    transform: scale(1.2); 
}

.carousel-item-sm {
    transform: scale(0.8); 
}

.autos-grid {
	display: flex;
    max-height: 70vh;
    max-width: 100vw;
    margin-bottom: 440px;
	margin-top: -82px;
	justify-content: center;
}


.styleUniversoDS {
	font-family: 'Roboto', sans-serif;
	
	text-align: start;
	color: black;
}

#ds_news .carousel-inner {
	display: flex;
	align-items: flex-start;
}

#ds_news .carousel-control-prev {
	left: 67% !important;
	order: 1;
	z-index: 999;
	color: #000 !important;
	top: -13rem !important;
	width: 0;
	}
#ds_news .carousel-control-next {
	order: 1;
	z-index: 999;
	color: #000 !important;
	top: -13rem !important;
	right: 28% !important;
	width: 0;
}

@media (max-width: 768px) {

 #ds_news .carousel-control-prev {
	left: 0% !important;
	order: 1;
	z-index: 999;
	color: #000 !important;
	top: 1% !important;
	width: 15%;
  }
   #ds_news .carousel-control-next {
	order: 1;
	z-index: 999;
	color: #000 !important;
	top: 1% !important;
	right: 0% !important;
	width: 15%;
  }
}
  
.header-general .header-pp{
	background: black !important;
}

.header-general .no-header{
	/*padding-top: 12rem !important;*/
	padding-top: 12rem;
    margin-top: 0 !important;
}

@media(max-width: 768px){
	.header-general .no-header{
		padding-top: 2rem;
	}
}

.card-auto {
    letter-spacing: -.06em;
    padding: 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s,box-shadow .2s;
}

.card-auto:hover {
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.08), 0 7px 25px 0 rgba(0,0,0,.08), 0 0 40px 0 rgba(0,0,0,.1);
}

.carousel-control-next-icon, .carousel-control-prev-icon{
	width: 30px !important;
    height: 30px !important;
}

#page-slider .carousel-item img {
	height: 37.5rem !important;
	object-fit: cover;
}
@media(max-width: 768px){
	#page-slider .carousel-item img {
		height: 18rem !important;
	}
}