html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


body {
	line-height: 1;
font-family: 'Montserrat', sans-serif;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.page-id-5516 .main-header-bar.ast-header-breadcrumb {
    display: none;
  }
  .home-nova{
    font-size: 62.5% !important;
  }
.banner-home-nova {
    height: 700px;
    background-size: cover;
    background-position: center;
    width: 100%;
    display: flex;
    align-items: center;
}
.ast-builder-menu-1 .menu-item > .menu-link {
    font-size: 1.6rem !important;
  }
  .site-header .site-description {
    font-size: 1.2rem !important;
  }

  .ast-header-html-1 .ast-builder-html-element {
    font-size: 1.4rem !important;
  }

  .ast-builder-menu-2 .menu-item > .menu-link {
   display: none !important;
  }

  #astra-footer-menu .menu-item > a {
    font-size: 1.5rem !important;
  }
  .footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
    font-size: 1.4rem !important;
  }
.banner-home-nova .faixa-banner {
	background-color: rgba(255, 118, 33, 0.8);
	text-align: center;
    width: 100%;
}
.banner-home-nova .faixa-banner h1{
    font-size: 6.4rem;
    font-weight: 600;
    line-height: 7rem;
    margin-bottom: 3.2rem;
    max-width: 54.8rem;
    color: #fff;
}
.banner-home-nova .faixa-banner p{
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.4rem;
    color: #fff;
    max-width: 61.8rem;
}
.banner-home-nova .faixa-banner .container {
	padding: 6.4rem 0;
    text-align: left;
}

.container {
    width: 100%;
    max-width: 132rem;
    margin: 0 auto;
}

h2{
    font-size: 4.8rem !important;
    font-weight: 600;
    line-height: 4.8rem;
}
h2 {
    text-align: center;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4.8rem;
    margin-bottom: 4.8rem !important;
  }
.secao-padrao{
 padding: 12.8rem 0;
}

.sobre-eic{
 background-color: #0E5D9D;   
}
.sobre-eic h2{
    color: #fff;
    margin-bottom: 6.4rem;
}
.sobre-eic .textos{
    display: flex;
justify-content: space-between;

}
.sobre-eic .texto{
    font-size: 2rem;
    font-weight: 400;
    line-height: 4rem;
    color: #fff;
    max-width: 55rem;
    text-align: left;
}
.home-nova .ast-container{
   flex-direction: column;
}

.sobre-eic .separador {
    width: 6px;
    height: 24rem;
    background: #D9D9D9;
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .solucoes-eic h2{
    color: #0E5D9D;
    margin-bottom: 6.4rem;
  }

  .solucoes-eic .solucoes{
    display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 2rem;
  }
  .solucoes-eic .solucoes .solucao{
    width: 100%;
    margin-bottom: 3.2rem;
    border: 1px solid #CACACA;
    border-radius: 8px;
	display: flex;
    flex-direction: column;
  }

  .solucoes-eic .solucoes .solucao .img{
    width: 100%;
    height: 20.8rem;
    background-size: cover;
    background-position: center;
    margin-bottom: 3.2rem;
  }
  .solucoes-eic .solucoes .solucao h3{
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.2rem;
    color: #0E5D9D;
    margin-bottom: 1.6rem;
    padding:  0 1.2rem ;
  }
  .solucoes-eic .solucoes .solucao p{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    color: #686868;
    margin-bottom: 1.6rem;
    padding:  0 1.2rem;
	flex-grow: 1;
  }
  .solucoes-eic .solucoes .solucao a{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    color: #FF7621;
    margin-bottom: 1.6rem;
    display: flex;
    align-items: center;
    gap: 8px;
    padding:  0 1.2rem;
  }

  .btnPadrao a {
    color: #FFF;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25.1rem;
    height: 4.8rem;
    border-radius: 10rem;
    background: #FF7621;
    transition: 0.3s ease;
    text-decoration: none;
    gap: 1.2rem;
    margin: 0 auto;
  }

.btnPadrao a:hover {
  opacity: 0.9;
  color: #fff !important;
}


.interpretes-eic.secao-padrao{
    background-color: #0E5D9D;
}
.interpretes-eic.secao-padrao h2{
    color: #fff;
}

.noticias-eic{
    padding: 9.4rem 0;
}

.noticias-eic h2{
    color: #0E5D9D;
    text-align: left;
}
.noticias-eic .noticias{

}
.noticias-eic .noticias .noticia{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 3rem;
}
.noticias-eic .noticias .noticia a{
    width: 100%;
}
.noticias-eic .noticias .noticia .img {
  height: auto;
  background-size: cover;
  background-position: center;
  aspect-ratio: 16/9;
}
.noticias-eic .noticias .noticia .texto-noticia .tag{
    color: #FF7621;
    font-size: 1.6rem;
    border-radius: 10rem;
    margin: 1.6rem 0;
display: block;
}
.noticias-eic .noticias .noticia .texto-noticia h4{
    font-size: 1.6rem;
    color: #686868;
    font-weight: 400;
    line-height: 2.4rem;
    margin: 1.6rem 0;
    text-align: left;
}
.noticias-eic .noticias .noticia .texto-noticia p{
    font-size: 1.4rem;
    color: #0E5D9D;
    font-weight: 400 !important;
    line-height: 2.4rem;
    text-align: left;
}
.menuLP{
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 132rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 4.8rem;
}
.todoMenuLp{
  position: relative;
  z-index: 2;
}

.todoMenuLp.scrolled {
    position: fixed;
    width: 100%;
    background:
  #0E5D9D;
  z-index: 100;
  }
  .todoMenuLp.scrolled .menuLP{
    margin-top:2.4rem;
    margin-bottom:2.4rem;
  }

  .todoMenuLp.scrolled .logotipo svg {
    max-width: 6rem;
  }
  .todoMenuLp.scrolled .menuSite ul li a{
    font-size: 1.6rem;
  }
  .todoMenuLp.scrolled .menuLP {
    margin-top: 0;
    margin-bottom: 0;
  }
.menuSite{
    display: flex;
    align-items: center;
    gap: 2.4rem
}

.menuSite ul{
    display: flex;
    gap: 3.2rem;
}

.menuSite ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 600; /*semibold*/
    transition: color 0.3s ease;
}
.container{
    max-width: 132rem;
    margin: 0 auto;
}
.menuSite ul li a:hover{
    color: #FF7621;
}

.heroSection {
    background-image: url(../images/fundo-bg-lp.jpg);
    background-size: cover;
    overflow: hidden;
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-attachment: fixed;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.heroSection .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(14,93,157, 0.85);
    z-index: 0;
}

.language-dropdown select {
  border:
none;
  outline:
none;
  background-color: transparent !important;
  background-image: none !important;
  border:
none;
  appearance: none;
  -webkit-appearance:
none;
  -moz-appearance:
none;
  box-shadow: none;
  outline:
none;
  color: #ffffff;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  padding-right: 3.2rem;
  position: relative;
  z-index: 1;
  -webkit-appearance:
none;
  -moz-appearance:
none;
  appearance: none;
  -ms-appearance: none;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600;
  padding-right: 0;
}

select:focus {
    background-color: transparent;
  }

.language-dropdown{
    position: relative;
}

.language-dropdown::after{
    width: 3.2rem;
    height: 3.2rem;
    background: url(../images/arrow-select.png) no-repeat center center;
    background-size: contain;
    background-repeat: n;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    background-color: transparent;
}

.language-dropdown select option{
    background: transparent;
    color: #ffffff;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 600;
    text-transform: uppercase;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
}

.language-dropdown select option:hover{
   background: #0E5D9D;
   color: #ffffff;
}

.heroContent{
    position: relative;
    z-index: 1;
    flex-grow: 1;
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: center;
}

.heroContentWrapper{
    background:rgba(14,93,157, 0.7) ;
    width: 100%;
    flex-basis: 100%;
}

.heroContainer{
    max-width: 132rem;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: start;
}


.heroContainer >div	{
    flex: 1;
}

.heroText{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding: 7.4rem 0px;
}


.heroText h1{
    width: 100%;
    flex-basis: 100%;
    text-align: left;
    color:#ffffff;
    line-height: 7rem;
}

.heroText h1 strong{
    color:#FF7621
}

.heroSpacer {
    position: relative;
    z-index: 1;
    flex-basis: 6.9rem;
    height: 6.9rem;
    text-align: center;
  }
  
.heroSpacer svg{
    cursor: pointer;
}

h1{
    font-size: 5.6rem;
    font-weight: 600;
    color:#FF7621;
}

.heroForm {
    position: relative;
    margin-top: -3.2rem;
    margin-bottom: -3.2rem;
    background: #ffffff;
    max-width: 42.4rem;
    border-radius: .4rem;
    padding:
    4.8rem 2.4rem;
      box-sizing: border-box;
  }


  .heroContent ul{
    list-style: disc;
    list-style-position: inside;
    text-align: left;
    margin-top: 2.4rem;
  }
  .heroContent ul li {
    color: #FFF;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.4rem;
    margin-bottom: 0.8rem;
    max-width: 61.8rem;
  }

  .grupoInput {
  border-radius:
8px;
  border:
1px solid #CECECE;
  background:
#FFF;
  box-shadow: 5px 5px 12.5px 0px rgba(235, 235, 235, 0.20);
  width: 100%;
  height: 5.6rem;
  margin-bottom: 3.1rem;
  position: relative;
}

.grupoInput label {
    position: absolute;
    left: 2rem;
    background:
  #fff;
    top: -1.2rem;
    color: #0E5D9D;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding:
  0.4rem;
  }
  .grupoInput input::placeholder{
    opacity: 1;
    color: #686868;
  }
  .grupoInput input:focus{
outline: none;
  }
  .grupoInput input {
    width: 100%;
    height: 5.4rem;
    border:
  none;
    padding:
  0;
  box-sizing: border-box;
      padding-left: 0px;
    border-radius:
  8px;
    color: #686868;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding-left: 2rem;
  }
  #textMensagem {
    padding: 2rem 1.6rem !important;
    font-size: 1.6rem !important;
  }
  .aceite {
    color: #686868;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: flex;

    align-items: center;
    margin-top: 4.8rem;
  }
  .heroForm button {
    border-radius:
  100px;
    border:
  2px solid #0E5D9D;
    background:
  #0E5D9D;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    font-family: Montserrat;
    height: 4.8rem;
    width: 100%;
    margin-top: 2.4rem;
    cursor: pointer;
    transition: 0.3s ease;
  }
  .heroForm button:hover{
    opacity: 0.9;
  }
  .aceite input{
    margin-right: 1.2rem;
  }
h2{

text-align: center;
font-size: 4.8rem;
font-style: normal;
font-weight: 600;
line-height: 4.8rem; /* 100% */
margin-bottom: 4.8rem;
}
.mg-padrao{
    padding: 12.8rem 0;
}

  #Sobre h2{
    color: #0E5D9D;
  }

  .texto{
    color: #686868;
text-align: center;
font-size: 2.4rem;
font-style: normal;
font-weight: 400;
line-height: 4rem; /* 166.667% */
max-width: 99rem;
margin: 0 auto;
  }

  #diferenciais {
    background:
  #0E5D9D;
    padding:
  6.4rem 0;
  }
  #diferenciais .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .texto-diferenciais {
    width: 38rem;
  }
  h3{
    color: #FFF;
font-size: 2.8rem;
font-style: normal;
font-weight: 600;
line-height: 4.8rem; /* 171.429% */
  }
  .texto-diferenciais p{
    color: #FFF;
font-size: 1.6rem;
font-style: normal;
font-weight: 400;
line-height: 2.4rem; /* 150% */
margin-bottom: 2.4rem;
  }

  .btnPadrao a{
    color: #FFF;
text-align: center;
font-size: 1.6rem;
font-style: normal;
font-weight: 600;
line-height: 1.6rem; /* 100% */
display: flex;
justify-content: center;
align-items: center;
width: 25.1rem;
height: 4.8rem;
border-radius: 100px;
background: #FF7621;
transition: 0.3s ease;
text-decoration: none;
  }
  .btnPadrao a:hover{
    opacity: 0.9;
  }
  .btnPadrao a svg{
    margin-left: 1.6rem;
  }

  .itens {
    display: flex;
    align-items: center;
  }

  h4 {
    color: #FFF;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.4rem;
    margin: 0.8rem 0;
  }
  .itens .item p {
    color: #FFF;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    max-width: 23.4rem;
  }
  .itens .item{
    text-align: center;
    padding-right: 2.4rem;
    border-right: 1px solid #fff;
  }
  .itens .item:nth-of-type(3){
    padding-right: 0;
    border: 0;
  }

#Solucoes h2{
    color: #0E5D9D;
  }

.cards{
    display: flex;
    gap: 2.4rem;
}

  .itemCard {
    box-sizing: border-box;
    border-radius:
  8px;
    border:
  1px solid #CACACA;
    background:
  #FFF;
    width: 31.2rem;
    padding:
  2.4rem;
  min-height: 39.3rem;
  }
  .itemCard{
    position: relative;
  }
  .itemCard a{
  
      position: absolute;
      bottom: 24px;
      margin-top: 1.6rem;
      color: #FF7621;
font-size: 1.6rem;
font-style: normal;
font-weight: 600;
line-height: 2.4rem; /* 150% */
display: flex;
align-items: center;
text-decoration: none;
transition: 0.3s ease;
  }
  .itemCard a:hover{
text-decoration: underline;
  }
  .itemCard a svg{
    margin-left: 0.8rem;
  }
  .itemCard h3 {
    color: #0E5D9D;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4rem;
    margin-bottom: 1.6rem;
  }
  .itemCard p{
    color: #686868;
font-size: 1.6rem;
font-style: normal;
font-weight: 400;
line-height: 2.4rem; /* 150% */

  }
  .mg-padrao-btn{

    margin-top: 6.4rem;
    display: flex;
  justify-content: center;
  }
  #interpretes{
    padding-bottom: 12.8rem;
  }
  #interpretes h2{
    color: #0E5D9D;
    margin-bottom: 4.8rem;
  }
  .cardsInterpretes {
    display: flex;
    flex-wrap: wrap;
    gap:
  2rem;
  }
  .cardsInterpretes .itemCardInterpretes{
    margin-bottom: 4.8rem;
  }
  .cardsInterpretes .imagem {
    filter: grayscale(100%);
  }
  .cardsInterpretes .itemCardInterpretes p{
  color: #FF7621;
text-align: center;
font-size: 2rem;
font-style: normal;
font-weight: 700;
line-height: 2.8rem; /* 140% */
margin-top: 2.4rem;
}
.conselho{
  margin-top: 9.4rem;
}
.cardsInterpretes.conselho {
  justify-content: center;
  margin-top: 9.4rem;
}

#interpretes .mg-padrao-btn{
  margin-top: 1.6rem;
}


.itemCliente {
    border-radius: 8px;
    border: 1px solid #CACACA;
    opacity: 1;
    max-width: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: none;
    padding: 1.2rem;
    box-sizing: border-box;
	min-height: 12rem;
}
.itemCliente img	{
    max-width: 100%;
    max-height: 10rem;
}
#clientes {
  background:
#FAFAFA;
  padding:
9.4rem 0;
}
#clientes h2{
  color: #0E5D9D;

}
.clientes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap:2.14rem;
}

.menu-abas {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  cursor: pointer;
}

.menu-abas li.active {
background: #FF7621;
border: 1px solid #FF7621;

}

.aba-content {
  display: none;
  margin-top: 2rem;
}

.aba-content.active {
  display: block;
}
.cards-wrapper-interpretes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 4.8rem;
  }
  .conselho-eic{
    padding: 9.4rem 0;
  }
  .conselho-eic h2{
    color: #0E5D9D;
  }
  .conselho-eic .cards-wrapper-interpretes h3{
    color: #0E5D9D;
  }
  .conselho-eic .cards-wrapper-interpretes {
    max-width: 800px;
    margin: 0 auto;
  }
.cards-wrapper-interpretes .img {
    border-radius: 50%;
    border: 2px solid #2970c3;
    height: 20rem;
    width: 20rem;
    background-size: cover;
    background-position: center;
  }

  .cards-wrapper-interpretes .texto-card {
    text-align: center;
  }
.cards-wrapper {
  display: flex;
  flex-wrap: nowrap;
}

.card {
  width: 20rem;
  flex:
0 0 auto;
  border-radius:
8px;
  overflow:
hidden;
  height: auto !important;
  margin-right: 2.4rem;
}



.arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.arrow-prev, .arrow-next {
  cursor: pointer;
}

#personalidades {
  background:
#0E5D9D;
  padding:
9.6rem 0 ;
position: relative;
}
#personalidades h2{
  color: #FFF;
  margin-bottom: 2.4rem;
}
#personalidades p{
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.2rem; /* 166.667% */
  max-width: 99rem;
  margin: 0 auto;
  text-align: center;
  max-width: 97.9rem;
  margin: 0 auto;
  margin-bottom: 9.6rem;
}
.menu-abas li {
  border-radius:
8px;
  border:
1px solid #FFF;
  display: inline-flex;
  padding:
1.2rem;
  justify-content: center;
  align-items: center;
  gap:
2.4rem;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4rem;
  text-decoration:
none;
}

.texto-card h3 {
  color: #FFF;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.8rem;
  margin-top: 1.6rem;
}
#personalidades .texto-card p{
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  line-height: 2.4rem; /* 175% */
}

.conteudos-abas {
  margin-top: 4.8rem;
}
.conteudos-abas .card img {
  border-radius:
8px;
  width: 100%;
  height: 20rem;
  object-fit: cover;
  object-position: center;
}
.arrow-prev {
  position: absolute;
  left: 12%;
 
}
.arrow-next {
  position: absolute;
  right: 12%;
}
.slick-arrow{
  top: 56%;
}

#personalidades .btnPadrao {
  margin-top: 0;
}
@media (max-width: 1550px) {
  .arrow-prev {
    left: 2%;
  }
  .arrow-next {
    right: 2%;
  }
}


.faq {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  max-width: 99rem;
  margin: 0 auto;
}

.faq-item {
  border-radius: 8px;
  border: 1px solid #CACACA;
  background: #FFF;

}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #0E5D9D;
  font-size: 2rem; /* 20px */
  font-style: normal;
  font-weight: 500;
  line-height: 2.8rem; /* 28px */
  padding: 2rem 2.4rem;
}
#faq h2{
  color: #0E5D9D;
  margin-bottom: 2.4rem;
}
#faq p{
  color: #686868;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.2rem; /* 160% */
  max-width: 97.9rem;
  margin: 0 auto;
  margin-bottom: 4.8rem;
}
.faq-answer {
  display: none;
  color: #686868;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  padding:
0 2.4rem;
  margin-bottom: 2.4rem;
}

.icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#faq{
  padding-bottom: 20rem;
}

#contato h2{
  color: #0E5D9D;
  margin-bottom: 4.8rem;
}
#contato p{
  color: #686868;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.2rem; /* 160% */
  max-width: 97.9rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 4.8rem;
}
#contato{
  background: #FAFAFA;
}

.btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
}
.btns .btnPadrao{
  margin-top: 0;
}

#rodape {
  background: #0E5D9D;
  padding: 6.4rem 0;
}

#rodape .container {
  display: flex;
}

#rodape .logoRodape{
  margin-right: 12.8rem;
}

.menu-rodape-lista.c2 {
  columns:
2;
  column-gap: 4.8rem;
}
.slick-slide img {
  display: block;
  width: 20rem;
}
.menu-rodape ul li a {
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  text-decoration:
none;
  margin-bottom: 1.6rem;
  display: block;
}


footer strong {
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
  display: block;
}

.todo-redes {
  display: flex;
  gap:
2.4rem;
}

.todoMenuRodape {
  display: flex;
  gap: 12rem;
  margin-right: 30rem;
}

.copyright {
  max-width: 132rem;
  margin:
0 auto;
    margin-top: 0px;
  margin-top: 9.6rem;
  padding-top: 3.2rem;
  border-top:
1px solid rgba(255, 255, 255, 0.50);
}
.copyright {
  display: flex;
  justify-content: center;
  gap:
2.4rem;
color: #FFF;
font-size: 1.4rem;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 21px */
}
.copyright a {
  color: #FFF;
  text-decoration:underline;}

.menuMobile{
  display: none;
}
@media (max-width: 1320px) {
  .container {
    max-width: 100%;
    padding: 0 1.6rem;
  }
  .menuLP {
    max-width: 100%;
    padding: 0 1.6rem;
    box-sizing: border-box;
  }
  .heroContainer{
    max-width: 100%;
    padding: 0 1.6rem;
    box-sizing: border-box;
  }
	
	
  .solucoes-eic .solucoes{
    grid-template-columns: 1fr 1fr
  }
	
	
	.clientes {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr
	}
	
}

@media (max-width: 1180px) {

  .menuMobile{
    display: block;
    cursor: pointer;
  }
  .menuSite {
    display: none;
  }
  .menuMobile svg {
    width: 3.6rem;
    height: 3.6rem;
  }
  .logotipo a svg {
    max-width: 7rem;
    height: 7rem;
  }
  .menuLP {
    align-items: center;
    margin-top: 0.8rem;
    padding: 0.8rem 1.6rem;
  }

  .menu-ativo .logotipo {
    position: relative;
    z-index: 23;
  }
  .menu-ativo .heroContent{
    z-index: -1;
  }

  .menu-ativo .menuSite {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    background:
#0E5D9D;
    width: 100%;
    height: 100%;
    z-index: 10;
    align-items: baseline;
    flex-direction: column;
    gap:
3.2rem;
display: none;
  }
  .menu-ativo .menuSite ul {
    display: flex;
    gap:
  3.2rem;
    flex-direction: column;
    width: 100%;
    padding:
  0 1.6rem;
    align-items: baseline;
    margin-top: 14rem;
  }
  .menu-ativo .language-dropdown {
    padding:
  0 1.6rem;
  }
  .menu-ativo .scroll {
    display: none;
  }
  .menu-ativo .btn-open-menu{
    display: none;
  }

  .menu-ativo .btn-close-menu{
    display: block;
    position: relative;
    z-index: 23;
  }
  .menu-ativo .menuMobile {
    z-index: 23;
  }
  .menuMobile .btn-close {
    width: 3.2rem;
    height: 3.2rem;
  }

  html.menu-ativo{
    overflow-y: hidden;
  }
  .btn-close{
    display: none;
  }
  .menu-ativo .btn-close{
    display: block;
  }
  h1 {
    font-size: 4rem;
    line-height: 5.6rem !important;
  }
  .heroContainer {
  
    flex-direction: column;
    padding:
0 1.6rem;
  }
  .heroForm{
    width: 100%;
    max-width: 100%;
    padding: 2.4rem 1.6rem;
    padding-top: 2.8rem;
  }

  .heroContent ul li{
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .scroll {
    display: none;
  }
  .todoMenuLp.scrolled .menuLP {
    padding-top: 2.4rem;
  }
  .menuMobile {
    padding-right: 0;
  }
  .heroText {
    padding:
  2.4rem 0rem;
  padding-bottom: 0;
  }
  

.heroContent {
  margin-top: 2.4rem;
}
.heroForm {
  margin-top: 2.4rem;
}
#Solucoes{
  overflow: hidden;
}
.mg-padrao {
  padding:
6.4rem 0;
}

h2 {
  font-size: 3.2rem;
  margin-bottom: 4.8rem;
}
.texto {

  font-size: 1.6rem;
  line-height: 2.4rem;
  max-width: 100%;
  padding: 0 1.6rem;
}
#diferenciais .container {
  flex-direction: column;
  gap:
4.8rem;
}
.itens {
  flex-direction: column;
  gap:
2.4rem;
width: 100%;
}

.itens .item {
  text-align: center;
  padding-right: 0;
  border-top:
1px solid #fff;
  padding-top: 2.4rem;
  width: 100%;
  border-right:none;
}

.itens .item:nth-of-type(3) {
  padding-right: 0;

  border-top:
  1px solid #fff;

}
.texto-diferenciais {
  width: 100%;
  margin:
0 auto;
  text-align: center;
}
.btnPadrao {
  margin:
0 auto;
  display: flex;
  justify-content: center;
}
.itens .item p {

  margin:
0 auto;
}
.itemCard {

  width: 27rem !important;
  padding:
2.4rem;
  min-height:49rem !important;
  margin-right: 2.4rem;
  height: 49rem  !important;
  box-sizing: border-box;
}
#Solucoes .container {
 
  width: 100%;
}
#Solucoes  .btnPadrao.mg-padrao-btn{
  margin-top: 4.8rem;
}

.menu-abas li {

  height: auto !important;
  margin-right: 2.4rem;
}
#personalidades{
  padding: 6.4rem 0;
  overflow: hidden;
}
#personalidades p{
  font-size: 1.6rem;
  line-height: 2.4rem; /* 150% */
  max-width: 100%;
  margin-bottom: 4.8rem;
  order: 2;
}
#personalidades .container{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.arrow-prev, .arrow-next{
  position: relative !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
}
.arrows {
  order: 5;
  width: 7rem;
  margin:
0 auto;
  margin-bottom: 0px;
  margin-bottom: 4.8rem;
}
#personalidades h2{
  order: 1;
}
.menu-abas {
  order: 3;
}
.conteudos-abas{
  order: 4;
}
#personalidades .btnPadrao{
  order: 6;
}
.slick-slide img {

  width: 20.8rem;
}
#personalidades .cards-wrapper .slick-track {
  display: flex;
}
.card {
  width: 20rem !important
}
#faq p{
  font-size: 1.6rem;
  line-height: 2.4rem; /* 150% */
  max-width: 100%;
  text-align: center;
 }
 #faq {
  padding-bottom: 9.6rem;
}
#contato h2{
  margin-bottom: 2.4rem;
}
#contato p{
  font-size: 1.6rem;
  line-height: 2.4rem; /* 150% */
  max-width: 100%;
  text-align: center;}

  .btns {

    flex-direction: column;
  }
  #rodape .container {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
  }
  .todoMenuRodape {
    display: flex;
    gap:
  2.4rem;
    margin-right: 0;
    flex-direction: column;
  }
  .menu-rodape-lista.c2 {
    columns:
  1;
  }
  .menu-rodape {
    text-align: center;
  }
  .logoRodape svg {
    width: 7rem;
    height: 7rem;
  }
  #rodape .logoRodape {
    margin-right: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 4.8rem;
  }
  .redesSociais {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .copyright {
    flex-direction: column;
    text-align: center;
    padding:
  3.2rem 1.6rem;
  }
  .todoMenuLp.scrolled .logotipo svg {
    max-width: 6rem;
    height: 6rem;
  }
  .todoMenuLp.scrolled .menuLP {
    padding-top: 0.8rem !important;
  }
}


@media (max-width: 1060px) {
.clientes {
		grid-template-columns: 1fr 1fr 1fr 1fr
}
}


@media (max-width: 866px) {
.clientes {
		grid-template-columns: 1fr 1fr 1fr
}
}



@media (max-width: 768px) {
  .heroSection .overlay {
    background-color: rgba(14,93,157, 0.90);
    
  }
  .heroContentWrapper {
    background:
  none;
  
  }
  .itemCardInterpretes {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .cardsInterpretes {
    gap:
    1.6rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
  }
  .itemCardInterpretes img {
    width: 100%;
    max-width: 100%;
  }
  .cardsInterpretes .itemCardInterpretes p{
    font-size: 1.6rem;
    line-height: 2.4rem; /* 150% */
  }
  .conselho {
    margin-top: 1.6rem;
  }
  .cardsInterpretes.conselho{
    margin-top: 4.8rem;
  }
  .clientes {
    gap:
    1.6rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
  }
  .itemCliente {
	  max-width:100%;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
  }
  #clientes{
    padding: 6.4rem 0;
  }
  
}


 .language-switcher {
  position: relative;
  display: inline-block;
}

.current-lang {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap:
8px;
  color: #ffffff;
  text-decoration:
none;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 600;
  transition:
color 0.3s ease;
}

.current-lang svg {
  width: 36px;
  height: 36px;
  transition: transform 0.3s ease;
}

.current-lang.ativo svg{
  transform: rotate(180deg);
}

.menuSite .language-dropdown {
  display: none;
  flex-direction: column;
  position: absolute;
  gap:
0.8rem;
}

.menuSite .language-dropdown.ativo {
  display: flex;
  width: 80px;
  left: -20px;
  margin-top: 0.6rem;
}


.menuSite .language-dropdown.ativo li a{
  padding: 20px;
}

.todoMenuLp.scrolled .current-lang {
  font-size: 1.6rem;
}


.todoMenuLp.scrolled .menuSite .language-dropdown.ativo {
  background:
#0e5d9d;
  padding-bottom: 16px;
}

@media (max-width: 1180px) {
.current-lang {
  padding-left: 1.6rem;
}
.language-dropdown {
  margin-top: 0rem !important;
  gap:
0.8rem !important;
}
.menu-ativo .menuSite .language-dropdown {
  display: none;
}

.menu-ativo .menuSite .language-dropdown.ativo {
  display: flex;
}
}


/*Btn Fixo Whatsapp*/
.btnFixoWhats {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
}

.btnFixoWhats svg {
  width: 4.8rem;
  height: 4.8rem;
}

@media (max-width: 575px) {
  .btnFixoWhats svg {
    width: 3.2rem;
    height: 3.2rem;
  }
  .solucoes-eic .solucoes{
    grid-template-columns: 1fr
  }
}

/**Btn Fixo Whatsapp*/

/*Validação do formulario*/
.mensagemErro.inactive{
  display: none !important;
  padding: 0 ;
}


.mensagemErro{
  display: block;
}

.mensagemErro p{
  background: #FF7621;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8rem;
  margin-top: 2.4rem;
  text-align: center;
  color: #fff;
  padding: 1.2rem;
  border-radius: 1.1rem;
}

/* Fim Validação do formulario*/

/*Loading*/
.loadingGeral.hidden{
  display: none !important;
}

.loadingGeral{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  background: rgba(255,255,255,.9);
}


.loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.loading-container svg{
  width: 4.8rem;
  height: 4.8rem;
}


.loading-container p{
  color: #0E5D9D;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 1.2rem;
}


/*Fim Loading*/


/*Modal de sucesso ou erros*/
.simpleModal.hidden{
  display: none !important;
}

.simpleModal {
  display: flex;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,.6);
  align-items: center;
  justify-content: center;
  overflow: auto;
} 

.modal-container {
  background: white;
  width: auto;
  max-width: 96rem;
  max-height: 60%;
  overflow: scroll;
  border-radius: 2rem;
  box-shadow: 1px 1px 11px #404040;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 5.6rem 1.6rem;
  box-sizing: border-box;
  position: relative;
  min-width: 36rem;
}

.modal-container .btn-x{
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
}
.modal-container .btn-x svg{
  width: 2.4rem;
  height: 2.4rem;

}

.modal-container .btn-x svg *{
  fill: #666666;
}

.modal-container h2{
  font-size: 1.8rem;
  color: #0E5D9D;
  margin-bottom: 1.6rem;
  line-height: 1;
}

.modal-container p{
  font-size: 1.6rem;
  color: #686868;
  margin-bottom: 2.4rem;
}

.modal-container .btnPadrao{
  color: #FFF;
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #FF7621;
  transition: 0.3s ease;
  text-decoration: none;
  padding: .8rem 3.2rem;
}

/*Fim Modal de sucesso ou erros*/

/*Corrreção aceite*/
.aceite a{
  color: #0E5D9D;
  transition: color .3s ease;
  padding-left: .4rem;
  text-decoration: none;
}

.aceite a:hover{
  opacity: .8;
}

/*Fim Corrreção aceite*/

/*Recaptcha*/
.grecaptcha-badge{
  display: none;
}
/*Fim Recaptcha*/


/*Form Etapa 2*/
.formEtapa2.hidden{
  display: none !important;
}

.formEtapa2{
  display: block;
  margin-top: 3.6rem;
}

.mensagemErroEtapa2.inactive{
  display: none !important;
}

.mensagemErroEtapa2{
  display: block ;
}

.mensagemErroEtapa2 p{
    background: #FF7621;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.8rem;
    margin-top: 2.4rem;
    text-align: center;
    color: #fff;
    padding: 1.2rem;
    border-radius: 1.1rem;
}

.TodoEtapa2 h2{
  color: #FF7621;
}


.TodoEtapa2 .modal-container {
  max-width: 96rem;
  max-height: 70%;
  min-width:initial;
  padding: 5.6rem 2.4rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group > label {
  color: #0E5D9D;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.mt-4{
  margin-top: 2.4rem;
}

.TodoEtapa2 .checkbox-group{
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.6rem;
}

.check_item {
  display: flex;
  align-items: center;
}

.check_item label{
  font-family: Montserrat;
}


.TodoEtapa2 textarea{
  width: 100%;
  height: 9.4rem;
  border-radius: 8px;
  border: 1px solid #CECECE;
  padding: 1rem 1.6rem;
  box-sizing: border-box;
  color: #686868;
  font-family: Montserrat;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4rem;
  resize: none;
  overflow: hidden;
  appearance: none;
  box-shadow: none;
  margin-top: 1.6rem;
  outline: none !important;
  margin-bottom: 2.4rem;
}

/*Fim Form Etapa 2*/


@media (max-width: 1320px) {
.container{
    max-width: 96%;
}
}


 @media (max-width: 1280px) {
		.noticias-eic .noticias .noticia{
			grid-template-columns: 1fr 1fr;
			
	  }
	 
	 .noticias-eic .noticias .noticia a {
		 margin-bottom:3rem;
	 }
}


@media (max-width:1180px) {
    .banner-home-nova .faixa-banner {
        background-color: rgba(255, 118, 33, 0.7);
        text-align: center;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
      }
      .banner-home-nova h1 {
        font-size: 4rem !important;
        line-height: 5.6rem !important;
      }
      .banner-home-nova p {
        font-size: 1.6rem !important;
        line-height: 2.4rem !important;
      }
      .banner-home-nova {
        height: 600px;

      }
      .secao-padrao {
        padding: 4.8rem 0;
      }
      h2{
        font-size: 3.2rem !important;
      }

      .sobre-eic .texto {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2.4rem;
        color: #fff;
        max-width: 100%;
        text-align: center;
      }
      .sobre-eic .separador {
        width: 100%;
        height: 0.1rem;
        background: #D9D9D9;
        margin-left: 0;
        margin-right: 0;
        margin: 2.4rem 0;
      }
  
      .noticias-eic .noticias .noticia {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
      }
      .noticias-eic {
        padding: 4.8rem 0;
      }
      .conselho-eic {
        padding: 4.8rem 0;
      }
      .cards-wrapper-interpretes {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 4.8rem;
      }
      
}

@media (max-width: 768px) {
  .sobre-eic .textos {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

}
@media (min-width: 922px) {
    .orcamento .ast-container, .home-nova .ast-container {
      max-width: 1320px ;
      padding: 0;
    }
  }
.banner-orcamento{
  height: 420px;
  background-size: cover;
  background-position: center;
}

.orcamento .site-content .ast-container {
    display: flex;
    flex-direction: column;
  }


  .orcamento{
    font-size: 62.5% !important;
  }
  .orcamento .main-header-bar.ast-header-breadcrumb{
    display: none;
  }

  .banner-orcamento .faixa-banner {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .banner-orcamento .faixa-banner h1{
    font-size: 4rem;
    font-weight: 600;
    line-height: 5rem;
    margin-bottom: 1.6rem;
    max-width: 100%;
    text-align: left;
    color: #fff;
  }

  .banner-orcamento .faixa-banner p{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    color: #fff;
    max-width: 100%;
    text-align: left;
    margin-bottom: 1.2rem;
    max-width: 57.8rem;
  }
  .banner-orcamento .faixa-banner a{
    color: #fff;
  }

  .orcamento input, textarea {
    color: #666;
    padding: 2rem;
    height: 100% !important;
    border-width: inherit !important;
    border-style: inherit !important;
    border-color: inherit !important;
    border-radius: inherit !important;
    background: #fff;
    box-shadow: none;
    border: none !important;
    height: 100%;
    box-sizing: border-box;
    transition: all .2s linear;
    background: #fff !important;
    font-size: 1.6rem !important;
  }

  .formularioContato {
    margin-top: 6.4rem;
  }
  .formularioContato form {
    max-width: 70rem;
  }
  .formularioContato .textarea{
    height: 18.1rem;
  }

  .formularioContato button {
    width: 32rem;
    background: #FF7621;
    border-radius: 39px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding: 1rem 2rem;
    border: none;
    cursor: pointer;
    transition: all .2s linear;
    margin-bottom: 9.4rem;
    height: 4.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .formularioContato button:hover{
    opacity: none !important;
    background-color: none !important;
    color: #fff !important;
  }
  .orcamento .separador{
    width: 100%;
    height: 0.1rem;
    background: #D9D9D9;

  }


       /* Estilos para a seção de testemunhos */

       .prev-arrow.slick-arrow {
        position: absolute;
        left: 0;
        top: 55%;
        border: none;
        background: none;
      }
      #testemunhos h2 {
        color: #0E5D9D;
      }
      .next-arrow.slick-arrow {
        position: absolute;
        right: 0;
        top: 55%;
        border: none;
        background: none;
      }
      #testemunhos
      .slick-arrow svg *{
        fill: #FF7621;
      }
      .orcamento #testemunhos {
        padding: 6.4rem 0;
        padding-bottom: 12.8rem;
        background-color: #fff;
        border-bottom: 1px solid #CACACA;
      }
                      
                  
                      #testemunhos .container{
                        position: relative;
                      }
                      .testemunhos-carousel {
                          max-width: 1200px;
                          margin: 0 auto;
                      }
                      
                      .testemunho-item {
                          padding: 30px;
                          margin: 10px;
                          border-radius: 4px;
                          background-color: #fff;
                        
                          display: flex !important;
                          flex-direction: row;
                          align-items: center;
                          gap: 30px;
                      }
                      
                      .testemunho-conteudo {
                          flex: 1;
                          padding-right: 20px;
                      }
                      
                      .testemunho-quote {
                          margin-bottom: 15px;
                      }
                      
                      .testemunho-descricao {
                          font-size: 17px;
                          line-height: 1.6;
                          color: #555;
                          margin-bottom: 20px;
                          font-style: italic;
                      }
                      
                      .estrelas {
                          display: flex;
                          margin-bottom: 15px;
                      }
                      
                      .estrela {
                          color: #ccc;
                          margin-right: 5px;
                      }
                      
                      .estrela.ativa {
                          color: #FF7621;
                      }
                      
                      .testemunho-nome {
                          font-size: 20px;
                          font-weight: 600;
                          margin-bottom: 5px;
                          color: #0E5D9D;
                      }
                      
                      .testemunho-cargo {
                          font-size: 15px;
                          color: #777;
                      }
                      
                      .video-wrapper {
                          flex: 1;
                      }
                      
                      .video-container {
                          position: relative;
                          padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
                          height: 0;
                          overflow: hidden;
                          border-radius: 8px;
                      }
                      
                      .video-container iframe {
                          position: absolute;
                          top: 0;
                          left: 0;
                          width: 100%;
                          height: 100%;
                          border-radius: 4px;
                      }
                      
                      /* Estilos para os controles do Slick */
                      .slick-prev, .slick-next {
                          font-size: 0;
                          line-height: 0;
                          position: absolute;
                          top: 50%;
                          display: block;
                          width: 44px;
                          height: 44px;
                          padding: 0;
                          transform: translate(0, -50%);
                          cursor: pointer;
                          color: transparent;
                          border: none;
                          outline: none;
                          background: #FF7621;
                          border-radius: 50%;
                          z-index: 1;
                          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
                      }
                      
                      .slick-prev:hover, .slick-next:hover {
                          background: #0E5D9D;
                      }
                      
                      .slick-prev {
                          left: -22px;
                      }
                      
                      .slick-next {
                          right: -22px;
                      }
                      
                      .slick-prev:before, .slick-next:before {
                          font-family: 'slick';
                          font-size: 24px;
                          line-height: 1;
                          opacity: 1;
                          color: white;
                      }
                      
                      .slick-prev:before {
                          content: '←';
                      }
                      
                      .slick-next:before {
                          content: '→';
                      }
                      
                      .slick-dots {
                          bottom: -40px;
                      }
                      
                      .slick-dots li button:before {
                          font-size: 12px;
                          color: #FF7621;
                          opacity: 0.3;
                      }
                      
                      .slick-dots li.slick-active button:before {
                          opacity: 1;
                          color: #FF7621;
                      }
                      
                      @media (max-width: 992px) {
                          .testemunho-item {
                              flex-direction: column;
                              padding: 20px;
                          }
                          
                          .testemunho-conteudo {
                              padding-right: 0;
                              margin-bottom: 20px;
                          }
                          
                          .slick-prev {
                              left: -10px;
                          }
                          
                          .slick-next {
                              right: -10px;
                          }
      
                          .testemunhos-arrows {
                              display: none;
                          }
                          
                      }
                      .texto-card.conselho-texto-card h3{
                        color: #0E5D9D !important;
                      }

/* Correções Sobre eic */ 
.page-id-263 #primary{
	margin-top: 0px;
}
/* Fim correções Sobre eic */
