/* FontFamily  */
@font-face{
    font-family: MontserratExtraLight;
    src:url("font/Montserrat-ExtraLight.ttf");
}
@font-face{
    font-family: MontserratLight;
    src:url("font/Montserrat-Light.ttf");
}
@font-face{
    font-family: MontserratBlack;
    src:url("font/Montserrat-Black.ttf");
}
@font-face{
    font-family: MontserratBold;
    src:url("font/Montserrat-Bold.ttf");
}
@font-face{
    font-family: MontserratExtraBold;
    src:url("font/Montserrat-ExtraBold.ttf");
}
@font-face{
    font-family: MontserratItalic;
    src:url("font/Montserrat-Italic.ttf");
}



/* ---------- */

/* Reset CSS */
*{
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

body{
    font-family: MontserratExtraLight;
    background-color: #F7F5F0;
}

textarea:focus, input:focus, select:focus, button:focus{
    outline: 0;
} 
[data-anime]{
    transition: all 0.5s ease;
}
/* ----------- */



nav#cabecalho {
    position: fixed;
    width: 100%;
    top: 0;
    padding-top: 3%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
    display: flex;
    justify-content: space-between;
    z-index: 100;
}

nav#cabecalho > a > img{
    width: 30%;
}

nav#cabecalho > #link-adm {
    text-decoration: none;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav#cabecalho > a > #btn-acesso_adm {
    font-size: 1.17em;
    color: #00B2EA;
    font-family: MontserratExtraBold;
    border: 2px solid #00b2ea;
    border-radius: 10px;
    padding: 5%;
}
nav#cabecalho > a > #btn-acesso_adm:hover {
    color: #333E5A;
}


#link-home{
    color: #00B2EA;
    font-family: MontserratBold;
}

#link-home:hover {
    background-color: rgba(0, 178, 250, 0.1);
    transition: all 0.5s;
    border-radius: 20px;
}

#btn-acesso_adm {
    color: #00B2EA;
    font-family: MontserratBold;
}

#btn-acesso_adm:hover {
    background-color: rgba(0, 178, 250, 0.1);
    transition: all 0.5s;
    border-radius: 20px;
}

#link-manual{
    color: #00B2EA;
    font-family: MontserratBold;
}

#link-manual:hover {
    background-color: rgba(0, 178, 250, 0.1);
    transition: all 0.5s;
    border-radius: 20px;
}

#link-manual + div > *{
    color: #00B2EA;
    font-family: MontserratBold;
}




.box-info-cidade {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 15%;
}

.box-info-cidade > .logo-cidade > img {
    width: 80%;
}

.box-info-cidade > .info > img {
    width: 80%;
}

.box-apps {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 50px;
    z-index: 1;
    width: 100%;
    height: 150px;
}

.fundo-apps {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 70%;
    height: 100%;
    background-color: #FFF;
    border-radius: 20px;
}
.fundo-apps > .apps {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    height: 120%;
}

.apps > a > img {
    width: 75%;
}

.info-apps {
    width: 60%;
}

.info-apps > h2 {
    font-size: 1.5em;
    color: #333E5A;
    font-family: MontserratExtraBold;
}
.info-apps > h3 {
    font-size: 1.25em;
    font-weight: bold;
    color: #333E5A;
}
.info-apps > a {
    text-decoration: none;
}
.info-apps > a{
    font-size: 1.17em;
    color: #00B2EA;
    font-family: MontserratExtraBold;
}
.info-apps > a:hover {
    color: #333E5A;
}


.rodape {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(#09AFE6, #0594C3);
}

@media screen and (max-width: 1422px) {
    .fundo-apps {
        width: 90%;
    }    
}

@media screen and (max-width: 1340px) {
    .fundo-apps {
        width: 90%;
    }

    .info-apps > h2 {
        font-size: 1.25em;
    }
    .info-apps > h3 {
        font-size: 1em;
    }

    .info-apps > a{
        font-size: 1em;
    }
}

@media screen and (max-width: 910px) {
    nav#cabecalho {
        padding-bottom: 1%;
    }

    .box-apps {
        height: 60%;
    }

    .fundo-apps {
        width: 90%;
        flex-direction: column;
    }

    .fundo-apps > .apps {
        width: 90%;
    }

    .apps > a > img {
        width: 75%;
    }
    
    .info-apps {
        width: 75%;
    }

    .apps > a > img {
        width: 75%;
    }
    
    .info-apps > h2 {
        font-size: 1.25em;
    }
    .info-apps > h3 {
        font-size: 1em;
    }

    .info-apps > a{
        font-size: 1em;
    }

    nav#cabecalho > a > #btn-acesso_adm {
        font-size: 1em;
    }
}

@media screen and (max-width: 800px) {
    .box-info-cidade {
        margin-top: 15%;
    }
}

@media screen and (max-width: 700px) {
    nav#cabecalho > a > img{
        width: 100%;
    }

    .box-info-cidade {
        margin-top: 20%;
    }
}

@media screen and (max-width: 510px) {

    .box-info-cidade {
        margin-left: 3%;
        margin-right: 3%;
    }

    .box-apps {
        height: 70%;
    }
}