/*@font-face {*/
/*    font-family: 'Humanst521 BT';*/
/*    src: url('./fonts/Humanist521BT-Roman.eot');*/
/*    src: url('./fonts/Humanist521BT-Roman.eot?#iefix') format('embedded-opentype'),*/
/*    url('./fonts/Humanist521BT-Roman.woff2') format('woff2'),*/
/*    url('./fonts/Humanist521BT-Roman.woff') format('woff'),*/
/*    url('./fonts/Humanist521BT-Roman.ttf') format('truetype'),*/
/*    url('./fonts/Humanist521BT-Roman.svg#./fonts/Humanist521BT-Roman') format('svg');*/
/*    font-weight: 300;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/


@font-face {
    font-family: 'Humnst777 Blk BT';
    src: url('./fonts/Humanist777BT-BlackB.eot');
    src: url('./fonts/Humanist777BT-BlackB.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Humanist777BT-BlackB.woff2') format('woff2'),
    url('./fonts/Humanist777BT-BlackB.woff') format('woff'),
    url('./fonts/Humanist777BT-BlackB.ttf') format('truetype'),
    url('./fonts/Humanist777BT-BlackB.svg#./fonts/Humanist777BT-BlackB') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Humanst521 Lt BT';
    src: url('./fonts/Humanist521BT-Light.eot');
    src: url('./fonts/Humanist521BT-Light.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Humanist521BT-Light.woff2') format('woff2'),
    url('./fonts/Humanist521BT-Light.woff') format('woff'),
    url('./fonts/Humanist521BT-Light.ttf') format('truetype'),
    url('./fonts/Humanist521BT-Light.svg#./fonts/Humanist521BT-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.redes_fixed{
    position: fixed;
    bottom: .1em;
    right: 0;
    width: 270px;
    text-align: left;
    height: 2.3em;
    line-height: 1em;
    color: #fff;
    /*transform: rotate(90deg);*/
    transform-origin: right 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #0dbf42;
    font-size: 1.2em;
}

.redes_ico{
    /*transform: rotate(-90deg);*/
    margin: .3em .5em;
}



.titulo {
    font-family: "Humanst521 BT";
    font-size: 1.7em;
    color: #00aef2;
    margin-bottom: 1em;
}


.titulo2 {
    font-family: "Humanst521 BT";
    font-size: 1.3em;
    color: #000;
    margin-bottom: 1em;
}


.menu {
    display: flex;
    /*flex-wrap: nowrap;*/
}

.menu li {
    /*margin-left: 10px;*/
}

.menu li a {
    display: block;
    padding: 10px 12px;
    font-size: .75em;
    font-weight: bold;
    color: #333;
}

.menu:last-of-type {
    margin-right: 0;
}

.logo {
    display: flex;
    /*padding: 2em 0;*/
    /*flex-wrap: nowrap;*/
}

.logo > img {
    max-width: 200px;
    margin: 0;
}


.container-dobra {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.full-dobra {
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    max-width: 70%;
    padding: 30px 0;
}

.full-dobra > header > h1, .full-dobra > footer > h1 {
    display: flex;
    align-self: flex-start;
    font-family: "Humanst521 Lt BT";
    font-size: 1.5em;
    color: #000;
    justify-content: center;
    margin: .5em 0;
}

.calendario {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    width: 10%;
    margin: .1em auto;
    padding: 0 .3em;
}

.calendario h1{
    font-family: "Humanst521 BT";
    font-size: 2rem;
    text-align: center;
    color: #000;
    vertical-align: baseline;
    min-width: 100%;
}

.calendario h2{
    font-family: "Humanst521 Lt BT";
    font-size: .825em;
    text-align: center;
    color: #000;
    vertical-align: baseline;
    min-width: 100%;
}

.container-header-hm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    height: 100vh;
    background-image: url('../images/bg-header.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header {
    background-color: #006749;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    padding: 0em;
    margin: 0;
    height: 5em;
}


.menu_top {
    background-color: #fff;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    width: 76%;
    padding: 1em;
    margin: 0;
    height: 100%;
    line-height: 100%;
}

.menu_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    width: 13%;
    color: #FFF;
    font-weight: bold;
}

.menu_inscreva {
    display: flex;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-self: center;
    padding: 1em;
    margin: 0;
    color: #FFF;
    font-weight: bold;
    font-size: .75em;
    text-align: center;

}

.banner {
    /*background-color: #e5b40c;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-self: flex-start;
    width: 50%;
    margin: 0 auto;
    padding: 5em;
}

.banner div{
    margin: 0 0 1em 0;
    float: right;
    text-align: right;
}
.banner img{
    width: 80%;
}

.banner .tit {
    display: block;
    width: 100%;
    font-size: 1.5em;
    text-align: center;
    font-family: "Humanst521 BT";
    color: #FFFFFF;
}

.banner .subtit {
    /*background-color: #b12d20;*/
    display: block;
    width: 80%;
    font-size: 1.5em;
    line-height: 1.5;
    text-align: left;
    font-family: "Humnst777 Blk BT";
}


.container-header-int {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
        height: 50vh;
    background-image: url('../images/bg-palestrantes.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner_int {
    /*background-color: #e5b40c;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-self: flex-start;
    width: 50%;
    margin: 0 auto;
    padding: 1em;
}

.banner_int div{
    margin: 0 0 1em 0;
    float: right;
    text-align: right;
}
.banner_int img{
    width: 40%;
}

.container-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    /*height: 560px;*/

    background-image: url('../images/bg-header.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.header-dobra {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
}


.half-dobra {
    /*padding: 20px;*/
    width: 48%;
    margin: 0;
    vertical-align: top;
    min-height: 20vh;
}

.half-dobra > header > h1 {
    font-family: "Humnst777 Blk BT";
    font-size: 1.5em;
    font-weight: bold;
    justify-content: center;
    text-align: justify;
    margin: .7em 0;
}

.half-dobra > p {
    /*font-family: "Humnst777 Blk BT";*/
    font-size: 1em;
    line-height: 1.3;
    justify-content: center;
    text-align: justify;
}


.half-dobra-img {
    background-image: url('../images/img-hm-local.jpg');
    width: 48%;
    margin: 0;
    vertical-align: top;
    height: 60vh;
}

.container-dobra-banco {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    /*height: 560px;*/
    height: 100vh;

    margin-bottom: 1em;
}


.header-dobra-banco {
    display: flex;
    flex-wrap: nowrap;
    /*justify-content: space-between;*/
    align-items: center;
    height: 100vh;
}


.medium-dobra {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 30%;
    margin-right: 5%;
    vertical-align: middle;
}

.medium2-dobra {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 65%;
    margin-right: 5%;
    vertical-align: middle;
}

.full-dobra-banco {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-self: center;
    max-width: 90%;
    padding: 40px 0;
}

.half-dobra-banco img {
    width: 40%;
    margin: 0 30%;
    border: 1px solid #DDD;
    margin-bottom: 1em;
}

.half-dobra-banco h1 {
    font-family: "Humanst521 BT";
    text-align: center;
    font-weight: bold;
    margin-bottom: .5em;
}

.half-dobra-banco p {
    text-align: center;
}


.full-dobra-palestrantes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-self: center;
    max-width: 90%;
    width: 90%;
    padding: 70px 0;
}

/*CONTATO RODAPÉ*/

.container-rodape {
    background: url('../images/bg-rodape.jpg') no-repeat top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center;
    /*height: 560px;*/
    height: 60vh;
}

.header-dobra-rodape {
    flex-wrap: wrap;
    width: 100%;
    /*min-height: 100%;*/
}

.tit-rodape {
    float: left;
    width: 80%;
    font-family: "Humanst521 BT";
    font-size: 2.3em;
    margin: 4em 2% 1em 2%;
    text-align: left;
}
.half-dobra-rodape {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: start;
    width: 50%;
    margin: 0 2em;
    vertical-align: middle;
}

.half-dobra-rodape img {
    width: 10%;
    /*margin: 0 30%;*/
    border: 1px solid #DDD;
    margin-bottom: 1em;
}

.half-dobra-rodape h1 {
    font-family: "Humanst521 BT";
    text-align: center;
    font-weight: bold;
    margin-bottom: .5em;
}

.half-dobra-rodape p {
    text-align: start;
    align-self: flex-start;
    font-size: .825em;
}



.container-area-hm {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    height: 80vh;
    background-image: url('../images/bg-areas.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

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

    .container-rodape {
        background: url('../images/bg-rodape-1366.jpg') no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

        display: flex;
        flex-direction: row;
        align-items: center;
        min-height: 500px;
        /*background-color: #4d9b97;*/
    }

    .tit-rodape {
        float: right;
        width: 80%;
        font-family: "Humanst521 BT";
        font-size: 2.3em;
        margin: 4em 2% 1em 2%;
        text-align: right;
    }


    .content-rodape p {
        font-family: "Humnst777 Blk BT";
        font-size: 1.5em;
        font-weight: lighter;
    }


    .content-rodape img {
        width: 35px;
        margin: .2em .5em
    }



}


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


    .container-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: start;
        /*height: 100%;*/
        /*min-height: 800px;*/
    }

    .header {
        /*background-color: #4d9b97;*/
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        /*padding: 10px;*/
        /*margin: 0 auto;*/
        /*max-width: 1366px;*/
        min-width: 95%;
    }

    .banner {
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        width: 60%;
        margin: 2em 0;
        min-height: 500px;
    }

    .banner .tit {
        display: block;
        width: 90%;
        font-size: 1.8em;
        line-height: 1.2;
        text-align: left;
        font-family: "Humanst521 BT";
    }

    .banner .subtit {
        /*background-color: #b12d20;*/
        display: block;
        width: 100%;
        font-size: 1.0em;
        line-height: 1.5;
        text-align: left;
        font-family: "Humnst777 Blk BT";
    }

    .menu li a {
        display: block;
        padding: 0 7px;
        font-size: 1.1em;
    }

    .logo {
        display: flex;
        padding: 1em 0;
        /*flex-wrap: nowrap;*/
    }

    .logo > img {
        max-width: 170px;
        margin: 0;
    }

    .nav a,
    .nav a:hover,
    .nav a:active,
    .nav a:visited {
        /*border-radius: 6px;*/
        padding: 7px 0 7px 0; /* espaço que controla altura do botão*/
        color: #000; /* COR DO ITEM NÃO SELECIONADO*/
        text-decoration: none;
        margin-left: .875em; /*MARGIN DOS ITENS DO MENU*/
        text-align: left; /*ALINHA TEXTO DO MENU*/
        font-size: .875em;
    }


    /*-WEBDEV-*/
    .container-webdev {
        min-height: 827px;
    }


    .header-webdev {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        padding: 20px;
        margin: 0 auto;
        max-width: 90%;
    }

    .tit-webdev {
        width: 30%;
        font-family: "Humanst521 BT";
        font-size: 2em;
        margin: 1.5em 1em;
    }

    .text-webdev {
        width: 70%;
        margin: 0 2%;
        vertical-align: top;
    }

    .text-webdev > p {
        font-family: "Humnst777 Blk BT";
        font-size: 1em;
        line-height: 1.5;
    }


    /*GERENCIADOR*/
    .container-gerenciador {
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        min-height: 1060px;
    }

    .header-gerenciador {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: end;
        /*height: 100%;*/
    }

    .tit-gerenciador {
        width: 100%;
        font-family: "Humanst521 BT";
        font-size: 2em;
        margin: 2em 1% .5em 10%;
        text-align: center;
    }

    .text-gerenciador {
        display: flex;
        flex-wrap: wrap;
        width: 40%;
        margin: 0 5% 0 0;
        vertical-align: top;
    }

    .text-gerenciador > p {
        flex-wrap: wrap;
        font-family: "Humnst777 Blk BT";
        font-size: 1em;
        line-height: 1.5;
        text-align: justify;
    }

    /*CLIENTE*/
    .container-clientes {
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        min-height: 300px;
    }

    .header-clientes {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: end;
        /*height: 100%;*/
        margin: 0 10% auto;
    }

    .tit-clientes {
        width: 100%;
        font-family: "Humanst521 BT";
        font-size: 2em;
        text-align: center;
        margin-bottom: .5em;
    }

    .content-clientes {
        display: flex;
        flex-wrap: wrap;
        width: 20%;
        min-width: 20%;
        margin: 1em 1% 1em 1%;
        vertical-align: top;
    }

    .content-clientes img {
        width: 100%;
    }

    /*CONTATO RODAPÉ*/
    .container-rodape {
        background: url('../images/bg-rodape.jpg') no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

        display: flex;
        flex-direction: row;
        align-items: center;
        min-height: 600px;
        /*background-color: #4d9b97;*/
    }

    .tit-rodape {
        float: right;
        width: 80%;
        font-family: "Humanst521 BT";
        font-size: 2em;
        margin: 8em 2% .5em 2%;
        text-align: right;
    }


    .content-rodape {
        float: right;
        width: 35%;
        margin: 0 2%;
        text-align: right;
    }

    .content-rodape p {
        font-family: "Humnst777 Blk BT";
        font-size: 1.2em;
        font-weight: lighter;
    }

    .content-rodape img {
        width: 25px;
        margin: .2em .5em
    }

}


@media only screen and  (max-width: 667px) {
    /* mobile */
    .container-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: start;
        /*height: 100%;*/
        /*min-height: 300px;*/
        /*background-color: #b12d20;*/
    }

    .header {
        /*background-color: #4d9b97;*/
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        /*padding: 10px;*/
        /*margin: 0 auto;*/
        /*max-width: 1366px;*/
        min-width: 95%;
    }

    .banner {
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        width: 90%;
        margin: 4em 0;
        min-height: 200px;
        /*background-color: #7d3b94;*/
    }

    .banner .tit {
        display: block;
        width: 90%;
        font-size: 1.8em;
        line-height: 1.2;
        text-align: left;
        font-family: "Humanst521 BT";
    }

    .banner .subtit {
        /*background-color: #b12d20;*/
        display: block;
        width: 100%;
        font-size: 1.0em;
        line-height: 1.5;
        text-align: left;
        font-family: "Humnst777 Blk BT";
    }

    .menu {
        display: block;
        /*flex-wrap: nowrap;*/
        text-align: right;
    }

    .menu li {
        /*margin-left: 10px;*/
    }

    .menu li a {
        display: block;
        padding: 0 10px;
        font-size: 1.3em;
    }

    .menu:last-of-type {
        margin-right: 0;
    }

    .logo {
        display: block;
        padding: 1em 0;
        /*flex-wrap: nowrap;*/
    }

    .logo > img {
        max-width: 220px;
        margin: 0;
    }


    /*-WEBDEV-*/
    .container-webdev {
        min-height: 827px;
    }

    .header-webdev {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        padding: 5px;
        margin: 0 auto;
        max-width: 90%;
    }

    .tit-webdev {
        width: 100%;
        font-family: "Humanst521 BT";
        font-size: 1.5em;
        margin: 1em .5em;
    }

    .text-webdev {
        width: 65%;
        margin: 0 1%;
        vertical-align: top;
    }

    .text-webdev > p {
        font-family: "Humnst777 Blk BT";
        font-size: 1em;
        line-height: 1.5;
    }


    /*GERENCIADOR*/
    .container-gerenciador {
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        min-height: 1060px;
    }

    .header-gerenciador {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: end;
        /*height: 100%;*/
    }

    .tit-gerenciador {
        width: 100%;
        font-family: "Humanst521 BT";
        font-size: 1.5em;
        margin: 2em 1% .5em 10%;
        text-align: center;
    }

    .text-gerenciador {
        display: flex;
        flex-wrap: wrap;
        width: 40%;
        margin: 0 5% 0 0;
        vertical-align: top;
    }

    .text-gerenciador > p {
        flex-wrap: wrap;
        font-family: "Humnst777 Blk BT";
        font-size: 1em;
        line-height: 1.5;
        text-align: justify;
    }

    /*CLIENTE*/
    .container-clientes {
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        min-height: 300px;
    }

    .header-clientes {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: end;
        /*height: 100%;*/
        margin: 0 5% auto;
    }

    .tit-clientes {
        width: 100%;
        font-family: "Humanst521 BT";
        font-size: 1.5em;
        text-align: center;
        margin-bottom: .5em;
    }

    .content-clientes {
        display: flex;
        flex-wrap: wrap;
        width: 30%;
        min-width: 30%;
        margin: .5em 1% .5em 1%;
        vertical-align: top;
    }

    .content-clientes img {
        width: 100%;
    }

    /*CONTATO RODAPÉ*/
    .container-rodape {
        background: url('../images/bg-rodape.jpg') no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

        display: flex;
        flex-direction: row;
        align-items: center;
        min-height: 300px;
        /*background-color: #4d9b97;*/
    }

    .tit-rodape {
        float: right;
        width: 100%;
        font-family: "Humanst521 BT";
        font-size: 1.5em;
        margin: 4em 2% .5em 2%;
        text-align: right;
    }


    .content-rodape {
        float: right;
        width: 50%;
        margin: 0 2%;
        text-align: right;
    }

    .content-rodape p {
        font-family: "Humnst777 Blk BT";
        font-size: 1em;
        font-weight: lighter;
    }

    .content-rodape img {
        width: 20px;
        margin: .2em .5em
    }

}


@media only screen and  (max-width: 375px) {
    /* mobile */
    .container-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: start;
        /*height: 100%;*/
        /*min-height: 200px;*/

        background-image: url('../images/bg-header-375.png');
        background-repeat: no-repeat;
        background-position: top left;
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

    }

    .header {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        /*padding: 10px;*/
        /*margin: 0 auto;*/
        /*max-width: 1366px;*/
        min-width: 95%;
    }

    .banner {
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        width: 90%;
        margin: 2em 0;
        min-height: 200px;
        /*background-color: #7d3b94;*/
    }

    .banner .tit {
        display: block;
        width: 90%;
        font-size: 1.4em;
        line-height: 1.2;
        text-align: left;
        font-family: "Humanst521 BT";
    }

    .banner .subtit {
        /*background-color: #b12d20;*/
        display: block;
        width: 100%;
        font-size: 1.0em;
        line-height: 1.5;
        text-align: left;
        font-family: "Humnst777 Blk BT";
    }


    .menu {
        display: block;
        /*flex-wrap: nowrap;*/
        text-align: right;
    }

    .menu li {
        /*margin-left: 10px;*/
    }

    .menu li a {
        display: block;
        padding: 0 5px;
        font-size: 1em;
    }

    .menu:last-of-type {
        margin-right: 0;
    }

    .logo {
        display: block;
        padding: .1em 0;
        /*flex-wrap: nowrap;*/
    }

    .logo > img {
        max-width: 140px;
        margin: 0;
    }


    /*-WEBDEV-*/
    .container-webdev {
        background-image: url('../images/bg-webdev-375.png');
        background-repeat: no-repeat;
        background-position: top left;
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: 827px;
    }

    .header-webdev {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        padding: 5px;
        margin: 0 auto;
        max-width: 90%;
    }

    .tit-webdev {
        width: 100%;
        font-family: "Humanst521 BT";
        font-size: 1.5em;
        margin: .5em 0 .5em .1em;
    }

    .text-webdev {
        width: 96%;
        margin: 0 2%;
        vertical-align: top;
    }

    .text-webdev > p {
        font-family: "Humnst777 Blk BT";
        font-size: 1em;
        line-height: 1.5;
    }


    /*GERENCIADOR*/
    .container-gerenciador {
        background-image: url('../images/bg-gerenciador-376.png');
        background-repeat: no-repeat;
        background-position: top left;
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

        display: flex;
        flex-wrap: wrap;
        align-items: start;
        min-height: 2100px;
    }

    .header-gerenciador {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: end;
        /*height: 100%;*/
    }

    .tit-gerenciador {
        width: 100%;
        font-family: "Humanst521 BT";
        font-size: 1.5em;
        margin: 4em 1% .5em .5em;
        text-align: left;
    }

    .text-gerenciador {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        margin: 0 1% 1% 0;
        vertical-align: top;
    }

    .text-gerenciador > p {
        flex-wrap: wrap;
        font-family: "Humnst777 Blk BT";
        font-size: 1em;
        line-height: 1.5;
        text-align: justify;
    }

    /*CLIENTE*/
    .container-clientes {
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        min-height: 300px;
    }

    .header-clientes {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: end;
        /*height: 100%;*/
        margin: 0 5% auto;
    }

    .tit-clientes {
        width: 100%;
        font-family: "Humanst521 BT";
        font-size: 1.5em;
        text-align: center;
        margin-bottom: .5em;
    }

    .content-clientes {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        min-width: 30%;
        margin: .5em 1% .5em 1%;
        vertical-align: top;
    }

    .content-clientes img {
        width: 80%;
        margin: 0 10% auto;
    }

    /*CONTATO RODAPÉ*/
    .container-rodape {
        background: url('../images/bg-rodape.jpg');
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

        display: flex;
        flex-direction: row;
        align-items: center;
        min-height: 50px;

    }

    .tit-rodape {
        float: right;
        width: 100%;
        font-family: "Humanst521 BT";
        font-size: 1.5em;
        margin: 2em 2% .5em 2%;
        text-align: right;
    }


    .content-rodape {
        float: right;
        width: 90%;
        margin: 0 2%;
        text-align: right;
        margin-bottom: 1em;
    }

    .content-rodape p {
        font-family: "Humnst777 Blk BT";
        font-size: 1em;
        font-weight: lighter;
    }

    .content-rodape img {
        width: 20px;
        margin: .2em .5em
    }

    .container-atendimento {
        background: url('../images/bg-rodape.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: revert;
        /*height: 100%;*/
        /*min-height: 827px;*/
    }


    .calendario {
        display: flex;
        flex-wrap: wrap;
        justify-content: right;
        /*align-self: flex-start;*/
        width: 10%;
        margin: 1em auto;
        padding: .3em;
    }

    .calendario h1{
        font-family: "Humanst521 BT";
        font-size: 3rem;
        text-align: center;
        color: #000;
        vertical-align: baseline;
        min-width: 100%;
    }

    .calendario h2{
        font-family: "Humanst521 Lt BT";
        font-size: 1em;
        text-align: center;
        color: #000;
        vertical-align: baseline;
        min-width: 100%;
    }


}

.rollover_img_prog {
    background-image: url('../images/img-hm-programacao-hover.png');
    background-position: top;
    font:13px normal Arial, Helvetica, sans-serif;
    line-height:18px;
    float:left;
}


.rollover_img_prog a {
    color: #fff;
    display: block;
    text-decoration: none;
}


.rollover_img_prog a:hover {
    background:#000;
    opacity:.01;
    filter:alpha(opacity=00);
}


.rollover_img_prog a span {
    display: none;
}


.rollover_img_trabalhos {
    background-image: url('../images/img-hm-trabalhos-hover.png');
    background-position: top;
    font:13px normal Arial, Helvetica, sans-serif;
    line-height:18px;
    float:left;
}


.rollover_img_trabalhos a {
    color: #fff;
    display: block;
    text-decoration: none;
}


.rollover_img_trabalhos a:hover {
    background:#000;
    opacity:.01;
    filter:alpha(opacity=0);
}


.rollover_img_trabalhos a span {
    display: none;
}


.rollover_img_cursos {
    background-image: url('../images/img-hm-cursos-hover.png');
    background-position: top;
    font:13px normal Arial, Helvetica, sans-serif;
    line-height:18px;
    float:left;
}


.rollover_img_cursos a {
    color: #fff;
    display: block;
    text-decoration: none;
}


.rollover_img_cursos a:hover {
    background:#000;
    opacity:.01;
    filter:alpha(opacity=0);
}


.rollover_img_cursos a span {
    display: none;
}


/* INI -- cards */
.flags {
    position: relative;
    /*max-width: 500px;*/
    background-color: #00aef2;
    z-index: 99999;
}

.flags-palestrantes {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    color: red;
    top: 50%;
    right: 10%;
}

.flags-site {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10%;
    height: 50%;
    color: red;
    top: 5%;
    right: 1%;
    padding: 0 12px;
}

.flags-site img{
    padding: 2px 2px;
}


/* FIM -- cards */