@charset "UTF-8";
/* CSS Document */

/* INFO AL MINUTO */
.infointeres {width: 100%; height: auto; position: relative; }
.infointeres_hd {width:100%; height: auto; position: relative; background: #eaeaea; padding:0.8rem 0; text-align: center; color:#01B541; font-family: "Oswald", sans-serif; font-weight:400; text-transform: uppercase; font-size: 1.5rem;}
.bloque_interes {position:relative;  border-bottom: 1px solid #cccccc; height:auto;} 
.bloque_interes a { display: block; cursor:pointer; cursor: hand;}
.cont_binteres {width:100%; height: auto; position: relative; display:inline-flex; border-left: 2px solid #01B541;}
.hd_interes {width:75%; height:auto; position: relative; left:0%; align-items: stretch;
			box-sizing: border-box; padding-right: 3%;
			position: relative; height:auto; font-family: "Oswald", sans-serif; 
			font-size: 1.3rem; font-weight:300; color:#666666; line-height: 1.8rem;}
			
.interes_img {width: 25%; height: auto; position: relative; align-items: stretch;}
.interes_img img {width: 100%;}	 

.interes_imgv2 {width: 30%; height: auto; position: relative; align-items: stretch; left:0%; padding-left: 10px;}	 
.interes_imgv2 img {width: 100%; padding-top:10px; padding-bottom:10px; }
.hd_interesv2 {width:70%; height:auto; position: relative; left:0%; align-items: stretch; text-align: left;  padding-top:10px; padding-bottom:10px; padding-right:3px;
	box-sizing: border-box; padding-left: 3%;
	position: relative; height:auto; font-family: "Oswald", sans-serif; align-content: space-around;
	font-size: 1.25rem; font-weight:300; color:#666666; line-height: 1.8rem; }

a:hover .hd_interes {color:#1b1b1b;}	
a:hover .hd_interesv2 {color:#1b1b1b;}	

@media screen and (max-width: 960px){
	.bloque_interes {position:relative; border-bottom: 1px solid #cccccc;}
}

@media screen and (max-width: 780px){
	/* INFO AL MINUTO */
	.bloque_interes {position:relative; border-bottom: 1px solid #cccccc;}
	.infointeres_hd {padding:0.8rem 0; font-size: 1.4rem;}
	
}

@media screen and (max-width: 640px){    
	/* INFO AL MINUTO */
	.infointeres_hd {padding:0.8rem 0 1rem 0;  font-weight:400; font-size: 1.4rem;}
	.bloque_interes {position:relative; border-bottom: 1px solid #cccccc;}
	.hd_interes {width:70%; font-size: 1.3rem; line-height: 1.7rem;}
	.interes_img {width: 30%;}

	/*.interes_imgv2 {width: 30%;}*/	 
	.hd_interesv2 {width:70%; font-size: 1.3rem; line-height: 1.7rem;}

	a:hover .hd_interes {color:#666666;}	
	a:hover .hd_interesv2 {color:#666666;}	

	/* fin info al minuti */
}

@media screen and (max-width: 480px){
	/* INFO AL MINUTO */
	.infointeres_hd {padding:0.5rem 0 0.8rem 0;  font-weight:400; font-size: 1.44rem;}
	.bloque_interes {position:relative; border-bottom: 1px solid #cccccc;}
	.hd_interes {width:68%;}
	.interes_img {width: 32%;}
	/* fin info al minuto */

	/*.interes_imgv2 {width: 32%;}	 */
	.hd_interesv2 {width:68%;}
	
}

@media screen and (max-width: 420px){
	/*INFO AL MINUTO */
	.hd_interes {font-size: 1.25rem; line-height: 1.6rem; }
	.hd_interesv2 {font-size: 1.25rem; line-height: 1.6rem; }
}

@media screen and (max-width: 360px){
	/* INFO AL MINUTO 360*/
	.infointeres_hd {padding:0.5rem 0 0.8rem 0;  font-weight:400; font-size: 1.3rem;}
	.bloque_interes {position:relative; border-bottom: 1px solid #cccccc;}
	.hd_interes {width: 62%; font-size: 1.15rem; line-height: 1.4rem; }
	.interes_img {width: 38%;}

	/*.interes_imgv2 {width: 38%;}	 */
	.hd_interesv2 {width:62%; font-size: 1.15rem; line-height: 1.4rem;}
	/* fin info al minuto */
}

@media screen and (max-width: 320px){
	/* INFO AL MINUTO 320*/
	.infointeres_hd {padding:0.5rem 0 0.6rem 0;  font-weight:400; font-size: 1.2rem;}
	.bloque_interes {position:relative; border-bottom: 1px solid #cccccc; }
	.hd_interes {font-size: 1.1rem; line-height: 1.3rem; }
	.hd_interesv2 {font-size: 1.1rem; line-height: 1.3rem; }
	/* fin info al minuto */
	
}

