.container-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto !important;
  margin-left: auto !important;
  justify-content: space-between;
}

.container-cards .card {
  margin-right: 15px;
  margin-bottom: 15px;
}

.panel-heading {
  margin-top: 20px;
  width: 100%;
  height: 50px;
  background-color: crimson;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  vertical-align: middle;
  color: white;
  font-weight: bold;
  line-height: 50px;
  border-bottom: solid white 3px;
}

.panel-body {
  width: 100%;
  height: 100%;
  background-color: rgba(235, 235, 235, 0.1);
}

.panel-footer {
  width: 100%;
  height: 50px;
  background-color: rgba(235, 235, 235, 0.5);
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.banners {
  height: 570px;
  /* Importante não mexer nestes valores */
}

.banners .banner {
  height: 600px;
  /* padding-top: 8.5rem; */
}

@media screen and (min-width: 280px) and (max-width: 430px) {
  .banner1 {
    display: block;
    width: 100%;
    height: 600px;
    background-image: url("../img/banner-home/banner_Home_Mobile.jpg");
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    cursor: auto;
  }
  .banner2 {
    display: block;
    width: 100%;
    height: 600px;
    background-image: url("../img/promocional_2023/banner_promocional_mobile_min.jpg");
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    cursor: pointer;
  }
  .banner3 {
    display: block;
    width: 100%;
    height: 600px;
    background-image: url("../img/banner-home/temp/banner_home_mobile_min.gif");
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    cursor: pointer;
  }

  .banner4 {
    display: block;
    width: 100%;
    height: 600px;
    background-image: url("../img/leilao-006-2023/banner_mobile_leilao_006_23_min.jpg");
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    cursor: pointer;
  }

  .banner5 {
    display: block;
    width: 100%;
    height: 600px;
    background-image: url("../img/promocional_2023/banner_promocional_mobile_min.jpg");
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    cursor: pointer;
  }
}

@media screen and (min-width: 431px) and (max-width: 1366px) {
  .banners .banner .banner1 {
    content: "";
    display: block;
    top: 80px;
    background-image: url("../img/banner-home/banner_home_mosaico_HD_min.jpg");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 580px;
    position: absolute;
    cursor: auto;
  }
  .banners .banner .banner2 {
    content: "";
    display: block;
    top: 80px;
    background-image: url("../img/promocional_2023/banner_promocional_hd_min.jpg");
    background-position: center;
    background-repeat: no-repeat;
    width: 80%;
    height: 580px;
    position: absolute;
    cursor: pointer;
  }
  .banners .banner .banner3 {
    content: "";
    display: block;
    top: 80px;
    background-image: url("../img/banner-home/temp/banner_home_mosaico_HD_min.gif");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 580px;
    position: absolute;
    cursor: pointer;
  }

  .banners .banner .banner4 {
    content: "";
    display: block;
    top: 80px;
    background-image: url("../img/leilao-006-2023/banner_uhd_leilao_006_23_min.jpg");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 580px;
    position: absolute;
    cursor: pointer;
  }

  .banners .banner .banner5 {
    content: "";
    display: block;
    top: 80px;
    background-image: url("../img/promocional_2023/banner_promocional_hd_min.jpg");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 580px;
    position: absolute;
    cursor: pointer;
  }
}

@media screen and (min-width: 1367px) and (max-width: 1920px) {
  .banners .banner .banner1 {
    content: "";
    cursor: auto;
    display: block;
    top: 80px;
    background-image: url("../img/banner-home/banner_home_mosaico_uhd_min.jpg");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 580px;
    position: absolute;
  }
  .banners .banner .banner2 {
    content: "";
    display: block;
    cursor: pointer;
    top: 80px;
    background-image: url("../img/promocional_2023/banner_promocional_uhd_min.jpg");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 580px;
    position: absolute;
  }
  .banners .banner .banner3 {
    content: "";
    display: block;
    cursor: pointer;
    top: 80px;
    background-image: url("../img/banner-home/temp/banner_home_mosaico_uhd_min.gif");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 580px;
    position: absolute;
  }
  .banners .banner .banner4 {
    content: "";
    display: block;
    cursor: pointer;
    top: 80px;
    background-image: url("../img/leilao-006-2023/banner_uhd_leilao_006_23_min.jpg");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 580px;
    position: absolute;
  }

  .banners .banner .banner5 {
    content: "";
    display: block;
    cursor: pointer;
    top: 80px;
    background-image: url("../img/promocional_2023/banner_promocional_uhd_min.jpg");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 580px;
    position: absolute;
  }
}

@media screen and (max-width: 768px) {
  .fale-conosco-btn {
    margin-top: 250px;
  }
}

@media screen and (min-width: 280px) and (max-width: 411px) {
  .header-social {
    display: none;
  }
}

.gotham-bold {
  font-family: "Gotham Bold";
}

.gotham-black {
  font-family: "Gotham Black";
}

#barra-cookie,
#barra-cookie-mobile {
  display: none !important;
}

.mega-menu {
  position: absolute;
  background-color: #687680;
  width: 100%;
  color: white;
  top: 0;
  z-index: 99999999;
}

.mega-menu a {
  color: #676c73;
}

.mega-menu a:hover,
.mega-menu a:focus {
  color: #a2a2a2;
}

.mega-menu .form-inline .form-control {
  height: inherit;
}

.mega-menu .nav-justified .nav-item {
  flex-basis: auto;
}

.mega-menu .navbar-light .navbar-nav .nav-link {
  color: white;
}

.mega-menu .navbar-light .navbar-nav .nav-link:hover,
.mega-menu .navbar-light .navbar-nav .nav-link:focus {
  color: #ffb838;
}

.mega-menu .dropdown:hover > .dropdown-menu,
.mega-menu .show > .dropdown-menu {
  max-height: 900px;
  visibility: visible !important;
}

.mega-menu .show > .dropdown-menu,
.mega-menu .dropdown-menu,
.mega-menu .dropdown-item {
  background-color: white !important;
}

.mega-menu .dropdown-menu {
  display: block;
  margin: 0;
  border-radius: 0;
  border: none;
  border-bottom: 4px solid #e73f43;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.mega-menu .navbar-nav li:nth-child(3) .dropdown-toggle::after {
  display: none;
}

/* Sobre */

.mega-menu #sobreBdmg .sobre {
  color: #e73f43;
  text-indent: 40px;
}

.mega-menu #sobreBdmg .sobre:before {
  position: relative;
  display: table-cell;
  content: url("../img/menu_mgi.png");
  width: 31px;
  height: 32px;
  left: -80px;
  top: 35px;
}

/* Transparência */

.mega-menu #sobreBdmg .transparencia {
  color: #706e9a;
  text-indent: 40px;
}

.mega-menu #sobreBdmg .transparencia:before {
  position: relative;
  display: table-cell;
  content: url("../img/menu-sobre-item-2.png");
  width: 31px;
  height: 32px;
  left: -80px;
  top: 35px;
}

.mega-menu #sobreBdmg .investidores {
  color: #3c7d9a;
  text-indent: 40px;
}

.mega-menu #sobreBdmg .investidores:before {
  position: relative;
  display: table-cell;
  content: url("../img/menu-sobre-item-3.png");
  width: 31px;
  height: 32px;
  left: -80px;
  top: 35px;
}

.mega-menu #sobreBdmg .licitacoes {
  color: #455560;
  text-indent: 40px;
}

.mega-menu #sobreBdmg .licitacoes:before {
  position: relative;
  display: table-cell;
  content: url("../img/menu-sobre-item-4.png");
  width: 31px;
  height: 32px;
  left: -80px;
  top: 35px;
}

.mega-menu #sobreBdmg .imprensa {
  color: #00a8b0;
  text-indent: 40px;
}

.mega-menu #sobreBdmg .imprensa:before {
  position: relative;
  display: table-cell;
  content: url("../img/menu-sobre-item-5.png");
  width: 31px;
  height: 32px;
  left: -80px;
  top: 35px;
}

.mega-menu #sobreBdmg .documentacao {
  color: #a4899f;
  text-indent: 40px;
}

.mega-menu #sobreBdmg .documentacao:before {
  position: relative;
  display: table-cell;
  content: url("../img/menu-sobre-item-6.png");
  width: 31px;
  height: 32px;
  left: -80px;
  top: 35px;
}

.mega-menu #creditoParaSuaEmpresa .card {
  border: 1px solid #dfdfdf;
}

.mega-menu #creditoParaSuaEmpresa .card:hover,
.mega-menu #atendimento .card:hover {
  box-shadow: none;
}

.mega-menu #creditoParaSuaEmpresa .card .img-fluid {
  -webkit-border-top-left-radius: 0.25rem;
  -webkit-border-bottom-left-radius: 0.25rem;
  -moz-border-radius-topleft: 0.25rem;
  -moz-border-radius-bottomleft: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.mega-menu #creditoParaSuaEmpresa .card .card-block,
.mega-menu #mainmenu_municipios .card .card-body,
.mega-menu #mainmenu_atendimento .card .card-body,
.mega-menu #mainmenu_atendimento .card .card-block,
.mega-menu #mainmenu_sustentabilidade .card .card-body {
  white-space: normal;
  font-size: 0.85rem;
  color: #455560;
}

.mega-menu #creditoParaSuaEmpresa .card .card-block p {
  margin-bottom: 0;
}

.mega-menu .busca-principal .btn {
  background-color: #fff !important;
  border-top: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  border-left: none;
}

.mega-menu #mainmenu_atendimento .card,
.mega-menu #mainmenu_atendimento .card {
  box-shadow: none !important;
}

.mega-menu #mainmenu_atendimento .segunda-via:before {
  position: absolute;
  display: block;
  content: url("../img/menu-atendimento-item-1.png");
  width: 31px;
  height: 33px;
  left: -24px;
  top: 14px;
}

.mega-menu #mainmenu_atendimento .correspondente:before {
  position: absolute;
  display: block;
  /* content: url('../img/menu-atendimento-item-2.png'); */
  width: 31px;
  height: 33px;
  left: -24px;
  top: 14px;
}

.mega-menu #mainmenu_atendimento .container .row div:nth-child(3) .card-block {
  padding-left: 3.1rem !important;
}

.mega-menu #mainmenu_atendimento .call-bdmg:before {
  position: absolute;
  display: block;
  content: url("../img/menu_mgi.png");
  width: 31px;
  height: 33px;
  left: 11px;
  top: 19px;
}

/**/

@media (max-width: 1024px) {
  .mega-menu .navbar-light .navbar-nav .nav-link {
    font-size: 0.8rem;
  }
  .mega-menu #creditoParaSuaEmpresa br {
    display: none;
  }
  .mega-menu a,
  .mega-menu #creditoParaSuaEmpresa .card .card-block,
  .mega-menu #mainmenu_municipios .card .card-body,
  .mega-menu #mainmenu_atendimento .card .card-body,
  .mega-menu #mainmenu_atendimento .card .card-block,
  .mega-menu #mainmenu_sustentabilidade .card .card-body {
    font-size: 0.75rem;
  }
  .banners .banner .title {
    font-size: 2.1rem;
  }
}

@media (max-width: 992px) {
  .mega-menu #creditoParaSuaEmpresa .card .card-block {
    font-size: 0.7rem;
  }
}

@media (max-width: 768px) {
  .mega-menu {
    display: none !important;
  }
}

.banners .banner .text {
  color: #fff;
  font-family: "Gotham Light";
  text-transform: uppercase;
  padding-top: 4rem;
  font-size: 1.2rem;
  padding-bottom: 1rem;
}

.banners .banner .banner3 .text {
  width: 110%;
}

.banners .banner .title {
  color: #fff;
  font-family: "Gotham Bold";
  font-size: 2.5rem;
  line-height: 2.5rem;
  padding-bottom: 3rem;
}

.banners .cta a {
  background-color: #4b4f53;
  color: #fff;
  padding: 1rem 3rem;
  box-shadow: 1px 1px #000 !important;
  font-size: 1rem;
  float: left;
  margin-top: 0rem;
  width: 20rem;
  background-color: #d22828;
}

.slick-arrow,
.slick-prev:before,
.slick-next:before {
  display: none !important;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: white;
  /* font-size: 1.5rem; */
  font-size: 77px;
}

.slick-dots li button:before {
  font-family: slick;
  /* font-size: 1.5rem; */
  font-size: 77px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots {
  position: absolute;
  bottom: 4rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

@media (max-width: 768px) {
  .banners {
    text-align: center;
    height: auto;
    padding: 0 auto;
    margin: 0 auto;
  }
  .banners .banner {
    padding-top: 0;
  }
  .banners .cta a {
    float: none;
  }
  .slick-dots {
    bottom: 9rem;
  }
}

@media (max-width: 430px) {
  .slick-dots {
    bottom: 4rem;
  }
}

@media (max-width: 320px) {
  .banners .banner .title {
    font-size: 1.8rem;
  }
  .capitalGiroV2 .card,
  .capitalGiroV2 .card:hover {
    top: -6% !important;
  }
  .banners .cta a {
    padding: 0.5rem 1.5rem;
    width: inherit;
  }
  .slick-dots {
    bottom: 3.5rem;
  }
}

.request-credit {
  padding-top: 0;
}

@media (max-width: 375px) {
  .request-credit {
    padding-top: 3rem;
  }
}

@media (max-width: 320px) {
  .request-credit {
    padding-top: 5rem;
  }
}

.reflita .select2-container {
  width: 100% !important;
}

.callout-sebrae {
  position: relative;
  background-image: url("../img/home-callout-sebrae.jpg");
  background-position: center center;
  color: #fff;
}

.callout-sebrae .seal:after {
  position: absolute;
  display: block;
  content: "";
  background: transparent url("../img/home-seal-treinamento-gratuito.png")
    no-repeat;
  width: 259px;
  height: 259px;
  top: 10%;
  right: 17%;
}

.callout-sebrae h2 {
  font-weight: bolder;
  font-size: 2.5rem;
}

.callout-sebrae p {
  font-size: 1.25rem;
}

.callout-sebrae .btn-outline-warning {
  font-size: 1rem;
  padding: 3% 20%;
}

.callout-sebrae .btn-outline-warning:active,
.callout-sebrae .btn-outline-warning:hover,
.callout-sebrae .btn-outline-warning:focus {
  color: #fff !important;
}

@media (max-width: 1200px) {
  .callout-sebrae .seal:after {
    right: 5%;
  }
}

@media (max-width: 1024px) {
  .callout-sebrae .seal:after {
    top: 30%;
    right: 2%;
  }
}

@media (max-width: 768px) {
  .callout-sebrae {
    text-align: center;
  }
  .callout-sebrae .seal {
    padding-bottom: 10%;
  }
  .callout-sebrae .seal:after {
    top: 75%;
    right: 32%;
  }
  .callout-sebrae .btn-outline-warning {
    margin: auto;
  }
  .home-creditoideal {
    padding-top: 90px;
  }
}

@media (max-width: 480px) {
  .callout-sebrae h2 {
    font-size: 2rem;
  }
  .callout-sebrae p {
    font-size: 1.2rem;
  }
  .callout-sebrae .seal {
    padding-bottom: 20%;
  }
  .callout-sebrae .seal:after {
    top: 75%;
    right: 22%;
  }
  .callout-sebrae .btn-outline-warning {
    width: 80%;
    padding-top: 6%;
    padding-bottom: 6%;
  }
}

@media (max-width: 320px) {
  .callout-sebrae .seal:after {
    top: 80%;
    right: 10%;
  }
}

.card {
  border: 1px solid #fff;
}

.card:hover {
  border: 1px solid rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0px 11px 11px 5px rgba(235, 235, 235, 1);
  -moz-box-shadow: 0px 11px 11px 5px rgba(235, 235, 235, 1);
  box-shadow: 0px 11px 11px 5px rgba(235, 235, 235, 1);
}

.home-creditoideal .card-body .rounded-circle {
  width: 100%;
  margin: 5% auto;
}

@media (max-width: 768px) {
  .home-creditoideal .card-body .rounded-circle {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .home-creditoideal .card-body .rounded-circle {
    width: 58%;
  }
  .home-creditoideal .card-body .btn-danger {
    width: 80%;
    margin: auto;
  }
}

.compObjetivos {
  background-color: #fff;
  /* background-image: url("../img/background_mgi_beta.jpg"); */
  background-position: center;
  background-repeat: no-repeat;
}

.compObjetivos h2 {
  color: #4b4f54;
}

.compObjetivos h3 {
  font-family: inherit;
  font-size: 1.35rem;
}

@media (max-width: 768px) {
  .trio {
    display: none !important;
  }
  .dupla {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .trio {
    display: block !important;
  }
  .dupla {
    display: none !important;
  }
}

.compSimuleAgora .h3 {
  font-weight: bold;
}

@media (min-width: 1200px) {
  .dontshow {
    display: none;
  }
}

@media (max-width: 480px) {
  .compSimuleAgora .p-5 {
    padding: 1rem !important;
  }
}

@media (max-width: 320px) {
  .compSimuleAgora .h3 {
    font-size: 1.25rem !important;
  }
}

.capitalGiroV2,
.request-credit {
  width: 100%;
  min-height: 450px;
  background-color: white;
  /* background-image: url("../img/backgrounds/blocos.jpeg"); */
  /* background-repeat: repeat-x; */
  background-position: center;
  display: block;
}

.capitalGiroV2 .card,
.capitalGiroV2 .card:hover {
  top: 50px;
  background-color: transparent;
  /*border-color: rgba(0, 0, 0, 0.1);
    */
  border-color: transparent;
  border-bottom: hidden;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -webkit-box-shadow: 0px -5px 8px -4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px -5px 8px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px -5px 8px -4px rgba(0, 0, 0, 0.4);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 84%,
    rgba(255, 255, 255, 0) 100%
  );
  /*FF3.6-15*/
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 84%,
    rgba(255, 255, 255, 0) 100%
  );
  /*Chrome10-25,Safari5.1-6*/
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 84%,
    rgba(255, 255, 255, 0) 100%
  );
  /*W3C,IE10+,FF16+,Chrome26+,Opera12+,Safari7+*filter:;/
    /*progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}

.capitalGiroV2 .card .card-body .col:first-child {
  padding-left: 8%;
  padding-right: 5%;
}

.capitalGiroV2 .card .card-body .col {
  padding-left: 0;
  padding-right: 8%;
}

.arrow-down:before {
  position: absolute;
  content: "";
  display: block;
  left: 24%;
  top: 27%;
  width: 44px;
  height: 69px;
  background-image: url("../img/home-form-arrowdown.png");
}

.capitalGiroV2 .card .card-title {
  line-height: 46px;
  font-size: 35px;
  font-family: Gotham Medium;
  letter-spacing: -1px;
  color: #4b4f54;
}

.capitalGiroV2 .card .card-title span,
.capitalGiroV2 .card .card-subtitle {
  color: #d22828;
  margin-top: 10%;
}

.capitalGiroV2 .card .formulario input[type="text"],
.capitalGiroV2 .card .formulario input[type="email"] {
  display: block;
  width: 100%;
  padding: 0.7rem 0.75rem;
  font-size: 1rem;
  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;
}

.capitalGiroV2 .card .formulario input[type="submit"] {
  width: 100%;
  margin-top: 5%;
  padding: 0.7rem 0.75rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  background-color: #d22828;
  color: #fff;
  box-shadow: 0px 2px 0 0 #9f0000;
}

.hs-form-field {
  min-height: 95px;
}

.hs-form-field label {
  font-weight: bold;
}

.hs-error-msgs {
  color: #d22828;
  font-size: 11px;
  font-weight: bold;
  float: right !important;
}

.hs-main-font-element {
  display: none !important;
}

.capitalGiroV2 .card ul.image {
  list-style-type: none;
}

.capitalGiroV2 .card ul.image li {
  background-image: url("../img/home-chevron-left.png");
  background-position: 0px 5%;
  /* X-pos Y-pos (from top-left) */
  background-repeat: no-repeat;
  padding-left: 35px;
  line-height: 32px;
}

.capitalGiroV2 .card ul li p {
  font-size: 1.2rem;
}

@media (max-width: 1024px) {
  .capitalGiroV2 .card .card-body .col:first-child {
    padding-left: 4%;
    padding-right: 2%;
  }
  .capitalGiroV2 .card .card-body .col {
    padding-right: 4%;
  }
  .capitalGiroV2 .card ul.image {
    padding-left: 2%;
  }
  .arrow-down:before {
    left: 21%;
  }
}

@media (max-width: 768px) {
  .capitalGiroV2 .row {
    margin-bottom: -10%;
  }
  .capitalGiroV2 .card .card-body .col:first-child,
  .capitalGiroV2 .card .card-body .col {
    padding: 0 10%;
  }
  .arrow-down:before {
    left: 10%;
    top: 21%;
  }
  .capitalGiroV2 .card .formulario {
    margin-top: 14% !important;
    background-color: gray;
    padding: 7% 4%;
    color: white;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
  }
}

@media (max-width: 750px) {
  .arrow-down:before {
    left: 10%;
    top: 24%;
  }
}

@media (max-width: 480px) {
  .arrow-down:before {
    left: 9%;
    top: 22%;
  }
  .capitalGiroV2 .card .card-title {
    font-size: 30px;
  }
  .capitalGiroV2 .row {
    margin-bottom: -19%;
  }
}

@media (max-width: 430px) {
  .capitalGiroV2 .card {
    top: -5%;
  }
  .arrow-down:before {
    top: 24%;
  }
}

@media (max-width: 375px) {
  .arrow-down:before {
    left: 9%;
    top: 25%;
  }
  .capitalGiroV2 .card .card-body .col:first-child,
  .capitalGiroV2 .card .card-body .col {
    padding: inherit;
  }
}

@media (max-width: 320px) {
  .capitalGiroV2 .card .card-title {
    font-size: 21px;
    line-height: inherit;
  }
  .arrow-down:before {
    left: 24px;
    top: 22%;
  }
  .capitalGiroV2 .card .card-title span,
  .capitalGiroV2 .card .card-subtitle {
    font-size: 1.1rem;
  }
  .capitalGiroV2 .card ul li p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .capitalGiroV2 .row {
    margin-bottom: -31%;
  }
}

.new-mobile-search {
  padding-left: 0;
}

.new-mobile-search .form-control,
.new-mobile-search .input-group-text {
  background-color: #96a0a8;
  color: #fff !important;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
}

.new-mobile-search .form-control {
  padding: 40px 30px;
}

.new-mobile-search .input-group-text {
  padding-right: 30px;
}

.new-mobile-search .form-control::-webkit-input-placeholder {
  color: #fff;
}

.new-mobile-search .form-control::-moz-placeholder {
  color: #fff;
}

.new-mobile-search .form-control:-ms-input-placeholder {
  color: #fff;
}

.new-mobile-search .form-control::placeholder {
  color: #fff;
}

.new-mobile-search .form-control:focus,
.new-mobile-search .form-control:hover {
  background-color: #96a0a8;
  color: #fff !important;
}

/**/

.menu-principal-mobile {
  z-index: 999999999 !important;
}

.menu-principal-mobile .main-menu-mobile {
  margin: 0;
}

.menu-principal-mobile .main-menu-mobile,
.menu-principal-mobile .main-menu-mobile li {
  background-color: #545a61;
  padding-top: 0;
  padding-bottom: 0;
}

.menu-principal-mobile .main-menu-mobile li {
  border-bottom: 1px solid #808991;
  padding-top: 14px;
  padding-bottom: 14px;
}

.menu-principal-mobile .main-menu-mobile li:last-child {
  border-bottom: none !important;
}

.menu-principal-mobile .main-menu-mobile li a {
  color: #e1a73f;
  font-weight: bold;
}

.menu-principal-mobile .main-menu-mobile li a img {
  margin-right: 20px;
}

.menu-principal-mobile .main-menu-mobile li a .svg-inline--fa {
  margin-right: 2.5rem;
  margin-top: 0.95rem;
  color: #96a0a8;
  font-size: 24px;
}

/**/

.menu-principal-mobile .main-submenu-mobile {
  background-color: transparent;
  margin-top: 0;
}

.menu-principal-mobile .main-submenu-mobile li {
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-principal-mobile .main-submenu-mobile li a {
  color: #fff;
  font-size: 0.85em;
}

.menu-principal-mobile .main-menu-mobile li a img {
  margin-right: 10px;
}

.menu-principal-mobile .main-submenu-mobile li a .svg-inline--fa {
  font-size: 12px;
}

.menu-principal-mobile .main-submenu-mobile .links ul {
  margin-top: 0;
  background-color: transparent;
}

.menu-principal-mobile .main-submenu-mobile .links ul li {
  border-bottom: 1px solid #808991;
}

.menu-principal-mobile .main-submenu-mobile .links a {
  font-weight: normal;
  padding-left: 4.5em;
}

.phone-box {
  padding-left: 3.8em;
}

.phone-box h5 {
  font-weight: bold;
}

@media (max-width: 375px) {
  /* padding-left:1em !important; */
}

@media (max-width: 360px) {
  .menu-principal-mobile .main-menu-mobile li a img {
    height: 21px;
  }
  .menu-principal-mobile li a,
  .menu-principal-mobile .main-submenu-mobile li a {
    font-size: 0.68em;
  }
  .menu-principal-mobile .main-menu-mobile li a .svg-inline--fa {
    margin-top: 0.3rem;
    font-size: 16px;
  }
  .phone-box {
    padding-left: 2em;
    font-size: 0.8em;
  }
  .menu-principal-mobile .main-submenu-mobile .links a {
    padding-left: 0;
  }
}
