.body_index {
	overflow-x: hidden !important;
}

/* CARROUSEL*/

/*.caroufredsel_wrapper {
	text-align: start; 
	float: none; 
	position: relative; 
	top: auto; 
	right: auto; 
	bottom: auto; 
	left: auto; 
	z-index: auto; 
	width: 100%; 
	height: 550px; 
	margin: 0px; 
	overflow: hidden;
}*/

/*.sliders-box{
	text-align: left; 
	float: none; 
	position: absolute; 
	top: 0px; 
	right: auto; 
	bottom: auto; 
	left: 0px; 
	margin: 0px; 
	width: 13200px; 
	height: 550px; 
	z-index: auto; 
	opacity: 0.664759;
}*/

.full-width {
	padding: 0;
	margin: 0;
	width: 100%;
}

.slider-nav {
	right: 0 !important;
}

.slider .slid-content {
	padding: 20px 50px 0 50px;
}

.slider .slid-content .descriptions {
	color: #000;
    font-size: 16px;
    margin: 0;
}

.switches a {
	background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;    
    height: 17px;
    margin: 0 3px;
    width: 17px;
}

.selected {
    background: #000 !important;
}

.box-ilum-insum{
	position: relative;
}

.box-inner{
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.box-inner:hover .box-ilum{
	background-color: rgba(1, 1, 1, 0.8);
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
    font-size: 28px;
    padding: 3px;
}

@media (max-width: 540px){
	.box-inner:nth-child(1){
		margin-top: 20px;
	}
}

.box-ilum {
    width: 100%;
    text-align: center;
    background-color: rgba(1, 1, 1, 0.6);
    color: #fff;
    /*margin-top: 110px;*/
	bottom: 0;
    padding: 5px;
    position: absolute;
    font-size: 25px;
}


/*IMAGEN CENTRAL FULL WIDTH*/

.img_fullwidth {
	position: relative; 
   	width: 100%;
}

.txt_img_fullwidth{
	position: absolute; 
   	top: 200px;   
   	width: 100%;
   	color: white;
}

/* CATEGORÍAS */

.title-box {
    display: grid;
    margin: 20px 20px 50px 20px;

}

/*BENEFICIOS*/

#cm-photo-bg-beneficios {
	/*background-image: url(../img/pages/home/beneficios_led.jpg);*/
	background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    padding: 8% 0;
}

#cm-photo-bg-productos {
	/*background-image: url(../img/pages/home/layne-and-the-light-bulb2.jpg);*/
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
    height: 450px;
    padding: 8% 0;
}

/*********************************/
/*********** About us ************/
/*********************************/
#about_us 
{
    display: none;
    background: #007a3d;
    background: rgba(255,255,255, 1);
    position: absolute;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    color: #545454;
    text-align: center;
    padding: 100px 10px;
    font-family: "Arimo", sans-serif;
}
#about_us h1 
{   
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 40px;
    color: #000;
}
#about_us p 
{
    margin-bottom: 10px;
}
#about_us img {
	height: 300px;
	margin: 10px;
    border: solid 5px rgba(1, 114, 55, 0.60);
}