/* gerais */
* {
    font-family: 'Montserrat', sans-serif !important;
}

p {
    font-size: 16px;
    line-height: 23px;
}

h1 {
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    font-size: 33px;
    line-height: 41px;
}

h2 {
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    font-size: 35px;
    line-height: 41px;
    text-align: center;
    padding: 0 80px 42px 80px;
}

h1 > span,
h2 > span,
p > span {
    color: #ffcc00;
    font-weight: 800;
}

.row {
    max-width: 966px;
    margin: 0 auto;
}

/* botões */
.btn-yellow {
    background-color: #ffcc00;
    margin-top: 23px;
    padding: 21px 71px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    display: inline-block;
    font-size: 19px;
    text-align: center;
    transition: 0.6s;
    text-decoration: none;
    margin: auto 0 0 0;
}

.btn-yellow:hover {
    color: #ffcc00;
    background-color: #121212;
}

.btn-yellow:active {
    color: #ffcc00;
    background-color: #121212;
}

.btn-yellow:focus {
    color: #ffcc00;
    background-color: #121212;
}

.btn-gray {
    background-color: #232323;
    color: #fecb00;
    font-size: 12px;
    line-height: 21px;
    font-weight: bold;
    padding: 12px;
    display: block;
    width: fit-content;
    margin-top: 15px;
    text-decoration: none;
    margin: auto 0 0 0;
}

.btn-gray:hover {
    color: #fecb00;
    background-color: #000;
    text-decoration: none;
}

.btn-gray:active {
    color: #fecb00;
    text-decoration: none;
}

.btn-gray:focus {
    color: #fecb00;
    text-decoration: none;
}

.content-left {
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* cabecalho */
header {
    padding-bottom: 50px;
    background: url('https://www.agenciamestre.com/wp-content/themes/bootstrap/sessaoestrategica/img/BG1.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-superior {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.header-info {
    padding-top: 50px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}

.header-content {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: initial;
    align-items: center;
    flex-direction: column;
    padding-right: 50px;
}

.header-content h1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 35px;
}

.header-content p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.header-content--small {
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.5;
}

.form_modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_modal--overlay {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 7;
}

.form_modal--body {
    z-index: 8;
    position: relative;
    background-color: #fff;
    max-width: 400px;
    display: flex;
    justify-content: end;
    flex-direction: column;
}

.form_modal--content {
    padding: 0px 30px 30px 30px;
}
.form_modal--content p {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    padding-bottom: 10px;
}

.form_modal--content .btn-yellow {
    padding: 21px;
    display: block;
    width: 100%;
}

.form_modal--close {
    padding: 20px 30px 20px 30px;
    display: inline-block;
    align-self: end;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
}

.form {
    padding: 30px;
    border-radius: 5px;
    background-color: #232323;
    color: #fff;
}

.form-title {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

.form .gform_heading {
    display: none;
}

.form .gfield {
    margin-bottom: 15px;
}

.form label,
.form input,
.form select {
    color: #000;
    font-size: 14px;
    background-color: #dedede;
    font-weight: normal;
}

.form label {
    color: #fff;
    background-color: transparent;
}

.form input,
.form select {
    background-color: #c4c4c4;
    padding: 10px;
    white-space: normal;
    word-wrap: break-word;
    border-radius: 5px;
    width: 100%;
    border: none;
}

.form select {
    -webkit-appearance: none;
    appearance: none;
}

.form .ginput_container_select {
    position: relative;
}

.form .ginput_container_select:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: rotate(45deg) translateY(-50%);
    z-index: 1;
    width: 6px;
    height: 6px;
    border: 2px solid #000;
    border-top: 0;
    border-left: 0;
    margin-top: -1px;
}

.form .ginput_container_checkbox {
    margin-top: 0;
}

.form .gchoice {
    display: flex;
    align-items: center;
}

.form input[type='checkbox'] {
    width: 20px;
    height: 20px;
    margin: -1px 10px 0 0;
}

.form .gchoice label {
    margin: 0;
}

.form .gchoice_24_8_1 {
    display: none;
}

.form input[type='submit'] {
    background-color: #fdcc00;
    color: #000;
    padding: 20px 40px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
}

.form input:disabled {
    cursor: not-allowed;
    background-color: transparent;
    opacity: 0.3;
    border: 1px solid #ffffff;
    color: #fff;
}

.form .gchoice {
    align-items: flex-start;
}

.form .gchoice input {
    margin-top: 3px;
}

.form .gform_footer {
    margin-top: 20px;
}

.form .gform_footer:after {
    content: 'Prometemos não utilizar suas informações de contato para enviar qualquer tipo de SPAM.';
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    opacity: 0.5;
}

/* para quem */
.para-quem {
    background-color: #050608;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
}

.para-quem-content {
    align-items: center;
}

.para-quem p {
    font-size: 18px;
    line-height: 1.5;
}

.para-quem h2 {
    text-align: left;
    padding: 0;
    margin-bottom: 30px;
}

.para-quem-item {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 20px;
    border: solid 1px;
    border-left-width: 10px;
}

.para-quem-item:nth-child(1) {
    border-color: #ff6630;
}

.para-quem-item:nth-child(2) {
    border-color: #ffcc00;
}

.para-quem-item:nth-child(3) {
    border-color: #05cdfb;
}

.para-quem-text {
    padding-left: 50px;
}

/* diferenciais */
.diferenciais {
    background-color: #232323;
    padding: 70px 50px;
}

.diferenciais-lista {
    display: flex;
    margin-bottom: calc(42px + 28px);
    justify-content: space-between;
}

.diferenciais-card {
    background-color: #000;
    padding: 30px;
    width: calc(33.3% - 15px);
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 28px;
}

.diferenciais-card::after {
    content: '';
    height: 28px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -28px;
}

.diferenciais-card-01::after {
    background: #ff6630;
    border-radius: 0 0 0 100px;
}

.diferenciais-card-02::after {
    background: #ffcc00;
}

.diferenciais-card-03::after {
    background: #05cdfb;
    border-radius: 0 0 100px 0;
}

.diferenciais-card h3 {
    color: #fdcc00;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 5px;
}

.diferenciais-card p {
    color: #fff;
    font-size: 16px;
}

.diferenciais-card p > span {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.diferenciais-card a {
    color: #fdcc00;
    transition: all ease-in-out 0.1s;
}

.diferenciais-card a:hover {
    border-bottom: solid 3px #fdcc00;
    transition: all ease-in-out 0.1s;
}

.diferenciais-texto p {
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}

/* beneficios */
.beneficios {
    background-color: #232323;
    height: fit-content;
    padding: 0px 50px 70px 50px;
}

.beneficios-ciclo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.beneficios h2 > span {
    color: #ffcc00;
}

.beneficios p {
    color: #fff;
    line-height: 24px;
    margin-bottom: 40px;
    text-align: center;
}

.beneficios p > span {
    font-weight: bold;
}

.beneficios ul {
    color: #fff;
    line-height: 21px;
    list-style: none;
    padding-top: 35px;
    padding-left: 55px;
    padding-right: 65px;
}

.beneficios ul li {
    line-height: 21px;
    padding-top: 5px;
    list-style-image: url('https://www.agenciamestre.com/wp-content/themes/bootstrap/sessaoestrategica/img/elipse.svg');
    padding-left: 10px;
}

.beneficios-ciclo {
    margin-bottom: 30px;
}

.--mobileonly {
    display: none;
}

/* cases reais */
.cases {
    background-color: #050608;
    padding: 70px 50px 140px 50px;
}

.cases h2 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.cases-lista {
    display: flex;
    flex-wrap: wrap;
    max-width: 966px;
    margin: 40px auto 0 auto;
    gap: 30px;
}

.case-card {
    flex: 0 0 calc(33.33% - 30px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 30px;
    border: 1px solid #535353;
}

.case-card-cliente {
    color: #ffcc00;
    font-size: 18px;
    font-weight: bold;
}

.case-card-descricao {
    color: #fff;
    font-size: 14px;
}

.cases-rodape {
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

.cases-rodape h3 {
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 20px;
    color: #ffcc00;
}

.cases-rodape p {
    margin-bottom: 20px;
}

/* sobre */
.sobre {
    background-color: #212121;
    padding: 35px 50px 70px 50px;
}

.sobre img {
    margin-top: -100px;
    margin-bottom: 50px;
    max-width: 100%;
}

.sobre p {
    color: #fff;
    font-size: 16px;
    padding-bottom: 30px;
    text-align: center;
    line-height: 23px;
}

.sobre p > span {
    color: #fff;
    font-weight: bold;
}

.sobre-premios {
    display: flex;
    justify-content: center;
}

.sobre-areas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.sobre-areas-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 calc(25% - 30px);
    text-align: center;
    border: 1px solid #fc673b;
    padding: 10px;
    min-height: 80px;
}

.sobre-areas-item p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.sobre-bloco-destaque,
.sobre-bloco-destaque--mobile {
    background-color: #000;
    padding: 50px 20px;
}

.sobre-bloco-destaque h3 {
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    font-size: 27px;
    line-height: 1.2;
}

.sobre-bloco-destaque h3 span {
    color: #ffcc00;
}

.sobre-bloco-destaque {
    display: flex;
    align-items: center;
}

.sobre-bloco-destaque p {
    padding-bottom: 0;
    text-align: left;
}

.sobre-bloco-destaque a {
    height: 65px;
    margin: 0 auto;
    width: fit-content;
    padding: 21px 70px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 30px;
    margin-bottom: -80px;
}

.sobre-bloco-destaque--mobile {
    display: none;
}

.rodape {
    background-color: #212121;
    display: flex;
    justify-content: center;
    padding: 35px 0 65px 0;
}

/* Pop de saída */
#rd-text-jwdn5trq {
    margin-bottom: 0;
}

#rd-text-lq16sdr0 p span {
    color: #000;
    font-weight: 500;
}

.bricks-form__field > .bricks-form__label {
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    font-family: 'Montserrat' !important;
}

.rdstation-popup-js-submit-button {
    font-weight: 800 !important;
}

@media screen and (max-width: 1024px) {
    header {
        padding-bottom: 50px;
        height: fit-content;
    }

    .header-info {
        padding: 81px 0 0 0;
    }

    .beneficios {
        padding: 70px 30px;
    }

    .beneficios h2 {
        padding: 0 0 63px 0;
    }

    .beneficios-ciclo img {
        width: 100%;
    }

    .beneficios ul {
        padding: 35px 0 0 55px;
    }

    .beneficios p {
        margin-left: 0;
    }
}

@media screen and (max-width: 900px) {
    h2 {
        text-align: center !important;
        padding: 0;
    }

    .--desktoponly {
        display: none;
    }

    .--mobileonly {
        display: block;
    }

    .header-content {
        text-align: center;
        padding: 0;
        margin-bottom: 40px;
    }

    .para-quem-text {
        text-align: center;
        padding: 0;
    }

    .beneficios {
        padding-top: 0;
    }

    .beneficios h2 {
        padding-bottom: 40px;
    }

    .case-card {
        width: 100%;
        flex: initial;
        text-align: center;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .diferenciais-lista {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .diferenciais-card {
        width: 100%;
        margin-bottom: 29px;
    }

    .diferenciais-card::after {
        border-radius: 0;
    }
}

@media screen and (max-width: 460px) {
    h1,
    h2 {
        font-size: 20px !important;
        line-height: 1.4;
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .btn-yellow {
        padding: 10px 20px !important;
    }

    .header-content--small,
    .para-quem p {
        font-size: 16px;
    }

    .diferenciais,
    .cases,
    .beneficios,
    .sobre {
        padding: 40px 0;
    }

    .beneficios {
        padding-top: 0;
    }

    .sobre img {
        margin-top: 40px;
    }

    .sobre-areas {
        gap: 10px;
    }

    .sobre-areas-item {
        flex: 100%;
    }

    .sobre-bloco-destaque,
    .sobre-bloco-destaque p {
        text-align: center;
    }
}
