@charset "UTF-8";
@import url('roboto.css');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');


* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 98px;
}

/*
header{
    position:fixed;
}*/
body {
    margin: 0;
    padding: 0;
    font-display: swap;
    overflow-x: hidden;
}

.container-wrapp {
    width: 85vw !important;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}



#navbar {
    width: 100%;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1;
}

.navbar-container {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-container .logo-nav {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-container img {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.navbar-item {
    list-style: none;
    display: flex;
}

.navbar-item a {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 5px;
}

.navbar-item li {
    padding: 3px;
    display: flex;
}

.navbar-container i {
    visibility: hidden !important;
    border: 0;
    border-radius: 5px;
    padding: 8px;
    margin: 8px;
    cursor: pointer;
}

.nav-button i {
    color: aliceblue;
}

.btn {
    padding: 1rem 2.875rem !important;
}

.btn.background-button {
    font-size: 1.5rem !important;
}

.overlay {
    width: 0%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9;
    position: fixed;
    left: 0;
    top: 0;
    overflow-x: hidden;
    transition: all 0.7s;
}

.overlay-content {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    padding: 20px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    color: #000000;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #ea864c;
}

.overlay .closebtn {
    position: absolute;

    right: 37px;
    padding: 3px;
    font-size: 30px;
}

.bnt {
    padding: 20px 60px;
    border-radius: 20px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: bolder !important;
    border: 0;
    background: #FFAD00 !important;
    color: #fff !important;
    cursor: pointer;
}

button {
    padding: 20px 60px;
    border-radius: 20px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: bolder !important;
    border: 0;

    color: #fff !important;
    cursor: pointer;
}

.background-button {
    padding: 24px 68px;
    border-radius: 10px !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.275rem;
    font-weight: bolder !important;
    border: 0;
    background: #D60000 !important;
    color: #fff !important;
    cursor: pointer;
}

.background-button:hover {
    color: black !important;
}

button:hover {
    color: black !important;
}

.formulario {
    padding: 1rem 0;
    background-color: #000000;
    background-blend-mode: color;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.form-control {
    font-weight: bold;
}

.form-email {
    font-weight: bold;
}

.form-name {
    font-weight: bold;
}

.form-empresa {
    font-weight: bold;
}

.formulario video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: unset;

    width: 100%;
    height: 100%;
}

.formulario .video-formulario {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.formulario .video-formulario iframe {
    width: 100%;
    height: 100%;
}


.formulario .video-formulario iframe .html5-video-container .video-stream .html5-main-video {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
}

.formulario-interno {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: .875rem;
    width: 45%;
    left: 10%;
    top: 20px;
    border-style: solid;
    border-color: #be6119;
    position: sticky;
    font-family: "Roboto", Sans-serif;
    color: aliceblue;
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: color;
}

.caixa-texto-form {
    padding: 10px;
}

.caixa-texto-form h1 {
    font-size: 1.785rem;
    margin-bottom: 0;
}

.caixa-texto-form span {
    font-weight: bold !important;
}

.text-descript {
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    font-weight: bold !important;
}

.text-descript p {
    margin-bottom: .5rem;
}

.caixa-texto-form {
    text-align: center;
}

.formulario-entrada {
    padding: .5rem 1rem;
    display: flex;
    flex-direction: column;
}

.formulario-entrada .form-group {
    margin-bottom: .5rem;
}

.formulario-entrada .form-control {
    padding: .25rem .75rem;
}

.formulario-entrada select.form-control:not([size]):not([multiple]) {
    height: calc(2rem + 2px);
}

.form-campo-label {
    height: 18px;
    font-weight: bold !important;
}

.botao-form {
    background: #FFAD00;
    border-radius: 30px;
    padding: .875rem 0;
}

#label-setor-empresa {
    color: #000;
    font-weight: bold;
}

#label-setor-empresa label-whatsapp {
    color: #000;
    font-weight: bold;
}

#label-cargo {
    color: #000;
    font-weight: bold;
}

.carde h3 {
    color: #F3E117 !important;
    font-size: 1.875rem;
    margin: 16px 0;
    font-weight: bold !important;
}

.carde span {
    color: #eee;
    font-weight: 300;
    max-width: 270px;
    font-size: 1.125rem;
    margin-bottom: 16px;
    font-weight: bold !important;
}

.carde .icon i {
    font-size: 2.375rem;
}

.subgrupo span {
    font-weight: bold !important;
}

#cards {
    display: flex;
    gap: 1rem;
    padding: 32px;
}

.carde {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #000;
    /*padding: 2rem 2.5rem;*/
    /*margin-left: 2px;*/
    font-family: "Roboto", Sans-serif;
    border-radius: 20px;
    border-style: solid;
    border-color: #fff;
    font-weight: bold !important;
}

.icon i {
    size: 20%;
    color: #eee !important;
}

.icon img {
    width: 100%;
}

.card-box-1 {
    background: url('../img/diversos/palco.jpg') no-repeat center center/cover;
    display: flex;
    width: 100%;
    padding: 3.5rem 0;
    gap: 2rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.baners-1 {
    width: calc(100%/4 - 2.5rem);
    height: 60%;
    background-color: black;
    margin: 0px;
    border-radius: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    color: #fff;
    font-size: 20px;
    font-family: "Roboto", Sans-serif;
    font-weight: bold;
}

.conteiner-icon-1 {
    text-align: center;
    margin: 10px;
    background: #F3E117;
    border-radius: 8px;
    padding: 10px;
    justify-content: space-evenly;
    display: flex;
}

.conteiner-icon-1 h2 {
    font-size: 1.875rem;
    font-weight: 700;
    color: black;
}

.conteiner-texto-maior-1 {
    margin-top: 10%;
    text-align: center;
    line-height: 1.65;
    height: 225px;
    margin: 20px;
    font-weight: bold;
}

#card-box {
    background: url('/novo-site/assets/img/diversos/ERPSummit-00347-scaled.jpg') no-repeat center center/cover;
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: color;
    display: flex;
    width: 100%;
    padding: 1.5rem 0;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.count-container {
    color: #fff;
    width: 85vw;
    margin: 2rem auto;
    text-align: center;
}

.count-container h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.count-container ul {
    margin: 0;
    padding: 0;
}

.count-container li {
    display: inline-block;
    font-size: 1rem;
    list-style-type: none;
    padding: 1em;

    width: calc(100% / 4 - 10%);
    height: auto;

    background: #004E94;
    border: 3px solid #be6119;
}

.count-container li span {
    display: block;
    font-size: 4.5rem;
}

@media all and (max-width: 768px) {
    .count-container h3 {
        font-size: 1rem;
    }

    .count-container{
        width: 95vw;
    }

    .count-container li {
        width: calc(100%/4 - 0.25rem);
        font-size: .875rem;
    }

    .count-container li span {
        font-size: 1.375rem;
    }
}


#card-box h2 {
    width: 75%;
    text-align: center;
    margin-top: 1rem;

    font-size: 2.125rem;
    font-weight: 600;
    color: #ffffff;
}

.card-box {
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: color;
    display: flex;
    width: 100%;
    height: 100vh;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.carde h3 {
    color: #FFAD00;
    font-size: 1.5rem;
    margin: 16px 0;
}

.carde span {
    color: #eee;
    font-weight: 300;
    max-width: 270px;
    font-size: 1.125rem;
    margin-bottom: 16px;
}

.carde {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #000;
    padding: 2rem 2.5rem;
    max-width: 600px;
    margin-left: 2px;
    font-family: "Roboto", Sans-serif;
    border-radius: 20px;
    border-style: solid;
    border-color: #fff;
}

.palestrant-section {
    /* display: none; */
}

.conteiner-info {
    background: url('/novo-site/assets/img/diversos/ERPSummit-00347-scaled.jpg') no-repeat center center/cover;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: color;
    width: 100%;
    padding: 1.5rem 0;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.conteiner-escrita-1 {
    margin: 20px;
    width: 100%;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    color: #eee;
}

.conteiner-escrita-1 span {
    color: #eee;
    font-size: 1.875rem;
    display: flow-root;
    font-family: "Roboto", Sans-serif;
    font-weight: bold;
}

.conteiner-escrita-1 h1 {
    color: #eee;
    font-size: 1.875rem;
    margin-bottom: 1rem;
    display: flow-root;
    font-family: "Roboto", Sans-serif;
    font-weight: bold;
}

.conteiner-escrita-1 p,
.conteiner-escrita-1 p span{
    font-size: 1.125rem;
    display: flow-root;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
}

.conteiner-escrita-1.fixes h1 {
    font-size: 1.375rem;
    margin-bottom: 22px;
}

.conteiner-titulo {
    margin: 20px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
}

.conteiner-titulo-palestrante {
    margin: 10px;
    color: #FFF;
    font-size: 20px;
    line-height: 2.0;
}

.conteiner-texto-info p {
    margin: 30px;
    letter-spacing: 2px;
    color: #eee;
    font-weight: bold !important;
}

.conteiner-texto-info p,
.conteiner-texto-info span {
    display: inline-block;
    font-size: 1.125rem;
}

.conteiner-video .foto-evento-erpsummit {
    visibility: visible;
}

.conteiner-video {
    margin: 0;
    width: 65%;
    height: auto;
}

.conteiner-video img {
    width: 100%;
}

.conteiner-video-ifreme {
    height: 315px;
    width: 560px;
    margin-right: 20px;
    border-radius: 5px;
}

.beneficios .conteiner-titulo {
    margin: 0;
}

.beneficios .conteiner-escrita-1 h1 {
    margin-bottom: .5rem;
}

.beneficios .conteiner-texto-info p {
    margin: 1.5rem 0;
}

.beneficios .conteiner-video {
    width: 65%;
    margin: 0;
    height: auto;
}

.beneficios .conteiner-video img {
    width: 100%;
}


.beneficios-do-evento {
    background-color: black;
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: white;
    font-size: 15px;
    font-family: "Roboto", Sans-serif;
    letter-spacing: 1px;
    line-height: 1.0;
}

.beneficios-do-evento h1 {
    text-align: center;
    margin: 20px;
    font-weight: bold;
}

.beneficios-do-evento .btn {
    margin: 2.5rem 0;
}

.beneficios-do-evento button {
    margin: 20px;
}

.palestrant-section {
    background-color: #000000;
}

.palestrant-section .container-wrapp .palestrante:nth-of-type(odd){
    flex-direction: row-reverse;
}

.palestrante {
    width: 100%;
    height: 65vh;
    display: flex;
    align-items: flex-start;
    /*padding: 20px;*/
}

.palestrant-section .container-wrapp .palestrante .conteiner-video{
    height: 85%;
}

.palestrant-section .container-wrapp .palestrante .conteiner-video .foto-evento-palestrante-1,
.palestrant-section .container-wrapp .palestrante .conteiner-video .foto-evento-palestrante-1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 17%;
}

.conteiner-agenda {
    padding: 3px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
}

.agenda {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.container .dia-1 {
    width: 100%;
}

.agenda-linha {
    display: flex;
    border: 2px solid rgb(126, 126, 126);
}

.agenda-linha .agenda-text{
    text-align: left;
}

.agenda-linha span{
    font-weight: 700;
    text-align: left;
}

.agenda-linha .palestra-desc{
    text-align: left;
}


.agendas .nav.nav-pills {
    width: 85vw;
    margin: 0 auto;
    gap: 1rem;
    flex-wrap: wrap;
}

.agendas .nav-link:hover {
    color: #F3E117 !important;
}

.conteiner-galeria {
    background-color: black;
    display: flex;
    width: 100%;
    height: 500px;
    font-size: 15px;
    font-family: "Roboto", Sans-serif;
    display: flex;
    text-align: center;
    color: white;
    flex-direction: column;
    padding: 0 35px;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.titulo-expositores {
    color: rgb(243, 225, 23);
    ;
    font-weight: bold;
    margin-top: 2rem;
}

.conteiner-footer {
    background-color: dimgrey;
    display: flex;
    width: 100%;
    height: 60px;
    font-size: 15px;
    font-family: "Roboto", Sans-serif;
    color: #fff;
}

.conteiner-footer p {
    margin-left: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0px;
    margin: 19px;
}

.secao {
    background-color: black;
    color: #FFF;
    display: flex;
    justify-content: space-around;
    width: 100%;
    font-family: "Roboto", Sans-serif;
    align-items: center;
}

.secao-conteudo {
    padding: 1rem 0;
    text-align: center;
    font-weight: bold;
}

.secao-conteudo h1 {
    font-size: 2.5rem;
}

.secao-conteudo p {
    font-weight: bold;
}

.lado_lado {
    display: flex;
    /* Torna as seções lado a lado */
    padding-top: 80px;
    justify-content: space-between;
    /* Distribui o espaço entre as seções */
    align-items: flex-start;
    /* Alinha as seções ao topo */
}




.expositores {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;

    margin: .875rem .5rem;
}

.expositores .expositor {
    width: calc(100%/3 - 2rem)
}

.expositores.align-start {
    justify-content: flex-start;
    margin-left: 10%;
    gap: 15rem;
}

/* .expositores div {
    width: 200px;
    height: 100px;
} */

/*CLASSE BOOTSTRAP*/

.bootstrap h1 {
    text-align: center;
}

.container {
    width: 100%;
    display: flex;
}

.row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.col img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.expositores div {
    padding: auto;
}


.icon-linkedin {
    width: 48px;
    height: 48px;
}

.card {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    width: 300px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card .imagen-palestrantes {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}

.card h3 {
    color: #FFAD00;
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.card p {
    color: #000;
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}

#linkedin {
    width: 85vw;
    padding: 2rem 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

#card-linkedin {
    width: calc(100%/4 - 1rem);
    background: #000000;
    display: flex;
    justify-content: center;
}

#card-linkedin .description-palest {
    height: 6em;
}

#card-linkedin .description-palest p {
    width: 100%;
    font-weight: 500;
    line-height: 1.375em;
    height: 3.875em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.agenda-bootstrap {
    padding: 2rem 0;
}

.wrapper {
    max-width: 1200px;
    position: relative;
    border-radius: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #FFAD00;
}

.wrapper i {
    top: 50%;
    height: 46px;
    width: 46px;
    cursor: pointer;
    position: absolute;
    font-size: 1.2rem;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    background: #FFF;
    color: #FFAD00;
    transform: translatey(-50%);
}

.wrapper i:first-child {
    left: -23px;
}

.wrapper i:last-child {
    right: -23px;
}

.wrapper .carousel {
    font-size: 0;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    border-radius: 20px;
}

.carousel img {
    height: 240px;
    object-fit: cover;
    width: calc(100% / 3);
}

.carousel img:first-child {
    margin-left: 0px;
}

.conteiner-expositores {
    background-color: #FFF;
    display: flex;
    width: 100%;
    color: black;
    display: flex;
    text-align: center;
    flex-direction: column;
    font-size: 20px;
    font-family: "Roboto", Sans-serif;
    line-height: 4.0;
}

.conteiner-expositores > h1{
    padding-top: 1.5rem;
}

.titulo-expositores {
    font-size: 3.5rem;
    font-weight: bolder;
    padding: .875rem 0;
    padding-bottom: 1.125rem;
}

.conteiner-interno {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 900px) {
    .carousel img {
        width: calc(100%/2);
    }
}

@media screen and (max-width: 550px) {
    .carousel img {
        width: 100%;
    }
}

@media screen and (max-width: 1038px) {
    .navbar-container .logo-nav {
        visibility: visible !important;
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-container img {
        visibility: visible !important;
        width: 90%;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .formulario-interno {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 45%;
        left: 10%;
        top: 20px;
        border-style: solid;
        border-color: #be6119;
        position: sticky;
        font-family: "Roboto", Sans-serif;
        color: aliceblue;
        background-color: rgba(0, 0, 0, 0.7);
        background-blend-mode: color;
    }

    .navbar-container i {
        color: #eee;
        visibility: visible !important;
    }

    .navbar-item {
        display: flex;
        display: none;
        list-style: none;
    }

}

@media screen and (max-width: 520px) {
    * {
        box-sizing: border-box;
    }

    body {
        margin: 0;
        padding: 0;
        font-display: swap;
    }

    .navbar-container .logo-nav,
    .navbar-container img {
        visibility: visible !important;
        width: 50%;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-container img {
        visibility: visible !important;
        width: 60%;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .formulario-interno {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        top: 20px;
        border-style: solid;
        border-color: #be6119;
        position: sticky;
        font-family: "Roboto", Sans-serif;
        ;
        color: #FFF;
        background-color: rgba(0, 0, 0, .7);
        background-blend-mode: color;
    }

    #card-box {
        display: flex;
        width: 100%;
        padding: 1.5rem 0;
        height: auto;
        justify-content: center;
        align-items: center;
    }

    #card-box h2 {
        width: 100%;
        font-size: 1.5rem;
    }

    .beneficios-do-evento {
        background-color: #000;
        width: 100%;
        height: 210px;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 15px;
        font-family: "Roboto", Sans-serif;
        letter-spacing: 1px;
        line-height: 1;
    }

    .conteiner-escrita-1 {
        margin: 0px;
        width: 100%;
        font-family: "Roboto", Sans-serif;
        font-size: 20px;
        color: #eee;
        padding: 10px;
    }

    .conteiner-video-ifreme {
        width: 100%;
        height: 300px;
        margin: 0;
    }

    .conteiner-video-ifreme .video-formulario {
        width: 100%;
        height: 315px;
    }

    .conteiner-video-ifreme iframe {
        width: 100%;
        height: 300px;
        margin-right: 20px;
        border-radius: 10px;
    }

    .conteiner-info {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

    .conteiner-info .flex {
        flex-direction: column;
    }

    .conteiner-info .conteiner-video {
        margin: 0;
        height: 270px;
        width: 100%;
        border-radius: 5px;
    }

    .foto-evento {
        width: 100%;
        height: inherit;
    }

    .foto-evento-2 {
        width: 100%;
        height: inherit;
    }

    .foto-evento-3 {
        width: 100%;
        height: inherit;
    }

    .card-box-1 .baners-1 {
        width: 90%;
        height: 60%;
        margin: 0;
        font-family: "Roboto", Sans-serif;
    }

    .palestrant-section {
        width: 100%;
        display: flex;
        /* display: none; */
        flex-direction: column;
    }

    .palestrant-section .palestrante {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column !important;
        align-items: center;
        padding: 1rem 0;
    }

    .palestrant-section .palestrante .conteiner-video {
        height: 270px !important;
        width: 100%;
        border-radius: 5px;
        margin: 0;
    }

    .palestrant-section .palestrante .foto-evento-palestrante-1 {
        width: 100%;
        height: inherit;
    }

    .foto-evento-palestrante-2 {
        width: 100%;
        height: inherit;
    }

    .foto-evento-palestrante-3 {
        width: 100%;
        height: inherit;
    }

    .foto-evento-palestrante-4 {
        width: 100%;
        height: inherit;
    }

    .logo-nav {
        width: 48px;
        height: 48px;
    }

    .secao-conteudo h1 {
        font-size: 1.75rem;
    }


    .carde {
        margin-left: 0;
        margin-bottom: 1px;
    }

    .carde:last-child {
        margin-bottom: 0;
    }

    #linkedin {
        width: 100%;
        margin: 0;
        padding: 1.5rem 1rem;
        background: #000000;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #card-linkedin {
        width: 85%;
        background: #000000;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


    .formulario {
        /*background-color: rgba(0, 0, 0, 0.7);*/
        background-blend-mode: color;
        width: 100%;
        height: auto;
    }

    .formulario .video-formulario {
        visibility: hidden;
        width: 100%;
        height: 100%;
    }

    .titulo-expositores {
        font-size: 2.5rem;
    }

    .expositores {
        gap: 1rem;
        justify-content: center;
    }

    .expositores .expositor {
        width: 85%;
    }

    .agendas .nav.nav-pills {
        gap: 1.5rem;
    }

    .nav-pills .nav-link {
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 1020px) {
    * {
        box-sizing: border-box;
    }

    body {
        margin: 0;
        padding: 0;
        font-display: swap;

    }

    .conteiner-info {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

    .conteiner-escrita-1 h1 {
        text-align: center;
    }

    .conteiner-escrita-1 span {
        text-align: center;
        align-items: center;
    }

    #cards {
        flex-direction: column;
        height: inherit;
    }

    #card-box {
        height: auto;
    }

    .card-box-1 {
        display: flex;
        width: 100%;
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .baners-1 {
        width: 50%;
        height: 60%;
        margin: 0px;
        font-family: "Roboto", Sans-serif;
    }

    .conteiner-video iframe {
        height: 270px;
        width: 480px;
        margin-right: 20px;
        border-radius: 5px;
    }

    .conteiner-video {
        height: 270px;
        width: 480px;
        margin: 20px;
        border-radius: 5px;
    }

    .conteiner-video .foto-evento-erpsummit {
        visibility: visible;
    }

    .palestrante {
        width: 100%;
        height: 85vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .conteiner-texto-info p {
        margin: 40px;
        letter-spacing: 2px;
        text-align: center;
    }

    /* .expositores {
        flex-direction: column;
        align-items: center;
    }

    .expositores.align-start {
        justify-content: flex-start;
        margin-left: 10%;
        gap: 15rem;
    } */
}

@media screen and (min-width: 1719px) {
    .expositores.align-start {
        justify-content: flex-start;
        margin-left: 13%;
        gap: 22%;
    }
}

#radio-1:checked~.first {
    margin-left: 0;
}

#radio-2:checked~.first {
    margin-left: -25%;
}

#radio-3:checked~.first {
    margin-left: -50%;
}

#radio-4:checked~.first {
    margin-left: -75%;
}

.fi-br-menu-burger:hover {
    color: #FFAD00;
}

.inicio:hover {
    color: #FFAD00;
}

.expositores:hover {
    color: #FFAD00;
}

.maisInformacoes:hover {
    color: #FFAD00;
}

.Planta:hover {
    color: #FFAD00;
}

.SejaUmExpositor:hover {
    color: #FFAD00;
}

.html5-video-player .video-click-tracking,
.html5-video-player .video-stream {
    width: 100vw !important;
    height: 100vh !important;
    left: 0 !important;
}

.nav-wrapper {
    text-align: center;
}

.sl-nav {
    display: inline;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: .375rem .5rem;
}

.sl-nav ul li > i{
    visibility: visible !important;
    margin: 0;
}

.sl-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-block;
}

.sl-nav li {
    cursor: pointer;
    padding-bottom: 10px;
    color: #ffffff;
}

.sl-nav li ul {
    display: none;
}

.sl-nav li:hover ul {
    position: absolute;
    top: 48px;
    right: -15px;
    display: block;
    background: #fff;
    width: 120px;
    padding-top: 0px;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li:hover .triangle {
    position: absolute;
    top: 34px;
    right: -10px;
    z-index: 10;
    height: 14px;
    overflow: hidden;
    width: 30px;
    background: transparent;
}

.sl-nav li:hover .triangle:after {
    content: '';
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(0px) translatex(10px);
    height: 15px;
    background: #fff;
    border-radius: 2px 0px 0px 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li ul li {
    position: relative;
    display: flex;
    align-items: center;
    background: transparent;
    z-index: 2;
    font-size: 1rem;
}

.sl-nav li ul li:last-of-type {
    padding-bottom: 15px;
}

.sl-nav li ul li span {
    padding-left: 5px;
}

.sl-nav li ul li i {
    visibility: visible !important;
    margin: 8px;
}


.sl-flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    width: 15px;
    height: 15px;
    background: #aaa;
    border-radius: 50%;
    position: relative;
    top: 2px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

#privacy-page.container{
    display: block;
    padding-top: 2rem;
}

#privacy-page.container h1{
    color: var(--title-color);
    margin-bottom: 2rem;
}

#privacy-page h2,
#privacy-page h3,
#privacy-page strong,
#privacy-page a{
    color: var(--title-color);
}

.cookieConsentContainer {
    z-index: 999;
    width: 100%;
    min-height: 20px;
    box-sizing: border-box;
    padding: 1rem;
    background: #232323;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    /* alterar para right caso queira que apareÃ§a na direita */
    display: none
}

.cookieConsentContainer .cookieTitle a {
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    display: block
}

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px
}

.cookieConsentContainer .cookieDesc a {
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    text-decoration: underline
}

.cookieConsentContainer .cookie-footer {
    display: flex;
    align-items: center;
    gap: 1rem;
}


.cookieConsentContainer .cookieButton a {
    display: inline-block;
    font-family: OpenSans, arial, sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: #FFC107;
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    transition: background .3s
}

.cookieConsentContainer .cookieButton.denied a {
    display: inline-block;
    font-family: OpenSans, arial, sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    border: 1px solid #FFC107;
    background: transparent;
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    transition: background .3s
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #FFC107
}

@media (max-width:980px) {
    .cookieConsentContainer {
      bottom: 0 !important;
      left: 0 !important;
      width: 100% !important
    }
}
