/* DESKTOP */
@media screen and (min-width: 768px){

    footer {
        margin-top: 5em;
    }

    .corsb {
        background: #333333;
    }

    .logorodape {
        width: 175px;
        height: 66px;
        margin-bottom: 2em;
    }

    .bgsb {
        display: flex;
    }

    .individualsb {
        width: 50%;
        padding: 4em 1em;
        text-align: center;
    }

    h4 {
        margin-top: 1em;
        margin-bottom: 1.5em;
        font-size: 1.3em;
        color: white;
        text-transform: uppercase;
        font-family: 'Fira Sans', sans-serif;
    }

    .contatoseparado {
        display: flex;
        padding: 0 3em !important;
    }

    .textosb {
        color: rgb(170, 170, 170);
        font-size: 1.1em;
        text-align: justify;
    }

    .contatosb p {
        margin-bottom: 3em;
        color: rgb(170, 170, 170);
        font-size: 1em;
        font-family: 'Raleway', sans-serif;
        text-align: left
    }

    .iconesb {
        color: rgb(170, 170, 170);
        margin-right: 1em;
        font-size: 1.3em;
    }

    #redesfooter {
        display: flex;
        justify-content: space-between;
        padding: 0 4em;
    }

    .redesf {
        color: rgb(170, 170, 170);
        font-size: 1.7em;
    }

    .redesf:hover {
        color: white;
        transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
    }

    /* //// MENU DESKTOP //// */
    #divMenufooter {
        width: 100%;
        margin: 0 auto;   
    }

    .menufooter ul {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .menufooter ul li a {
        display: block;
        padding: 5px 5px;
        margin-bottom: 15px;
        color: rgb(170, 170, 170);
        text-transform: uppercase;
        font-size: .8em;
        width: 90%;
        border-bottom: .4px solid rgba(255, 255, 255, 0.99);
        margin-left: 10px;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        transition: all 1s;
        text-align: left;
        font-family: 'Raleway', sans-serif;
    }

     .menufooter ul li a:hover {
         color: rgb(255, 255, 255);
    }   
    
    
    /* FOOTER DIREITOS RESERVADOS */
    
    #footer {
        background: #222222;
    }
    
    #footer div {
        padding: 2em 0;
        text-align: center;
    }
    
    #footer div p {
        color: rgb(170, 170, 170);
    }
    
    #footer div p a {
        color: white;
        text-decoration: underline;
    }
}


/* ARRUMAR CONTATO */
@media screen and (max-width: 800px) {
    .contatoseparado {
        display: flex;
        padding: 0 0 !important;
    }
}



/* MOBILE */
@media screen and (max-width: 767px){

    footer {
        margin-top: 5em;
    }

    .corsb {
        background: #333333;
    }

    .logorodape {
        width: 175px;
        height: 66px;
        margin-bottom: 2em;
    }

    .bgsb {
        display: flex;
        flex-direction: column;
    }

    .individualsb {
        width: %;
        padding: 2em 0em;
        text-align: center;
    }
    
    .individualsb:first-child {
        padding-top: 4em;
    }

    h4 {
        margin-top: 1em;
        margin-bottom: 1.5em;
        font-size: 1.1em;
        color: white;
        text-transform: uppercase;
        font-family: 'Fira Sans', sans-serif;
    }

    .contatoseparado {
        display: flex;
        padding-left: 3em;
    }

    .textosb {
        color: rgb(170, 170, 170);
        font-size: 1.1em;
        text-align: justify;
    }

    .contatosb p {
        margin-bottom: 3em;
        color: rgb(170, 170, 170);
        font-size: 1em;
        font-family: 'Raleway', sans-serif;
        text-align: left
    }

    .iconesb {
        color: rgb(170, 170, 170);
        margin-right: 1em;
        font-size: 1.3em;
    }

    #redesfooter {
        display: flex;
        justify-content: space-between;
        padding: 0 4em;
    }

    .redesf {
        color: rgb(170, 170, 170);
        font-size: 1.7em;
    }

    .redesf:hover {
        color: white;
        transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
    }
    
    .nomeredesfooter {
        margin-top: 3em;
    }
    

    /* //// MENU MOBILE //// */
    #divMenufooter {
        width: 100%;
        margin: 0 auto;   
    }

    .menufooter ul {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .menufooter ul li a {
        display: block;
        padding: 5px 5px;
        margin-bottom: 15px;
        color: rgb(170, 170, 170);
        text-transform: uppercase;
        font-size: .8em;
        width: 100%;
        border-bottom: .4px solid rgba(255, 255, 255, 0.99);
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        transition: all 1s;
        text-align: left;
        font-family: 'Raleway', sans-serif;
    }

     .menufooter ul li a:hover {
         color: rgb(255, 255, 255);
    }   
    
    
       /* FOOTER DIREITOS RESERVADOS */
    
    #footer {
        background: #222222;
    }
    
    #footer div {
        padding: 2em 0;
        text-align: center;
    }
    
    #footer div p {
        color: rgb(170, 170, 170);
    }
    
    #footer div p a {
        color: white;
        text-decoration: underline;
    }
}