


	  
.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;}

.card {border: 0px;}

.fondo_texto_bajo_card {padding: 10px; background-image: linear-gradient(to bottom, #a73aa8, #aa46aa0d);}


/*// 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:660px !important; height:111px !important;}
	
	.insta_frame_h {padding-bottom: 111px;}
	
	.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: 707px !important; height: 119px !important;}
	
	.insta_frame_h {padding-bottom: 119px;}
	
	.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:975px !important; height:164px !important;}
	
	.insta_frame_h {padding-bottom: 164px;}

}


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

}


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

}



