@media screen and (max-width: 820px) {
    
    .titulo-formacion{
        font-size: 60px;
    }
    
    .cont-card-formacion{
        height: 700px;
        width: 100%;
        padding: 80px 60px;
    }

    .borde-color-formacion{
        width: 200px;
        height: 250px;
    }
    
    .formacion-del-medio{
        width: 220px;
        height: 290px;
    }
    
    .cuerpo-formacion{
        width: 180px;
        height: 230px;
    }
    
    .cuerpo-formacion-del-medio{
        width: 200px;
        height: 270px;
    }

    .descripcion-formacion{
        padding: 15px;
    }
    
    
    .img-formacion{
        width: 100%;
        height: 106px;
    }
    
    .img-formacion-del-medio{
        width: 100%;
        height: 150px;
    }

    
    .mini-titulo-formacion{
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
        font-size: 14px;
    }

    .subtitulo-formación{
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
        font-size: 12px;
    }

    .icon-lugar-formacion{
        display: none;
    }

    .nombre-lugar-formacion, .estado-formacion{
        font-family: 'Raleway', sans-serif;
        font-weight: lighter;
        font-size: 14px;
        margin-top: 0%;
    }


}