.swiper-slide{
	text-align: left;
}

section#home-section{
	padding:0 !important;
	display:block;
	overflow:hidden;
	font-size: 18px;
}

.title-slide{
	font-size: 32px !important;
	font-weight: 400 !important;
	line-height: 150% !important;
	color: #fff;
	font-family: "Nunito Sans", sans-serif !important;
}


#swiper-slide-one{
	background: url(../images/casos-de-exito/sistema-farmacias-caso-de-exito.webp) #18537C center no-repeat;
	color: #fafafa;
	padding-top: 6em;
	padding-bottom: 6em;
}

#swiper-slide-one h1.title-slide2{
	font-size: 18px !important;
	font-weight: 400 !important;
    line-height: 150% !important;
    color: #17afcb;
}

#swiper-slide-one h3.title-slide3{
	font-size: 22px;
	line-height: 150% !important;
	font-weight: 300;
    color: #fff;
}

#swiper-slide-one p{
	margin-bottom: 5px;
}
#swiper-slide-one img{
	width: 1.7em;
	max-width: 40px;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
}

#swiper-slide-one img:hover {
	margin-top: -5px;
	margin-bottom: 5px
}


.swiper-wrappers, .swiper-container {
    height: auto !important;
}

.title-slide4{
	font-size: 32px;
	font-weight: 500;
	color: #000;
}

#d-casos-title{
	max-width: 970px;
}


#d-casos-faqs > div{
	padding-top: 2em;
	padding-bottom: 2em;
}

#d-casos-faqs > div:nth-child(odd){
	background-color: #f5f5f5;
}

#d-casos-faqs h4{
	margin-bottom: 1em;
	color: #000;
}

#d-casos-faqs p{
	font-size: 20px;
}






#d-casos-faqs .imgvid{
	display: block;
	position:relative;
	-webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}
#d-casos-faqs .imgvid:after{
	content:'';
	display:block;
	position:absolute;
	width:150px;
	height:96px;
	top:calc(50% - 36px);
	left:calc(50% - 75px);
	background:url(../images/soporte-farmacias/video-btn.png);
	opacity:.3;
	-webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}
#d-casos-faqs .imgvid:hover:after{
	opacity:1;
	top:calc(50% - 48px);
}
#d-casos-faqs .imgvid img{
	opacity:1;
	position:relative;
	-webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}
#d-casos-faqs .imgvid:hover img{
	opacity:0.7;
}


#d-casos-faqs h3{
	margin-bottom: 1em;
	color: black;
	font-size:26px;
}





#d-casos-dist-blog{
	background-color: #702B6C;
	color: #fff;
}

#d-casos-dist-blog .title-slide4{
	color: #fff;
}

#d-casos-dist-news-slider .info-txt-1{
	margin-top: 1em;
}

#d-casos-dist-news-slider h3{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #084A75;
}

#d-casos-dist-blog a{
	color: #17AFCB;
	text-decoration: underline;
	font-weight: 700;
}



/* 
::::::::::::::::::::::::::::::::::::::::::::::::::
        QUERIES
::::::::::::::::::::::::::::::::::::::::::::::::::
*/
/*lg*/
@media screen and (max-width: 1440px){

}
@media screen and (max-width: 1200px){

}

@media screen and (max-width: 1023px){
	#swiper-slide-one{
		background-position: top left;
		background-size: cover;
		text-align: center;
	}
	/*#swiper-slide-one{
		display: none;
	}
	.swiper-wrappers {
		background: url(../images/casos-de-exito/sistema-farmacias-caso-de-exito-min.webp) #18537C center no-repeat;
		background-size: cover;
		height: 210px !important;
    }
    .swiper-container {
		width: 100%;
		height: 210px !important;
		padding: 0em !important;
    }*/

}