﻿/*==== Links Utéis =====*/
.ats-lnkUteis {
    background-color: #EBF5F9;
    border-top: 1px solid #87B7E8;
    height: 142px;
    padding-top: 1.4em;
}

.ats-lnkUteis-lnk {
    font-size: 1.266em;
    color: #4354A6;
    font-weight: bold;
    text-align: center;
}

.u-icon-linksUteis {
    padding: 15px;
    width: auto;
    height: 80px;
    -webkit-transition:ease ;
        -moz-transition:ease ;
        -ms-transition:ease ;
        -o-transition:ease ;
        transition:ease ;
    -webkit-transition-duration:0.25s ;
        -moz-transition-duration:0.25s ;
        -ms-transition-duration:0.25s ;
        -o-transition-duration:0.25s ;
        transition-duration:0.25s ;
    }


@media only screen and (min-width: 40.063em) { 
    .u-icon-linksUteis:hover {
        height: 90px;
        -webkit-transition:ease ;
            -moz-transition:ease ;
            -ms-transition:ease ;
            -o-transition:ease ;
            transition:ease ;
        -webkit-transition-duration:0.25s ;
            -moz-transition-duration:0.25s ;
            -ms-transition-duration:0.25s ;
            -o-transition-duration:0.25s ;
            transition-duration:0.25s ;
    }
    .ats-lnkUteis {
    margin-top: 4em;
    }
}    
/*==== Footer ====*/
.ats-footer {
    background-color: #F6FAFD;
    background: -webkit-radial-gradient(#FDFEFF, #F1F8FB) !important;
    background: -moz-radial-gradient(#FDFEFF,#F1F8FB) !important;
    background: radial-gradient(#FDFEFF,#F1F8FB) !important;
    border-top: 1px solid #89B8E8;
    padding: 2em 0;
    color: #2587E8;
    z-index: 9;
    position: relative;
}

.ats-footer-cabecalho {
    color: #2587E8;
    font-size: 1.333em;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 4px;
}

p#tituloNossaLocalizacao {
    margin-bottom: 18px;
}

.ats-footer-icoDuvidas {
    text-align: center;
    font-size: 1.166em;
    line-height: 1.3em;
    display: block;
    margin: 0 auto;
    padding: 0 .5em;
    color: #2587E8;
}

.ats-footer-icone {
    background: #87b7e8;
    font-size: 3.5em;
    font-weight: bold;
    display: block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 1.5em;
    text-align: center;
    color: #fff;
    margin: 0 auto .2em;
}

.ats-footer-icone--small {
    font-size: 1.5em;
    display: inline-block;
    margin: 0 .5em 0 0;
}

.ats-footer-lbl {
    color: #1B82E7;
    font-size: 1.166em;
    font-weight: 400;
    margin-top: 2em;
    margin-bottom: .5em;
}

.ats-footer-btn, .ats-footer-btn:hover {
    background: -webkit-linear-gradient(#EAF4F8, #FBFDFE);
    background: -moz-linear-gradient(#EAF4F8, #FBFDFE);
    background: -o-linear-gradient(#EAF4F8, #FBFDFE);
    background: linear-gradient(#EAF4F8, #FBFDFE);
    background-color: #EBF5F9;
    color: #2F8CE9;
    border: 1px solid #89B8E8;
    border-left: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 0;
}


input[type="text"].ats-footer-input {
    border: 1px solid #abccef;
    background: #fff;
    box-shadow: none;
}


    input[type="text"].ats-footer-input:focus {
        border-color: #125bea;
        box-shadow: 0px 1px 3px 3px rgba(25, 131, 255, 0.2);
        color: #4357a2!important;
    }    


.ats-footer-sectionLogo {
    display: none;
}

.ats-footer-logo {
    display: block;
    font-size: 6.5em;
    color: rgba(109,184,232, 0.8);
    text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
    text-align: center;
}

.ats-footer-txtLogo {
    text-transform: uppercase;
    color: #6db8ea;
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
}

.ats-footer-mapa {
    display: none;
}

.ats-footer-txt {
    font-size: 1.166em;
    color: #222;
}

.ats-footer-txt--creditos {
    display: block;
    text-align: center;

}

.ats-footer-sectionRedes {
    display: none;
}

/*====Footer Simples ====*/

.ats-footer--simples {
    padding: 1em 0;
    position: absolute;
    /*bottom: 0;*/
    width: 100%;
    z-index: 0;
}

.ats-footer-sectionLogo--footerSimples {
    display: block;
    text-align: center;
    margin-bottom: 1em;
}

    .ats-footer-sectionLogo--footerSimples .ats-footer-logo {
        display: inline-block;
        font-size: 5em;
        margin-right: .2em;
    }

    .ats-footer-sectionLogo--footerSimples .ats-footer-txtLogo {
        display: inline-block;
        font-size: 2em;
        vertical-align: top;
        line-height: 2.5em;
        margin: 0;
    }

.ats-footer-txt--footerSimples {
    font-size: 1.166em;
    text-align: center;
    margin: 0 0 1em 0;
}

.ats-footer-box--loc {
   /*margin-top: 52px;*/
} 

.ats-footer-txt.ats-footer-txt--loc {
    display: inline-block;
}

@media only screen and (min-width:40.063em) {
    input[type="text"].ats-footer-input,
    .ats-footer-btn {
        height: 46px;
        margin-bottom: 30px;
    }

    .ats-footer--simples {
        bottom: 0;
    }

    .ats-footer--creditos {
        padding: 1.5em 0;
    }

    #creditoEsquerdo {
    margin-bottom: 0;
    }
}

@media only screen and (min-width:48em) {

    .ats-footer-sectionLogo {
        display: block;
    }

    /* Retira a borda lateral do icone de acesso rápido no Rodapé*/
    .ats-footer-icoDuvidas {
        border-right: none;
    }

    .ats-footer-mapa {
        /* border: 1px solid #70A9ED; */
        margin-bottom: 1.3em;
        height: 160px;
        width: auto;
        display: block;
        background: url(../Images/mapa-jucerja.jpg) no-repeat 0 0;
        background-size: contain;
    }


    .ats-footer-sectionLoc {
        /*border-right: 1px solid #89B8E8;*/
        border-left: 1px solid #89B8E8;
        padding: 0 30px;
    }

    .ats-footer-txt--creditos {
        text-align: right;
    }

    .ats-footer-sectionRedes {
        display: block;
    }

    /*==== Footer Simples ====*/

    .container-site.container-site--simples {
        padding: 0 0 7em 0;
        min-height: 100%;
    }

    .ats-footer-section--footerSimples {
        height: 5em;
        padding-top: 1.5em;
    }

    .ats-footer-sectionLogo--footerSimples {
        text-align: left;
        margin-bottom: 0;
    }

        .ats-footer-sectionLogo--footerSimples .ats-footer-logo {
            text-align: left;
        }

    .ats-footer-txt--footerSimples {
        margin: 0;
    }


}
