


#destacados_section{
	position: relative;
	/*background-color: #f5f5dc61;*/

	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#destacados{
	height: 280px;
}

.destacados_img{
	width: 100%;
	border: 1px solid black;
}

/*
.destacados_titulo{
	position: relative;
    width: 40%;
    left: 30%;
    font-family: "roboto-400";
    font-size: 20px;
    color: #000000a6;
    text-align: center;
    margin-top: 45px;
    border-bottom: 1px solid  var(--main-color_principal);

    
    -webkit-box-shadow: 0px 6px 20px -4px rgba(0, 0, 0, 0.051);
    box-shadow: 		0px 6px 20px -4px rgba(0, 0, 0, 0.051);
    
}
*/

.inicio_linea_estetica_up{
	position: relative;
    width: 40%;
    left: 30%;
    font-family: "roboto-400";
    font-size: 20px;
    color: #000000a6;
    text-align: center;
    margin-top: 45px;
 /*   border-bottom: 1px solid  var(--main-color_principal);*/
}

.inicio_linea_estetica_down{
	position: relative;
    width: 40%;
    left: 30%;
    font-family: "roboto-400";
    font-size: 20px;
    color: #000000a6;
    text-align: center;
    margin-top: 25px;
    border-bottom: 1px solid  var(--main-color_principal);
}


.destacados_cont_btn_mover_izq{
    position: relative;

    /*width: 4%;*/
    height: 250px;
    /*left: 0%;
    top: 0%;
	*/
    display: flex;
    justify-content: flex-start;
    align-items: center;

    /*background-color: beige;
*/}

.destacados_cont_btn_mover_der{
    position: relative;

    /*width: 4%;*/
    height: 250px;
    /*left: 96%;
    top: 0%;
	*/
    display: flex;
    justify-content: flex-end;
    align-items: center;

    /*background-color: beige;*/

}


.destacados_btn_mover{
	position: absolute;
	z-index: 99;

    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;
	
    background-color: white;

    border-radius: 50%;

/*
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.63);
    box-shadow: 		0 1px 4px 0 rgba(0, 0, 0, 0.63);
*/
    opacity: 1;
    cursor: pointer;
}

#destacados_cont_btn_mover_izq_b{
	display: none;/*block*/
	position: absolute;
    height: 100%;
    width: 10%;
    left: 1.5%;
    justify-content: start;
}
#destacados_cont_btn_mover_der_b{
	display: none;/*block*/
	position: absolute;
    height: 100%;
    width: 10%;
    left: 88.5%;
    justify-content: flex-end;
}


#destacados_icons_mover{
	font-size: 18px;
    cursor: pointer;
    position: relative;
}


/* Si es menor a *
@media (max-width: 900px){
	.destacados_cont_btn_mover_izq{
		justify-content: flex-end;
		display: none;
	}
	.destacados_cont_btn_mover_der{
		justify-content: flex-start;
		display: none;
	}
	.destacados_btn_mover{
		width: 40px;
		height: 40px;

		//-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
    	//box-shadow: 		0 1px 4px 0 rgba(0, 0, 0, 0.16);
	}

	#destacados_cont_btn_mover_izq_b{
		display: flex;
	}
	#destacados_cont_btn_mover_der_b{
		display: flex;
	}
}
*/




/* Si es menor a */
@media (max-width: 900px){
	#content_destacados_gral{
		padding: 0;
	}
}


/* Si es menor a */
@media (max-width: 850px){
	.destacados_btn_mover{
		-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.55);
    	box-shadow: 		0 1px 4px 0 rgba(0, 0, 0, 0.55);
	}
}


/* Si es menor a */
@media (max-width: 600px){
	#destacados_cont_btn_mover_izq_a{
		display: none;
	}
	#destacados_cont_btn_mover_der_a{
		display: none;
	}
	.destacados_titulo{
	    width: 80%;
	    left: 10%;
		border-bottom: 0px;
	}
	#content_destacados_gral{
		padding: 0;
	}
	#destacados{
		height: 240px;
	}
	.destacados_titulo {
	    font-size: 17px;
	}
}

/* Si es menor a */
@media (max-width: 450px){
	/*
	.destacados_titulo{
	    width: 90%;
	    left: 5%;
	}
	*/
}

























/*
#    #  ####  #####  # #      ###### 
##  ## #    # #    # # #      #      
# ## # #    # #####  # #      #####  
#    # #    # #    # # #      #      
#    # #    # #    # # #      #      
#    #  ####  #####  # ###### ######
*/




#destacados_cont_prod_mob{
	height: 280px;

	display: flex;
	align-items: center;

	overflow-x: scroll;
}

/* Si es menor a */
@media (max-width: 450px){
	
	#destacados_cont_prod_mob{
		height: 240px;
	}
}


/*----*/

#destacados_cont_prod_mob::-webkit-scrollbar {
	width: 0px;
	display: none;
}

#destacados_cont_prod_mob::-webkit-scrollbar-thumb{
	background-color: rgb(50, 41, 30);
	border-radius: 10px;
	box-shadow: -6px -2px 12px 1px rgba(0,0,0,0.39);
}

#destacados_cont_prod_mob::-webkit-scrollbar-thumb:hover{
	/*background-color: #48240a;*/
}

#destacados_cont_prod_mob::-webkit-scrollbar-button{
	background-color: transparent;

}












































































