.content h1,
.content h2 {
    font-size: 26px;
}

.header .right button.dev{
    cursor: not-allowed;
}

.bloco{
    position: relative;
    width: 100%;
    height: auto;
    display: grid;
    margin: 20px auto 10px;
    clear: both;
}

h2.icon {
    background: url('../img/icon-check-green.png') no-repeat left center;
    background-size: 20px auto;
    padding-left: 26px;
    text-align: left;
    margin: 22px 0 5px 0px;
    font-size: 20px;
    text-shadow: 1px 1px 1px #fff, 1px 1px 1px #FFFFFF;
}

 h4 {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 5px 0 15px 20px;
    padding-bottom: 14px;
    text-align: left;
    letter-spacing: -0.7px;
    color: rgb(36, 32, 32);
    text-shadow: 1px 1px 1px #fff, 1px 1px 1px #FFFFFF;
}

.sites{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

.sites img{
    position: relative;
    width: 280px;
    height: 200px;
    display: block;
    float: left;
    margin: 0 35px 35px 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #F1F4FF;
    border: 5px solid #fff;
    box-shadow: 4px 4px 4px rgba(75, 74, 74, 0.315);
}   

.sites img.right{
    margin: 0 0 35px 0;
}

.videos{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    text-align: left;
    padding: 0;
    margin: 20px 0 0;
}

.video{
    position: relative;
    width: 230px;
    height: 100%;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}
.video video{
    border-top-left-radius: 8px;

    background-color: #F1F4FF;
    border: 8px solid #fff;
    box-shadow: 4px 4px 4px rgba(75, 74, 74, 0.315);
}

.videos strong a{
    color: blueviolet;
}

/* Telas Maiores */
@media only screen and (min-device-width: 1441px) {
    .bloco{
        width: 60%;
    }
}

/* MOBILE */
@media only all and (max-device-width: 768px) {

    .content h1,
    .content h2 {
        font-size: 16px;
    }

    .bloco{
        width: 86%;
        margin: 20px 0 10px 0px;
        border-bottom: 0px;
    }

    h2.icon {
        background-size: 18px auto;
        padding-left: 20px;
        margin: 16px 0 5px 18px;
        font-size: 16px;
        background: url(../img/icon-check-green.png) no-repeat left 5px;
        background-size: 15px auto;
    }

    h4 {
        font-size: 14px;
    }

    .video{
        position: relative;
        width: 90%;
        height: 400px;
        text-align: center;
    }


}