    .seccion{
        display: flex;
            justify-content: center;
            align-items: center;
        
        padding: 75px 0 75px 0;
        /*background: #a00;*/
        background: #7ac;
            border: 10px solid #379;
        box-sizing: border-box;
        float: left;
        width: 31%; margin: 1%; border-radius: 15px;

        height: 500px;
        
        font-family: Agency FB;
                color: #ddd;
        font-weight: 900;
        font-size: 48px;
        letter-spacing: 4px;
        text-align: center;

    }

        .seccionEsp{
            padding: 75px 0 75px 0;
            /*background: #a00;*/
            background: #7ac;
                border: 10px solid #379;
            box-sizing: border-box;
            float: left;
            width: 31%; margin: 1%; border-radius: 15px;
    
            height: 500px;

            font-family: Agency FB;
                    color: #ddd;
            font-weight: 900;
            font-size: 48px;
            letter-spacing: 4px;
            text-align: center;
        }
    
    .ilustracion{
        display: flex;
            justify-content: center;
            align-items: center;
        /*height: 160px;*/
    }
    
        .ilustracion img{
            margin-left: 25%;
            margin-top: 50px;
            width: 25%;
        }
    
    @media(max-width: 681px){
        .seccion{
            width: 100%;
            /*height: 550px;*/
            height: auto;
        }

            .seccionEsp{
                width: 100%;
                height: 550px;
            }
        
        .ilustracion img{
            margin-left: 5%;
            margin-top: 50px;
            /*margin-bottom: 50px;*/
            width: 45%;
        }
    }