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

body {
    font-family: "Figtree", sans-serif;
    background-color: #F8F9F9;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

/* ======================================= */
/* INI MODAL */
/* ======================================= */
.mt-100 {

    margin-top: 100px;
}

.white {
    color: white;
}

.mt-7 {
    margin-top: 7rem !important;
}

.w-30 {
    width: 40%;
}

.w-40 {
    width: 40%;
}


.form-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}


.button-container {
    display: flex;
    justify-content: flex-end;
}

.button-prog {
    width: 223px;
    border-radius: 21px;
}

.a-button {
    color: white;
    text-decoration: none;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    transition: all ease 0.5s;
}

.a-button:hover {
    color: white;
    text-decoration: none;
}

.h-4 {
    font-size: 18px;
}

.card {
    border-radius: 3vh;
    margin: auto;
    width: 80%;
    padding: 3vh 2vh;
    align-items: center;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media(max-width:767px) {
    .card {
        width: 90vw;
    }

    .w-30 {
        width: 100%;
    }
}

.card-img {
    padding: 20px 0;
    width: 40%;
}

.card-img img {
    opacity: 0.7;
}

.card-title {
    margin-bottom: unset;
}

.card-title p {
    /* color: rgb(29, 226, 226);
    font-weight: 900;
    font-size: 30px;
    margin-bottom: unset; */
}

.card-text p {
    /* color: grey;
    font-size: 25px;
    text-align: center;
    padding: 3vh 0;
    font-weight: lighter; */
}

/* ======================================= */
/* FIM MODAL */
/* ======================================= */


/*  carousel	*/


/* ================================================== */


#carousel-hospedagem.owl-carousel {
    max-height: 1410px !important;
}

#carousel-hospedagem.owl-carousel .owl-item img {
    max-width: 100% !important;
    height: auto !important;
}

#carousel-hospedagem.owl-theme .owl-controls {
    position: relative;
    top: -15vh;
    z-index: 2;
}

/* ================================================== */



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

#home {
    background-color: #011841;
}


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


input[type=radio],
input[type=checkbox] {
    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;
}

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

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


.rodape {
    width: 100% !important;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.rodape-center {
    display: flex;
    flex-direction: column;
    min-width: 250px;
}

.rodape-right {
    display: flex;
    width: 0%;
    flex-wrap: nowrap;
    justify-content: center;

}

.img-rodape {
    margin: 5px 40px 0px 0px;
}


@media (max-width: 768px) {
    .rodape {
        display: flex;
        flex-direction: column;
    }

    .rodape-center {
        display: flex;
        flex-direction: column;
    }

    .rodape-right {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .img-rodape {
        margin: 0;
    }

    .prog-input {
        margin-top: 5rem;
    }

    .mobile-button {
        display: flex;
        flex-direction: column;
    }

    .button-dia {
        padding: 7px 8px 7px 8px !important;
    }

    .borda-direita {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .borda-esquerda {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .nav-buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .pad {
        padding: 0 !important;
    }

    .button-container {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }

    .quinta {
        width: 100% !important;
        font-size: 10px !important;
    }

    .sexta {
        width: 100% !important;
        font-size: 10px !important;
    }

    .sabado {
        width: 100% !important;
        font-size: 10px !important;
    }

    .testeee {
        width: 200% !important;
    }
}

/* DIAS */


.sexta_bg {
    background-color: #117433 !important;
    border-color: #117433 !important;
    color: white;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    transition: all ease 0.5s;
}

.sexta_bg:hover {
    background-color: #63BC99 !important;
    border-color: #63BC99 !important;
    text-decoration: none;
    color: white;
}

.sexta_bg.active,
.sexta_bg.show {
    background-color: #63BC99 !important;
    border-color: #63BC99 !important;
}


.quinta_bg.active,
.quinta_bg.show {
    background-color: #3F66AE !important;
    border: #3F66AE !important;
}

.quinta_bg:hover {
    background-color: #3F66AE !important;
    border: #3F66AE !important;
}

.sabado_bg.active,
.sabado_bg.show {
    background-color: #AA1A28 !important;
    border: #AA1A28 !important;
}

.sabado_bg:hover {
    background-color: #AA1A28 !important;
    border: #AA1A28 !important;
}


.quinta_bg {
    text-decoration: none;
    background-color: #031b05 !important;
    border: #031b05 !important;
}

.sabado_bg {
    background-color: #76141E !important;
    border: #76141E !important;
}


/* DIAS */


.form-group {
    display: flex;
    flex-direction: column;
}

.form-group p {
    margin: 0px;
    color: #192743;
    font-size: 15px;
    font-weight: 650;
}

.form-group span {
    font-size: 20px;
    color: #192743;
    font-weight: 700;
}

.wpp-rodape {
    position: relative;
    left: 330px;
    width: 10%;
    bottom: 65px;
    height: auto;
}


.btn-trabb {
    border-radius: 50px !important;
    width: 25%;
}


.btn-trab {
    border-radius: 50px !important;
    width: 80%;
}


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



}


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

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

    .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 {
        color: white;
        text-decoration: none;
        position: relative;
        font-family: "Figtree", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: italic;
    }


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

}


@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: "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
    }

}


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



.dia-4 {
    background-color: #3F66AE;
}


.dia-5 {
    background-color: #63BC99;
}

.dia-6 {
    background-color: #AA1A28;
}

.sala-4 {
    background-color: #3F66AE !important;
    color: white;
}


.sala-5 {
    background-color: #63BC99 !important;
    color: black;
}

.icon-pointer {
    cursor: pointer;
    font-size: 23px !important;
    margin-top: 12px;
    margin-bottom: 16px !important;

}

.sala-6 {
    background-color: #AA1A28 !important;
    color: white;
}

.top-mobile {
    margin-top: 10%;
}

.quinta {
    background-color: #031b05 !important;
}

.sexta {
    background-color: #117433 !important;
}

.sabado {
    background-color: #76141E !important;
}


.quinta_texto {
    color: #031b05 !important;
}

.sexta_texto {
    color: #117433 !important;
}

.sabado_texto {
    color: #76141E !important;
}

.button-dia {
    background-color: #117433;
    border-color: #117433;
    padding: 14px 40px 14px 40px;
    color: white;
    margin-bottom: 10px;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    transition: all ease 0.5s;
}

.button-dia:hover {
    background-color: #63BC99;
    border-color: #63BC99;
    text-decoration: none;
    color: white;
}

.button-dia.active,
.button-dia.show {
    background-color: #63BC99;
    border-color: #63BC99;
}


.borda-esquerda.active,
.borda-esquerda.show {
    background-color: #3F66AE;
    border: #3F66AE;
}

.borda-esquerda:hover {
    background-color: #3F66AE;
    border: #3F66AE;
}

.borda-direita.active,
.borda-direita.show {
    background-color: #AA1A28;
    border: #AA1A28;
}

.borda-direita:hover {
    background-color: #AA1A28;
    border: #AA1A28;
}


.borda-esquerda {
    border-radius: 21px 0 0 21px;
    text-decoration: none;
    padding-left: 40px;
    padding-right: 30px;
    background-color: #031b05;
    border: #031b05;
}

.borda-direita {
    padding-right: 40px;
    padding-left: 30px;
    border-radius: 0 21px 21px 0;
    background-color: #76141E;
    border: #76141E;
}

.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: #011841;
}

/* FIM -- cards */



.nav-fixed {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: #031b05;
    padding: 10px !important;
    margin: 0px !important;
}

.nav-linkk {
    color: white;
    text-decoration: none;
    position: relative;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
}

.nav-linkk:hover {
    color: white;
    border-bottom: 2px solid white;
    text-decoration: none
}



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

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


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

.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: #011841 !important;
    border-radius: .2em;
}

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

#logo {
    width: 85%;
}

.text-pink {
    color: #007bff !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 #007bff;
    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: #007bff;
    opacity: 0;
}

#palestrantes header>h1 {
    width: 50%;
    margin: 0 auto;
    padding: 1rem;
    background-color: #031b05;
    border-radius: 0 0 10px 10px;

}

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

.convidados h5 {
    font-size: 1.10rem !important;
}

.convidados {
    box-shadow: 5px 5px 10px 2px #adadad;
    background-color: #031b05;
}

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

.class1 {
    background-color: #76141E !important;
}

.class2 {
    background-color: #031b05 !important;
}

.class3 {
    background-color: #BF8B15 !important;
}

.class4 {
    background-color: #117433 !important;
}

.class5 {
    background-color: #76141E !important;
}

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

.text-palestrante>h5,
.text-palestrante>h6,
.text-palestrante-convidados>h5,
.text-palestrante-convidados>h6 {
    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: #011841;
    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: #007bff;
    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: #3F66AE;
    color: #fff !important;
    border-radius: 0;
    text-decoration: none
}

.nav-background {
    background-color: #031b05;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
}



.nav-hover {
    color: white !important;
}

.nav-hover:hover {}

@media (max-width: 576px) {
    .text-responsivo {
        font-size: 0.7em;
    }

    .convidados {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
}

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

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

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

    .convidados {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
}

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

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

    .logo-whatsapp {
        width: 45px;
    }

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

    footer {
        padding: 1rem;
    }

    footer h1 {
        font-size: 2em;
    }

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

    .convidados {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
}

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

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

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

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

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

    .convidados {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
}


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


.botao {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    border-radius: 15px !important;
    border: 0px;
    text-transform: uppercase;
    padding: 5px 20px
}