﻿

/* --- HEADER --- */

header {
    top: 0;
    width: 100%;
}

#desktop {
    display: block;
}

#mobile {
    display: none;
}

#menu-header {
    position: absolute;
    height: 325px;
    width: 100%;
    z-index: 2;
}

.pad-header {
    padding: 128px 6% 0 6%;
}

.pad-header2 {
    padding: 64px 0 0 0;
}

.pad-header3 {
    padding: 185px 6% 0 6%;
}

.th-header {
    width: 50%;
    text-align: center;
}

.a-header {
    color: #575a5b;
    cursor: pointer;
    font-size: 22px;
}

    .a-header:hover {
        text-decoration: none;
        color: black;
    }


/* --- BODY --- */

body {
    background: #E3DEDD;
    margin-top: 0;
    font-family: 'Futura Md BT';
    font-size: 16px;
    color: #162A50;
}

.padrao-body {
    font-size: 20px;
    background: url(../Img/backdiv.png);
    background-size: 100%;
}

.titulos {
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

.subtitulos {
    font-weight: bold;
    font-size: 36px;
}

.div-nbr {
    font-size: 24px;
}

    .div-nbr a {
        color: #162A50;
        text-decoration: none;
        background: #FDCA41;
        padding: 5px 13px 5px 13px;
        border-radius: 8px;
    }

        .div-nbr a:hover {
            color: #162A50;
            text-decoration: none;
            background: #FDCA41;
        }

.div-ft-servicos {
    position: absolute;
    height: 450px;
    width: 1110px;
    opacity: 1;
    color: white;
    text-align: left;
    padding: 180px 8% 0 8%;
}

.back-ft {
    background: rgba(20, 43, 80, 0.7);
}

.div-servicos-unic {
    margin-top: 30px;
    background: #162A50;
    color: white;
    text-align: left;
    width: 100%;
    padding: 3% 0% 5% 8%;
}

.col-mob {
    border-left: 1px solid #575a5b;
    padding: 0 5% 0 5%;
}

.style-ft {
    height: 450px;
    width: 1110px;
}



/* --- FOOTER --- */

footer {
    background: #162A50;
    height: 165px;
    bottom: 0;
    width: 100%;
    color: white;
    position: relative;
}

.footer2 {
    background: #FDCA41;
    height: 50px;
    width: 100%;
    bottom: 0;
    color: #162A50;
    position: relative;
}


@media (max-width:768px) {

    /* --- HEADER --- */

    #desktop {
        display: none;
    }

    #menu-header {
        display: none;
    }

    #margin-ft {
        margin-top: 0px;
    }

    #mobile {
        display: block;
    }




    .menu-mobile {
        width: 270px;
        height: 100%;
        background-color: #c00;
        position: fixed;
        overflow: hidden;
        overflox-y: auto;
        transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
    }

        .menu-mobile ul li {
            font-size: 17px;
            display: block;
            border-bottom: 1px solid rgba(0,0,0,.1);
        }

            .menu-mobile ul li a {
                display: block;
                padding: 12px;
                text-decoration: none;
                color: #fff;
            }

                .menu-mobile ul li a:hover {
                    background-color: rgba(0,0,0,.1);
                }

    .btn-menu {
        width: 45px;
        height: 40px;
        position: absolute;
        left: 10px;
        top: 10px;
        padding: 10px;
        background-color: #333;
        cursor: pointer;
        transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
    }

        .btn-menu span {
            height: 3px;
            display: block;
            margin-bottom: 5px;
            background-color: #fff;
        }

    .menu-mobile {
        transform: translateX(-270px);
    }

    .btn-menu {
        transform: translateX(0);
    }

    .btn-menu-active .menu-mobile {
        transform: translateX(0);
    }

    .btn-menu-active .btn-menu {
        transform: translateX(280px);
        left: 0px;
    }



    .div-ft-home {
        position: absolute;
        height: 230px;
        width: 100%;
        background: rgba(20, 43, 80, 0.7);
        top: 0;
        opacity: 1;
        text-align: center;
        color: white;
        padding-top: 115px;
    }

    /* --- BODY --- */

    body {
        background: #E3DEDD;
        margin-top: 0;
        font-family: 'Futura Md BT';
        font-size: 14px;
        color: #162A50;
    }

    .titulos {
        font-weight: bold;
        font-size: 40px;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .subtitulos {
        font-weight: bold;
        font-size: 26px;
    }

    .div-nbr {
        font-size: 20px;
        background: #FDCA41;
        padding: 5px 13px 5px 13px;
        border-radius: 8px;
    }

    .div-ft-servicos {
        position: absolute;
        height: 200px;
        width: 100%;
        opacity: 1;
        color: white;
        text-align: left;
        padding: 180px 8% 0 8%;
    }

    .col-mob {
        border-left: none;
        margin-top: 20px;
    }

    .div-inicial-ctt {
        font-size: 20px;
        margin-top: 0px;
        text-align: center;
        margin-bottom: 5%;
    }

    /* --- FOOTER --- */

    footer {
        background: #162A50;
        height: 295px;
        bottom: 0;
        width: 100%;
        color: white;
        position: relative;
    }

    .footer2 {
        background: #FDCA41;
        height: 70px;
        width: 100%;
        bottom: 0;
        color: #162A50;
        position: relative;
    }
}

@media (min-width:769px) {

    .header-img {
        height: 235px;
    }

    .logo {
        height: 160px;
    }

    #menu-header {
        height: 235px;
    }

    .pad-header2 {
        padding: 10px 0 0 0;
        text-align: center;
    }

    .iso-header {
        font-size: 16px;
    }

        .iso-header a {
            background: #162A50;
            padding: 5px 13px 5px 13px;
            border-radius: 8px;
            color: white;
        }

            .iso-header a:hover {
                background: #162A50;
                padding: 5px 13px 5px 13px;
                border-radius: 8px;
                color: white;
                text-decoration: none;
            }

    #margin-ft {
        margin-top: 179px;
    }

    .div-ft-home {
        position: absolute;
        height: 230px;
        width: 100%;
        background: rgba(20, 43, 80, 0.7);
        top: 181px;
        opacity: 1;
        text-align: center;
        color: white;
    }

    .pad-header {
        padding: 85px 0 0 0;
    }

    .div-inicial-ctt {
        font-size: 20px;
        margin-top: 240px;
        text-align: center;
        margin-bottom: 5%;
    }
}



@media (min-width:769px) and (max-width:991px) {
    footer {
        background: #162A50;
        height: 350px;
        bottom: 0;
        width: 100%;
        color: white;
        position: relative;
    }
}

@media (min-width:1100px) {
    .a-header {
        color: #575a5b;
        cursor: pointer;
        font-size: 25px;
    }
}

@media (min-width:1250px) {
    .a-header {
        color: #575a5b;
        cursor: pointer;
        font-size: 30px;
    }
}

@media (min-width:1000px) and (max-width:1200px) {
    .style-ft {
        height: 450px;
        width: 933px;
    }

    .div-ft-servicos {
        width: 933px;
        padding: 150px 8% 0 8%;
    }
}

@media (min-width:769px) and (max-width:999px) {
    .style-ft {
        height: 300px;
        width: 600px;
    }

    .div-ft-servicos {
        width: 600px;
        height: 300px;
        padding: 0 5% 0 5%;
        margin-left:45px;
    }
}
