/* =========================================
   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;
}

/* 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-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;
}

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

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

#comp2 {
    color: #208000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 2px;
}

#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;
}

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);
}

/* 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{
        z-index:1030;
    }
    
    .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: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        align-items: flex-start;
    }

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

    #comp1, #comp2 {
        font-size: clamp(32px, 4vw, 44px);
        font-weight: 600;
        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: 50%;
    }

    .img {
        margin-right: 2vw;
    }

    .edit {
        width: 57%;
        text-align: center;
        margin-left: 1%;
        margin-top: 1%;
        border: none;
        padding: 0 0 0 15px;
        text-align: center;
        background: transparent;
        z-index: 99;
        display: flex;
    }

    img#back {
        position: absolute;
        width: 60vw;
        height: auto;
        right: 0;
        top: 8vw;
    }


.como-funciona {
    padding: 60px 0;
    background: #fff;
    width: 80%;
    margin-top: 70px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;    
}

.titulo-como {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.titulo-como span {
  flex: 1;
  height: 1px;
  background: #ddd;
}

.titulo-como h2 {
  color: #6da1e7;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

.steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0;
}

.step {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 300px;
}

.numero {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  flex-shrink: 0;

  background: #6da1e7;
  color: #fff;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: bold;
}

.icone {
  font-size: 26px;
  color: #2e7d32;
}

.step p {
  font-size: 14px;
  color: #333;
  line-height: 1.3;
}

.divider {
  width: 1px;
  height: 40px;
  background: #ddd;
}
.icone svg {
  color: #2e7d32; /* verde do seu site */
  width: 80px;
  height: 80px;
}
.mins {
    color: #2e7d32;
    max-width: 230px;
    padding: 0 6px 0 6px;
    height: 34px;
    border: 1px solid #2e7d32;
    border-radius: 17px;
    width: 250px;
    display: flex;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: 30px;
}
.mins svg {
  color: #2e7d32; /* verde do seu site */
  width: 25px;
  height: 25px;
  margin-right:6px;
}
.mins span {
    padding: 2px 0 0;
}
.recebe {
    padding: 0 0 30px;
    background: transparent;
    text-align: center;
    width: 80%;
    margin-top: 0;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* TÍTULO */
.titulo-recebe h2{
  color: #6da1e7;
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 600;
}

.titulo-recebe {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.titulo-como recebe {
  flex: 1;
  height: 1px;
  background: #ddd;
}

/* GRID SUPERIOR */
.grid-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 60px 0;
}

/* ITEM */
.item {
  flex: 1;
  text-align: center;
}

/* ÍCONES */
.icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon svg {
  width: 40px;
  height: 40px;
  stroke: #222;
  fill: none;
  stroke-width: 1.5;
}

/* WORD */
.icon.word {
  background: #2b579a;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  font-size: 20px;
}

/* PDF */
.icon.pdf {
  background: #e53935;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  font-size: 14px;
  padding: 5px 8px;
}

/* TEXTO */
.item p {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

.item span {
  color: #666;
}

/* DIVIDER */
.divider {
  width: 1px;
  height: 60px;
  background: #ccc;
}

/* BOX VERDE */
.box-benefits {
  background: #fafafa;
  margin-top: 40px;
  border: none;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.b-item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

/* CHECK */
.check {
  min-width: 28px;
  height: 28px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e7d32;
  font-weight: bold;
}

.b-divider {
  width: 1px;
  height: 30px;
  background: #ccc;
}
}
/* ========================= */
/* 📱 RESPONSIVO (CRÍTICO) */
/* ========================= */

@media (max-width: 900px) {
    /* CHECK */
    .check {
      min-width: 28px;
      height: 28px;
      border: 2px solid #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #2e7d32;
      font-weight: bold;
    }   
    .check svg {
        height: 18px;
        width: 18px;
    }
    .b-item p {
        margin-top: 5px !important;
        margin-bottom: 0 !important;
    }
   /* TEXTO */
   .item p {
      font-size: 12px;
      color: #333;
      line-height: 1.2;
      margin-bottom: 5px;
   }
    
  .grid-top {
    flex-direction: row;
    gap: 30px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 30px;
  }

  .divider {
    display: none;
  }

  .box-benefits {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .box-benefits p {
      font-size: 13px;
  }
  .b-divider {
    display: none;
  }
  .numero {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    flex-shrink: 0;
    background: #6da1e7;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 13px;
  }
  .titulo-como {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .como, .recebe { 
     margin-top: 30px;
   }
  .titulo-como span {
        flex: 1;
        height: 1px;
        background: #ddd;
    }
  .b-item {
    width: 100%;
    display: inline-flex;
    padding: 0 15px;
  }
  .check {
      margin-right:5px;
  }
  
    .icone svg {
      color: #2e7d32; /* verde do seu site */
      width: 45px;
      height: 45px;
    }
    .mins {
        color: #2e7d32;
        max-width: 200px;
        padding: 0 3px 0 3px;
        height: 24px;
        border: 1px solid #2e7d32;
        border-radius: 17px;
        width: 250px;
        display: flex;
        align-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        margin-left: 25px;
        font-size: 12px;
    }
    .titulo-como h2 {
      color: #6da1e7;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 1px;
    }
    
    .steps {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 10px 0;
    }
    
    .step {
        display: flex;
        align-items: center;
        gap: 15px;
        max-width: 120px;
        flex-direction: column;
    }
    .step p {
        font-size: 13px;
        text-align: center;
    }
    .mins svg {
      color: #2e7d32; /* verde do seu site */
      width: 18px;
      height: 18px;
      margin-right:6px;
    }
    .como-funciona {
        margin-top: 130px;
    }
}


.beneficios-topo {
  padding: 20px 0;
}

.container-beneficios {
    max-width: 100%;
    width: 100%;
    margin: auto;
    float: left;
}
/* chevron */
#chevron {
   font-size:25px   
}
/* TEXTO */
.texto p {
  font-size: 24px;
  color: #222;
  line-height: 1.4;
  margin-bottom: 10px;
}

/* LINHA AZUL */
.linha {
  width: 120px;
  height: 6px;
  border-bottom: 3px solid #4da3ff;
  border-radius: 50px;
  transform: rotate(-2deg);
}

/* ÍCONES */
.icons {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  width: 85%;
}

.item {
    text-align: center;
    width: 22%;
    padding: 0 25px;
}

/* SVG */
.item svg {
  width: 48px;
  height: 48px;
  stroke: #2e7d32;
  fill: none;
  stroke-width: 1.6;
  margin-bottom: 10px;
}

/* TEXTO DOS ITENS */
.item p {
  font-size: 14px;
  color: #222;
  line-height: 1.4;
}

.item strong {
  color: #2e7d32;
}

/* RESPONSIVO */
@media (max-width: 768px) {
    /* CHECK */
    .check {
      min-width: 28px;
      height: 28px;
      border: 2px solid #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #2e7d32;
      font-weight: bold;
    }   
    .check svg {
        height: 18px;
        width: 18px;
    }
    .b-item p {
        margin-top: 5px !important;
        margin-bottom: 0 !important;
    }
   /* TEXTO */
   .item p {
      font-size: 12px;
      color: #333;
      line-height: 1.2;
      margin-bottom: 5px;
   }
    
    .grid-top {
        flex-direction: row;
        gap: 30px;
        display: flex;
        align-content: space-between;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-bottom: 30px;
        margin-left: 20px;
        margin-right: 20px;
    }

  .divider {
    display: none;
  }

  .box-benefits {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }    

  .icons {
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    width: 100%;
 }
  .item {
    width: 28%;
    padding: 0;
  }

  .texto p {
    font-size: 13px;
  }
  .item svg {
    width: 30px;
    height: 30px;
    stroke: #2e7d32;
    fill: none;
    stroke-width: 1.3;
    margin-bottom: 10px;
}
}

img#sub {
    position: relative;
    float:right;
    max-width: 300px;
    margin-right: 10px;
    margin-top: -5px;    
}
.icon-doc {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 10px;
}

.icon-doc text {
  font-family: Arial, sans-serif;
}


@media screen and (min-width: 1340px) {
    .descr {
        display: block;
        padding: 25px 0;
        width: 100% !important;
        margin-top: 30px !important;
        margin: 0 auto;
    }
}

@media screen and (min-width: 680px) {
    hr {
        margin-top: 8px;
        border: 1px solid #0f0;
        width: 112%;
        margin-right: -10%;
        margin-left: -2%;
    }

    .cards-0 {
        margin-top: 3%;
    }
    .fol {
        width: auto;
        height: 72px;
    }

    /* =========================
       BOTÃO PRINCIPAL
    ========================= */
    .x-btn {
      display: inline-block;
      position: relative;
      width: 90%;
      
      padding: 16px 32px;
      border-radius: 10px;
    
      background: linear-gradient(135deg, #e68a00, #ffa31a);
      color: #ffffff;
    
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.4px;
      text-align: center;
      text-decoration: none;
    
      border: none;
      cursor: pointer;
    
      box-shadow: 0 5px 12px rgba(249,115,22,0.65);
    
      transition: 
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
    
      overflow: hidden;
    }
    
    /* =========================
       HOVER
    ========================= */
    .x-btn:hover {
      width: 90%;
      background: linear-gradient(135deg, #ffa31a, #ffc266);
      color: #f2f2f2;
    
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.4px;
      text-align: center;
      text-decoration: none;
      transform: translateY(-2px);
    
      box-shadow: 0 7px 15px rgba(249,115,22,0.75);
    }
    
    /* =========================
       ACTIVE (clique)
    ========================= */
    .x-btn:active {
      width: 90%;
      transform: scale(0.97);
    
      box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    }
    
    /* =========================
       VISITED (para <a>)
    ========================= */
    .x-btn:visited {
      color: #ffffff;
    }
    
    /* =========================
       FOCUS (acessibilidade)
    ========================= */
    .x-btn:focus {
      outline: none;
    }
    
    .x-btn:focus-visible {
      box-shadow:
        0 0 0 2px rgba(255,255,255,0.6),
        0 0 0 4px rgba(249,115,22,0.6);
    }
    
    /* =========================
       EFEITO DE BRILHO
    ========================= */
    .x-btn::after {
      content: "";
      position: absolute;
      top: 0;
      left: -75%;
    
      width: 50%;
      height: 100%;
    
      background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.5),
        transparent
      );
    
      transform: skewX(-20deg);
    }
    
    /* ativa brilho no hover */
    .x-btn:hover::after {
      animation: x-btn-shine 0.8s ease;
    }
    
    /* =========================
       DESABILITADO 
    ========================= */
    .x-btn:disabled,
    .x-btn.disabled {
      background: #ccc;
      cursor: not-allowed;
      box-shadow: none;
      transform: none;
    }

    .descr {
        display: block;
        padding: 25px 0;
        width: 90%;
        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: -30px 0 0 30px;
        clear: none;
    }

    .como-funciona {
        padding: 60px 0;
        margin-top: 80px !important;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;    
    }    
}

/* =========================================
   MEDIA QUERIES - INTERMEDIÁRIO (Max Width 780 x 1440px)
   ========================================= */
@media only screen and (min-device-width: 780px) and (max-device-width: 1740px) {
    #comp1, #comp2 {
        font-size: 42px !important;
    }
    .texto p {
        font-size: 23px !important;
    }
}
/* =========================================
   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;
    }

    /* =========================
       BOTÃO PRINCIPAL
    ========================= */
    .x-btn {
      display: inline-block;
      position: relative;
      width: 94%;
      
      padding: 15px 10px;
      border-radius: 10px;
    
      background: linear-gradient(135deg, #e68a00, #ffa31a);
      color: #ffffff;
    
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.4px;
      text-align: center;
      text-decoration: none;
    
      border: none;
      cursor: pointer;
    
      box-shadow: 0 5px 12px rgba(249,115,22,0.65);
    
      transition: 
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
    
      overflow: hidden;
    }
    
    /* =========================
       HOVER
    ========================= */
    .x-btn:hover {
      width: 90%;
      background: linear-gradient(135deg, #ffa31a, #ffc266);
      color: #f2f2f2;
    
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.4px;
      text-align: center;
      text-decoration: none;
      transform: translateY(-2px);
    
      box-shadow: 0 7px 15px rgba(249,115,22,0.75);
    }
    
    /* =========================
       ACTIVE (clique)
    ========================= */
    .x-btn:active {
      width: 90%;
      transform: scale(0.97);
    
      box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    }
    
    /* =========================
       VISITED (para <a>)
    ========================= */
    .x-btn:visited {
      color: #ffffff;
    }
    
    /* =========================
       FOCUS (acessibilidade)
    ========================= */
    .x-btn:focus {
      outline: none;
    }
    
    .x-btn:focus-visible {
      box-shadow:
        0 0 0 2px rgba(255,255,255,0.6),
        0 0 0 4px rgba(249,115,22,0.6);
    }
    
    /* =========================
       EFEITO DE BRILHO
    ========================= */
    .x-btn::after {
      content: "";
      position: absolute;
      top: 0;
      left: -75%;
    
      width: 50%;
      height: 100%;
    
      background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.5),
        transparent
      );
    
      transform: skewX(-20deg);
    }
    
    /* ativa brilho no hover */
    .x-btn:hover::after {
      animation: x-btn-shine 0.8s ease;
    }
    
    /* =========================
       DESABILITADO
    ========================= */
    .x-btn:disabled,
    .x-btn.disabled {
      background: #ccc;
      cursor: not-allowed;
      box-shadow: none;
      transform: none;
    }

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


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

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

    #comp1 {
        font-size: 30px;
        line-height: 1.1em;
        font-weight: 700;
    }

    #comp2 {
        font-size: 30px;
        line-height: 1.1em;
        font-weight: 700;
    }

    #dots {
        font-size: 60px;
        position: absolute;
        float: left;
        margin-left: 76%;
        margin-top: -50px;
        width: 20px;
        text-align: right;
    }
    img#sub {
        position: relative;
        max-width: 240px;
        margin: 0 10px 0 0;
    }
    .call {
        padding: 5px 25px 0 25px;
        width: 100%;
    }

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

    .edit {
        width: 100%;
        margin-left: 0;
        margin-top: 5px;
        padding: 0;
        text-align: center;
        border-top: 0;
        border-bottom: 0;
        background: transparent
    }

    .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: 105%;
        height: auto;
        margin-left: -8%;
        margin-top: 0;
    }

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

    .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;
    }

    .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;
    }
    
    /* =========================
       BOTÃO PRINCIPAL
    ========================= */
    .x-btn {
      display: inline-block;
      position: relative;
      width: 90%;
      
      padding: 16px 32px;
      border-radius: 10px;
    
      background: linear-gradient(135deg, #e68a00, #ffa31a);
      color: #ffffff;
    
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.4px;
      text-align: center;
      text-decoration: none;
    
      border: none;
      cursor: pointer;
    
      box-shadow: 0 5px 12px rgba(249,115,22,0.65);
    
      transition: 
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
    
      overflow: hidden;
    }
    
    /* =========================
       HOVER
    ========================= */
    .x-btn:hover {
      width: 90%;
      background: linear-gradient(135deg, #ffa31a, #ffc266);
      color: #f2f2f2;
    
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.4px;
      text-align: center;
      text-decoration: none;
      transform: translateY(-2px);
    
      box-shadow: 0 7px 15px rgba(249,115,22,0.75);
    }
    
    /* =========================
       ACTIVE (clique)
    ========================= */
    .x-btn:active {
      width: 90%;
      transform: scale(0.97);
    
      box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    }
    
    /* =========================
       VISITED (para <a>)
    ========================= */
    .x-btn:visited {
      color: #ffffff;
    }
    
    /* =========================
       FOCUS (acessibilidade)
    ========================= */
    .x-btn:focus {
      outline: none;
    }
    
    .x-btn:focus-visible {
      box-shadow:
        0 0 0 2px rgba(255,255,255,0.6),
        0 0 0 4px rgba(249,115,22,0.6);
    }
    
    /* =========================
       EFEITO DE BRILHO
    ========================= */
    .x-btn::after {
      content: "";
      position: absolute;
      top: 0;
      left: -75%;
    
      width: 50%;
      height: 100%;
    
      background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.5),
        transparent
      );
    
      transform: skewX(-20deg);
    }
    
    /* ativa brilho no hover */
    .x-btn:hover::after {
      animation: x-btn-shine 0.8s ease;
    }
    
    
    
    /* =========================
       DESABILITADO
    ========================= */
    .x-btn:disabled,
    .x-btn.disabled {
      background: #ccc;
      cursor: not-allowed;
      box-shadow: none;
      transform: none;
    }
    

}

@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%;
    }

    .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;
    }

    /* =========================
       BOTÃO PRINCIPAL
    ========================= */
    .x-btn {
      display: inline-block;
      position: relative;
      width: 90%;
      
      padding: 16px 32px;
      border-radius: 10px;
    
      background: linear-gradient(135deg, #e68a00, #ffa31a);
      color: #ffffff;
    
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.4px;
      text-align: center;
      text-decoration: none;
    
      border: none;
      cursor: pointer;
    
      box-shadow: 0 5px 12px rgba(249,115,22,0.65);
    
      transition: 
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
    
      overflow: hidden;
    }
    
    /* =========================
       HOVER
    ========================= */
    .x-btn:hover {
      width: 90%;
      background: linear-gradient(135deg, #ffa31a, #ffc266);
      color: #f2f2f2;
    
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.4px;
      text-align: center;
      text-decoration: none;
      transform: translateY(-2px);
    
      box-shadow: 0 7px 15px rgba(249,115,22,0.75);
    }
    
    /* =========================
       ACTIVE (clique)
    ========================= */
    .x-btn:active {
      width: 90%;
      transform: scale(0.97);
    
      box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    }
    
    /* =========================
       VISITED (para <a>)
    ========================= */
    .x-btn:visited {
      color: #ffffff;
    }
    
    /* =========================
       FOCUS (acessibilidade)
    ========================= */
    .x-btn:focus {
      outline: none;
    }
    
    .x-btn:focus-visible {
      box-shadow:
        0 0 0 2px rgba(255,255,255,0.6),
        0 0 0 4px rgba(249,115,22,0.6);
    }
    
    /* =========================
       EFEITO DE BRILHO
    ========================= */
    .x-btn::after {
      content: "";
      position: absolute;
      top: 0;
      left: -75%;
    
      width: 50%;
      height: 100%;
    
      background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.5),
        transparent
      );
    
      transform: skewX(-20deg);
    }
    
    /* ativa brilho no hover */
    .x-btn:hover::after {
      animation: x-btn-shine 0.8s ease;
    }
    
    
    /* =========================
       DESABILITADO
    ========================= */
    .x-btn:disabled,
    .x-btn.disabled {
      background: #ccc;
      cursor: not-allowed;
      box-shadow: none;
      transform: none;
    }    
}

@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%;
    }

    .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;
    }
    
    /* =========================
       BOTÃO PRINCIPAL
    ========================= */
    .x-btn {
      display: inline-block;
      position: relative;
      width: 90%;
      
      padding: 16px 32px;
      border-radius: 10px;
    
      background: linear-gradient(135deg, #e68a00, #ffa31a);
      color: #ffffff;
    
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.4px;
      text-align: center;
      text-decoration: none;
    
      border: none;
      cursor: pointer;
    
      box-shadow: 0 5px 12px rgba(249,115,22,0.65);
    
      transition: 
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
    
      overflow: hidden;
    }
    
    /* =========================
       HOVER
    ========================= */
    .x-btn:hover {
      width: 90%;
      background: linear-gradient(135deg, #ffa31a, #ffc266);
      color: #f2f2f2;
    
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.4px;
      text-align: center;
      text-decoration: none;
      transform: translateY(-2px);
    
      box-shadow: 0 7px 15px rgba(249,115,22,0.75);
    }
    
    /* =========================
       ACTIVE (clique)
    ========================= */
    .x-btn:active {
      width: 90%;
      transform: scale(0.97);
    
      box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    }
    
    /* =========================
       VISITED (para <a>)
    ========================= */
    .x-btn:visited {
      color: #ffffff;
    }
    
    /* =========================
       FOCUS (acessibilidade)
    ========================= */
    .x-btn:focus {
      outline: none;
    }
    
    .x-btn:focus-visible {
      box-shadow:
        0 0 0 2px rgba(255,255,255,0.6),
        0 0 0 4px rgba(249,115,22,0.6);
    }
    
    /* =========================
       EFEITO DE BRILHO
    ========================= */
    .x-btn::after {
      content: "";
      position: absolute;
      top: 0;
      left: -75%;
    
      width: 50%;
      height: 100%;
    
      background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.5),
        transparent
      );
    
      transform: skewX(-20deg);
    }
    
    /* ativa brilho no hover */
    .x-btn:hover::after {
      animation: x-btn-shine 0.8s ease;
    }
    
    
    
    /* =========================
       DESABILITADO
    ========================= */
    .x-btn:disabled,
    .x-btn.disabled {
      background: #ccc;
      cursor: not-allowed;
      box-shadow: none;
      transform: 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%;
    }

    .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;
    }

    /* =========================
       BOTÃO PRINCIPAL
    ========================= */
    .x-btn {
      display: inline-block;
      position: relative;
      width: 90%;
      
      padding: 16px 32px;
      border-radius: 10px;
    
      background: linear-gradient(135deg, #e68a00, #ffa31a);
      color: #ffffff;
    
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.4px;
      text-align: center;
      text-decoration: none;
    
      border: none;
      cursor: pointer;
    
      box-shadow: 0 5px 12px rgba(249,115,22,0.65);
    
      transition: 
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
    
      overflow: hidden;
    }
    
    /* =========================
       HOVER
    ========================= */
    .x-btn:hover {
      width: 90%;
      background: linear-gradient(135deg, #ffa31a, #ffc266);
      color: #f2f2f2;
    
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.4px;
      text-align: center;
      text-decoration: none;
      transform: translateY(-2px);
    
      box-shadow: 0 7px 15px rgba(249,115,22,0.75);
    }
    
    /* =========================
       ACTIVE (clique)
    ========================= */
    .x-btn:active {
      width: 90%;
      transform: scale(0.97);
    
      box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    }
    
    /* =========================
       VISITED (para <a>)
    ========================= */
    .x-btn:visited {
      color: #ffffff;
    }
    
    /* =========================
       FOCUS (acessibilidade)
    ========================= */
    .x-btn:focus {
      outline: none;
    }
    
    .x-btn:focus-visible {
      box-shadow:
        0 0 0 2px rgba(255,255,255,0.6),
        0 0 0 4px rgba(249,115,22,0.6);
    }
    
    /* =========================
       EFEITO DE BRILHO
    ========================= */
    .x-btn::after {
      content: "";
      position: absolute;
      top: 0;
      left: -75%;
    
      width: 50%;
      height: 100%;
    
      background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.5),
        transparent
      );
    
      transform: skewX(-20deg);
    }
    
    /* ativa brilho no hover */
    .x-btn:hover::after {
      animation: x-btn-shine 0.8s ease;
    }
    
    
    
    /* =========================
       DESABILITADO
    ========================= */
    .x-btn:disabled,
    .x-btn.disabled {
      background: #ccc;
      cursor: not-allowed;
      box-shadow: none;
      transform: 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;
  }
}

/* animação */
@keyframes x-btn-shine {
  100% {
    left: 130%;
  }
}