@media screen and (min-width:320px) {
    .formacion {
        padding-bottom: 7.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    .formacion-text {
        text-align: center;
        color: #000;
        padding-top: 60px;
        font-weight: 700;
        font-size: 3rem;
        line-height: 1.2;
    }

    .formacion a{
        text-decoration: none;
    }

    .inicial{
        background-image: url(../img/training-img.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 95%;
        height: 250px;
        color: #000;
        font-size: xx-large;
        font-weight: 700;
    }


    .inicial p{
        text-align: center;
        margin-top: 105px;
    }

    .inicial:hover{
        cursor: pointer;
        opacity: 0.8;
        color: #01afd2;
    }

    .refresco{
        background-image: url(../img/training-refresco.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 95%;
        height: 250px;
        color: #000;
        font-size: xx-large;
        font-weight: 700;
    }

    .refresco p{
        text-align: center;
        margin-top: 90px;
    }

    .refresco:hover{
        cursor: pointer;
        opacity: 0.8;
        color: #01afd2;
    }

    .cam {
        background-image: url(../img/Gestion_UTE/cam_formacion.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 95%;
        height: 250px;
        color: #000;
        font-size: xx-large;
        font-weight: 700;
    }

    .cam p{
        text-align: center;
        margin-top: 90px;
    }

    .cam:hover{
        cursor: pointer;
        opacity: 0.8;
        color: #01afd2;
    }
}


@media screen and (min-width:760px) {

    .formacion{
        width: 70%;
        margin: auto;
        padding-bottom: 7.5rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    

    .formacion-text h3{
        text-align: center;
        color: #000;
        padding: 25px;
        font-weight: 700;
        font-size: 3rem;
        line-height: 1.2;
    }

    .inicial, .refresco{
        max-width: 40%;
    }


    .inicial:hover, .refresco:hover{
        cursor: pointer;
    }

    
}