:root {
    --primary-color: #1C3B76;
    --secondary-color: #FCBC00;
    --third-color: #E2E2E2;
}
@charset "UTF-8";
/* Tema do cliente */

/**  cor: #1C3B76;  **/
/**  cor-hover: #FF5555;  **/

/* Fonts */
@font-face {
    font-family: 'nunito-regular';
    src: url('../fonts/Nunito-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunito-black';
    src: url('../fonts/Nunito-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunito-bold';
    src: url('../fonts/Nunito-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunito-light';
    src: url('../fonts/Nunito-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

p, li, td{
  font-family: nunito-regular;
  font-size: 16px;
  line-height: 25px;
}

.ai-center{
  align-items: center;
}

.jc-between{
  justify-content: space-between;
}

.text-center{
  text-align: center;
}

.mt-30{
  margin-top: 30px;
}

.ai-flexend{
  align-items: flex-end;
}
strong, b{
  font-family: 'nunito-bold'!important;
}

img{
  max-width: 100%
}

strong, b{
  font-weight: lighter;
  font-family: '';
}
body{
  font-family: 'nunito-regular';
  background-color: white!important;
}

.flex{
  display: flex;
}
.flex:before,.flex:after{
  display: none;
}
.flex-wrap{
  flex-wrap: wrap;
}

.modal-open {
    overflow: auto!important;
    padding-right: 0!important;
}

.aceitar_termos{
    position: fixed;
    bottom: 0;
    padding: 20px 20px;
    text-align: center;
    color: #FFF;
    background-color: rgba(33,33,33, 0.9);
    width: 100%;
    z-index: 888;
}
.aceitar_termos a{
    color: #FFFC9E!important;
}
.aceitar_termos a:hover{
    color: #38A7EB!important;
}
a.ctacookies{
    display: inline-block;
    padding: 3px 15px 3px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #1C3B76;
    color: #FFF;
    transition: all .2s linear;
    margin-left: 10px;
    cursor: pointer;
}
a.ctacookies:hover{
    filter: brightness(1.2);
}

.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 888;
}.btnwhats img{
  transition: all .2s linear;
}.btnwhats:hover img{
  filter: brightness(1.2);
}
@media (max-width: 900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}
@media (max-width: 1555px) {
  .footer2{
    padding-bottom: 120px!important;
  }
}

.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.postagemcompleta a{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
    position: relative;
    top: 7px;
}

/* novo css form */
  .wpcf7-not-valid{
    background-color: #FFD2D2!important;
  }

  .wpcf7-form-control-wrap{
    display: block;
  }

  .wpcf7-response-output{
    color: #FFF!important;
    border: 0!important;
    margin-right: 0!important;
    margin-left: 0!important;
    text-align: center!important;
    font-weight: bold!important;
    padding: 10px 20px!important;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
  }
  .wpcf7 form.failed .wpcf7-response-output,
  .wpcf7 form.aborted .wpcf7-response-output {
    background-color: #dc3232;
  } 
  .wpcf7 form.spam .wpcf7-response-output {
    background-color: #f56e28;
  }
  .wpcf7 form.invalid .wpcf7-response-output, 
  .wpcf7 form.unaccepted .wpcf7-response-output{
    background-color: #ffb900;
  }

  span.wpcf7-not-valid-tip{
    position: absolute;
    z-index: 1;
    right: 3px;
    font-size: 9px;
    top: 1px;
  }

/* noovo css form */

form iframe{
  width: 304px!important;
  height: 78px!important;
}
.g-recaptcha{
    margin-bottom: 20px;    
    display: block;
}

@media (max-width: 400px) {
  .g-recaptcha{
      transform: scale(0.7);
      transform-origin: 0 0;
  }
}

@media (max-width: 991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}

@media (min-width: 1200px) {.container{padding: 0px; } }


@media (max-width: 991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .fxsm{
    padding: 30px 0;
  }
}

a{
  transition: all .2s linear;
}
.editor a{
  color: #1C3B76!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #749FD3;
}
::-moz-selection{
  background: #2e5bb1;
}
::selection{
  background: #2e5bb1;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #1C3B76;
  border-color: #1C3B76;
}
.lds-ellipsis div{  
  background-color: #1C3B76;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}



.wp-pagenavi span,
.wp-pagenavi a{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #DDD;
  margin:  0 5px;
}

.wp-pagenavi span.current{
  background-color: #1C3B76;
  color: #FFF;
}


/* start */

.btn-padrao{
  background-color: var(--primary-color);
  width: 270px;
  text-align: center;
  height: 39px;
  color: white;
  font-size: 15px;
  font-family: 'nunito-bold';
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  border: 0;
  transition: all .2s linear;
  &:hover{
    background-color: #FCBC00;
  }
}

body{
  background-color: #EEEEEE;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.owl-banner .owl-dots {
    position: static;
}
.owl-banner .owl-dots .owl-dot span{
  border: 1px solid #928A89;
}
.owl-banner .owl-dots .owl-dot.active span, .owl-banner .owl-dots .owl-dot:hover span{
  border: 1px solid #FFB900;
}
.mr-45{
  margin-right: 45px;
}

.banner-desktop{
  opacity: 0.15;
}

.ai-center{
  align-items: center;
}
header{
  .topo{
    background-color: var(--primary-color);
    padding: 18px 0;
    .segura-redes{
      display: flex;
      justify-content: space-between;
      &:after,&:before{
        display: flex;
      }
    }
    .media{
      display: flex;
      align-items: center;
      img{
        margin-right: 5px;
      }
    }
    .segura-texto{
      font-family: 'nunito-bold';
      font-size: 19px;
      line-height: 19px;
      span.data{
        font-size: 15px;
      
      }
    }
  }
}.btn-menu-mobile{
  display: none;
}

header.topo__main.is-sticky .segura-texto br {
    display: none;
}
.card-publicacao.esic{
  padding: 15px;
  p{
    font-size: 18px;
  }
  &:after{
    display: none;
  }
}
.home{
  .texto-banner{
    position: absolute;
    left: 0;
    top: 230px;
    z-index: 100;
    width: 100%;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
                   1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
    h2{
      font-size: 72px;
      line-height: 70px;
      margin: 0!important;
      font-family: 'nunito-light';
      span{
        font-family: 'nunito-black';
      }
    }
  }
  .owl-banner .owl-dots{
    display: none !important;
  }
  .fx1{
    padding-bottom: 71px;
    position: relative;
    margin-top: -100px;
    z-index: 100;

    .container{
      .card-chamada{
        background-color: var(--primary-color);
        padding: 24px 15px;
        height: 200px;
        display: flex;
        flex-direction:column;
        justify-content: center;
        transition: all .2s linear;
        &:hover{
          background-color: #749FD3;
        }
        h3{
          text-align: center;
          color: white;
          font-size: calc(33px * var(--acc-font-scale)) !important;;

          font-family: 'nunito-light';
          margin-bottom: 0;
          margin-top: 0;
          line-height: 0.8;
        }
        .segura-image{
          text-align: center;
          margin-bottom: 10px;
        }
      }
    }
  }
  .fx2{
    padding-bottom: 63px;
    .container{
      .segura-titulo{
        display: flex;
        justify-content: space-between;
        align-items: center;
        h2{
          font-family: 'nunito-light';
          font-size: calc(45px * var(--acc-font-scale)) !important;;
          margin-top: 0;
          color: var(--primary-color);
          span{
            font-family: 'nunito-black';
          }
        }
        .btn-padrao{
          background-color: var(--primary-color);
          width: 270px;
          text-align: center;
          height: 39px;
          color: white;
          font-size: calc(15px * var(--acc-font-scale)) !important;;
          font-family: 'nunito-bold';
          display: flex;
          justify-content: center;
          align-items: center;
          max-width: 100%;
          transition: all .2s linear;
          &:hover{
            background-color: #FCBC00;
          }
        }
      }
      .card-publicacao{

        position: relative;
        h3{
          font-family: 'nunito-bold';
          font-size: calc(25px * var(--acc-font-scale)) !important;;
          line-height: 1.2;
          color: var(--primary-color);
          margin-top: 40px;
          margin-bottom: 5px;
        }
        p{
          font-family: 'nunito-regular';
          font-size: calc(25px * var(--acc-font-scale)) !important;;
          color: black;
          margin-bottom: 25px;
        }
        .btn-padrao{
          background-color: var(--primary-color);
          width: 171px;
          height: 39px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-family: 'nunito-bold';
          font-size: calc(15px * var(--acc-font-scale)) !important;;
          color: white;
          transition: 0.2s linear all;
          max-width:100%;
          &:hover{
            background-color: var(--secondary-color);
          }
        }
        &:after{
          content: '';
          background-color: var(--primary-color);
          height: 1px;
          width: calc(100% - 200px);
          position: absolute;
          bottom: 20px;
          right: 0px;
        }
      }
    }
  }
  .fx3{
    background-color: var(--secondary-color);
    padding: 62px 0;
    .container{
      h2{
        font-family: 'nunito-light';
        font-size: calc(45px * var(--acc-font-scale)) !important;;
        line-height: 70px;
        color: black;
        margin-bottom: 7px;
        margin-top: 0;
        span{
          font-family: 'nunito-black';
        }
      }
      p{
        font-family: 'nunito-regular';
        font-size: calc(22px * var(--acc-font-scale)) !important;
        line-height: 40px;
        color: black;
      }
      form{
        .input-padrao{
          width: 100%;
          border: 1px solid black;
          background-color: transparent;
          padding: 11px 12px;
          font-family: 'nunito-bold';
          font-size: calc(15px * var(--acc-font-scale)) !important;;
          margin-bottom: 14px;
          &::placeholder {
              color: black; /* Altere para a cor desejada */
          }
        }
        .btn-padrao{
          background-color: var(--primary-color);
          width: 171px;
          height: 39px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-family: 'nunito-bold';
          font-size: calc(15px * var(--acc-font-scale)) !important;;
          color: white;
          border: 0;
          max-width: 100%;
          transition: all .2s linear;
          &:hover{
            background-color: #749FD3;
          }
        }
      }
    }
  }
  .fx4{
    padding: 70px 0;
    .container{
      .segura-titulo{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
        h2{
          font-family: 'nunito-light';
          font-size: calc(45px * var(--acc-font-scale)) !important;;
          margin-top: 0;
          color: var(--primary-color);
          span{
            font-family: 'nunito-black';
          }
        }
        .btn-padrao{
          background-color: var(--primary-color);
          width: 270px;
          text-align: center;
          height: 39px;
          color: white;
          font-size: calc(15px * var(--acc-font-scale)) !important;;
          font-family: 'nunito-bold';
          display: flex;
          justify-content: center;
          align-items: center;
          max-width: 100%;
          transition: all .2s linear;
          &:hover{
            background-color: #FCBC00;
          }
        }
      }
      .card-publicacao{
        position: relative;
        h3{
          font-family: 'nunito-bold';
          font-size: calc(25px * var(--acc-font-scale)) !important;;
          line-height: 1.2;
          color: var(--primary-color);
          margin-bottom: 5px;
        }
        p{
          font-family: 'nunito-regular';
          font-size: calc(18px * var(--acc-font-scale)) !important;;
          color: black;
          margin-bottom: 25px;
        }
        .btn-padrao{
          background-color: var(--primary-color);
          width: 171px;
          height: 39px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-family: 'nunito-bold';
          font-size: calc(15px * var(--acc-font-scale)) !important;;
          color: white;
          &:hover{
            background-color: #FCBC00;
          }
        }
        &:after{
          content: '';
          background-color: var(--primary-color);
          height: 1px;
          width: calc(100% - 200px);
          position: absolute;
          bottom: 20px;
          right: 0px;
        }
      }
    }
  }
  .fx5{
    background-color: var(--third-color);
    .container{
      display: flex;
      align-items: center;
      h2{
        font-family: 'nunito-light';
        font-size: calc(45px * var(--acc-font-scale)) !important;;
        line-height: 70px;
        color: var(--primary-color);
        span{
          font-family: 'nunito-black';
        }
      }
      p{
        font-family: 'nunito-regular';
        font-size: calc(21px * var(--acc-font-scale)) !important;;
        line-height: 40px;
      }
      .segura-botao{
        margin-top: 15px;
        .btn-padrao{
          background-color: var(--primary-color);
          width: 171px;
          height: 39px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-family: 'nunito-bold';
          font-size: calc(15px * var(--acc-font-scale)) !important;;
          color: white;
          &:hover{
            background-color: #FCBC00;
          }
        }
      }
    }
  }
}

.capa h1, .capa h2{
    margin: 100px 0 50px;
    font-family: 'nunito-regular';
    font-size: calc(55px * var(--acc-font-scale)) !important;;
    line-height: 70px;
    color: var(--primary-color);
    text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff,
                   1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  }


.editor p,
.editor li{
  font-size: calc(18px * var(--acc-font-scale)) !important;;
}

.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6{
  font-family: 'nunito-regular';
  color: var(--primary-color);
}



h2{
  font-family: 'nunito-light';    
  span{
    font-family: 'nunito-black';
  }
}



.internas{

  .capa{
    width: 100% ;
    height: 280px;
    background-position: center center;
    background-size: cover;

    

  }
  .fx1{
    padding: 50px 0;
  }
  
  .segura-breadcrumb{
    text-align: right;
    a{
      font-family: 'nunito-regular';
      color: var(--primary-color);
      font-size: calc(14px * var(--acc-font-scale)) !important;;
    }
    span{
      font-family: 'nunito-regular';
      font-size: calc(14px * var(--acc-font-scale)) !important;;
      color: #333;
    }
  }

  p{
    font-family: 'nunito-regular';
  }
  strong{
    font-family: 'nunito-bold';
  }

  .card-unidades{
    padding: 0;
    text-align: center;
    border-radius: 5px;
    background-color: #fefefe;
    margin-bottom: 30px;
    border: 1px solid #efefef;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px;
    h3{
      font-family: 'nunito-regular';
      color: var(--primary-color);
      font-size: calc(22px * var(--acc-font-scale)) !important;;
      margin-top: 15px;
      margin-bottom: 10px;
      
    }
    .media{
        display: flex;
        align-items: center;
        margin-top: 0;
        margin-bottom: 4px;
        padding: 0 10px;
        text-align: left;
        .media-body{
          margin-left: 8px;
        }
      }
  }
}

.menu-item a,.segura-menu ul li .dropdown,.menu-item-has-children{
  font-family: 'nunito-regular';
  font-size: calc(16px * var(--acc-font-scale)) !important;;
  color: var(--primary-color);
}

.segura-menu{
  padding: 26px 0;
  .menu{
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    justify-content: space-between;
  }
}

.dropdown:after,.menu-item-has-children:after{
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  right: -8px;
  top: 11px;
  content: '';
  background-image: url('../imagens/dropdown-detalhe.png');
  background-repeat: no-repeat;
}

.sub-menu li:after{
  right: 10px;
  filter: brightness(10000.0);
  top: 12px;
}

footer{
    background-color: var(--primary-color);
    padding: 54px 0 90px 0;
    color: white;
    .media{
      display: flex;
      align-items: flex-start;
      margin-bottom: 22px;
      font-size: calc(17px * var(--acc-font-scale)) !important;;
      font-family: 'nunito-regular';
      img{
        margin-right: 10px;
      }
    }
    .segura-icone:not(:last-child){
      margin-right: 60px;
    }
    .segura-rede-social{
      margin: 0 15px 15px 0;
    }
    .copyright{
      margin-top: 54px;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      &:after{
        display: none;
      }
      &:before{
        display: none;
      }
      .kryzalis{
        position: relative;
        top: 7px;
        display: flex;
        align-items: flex-end;
        img{
          margin-left: 10px;
          position: relative;
          top: -6px;
        }
      }
    }
  }

.dropdown,.menu-item-has-children{
  position: relative;
}

.submenu .submenu:after{
  display: none;
}

.dropdown:hover .submenu,.menu-item-has-children:hover > .sub-menu{
  display: flex;
}

.sub-menu .sub-menu{
  left: 250px;
  top: 0;
}
.menu li + li + li + li + li + li .sub-menu .sub-menu{
  left: auto;
  right: 250px;
}

.submenu,.sub-menu{
    text-transform: uppercase;
    position: absolute;
    display: none;
    flex-direction: column;
    z-index: 889;
    
    padding: 15px 0;
    width: 250px!important;
    background-color: rgba(116,159,211,0.9);
    li{
        list-style: none;
        &:hover{
          background-color: #1C3B76;
        }
        a{
            padding: 5px 15px;
            font-size: calc(14px * var(--acc-font-scale)) !important;;
            color: white!important;
            
            width: 100%;
            display: block;
        }
    }
    li + li{
      border-top: 1px solid rgba(255,255,255,0.15);;
    }
}

.sub-menu .sub-menu{  
    background-color: rgba(79,133,200,0.9);
}

.dropdown,.menu-item-has-children{
    color: var(--theme-menu);
    font-family: 'montserrat-regular';
    font-size: calc(16px * var(--acc-font-scale)) !important;;
    transition: 0.4s linear all;
    position: relative;
}

.segura-menu ul li .dropdown,.menu-item-has-children{
    
    transition: 0.4s linear all;
    position: relative;
}

.flex-lg{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}

.banner-desktop{
  display: block;
}
.banner-mobile{
  display: none;
}
@media(max-width:1200px){
  .fx1{
    margin-top: 30px!important;
  }
  .card-chamada{
    width: 270px;
    margin: 0 auto 30px auto;
    max-width: 100%;
  }
  .fx5{
    padding-bottom:30px; 
    .col-lg-5{
      display: none;
    }
  }
  .menu-item a, .segura-menu ul li .dropdown,.menu-item-has-children{
    font-size: calc(14px * var(--acc-font-scale)) !important;;
  }

  .segura-menu ul li .dropdown:after,.menu-item-has-children:after{
    display: none;
  }
}

@media(max-width:996px){
  .flex-lg{
    display: block;
  }
  .texto-banner{
    top: 30px!important;
    text-align: center;
  }
  .segura-menu{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 830px;
    width: 100%;
  }
  footer{
    padding-bottom: 90px;
  }
  
}

@media(max-width:376px){
  footer{
    .row.flex{
      flex-direction: column;
    }
    .segura-icone-mbl{
      display: flex;
      flex-direction:column;
      align-items:center;
    }
    .segura-icone:not(:last-child) {
      margin-right: 0!important;
      margin-bottom: 30px;
    }
  }
}

.topo-mbl{
  display: none;
  padding: 30px 0;
  background-color: var(--theme-destaque);
  .flex{
      justify-content: center;
      display: flex;
  }
}
@media(max-width: 991px){
  .topo .topo{
    background-color: white!important;
  }
 .topo .logo{
  display: block!important;
  text-align: center;
}

.topo .logo img{
  max-width: 80%;
}
.submenu,.sub-menu {
  position: static;
  display: block;
  padding: 15px 0;
  width: 250px !important;
  background-color: transparent;
}
  .topo-mbl{
      display: block;
  }
  .menu-mobile-back{
      width: 100vw;
      height: 100vh;
      position: fixed;
      background-color: rgba(0,0,0,0.7);
      z-index: 100;
      display: none;
      &.active{
          display: block;
      }
  }
  .submenu,.sub-menu {
    & li {
        a {
          font-size: calc(14px * var(--acc-font-scale)) !important;;
          color: white !important;
        }
      }
    }
  .btn-menu-mobile{
      width: 46px;
      height: 46px;
      border-radius: 50%;
      background-color: var(--primary-color);
      color: white;
      font-size: calc(22px * var(--acc-font-scale)) !important;;
      align-items: center;
      justify-content: center;
      display: flex;
      position: fixed;
      right: 30px;
      top: 30px;
      z-index: 1000;
  }

  .menu-item a, .segura-menu ul li .dropdown,.menu-item-has-children{
    color: white;
    
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .topo__main.active{
      left: 0;

  }

  .theme .topo .segura-menu .submenu,.theme .topo .segura-menu .sub-menu{
      position: static!important;
      background-color: transparent!important;
      display: block!important;
      padding: 0!important;
      list-style: initial!important;
      a{
          font-size: calc(18px * var(--acc-font-scale)) !important;;
      }
  }
  .topo__main {
    background-color: var(--primary-color);
    position: fixed;
    left: -290px;
    top: 0;
    display: flex;
    flex-direction: column;
    width: 280px;
    height: 100%;
    z-index: 889;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
   
    transition: 0.5s linear all;
    overflow: auto;
    .container{
        display: flex;
        width: 250px;
        padding: 15px!important;
        margin-left: 0px;
    }
    .segura-texto{
      display: none;
    }
    .row.flex{
      align-items: center;
      justify-content: center;
      .col-lg-4.col-md-6{
        display: none;
      }
    }
  }

  .topo__main--shown {
    left: 0;
    z-index: 101;
  }

  .theme .topo .segura-menu ul{
    flex-direction: column;
  }

  .segura-menu {
    .menu {
      flex-direction: column;
      .dropdown,.menu-item-has-children{
        height: inherit!important;
      }
    }
  }
  .segura-redes a{
    margin: 5px;
  }

  .home {
    .texto-banner {
      img{
        margin-bottom: 30px;
      }
    }
  }
  .home {
    & footer {
      .segura-icone-mbl{
        margin: 0 auto 30px auto;
      }
      .media {
        flex-direction: column;
        text-align: center;
        align-items: center;
      }
    }
  }
  .home {
    & footer {
      .copyright {
        flex-direction: column;
        span{
          text-align: center;
        }
        .kryzalis{
          margin: 0 auto;
        }
      }
    }
  }
}
@media(max-width: 794px){
  .segura-titulo{
    flex-direction: column;
    text-align: center;
  }
}
@media(max-width: 644px){
 
  .home {
    .texto-banner {
      h2{
        font-size: calc(35px * var(--acc-font-scale)) !important;;
        line-height: 40px;
      } 
    } 
  }
}
@media(max-width: 644px){
  .home {
    & .fx1 {
      & .container {
        & .card-chamada {
          h3 {
            font-size: calc(20px * var(--acc-font-scale)) !important;;
          }
        }
      }
    }
  }
  h2{
    font-size: calc(35px * var(--acc-font-scale)) !important;;
    line-height: 40px!important;
    text-align: center!important;
  }
  .home {
    & .fx3 {
      & .container {
        p {
          font-size: calc(16px * var(--acc-font-scale)) !important;;
          line-height:30px;
        }
      }
    }
  }
  .home {
    & .fx2 {
      & .container {
        & .card-publicacao {
          &:after {
            display: none!important;
          }
          .btn-padrao{
            margin: 0 auto 30px auto;
          }
        }
      }
    }
  }

  .home {
    & .fx4 {
      & .container {
        & .card-publicacao {
          &:after {
            display: none!important;
          }
          .btn-padrao{
            margin: 0 auto 30px auto;
          }
        }
      }
    }
  }
  & .fx5 {
    & .container {
      p {
        font-size:calc(16px * var(--acc-font-scale)) !important;;
        line-height: 30px!important;
      }
      .btn-padrao{
        margin: 0 auto;
      }
    }
  }
  h3{
    text-align: center;
    line-height: 30px!important;
    margin-bottom: 30px!important;
  }
  p{
    text-align: center;
  }
}
.card-publicacao{
  position: relative;
  h3{
    font-family: 'nunito-bold';
    font-size: calc(25px * var(--acc-font-scale)) !important;;
    line-height: 50px;
    color: var(--primary-color);
    margin-top: 30px;
    margin-bottom: 0;
  }
  p{
    font-family: 'nunito-regular';
    font-size: calc(14px * var(--acc-font-scale)) !important;;
    color: black;
    margin-bottom: 25px;
  }
  .btn-padrao{
    background-color: var(--primary-color);
    width: 171px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'nunito-bold';
    font-size: calc(15px * var(--acc-font-scale)) !important;;
    color: white;
    transition: 0.2s linear all;
    max-width:100%;
    &:hover{
      background-color: var(--secondary-color);
    }
  }
  &:after{
    content: '';
    background-color: var(--primary-color);
    height: 1px;
    width: calc(100% - 200px);
    position: absolute;
    bottom: 20px;
    right: 0px;
  }
}.card-publicacao{
  position: relative;
  h3{
    font-family: 'nunito-bold';
    font-size: calc(25px * var(--acc-font-scale)) !important;;
    line-height: 50px;
    color: var(--primary-color);
    margin-top: 30px;
    margin-bottom: 0;
  }
  p{
    font-family: 'nunito-regular';
    font-size: calc(14px * var(--acc-font-scale)) !important;;
    color: black;
    margin-bottom: 25px;
  }
  .btn-padrao{
    background-color: var(--primary-color);
    width: 171px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'nunito-bold';
    font-size: calc(15px * var(--acc-font-scale)) !important;;
    color: white;
    transition: 0.2s linear all;
    max-width:100%;
    &:hover{
      background-color: var(--secondary-color);
    }
  }
  &:after{
    content: '';
    background-color: var(--primary-color);
    height: 1px;
    width: calc(100% - 200px);
    position: absolute;
    bottom: 20px;
    right: 0px;
  }
}

.pg-publicacao{
  .fx2{
    padding: 40px 0;
    padding-bottom: 80px;
    background-color: #fff;
    h2{
      text-align: left!important;
      font-size: calc(28px * var(--acc-font-scale)) !important;;
      font-family: 'nunito-black';
      line-height: 30px;
      margin-bottom: 15px;
    }
    h4{
      font-size: calc(18px * var(--acc-font-scale)) !important;;
      font-family: 'nunito-regular';
      strong{
        font-family: 'nunito-bold';
      }
      a{
        color: var(--primary-color);
        margin-left: 25px;
        transition: all .2s linear;
        &:hover{
          color: #749FD3;
        }
        i{
          margin-right: 5px;
        }
      }
    }
  }
}
.text-right{
  text-align: right;
}

.owl-galeria .owl-dots {
          position: static;
      }
      .owl-galeria .owl-dots .owl-dot span{
        border: 1px solid #928A89;
      }
      .owl-galeria .owl-dots .owl-dot.active span, .owl-galeria .owl-dots .owl-dot:hover span{
        border: 1px solid #FFB900;
      }
      


.card-noticias p{
  font-size: calc(18px * var(--acc-font-scale)) !important;;
}

.card-noticias h3{
  margin-bottom: 5px;
  line-height: 1.2;
  margin-top: 0;
}

.card-noticias h6{
  margin-top: 0;
  margin-bottom: 5px;
}

.card-noticias .tag{
  display: inline-block;
  padding: 5px 15px;
  background-color: #F3F3F3;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #1C3B76;
}

.card-noticias{
  margin-bottom: 40px;
}

.card-noticias p{
  margin-bottom: 15px;
}

.wp-pagenavi .extend{
  display: none;
}

.wp-pagenavi span, .wp-pagenavi a{
  width: auto;
  padding: 5px 10px;
  height: auto;
  font-size: calc(20px * var(--acc-font-scale)) !important;;
}

.paginacao{
  text-align: center;
}

.panel{
  margin-bottom: 40px;
}

.esic input{
  margin-bottom: 0;
  height: 39px;
}

.esic .form-group{
  margin-bottom: 0;
}




textarea.form-control{
  height: 150px;
  margin-bottom: 15px;
}

h2.titulo{
  margin: 0 0 25px 0;
}

.compartilhe{
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(100,100,100,0.5);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.compartilhe a{
  margin: 5px;
  opacity: 0.75;
  transition: 0.4s linear all;
}

.compartilhe a:hover{
  opacity: 1;
}

.btn-licitacao{
  background-color: var(--primary-color);
  width: 100%;
  text-align: center;
  height: 39px;
  color: white!important;
  font-size: calc(15px * var(--acc-font-scale)) !important;;
  font-family: 'nunito-bold';
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  border: 0;
  transition: all .2s linear;
  &:hover{
    background-color: #FCBC00;
  }
}

@media print{
 .capa{
    display: none!important;
 }
}

.menusec{
  margin:0;
  list-style: none;
  color: #FFF;
  display: flex;
  gap: 30px;
}

.menusec a{
  color: #FFF!important;
}

.menusec a:hover{
  color: #749FD3!important;
}

.topo .logo{
  display: none;
}

/* Skip link (aparece ao usar TAB) */
.skip-link{
  position:absolute;
  left:-999px;
  top:10px;
  padding:10px 12px;
  background:#000;
  color:#fff;
  z-index:888;
  border-radius:6px;
}
.skip-link:focus{ left:10px; }

/* Barra de acessibilidade */
.acessibilidade{
  display:flex;
  gap:8px;
  align-items:center;
}
.acc-btn{
  cursor:pointer;
  border:1px solid rgba(0,0,0,.2);
  padding:8px 10px;
  border-radius:8px;
  background:#fff;
}
.acc-btn:focus{
  outline:3px solid rgba(0,0,0,.35);
  outline-offset:2px;
}

/* Fonte escalável (base) */
:root{
  --acc-font-scale: 1;
}
html{
  font-size: calc(16px * var(--acc-font-scale));
}

/* Alto contraste */
html.acc-contrast{
  filter: contrast(1.25) saturate(1.15);
}
html.acc-contrast body{
  background:#000 !important;
  color:#fff !important;
}
html.acc-contrast a{ color:#00e5ff !important; }
html.acc-contrast img{ filter: none !important; } /* mantém imagens "normais" */

.card-publicacao{
  padding: 10px;
  padding-top: 20px;
  border: 1px solid #DDD;
}

.card-publicacao table{
  margin-bottom: 0;
}