@media screen and (max-width: 1199px){ /* xl */	
	.borde-redondo {
        width: 350px;
        height: 350px;
    }
	.grid-template-rows: { 
      font-size: 3rem; 
	 }

	.tm-tam{ 
      font-size: 3rem !important; 
	}



}

@media screen and (max-width: 991px){	/* lg */
	.borde-redondo {
        width: 320px;
        height: 320px;

    }
    .tm-tam{ 
      font-size: 2.5rem !important; 
	}

}

@media (max-width: 200px) and (max-heigth: 160px) {
    .mifuente {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px){	/* md */
    .metas{
        border-radius: 2rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
	.borde-redondo {
        width: 200px;
        height: 200px;
    }
    .circulo-texto{
        font-size: 2rem;
    }
    .sm-height{
        min-height: 110px;
    }
    .p-sm-up{
        top: 0%;
    }
    .p-sm-down{
        top: 100%;
    }

    .tm-tam{ 
      font-size: 3rem !important; 
	}
}

@media screen and (max-width: 575px){	/* max-sm*/
	.bg-pie-qs{
        background: url("../img/quienes_somos/footer_qs_sm.png") no-repeat top right;
        background-size: cover;
    }

    #cultura-financiera h1{
        font-size: 3rem;
    }
}




@media screen and (min-width: 1441px){ /* min-xl */	
	.div-img-dt{
        margin: auto !important;
    }
}



