﻿.prs_footer_main_section_wrapper {
    background: #111111;
    float: left;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
   
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.prs_footer_cont1_wrapper {
    float: left;
    width: 100%;
}

    .prs_footer_cont1_wrapper h2 {
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
        position: relative;
        text-transform: uppercase;
    }

        .prs_footer_cont1_wrapper h2:after {
            content: '';
            border: 1px solid rgba(255, 255, 255, 0.28);
            width: 90px;
            position: absolute;
            bottom: -20px;
            left: 0;
        }



    .prs_footer_cont1_wrapper p {
        font-size: 15px;
        padding-top: 55px;
        color: rgba(255, 255, 255, 0.57);
    }

    .prs_footer_cont1_wrapper ul {
        padding-top: 45px;
    }

.prs_footer_cont1_wrapper_4 ul {
    padding-top: 10px;
}

.prs_footer_cont1_wrapper_4 li {
    float: left;
    width: 49%;
    margin-top: 0;
}

.prs_footer_cont1_wrapper_4 h5 {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    color: rgba(255, 255, 255, 0.57);
    padding-top: 25px;
    float: left;
    width: 100%;
}

.prs_bottom_footer_cont_wrapper p {
    color: rgba(255, 255, 255, 0.57);
}

.prs_footer_cont1_wrapper_4 h5 span {
    color: #d9871c;
}

.prs_footer_cont1_wrapper_4 li:last-child {
    margin-left: 5px;
}

.prs_footer_cont1_wrapper_4 li img {
    width: 100%;
}



.prs_footer_cont1_wrapper li {
    margin-top: 10px;
}

    .prs_footer_cont1_wrapper li a {
        color: rgba(255, 255, 255, 0.57);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

        .prs_footer_cont1_wrapper li a:hover {
            color: #d9871c;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s;
        }

        .prs_footer_cont1_wrapper li a img {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

.footer_img {
    margin-top: 20px !important;
}

.prs_footer_social_wrapper {
    float: left;
    width: 100%;
}

    .prs_footer_social_wrapper h2 {
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
        text-transform: uppercase;
    }

    .prs_footer_social_wrapper ul {
        float: right;
    }

    .prs_footer_social_wrapper li {
        float: left;
        margin-right: 10px;
    }

        .prs_footer_social_wrapper li a {
            float: left;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            background: transparent;
            border: 1px solid rgba(255, 255, 255, 0.37);
            color: rgba(255, 255, 255, 0.75);
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s;
        }

            .prs_footer_social_wrapper li a:hover {
                border: 1px solid #d9871c;
                background: #d9871c;
                color: #ffffff;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -moz-transition: all 0.5s;
                transition: all 0.5s;
            }

.prs_bottom_footer_wrapper {
    font-size:12px;
    float: left;
    width: 100%;
    background: #0e0e0e;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer {
    background-color: #111;
    color: #FFF;
    padding: 20px 0 70px 0;
    clear:both;
}


.coluna-footer {
    width: 25%;
    margin: 0;
    padding: 0;
}
.coluna-footer-imgPagSeguro {
    width: 50%;
    margin: 0;
    padding: 0;
}

footer h4 {
    font-size: 14px;
}

footer p {
    font-size: 14px;
    font-weight: normal;
}

footer ul {
    /*list-style: none;*/
    padding: 0;
}

footer li {
    font-size: 14px;
    list-style: none;
    color: #fff;
}

footer a {
    color: #fff;
}

    footer a:hover {
        color: #fff;
    }


.img-whatsapp {
    width: 35px;
    margin-right: 5px;
}


footer input {
    float: left;
}

    footer input[type=text] {
        width: 150px;
        height: 25px;
    }

    footer input[type=button] {
        width: 70px;
        margin-left: 5px;
        padding: 1px 2px;
        background-color: orangered;
        color: #FFF;
        border: none;
        font-size: 16px;
        height: 25px;
    }


.footer h4 {
    margin-left: 0px;
}

/* col-LG */
@media (min-width: 1200px) {
}

/* col-MD */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* col-SM */
@media (min-width: 768px) and (max-width: 991px) {

    /*.estatisticas-cerveja-item {
        width: 32%;
    }*/

    .coluna-footer {
        width: 100%;
        padding: 10px 20px;
    }
    .coluna-footer-imgPagSeguro {
        width: 100%;
        padding: 10px 20px;
    }

    footer input[type=text] {
        width: 220px;
        height: 25px;
    }

}

/* col-XS */
@media (max-width: 767px) {

    .coluna-footer {
        width: 100%;
        padding: 10px 20px;
    }
    .coluna-footer-imgPagSeguro {
        width: 100%;
        padding: 10px 20px;
    }

    
}


/* TABLET - LANDSCAPE e DESKTOP */
@media (min-width: 1024px) {
}

/* TABLET - PORTRAIT */
@media (min-width: 768px) and (max-width: 1023px) {
}

/* SMARTPHONE - LANDSCAPE */
@media (min-width: 480px) and (max-width: 767px) {
}


/* SMARTPHONE - PORTRAIT */
@media (max-width: 479px) {
}


@media (max-width: 767px){
    .prs_bottom_footer_wrapper {
        text-align: center;
    }
}