#expositores {
    background-color: white;
}

#expositores .pre-bg {
    width: 100%;
    background-image: url("/images/bgimg1.png");
    background-size: cover;
    background-repeat: no-repeat;
}

#expositores .summit {
    padding-top: 120px;
    height: 70vh;
    background: linear-gradient(180deg, rgba(71, 27, 122, 0.8) 0%, #000 100%);
}

#expositores .summit .title {
    color: white;
    font-family: "Akira";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: left;
    width: 100%;
}

#expositores .subtitle {
    /* txtefec */
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.26);
    font-family: Barlow;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.8px;
    margin-top: 26px;
}
@media (max-width: 720px) {
    #expositores .summit .title {
        font-size: 30px;
    }
}
#expositores .description {
    color: #fff;
    /* txtefec */
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.26);
    font-family: Barlow;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.26px;
    margin-top: 12px;
    text-align: justify;
}

#expositores .bt-expor {
    border-radius: 100px;
    background: #ed5200;
    color: white;
    margin-top: 45px;
    margin-bottom: 30px;
}

#expositores .vantagem-item {
    display: flex;
    gap: 12px;
    margin-bottom: 26px;
}

#expositores .vantagem-item .num {
    color: #fff;
    text-align: right;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.2px;
}

#expositores .vantagem-item .description {
    color: #fff;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    margin-top: 0px;
    padding-top: 0px;
    text-align: left;
}

#expositores .vantagem-item .description span {
    color: #e4e4e4;
    font-family: Barlow;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: 300;
}

#expositores2 {
    margin-top: -90px;
    margin-bottom: 40px;
}

#expositores2 .left-title {
    color: #fff;
    font-family: "Akira";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 12px;
}

#expositores2 .base-buttons {
    border-radius: 8px;
    background: #434343;
    color: white;
    margin-bottom: 12px;
}

#expositores2 .active {
    border-radius: 8px;
    background: #b11923;
}

#expositores2 .base-buttons a {
    text-decoration: none;
    color: white;
}

#expositores2 .expositor-item {
    margin-bottom: 12px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.02);
    padding: 16px;
}

#expositores2 .expositor-item .nome {
    color: #1c1c1c;
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#expositores2 .expositor-item .descricao {
    color: #1b1b1b;
    font-family: Barlow;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 6px;
}

#expositores2 .expositor-item .bt-site {
    border-radius: 8px;
    background: #e75524;
    width: 100%;
    margin-top: 12px;
}

@media screen and (max-width: 1280px) {
    #expositores2 {
        margin-top: 150px !important;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 980px) {
    #expositores2 {
        margin-top: 380px !important;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 670px) {
    #expositores2 {
        margin-top: 380px !important;
        margin-bottom: 40px;
    }
}
