﻿/* CSS CONTATO *******/
.contact-wrapper{
    background-image: url('../images/footer.png');
    background-size: cover;
    background-position: right top;
    border-top: 7px solid #657c82;
    color: #9ea3a8;
    height: 320px;
}

/*=== mapa do site ===*/
.siteMap-container{
    font-size: 10pt;
    line-height: 11pt;
    margin-top: 25px;
    text-align: center;
}
/* colunas */
.siteMap-col{
    vertical-align: top;
    width: 230px;
    display: inline-block;
}
.contact-highlight{
	font-size: 12pt;
	line-height: 14pt;
}

/* logos UFRGS e CEGOV */
.logosFooter-container{
    display: inline-block;
    width: 460px;
	text-align: center;
    vertical-align: top;
}
.logoFooter-img img{
	height: 135px;
	width: auto;
	padding: 25px 10px;
}

/* info de contato para v. mobile */
.contactInfo-mobile{
    display: none;
}
/* Layout responsivo *//* ======  min-width: 1200px =====================*/
@media only screen and (max-width: 1499px){

    /* colunas */
    .siteMap-col{
        width: 170px;
    }
    /* logos */
    .logosFooter-container{
        width: 380px;
    }
}
/* ======  min-width: 992px =====================*/
@media only screen and (max-width: 1199px){
    .contact-wrapper{
        height: 310px;
        padding: 0px !important;
    }
    .contact-wrapper .container-custom{
        padding-top: 0px;
    }
    .siteMap-container{
        font-size: 9pt;
    }

    /* colunas */
    .siteMap-col{
        width: 140px;
    }
    .logosFooter-container{
        width: 290px;
    }

    /* titulos */
    .contact-highlight{
        font-size: 11pt;
    }

    /* logos */
    .logoFooter-img img{
        height: 110px;
        padding: 15px 10px;
        margin-top: 15px;
    }
}

/* ======  min-width: 480px =====================*/
@media only screen and (max-width: 991px){
    .siteMap-container{
        margin-top: 15px;   
    }

    /* colunas */
    .siteMap-col{
        display: none;
    }
    .contactInfo-mobile{
        display: block;
    }

    /* logos */
    .logosFooter-container{
        width: 100%;
    }
    .logoFooter-img img{
        margin-top: 0px;
    }
}
/* ======  min-width: 260px =============================================*/
@media only screen and (max-width: 479px){
    .contact-wrapper{
        height: 310px;
    }
    .logoFooter-img img{
        margin-top: 0px;
        height: 100px;
    }
}