@font-face {
  font-family: "Roboto-regular";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-regular";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-bold";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-light";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FuturaWeb-book";
  src: url("../fonts/FTN45__W.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "FuturaStdBook";
  src: url("../fonts/FuturaStdBook.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "FuturaWeb-bold";
  src: url("../fonts/FTN85__W.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "FuturaStdBold";
  src: url("../fonts/FuturaStdBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "FuturaStdLight";
  src: url("../fonts/FuturaStdLight.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "FuturaStdMedium";
  src: url("../fonts/FuturaStdMedium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

body {
  font-size: 1em;
  font-family: "Roboto-regular";
}
/*text*/

.text-blue,
a.text-blue {
  color: #0066b3 !important;
}
.text-blue-dark,
a.text-blue-dark {
  color: #00377d !important;
}
.text-orange,
a.text-orange {
  color: #ff7200 !important;
}

.text-white,
a.text-white {
  color: #fff !important;
}

.text-orange-dark,
a.text-orange-dark {
  color: #c27300;
}
.text-gray-dark,
a.text-gray-dark {
  color: #6f7c87;
}
.text-orange-bold {
  color: #f36800;
  font-weight: bold;
}

.center {
  text-align: center;
}

.title-light {
  font-size: 1.5em;
}

.title-strong {
  font-size: 2em;
  font-family: "FuturaWeb-bold";
}

.right {
  float: right;
}

.left {
  float: left;
}

.perguntas-frequentes {
  margin-bottom: 2em;
}

.header-accordion {
  border-bottom: 1px solid #ccc;
  padding: 2.5em 1em;
}

.header-accordion .btn-collapse {
  font-family: "FuturaWeb-book";
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
/*buttons*/
.btn-blue,
a.btn-blue {
  color: #005ca9;
  border: 2px solid #005ca9;
  border-radius: 4px;
  background: transparent;
  padding: 5px 15px;
  cursor: pointer;
}

.btn-blue:hover,
a.btn-blue:hover {
  color: #005ca9;
  border: 2px solid #005ca9;
  background: #cccccc33;
}

.btn-solid-blue,
a.btn-solid-blue {
  color: #fff;
  border: 2px solid #005ca9;
  border-radius: 4px;
  background: #005ca9;
  padding: 15px 20px;
  cursor: pointer;
  font-family: FuturaWeb-bold;
  font-size: 20px;
}

.btn-solid-blue:hover,
a.btn-solid-blue:hover {
  color: #fff;
  border: 2px solid #005ca9;
  background: #004b88;
}

.btn-orange,
a.btn-orange {
  color: #ff7200;
  border: 2px solid #ff7200;
  border-radius: 4px;
  background: transparent;
  padding: 5px 15px;
  cursor: pointer;
}

.btn-orange:hover,
a.btn-orange:hover {
  color: #ff7200;
  background: #cccccc33;
}

.btn-solid-orange,
a.btn-solid-orange {
  color: #fff;
  border-radius: 4px;
  background: #f36800;
  padding: 15px 20px;
  font-family: FuturaWeb-bold;
  font-size: 20px;
  cursor: pointer;
}

.btn-solid-orange:hover,
a.btn-solid-orange:hover {
  color: #fff;
  border: 2px solid #ff7200;
  background: #ff7200;
}

.btn-card .btn-solid-orange,
.btn-card a.btn-solid-orange,
.btn-card .btn-solid-blue,
.btn-card a.btn-solid-blue {
  display: inline-block;
}
/* Header*/
.header {
  width: 100%;
  height: 200px;
  background-color: #005ca9;
  background-image: url(../Images/header-image.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 1em 3em;
}

.header .menu-top {
  width: 100%;
  border-bottom: 1px solid #fff;
  display: inline-block;
}

.header .menu-top .menu-list {
  list-style: none;
  padding-inline-start: 0;
  color: #fff;
  font-family: "FuturaWeb-book";
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.header .container-left {
  float: left;
}

.header .container-right {
  float: right;
}

.header .container-left .menu-item {
  margin-right: 2rem;
}

.header .container-right .menu-item {
  margin-left: 2rem;
}

.menu-list .menu-item,
.menu-principal-list .menu-principal-item {
  display: inline-block;
}

.menu-principal-list .menu-principal-item {
  margin-right: 2rem;
}

.menu-list .menu-item a,
.menu-principal-list .menu-principal-item a {
  color: #fff;
  font-family: "FuturaWeb-book";
  font-size: 1.2rem;
}

.menu-principal-item a.menu-principal-link {
  padding: 5px;
}

.menu-principal-item .menu-principal-link i.fas {
  margin-left: 5px;
  margin-top: 8px;
  font-size: 1rem;
}

.menu-principal {
  margin-top: 80px;
}

.header .menu-principal .menu-list {
  list-style: none;
  padding-inline-start: 0;
  color: #fff;
  font-family: "FuturaWeb-book";
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

header .sub-menu {
  width: 100%;
  background: #f2f2f2;
  left: 0;
  right: 0;
  padding: 1em 2em;
  z-index: 99999;
}

header .sub-menu .item-sub-menu {
  margin: 0.5em 0;
}

header .text-sub-menu {
  padding-left: 5px;
  font-size: 1.1em !important;
}
.header .logo {
  float: left;
  margin-top: 50px;
  margin-right: 30px;
}
.header .logo img {
  width: 150px;
  height: auto;
}
/* Carrossel */
.carrossel-list {
  width: 100%;
  list-style: none;
  margin-block-start: 0;
  padding-inline-start: 0;
}

.container-carrossel {
  position: relative;
}

.carrossel-list .item-carrossel {
  width: 100%;
  position: relative;
  display: none;
  height: 320px;
  overflow: hidden;
}

.carrossel-list .item-carrossel.active {
  display: block;
}

.decoration-text-carrossel {
  background: transparent;
  left: -25px;
  content: "";
  top: 3px;
  position: absolute;
  border-bottom: 12px solid #ff7200;
  border-left: 12px solid #ff7200;
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
}

.decoration-icon-carrossel {
  background: transparent;
  left: -30px;
  content: "";
  top: -4px;
  position: absolute;
  font-size: 1.6em;
}

.carrossel-list .item-carrossel img {
  width: 100%;
  height: auto;
  min-width: 1100px;
}

.info-carrossel {
  width: 30%;
  left: 100px;
  top: 40px;
  position: absolute;
}

.info-carrossel .text-carrossel {
  margin-bottom: 40px;
}

.bullet-carrossel {
  list-style: none;
  width: 200px;
  text-align: center;
  bottom: 20px;
  right: 0;
  left: 0;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  z-index: 9999;
  padding-inline-start: 0;
}

.bullet-carrossel .item-bullet {
  display: inline-block;
  margin: 0 4px;
}

.bullet-carrossel .circle-bullet {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  padding: 2px;
  background: #fff;
  box-shadow: #ccc 0 4px 10px;
  cursor: pointer;
}

.bullet-carrossel .item-bullet.active .circle-bullet {
  background: #ff7200;
}

.title-carrossel {
  color: #fff;
  font-family: "FuturaWeb-bold";
}

.text-carrossel {
  width: 500px;
  color: #fff;
  font-family: "FuturaWeb-book";
  font-size: 18px;
}

/* Card*/
.btn-card {
  text-align: center;
  height: 100%;
  /* display: flex; */
}

.btn-card.mult-button {
  text-align: center;
  display: inline-grid;
  padding: 2em;
}

.btn-card.mult-button .btn-medium {
  margin-bottom: 1em;
}
.cta .btn-card {
  text-align: center;
  height: auto;
}
.card {
  margin: 1em 0;
  box-shadow: #ccc 0 4px 10px;
  padding-bottom: 2em;
}

.card .container-img {
  width: 100%;
  /*height: 200px;*/
  overflow: hidden;
}

.card .container-img .img-card {
  width: 100%;
  height: auto;
}

.card .info-card {
  padding: 24px;
  height: 200px;
  /* margin-bottom: 15px; */
}

.card .info-card-small {
  padding: 1em;
  min-height: 200px;
  height: auto;
}

.card .info-card .title-card h3,
.card .info-card-small .title-card h3 {
  font-size: 1.5rem;
  font-weight: 500;
}

.card .info-card .title-card p,
.card .info-card-small .title-card p {
  font-size: 1rem;
}

/* Menu mobile */
.menu-principal-mobile {
  display: none;
  position: absolute;
  background: #f2f2f2;
  left: 0;
  top: 200px;
  z-index: 9999;
  width: 100%;
  border-radius: 0 0 2px 2px;
  box-shadow: 0px 3px 15px 1px #9e9e9e;
}

.menu-principal-mobile .menu-principal-list {
  width: 100%;
}

.menu-principal-mobile a.menu-principal-link {
  padding: 0px;
}

.menu-principal-mobile .menu-principal-list .menu-principal-item {
  display: block;
  width: 100%;
  padding: 5px;
}

.menu-principal-mobile .menu-principal-list .menu-principal-item a {
  color: #212529;
}

.header .menu-principal-mobile .menu-principal-item .sub-menu {
  position: relative;
  width: 100%;
  background: #f2f2f2;
  left: 0;
  right: 0;
  margin-top: 0;
  padding: 0;
  z-index: 99999;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.menu-mobile .btn-menu-mobile {
  display: none;
  color: #fff;
  background: transparent;
  border: none;
  outline: none;
  font-size: 2em;
  float: right;
  margin-top: 60px;
  min-width: 10px;
}
/*Footer*/
.footer .footer-top {
  width: 100%;
  height: auto;
  padding: 2em;
  color: #fff;
  font-family: "FuturaWeb-book";
  font-size: 18px;
  background-color: #005ca9;
  background-image: url(../Images/header-image.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.footer-top [class*="list-col-"],
.footer-top .list-redes-sociais {
  list-style: none;
  padding-inline-start: 0;
  color: #fff;
  font-family: "FuturaWeb-book";
  font-size: 1.2rem;
}

.footer-top .list-redes-sociais {
  display: inline-block;
}

.footer-top .list-redes-sociais .item-redes-sociais {
  float: left;
  padding: 0 1rem;
}

.footer-top .list-redes-sociais .item-redes-sociais:first-child {
  padding-left: 0;
}

.footer-top [class*="list-col-"] a,
.footer-top .list-redes-sociais a {
  color: #fff;
}

.footer .footer-bottom {
  width: 100%;
  background: #f9fbfb;
  text-align: center;
  padding: 1em;
  display: flow-root;
  color: #005ca9;
}

.footer .footer-bottom .list-footer-bottom {
  list-style: none;
  font-family: "FuturaWeb-book";
  font-size: 1.5rem;
  display: inline-block;
  margin: 0.7rem;
  padding-inline-start: 0;
}

.footer .item-list-footer-bottom {
  float: left;
  padding: 0 1rem;
}

.footer .footer-link {
  color: #fff;
  text-decoration: underline;
  padding-right: 2rem;
}

.footer .footer-link:visited {
  color: #fff;
}

.footer .footer-link:hover {
  text-decoration: none;
}

.footer hr {
  background-color: #c2c3c6;
}

.footer .footer-address {
  margin: 0;
}

.sub-menu {
  display: none;
}
.sub-menu.active {
  display: block;
}

#s4-bodyContainer {
  padding-bottom: 0;
}

.cell-margin {
  margin: 0px;
}

.welcome {
  padding: 0;
}

.painel {
  background: #ffffff;
  border: 2px solid #d0e0e5;
  box-sizing: border-box;
  box-shadow: 0px 2px 8px 1px rgba(19, 73, 178, 0.45);
  border-radius: 5px;
  margin: 1em 0;
  padding: 1em;
}

.painel [class*="col-"] {
  padding: 0 1em;
}

.painel h3 {
  font-weight: bold;
  font-size: 1.6em;
}

.painel h3,
.painel h4 {
  font-family: "FuturaWeb-bold";
}

.painel p {
  font-family: "FuturaWeb-book";
}

.painel img {
  width: 100%;
  height: auto;
  max-width: 300px;
}

.painel .bloco {
  padding: 0 1em;
}

.painel .bloco .img-bloco {
  height: 150px;
  margin-bottom: 1em;
}

.painel .bloco .img-bloco img {
  padding: 1em;
  max-width: 150px;
}

.painel .bloco .texto-bloco {
  padding: 0 1em;
}

.painel .bloco .texto-bloco h4 {
  font-weight: bold;
  font-size: 1.2em;
}

.painel .bloco .texto-bloco p {
  font-size: 1em;
}

.breadcrumb {
  background: transparent !important;
  font-family: "FuturaWeb-book" !important;
}

.breadcrumb-item {
  padding-inline-start: 0px !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block !important;
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  color: #6c757d !important;
  content: ">" !important;
}

.container-icon {
  text-align: center;
  margin-top: 1em;
}

.icon-card {
  font-size: 2em;
}

.no-padding-top {
  padding-top: 0 !important;
}

.separator {
  width: 100%;
  height: 1px;
  margin: 20px 0px 30px 0px;
  border: solid 1px #ccc;
}

.margin-space {
  margin: 20px;
}

.margin-bottom {
  margin-bottom: 3em;
}

/* Call to Action */
.cta {
  margin: 1em;
}

.cta-btn {
  padding: 35px 0px;
}

.cta-btn .btn-right {
  margin-left: 35px;
}

/*Acesso Rapido*/
.acesso-rapido {
  width: 400px;
  border-radius: 16px;
  box-shadow: 0px 3px 15px 1px #9e9e9e;
  position: absolute;
  margin-left: 115px;
  margin-top: -150px;
  background-color: #fff;
  text-align: center;
  padding: 10px;
}

.acesso-rapido .info-card-small {
  font-size: 0.8em;
}

.boder-right {
  border-right: solid 1px #ccc;
}
/*search*/

.search-box {
  position: relative;
  float: right;
  margin-top: 5px;
  min-width: 15%;
}

.search-input {
  background-color: #2971a7;
  border: 1px solid #174e70 !important;
  border-radius: 3px !important;
  color: #fff;
  font-size: 0.8rem !important;
  width: 100%;
  height: 45px !important;
  padding: 0 35px 0 15px !important;
  box-sizing: border-box !important;
  box-shadow: inset 2px 1px 8px rgba(28, 94, 136, 0.6);
  outline: none !important;
}

.search-box button {
  display: inline-block;
  background: transparent;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  border: none !important;
  color: #fff;
  cursor: pointer;
  min-width: 1em;
  padding: 0px;
}

.search-box {
  border-bottom: 1px solid #fff;
}

.search-box .search-input {
  background-color: transparent;
  border: none !important;
  box-shadow: none;
  font-family: "FuturaWeb-book";
  font-size: 18px !important;
  padding: 0 10px 0 10px !important;
}

.search-box .search-input {
  color: #fff;
}

.search-box .search-input::-webkit-input-placeholder {
  color: #fff;
}

.search-box .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.search-box .search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
/**Condicoes gerais**/
.title-bold {
  font-family: "FuturaStdBold";
  font-weight: bold;
  font-size: 2.5em;
}
.text-std {
  font-family: "FuturaStdBook";
  font-weight: 100;
}
.text-std-bold {
  font-family: "FuturaStdBold";
}
.title-bold.title-std {
  margin-bottom: 1em;
}
#divFiltros {
  margin-top: 2em;
  margin-bottom: 2em;
}
#divFiltros select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.5rem 1rem;
  min-height: 56px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#divFiltros label {
  color: #212529;
  font-size: 14px;
}
#divLinkDownload {
  text-align: center;
}

#divLinkDownload .link {
  width: 30%;
  margin: 0 auto 2em;
  text-align: center;
  font-family: "FuturaWeb-book";
  font-size: 20px;
}
.box-blue {
  border-top: 2px solid #00377d;
  padding: 10px 0;
}

.margin-top-text {
  margin-top: 40.889px;
}

.container-resultado {
  font-family: FuturaWeb-book;
}

.container-resultado .box-blue {
  font-family: FuturaWeb-book;
  font-size: 20px;
}
/*firefox container*/
.tableCol-75 {
  width: 100%;
}
/*canais atendimento*/
.painel.painel-canais-atendimento {
  padding: 2em 3em;
}

.canais-atendimento {
  padding: 1em 25em;
}

.painel .canais-atendimento h3 {
  margin-bottom: 1em;
  font-family: Roboto-bold;
}

.canais-atendimento p {
  font-family: "FuturaStdLight";
}

.canais-atendimento p b {
  font-family: "FuturaStdBold";
  font-weight: bold;
}

.canais-atendimento p b.light-text {
  font-family: "FuturaStdLight";
  font-weight: bold;
}

.select-produto {
  margin: 1em auto 2em;
}

.select-produto label {
  font-size: 0.9em;
}

#ddlProdutos {
  display: block;
  width: auto;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.5rem 1rem;
  min-height: 56px;
  min-width: 300px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.container-resultado {
  min-height: 300px;
}

@media screen and (min-width: 1600px) {
  .card .container-img {
    width: 100%;
    height: 300px;
  }
}

@media screen and (min-width: 1200px) {
  .card .container-img {
    width: 100%;
    height: 250px;
  }
}

@media screen and (max-width: 1200px) {
  .menu-list .menu-item,
  .menu-principal-list .menu-principal-item,
  .menu-list .menu-item a,
  .menu-principal-list .menu-principal-item a {
    font-size: 1.1rem;
  }

  .menu-principal-list .menu-principal-item {
    margin-right: 1.6rem;
  }

  .info-carrossel.container {
    top: 20px;
  }

  .info-carrossel .text-carrossel {
    margin-bottom: 25px;
  }

  .acesso-rapido {
    margin-top: -140px;
  }

  .card .container-img {
    width: 100%;
    /*height: 200px;*/
  }

  .card .container-img .img-card {
    height: auto;
    width: 100%;
  }

  .card .info-card {
    padding: 24px;
    height: 250px;
  }
  .card .info-card-small {
    padding: 1em;
    min-height: 250px;
    height: auto;
  }
}

@media screen and (max-width: 1100px) {
  .menu-list .menu-item,
  .menu-principal-list .menu-principal-item,
  .menu-list .menu-item a,
  .menu-principal-list .menu-principal-item a {
    font-size: 0.9rem;
  }

  .info-carrossel.container {
    left: 60px;
    top: 20px;
  }

  .info-carrossel .text-carrossel {
    margin-bottom: 25px;
  }

  .acesso-rapido {
    margin-left: 75px;
    margin-top: -140px;
  }

  .card .container-img {
    width: 100%;
    /*height: 200px;*/
  }

  .card .container-img .img-card {
    height: auto;
    width: 100%;
  }
  .card .info-card-small {
    padding: 0.9em;
    min-height: 250px;
    height: auto;
  }
}

@media screen and (max-width: 1000px) {
  .header .logo img {
    width: 130px;
    height: auto;
  }

  .menu-list .menu-item,
  .menu-principal-list .menu-principal-item,
  .menu-list .menu-item a,
  .menu-principal-list .menu-principal-item a {
    font-size: 1rem;
  }

  .search-box {
    display: none;
  }

  .menu-principal {
    display: none;
  }
  /* Menu mobile */
  .menu-mobile .btn-menu-mobile {
    display: block;
  }

  .header .container-left .menu-item {
    margin-right: 1.5rem;
  }

  .header .container-right .menu-item {
    margin-left: 1.5rem;
  }

  .btn-card.mult-button {
    padding: 1em;
  }

  .carrossel-list .item-carrossel {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }

  .carrossel-list .item-carrossel img {
    /*position: relative;
            width: auto;*/
    /*left: 100%;
            margin-left: -120%;*/
  }

  .info-carrossel.container {
    left: 60px;
    top: 20px;
  }

  .acesso-rapido {
    margin-left: 75px;
    margin-top: -140px;
  }

  .card .container-img {
    width: 100%;
    /*height: 200px;*/
  }

  .card .container-img .img-card {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .card .container-img {
    width: 100%;
    /*height: 200px;*/
  }

  .card .container-img .img-card {
    height: auto;
    width: 100%;
  }

  .card .info-card {
    padding: 24px;
    height: 360px;
  }
}

@media screen and (max-width: 800px) {
  .carrossel-list .item-carrossel {
    width: 100%;
    height: 350px;
    overflow: hidden;
  }

  .info-carrossel.container {
    top: 50px;
    position: absolute;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .info-carrossel .text-carrossel {
    margin-bottom: 40px;
  }

  .decoration-icon-carrossel {
    left: 30px;
    top: -4px;
  }

  .info-carrossel .text-carrossel {
    margin-bottom: 40px;
    width: 90%;
    margin: 0 auto;
  }

  .info-carrossel .title-carrossel {
    width: 90%;
    margin: 0 auto;
  }

  .acesso-rapido {
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .btn-carrossel {
    display: inline-flex;
  }

  .card .container-img {
    width: 100%;
    /*height: 200px;*/
  }

  .card .container-img .img-card {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .card .container-img {
    width: 100%;
    /*height: 300px;*/
  }

  .card .info-card {
    padding: 24px;
    height: 200px;
  }

  .card .info-card-small {
    padding: 1em;
    min-height: 150px;
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .header .logo img {
    width: 100px;
    height: auto;
  }

  .header .logo {
    margin-top: 10px;
  }

  .menu-mobile .btn-menu-mobile {
    margin-top: 0px;
  }

  .header {
    height: 80px;
    padding: 10px 20px;
  }

  .header .menu-top {
    display: none;
  }

  .btn-card.mult-button {
    padding: 2em;
  }

  .header .search-box {
    display: none;
  }

  .acesso-rapido {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  /*.carrossel-list .item-carrossel img {
        position: relative;
        width: auto;
        left: 100%;
    }*/

  .carrossel-list .item-carrossel {
    width: 100%;
    position: relative;
    display: none;
    overflow: hidden;
  }

  .info-carrossel.container {
    left: 50%;
    top: 50px;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    transform: translateX(-50%);
  }

  .decoration-icon-carrossel {
    left: 30px;
    top: -4px;
  }

  .info-carrossel .text-carrossel {
    margin-bottom: 40px;
    width: 90%;
    margin: 0 auto;
  }

  .info-carrossel .title-carrossel {
    width: 90%;
    margin: 0 auto;
  }
  /* Menu mobile */
  .menu-principal-mobile {
    top: 80px;
  }

  .card .container-img {
    width: 100%;
    /*height: 300px;*/
  }

  .card .container-img .img-card {
    height: auto;
    width: 100%;
  }
  .footer .footer-link {
    display: block;
  }
  .info-carrossel.container {
    top: 20px;
  }
  .cta-btn {
    padding: 35px 0px;
  }

  .cta-btn .btn-right {
    margin-left: 0px;
  }
}
@media screen and (max-width: 500px) {
  .cta-btn a.btn-medium {
    min-width: 12em;
    margin-top: 1em;
  }

  .cta-btn .btn-right {
    margin-left: 0;
  }
}

@media screen and (max-width: 400px) {
  .info-carrossel.container {
    left: 50%;
    top: 15px;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    transform: translateX(-50%);
  }

  .acesso-rapido {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 320px) {
  .info-carrossel.container {
    left: 50%;
    top: 10px;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    transform: translateX(-50%);
  }

  .acesso-rapido {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.painel * {
  align-items: center;
}
