.projj-item span {
    font-family: 'Futura Md BT';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #4B4A4A;
}
.lb-number, .lb-caption {
    display: none !important;
}

.projj-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    font-family: 'Futura Bk BT';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #595959;
}

.px-0 {
    padding-left: 6px;
    padding-right: 0;
    margin-bottom: 6px;
}

.projj-small:hover .projjs-label {
    background: rgba(74, 74, 74, 1);
}

.yt-img {
    width: 100%;
    aspect-ratio: 2/1;
    background-size: cover;
    background-position: center;
}


.projjs-label {
    transition: 300ms all ease-in-out;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    background: rgba(74, 74, 74, 0.7);
    font-family: 'Futura Bk BT';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 12px 15px;
}

.projjs-img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-size: cover;
    background-position: center;
    transition: 300ms all ease-in-out;
}

.projj-small:hover .projjs-img {
    transform: scale(1.1);
}

.bl-sidef {
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    box-shadow: 0px 12px 44px -19px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 12px 25px;
    margin-bottom: 8px;
}

a.start-cam {
    border-radius: 10px;
    background: #069C94;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    font-family: 'Montserrat';
}

a.start-mic {
    border-radius: 10px;
    background: rgb(27, 183, 194);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    font-family: 'Montserrat';
}

a.finish-mic {
    border-radius: 10px;
    background: rgb(27, 183, 194);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    font-family: 'Montserrat';
}

a.cancel-cam {
    border-radius: 10px;
    background: #c5c5c5;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: black;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 15px;
    font-family: 'Montserrat';
}

a.cancel-mic {
    border-radius: 10px;
    background: #c5c5c5;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: black;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 15px;
    font-family: 'Montserrat';
}

.sidef-text span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.03em;
    color: #484848;
}

.sidef-text {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.03em;
    color: #737373;
}

.projj-small {
    overflow: hidden;
    display: block;
    width: 100%;
    aspect-ratio: 1/1.01;
    height: auto;
    position: relative;
}

.projj-big:hover .projjs-img {
    transform: scale(1.1);
}

.sidee-menu {
    position: absolute;
    top: 0;
}

.projj {
    padding: 50px 32px;
    display: flex;
    height: fit-content;
    background: #F8F8F8;
}
.projj.desk {
    margin-top: 105px;
}
.projj-big {
    overflow: hidden;
    display: block;
    width: 100%;
    aspect-ratio: 2/1;
    height: auto;
    position: relative;
}

.video-cont {
    width: 100%;
    aspect-ratio: 2/1;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.page-id-1942 .logo-footer {
    display: none;
}

.projj iframe {
    width: 100%;
    aspect-ratio: 2/1;
    height: auto;
    margin: 0;
    display: block;
}

.projj-ttl {
    font-family: 'Futura Md BT';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #4B4A4A;
    margin-bottom: 20px;
}

.btn-instrucoes .fa-chevron-up {
    display: inline-block;
}

.btn-instrucoes .fa-chevron-down {
    display: none;
}

.btn-instrucoes.active .fa-chevron-up {
    display: none;
}

.btn-instrucoes.active .fa-chevron-down {
    display: inline-block;
}

.mtt {
    margin-top: 100px;
}

.projj-hr {
    width: 100%;
    height: 1px;
    background: #CFCFCF;
    margin: 30px 0;
}

.pxzero {
    padding: 0 !important;
}

a.projj-link {
    font-family: 'Futura Md BT';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #296F93;
    margin-top: 25px;
    display: inline-block;
}

.projj-name {
    display: inline-block;
    font-family: 'Futura Md BT';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: #595959;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bbab97;
}

.projj-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #484848;
    font-weight: 500;
    margin-top: 60px;
}

@media (max-width: 1200px) {
    .grid-2 {
        width: 100% !important;
    }

    .grid-1 {
        width: 50% !important;
    }
}

@media (max-width: 992px) {
    .projj-content {
        margin-top: 30px;
    }

    .footer-fila {
        padding-bottom: 120px;
    }

    .projj {
        flex-direction: column;
    }

    .sidee-menu {
        position: initial;
    }
    iframe[name="Botmaker"] {
        display: none !important;
    }
}

@media (max-width: 448px) {
    .xxs-full {
        width: 100%;
    }
}

.grid-2 {
    width: 66%;
}

.grid-1 {
    width: 33%;
}

.grid-itm {
    padding: 3px;
}

.video {
    background-color: black;
}

.projj-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #484848;
}

.popup-stars {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    max-width: 300px;
    text-align: center;
    margin: 30px 0 10px;
}

input.popup-input {
    color: #8F8F8F;
    font-family: Futura Bk BT;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 90%;
    margin: 20px 0;
    padding: 10px;
}

.popup-stars i.alt {
    color: #069C94;
}

.popup-stars i {
    color: #aaa;
    font-size: 24px;
    cursor: pointer;
}

a.cancel-btn {
    color: #999;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: uppercase;
    margin: 10px;
}

.projj-title2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #484848;
    margin-bottom: 10px;
    margin-top: 10px;
}

.aviso-btns {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 10px 0;
}

a.aviso-btn.alt {
    background: #B60707;
}
a.aviso-btn.alt:hover {
    background: #9e0606;
}

a.aviso-btn:hover {
    background: #048680;
}

a.aviso-btn {
    transition: 300ms all ease-in-out;
    margin: 10px;
    border-radius: 10px;
    background: #069C94;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 30px;
    display: inline-block;
    width: 170px;
}

.projj-subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #484848;
    margin-top: 10px;
    margin-bottom: 10px;
}

.projj-subtitle2 {
    color: #484848;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pd100 {
    padding: 134px 0;
}

a.default-btn.alt {
    background: #D0D0D0;
}

a.default-btn.alt:hover {
    background: #c4c4c4;
}

a.default-btn {
    border-radius: 10px;
    background: #069C94;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: white;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 25px 82px;
    display: inline-block;
    transition: 300ms all ease-in-out;
}

a.default-btn:hover {
    background: #077570;
}

.h100 {
    height: 100%;
}

.bl-sidef img {
    width: 40px;
}

.pm-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #484848;
}

.pm-subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #484848;
    margin-top: 10px;
}

.owl-fotos {
    margin-top: 20px;
}

.pm-img {
    width: 100%;
    aspect-ratio: 3/2;
    background-size: cover;
    background-position: center;
}


.owl-fotos .owl-next {
    right: 20px;
}

.owl-fotos .owl-prev {
    left: 20px;
}

.owl-fotos .owl-nav button {
    position: absolute;
    top: 50%;
    background: #484848 !important;
    width: 59px;
    height: 59px;
    display: flex !important;
    border-radius: 60px !important;
    align-items: center;
    justify-content: center;
    color: white !important;
    font-size: 24px !important;
    padding: 0 !important;
    transform: translateY(-50%);
}


section.primeiro-video {
    padding: 45px 30px;
    background: #F8F8F8;
    border-top: 1px solid #E4E4E4;
}

.owl-fotos .owl-nav {
    display: block !important;
}

.primeiro-video iframe {
    width: 100%;
    aspect-ratio: 3/2;
    border-radius: 10px;
    padding: 0;
    height: auto;
}

.pm-video iframe {
    width: 100%;
    aspect-ratio: 3/2;
    border-radius: 10px;
    padding: 0;
    height: auto;
}

.pm-head {
    padding: 25px;
}

.projm-bar {
    left: 0;
    background: #1F4B61;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0 30px;
    z-index: 1;
}

.pm-chegando {
    text-align: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF;
    padding-top: 16px;
}

.pm-chegando img {
    height: 40px;
    margin-left: 10px;
}

.topm-btn span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-left: 10px;
}

a.topm-enviar {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    justify-content: center;
}

.topm-btn {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: right;
    color: #FFFFFF;
    background: #132E3C;
    border-radius: 5px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-fotos .owl-stage-outer {
    border-radius: 10px;
}

.btn-instrucoes {
    background: #52859e;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    color: #FFFFFF !important;
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
}

.inst-content {
    transition: 300ms all ease-in-out;
    height: 0;
    overflow: hidden;
    padding: 0px 10px;
    overflow: auto;
}

.inst-content.show {
    height: auto;
    margin-top: 25px;
}

.galpm-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #484848;
}

section.pm-fotos {
    padding: 40px 20px;
}

section.pm-video {
    padding: 45px 30px;
}

section.pm-video iframe {
    margin-top: 20px;
    border-radius: 10px;
    padding: 0;
}

.inst-content a:hover,
.sidee-menu a:hover {
    background: #d1d1d1;
}

.inst-content a {
    font-size: 12px !important;
    padding: 8px 15px !important;
}

.inst-content a,
.sidee-menu a {
    transition: 300ms all ease-in-out;
    background: #e1e1e1;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #656565;
    text-decoration: none;
    display: inline-block;
    width: fit-content;
    padding: 10px 20px;
    margin: 10px 0;
}

.popupf-container {
    text-align: center;
    max-width: 800px;
    aspect-ratio: 16/9;
    width: 90%;
    z-index: 1;
    text-align: right;
}

video#gum-video {
    background: black;
    margin-top: 20px;
    border-radius: 5px;
}

.mic-test i {
    font-size: 60px;
    margin-top: 10px;
    color: #1bb7c2;
}

.cam-test {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.error-test {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.finish-test {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mic-test {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.popupc-container.alt {
    max-width: 700px;
}

.popupc-container {
    height: auto;
    text-align: center;
    max-width: 600px;
    width: 90%;
    z-index: 1;
    background-color: white;
    border: 2px solid #D9D7D7;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}

a.popupc-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: black;
    border: 1px solid #ccc;
    width: 26px;
    height: 26px;
    border-radius: 30px;
}

.popupf-container iframe, .popupf-container video {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 5px;
}

video#start_video {
    width: 100%;
}

video#prod_video {
    width: 100%;
}

.prod-cont {
    border: 1px solid #ccc;
}

.popup-fila {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* display: none; */
}

.popup-cam {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.popup-aviso {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.bg-popup-fila {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.popupf-container a {
    background: #E1E1E1;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    display: flex;
    text-align: right;
    color: #484848;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}


.topf-btn {
    background: #E1E1E1;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #484848;
    padding: 12px;
    display: flex;
    justify-content: center;
    height: 100%;

}

.topf-btn span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    display: flex;
    align-items: center;
    color: #484848;
    margin-left: 10px;
}

.topbarf {
    background: #F0F0F0;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}


.topf-btn.btn-sair {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #656565;
    justify-content: center;
    border: none;
    background-color: transparent;
}

/* .topf-btn.btn-sair {
    transition: 300ms all ease-in-out;
    background: #CDCDCD;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #656565;
    text-decoration: none;
} */

.topf-chegando {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    text-align: right;
    color: #484848;
    height: 100%;
}

.topf-chegando img {
    height: 50px;
    margin-left: 20px;
}

.logobarf,
.logobarmf {
    text-align: center;
    padding: 50px;
    border-bottom: 1px solid #E4E4E4;
}

.logobarmf img {
    max-width: 100%;
}
