@charset "UTF-8";
/* Variáveis de Cores */
/* Fontes */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Poppins-Regular.woff") format("woff");
}

@font-face {
  font-family: "Poppins-M";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Poppins-Medium.woff") format("woff");
}

@font-face {
  font-family: "Poppins-B";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Poppins-Bold.woff") format("woff");
}

@font-face {
  font-family: "Poppins-SB";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Poppins-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Arial-Black";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/arial-black.woff2") format("woff2");
}

@font-face {
  font-family: "Verdana";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Verdana.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto-B";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "FontAwesome";
  src: url("../../fonts/FontAwesome.otf") format("opentype");
}

/* Gallery */
.lg-backdrop.in {
  opacity: 0.7;
}

.lg-sub-html {
  background-color: transparent;
}

/* Código */
.content-row {
  float: left;
  width: 100%;
}

figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

a:hover {
  text-decoration: none;
}

.text-secondary {
  font-family: Poppins;
  font-size: 0.875rem;
}

.container-header {
  background-color: #fbfbfb;
}

.container-menu {
  background-color: #0635c8;
  padding: 0;
}

.container-footer {
  background-color: #f2f2f2;
  padding-top: .9rem;
  padding-bottom: .4625rem;
}

.container-footer span {
  font-family: Poppins-SB;
  color: #0635c8;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
}

.container-footer img {
  width: 7.6875rem;
  height: 2.975rem;
}

.redes, .redes--footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.redes figure, .redes--footer figure {
  display: flex;
  flex-direction: row;
  margin-bottom: 0px;
  align-items: center;
  border-bottom: 1px solid transparent;
  padding: 8px;
}

.redes figure figcaption, .redes--footer figure figcaption {
  color: #0635c8;
  margin-left: 8px;
}

.redes figure:first-child, .redes--footer figure:first-child {
  margin-right: 16px;
}

.redes figure:hover, .redes--footer figure:hover {
  border-bottom: 1px solid #0635c8;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.redes--footer {
  justify-content: flex-start;
}

.redes--footer figure figcaption {
  color: #ffff;
}

.redes--footer figure:hover {
  border-bottom: 1px solid #ffff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.redes--footer .svg path {
  stroke: #ffff;
}

.box-logo-redes {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  margin-bottom: 15px;
}

.logo-header {
  width: 19.875rem;
  height: 6.25rem;
  margin-top: 2.5rem;
}

.imagem-header {
  padding: 0%;
}

.container-mapa-site {
  background-color: #0635c8;
  padding-top: 0.625rem;
  padding-bottom: 2.6875rem;
}

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

.btn-padrao {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #04217e;
  border: 1.5px solid #04217e;
  font-family: Roboto-B;
  font-size: 1rem;
  height: 50px;
  padding: 14px;
  float: right;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ebebeb;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (max-width: 767.9px) {
  .btn-padrao {
    height: auto;
  }
}

.btn-padrao:hover {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-family: Roboto;
  border: 1.5px solid #04217e;
  line-height: 1.2;
  background-color: #ebebeb;
  color: #495057;
}

.btn-padrao:focus {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  box-shadow: none;
  border: 1.5px solid #0635c8;
  background-color: #0635c8;
  color: #ebebeb;
}

.mapa-site-titulo {
  padding: 0%;
}

.mapa-site-titulo span {
  font-family: Poppins-B;
  font-size: 1.875rem;
  line-height: 0.87;
  text-align: left;
  color: #ffff;
}

.mapa-site span {
  font-family: Roboto-B;
  font-size: 1.5rem;
  line-height: 0.83;
  text-align: left;
  color: #ffff;
  padding-top: 1.25rem;
  padding-bottom: 0.625rem;
  text-transform: uppercase;
}

.mapa-site ul {
  padding-left: 0%;
  padding-bottom: 1.25rem;
  padding-right: 1.25rem;
}

.mapa-site ul li {
  list-style: none;
  padding-bottom: 0.3125rem;
  width: 18rem;
}

.mapa-site ul li a {
  text-transform: capitalize;
  transition: .2s;
  font-family: Roboto;
  font-size: 1.125rem;
  line-height: 0;
  text-align: left;
  color: #ffff;
}

.mapa-site ul li a:hover {
  color: #e9ecef;
  padding-left: 0.3125rem;
  text-decoration: none;
}

.contato span {
  font-family: Roboto-B;
  font-size: 1.5rem;
  line-height: 1.44;
  text-align: left;
  color: #ffff;
  padding-bottom: 0.875rem;
  text-transform: uppercase;
  display: block;
}

.contato p {
  text-transform: capitalize;
  transition: .2s;
  font-family: Roboto;
  font-size: 1.125rem;
  text-align: left;
  color: #ffff;
}

.contato a p {
  text-transform: capitalize;
  transition: .2s;
  font-family: Roboto;
  font-size: 1.125rem;
  text-align: left;
  color: #ffff;
  margin-bottom: 0.5rem;
}

.contato a:hover p {
  color: #ffff;
  padding-left: 0.3125rem;
  text-decoration: none;
}

.contato hr {
  background-color: #ffff;
  padding-bottom: 0.0625rem;
  margin-bottom: 1.875rem;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}

.botao-itauba {
  width: 100%;
  background-color: #0635c8;
  border: solid 2px #0A5F6A;
  border-radius: 3px;
  padding: 0.75rem;
}

.botao-itauba span {
  font-family: Poppins-M;
  font-size: 1.125rem;
  line-height: 0.89;
  text-align: center;
  color: #ffff;
}

.botao-itauba:hover {
  background-color: #04217e;
  border-color: transparent;
}

.botao-itauba:focus {
  border-color: transparent;
  background-color: #0635c8;
}

.google-mapa {
  padding-bottom: 2.5rem;
}

.google-mapa .mapa {
  width: 100%;
  height: 24.625rem;
}

.retangulo-capa {
  padding-bottom: 1.875rem;
}

.retangulo-capa:before {
  content: '';
  display: block;
  width: 0.9375rem;
  height: 3.6875rem;
  background-color: #0635c8;
  float: left;
  margin-right: 0.625rem;
}

.titulo-capa span {
  font-family: Poppins-B;
  font-size: 1.75rem;
  line-height: 1.3;
  text-align: left;
  color: #0635c8;
  padding: 0%;
  text-transform: uppercase;
}

.subtitulo-capa span {
  font-family: Poppins;
  font-size: 0.875rem;
  line-height: 1.3;
  text-align: left;
  color: #adb5bd;
  padding: 0%;
}

.tabela-downloads thead {
  background-color: #fbfbfb;
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  border-radius: 4px;
  text-align: left;
  font-family: Roboto;
  font-size: 1rem;
  line-height: 1.14;
  color: #495057;
}

.tabela-downloads thead tr th {
  padding-left: 15px;
}

.tabela-downloads tbody td {
  vertical-align: middle;
}

.tabela-downloads span {
  padding-left: 0.625rem;
  display: block;
}

.tabela-downloads audio {
  margin-left: 1.25rem;
  width: 400px;
}

.tabela-downloads .borda {
  position: relative;
  overflow: hidden;
}

.tabela-downloads .borda::before {
  content: ' ';
  top: 15%;
  width: 1px;
  float: left;
  height: 75%;
  background-color: #ebebeb;
  position: absolute;
}

.tabela-downloads .download p {
  font-family: Roboto;
  font-size: 1rem;
  color: #868e96;
  padding-left: 0.625rem;
  vertical-align: middle;
}

.tabela-downloads .download:hover p {
  color: #0635c8;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  border-color: #0635c8;
  background-color: #f2f2f2;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  border-color: #0635c8;
}

.pagination > .active > a,
.pagination > li > a.active,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #0635c8;
  border-color: #0635c8;
  color: #ffff;
}

.pagination > li > a,
.pagination > li > span {
  color: #0635c8;
  border: 1px solid #0635c8;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.card-audiencia {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.04);
  border: solid 1px #0635c8;
  color: #0635c8;
}

.card-audiencia:hover {
  border: solid 1px #0635c8;
  color: white;
  background-color: #0635c8;
}

.card-formulario {
  background-color: #fafafb;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
}

.card-formulario h4, h5 {
  text-align: center;
  font-weight: bold;
  color: #0635c8;
}

.btn-white {
  background-color: antiquewhite;
  border-radius: 5px;
}

/*CAPA*/
.container-capa {
  background-color: #ffff;
  padding-top: 1.625rem;
  padding-bottom: 2.6875rem;
}

.card-noticia {
  border-color: transparent;
  border: none;
  width: 100%;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.card-noticia span {
  font-family: Roboto;
  font-size: 1.125rem;
  line-height: 1.44;
  text-align: left;
  color: #adb5bd;
  padding: 0%;
  overflow: hidden;
}

.card-noticia p {
  font-family: Roboto-B;
  font-size: 1.5rem;
  line-height: 1.08;
  text-align: left;
  overflow: hidden;
  color: #303030;
  padding-top: 0.625rem;
}

a:hover .card-noticia span {
  color: #868e96;
  text-decoration: none;
}

a:hover .card-noticia p {
  color: #495057;
  text-decoration: none;
}

.config-card {
  border: none;
}

.config-card img {
  border-radius: 4px;
}

.config-carousel-img {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.83));
  width: 100%;
  height: 100%;
  border-radius: .25rem;
  position: absolute;
  top: 0;
}

.config-carousel {
  min-height: 30.625rem;
}

.config-carousel .carousel-indicators {
  margin-bottom: 21.25rem;
  margin-right: -1.25rem;
  left: auto;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.config-carousel .carousel-indicators li {
  border: 1px solid #ffff;
  background-color: transparent;
  border-radius: 50%;
  width: .875rem;
  height: .875rem;
}

.config-carousel .carousel-indicators li.active {
  margin-bottom: 5px;
  background: #ffff;
  border-radius: 50%;
  width: .875rem;
  height: .875rem;
}

.config-ultimas-noticias {
  margin-bottom: 1.8rem;
}

.config-ultimas-noticias img {
  border-radius: 4px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.08);
}

.card-ultimas-noticias {
  padding-top: 1rem;
}

.card-ultimas-noticias span {
  font-family: Roboto;
  font-size: 1rem;
  line-height: 1.63;
  text-align: left;
  color: #adb5bd;
}

.card-ultimas-noticias p {
  font-family: Roboto-B;
  font-size: 1.125rem;
  line-height: 1.11;
  text-align: left;
  color: #303030;
  text-transform: capitalize;
  padding-top: 0.375rem;
}

a:hover .card-ultimas-noticias p {
  color: #495057;
}

.btn-servicos {
  margin-bottom: 1rem;
  font-family: Poppins;
  color: #ffff;
  font-size: 0.875rem;
  text-align: center;
  color: #adb5bd;
  text-transform: uppercase;
}

.btn-servicos:hover {
  background-color: #E9FFF9;
  color: #adb5bd;
}

.servicos .nav-link.active {
  background-color: #0635c8;
  color: #ffff;
}

.col-servicos {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.card-servicos {
  width: 100%;
  float: left;
  border-radius: 4px;
  border: solid 1px #ebebeb;
  background-color: #0635c8;
  margin-bottom: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  min-height: 120px;
  align-items: center;
  flex-direction: row;
  vertical-align: middle;
  mix-blend-mode: darken;
  justify-content: center;
}

.card-servicos svg .img-svg path {
  width: 41.2px;
  height: 50px;
  object-fit: contain;
}

.card-servicos p.title-servicos {
  font-family: Poppins;
  font-size: 0.875rem;
  line-height: 1.14;
  color: #adb5bd;
  padding-top: 5px;
}

a:hover .card-servicos {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.18);
  background-color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.paginacao-servicos .page-item li {
  border: solid 1px #0635c8;
  border-radius: 50%;
  background-color: transparent;
  border-radius: 50%;
  width: .875rem;
  height: .875rem;
}

.row-slick img {
  margin: auto;
}

.banners-config {
  padding-top: 1.875rem;
}

.banners-config figure {
  border-radius: 3px;
}

.banners-config-bottom {
  padding-bottom: 1.875rem;
}

.banners-config-bottom figure {
  border-radius: 3px;
}

.config-card-documento {
  border: none;
}

.card-ultimos-documentos {
  padding-top: 1rem;
  padding-left: .5rem;
  padding-bottom: .2rem;
  max-width: 261px;
}

.card-ultimos-documentos span {
  font-family: Roboto;
  font-size: 1rem;
  line-height: 1.63;
  text-align: left;
  color: #adb5bd;
}

.card-ultimos-documentos p {
  font-family: Roboto-B;
  font-size: 1.125rem;
  line-height: 1.11;
  text-align: left;
  color: #303030;
  text-transform: capitalize;
  padding-top: 0.375rem;
}

a:hover .card-ultimos-documentos {
  transition: .3s;
}

a:hover .card-ultimos-documentos p {
  color: #868e96;
}

.container-documentos {
  background-color: #fbfbfb;
  padding-top: 2rem;
  padding-bottom: 1.875rem;
}

.container-links-capa {
  background-color: #fbfbfb;
  padding-top: 2rem;
  padding-bottom: 1.875rem;
}

.container-links-capa .row-links-uteis .slick-arrow {
  z-index: 1;
  background-color: #ffff;
  border: 1px solid #0635c8;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  top: 36%;
  height: 50px;
  width: auto;
  border-radius: 8px;
}

.container-links-capa .row-links-uteis .slick-arrow:hover {
  background-color: #0635c8;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.container-links-capa .row-links-uteis .slick-arrow:hover::before {
  color: #ffff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.container-links-capa .row-links-uteis .slick-arrow::before {
  opacity: 1;
  color: #0635c8;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media only screen and (max-width: 1240.9px) {
  .container-links-capa .row-links-uteis .slick-arrow.slick-next {
    right: -28px;
  }
}

.container-links-capa .row-links-uteis .slick-arrow.slick-next::before {
  font-family: 'FontAwesome5';
  font-style: normal;
  font-weight: 900;
  content: "\f054";
  position: relative;
  padding: 8px;
  font-size: 24px;
  left: 1px;
}

.container-links-capa .row-links-uteis .slick-arrow.slick-prev {
  left: -37px;
}

.container-links-capa .row-links-uteis .slick-arrow.slick-prev::before {
  font-family: 'FontAwesome5';
  font-style: normal;
  font-weight: 900;
  content: "\f053";
  position: relative;
  padding: 8px;
  font-size: 24px;
  right: 1px;
}

.container-links-capa .row-links-uteis .slick-track {
  padding-bottom: 10px;
}

.container-links-capa .row-links-uteis a {
  margin-right: 10px;
  width: 96% !important;
}

.container-links-capa .row-links-uteis a:hover .card-links {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #ffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.18);
}

.container-links-capa .row-links-uteis a:active .card-links, .container-links-capa .row-links-uteis a:focus .card-links {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #ffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.18);
}

.container-links-capa .row-links-uteis a:active .card-links .col-dados .col-titulo, .container-links-capa .row-links-uteis a:focus .card-links .col-dados .col-titulo {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #0635c8;
}

.container-links-capa .row-links-uteis .card-links {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: inline-flex;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #ebebeb;
  background-color: #fbfbfb;
  min-height: 140px;
  width: 100%;
}

.container-links-capa .row-links-uteis .card-links .col-dados {
  margin: auto;
}

.container-links-capa .row-links-uteis .card-links .col-dados figure img {
  margin-inline: auto;
}

.container-links-capa .row-links-uteis .card-links .col-dados .col-titulo {
  font-family: Roboto;
  font-size: 1.125rem;
  line-height: 1.11;
  color: #adb5bd;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.container-links-capa .slick-dots {
  position: relative;
  margin-top: 0px;
}

.galeria-video {
  width: 552px;
  height: 338px;
  border: none;
}

.conheça-itauba {
  margin-top: 2.1875rem;
}

.conheça-itauba span {
  font-family: Poppins-B;
  font-size: 1.875rem;
  line-height: 0.87;
  text-align: left;
  color: #303030;
}

.conheça-itauba p {
  padding-top: 0.9375rem;
  font-family: Roboto;
  font-size: 1.125rem;
  line-height: 1.11;
  text-align: left;
  color: #adb5bd;
  padding-bottom: 0.6875rem;
}

.conheça-itauba .fotos-banner figure {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.conheça-itauba .foto-banner figure {
  padding-bottom: 0.9375rem;
}

@media only screen and (max-width: 1199px) {
  .galeria-video {
    width: 480px;
    height: 293px;
    border: none;
  }
  .conheça-itauba p {
    padding-bottom: 0rem;
  }
  .conheça-itauba .fotos-banner figure {
    padding-top: 0.3125rem;
    padding-bottom: 1.25rem;
  }
  .conheça-itauba .foto-banner figure {
    padding-top: 1.25rem;
    padding-bottom: 0.9375rem;
  }
}

@media only screen and (max-width: 991px) {
  .container-capa {
    padding-top: 0rem;
  }
  .retangulo-capa {
    margin-top: 2rem;
  }
  .carousel-indicators {
    margin-bottom: 19.375rem;
  }
  .galeria-video {
    width: 360px;
    height: 220px;
    border: none;
  }
  .conheça-itauba .fotos-banner figure {
    padding-top: 0.9375rem;
    padding-bottom: 1.4375rem;
  }
  .conheça-itauba .foto-banner figure {
    padding-top: 0.625rem;
    padding-bottom: 0.9375rem;
  }
}

@media only screen and (max-width: 767px) {
  .padding-servicos,
  .container-capa {
    padding-top: 1.875rem;
  }
  .retangulo-capa {
    margin-top: 0rem;
  }
  .carousel-indicators {
    margin-bottom: 20rem;
  }
  .card-servicos {
    margin-bottom: 1.25rem;
  }
  .galeria-video {
    width: 540px;
    height: 330px;
    border: none;
  }
  .config-foto {
    padding-left: 0%;
  }
  .col-video {
    padding-top: 1.875rem;
    padding-left: 0rem;
  }
  .conheça-itauba .fotos-banner figure {
    padding-top: 0.9375rem;
    padding-bottom: 0.75rem;
  }
  .conheça-itauba .foto-banner figure {
    padding-top: 0.625rem;
    padding-bottom: 0.9375rem;
  }
  .banners-config figure {
    padding-top: 0.9375rem;
  }
}

@media only screen and (max-width: 575px) {
  .config-carousel {
    min-height: 28.125rem;
  }
  .config-doc {
    padding-left: 2.125rem;
  }
  .carousel-indicators {
    margin-bottom: 18.75rem;
    margin-right: -1.875rem;
  }
}

@media only screen and (max-width: 500px) {
  .galeria-video {
    width: 470px;
    height: 287.78;
    border: none;
  }
}

@media only screen and (max-width: 425px) {
  .galeria-video {
    width: 395px;
    height: 241.86;
    border: none;
  }
  .carousel-indicators {
    margin-bottom: 21.25rem;
  }
}

@media only screen and (max-width: 375px) {
  .galeria-video {
    width: 345px;
    max-height: 211px;
    border: none;
  }
  .carousel-indicators {
    margin-bottom: 21.875rem;
  }
}

@media only screen and (max-width: 360px) {
  .galeria-video {
    width: 330px;
    max-height: 202;
    border: none;
  }
}

@media only screen and (max-width: 320px) {
  .carousel-indicators {
    margin-bottom: 20.625rem;
  }
  .titulo-capa span {
    font-size: 1.375rem;
  }
  .card-noticia p {
    font-size: 1.1875rem;
  }
  .config-carousel {
    min-height: 25.9375rem;
  }
  .config-doc {
    padding-left: 1.875rem;
  }
  .galeria-video {
    width: 290px;
    max-height: 177;
    border: none;
  }
}

.col-arquivos-capa {
  text-align: center;
}

.col-arquivos-capa a {
  text-decoration: none;
}

.col-arquivos-capa .card {
  padding: 10px;
}

.col-arquivos-capa .card h2 {
  font-family: Roboto;
  font-size: 1rem;
  color: #303030;
  margin-bottom: 14px;
  min-height: 60px;
}

.col-arquivos-capa .card h3 {
  font-family: Roboto;
  font-size: 0.875rem;
  color: #adb5bd;
  margin-bottom: 14px;
}

.col-arquivos-capa .card h4 {
  font-family: Roboto;
  font-size: 1rem;
  color: #0635c8;
  padding: 10px;
  border: 1px solid #0635c8;
  border-radius: 12px;
}

.col-arquivos-capa .card h4:hover {
  background-color: #0635c8;
  color: #ffff;
}

.breadcrumbs_capa {
  display: none;
}

.breadcrumbs_interna {
  display: block;
}

.fluid-breadcrumbs {
  margin-top: 20px;
}

.fluid-breadcrumbs .breadcrumb {
  margin-bottom: 0px;
  background-color: transparent;
  border: 1px solid #0635c8;
}

.fluid-breadcrumbs .breadcrumb .breadcrumb-item a {
  color: #495057;
  font-family: "Roboto";
  font-size: 1rem;
}

.fluid-breadcrumbs .breadcrumb .breadcrumb-item.active {
  color: #0635c8;
  font-family: "Roboto-B";
}

.container-slider .carousel-control-next, .container-slider .carousel-control-prev {
  width: 5% !important;
  opacity: 1 !important;
}

.container-slider .carousel-control-prev {
  justify-content: left;
}

.container-slider .carousel-control-prev:hover .botao-prev i {
  font-size: 18px;
}

@media screen and (max-width: 575.9px) {
  .container-slider .carousel-control-prev:hover .botao-prev i {
    font-size: 14px;
  }
}

.container-slider .carousel-control-next {
  justify-content: flex-end;
}

.container-slider .carousel-control-next:hover .botao-next i {
  font-size: 18px;
}

@media screen and (max-width: 575.9px) {
  .container-slider .carousel-control-next:hover .botao-next i {
    font-size: 14px;
  }
}

.container-slider .botao-prev {
  background-color: #fff;
  width: 48px;
  height: 48px;
  opacity: 1 !important;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

@media screen and (max-width: 991.9px) {
  .container-slider .botao-prev {
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 575.9px) {
  .container-slider .botao-prev {
    background-color: #fff;
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}

.container-slider .botao-prev i {
  color: #0635c8;
}

.container-slider .botao-next {
  background-color: #fff;
  width: 48px;
  height: 48px;
  opacity: 1 !important;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

@media screen and (max-width: 991.9px) {
  .container-slider .botao-next {
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 575.9px) {
  .container-slider .botao-next {
    background-color: #fff;
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}

.container-slider .botao-next i {
  color: #0635c8;
}
