


/*--------------------------------------------------------------OPEN: HOME---------------------------------------------------------------------*/

#intro-home-ptv {
	background-image: url(../img/bg/bg_home_servicios.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.modulo-destacado-home {
	width: calc(100%/3 - 40px) !important;
	margin: 0 20px;
	border-radius: 25px;
	-webkit-box-shadow: 4px 4px 42px -22px rgba(0,0,0,0.43);
	-moz-box-shadow: 4px 4px 42px -22px rgba(0,0,0,0.43);
	box-shadow: 10px 10px 20px -12px rgba(0,0,0,0.43);
	background: #fff;
	border: 1px solid #f6f6f6;
}

.twitter-feed{
	width: 100% !important;
	padding: 15px;
}

.modulo-destacado-home .wpb_single_image {
	margin:0 0 0 0;
}

.modulo-destacado-home h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color:#3c3c3c;
}

#noticias-home {
	background-image: url(../img/bg/bg_home_noticias.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
}

#agenda_home {
	background-image: url(../img/bg/bg_home_agenda.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
}

#unete_home {
	background-image: url(../img/bg/bg_home_unete_2.svg),url(../img/bg/bg_home_unete.svg);
	background-position: bottom left,top center;
	background-repeat: no-repeat;
	background-size: 30%,100%;
}

#unete_home .counter-wrapper .img-fluid {
	width: 95px;
}

#section-ayudas-home {
	background-image: url(../img/bg/bg_home_ayudas.svg),url(../img/bg/bg_home_ayudas_2.jpg);
	background-position: top left,bottom right;
	background-repeat: no-repeat;
	background-size: 30%;
}

/*--------------------------------------------------------------CLOSE: HOME---------------------------------------------------------------------*/





@media (max-width: 991px) {

.modulo-destacado-home {
	width: calc(100%/3 - 20px) !important;
	margin: 0 10px;
}
	


#intro-home-ptv .wpb_row .wpb_column.vc_col-sm-12:last-child {
margin-bottom: 30px;
}

	
	
	
	
	
}

@media (max-width: 767px) {

.modulo-destacado-home {
	width: calc(100%/1 - 20px) !important;
	margin: 0 10px;
}
	


#intro-home-ptv .wpb_row .wpb_column.vc_col-sm-12:last-child {
margin-bottom: 30px;
}

	
	
	
	
	
}





.modulo-destacado-home.twitter-feed {
	width: 100% !important;
	margin: 0 10px;
}



















































