.todos-certificados {
    display:flex;
    justify-content: space-between;
    word-wrap: break-word;
    float: right;
}

.todos-certificados img {
    max-height: 40px;
    padding-left: 15px;
}

.text-copy{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 40px;
    padding-left: 40px;
    color: #727272;
}

.s-rede-sociais {
    padding: 55px 0;
    background-color: #FFFFFF;
    min-height: 116px;
}

.s-rede-sociais .content {
    float:none;
    margin:0 auto;
}

.s-rede-sociais .content:after{
    content:'';
    clear:both;
    float:none;
}

.s-rede-sociais .texto {
    float: left
}

.s-rede-sociais .texto span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color:#076035
}

.s-rede-sociais .texto p.redes {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin:0px;
    background-color:#076035
}

.s-rede-sociais ul {
   /*padding-right: 13%;*/
    float: left;
    padding-left: 7%;
}

.s-rede-sociais ul:after {
    content:'';
    clear:both;
    float:none;
}

.s-rede-sociais ul li {
    /*float: left;*/
    margin-left: 30px
}

.s-rede-sociais ul li:first-child {
    margin-left: 0
}

.s-rede-sociais ul li a {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #0b6d3e;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    margin-top:0px;
    border-radius: 54px;
}

.s-rede-sociais ul li a i {
    font-size: 22px;
    color: #fff;
    margin-right: 0px;
    transition: all .3s
}

.s-rede-sociais ul li a span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: all .3s
}

.s-rede-sociais ul li a:hover {
    transition: all .3s;
    box-shadow: 0 4px 4px 0 rgba(120,120,120,.2);
    background-color: #1a9158
}


.img-mobile {
   float: left;
   padding-left: 20px
}


@media (max-width: 1199px) {
    .s-rede-sociais ul li a {
        /*width: 217px;*/
    }

    .todos-certificados {
        padding-top: 42px;

        float: none;
        display: flex;
        justify-content: space-between;
        word-wrap: break-word;
    }

    .s-rede-sociais ul {
        text-align: center;
        justify-content: center;
        display: flex;
        padding-top: 0px;
        float: none;

    }
}

@media (max-width: 991px) {

    .s-rede-sociais .content {
        display:block;
        justify-content: space-between
    }

    .s-rede-sociais ul li a {
        width: 45px;
        height: 45px
    }

    .s-rede-sociais ul li a i {
        margin: 0
    }

    .s-rede-sociais ul li a span {
        display: none
    }

}

@media (max-width: 766px) {
    .todos-certificados {
        text-align: center;
        justify-content: center;
        display: flex;
        word-wrap: break-word;
    }

    .s-rede-sociais ul {
        min-width:400px;
        padding-top: 40px;
    }
}


@media (max-width: 480px) {

    .text-copy {
        position: relative;
        top: 96%;
        left: 50%;
        /* padding-bottom: 1px; */
        transform: translate(-50%,-50%);
        padding-top: 15%;
    }

    .img-mobile {
        margin: auto;
        display: block;
        float: none;
        padding-left: 0px
    }

    .text-copy{
        min-width: 320px
    }

    .s-rede-sociais .texto p.redes {
        font-size:18px
    }

    .s-rede-sociais ul {
        padding-top: 0px;
    }
}

@media (max-width: 400px) {

    .s-rede-sociais ul {
        min-width: 300px;
        padding-top: 0px;
    }

    .s-rede-sociais {
        padding:25px 0
    }

    .s-rede-sociais ul li a {
        width: 36px;
        height: 36px
    }

    .s-rede-sociais ul li a i {
        font-size: 19px
    }
}


@media (max-width: 360px){

    .icon-mobile {
        padding-top: 20px;
    }

    .col-main {
        /*height: 755px;*/
    }
    .todos-certificados{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 25px 5px 5px 5px;
    }
}


