.item_insights,
.listado_insights{
	padding: 0px !important;
	margin: 0px !important;
}

.contenedor_w6_txt{
	position: absolute;
	top: 10%;
	width: 100%;
	text-align: center;
	
}
.hiddenimg{
	display: none;
}

.img_w1{
	width:100%;
}
.contenedor_w_txt,
.contenedor_w4_txt,
.contenedor_w5_txt,
.contenedor_w3_txt,
.contenedor_w2_txt,
.contenedor_w1_txt{
	/*width: 100%;*/
	position: absolute;
	top: 0;
	text-align: center;	
}
.fixoneimg1{
	width: 100%;
}
.contentimgi{
	width: 100%;
}
.imgabs{
	display: none;
}
.fixtop{
	top: 30%;
}
.mobilecontenedor{
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;		
}
.blogb{
	width: 100%;
	float: left;
}
.mobilehelper{
	top: 0 !important;
}
.izquierdita{
	background-image: url("https://www.softtek.com/templates/seb_slidingprograms3/images/hscroll_arrowleft_white.png");
	background-repeat: no-repeat;
	top: 46%;
	background-color: transparent;
    border: 0px;
}
.derechita{
	background-image: url("https://www.softtek.com/templates/seb_slidingprograms3/images/hscroll_arrowright_white.png");
	background-repeat: no-repeat;
	top: 46%;
	background-color: transparent;
    border: 0px;
}

.img_w{
	width:100%
}
.carousel-caption{
	background: transparent !important;
}
.carousel-desktop{
	position: absolute;
    top: 86%;
    right: 49%;
    z-index: 5;
    margin: 0;
    list-style: none;
}

.carousel-desktop li{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: white;
    border: 1px solid black;
    border-radius: 10px;	
}
.activado{
    background-color: black !important;
    border: 1px solid white !important;	
}



/*SM*/
@media (max-width: 979px) and (min-width: 840px){
	.contenedor_w_txt {
	    position: absolute;
	    top: 0;
	    text-align: center;
	}
}
@media (max-width: 839px) and (min-width: 768px){
	.contenedor_w_txt {
	    position: absolute;
	    top: 0;
	    text-align: center;
	}
}


/*XS*/
@media (max-width: 767px) and (min-width: 560px){
	.contenedor_w_txt {
	    position: absolute;
	    top: 0;
	    text-align: center;
	}
	.contenedor_w_txt .titlei{
		font-size: 35px;
		
	}
	.contenedor_w_txt .subtitlei {
		font-size: 17px;
	}
	.contenedor_w_txt .hs-cta-img{
		width: 18%;
	}	
}
@media (max-width: 559px) and (min-width: 321px){
	.contenedor_w_txt {
	    position: absolute;
	    top: 0;
	    text-align: center;
	}
	.contenedor_w_txt .titlei{
		font-size: 30px;
		
	}
	.contenedor_w_txt .subtitlei {
		font-size: 15px;
	}
	.contenedor_w_txt .hs-cta-img{
		width: 15%;
	}
}
@media (max-width: 320px) and (min-width: 296px){
	.contenedor_w_txt {
	    position: absolute;
	    top: 0;
	    text-align: center;
	}
	.contenedor_w_txt .titlei{
		font-size: 20px;
		margin-bottom: -10px;		
	}
	.contenedor_w_txt .subtitlei {
		font-size: 11px;
		margin-bottom: -10px;
	}
	.contenedor_w_txt .hs-cta-img{
		width: 15%;
	}
}



