


	  
.imagen_portada {
	/*height: 250px;*/
	object-fit: cover;}

.insta {border:none; overflow:hidden;  /*width:1110px; height:186px;*/}

.insta_frame_h {/*padding-bottom: 129px;*/}

.texto_adviento_pie {color: #c88d40; font-family: 'PT Serif', serif; /*font-size: 44px;*/}

.hashtag {/*width: auto;*/}

h1 {color: #c88d40;}

.icono {color: #c21200;}



/*// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap*/

@media (max-width: 575px) {
	
	.imagen_portada {height: 180px;}

	.insta {width:780px !important; height:130px !important;}
	
	.insta_frame_h {padding-bottom: 130px;}
	
	.texto_adviento_pie {font-size: 22px;}
	
	.hashtag {width: 43px; margin-right: 8px;}
	
}


/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	
	.imagen_portada {height: 165px;}
	
	.insta {width: 765px !important; height: 128px !important;}
	
	.insta_frame_h {padding-bottom: 128px;}
	
	.texto_adviento_pie {font-size: 44px;}
	
	.hashtag {width: auto; margin-right: 10px;}

}


/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	
	.imagen_portada {height: 145px;}
	
	.insta {width:1035px !important; height:174px !important;}
	
	.insta_frame_h {padding-bottom: 174px;}

}


/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	
	.imagen_portada {height: 195px;}
	
	.insta {width:930px !important; height:156px !important;}
	
	.insta_frame_h {padding-bottom: 152px;}

}


/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	
	.imagen_portada {height: 250px;}
	
	.insta {width:1110px !important; height:186px !important;}
	
	.insta_frame_h {padding-bottom: 191px;}

}



