/* =========================================
   FONTES
   ========================================= */
@font-face {
    font-family: 'Montserrat';
    src: url(../webfonts/Montserrat-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url(../webfonts/Raleway-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: "Quicksand";
    src: url(../webfonts/Quicksand-Regular.ttf);
    font-display: swap;
}

/* =========================================
   ESTILOS GERAIS
   ========================================= */
body {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Raleway', sans-serif;
}

html, body {
    scroll-behavior: smooth;
}

.content {
    width: 100%;
    height: 800px;
    margin: 0 auto;
    margin-top: 3em;
}

.header .header-content {
    padding-top: 3.5rem;
    padding-bottom: 3rem;
}
#alerta-diferenca-contratos {
    background:#fff3cd;
    border:1px solid #ffeeba;
    padding:12px 15px;
    border-radius:6px;
    color:#856404;
    font-size:14px;
    cursor:pointer;
    margin:0 20px 15px !important;
}

#envelope {
    margin-right: 6px;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

li.dscr {
    color: green;
    font: 400 0.9rem/1.1rem 'Montserrat', sans-serif;
    line-height: 1.8em;
}

/* Scrollbar Personalizada */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: rgb(242, 242, 242);
    border-radius: 1px;
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 4px rgb(179, 179, 179);
    border-radius: 1px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(153, 221, 255, .9);
    border-radius: 1px;
}

/* =========================================
   ELEMENTOS DE CONTEÚDO
   ========================================= */
.container_1 {
    padding-top: 8%;
}

h2 {
    color: #484a46;
    font: 300 1.6rem/1.7rem "Montserrat", sans-serif;
}

.cards-0 .p-heading {
    margin-bottom: 1.5rem;
    font: 400 1.2rem/1.5rem "Montserrat", sans-serif;
}

/* Botão Estilizado (Gradientes Modernos) */
.x-btn {
    background: #ffb76b;
    background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
    background: -webkit-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
    background: linear-gradient(to bottom, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
    width: 330px;
    /* Sombras e Bordas */
    border-radius: 6px; /* Adicionado padrão */
    font-family: 'Raleway', sans-serif;
}

.x-btn:hover, .x-btn:active, .x-btn:visited, .x-btn:focus {
    width: 330px;
    box-shadow: 0 1px 1px 0 #276873;
    text-shadow: 0 1px 0 #ff0;
    border-top: 2px solid #cc7a00;
    border-bottom: 2px solid #ffad33;
    border-left: 2px solid #cc7a00;
    border-right: 2px solid #cc7a00;
    color: #997a00;
    background-color: #ffab23;
    padding-top: 3px;
    outline: none;
}

/* Cores e Fontes Auxiliares */
.green {
    color: rgb(0, 179, 0);
    font-size: 1.4em;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.gray {
    color: rgb(153, 153, 153);
    font-weight: 400;
    font-size: 1.8em;
    font-family: 'Raleway', sans-serif;
}

#tipo {
    font-weight: 500;
    color: rgb(115, 115, 115);
}

/* =========================================
   MODAL
   ========================================= */
.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    padding-top: 1%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4);
    text-align: center;
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin-top: 0.5rem !important;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #888;
    height: 80% !important;
    width: 700px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

@-webkit-keyframes animatetop {
    from { top: -300px; opacity: 0 }
    to { top: 0; opacity: 1 }
}

@keyframes animatetop {
    from { top: -300px; opacity: 0 }
    to { top: 0; opacity: 1 }
}

.fecha {
    background: none;
    color: #fff;
    float: right;
    font-size: 50px;
    margin: -4px 0 4px 0;
    border: none;
    box-shadow: none;
}

.close1, .close2 {
    color: #fff;
    float: right;
    font-size: 50px;
    margin-top: -4px;
}

.close1:hover, .close1:focus, .close2:hover, .close2:focus {
    color: #f2f2f2;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    font-family: 'Quicksand';
    font-size: 1.3em !important;
    font-weight: 700;
    height: 45px !important;
    padding: 15px 10px 15px 20px !important;
    margin: 0;
    background-color: #5cb85c;
    color: #fff;
    text-align: left;
}

.modal-body {
    background: #fff;
    width: 100%;
    height: 595px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px 0;
}
#modal-diferenca {
    background:#fff;
    max-width:600px;
    margin:5% auto;
    padding:25px;
    border-radius:8px;
    font-family:Arial, sans-serif;
    position:relative;
}
#modal-diferenca p {
    font-size: 15px;
    text-align: justify;
    color: green;        
}
#modal-diferenca-header {
    background: #fafafa;
    padding: 10px;
    margin: -25px;
    border-radius: 8px 8px 0 0;
}
#modal-diferenca-header h2 {
    font: 300 1.5rem / 1.8rem "Montserrat", sans-serif;
}
#fechar-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 22px;
    cursor: pointer;    
}
/* Call to Action Areas */
.content_call {
    display: block;
    background: #fff;
    background: -moz-linear-gradient(-45deg, #ffffff 45%, #85bbe5 45%, #85bbe5 58%, #75a8ce 58%, #5d9ed3 72%, #7db9e8 72%, #7db9e8 87%, #7db9e8 88%, #ffffff 88%);
    background: -webkit-linear-gradient(-45deg, #ffffff 45%, #85bbe5 45%, #85bbe5 58%, #75a8ce 58%, #5d9ed3 72%, #7db9e8 72%, #7db9e8 87%, #7db9e8 88%, #ffffff 88%);
    background: linear-gradient(135deg, #ffffff 45%, #85bbe5 45%, #85bbe5 58%, #75a8ce 58%, #5d9ed3 72%, #7db9e8 72%, #7db9e8 87%, #7db9e8 88%, #ffffff 88%);
}

#comp {
    color: #39e600;
    line-height: .6em;
    font-weight: 600;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
}

#comp1 {
    color: #2db300;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: .8em;
    letter-spacing: 2px;
}

#comp2 {
    color: #208000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.3em;
    text-align: justify;
}

#dots {
    font-family: 'Rubik', sans-serif;
    color: #3c0;
}

.docto h1 {
    padding: 0 10px;
    color: #2db300;
    font-family: 'Montserrat', sans-serif;
}

#call_2 {
    font-family: 'Rubik', sans-serif;
    color: #39e600;
}

.call {
    position: relative;
    display: inline-block;
    float: left;
}

.img {
    float: right;
    display: block;
}

.edit {
    float: left;
    position: relative;
    text-align: center;
    z-index: 999;
}

hr {
    margin-top: 5px;
    border: 1px solid #0f0;
}

.copyright {
    height: 2.3rem;
    background-color: #4d4d4d;
    padding-top: 1rem !important;
    text-align: center;
    margin-bottom: 0;
    margin-top: 2%;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.copyright .p-small {
    color: rgb(206, 203, 203) !important;
    font: 100 0.653rem / 0 "Raleway", sans-serif;
    letter-spacing: 1.01px !important;
}

.dvs {
    color: rgb(59, 255, 111) !important;
}

.copyright .p-small a:link {
    color: white;
}

.filter-green {
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}

#whtp {
    font-family: 'Montserrat', sans-serift;
    font-size: 14px;
    letter-spacing: 1px;
    margin-left: 5px;
}

#e_mail {
    margin-left: 5px;
}

.cryptedmail:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

.containerdiv {
    border: 0;
    float: left;
    position: relative;
    width: 120px;
    margin: 2px 15px 7px 15px;
}

.cornerimage {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

img#star {
    width: 120px;
    height: 22px;
}

#avalia {
    background: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, .6) 8%, rgba(242, 242, 242, .8) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    text-align: center;
    padding: 8px 0;
}

/* Privacy Badge */
a.wpcc-privacy {
    border-radius: 3px;
    padding: 1px 8px !important;
    color: rgb(0, 102, 0) !important;
    background: rgb(255, 255, 255) !important;
    opacity: 1 !important;
    margin-left: 10px !important;
}

.wpcc-color-custom-1145778636 .wpcc-btn {
    color: rgb(9, 149, 4);
    background-color: rgb(255, 255, 255) !important;
}

@keyframes blinker {
    50% {
        background: linear-gradient(180deg, rgba(255, 201, 20, 1) 0%, rgba(250, 177, 17, 1) 51%, rgba(255, 202, 8, 1) 52%, rgba(255, 206, 57, 1) 100%);
    }
}

/* =========================================
   MEDIA QUERIES - DESKTOP (Min Width 680px)
   ========================================= */
@media screen and (min-width: 680px) {
    p.dscp {
        font-size: 16px;
        line-height: 1.8em;
        font-family: 'Raleway', sans-serif;
        color: #269900;
        text-align: justify;
    }

    ol.dsc {
        line-height: 1.8em;
        display: block;
        list-style-type: decimal;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0;
        margin-inline-end: 0;
        padding-inline-start: 15px;
    }

    #iframeb, #iframec {
        width: 700px;
        height: 880px;
    }

    .navbar-custom {
        background: rgba(242, 242, 242, .7) !important;
        border-bottom: 2px solid rgba(252, 252, 252, .5) !important;
        border-bottom: solid 2px rgba(255, 255, 255, .6);
        /* CORREÇÃO: Hífen adicionado em webkit-box-shadow */
        -webkit-box-shadow: 0 1px 2px 0 rgba(188, 189, 194, 1) !important;
        -moz-box-shadow: 0 1px 2px 0 rgba(188, 189, 194, 1) !important;
        box-shadow: 0 1px 2px 0 rgba(188, 189, 194, 1) !important;
    }

    .navbar-custom.top-nav-collapse {
        font-weight: bold !important;
        background: rgba(222, 222, 222, .93) !important;
        text-shadow: 1px 1px #999 !important;
        /* CORREÇÃO: Hífen adicionado em webkit-box-shadow */
        -webkit-box-shadow: 0 1px 2px 0 rgba(188, 189, 194, 1) !important;
        -moz-box-shadow: 0 1px 2px 0 rgba(188, 189, 194, 1) !important;
        box-shadow: 0 1px 2px 0 rgba(188, 189, 194, 1) !important;
    }

    .content_call {
        width: 80%;
        height: 520px;
        margin: 0 auto;
        padding: 2%;
    }

    #comp {
        font-size: 49px;
        line-height: .7em;
    }

    #comp1 {
        font-size: 24px;
        font-weight: 600;
    }

    #comp2 {
        font-size: 19px;
        text-align: justify;
        padding-right: 5px;
    }

    #dots {
        font-size: 70px;
        position: absolute;
        float: left;
        margin-left: 85%;
        margin-top: -61px;
        width: 20px;
        text-align: right;
    }

    #call_2 {
        font-size: 23px;
        font-weight: 600;
        text-shadow: 1px 1px #ccefff;
        letter-spacing: 1px;
        color: #269900;
    }

    .docto h1 {
        font-size: 17px;
        line-height: 1.2em;
        font-weight: 600;
        text-shadow: 1px 1px #ccefff;
        letter-spacing: 1px;
        color: #269900;
        text-transform: uppercase;
    }

    .call {
        padding: 20px 10px 20px 30px;
        width: 480px;
    }

    .img {
        margin-right: 2vw;
    }

    .edit {
        width: 39%;
        text-align: center;
        margin-left: 1%;
        margin-top: 3%;
        padding: 20px 0 30px 0;
        border-top: 2px solid #f2f2f2;
        border-bottom: 2px solid #ccc;
        text-align: center;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, .8) 50%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, .8) 50%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, .8) 50%, rgba(255, 255, 255, 0) 100%);
        z-index: 999;
    }

    img#back {
        width: 28vw;
        height: auto;
        margin-right: 0;
        margin-top: 3vw;
    }

    hr {
        margin-top: 8px;
        border: 1px solid #0f0;
        width: 112%;
        margin-right: -10%;
        margin-left: -2%;
    }

    .cards-0 {
        margin-top: 3%;
    }

    .x-btn {
        box-shadow: 0 3px 5px -2px #276873;
        width: 90%;
        background: #ffb76b;
        background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #fc9b00 52%, #f9a82f 100%);
        background: -webkit-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #fc9b00 52%, #f9a82f 100%);
        background: linear-gradient(to bottom, #ffb76b 0%, #ffa73d 50%, #fc9b00 52%, #f9a82f 100%);
        border-radius: 6px;
        border: 1px solid #fa2;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        font-weight: 600;
        font-family:'Raleway', sans-serif;
        font-size: 1.15vw;
        letter-spacing: 2px;
        padding: 12px 25px;
        text-decoration: none;
        text-shadow: 0 1px 0 #cca300;
        outline: none;
        height: 40px;
    }

    .x-btn:hover, .x-btn:active, .x-btn:visited, .x-btn:focus {
        box-shadow: 0 1px 1px 0 #276873;
        width: 90%;
        background: #fceabb;
        background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%) !important;
        background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%) !important;
        background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%) !important;
        text-shadow: 0 1px 0 #cc7a00;
        border: 1px solid #ffff80 !important;
        padding: 12px 25px;
        color: #fff;
        background-color: #ffab23 !important;
        outline: none;
        height: 40px;
    }

    .descr {
        display: block;
        padding: 25px 30px;
        width: 100%;
        margin-top: 30px !important;
        margin: 0 auto;
        border: 1px solid #f2f2f2;
        border-radius: 5px;
        background: #fff;
    }

    .desc {
        width: 100%;
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.6em;
        font-family: 'Raleway', sans-serif;
        color: #269900;
        text-align: justify;
        padding: 5px 13px;
    }

    /* Menu Avalia */
    .menu_avalia {
        display: block;
        position: relative;
        float: left;
        width: 155px;
        height: 90px;
        padding: 0;
        margin: 35px 0 0 30px;
        clear: none;
    }

    .d_avalia {
        position: relative;
        display: inline-block;
        cursor: pointer;
        width: 150px;
        left: 0;
        height: 88px;
        margin: 0;
        padding: 0;
        background: transparent;
        z-index: 999;
    }

    .d_navalia {
        position: relative;
        display: inline-block;
        cursor: pointer;
        width: 150px;
        height: 90px;
        margin: 55px 0 0 -180px;
        background: transparent;
    }

    .d_avalia:hover {
        background: rgba(252, 252, 252, .2);
    }

    .d_content a {
        float: none;
        color: #006bb3;
        padding: 9px 15px;
        text-decoration: none;
        display: block;
        text-align: left;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .d_content a:hover {
        background-color: rgba(252, 252, 252, .5);
        border-top: 2px solid #a6a6a6;
        text-decoration: none;
    }

    .d_avalia .d_content {
        font-family: 'Raleway', sans-serif;
        position: absolute;
        margin-top: 88px;
        background-color: rgba(252, 252, 252, .4);
        width: 150px;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
        max-height: 0;
        overflow: hidden;
        transition: max-height .5s ease-in-out .2s;
    }

    .d_avalia:hover .d_content {
        border-top: 2px solid #f2f2f2;
        max-height: 20em;
    }

    #avaliacoes {
        width: 100%;
        font-family: 'Montserrat', sans-serif;
        font-size: 1em;
        color: #208000;
        padding: 4px 0;
    }

    .d_btn {
        display: none;
    }

    .d_down-content {
        display: none;
    }

    #embed, #embed_a {
        width: 700px;
        height: 1200px;
    }
}

/* =========================================
   MEDIA QUERIES - MOBILE (Max Width 680px)
   ========================================= */
@media screen and (max-width: 680px) {
    body {
        overflow-x: hidden;
        overflow-y: auto;
    }

    p.dscp {
        font-size: 15px;
        line-height: 1.4em;
        font-family: 'Raleway', sans-serif;
        color: #269900;
        text-align: justify;
    }

    ul {
        line-height: 1.6em;
    }

    ol.dsc {
        line-height: 1.5em;
        display: block;
        list-style-type: decimal;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0;
        margin-inline-end: 0;
        padding-inline-start: 15px;
    }

    .header .header-content {
        padding-top: 1.5em;
        padding-bottom: 1em;
    }

    .navbar-custom .navbar-toggler {
        outline: none !important;
    }
    
    #alerta-diferenca-contratos {
        margin:0 20px 15px !important;
        background:#fff3cd;
        border:1px solid #ffeeba;
        padding:12px 5px;
        border-radius:6px;
        color:#856404;
        font-size:13px;
        cursor:pointer;
    }
    #modal-diferenca {
        background:#fff;
        max-width: 90%;
        margin:5% auto;
        padding:20px;
        border-radius:8px;
        font-family:Arial, sans-serif;
        position:relative;
    }
    #modal-diferenca p {
        font-size: 14px;
        text-align: justify;
        color: green;        
    }
    #modal-diferenca li {
        font-size: 14px;
        text-align: justify;
        color: green;        
    }    
    #modal-diferenca-header {
        background: #f2f2f2;
        padding: 10px;
        margin: -20px;
        border-radius: 8px 8px 0 0;
    }
    #modal-diferenca-header h2 {
        font: 300 1.2rem / 1.4rem "Montserrat", sans-serif;
    }
    #btn-trocar {
        height: 55px;
    }
    #fechar-modal {
        position: absolute;
        top: 13px;
        right: 13px;
        font-size: 22px;
        cursor: pointer;    
    }    
    #atencao {
        background: #fff;
        line-height: 1em;
        font-size: .8em;
        font-style: normal;
        color: red;
        padding: 2px;
    }

    #atencao a {
        color: #33cc33 !important;
    }

    .gray {
        color: #999;
        font-weight: 400 !important;
        font-size: 1.4em;
        line-height: 1 !important;
        font-family: 'Raleway', sans-serif;
    }

    .green {
        color: rgb(0, 179, 0) !important;
        font-weight: 400 !important;
        font-size: 1.2em;
        line-height: 1 !important;
        font-family: 'Raleway', sans-serif;
    }

    #doc {
        color: rgb(115, 115, 115);
        font-size: 1.1em;
        font-weight: 400 !important;
        margin-top: 1em;
    }

    h2 {
        color: #484a46;
        font: 300 1.3rem/1.7rem "Montserrat", sans-serif;
    }

    .cards-0 .p-heading {
        line-height: 1.5 !important;
    }

    .form-2 {
        padding-top: 2rem;
        font-family: "Montserrat", sans-serif;
    }

    .menu_avalia {
        display: block;
        position: relative;
        float: none !important;
        width: 152px !important;
        height: 80px;
        padding: 0;
        margin: 0 auto;
        clear: both;
    }

    /* Content Call Mobile */
    .content_call {
        width: 100%;
        height: 710px;
        margin: 25% 0 0 0;
        padding: 1%;
    }

    #comp {
        font-size: 32px;
        line-height: .8em;
    }

    #comp1 {
        font-size: 15px;
        line-height: 1.2em;
        font-weight: 700;
    }

    #comp2 {
        font-size: 21px;
        line-height: 1.2em;
    }

    #dots {
        font-size: 60px;
        position: absolute;
        float: left;
        margin-left: 76%;
        margin-top: -50px;
        width: 20px;
        text-align: right;
    }

    .call {
        padding: 5px 50px 0 25px;
        width: 100%;
    }

    .img {
        margin: 0 auto;
        width: 73%;
        height: auto;
    }

    .edit {
        width: 100%;
        margin-left: 0;
        margin-top: -45px;
        padding: 40px 10px 30px 10px;
        text-align: center;
        border-top: 0;
        border-bottom: 0;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
    }

    .docto h1 {
        font-size: 16px;
        line-height: 1.1em;
        font-weight: 700;
        letter-spacing: 1px;
        color: #090;
        text-shadow: 1px 1px #ccefff;
        text-transform: uppercase;
    }

    img#back {
        width: 260px;
        height: 260px;
        margin-left: -40px;
        margin-top: 20px;
    }

    hr {
        margin-top: 8px;
        border: 1px solid #0f0;
        width: 108%;
        margin-right: -6%;
        margin-left: -2%;
    }

    .x-btn {
        width: 90%;
        border-radius: 6px;
        background: #fceabb;
        background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        height: 44px;
        border: 2px solid #fa2;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        font-size: 4vw;
        letter-spacing: 1px;
        padding: 6px 24px;
        text-decoration: none;
        text-shadow: 0 1px 0 #b36b00;
        outline: none;
    }

    .x-btn:hover, .x-btn:active, .x-btn:visited, .x-btn:focus {
        width: 90%;
        box-shadow: 0 1px 1px 0 #276873;
        background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%) !important;
        text-shadow: 0 1px 0 #ffff00 !important;
        border: 2px solid #ffff80 !important;
        color: #997a00 !important;
        background-color: #ffab23 !important;
        outline: none;
    }

    .descr {
        display: block;
        padding: 20px;
        width: 100%;
        margin: 0 1% 3% 1% !important;
        border: 1px solid #f2f2f2;
        border-radius: 5px;
        background: #fff;
    }

    .desc {
        width: 90%;
        margin: 0 6% 4% 4%;
        font-size: 15px;
        line-height: 1.2em;
        font-family: 'Raleway', sans-serif;
        color: #269900;
        text-align: justify;
        padding: 5px 0;
    }

    .desc strong {
        font-size: 15px;
        color: #269900;
    }

    .d_content, .d_down {
        display: none;
    }

    #avaliacoes {
        width: 100%;
        font-family: 'Montserrat', sans-serif;
        font-size: .8em;
        color: #208000;
        padding: 4px 0;
    }

    .d_down {
        width: 150px;
        height: 85px;
        margin: 0 auto;
        top: -103px;
        position: relative;
        display: block;
    }

    .d_btn {
        background-color: transparent;
        color: transparent;
        width: 150px;
        height: 85px;
        margin: -24px 0 0 -1px;
        border: none;
        box-shadow: none;
        cursor: pointer;
    }

    .d_btn:hover, .d_btn:focus, .d_btn:active {
        background-color: rgba(252, 252, 252, .3) !important;
        border: none;
        box-shadow: none;
        outline: none;
    }

    .d_down-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        width: 150px;
        padding: 0;
        margin: 2px 0 0 0;
        overflow: auto;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
        z-index: 1;
    }

    .d_down-content a {
        color: #666;
        font-size: .9em;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ccc;
        padding: 14px 10px 14px 10px;
        text-align: left;
        text-decoration: none;
        display: block;
    }

    .d_down a:hover {
        background-color: #ddd;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #fff;
    }

    .show {
        display: block;
    }

    #embed, #embed_a {
        width: 350px;
        height: 1200px;
    }
}

/* =========================================
   MEDIA QUERIES - TABLET / SMALL DESKTOP
   ========================================= */
@media only screen and (min-device-width: 760px) and (max-device-width: 960px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .navbar-custom .navbar-brand.logo-image img {
        width: 6.400rem !important;
        height: 2.480rem !important;
        -webkit-backface-visibility: hidden;
    }

    .navbar-custom.top-nav-collapse .navbar-brand.logo-image img {
        width: 5rem !important;
        height: 1.94rem !important;
        -webkit-backface-visibility: hidden;
    }

    .imgs {
        margin: 20px -100px 0 150px;
        height: 1px;
        width: 150px;
    }

    .edit {
        width: 100%;
        text-align: center;
    }

    .x-btn {
        width: 50%;
        font-size: 2.2vw;
    }
    .img {
        margin-right: 0;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    div#main.clearfix {
        height: auto !important;
    }

    .container_1 {
        padding-top: 10% !important;
    }

    .navbar-custom {
        height: 8% !important;
        background-color: rgba(217, 217, 217, .8);
    }

    .navbar-custom .navbar-nav {
        height: 50px !important;
        margin-top: .25rem !important;
        margin-bottom: 0.2rem !important;
    }

    .navbar-expand-md .navbar-collapse {
        width: 40% !important;
        height: auto !important;
        margin-left: 3% !important;
    }

    .navbar-custom .navbar-brand.logo-image img {
        width: 8.960rem !important;
        height: 3.472rem !important;
        -webkit-backface-visibility: hidden;
    }

    .navbar-custom.top-nav-collapse .navbar-brand.logo-image img {
        width: 5rem !important;
        height: 1.94rem !important;
        -webkit-backface-visibility: hidden;
    }

    .navbar-custom .nav-item .nav-link {
        padding: 1rem 0.35rem !important;
        margin-bottom: 0;
        text-align: center;
        font-size: 0.8em !important;
    }

    button.navbar-toggler {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    .blank {
        height: 40px;
    }

    .content_call {
        width: 100%;
        height: 660px;
        margin: 0 auto;
        padding: 1%;
    }

    #comp {
        font-size: 32px;
        line-height: .8em;
    }

    #comp1 {
        font-size: 15px;
        line-height: 1.2em;
        font-weight: 700;
    }

    #comp2 {
        font-size: 17px;
        line-height: 1.2em;
    }

    #dots {
        font-size: 60px;
        position: absolute;
        float: left;
        margin-left: 76%;
        margin-top: -50px;
        width: 20px;
        text-align: right;
    }

    .call {
        padding: 5px 50px 0 25px;
        width: 80%;
        margin-left: 10% !important;
    }

    .img {
        padding: 0 30% !important;
        margin: 0 auto;
        width: 100%;
    }

    .edit {
        width: 100%;
        margin-left: 0;
        margin-top: -45px;
        padding: 40px 10px 30px 10px;
        text-align: center;
        border-top: 0;
        border-bottom: 0;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
    }

    .docto h1 {
        font-size: 16px;
        line-height: 1.1em;
        font-weight: 700;
        letter-spacing: 1px;
        color: #090;
        text-shadow: 1px 1px #ccefff;
        text-transform: uppercase;
    }

    img#back {
        width: 28vw;
        height: auto;
        margin: 0 auto !important;
        float: none !important;
    }

    .menu_avalia {
        display: block;
        position: relative;
        float: none !important;
        width: 155px !important;
        height: 80px;
        padding: 0;
        margin: 0 auto !important;
        clear: both !important;
    }

    .content_call {
        text-align: center;
        width: 100%;
        height: 80% !important;
        margin: 0 auto !important;
        padding: 1%;
    }

    hr {
        margin-top: 8px;
        border: 1px solid #0f0;
        width: 108%;
        margin-right: -6%;
        margin-left: -2%;
    }

    .x-btn {
        width: 50%;
        border-radius: 6px;
        background: #fceabb;
        background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        height: 44px;
        border: 2px solid #fa2;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        font-size: 2vw;
        letter-spacing: 1px;
        padding: 6px 24px;
        text-decoration: none;
        text-shadow: 0 1px 0 #b36b00;
        outline: none;
    }

    .x-btn:hover, .x-btn:active, .x-btn:visited, .x-btn:focus {
        width: 50%;
        box-shadow: 0 1px 1px 0 #276873;
        background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%) !important;
        text-shadow: 0 1px 0 #ffff00 !important;
        border: 2px solid #ffff80 !important;
        color: #997a00 !important;
        background-color: #ffab23 !important;
        outline: none;
    }

    .descr {
        display: block;
        padding: 5px 5px;
        width: 92%;
        margin: 1% 5% 3% 3% !important;
        border: 1px solid #f2f2f2;
        border-radius: 5px;
        background: #fff;
    }

    .desc {
        width: 90%;
        margin: 1% 6% 4% 4%;
        font-size: 15px;
        line-height: 1.2em;
        font-family: 'Raleway', sans-serif;
        color: #269900;
        text-align: justify;
        padding: 5px 0;
    }

    .desc strong {
        font-size: 15px;
        color: #269900;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    div#main.clearfix {
        height: auto !important;
    }

    .container_1 {
        padding-top: 10% !important;
    }

    .navbar-custom {
        height: 8% !important;
        background-color: rgba(217, 217, 217, .8);
    }

    .navbar-custom .navbar-nav {
        height: 50px !important;
        margin-top: .25rem !important;
        margin-bottom: 0.2rem !important;
    }

    .navbar-expand-md .navbar-collapse {
        width: 40% !important;
        height: auto !important;
        margin-left: 3% !important;
    }

    .navbar-custom .navbar-brand.logo-image img {
        width: 8.960rem !important;
        height: 3.472rem !important;
        -webkit-backface-visibility: hidden;
    }

    .navbar-custom.top-nav-collapse .navbar-brand.logo-image img {
        width: 5rem !important;
        height: 1.94rem !important;
        -webkit-backface-visibility: hidden;
    }

    .navbar-custom .nav-item .nav-link {
        padding: 1rem 0.35rem !important;
        margin-bottom: 0;
        text-align: center;
        font-size: 0.8em !important;
    }

    button.navbar-toggler {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    .blank {
        height: 40px;
    }

    .content_call {
        width: 100%;
        height: 660px;
        margin: 0 auto;
        padding: 1%;
    }

    #comp {
        font-size: 32px;
        line-height: .8em;
    }

    #comp1 {
        font-size: 15px;
        line-height: 1.2em;
        font-weight: 700;
    }

    #comp2 {
        font-size: 17px;
        line-height: 1.2em;
    }

    #dots {
        font-size: 60px;
        position: absolute;
        float: left;
        margin-left: 76%;
        margin-top: -50px;
        width: 20px;
        text-align: right;
    }

    .call {
        padding: 5px 50px 0 25px;
        width: 80%;
        margin-left: 10% !important;
    }

    .img {
        padding: 0 30% !important;
        margin: 0 auto;
        width: 100%;
    }

    .edit {
        width: 100%;
        margin-left: 0;
        margin-top: -45px;
        padding: 40px 10px 30px 10px;
        text-align: center;
        border-top: 0;
        border-bottom: 0;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
    }

    .docto h1 {
        font-size: 16px;
        line-height: 1.1em;
        font-weight: 700;
        letter-spacing: 1px;
        color: #090;
        text-shadow: 1px 1px #ccefff;
        text-transform: uppercase;
    }

    img#back {
        width: 28vw;
        height: auto;
        margin: 0 auto !important;
        float: none !important;
        clear: none;
    }

    hr {
        margin-top: 8px;
        border: 1px solid #0f0;
        width: 108%;
        margin-right: -6%;
        margin-left: -2%;
    }

    .x-btn {
        width: 50%;
        border-radius: 6px;
        background: #fceabb;
        background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        height: 44px;
        border: 2px solid #fa2;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        font-size: 2vw;
        letter-spacing: 1px;
        padding: 6px 24px;
        text-decoration: none;
        text-shadow: 0 1px 0 #b36b00;
        outline: none;
    }

    .x-btn:hover, .x-btn:active, .x-btn:visited, .x-btn:focus {
        width: 50%;
        box-shadow: 0 1px 1px 0 #276873;
        background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%) !important;
        text-shadow: 0 1px 0 #ffff00 !important;
        border: 2px solid #ffff80 !important;
        color: #997a00 !important;
        background-color: #ffab23 !important;
        outline: none;
    }

    .descr {
        display: block;
        padding: 5px 5px;
        width: 92%;
        margin: 1% 5% 3% 3% !important;
        border: 1px solid #f2f2f2;
        border-radius: 5px;
        background: #fff;
    }

    .desc {
        width: 94%;
        margin: 1% 3% 4% 3%;
        font-size: 15px;
        line-height: 1.2em;
        font-family: 'Raleway', sans-serif;
        color: #269900;
        text-align: justify;
        padding: 5px 0;
    }

    .desc strong {
        font-size: 15px;
        color: #269900;
    }

    .menu_avalia {
        display: block;
        position: relative;
        float: none !important;
        width: 100% !important;
        height: 60px;
        padding: 0;
        margin: 0 auto;
        clear: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    div#main.clearfix {
        height: auto !important;
    }

    .container_1 {
        padding-top: 10% !important;
    }

    .navbar-custom {
        height: 8% !important;
        background-color: rgba(217, 217, 217, .8);
    }

    .navbar-custom .navbar-nav {
        height: 50px !important;
        margin-top: .25rem !important;
        margin-bottom: 0.2rem !important;
    }

    .navbar-expand-md .navbar-collapse {
        width: 60% !important;
        height: auto !important;
        margin-left: 3% !important;
    }

    .navbar-custom .navbar-brand.logo-image img {
        width: 8.960rem !important;
        height: 3.472rem !important;
        -webkit-backface-visibility: hidden;
    }

    .navbar-custom.top-nav-collapse .navbar-brand.logo-image img {
        width: 5rem !important;
        height: 1.94rem !important;
        -webkit-backface-visibility: hidden;
    }

    .navbar-custom .nav-item .nav-link {
        padding: 1rem 0.35rem !important;
        margin-bottom: 0;
        text-align: center;
    }

    button.navbar-toggler {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    .blank {
        height: 40px;
    }

    .content_call {
        width: 100%;
        height: 660px;
        margin: 0 auto;
        padding: 1%;
    }

    #comp {
        font-size: 32px;
        line-height: .8em;
    }

    #comp1 {
        font-size: 15px;
        line-height: 1.2em;
        font-weight: 700;
    }

    #comp2 {
        font-size: 17px;
        line-height: 1.2em;
    }

    #dots {
        font-size: 60px;
        position: absolute;
        float: left;
        margin-left: 76%;
        margin-top: -50px;
        width: 20px;
        text-align: right;
    }

    .call {
        padding: 5px 50px 0 25px;
        width: 80%;
        margin-left: 10% !important;
    }

    .img {
        padding: 0 30% !important;
        margin: 0 auto;
        width: 100%;
    }

    .edit {
        width: 100%;
        margin-left: 0;
        margin-top: -45px;
        padding: 40px 10px 30px 10px;
        text-align: center;
        border-top: 0;
        border-bottom: 0;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
    }

    .docto h1 {
        font-size: 16px;
        line-height: 1.1em;
        font-weight: 700;
        letter-spacing: 1px;
        color: #090;
        text-shadow: 1px 1px #ccefff;
        text-transform: uppercase;
    }

    img#back {
        width: 28vw;
        height: auto;
        margin: 0 auto !important;
        float: none !important;
    }

    hr {
        margin-top: 8px;
        border: 1px solid #0f0;
        width: 108%;
        margin-right: -6%;
        margin-left: -2%;
    }

    .x-btn {
        width: 50%;
        border-radius: 6px;
        background: #fceabb;
        background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        height: 44px;
        border: 2px solid #fa2;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        font-size: 2vw;
        letter-spacing: 1px;
        padding: 6px 24px;
        text-decoration: none;
        text-shadow: 0 1px 0 #b36b00;
        outline: none;
    }

    .x-btn:hover, .x-btn:active, .x-btn:visited, .x-btn:focus {
        width: 50%;
        box-shadow: 0 1px 1px 0 #276873;
        background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%) !important;
        text-shadow: 0 1px 0 #ffff00 !important;
        border: 2px solid #ffff80 !important;
        color: #997a00 !important;
        background-color: #ffab23 !important;
        outline: none;
    }

    .descr {
        display: block;
        padding: 5px 5px;
        width: 92%;
        margin: 1% 5% 3% 3% !important;
        border: 1px solid #f2f2f2;
        border-radius: 5px;
        background: #fff;
    }

    .desc {
        width: 90%;
        margin: 1% 6% 4% 4%;
        font-size: 15px;
        line-height: 1.2em;
        font-family: 'Raleway', sans-serif;
        color: #269900;
        text-align: justify;
        padding: 5px 0;
    }

    .desc strong {
        font-size: 15px;
        color: #269900;
    }

    .menu_avalia {
        display: block;
        position: relative;
        float: none !important;
        width: 100% !important;
        height: 60px;
        padding: 0;
        margin: 0 auto;
        clear: none;
    }
}


/* =========================================
   DOC PREVIEW - MOBILE / DESKTOP
   ========================================= */
   
/* Desktop padrão */
.preview-desktop {
  display: block;
}

.preview-mobile {
  display: none;
}

/* Mobile */
@media (max-width: 768px) {
  .preview-desktop {
    display: none;
  }

  .preview-mobile {
    display: block;
    background:#f7f7f7;
    padding:10px 5px;
    border-radius:6px;
  }
  
  .preview-mobile-txt {
    background:#f7f7f7;
    padding:15px 5px;
    margin-top:10px;
  }
  .preview-mobile-txt p {
    color: #787976;
    font: 100 0.8rem / 0.9rem "Montserrat", sans-serif;  
    line-height:1.2;    
  }
  .preview-info {
    display:none;
  }
}

.blur-field {
  display: inline-block;
  padding: 0 4px;
  background: #e0e0e0;
  color: #333;
  filter: blur(3px);
  user-select: none;
  white-space: nowrap;
}

/* opcional: leve hover para desktop */
@media (min-width: 769px) {
  .blur-field:hover {
    filter: blur(2px);
  }
}

/* Wrapper geral */
.preview-wrapper {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  margin-top: 40px;
  width: 100%;
}

/* PREVIEW DO CONTRATO — 60% */
.preview-desktop {
  width: 60%;
  max-width: 60%;
  max-height: 65vh;
  overflow-y: auto;
  overflow-x:hidden;  
  padding: 20px;
  border: 1px solid #e0e0e0;
  background: #fff;
  box-sizing: border-box;
}

/* PAINEL EXPLICATIVO — 40% */
.preview-info {
  width: 40%;
  max-width: 40%;
  position: sticky;
  top: 110px;
  background: #f8fff8;
  border: 1px solid #cce5cc;
  padding: 20px;
  border-radius: 8px;
  font-family: Raleway, sans-serif;
  box-sizing: border-box;
}

/* Tipografia e CTA (mantidos) */
.preview-info h3 {
  font-size: 18px;
  color: #1b7f3b;
  margin-bottom: 12px;
}

.preview-info p {
  font-size: 14px;
  margin-bottom: 12px;
}

.preview-info ul {
  padding-left: 18px;
  margin-bottom: 16px;
}

.preview-info li {
  font-size: 14px;
  margin-bottom: 6px;
}

.preview-callout {
  background: #e8f7ed;
  padding: 10px;
  border-left: 4px solid #2e8b57;
  font-size: 14px;
  margin-bottom: 16px;
}

.btn-preview-cta {
  width: 100%;
  padding: 12px;
  background: #2e8b57;
  color: #fff;
  border: none;
  font-weight: 700;
  border-radius: 6px;
  cursor: pointer;
}

.btn-preview-cta:hover {
  background: #256f45;
}

@media (max-width: 992px) {
  .preview-wrapper {
    display: flex;   
    flex-direction: column;
  }
  .preview-desktop,
  .preview-info {
    width: 100% !important;
    max-width: 100%;
  }

  .preview-info {
    position: relative;
    top: auto;
  }
}