@font-face {
    font-family: 'knowledge2017italic';
    src: url('fonts/Knowledge-RegularItalic.ttf') format('ttf'),
        url('fonts/Knowledge-RegularItalic.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'knowledge2017regular';
    src: url('fonts/Knowledge-Regular.woff') format('woff'),
        url('fonts/Knowledge-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'knowledge2017medium';
    src: url('fonts/Knowledge-Medium.woff') format('woff'),
        url('fonts/Knowledge-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'knowledge2017medium_italic';
    src: url('fonts/Knowledge-MediumItalic.ttf') format('ttf'),
        url('fonts/Knowledge-MediumItalic.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'knowledge2017light_italic';
    src: url('fonts/Knowledge-LightItalic.ttf') format('ttf'),
        url('fonts/Knowledge-LightItalic.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'knowledge2017light';
    src: url('fonts/Knowledge-Light.ttf') format('ttf'),
        url('fonts/Knowledge-Light.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'knowledge2017bold';
    src: url('fonts/Knowledge-Bold.woff') format('woff'),
        url('fonts/Knowledge-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* //NOVA FONTE */
@font-face {
    font-family: 'Clario';
    src: url('type/clario/Clario-Air.woff2') format('woff2'),
        url('type/clario/Clario-Air.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Clario';
    src: url('type/clario/Clario-AirItalic.woff2') format('woff2'),
        url('type/clario/Clario-AirItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Clario';
    src: url('type/clario/Clario-Thin.woff2') format('woff2'),
        url('type/clario/Clario-Thin.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Clario';
    src: url('type/clario/Clario-ThinItalic.woff2') format('woff2'),
        url('type/clario/Clario-ThinItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Clario';
    src: url('type/clario/Clario-Light.woff2') format('woff2'),
        url('type/clario/Clario-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Clario';
    src: url('type/clario/Clario-LightItalic.woff2') format('woff2'),
        url('type/clario/Clario-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Clario';
    src: url('type/clario/Clario-Regular.woff2') format('woff2'),
        url('type/clario/Clario-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Clario';
    src: url('type/clario/Clario-RegularItalic.woff2') format('woff2'),
        url('type/clario/Clario-RegularItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Clario';
    src: url('type/clario/Clario-Medium.woff2') format('woff2'),
        url('type/clario/Clario-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Clario';
    src: url('type/clario/Clario-MediumItalic.woff2') format('woff2'),
        url('type/clario/Clario-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Clario';
    src: url('type/clario/Clario-Bold.woff2') format('woff2'),
        url('type/clario/Clario-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Clario';
    src: url('type/clario/Clario-BoldItalic.woff2') format('woff2'),
        url('type/clario/Clario-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Clario';
    src: url('type/clario/Clario-Black.woff2') format('woff2'),
        url('type/clario/Clario-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Clario';
    src: url('type/clario/Clario-BlackItalic.woff2') format('woff2'),
        url('type/clario/Clario-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

body {
    font-family: "Clario", Arial, Sans-Serif !important;
    background-color: #fff;
}

.menu-mobile {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu-top {
    width: 100%;
    height: 2rem;
    border-top: .25rem solid #fa6400;
    border-bottom: 1px solid #e8e8e8
}


.info-top {
    color: #233326;
    text-decoration: none;
    font-size: 12px;
}


.info-top i {
    margin-right: 5px;
}

.primaryItem {
    position: relative;
    display: inline-block;
}

.primaryItem>a {
    -webkit-transition: all .2s linear 100ms;
    transition: all .2s linear 100ms;
    font-family: "knowledge2017medium";
    font-weight: 400;
    font-style: normal;
    border-bottom: .3125rem solid rgba(0, 0, 0, 0);
    color: #404040;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 78px;
    line-height: 78px;
    padding: 0 12px;
    position: relative;
    transition: all ease 0.3s;
}

.mt-mobile {
    margin-top: 5%;
}

.primaryItem>a:hover {
    border-bottom: .3125rem solid #fa6400;
    text-decoration: none;
}

.float-md-right {
    text-align: center;
    padding-right: 15px;
}

.info-top:hover {
    text-decoration: none;
}

.btn-withArrow {
    background: #d64000;
    color: #ffffff;
    border: 2px solid #d64000;
    padding: 12px 12px 12px 35px;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 42px;
    font-size: 32px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    width: fit-content;
}

.btn-withArrow:hover {
    background: transparent;
    color: #d64000;
}

.btn-withArrow i {
    display: block;
    margin-left: 10px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ffffff;
    width: 55px;
    height: 55px;
    padding: 3px;

}

.btn-withArrow i svg {
    display: block;
    width: 100%;
    height: auto;
}




.header-synergy {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    width: 100%;
}

.text-div-synergy {
    padding: 60px 0;
}

.synergy-text {
    font-size: 48px;
    color: #233326 !important;
    font-weight: 700 !important;
    font-style: normal !important;
    margin-bottom: 35px !important;
    font-family: "Clario", Arial, Sans-Serif !important;
}

.button-primaryy {
    background-color: #d64000;
    width: 250px;
    border-radius: 50px;
    height: 50px;
    border-top: 3px solid var(--bg-color-quarto);
    display: flex;
    font-family: arial;
    color: #ffffff;
    font-weight: normal;
    font-size: 1.5em;
    padding-top: .65rem;
    justify-content: center;
}

a {
    color: #d64000;
}

/* CSS ANIMATIONS */

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.text-orange {
    color: #d64000;
}

.header-home {
    padding: 0.9rem 5rem 0px 5rem;
    border-bottom: 1px solid #1c1c1c24;
}

.header-home a,
.header-home span {
    font-size: .9em;
}

#home {
    background-color: #d64000;
}


.form_load {
    float: right;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
    display: none;
}


input[type=radio] {
    transform: scale(2);
}

.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: "NexaRegular";
    font-size: 1.7em;
    color: #00aef2;
    margin-bottom: 1em;
}


.titulo2 {
    font-family: "NexaRegular";
    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;
}

.nav-item>.h3 {
    line-height: 2em;
}

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

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

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

.logo-whatsapp {
    width: 60px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    transition: .3s;
    z-index: 99999;
}

.logo-whatsapp:hover {
    bottom: 20px;
}


.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: "NexaRegular";
    font-size: 1.5em;
    color: #FFFFFF;
    justify-content: center;
    margin: .5em 0;
}

.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: "NexaRegular";
    color: #FFFFFF;
}

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


.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;
}

.ml-mb {
    margin-left: 60%;
}

.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: "NexaRegular";
    font-size: 1.5em;
    font-weight: bold;
    justify-content: center;
    text-align: justify;
    margin: .7em 0;
}

.half-dobra>p {
    /*font-family: "NexaRegular";*/
    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: "NexaRegular";
    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%;*/
}

.menu-mobile {
    display: flex;
    margin-left: 5%;
    width: 100%;
}

.tit-rodape {
    float: left;
    width: 80%;
    font-family: "NexaRegular";
    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: "NexaRegular";
    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;
}

.banner-synergy {
    background: url('../images/banner-synergy30.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 25rem;
}

@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: "NexaRegular";
        font-size: 2.3em;
        margin: 4em 2% 1em 2%;
        text-align: right;
    }


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


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


    .menu-mobile {
        justify-content: center;

    }

    .j_formlogin {
        justify-content: center;
    }

}


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

    .container-fluid.fixed-top {
        position: relative;
    }


    .menu-mobile {
        justify-content: center;

    }

    .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: "NexaRegular";
    }

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

    .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: "NexaRegular";
        font-size: 2em;
        margin: 1.5em 1em;
    }

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

    .text-webdev>p {
        font-family: "NexaRegular";
        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: "NexaRegular";
        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: "NexaRegular";
        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: "NexaRegular";
        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: "NexaRegular";
        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: "NexaRegular";
        font-size: 1.2em;
        font-weight: lighter;
    }

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


@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;*/
    }

    .img-fluid-mobile {
        margin-bottom: 1rem;
        width: 80% !important;
        height: auto !important;
    }

    .header-home {
        padding: 1.5rem 2rem;
    }

    .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%;
    }

    .menu-mobile {
        justify-content: center;

    }

    .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: "NexaRegular";
    }

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

    .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: "NexaRegular";
        font-size: 1.5em;
        margin: 1em .5em;
    }

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

    .text-webdev>p {
        font-family: "NexaRegular";
        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: "NexaRegular";
        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: "NexaRegular";
        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: "NexaRegular";
        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: "NexaRegular";
        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: "NexaRegular";
        font-size: 1em;
        font-weight: lighter;
    }

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


@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;
    }

    .menu-mobile {
        justify-content: center;

    }

    .j_formlogin {
        justify-content: center;
    }

    .ml-mb {
        margin-left: 0px;
    }

    .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: "NexaRegular";
    }

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


    .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: "NexaRegular";
        font-size: 1.5em;
        margin: .5em 0 .5em .1em;
    }

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

    .text-webdev>p {
        font-family: "NexaRegular";
        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: "NexaRegular";
        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: "NexaRegular";
        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: "NexaRegular";
        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: "NexaRegular";
        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: "NexaRegular";
        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: "NexaRegular";
        font-size: 3rem;
        text-align: center;
        color: #39107a;
        vertical-align: baseline;
        min-width: 100%;
    }

    .calendario h2 {
        font-family: "NexaRegular";
        font-size: 1em;
        text-align: center;
        color: #FFFFFF;
        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;
}


.bg-footer {
    /*background-image: linear-gradient(150deg, #70d48e, #4988ab, #111bd4);*/
    background-color: #d64000;
}

/* FIM -- cards */



nav>.nav.nav-tabs {

    border: none;
    color: #fff;
    background: #498bbe;
    border-radius: 0;

}

nav>div a.nav-item.nav-link,
nav>div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #498bbe;
    border-radius: 0;
}

nav>div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -60px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #0f4976;
}

.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #0f4976;
    border-bottom: 5px solid #0f4976;
    overflow-x: scroll;
    padding: 30px 25px;
}

.brand-image {
    width: 10%;
    height: auto;
}

.bg-navbar {
    background-color: #d64000;
}

.navbar .nav-item>.hover-link {
    color: #F2F3F4;
    transition: .5s all;
    border-radius: .2em;
    font-size: .8em;
}

.navbar .navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
}

.navbar .nav-item>.hover-link:hover {
    background-color: #F2F3F4;
    color: #d64000 !important;
    border-radius: .2em;
}

.link-footer a:hover {
    text-decoration: none;
    color: #FF96B9 !important;
    transition: .3s all;
}

#logo {
    width: 85%;
}

.text-pink {
    color: #FF96B9 !important;
}

.btn-lg {
    border-radius: 10px !important;
    width: 35%;
}

#evento {
    padding: 5rem;
    margin: 0;
}

#evento p {
    font-size: 1.2em;
    color: #E5E7E9;
}

.image-home {
    max-height: 45vh;
    width: 80%;
    border-radius: 10px;
    z-index: 2;
    margin-top: 8rem;
    margin-left: 4rem;
}

#image,
#image2 {
    border: 2px solid #FF96B9;
    border-radius: 10px;
    z-index: 1;
}

.countdown {
    margin-top: 9rem;
}

.countdown h1 {
    font-size: 5em;
    font-weight: bolder;
    color: #138fbd;
}

#palestrantes {
    padding-bottom: 4rem;
    margin: 0;
    background-color: #FF96B9;
    opacity: 0;
}

#palestrantes header>h1 {
    width: 50%;
    margin: 0 auto;
    padding: 1rem;
    background-color: #EEAAC1;
}

.convidado,
.convidados {
    border-radius: 0 0 10px 10px;
    box-shadow: 5px 5px 10px 2px #af6981;
    margin: 1rem 2.5rem;
    padding: 0 !important;
}

.convidados {
    box-shadow: 5px 5px 10px 2px #adadad;
}

.img-black-white {
    border-radius: 5px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.card-palestrante-link {
    display: block;
}

.text-palestrante,
.text-palestrante-convidados {
    border-radius: 0 0 10px 10px;
    width: 100%;
    background-color: rgba(23, 32, 42, 0.4);
    padding: 1rem;
    min-height: 7rem;
}

.text-palestrante-convidados {
    background-color: #d7819f;
}

.text-palestrante>h5,
.text-palestrante>h6,
.text-palestrante-convidados>h5,
.text-palestrante-convidados>h6 {
    text-transform: uppercase;
    color: #F2F3F4;
    font-weight: bold;
}

.convidado p {
    text-overflow: ellipsis;
    margin: 1rem 1.2rem;
    font-size: .6em;
    color: #D0D3D4;
    font-weight: bold;
}

.curriculo {
    position: absolute;
    background-color: #d64000;
    overflow: hidden;
    transition: .5s ease;
    border-radius: 5px;
}

.curriculo-left {
    bottom: 0;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
}

.convidado:hover .curriculo-left {
    width: 100%;
    opacity: 1;
}

.curriculo-right {
    bottom: 0;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
}

.convidado:hover .curriculo-right {
    width: 100%;
}

.curriculo-top {
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 0;
}

.convidado:hover .curriculo-top {
    height: 100%;
}

.curriculo-bottom {
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
}

.convidado:hover .curriculo-bottom {
    height: 100%;
}

#trab-prog {
    padding: 4rem 6rem;
    margin: 0;
    background-color: #F8F9F9;
}

#trab-prog a {
    text-decoration: none;
    transition: .3s all;
}

#inscricoes {
    padding: 3rem;
    margin: 0;
    background-color: #F8F9F9;
}

.card-inscricao {
    box-shadow: 0px 0px 20px 2px #D7DBDD;
    margin: 2rem;
    border-radius: 5px;
    transition: .3s all;
}

.card-inscricao:hover {
    box-shadow: 0px 0px 20px 2px #BDC3C7;
    margin: 2rem;
    border-radius: 5px;
}

.content-card {
    color: #616A6B;
    font-weight: bold;
}

.header-inscricoes {
    background-color: #FF96B9;
    height: 100px;
    border-radius: 5px;
}

.header-inscricoes>h3 {
    color: #F4F6F7;
    text-align: center;
    font-weight: bold;
}

#faq {
    padding: 4rem 6rem;
    margin: 0;
    background-color: #EFEFEF;
    ;
}

#faq-content {
    border-radius: 15px;
}

#faq-content button {
    text-align: left !important;
}

#faq-content .card-header,
.card-body {
    background-color: #EFEFEF;
}

#faq-content .card-body p {
    color: #7F8C8D;
}

#realizacao {
    background-color: #F8F9F9;
}

footer {
    padding: 7em;
}

.image-comissao {
    margin: 1rem auto;
    border-radius: 50%;
    display: block;
    transition: .3s all;
}

.image-comissao:hover {
    transform: translate(0px, -20px);
}


nav>div a.nav-item.nav-link:hover,
nav>div a.nav-item.nav-link:focus {
    border: none;
    background: #5898c9;
    color: #fff;
    border-radius: 0;
    .mb-top {
        flex-direction: column;
    }

    transition: background 0.20s linear;
}

@media (max-width: 576px) {
    .text-responsivo {
        font-size: 0.7em;
    }
    .ml-mb {
        margin-left: 0px;
    }
    
    .mb-top {
        flex-direction: column;
    }

    .banner-synergy {
        background: url('../images/banner-mobile30.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 25rem;
}
}

@media (max-width: 650px) and (orientation: portrait) {
    .w-md-100 {
        width: 100% !important;
    }

    .banner-synergy {
        background: url('../images/banner-mobile30.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 25rem;
}

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .logo-whatsapp {
        width: 45px;
    }

    .btn-lg {
        font-size: .9em;
        width: 60%;
        margin-bottom: 2rem;
    }

    #logo {
        width: 100%;
    }

    #logo>img {
        width: 100% !important;
    }

    #evento {
        padding: 1rem;
    }

    #evento>header h1 {
        font-size: 1.6em;
    }

    #evento>header h3 {
        font-size: 1.2em;
    }

    #evento p {
        font-size: .9em;
        text-align: justify;
    }

    .image-home {
        max-height: 30vh;
        margin-left: 30px;
    }

    #image {
        position: relative;
        top: -130px !important;
        left: -20px;
    }

    #image2 {
        position: relative;
        top: -180px !important;
        left: 20px;
        opacity: 1;
        z-index: 2;
    }

    .countdown {
        margin-top: 3rem;
    }

    .countdown h1 {
        font-size: 1.7em;
    }

    .countdown>h2 {
        font-size: 1.2em
    }

    .countdown h3 {
        font-size: .7em
    }

    #palestrantes {
        padding-bottom: 2.5rem;
        padding-top: 0;
    }

    #palestrantes header>h1 {
        width: 100%;
        font-size: 1.5em;
    }

    .convidado {
        margin: 2rem 1rem;
        font-size: 1em;
        color: #D0D3D4;
        font-weight: bold;
    }

    .text-palestrante,
    .text-palestrante-convidados {
        min-height: 4rem;
        padding-left: .5rem;
    }

    .ml-mb {
        margin-left: 0px;
    }

    .text-palestrante h5,
    .text-palestrante h6,
    .text-palestrante-convidados h5,
    .text-palestrante-convidados h6 {
        font-size: .6em;
    }

    .convidado p,
    .convidados p {
        margin: .5rem;
        font-size: .6em;
    }

    #trab-prog {
        padding: 2rem 0;
    }

    #trab-prog h4 {
        font-size: .8em;
    }

    #trab-prog h6 {
        font-size: .7em;
    }

    #inscricoes {
        margin: 1rem 0;
        padding: 0;
    }

    .card-inscricao {
        margin: 1rem 0;
    }

    .card-inscricao:hover {
        margin: 0;
    }

    .content-card h1 {
        font-size: 1.5em;
    }

    .content-card h6,
    .content-card li {
        font-size: .8em;
    }

    .content-card ul {
        padding-inline-start: 15px;
    }

    .header-inscricoes {
        height: 90px;
    }

    .header-inscricoes>h3 {
        font-size: .9em;
    }

    #faq {
        padding: 1.5rem;
    }

    #faq header>h1 {
        font-size: 1.6em;
    }

    #faq-content button,
    #faq-content p {
        text-align: justify !important;
    }

    #realizacao header>h4 {
        font-size: 1em;
    }

    footer {
        padding: 2em;
    }

    footer h1 {
        font-size: 1.6em;
    }

    footer h5,
    footer h6 {
        font-size: 1em;
    }

    #comissoes h2 {
        font-size: 1.2em;
    }

    #comissoes h5 {
        font-size: .9em;
    }

    #comissoes p {
        font-size: .75em;
    }

    tr th,
    tr td {
        font-size: .7em !important;
    }
}

@media (max-width: 1000px) and (orientation: landscape) {

    #evento,
    #palestrantes {
        padding: 3rem;
    }

    .logo-whatsapp {
        width: 45px;
    }

    .banner-synergy {
        background: url('../images/banner-mobile30.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 25rem;
}

.ml-mb {
    margin-left: 0px;
}

    .image-home {
        margin: 7rem auto 2rem auto !important;
        width: 50%;
        max-height: 75vh;
    }

    #image {
        position: relative;
        top: -130px !important;
        left: -80px;
    }

    #image2 {
        position: relative;
        top: -170px !important;
        left: 80px;
        opacity: 1;
        z-index: 2;
    }

    #evento>header h1 {
        font-size: 1.6em;
    }

    #evento>header h3 {
        font-size: 1.2em;
    }

    #evento p {
        font-size: .9em;
        text-align: justify;
    }

    .countdown {
        margin-top: 5rem;
    }

    .countdown h1 {
        font-size: 3em;
    }

    .countdown h3 {
        font-size: 1em;
    }

    #palestrantes {
        padding: 0;
        padding-bottom: 2.5rem;
    }

    #palestrantes header>h1 {
        width: 100%;
        font-size: 1.5em;
    }

    .convidado {
        margin: 2rem .5rem !important;
    }

    .convidado p {
        margin: 1rem 1rem;
        font-size: .9rem;
    }

    .text-palestrante>h5 {
        font-size: .9em;
    }

    #trab-prog {
        padding: 2rem 0;
    }

    #trab-prog h4 {
        font-size: .8em;
    }

    #trab-prog h6 {
        font-size: .7em;
    }

    #inscricoes {
        margin: 1rem 0;
        padding: 0;
    }

    .card-inscricao {
        margin: 1rem .2rem;
    }

    .card-inscricao:hover {
        margin: 0;
    }

    .content-card h1 {
        font-size: 1.5em;
    }

    .content-card h6,
    .content-card li {
        font-size: .8em;
    }

    .content-card ul {
        padding-inline-start: 15px;
    }

    .header-inscricoes {
        height: 90px;
    }

    .header-inscricoes>h3 {
        font-size: .9em;
    }

    #faq {
        padding: 1.5rem 4rem;
    }

    
    .mb-top {
        flex-direction: column;
    }


    footer {
        padding: 1rem;
    }

    footer h1 {
        font-size: 2em;
    }

    footer h5,
    h6 {
        font-size: .7em;
    }
}

@media (max-width: 700px) and (orientation: landscape) {

    .btn-lg {
        font-size: 1em;
        width: 60%;
        margin-bottom: 2rem;
    }

    .ml-mb {
        margin-left: 0px;
    }

    .banner-synergy {
        background: url('../images/banner-mobile30.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 25rem;
}

    .card-palestrante p {
        margin: 1rem 1rem;
        font-size: .7rem;
    }

    .text-palestrante h6 {
        font-size: .55em;
    }

    .text-palestrante h5 {
        font-size: .7em;
    }

    .mb-top {
        flex-direction: column;
    }

}


.custom-radio {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: rgb(255, 255, 255);
    height: 12px;
    width: 12px;
    border: 1px solid red;
    margin-right: 1em;
    margin-left: 1.5em;
}

.custom-radio:checked {
    border: 0px;
    background: #00da0b;
}

.custom-radio:after {
    content: '';
    position: relative;
    left: 40%;
    top: 20%;
    width: 15%;
    height: 40%;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none;
}

.custom-radio:checked:after {
    display: block;
}

.custom-radio:disabled:after {
    border-color: #7b7b7b;
}

/*.panel-default*/
/*{*/
/*    border-color: transparent;*/
/*}*/
/*.panel-default > .panel-heading*/
/*{*/
/*    background-color: transparent;*/
/*    border-color: transparent;*/
/*    padding: 20px 0 5px 0;*/
/*    border-bottom: 1px solid #dddddd;*/
/*}*/
/*.panel-group .title*/
/*{*/
/*    cursor: pointer;*/
/*}*/
/*.panel-group .title*/
/*{*/
/*    font-size: 14px;*/
/*    font-family: 'Open Sans', sans-serif;*/
/*    font-weight: 600;*/
/*    text-transform: uppercase;*/
/*}*/
/*.panel-heading .title:before {*/

/*    !*font-family: FontAwesome;*!*/
/*    !*content:"\f106";*!*/
/*    font-size: 25px;*/
/*    padding-right: 10px;*/
/*    line-height: 25px;*/
/*    float: right;*/
/*}*/
/*.panel-heading .title.collapsed:before {*/
/*    font-size: 25px;*/
/*    padding-right: 10px;*/
/*    line-height: 25px;*/
/*    float: right;*/
/*    !*content:"\f107";*!*/
/*}*/

/*.panel-body{*/
/*    font-size: 14px;*/
/*    margin-top: .8em;*/
/*}*/