@charset "utf-8";
/* CSS Document */
#index-noticias-futsal img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    #contenido_noticias {
        flex-direction: column;
}
.recuadro {  width:100%;height: 446px;padding-bottom: 13px;font-size:13px;}
.texto{ font-size:16px; color: rgba(85,100,140,1.00); line-height:50px;}
#texto-destacado{ font-size:16px; color:rgb(99, 121, 195); font-weight:bold; width:77%; height:46px; border:2px solid rgb(213, 219, 223); background:rgb(240, 243, 246); padding: 10px;margin-left:auto; margin-right:auto;}
.puntitos{ color: rgba(94,138,240,1.00); font-weight:bold;}

/*********  Codigo Responsive ***********/
@media screen and (min-width:240px)and (max-width:320px){
#img-noticias{ width:95%; }
#texto-destacado{ width:95%; height:66px; font-size:13px;}
.recuadro{height:530px;}
	}
@media screen and (min-width:321px)and (max-width:480px){
#img-noticias{ width:90%;}
#texto-destacado{ width:95%; height:66px;}
.recuadro{height:530px;}
	}
@media screen and (min-width:481px)and (max-width:768px){
#img-noticias{ width:85%;}
#texto-destacado{ width:95%; height:50px;}

	}
@media screen and (min-width:769px)and (max-width:991px){
	
	}
@media screen and (min-width:992px)and (max-width:1024px){
	
	}
@media screen and (min-width:1025px){
	
	}
#contenido_noticias {
    display: flex;
    flex-direction: row;
}

#contenido_noticias > div, #contenido_noticias > article {
    flex: 1;
    margin: 10px;
}

#contenido_noticias {
    display: flex;
    flex-direction: row;
    text-align: center;
}

#contenido_noticias > div, #contenido_noticias > article {
    flex: 1;
    margin: 10px;
}

@media (max-width: 768px) {
    #contenido_noticias {
        flex-direction: column;
    }
}
