
	.iz-f{
		width: 100%;
		height: 310px;
		background:#FF5733;
		color: white;
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		border-radius: 18px 0 0 18px;
	}
    .card{
        border-radius: 18px 18px 18px 18px;
    }

	.micard{
		max-width: 100%;
		border-radius: 18px 0 0 18px;
	}
	.t-sup{
		color: white;
		opacity: 0.6;
	}
	.t-middle{
		font-size: 2rem;
	}


    @media screen and(max-width:414px){
        .iz-f{
            width: 100%;
            height: 310px;
            background:#FF5733;
            color: white;
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: center;
            border-radius: 18px 18px 0 0;
        }

        .micard{
            max-width: 100%;
            border-radius: 18px 18px 0 0;
        }

        .t-sup{
            color: white;
            opacity: 0.6;
        }
        .columnas{
            flex-direction: column;
        }
    }




    /* @media screen and(max-width:768px){
        .iz-f{
            width: 100%;
            height: 594px;
            background:black;
            color: white;
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: center;
            border-radius: 18px 18px 0 0;
        }

        .micard{
            max-width: 100%;
            border-radius: 18px 18px 0 0;
        }

        .t-sup{
            color: white;
            opacity: 0.6;
        }
        .columnas{
            flex-direction: column;
        }
    } */

    @media screen and(max-width:900px){
        .iz-f{
            width: 100%;
            height: 594px;
            background:black;
            color: white;
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: center;
            border-radius: 18px 18px 0 0;
        }

        .micard{
            max-width: 100%;
            border-radius: 18px 18px 0 0;
        }

        .t-sup{
            color: white;
            opacity: 0.6;
        }
        .columnas{
            flex-direction: column;
        }
    }