@font-face {
    font-family: 'Outfit-VariableFont_wght';
    src: url('fonts/Outfit-VariableFont_wght.ttf');
    src: url('fonts/Outfit-VariableFont_wght.ttf?#iefix') format('embedded-opentype'),
    url('fonts/Outfit-VariableFont_wght.ttf') format('truetype');

    src: url('fonts/Outfit-VariableFont_wght.ttf') format("truetype-variations");
    font-weight: 1 999;

    /*font-style: normal;*/
}


body,html{
    font-family: 'Outfit-VariableFont_wght', 'Arial', Sans-Serif;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    color: #161C2D;
    width: 100%;
    height: 100%;
    border: 0;
}

@media print{

}

a:link {
    color: #ffffff;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #ffffff;
}
a:hover {
    text-decoration: none;
    color: #ffffff;
    opacity: 0.7;
}
a:active {
    text-decoration: none;
    color: #ffffff;
}

a.link_imagem:link {
    text-decoration: none;
}
a.link_imagem:visited {

}
a.link_imagem:hover {

    opacity: 1;
}
a.link_imagem:active {
    text-decoration: none;
}

a:hover img{
    /*opacity: 0.9;*/
}

input,textarea{
    outline: none;
}

div img{
    width: 100%;
    height:100%;
}


*{
    font-size: 0;
}
strong{
    font-size: inherit;
}


section,
header,
footer{
    text-align: center;
}
    section .conteudo,
    header .conteudo,
    footer .conteudo{
        display: inline-block;
        width: 100%;
        max-width: 1280px;
        box-sizing: border-box;
    }

header{
    background-color: #191C3B;
}
    header .conteudo{
        overflow: hidden;
    }
        header .conteudo img{
            width: 140px;
            height: 38.72px;
            margin: 11px;
            float: left;
        }
        header .conteudo .menu2{
            display: none;
        }
        header .conteudo ul.menu{
            float: right;
        }
            header .conteudo ul.menu .menu-nmobile{
                display: inline-block;
            }
            header .conteudo ul.menu .menu-mobile{
                display: none;
            }
            header .conteudo ul.menu li{
                display: inline-block;
            }
                header .conteudo ul.menu li div{
                    font-family: 'Outfit-VariableFont_wght', 'Arial', Sans-Serif;
                    font-size: 16px;
                    font-weight: 600;
                    color:#6B71AC;
                    padding: 20px 30px;
                    height: 64px;
                    box-sizing: border-box;
                }
                header .conteudo ul.menu li.ativo div{
                    color: #ffffff;
                    border-bottom: 3px solid #ffffff;
                }
        header .conteudo .whats{
            float: right;
            background-color: #2BB140;
            border-radius: 30px;
            padding: 0 15px;
            margin: 12px;
        }
            header .conteudo .whats img{
                width: 24px;
                height:24px;
                display: inline-block;
                margin: 8px 5px;
            }
            header .conteudo .whats div{
                color: #ffffff;
                font-size: 16px;
                font-weight: 700;
                display: inline-block;
                padding: 8px 0;
            }

    header .submenu{
        background-color: #804BB3;
        height: 58px;
        overflow: hidden;
    }
        header .submenu div{
            overflow: hidden;
            display: inline-block;
            vertical-align: middle;
            font-size: 16px;
            font-weight: 500;
            padding: 20px;
        }
            header .submenu div.ativo{
                background-color: #191C3B;
            }
.whats-flutuante{
    display: none;
}
.whatsapp_button{
    position: fixed;
    width: 100px;
    height:100px;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

section.banner{
    background-image: url(../conteudo/banners/home01.jpg);
    background-size: cover;
    background-position: center;
}
    section.banner .conteudo{
        text-align: center;
    }
        section.banner .conteudo h1{
            font-size: 64px;
            font-weight: 700;
            line-height: 70px;
            padding: 80px;
            max-width:825.33px;
            display: inline-block;
            color:#ffffff;
        }

section.trabalho{
    background-image: url(../images/bg.png);
}
    section.trabalho .conteudo{
        max-width: 700px;
    }
        section.trabalho .conteudo h1{
            max-width: 698px;
            font-size: 48px;
            font-weight: 700;
            line-height: 58px;
            display: inline-block;
        }
        section.trabalho .conteudo div{
            display: inline-block;
            opacity: 0.7;
            max-width: 522.18px;
            font-size: 18px;
            font-weight: 400;
            line-height: 24px;
            margin-top: -30px;
        }
    section.trabalho .imagem{
        width: 100%;
        height: 300px;
        margin-top: 50px;
        background-image: url(../conteudo/banners/home02.jpg);
        background-size: cover;
        background-position: center;
    }

section.servicos{
    background-image: url(../images/bg.png);
}
    section.servicos .conteudo{
        max-width: 700px;
    }
        section.servicos .conteudo a{
            color: #161C2D;
        }
        section.servicos .conteudo h1{
            font-size: 48px;
            font-weight: 700;
            line-height: 58px;

        }
        section.servicos .conteudo ul{}
            section.servicos .conteudo ul li{
                display: inline-block;
                width: 306px;
                border-radius: 47px;
                border: 2px solid #161C2D;
                font-size: 18px;
                font-weight: 700;
                line-height: 58px;
                margin: 10px 5px;

            }
    section.servicos .imagem{
        width: 100%;
        height: 300px;
        margin-top: 50px;
        background-image: url(../conteudo/banners/home03.jpg);
        background-size: cover;
        background-position: center;
    }

section.estrutura{
    background-color: #191C3B;
}
    section.estrutura .conteudo{
        color: #FFFFFF;
    }
        section.estrutura .conteudo h1{
            font-size: 48px;
            font-weight: 700;
            line-height: 58px;
       }
        section.estrutura .conteudo ul{
            padding: 0;
        }
            section.estrutura .conteudo ul li{
                display: inline-block;
                width: 23%;
                margin: 8px;
                vertical-align: top;
                padding-bottom: 30px;
            }
                section.estrutura .conteudo ul li.e{margin-left: 0;}
                section.estrutura .conteudo ul li.d{ margin-right: 0;}
                section.estrutura .conteudo ul li div{

                }
                    section.estrutura .conteudo ul li div{
                        background-size: cover;
                        background-position: center;
                        width: 100%;
                        max-width: 307px;
                        height: 175px;
                        border-radius: 10px;
                    }
                section.estrutura .conteudo ul li h2{
                    font-size: 24px;
                    font-weight: 700;
                    line-height: 58px;
                    text-align: center;
                    margin-bottom: -5px;
                }
                section.estrutura .conteudo ul li label{
                    font-size: 18px;
                    font-weight: 400;
                    line-height: 24px;
                    opacity: 0.7;
                }
        section.estrutura .conteudo .faixa{
            background-image: url(../conteudo/banners/home04.png);
            background-size: cover;
            background-position: center;
            border-radius: 30px;
            margin-bottom: 40px;
        }
            section.estrutura .conteudo .faixa h1{
                max-width: 698px;
                font-size: 40px;
                font-weight: 700;
                line-height: 48px;
                padding: 10px 30px;
                display: inline-block;
            }

section.estrutura-e-servicos{

}
    section.estrutura-e-servicos .conteudo{}
        section.estrutura-e-servicos .conteudo .t{
            overflow: hidden;
        }
        section.estrutura-e-servicos .conteudo .e{
            text-align: left;
            width: 378px;
            float: left;
            padding-top: 50px;
            padding: 10px;

        }
            section.estrutura-e-servicos .conteudo .e h1{
                font-size: 48px;
                font-weight: 700;
                line-height: 58px;
                margin-bottom: 10px;
            }
            section.estrutura-e-servicos .conteudo .e div{
                font-size: 18px;
                font-weight: 400;
                line-height: 24px;
                opacity: 0.5;

            }
        section.estrutura-e-servicos .conteudo .d{
            float: right;
            padding-top: 100px;
        }
            section.estrutura-e-servicos .conteudo .d .item{
                display: inline-block;
                text-align: center;
                width: 142px;
                height: 96px;
                background-color: #804BB3;
                border-radius: 12px;
                vertical-align: top;
                margin: 10px;
                box-sizing: border-box;
                padding: 10px;
            }
            section.estrutura-e-servicos .conteudo .d .item.escuro{
                background-color: #191C3B;
            }
                section.estrutura-e-servicos .conteudo .d .item img{
                    width: 48px;
                    height: 48px;
                }
                section.estrutura-e-servicos .conteudo .d .item .label{
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 24px;
                    width: 100%;
                    color: #FFFFFF;

                }
        section.estrutura-e-servicos .conteudo .fotos{
            width: 100%;
            margin-top: 20px;
            margin-bottom: 10px;
            text-align: left;
        }
            section.estrutura-e-servicos .conteudo .fotos img{
                width: 300px;
                height: 175px;
                border-radius: 10px;
                margin:10px;
                margin-bottom: 15px;
            }

section.fale-conosco{}
    section.fale-conosco .conteudo{
        margin-bottom: 50px;
    }
        section.fale-conosco .conteudo .e{
            display: inline-block;
            vertical-align: top;
            width: 429px;
            padding: 20px;
            box-sizing: border-box;
            text-align: left;
        }
            section.fale-conosco .conteudo .e h1{
                font-size: 48px;
                font-weight: 700;
                line-height: 48px;
                margin-bottom: 20px;
            }
            section.fale-conosco .conteudo .e .texto{
                font-size: 16px;
                font-weight: 400;
                line-height: 24px;
                opacity: 0.7;
            }
            section.fale-conosco .conteudo .e .endereco{
                padding-top: 30px;
            }
                section.fale-conosco .conteudo .e .endereco img{
                    display: inline-block;
                    vertical-align: top;
                    width: 30px;
                    height: 30px;
                }
                section.fale-conosco .conteudo .e .endereco label{
                    display: inline-block;
                    vertical-align: top;
                    font-size: 18px;
                    padding-left: 5px;
                    font-weight: 600;
                    line-height: 24px;
                    width: 336px;
                    color: #161C2D;
                    opacity: 0.7;
                }
        section.fale-conosco .conteudo .d{
            display: inline-block;
            vertical-align: top;
            margin-left: 210px;
            width: 380px;
            padding: 20px;
            box-sizing: border-box;
            text-align: center;
        }
            section.fale-conosco .conteudo .d div{
                width: 305px;
                border-radius: 12px;

                color: #ffffff;
                font-size: 16px;
                font-weight: 600;
                line-height: 24px;
                text-align: center;
                display: inline-block;
                vertical-align: top;
                margin: 15px;
                padding-bottom: 10px;
                margin-bottom: 0;
            }
                section.fale-conosco .conteudo .d a div{
                    background-color: #191C3B;
                }
                section.fale-conosco .conteudo .d a:first-child div{
                    background-color: #2BB140;
                }
                section.fale-conosco .conteudo .d div.m{
                    width: 136px;
                }
                section.fale-conosco .conteudo .d div img{
                    width: 42px;
                    height: 42px;
                    margin: 15px;
                    margin-bottom: 0;
                }

section.visita{}
section.visita.escuro{
    background-color: #E8E8E8;
}
    section.visita .conteudo{
        padding-top: 30px;
        box-sizing: border-box;
    }
        section.visita .conteudo h1{
            font-size: 48px;
            font-weight: 700;
            line-height: 58px;
            margin-bottom: 5px;
        }
        section.visita .conteudo .texto{
            opacity: 0.7;
            display: inline-block;
            max-width: 523px;
            font-size: 18px;
            font-weight: 400;
            line-height: 24px;
        }
        section.visita .conteudo .bts{
            padding: 50px;
            box-sizing: border-box;
        }
        section.visita .conteudo .bt{
            display: inline-block;
            width: 306px;
            border-radius: 30px;
            margin:20px;
        }
            section.visita .conteudo .bt img{
                display: inline-block;
                vertical-align: middle;
                width: 29px;
                height: 29px;
                margin-right: 8px;
            }
            section.visita .conteudo .bt div{
                display: inline-block;
                vertical-align: middle;
                font-size: 18px;
                font-weight: 700;
                text-align: center;
                line-height: 49px;
            }
        section.visita .conteudo .bt.whats{
            background-color: #2BB140;
        }
            section.visita .conteudo .bt.whats img{}
            section.visita .conteudo .bt.whats div{}
        section.visita .conteudo .bt.local{
            background-color: #191C3B;
        }
            section.visita .conteudo .bt.local img{}
            section.visita .conteudo .bt.local div{}

footer{
    background-color: #191C3B;
}
    footer .conteudo{
        color: #ffffff;
    }
        footer .conteudo .e{
            display: inline-block;
            width: 33%;
            vertical-align: top;
            padding: 30px;
            box-sizing: border-box;
        }
            footer .conteudo .e .itens{
                display: inline-block;
                text-align: left;
            }
                footer .conteudo .e .itens div{
                    padding: 5px;
                }
                    footer .conteudo .e .itens div img{
                        display: inline-block;
                        vertical-align: top;
                        margin-right: 3px;
                        width: 18px;
                        height:18px;
                    }
                    footer .conteudo .e .itens div label{
                        display: inline-block;
                        vertical-align: top;
                        font-size: 12px;
                        font-weight: 400;
                        line-height: 16px;
                        max-width: 177px;
                        cursor: pointer;
                    }
        footer .conteudo .c{
            display: inline-block;
            width: 33%;
            vertical-align: top;
            padding: 30px;
            box-sizing: border-box;
        }
            footer .conteudo .c img{
                width: 162px;
                height: 44.47px;
            }
            footer .conteudo .c div{
                font-size: 11.5px;
                font-weight: 400;
                line-height: 24px;
            }
        footer .conteudo .d{
            display: inline-block;
            width: 33%;
            vertical-align: top;
            padding: 30px;
            box-sizing: border-box;
        }
            footer .conteudo .d h1{
                font-size: 12px;
                font-weight: 600;
                line-height: 14px;
            }
            footer .conteudo .d img{
                width: 36px;
                height:36px;
                margin: 5px;
                display: inline-block;
            }
            footer .conteudo .d a:last-child img{
                width: 38px;
                height:38px;
            }
    footer .copy{
        background-color: #ffffff;
        padding: 5px;
    }
        footer .copy label{
            font-size: 12px;
            font-weight: 600;
            line-height: 24px;
            color: #161C2D;
            display: inline-block;
            vertical-align: middle;
            padding-right: 6px;
        }
        footer .copy img{
            width: 120px;
            height: 30px;
            display: inline-block;
            vertical-align: middle;
        }

.ico_menu{
    display: none;
}

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

    header .conteudo ul.menu {
        display: none;
    }
    header .conteudo .menu2 div{
        font-size: 20px;
        font-weight: 600;
        color:#6B71AC;
        box-sizing: border-box;
    }
    header .conteudo .menu2 td.ativo div {
        color: #ffffff;
    }
    header .submenu {
        display: none;
    }
    header .conteudo .whats{
        display:none;
    }
    .whats-flutuante{
        display: block;
        position: fixed;
        z-index: 99999;
        width: 100%;
        bottom: 0;
        left: 0;
        background-color: rgba(25, 28, 59, 0.9);
        text-align: center;
    }
    .whats-flutuante .whats{
         display: inline-block;
         background-color: #2BB140;
         border-radius: 30px;
         padding: 0 15px;
         margin: 12px;

     }
    .whats-flutuante .whats img{
        width: 24px;
        height:24px;
        display: inline-block;
        vertical-align: middle;
        margin: 8px 5px;
    }
    .whats-flutuante .whats div{
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
        display: inline-block;
        vertical-align: middle;
        padding: 8px 0;
    }
    .whatsapp_button{
        display: none;
    }
    header .conteudo ul.menu li{
        display: block;
        text-aleign: right;
    }
    header .conteudo .ico_menu {
        display: block;
        width: 36px;
        height:36px;
        margin: 14px;
        cursor: pointer;
        float: right;
    }
    header .conteudo .ico_menu img{
        width: 36px;
        height: 36px;
        margin: 0;
    }

    section .conteudo{
        padding: 20px;
    }
    section.banner{
        background-image: url(../conteudo/banners/home01-mobile.jpg);
    }
    section.banner .conteudo{
        padding: 10px;
    }
    section.banner .conteudo h1 {
        font-size: 40px;
        line-height: 50px;
        padding: 40px;
        max-width: inherit;
        margin: 0;
        box-sizing: border-box;
    }

    section.trabalho .conteudo h1 {
        max-width: inherit;
        font-size: 38px;
        line-height: 48px;
    }
    section.trabalho .conteudo div {
        max-width: inherit;
        margin-top: -20px;
    }
    section.trabalho .imagem {
        background-image: url(../conteudo/banners/home02-mobile.jpg);
        margin-top: 30px;
        height: 150px;

    }

    section.servicos .conteudo h1 {
        font-size: 38px;
        line-height: 48px;
    }

    section.servicos .conteudo ul{
        padding: 0;
        box-sizing: border-box;
    }

    section.servicos .conteudo ul li {
        width:100%;
        max-width: 306px;
        margin: 10px 5px;
    }
    section.servicos .imagem {
        background-image: url(../conteudo/banners/home03-mobile.jpg);
        margin-top: 30px;
        height: 150px;

    }

    section.estrutura .conteudo h1 {
        font-size: 38px;
        line-height: 48px;
    }

    section.estrutura .conteudo .faixa h1 {
        max-width: inherit;
        font-size: 30px;
        line-height: 38px;
        padding: 10px 20px;
    }
    section.estrutura .conteudo ul li {
        display: inline-block;
        width: 100%;
        max-width: 307px;
        margin: 10px;
    }
    section.estrutura .conteudo ul li div{
        width: 100%;
    }

    section.visita .conteudo .bts {
        padding: 10px;
    }
    section.visita .conteudo .bt{
        margin: 10px;
        margin-bottom: 20px;
        width: inherit;
        min-width: 245px;
        box-sizing: border-box;
        max-width: 306px;
        padding-left: 30px;
        padding-right: 30px;
    }

    section.estrutura-e-servicos .conteudo .e h1 {
        font-size: 38px;
        line-height: 48px;
        margin: 0;
        margin-bottom: 5px;
    }
    section.estrutura-e-servicos .conteudo .e {
        display: block;
        float: inherit;
    }
    section.estrutura-e-servicos .conteudo .d {
        padding-top: 0;
        text-align: left;
        float: inherit;
        display: block;
        padding-left: 5px;
        width: 100%;
    }
    section.estrutura-e-servicos .conteudo .d .item{
        width: 105px;
        height: 71px;
        border-radius: 5px;
        margin: 5px;
    }
    section.estrutura-e-servicos .conteudo .d .item img{
        width: 36px;
        height: 36px;
    }
    section.estrutura-e-servicos .conteudo .d .item .label{
        font-size: 12px;
    }

    section.estrutura-e-servicos .conteudo .fotos{
        padding: 10px;
        padding-top: 0;
        box-sizing: border-box;
    }
    section.estrutura-e-servicos .conteudo .fotos img{
        width: 100%;
        height: auto;
        margin: 0;
        margin-bottom: 20px;
    }

    section.fale-conosco .conteudo .e {
        display: block;
        width: 100%;
    }
    section.fale-conosco .conteudo .e h1 {
        font-size: 38px;
        line-height: 38px;
    }
    section.fale-conosco .conteudo .e .endereco label {
        font-size: 12px;
        line-height: 14px;
        width: 200px;
    }
    section.fale-conosco .conteudo .d {
        margin-left: 0;
        width: 100%;
    }
    section.fale-conosco .conteudo .d div {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    section.fale-conosco .conteudo .d div.m {
        width: 100%;
    }

    section.visita .conteudo h1 {
        font-size: 38px;
        line-height: 48px;
    }

    footer .conteudo .e {
        width: 100%;
        padding: 30px;
    }
    footer .conteudo .c {
        width: 100%;
        padding: 30px;
    }
    footer .conteudo .d {
        width: 100%;
        padding: 30px;
    }

}

/**/