@charset "UTF-8";

body {
  background-color: white;
  font-family: "Montserrat", sans-serif;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* Inicio Menu */

nav#mainNav {
  background-color: #173c5498;
  z-index: 9999;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  transition: all 0.35s;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
  position: fixed;
  width: 100%;
}
a#mainLogo {
  width: 15%;
}
#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #222222;
}
#mainNav .navbar-nav > li > a {
  font-size: 21px;
  font-weight: 500;
}
#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #ffffff;
}
#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: rgba(255, 255, 255, 0.734);
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 0;
  align-items: center;
}
.menuFixo {
  position: fixed;
  top: 0px !important;
  background-color: #173c54 !important;
  width: 100%;
  z-index: 999999;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
}
/* SECTION BLOCO 1*/
.carousel {
  position: relative;
  z-index: 0;
}
.carousel-control-prev {
  width: 5%;
}
.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

.bloco-1-slider {
  background-position: center;
  background-size: cover;
  color: white;
  height: 800px;
}
#bloco-1 .d-flex.align-items-center {
  width: 845px;
  background: #173c54;
  padding: 18px 13px;
  margin-bottom: 44px;
}
.bloco-img {
  min-width: 195px;
}
#bloco-1 h3 {
  font-weight: 700;
  font-size: clamp(24px, 4vw, 36px);
  line-height: 125%;
  margin-bottom: 20px;
  letter-spacing: 0px;
  max-width: 695px;
}
#bloco-1 h4 {
  font-weight: 600;
  font-size: clamp(20px, 3vw, 24px);
  line-height: 125%;
  margin-bottom: 10px;
  letter-spacing: 0px;
}
#bloco-1 p {
  font-weight: 400;
  color: #ffffff;
  font-size: clamp(16px, 3vw, 20px);
  line-height: 1.5;
}
.botao-home {
  background: #f4cf85 0% 0% no-repeat padding-box;
  font-weight: 700;
  transition: 0.5s;
  color: #173c54;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  width: 260px;
  text-align: center;
  border: none;
}
a.botao-home:hover {
  color: #173c54;
}
a.botao-home:hover span.button-home-block {
  display: none;
}
a.botao-home span.button-home-none {
  display: none;
}
a.botao-home:hover span.button-home-none {
  display: block;
}
.button-collor-1:hover {
  background-color: #fdc9ae;
}
.button-collor-2 {
  background-color: #ffffff;
}
.button-collor-2:hover {
  background-color: #a7d2e5;
}
.button-collor-3 {
  background-color: #edf3db;
}
.button-collor-3:hover {
  background-color: #f4cf85;
}

/* SECTION BLOCO 2 */
#bloco-2 h2 {
  font-size: clamp(20px, 7vw, 28px);
  color: #173c54;
}
#bloco-2 h6 {
  font-size: clamp(15px, 5vw, 21px);
  color: #173c54;
}
#bloco-2 p {
  font-weight: 500;
  color: #173c54;
  font-size: clamp(14px, 5vw, 18px);
  max-width: 625px;
  line-height: 1.3;
}
.form-control {
  font-size: 13px !important;
}
.botao-feed {
  background: #173c54 0% 0% no-repeat padding-box;
  font-weight: 700;
  transition: 0.5s;
  color: white;
  font-size: clamp(16px, 3vw, 18px);
  padding: 10px 60px;
  min-width: 350px;
  border: none;
}
.botao-feed:hover .button-feed-block {
  display: none;
}
.botao-feed:hover .button-feed-none {
  display: block !important;
  font-weight: 400;
}
.botao-feed:hover {
  background-color: #9f818a;
}
.botao-form {
  background: #173c54 0% 0% no-repeat padding-box;
  transition: 0.5s;
  color: white;
  font-size: clamp(18px, 3vw, 20px);
  padding: 10px 30px;
  min-width: 210px;
  min-height: 60px;
  border: none;
}
.botao-form:hover {
  background-color: #9f818a;
}
.botao-form:hover .button-form-block {
  display: none;
}
.botao-form:hover .button-form-none {
  display: block !important;
  font-weight: 300;
  font-size: 15px;
}
img.img-icons-feed {
  width: 95px;
}
.pt-3.mb-3.mt-5 {
  text-align: center;
}
.form-feed {
  position: relative;
  bottom: 40px;
  background-color: #a7d2e5;
}
label.form-check-label {
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  color: #173c54;
}
input#inlineRadio1 {
  border: 2px solid #173c54;
}
input#inlineRadio2 {
  border: 2px solid #173c54;
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
}
textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
  height: 110px;
}

/* SECTION BLOCO 3 */
section#bloco-3 {
  background: url(../img/SERVIÇOS-2.png);
}
#bloco-3 h2 {
  font-size: clamp(30px, 5vw, 40px);
  font-weight: 800;
  color: #ffffff;
  max-width: 730px;
  margin: 0 auto;
  line-height: 1.3;
}
#bloco-3 h3 {
  font-size: clamp(20px, 4vw, 30px);
  color: #ffffff;
  line-height: 2;
}
#bloco-3 p {
  font-weight: 600;
  color: #ffffff;
  font-size: clamp(16px, 5vw, 18px);
  line-height: 1.3;
  margin-bottom: 20px;
}
#bloco-3 span {
  font-weight: 300;
  color: #ffffff;
  font-size: clamp(16px, 5vw, 22px);
  max-width: 855px;
  margin: 0 auto 40px;
  line-height: 1.4;
  display: block;
}
#bloco-3 button.button-servico {
  width: 30%;
  border: 3px solid white;
  border-radius: 30px;
  height: 54px;
  background-color: #9f818a;
  color: white;
  font-size: 20px;
  transition: 0.5s;
}
#bloco-3 button.button-servico:hover {
  background: transparent;
}
hr.bar-item {
  width: 37%;
  align-self: center;
  height: 3px;
  margin: 10px;
}
/* DEIXAR REDONDO AS BOX */
.box-circle {
  border-radius: 50% !important;
  background-color: #ffffff2b !important;
}
/* COR DO ACTIVE  */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #fff !important;
}
img.image-circle {
  margin: 25px auto;
  width: 80px;
  height: 80px;
}
/* MANTER EM NONE IMG BRANCO QUANDO ACTIVER PASSAR */
.nav-pills .nav-link.active img.image-circle {
  display: none !important;
}

/* MANTER EM BLOCK IMG AZUL QUANDO ACTIVE PASSAR */
.nav-pills .nav-link.active img.image-circle.img-block {
  display: block !important;
}
/* SECTION BLOCO 4 */
#bloco-4 h3 {
  font-weight: normal;
  font-size: clamp(23px, 4vw, 27px);
  line-height: 1.2;
  line-height: 125%;
  margin-bottom: 10px;
  color: #173c54;
}
#bloco-4 p {
  font-weight: 500;
  color: #173c54;
  font-size: clamp(18px, 3vw, 22px);
  line-height: 1.2;
  max-width: 610px;
}
#bloco-4 li {
  font-weight: 500;
  color: #173c54;
  font-size: clamp(16px, 3vw, 18px);
  line-height: 1.2;
}

/* SECTION BLOCO 5 */
#bloco-5 h2 {
  font-size: clamp(20px, 7vw, 28px);
  color: #173c54;
  font-weight: bold;
}
#bloco-5 h3 {
  font-weight: 600;
  font-size: clamp(15px, 8vw, 22px);
  font-family: "Montserrat", sans-serif;
  line-height: 125%;
  margin: 0 30px;
  color: #ffffff;
}
#bloco-5 h6 {
  font-size: clamp(15px, 5vw, 21px);
  color: #173c54;
  font-weight: 500;
}
#bloco-5 p {
  font-weight: 600;
  color: #173c54;
  font-size: clamp(14px, 3vw, 16px);
  max-width: 220px;
  margin-top: 12px;
}
#bloco-5 .form-feed {
  position: initial;
  background-color: #a7d2e5;
}
.group-box-services-solutions {
  display: flex;
  justify-content: space-between;
}
.box-services {
  background-color: #635351;
  width: 32%;
  height: 250px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box-services:hover h3 {
  display: none;
}
.box-services:hover img.mb-3.pt-3.img-icon-5 {
  display: none;
}
.box-services:hover {
  background-color: #a7d2e5;
}
.box-services:hover img.img-icon-5-block {
  display: block !important;
}
.box-services:hover p {
  display: block !important;
}
img.mb-3.pt-3.img-icon-5 {
  width: 45%;
}
img.img-icon-5-block {
  width: 30%;
}

/* SECTION BLOCO 6 */
#bloco-6 {
  background: #173c54;
  padding: 35px 0 30px;
}
img.img-empresas {
  width: 140px;
  margin: 15px;
}
img.img-empresas-certificada {
  width: 60%;
}

/* FOOTER */
footer {
  background: #a7d2e5;
  padding: 15px 0;
}
footer h2 {
  font-size: clamp(20px, 7vw, 30px);
  color: #173c54;
}
footer li {
  font-weight: 400;
  color: #173c54;
  font-size: clamp(16px, 5vw, 20px);
  max-width: 610px;
  line-height: 1.4;
}
footer li a:hover {
  color: #173c54bf;
}

hr.bar {
  width: 120px;
  height: 5px;
  color: #a7d2e5;
}

@media (max-width: 300px) {
  .pt-3.mb-3.mt-5 {
    margin-left: 0% !important;
  }
  .d-flex.justify-content-around.mb-3 {
    flex-direction: column !important;
  }
  img.img-empresas {
    margin: 0px !important;
  }
  .group-box {
    height: 265px !important;
  }
}

@media (max-width: 420px) {
  .box-circle-mobile.nav-link {
    margin: 5px auto !important;
  }
  .btn-home.mb-2.w {
    text-align: center;
    display: block;
  }
  .row.group-bloco-2 {
    flex-direction: column-reverse;
  }
  .form-feed {
    margin-top: 0 !important;
    bottom: 30px;
  }
  .mb-1.group-text-title-1 {
    position: relative;
    top: 8px;
  }

  .d-flex.align-items-center.mb-3.w {
    display: flex !important;
  }
  .d-flex.align-items-center.mb-3 {
    display: none !important;
  }
  .btn-home.mb-5 {
    display: none;
  }
  .mobile-items {
    display: block !important;
    background-color: #173c54;
    height: 395px;
  }
  .bloco-1-slider-1 {
    background-image: url(../img/BANNER-TRANSPARENTE-E-DIGITAL-MOBILE.jpg) !important;
    height: 250px !important;
  }
  .bloco-1-slider-2 {
    height: 650px;
  }
  .bloco-1-slider-3 {
    height: 650px;
  }
  .mb-1.group-text-title-1 {
    margin-top: 15% !important;
  }
  /* slider 2 home */
  .bloco-1-slider-2 {
    background-image: url(../img/BANNER-EXPERIENCIA-COMPROVADA-MOBILE.jpg) !important;
    height: 250px !important;
  }
  .col.md-tile {
    margin-top: 13px !important;
    position: relative;
    top: 30px;
  }
  .carousel-item.bloco-1-slider-2.active {
    margin-bottom: 90%;
  }
  /* slider 3 home */
  .bloco-1-slider-3 {
    background-image: url(../img/BANNER-ASSESSORIA-COMPLETA-MOBILE.jpg) !important;
    height: 250px !important;
  }
  img.img-empresas.back-image.mt-0 {
    margin-bottom: 11px !important;
  }
  h3#title-size {
    font-size: 17px !important;
  }
  .mobile-items.TO {
    margin-top: 28px;
  }
  h3.title-bloco-1 {
    display: none;
  }
  p#title-size {
    display: block !important;
    font-size: 16px !important;
  }
  p.fw-bolder.h3 {
    display: block !important;
    font-size: 18px;
    margin: 0;
  }
  .carousel-item.bloco-1-slider-3.active {
    margin-bottom: 90%;
  }
  img.img-empresas {
    width: 50px !important;
    margin: 10px;
  }
  .group-box {
    height: 275px !important;
  }
  label.form-check-label {
    font-size: 15px !important;
  }
  .d-flex.justify-content-around.mb-3 {
    flex-direction: column !important;
  }
  img.img-icons-feed {
    width: 90px;
  }
  #bloco-2 h2 {
    text-align: center !important;
  }
  .circle-services.rounded-circle {
    width: 200px !important;
    height: 192px !important;
  }
  img.img-circle {
    width: 113px !important;
    padding-top: 37px !important;
  }
  img.img-edit {
    width: 71px !important;
    margin-left: 0 !important;
  }
  img#img-edit-2 {
    padding-top: 50px !important;
  }
  hr.bar-item {
    width: 20%;
  }
  #bloco-3 button.button-servico {
    width: 100% !important;
    height: 55px !important;
    font-size: 15px;
  }
  .box-services {
    width: 90% !important;
  }
  img.img-empresas.back-image.mt-0 {
    margin-top: 8px !important;
  }
}
@media (max-width: 550px) {
  img.img-empresas {
    width: 55px !important;
  }
}
@media (max-width: 575.98px) {
  /* //versão mobile slider */
  .box-circle-mobile.nav-link {
    text-align: -webkit-center;
    background: #ffffff2b;
    width: 55%;
    border-radius: 50%;
    margin: 5px 3px 5px 115px;
  }
  .box-circle-mobile.box-edit.nav-link {
    height: 241px;
  }
  img.image-circle.circle-edit {
    margin: 44px 6px 14px 40px;
  }
  .row.desktop-box {
    display: none !important;
  }
  .row.mobile-box {
    display: block !important;
    height: 850px;
  }
  .button-arrows {
    position: relative;
    bottom: 370px;
  }

  .bloco-1-slider-1 {
    height: 660px;
  }
  .bloco-1-slider-2 {
    height: 660px;
  }
  .bloco-1-slider-3 {
    height: 660px;
  }
  /* CAROUSEL */
  .group-box {
    height: 340px;
  }
  nav span {
    display: none;
  }
  a#mainLogo {
    width: 20%;
  }
  .mb-1.group-text-title-1 {
    margin-top: 10%;
  }
  .navbar-nav {
    display: flex;
    flex-direction: initial;
    letter-spacing: 15px;
  }
  .bar-line {
    display: none;
  }
  h3.title-bloco-1 {
    padding-bottom: 19px !important;
  }
  .second-text-home.group-1.mb-4 {
    padding-top: 11px;
  }
  .d-flex.align-items-center.mb-3 {
    width: 100%;
    padding: 6px;
  }
  .second-text-home.group-3.mb-5 {
    padding-bottom: 1px;
  }
  #bloco-2 h2 {
    font-size: clamp(20px, 7vw, 25px);
  }
  #bloco-2 p {
    font-size: clamp(14px, 5vw, 16px);
  }
  h3.title-bloco-1 {
    padding-bottom: 16px;
  }
  .form-feed {
    margin-top: 8%;
  }
  .botao-form {
    width: 100%;
  }
  #bloco-3 h2 {
    font-size: clamp(1rem, 3rem, 1.4rem);
  }
  .w-75 {
    width: 100% !important;
  }
  #respostaService {
    font-size: 20px !important;
  }
  #bloco-3 p {
    font-size: clamp(15px, 5vw, 25px);
  }
  #bloco-3 button.button-servico {
    width: 100%;
    height: 75px;
  }
  .group-box {
    text-align: -webkit-center;
  }
  #respostaService {
    font-size: 17px !important;
  }

  .circle-services.rounded-circle {
    width: 280px;
    height: 254px;
  }
  img.img-circle {
    margin-left: 14px;
    width: 140px;
    padding-top: 54px;
  }
  img.img-edit {
    width: 100px;
    margin-left: 0px;
    padding-top: 31px;
  }
  img#img-edit-2 {
    padding-top: 72px;
    margin-left: 27px;
  }
  .img-block {
    padding-top: 25px;
    margin-left: 24px;
  }
  #respostaService {
    font-size: 16px !important;
  }
  .row.mudate-direction {
    flex-direction: column;
  }
  img.img-empresas {
    width: 107px;
    margin-bottom: 10px;
  }
  img.img-empresas-certificada {
    width: 40%;
  }
  .group-box-services-solutions.mb-3 {
    flex-direction: column;
    align-items: center;
  }
  .box-services {
    width: 67%;
    height: 325px;
    text-align: center;
    margin: 11px;
  }
  .group-box-services-solutions {
    flex-direction: column;
    align-items: center;
  }
  .row.mt-footer {
    flex-direction: column;
  }
  footer li {
    font-size: clamp(15px, 5vw, 25px);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  /* //versão mobile slider */
  .box-circle-mobile.nav-link {
    text-align: -webkit-center;
    background: #ffffff2b;
    width: 55%;
    border-radius: 50%;
    margin: 5px 3px 5px 115px;
  }
  .box-circle-mobile.box-edit.nav-link {
    height: 241px;
  }
  img.image-circle.circle-edit {
    margin: 44px 6px 14px 40px;
  }
  .row.desktop-box {
    display: none !important;
  }
  .row.mobile-box {
    display: block !important;
    height: 850px;
  }
  .button-arrows {
    position: relative;
    bottom: 370px;
  }
  /* SECTION NAVBAR */
  nav span {
    display: none;
  }
  a#mainLogo {
    width: 20%;
  }
  .mb-1.group-text-title-1 {
    margin-top: 10%;
  }
  .navbar-nav {
    display: flex;
    flex-direction: initial;
    letter-spacing: 15px;
  }
  .bar-line {
    display: none;
  }
  /* SECTION BLOCO 1 */
  h3.title-bloco-1 {
    padding-bottom: 19px;
  }
  .second-text-home.group-3.mb-5 {
    padding-bottom: 14px;
  }
  .d-flex.align-items-center.mb-3 {
    width: 100%;
    padding: 6px;
  }
  /* SECTION BLOCO 2 */
  #bloco-2 h2 {
    font-size: clamp(20px, 7vw, 24px);
  }
  .form-feed {
    margin-top: 8%;
  }
  /* SECTION BLOCO 3 */
  .carousel-indicators {
    top: 722px;
  }
  section#bloco-3 {
    height: 925px;
  }
  #bloco-3 h2 {
    font-size: clamp(1rem, 3rem, 1.9rem);
  }
  .w-75 {
    width: 100% !important;
  }
  label.form-check-label {
    font-size: 17px;
  }
  #respostaService {
    font-size: 20px !important;
  }
  #bloco-3 p {
    font-size: clamp(15px, 5vw, 25px);
  }
  #bloco-3 button.button-servico {
    width: 85%;
  }
  .group-box {
    text-align: -webkit-center;
  }
  #respostaService {
    font-size: 20px !important;
  }
  .circle-services.rounded-circle {
    width: 325px;
    height: 289px;
  }
  img.img-circle {
    margin-left: 12px;
    width: 162px;
    padding-top: 54px;
  }
  img.img-edit {
    width: 112px;
    margin-left: 13px;
    padding-top: 31px;
  }
  img#img-edit-2 {
    padding-top: 80px;
  }
  img.img-empresas {
    width: 80px;
  }
  img.img-empresas-certificada {
    width: 50%;
  }
  /* SECTION BLOCO 5 */
  .group-box-services-solutions.mb-3 {
    flex-direction: column;
    align-items: center;
  }
  .box-services {
    width: 67%;
    height: 325px;
    text-align: center;
    margin: 11px;
  }
  .group-box-services-solutions {
    flex-direction: column;
    align-items: center;
  }
  .row.mt-footer {
    flex-direction: column;
  }
  footer li {
    font-size: clamp(15px, 5vw, 25px);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  /* //versão mobile slider */
  .box-circle-mobile.nav-link {
    text-align: -webkit-center;
    background: #ffffff2b;
    width: 150px;
    border-radius: 50%;
    margin: 0 auto;
  }
  .box-circle-mobile.box-edit.nav-link {
    height: 241px;
  }
  img.image-circle.circle-edit {
    margin: 44px 6px 14px 40px;
  }
  .row.desktop-box {
    display: none !important;
  }

  .row.mobile-box {
    display: block !important;
    height: 850px;
  }
  .button-arrows {
    position: relative;
    bottom: 370px;
  }
  /* NAVBAR */
  nav span {
    display: none;
  }
  .mb-1.group-text-title-1 {
    margin-top: 3%;
  }
  .navbar-nav {
    flex-direction: initial;
    letter-spacing: 15px;
  }
  .bar-line {
    display: none;
  }
  /* SECTION BLOCO 1 */
  .d-flex.align-items-center.mb-3 {
    width: 62%;
  }
  .second-text-home.group-3.mb-5 {
    padding-bottom: 13px;
  }
  /* SECTION BLOCO 2 */
  .form-feed {
    width: 80%;
    margin-left: 10%;
    margin-top: 8%;
  }
  label.form-check-label {
    font-size: 20px;
  }
  .w-75 {
    width: 100% !important;
  }
  /* SECTION BLOCO 3 */
  #bloco-3 h2 {
    font-size: clamp(1rem, 3rem, 2.3rem);
  }
  #respostaService {
    font-size: 20px !important;
  }
  #bloco-3 p {
    font-size: clamp(15px, 5vw, 30px);
    margin-right: 0;
  }
  #bloco-3 button.button-servico {
    width: 60%;
  }
  .group-box {
    text-align: -webkit-center;
  }
  /* SECTION BLOCO 4 */
  #bloco-4 h3 {
    font-size: clamp(20px, 8vw, 25px);
  }
  .circle-services.rounded-circle {
    width: 369px;
    height: 332px;
  }
  img.img-circle {
    margin-left: 12px;
    width: 196px;
    padding-top: 54px;
  }
  img.img-edit {
    width: 127px;
    margin-left: 13px;
    padding-top: 31px;
  }
  img.img-descrpt {
    display: none;
  }
  img#img-service {
    padding-top: 60px !important;
  }
  img#img-edit-2 {
    padding-top: 83px;
  }

  img.img-empresas {
    width: 100px;
  }
  img.img-empresas-certificada {
    width: 87%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  span.button-form-none {
    font-size: 11px !important;
  }
  .second-text-home.group-1.mb-4 {
    padding-top: 1px;
  }
  label.form-check-label {
    font-size: 10px;
    font-family: sans-serif;
  }
  #bloco-3 h2 {
    font-size: clamp(1rem, 7rem, 2.3rem);
    font-weight: 600;
    color: #ffffff;
  }
  img.img-circle {
    margin-left: 29px;
    width: 80px;
    padding-top: 18px;
  }
  .circle-services.rounded-circle {
    width: 135px;
    height: 128px;
  }
  img.img-edit {
    width: 47px;
    margin-left: 46px;
    padding-top: 17px;
  }
  img.img-empresas-certificada {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  ul.slider-container {
    display: flex;
  }
  img.img-empresas-certificada {
    width: 40%;
  }
  .second-text-home.group-1.mb-4 {
    padding-top: 3px;
  }
  .circle-services.rounded-circle {
    width: 70%;
  }
}

/* Bruno */
.slick-dots {
  max-width: 100%;
  bottom: 50px;
}
.slick-dots li button:before {
  font-size: 65px;
  color: white;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: white;
}
.mt-190 {
  margin-top: 190px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  #bloco-1 .d-flex.align-items-center {
    width: 100%;
  }
  .mt-190 {
    margin-bottom: 0;
  }
  .bloco-1-slider {
    background-position: top;
    background-size: 115%;
    background-repeat: no-repeat;
    background-color: #173c54;
  }
  .slider-service .slick-dots {
    bottom: -25px;
  }
  .slick-prev,
  .slick-next {
    z-index: 1111;
  }
}
@media (max-width: 756px) {
  .bloco-w {
    display: none;
  }
  #bloco-1 .d-flex.align-items-center {
    padding: 0;
  }
  .bloco-1-slider {
    height: 765px;
  }
}
@media (max-width: 575.98px) {
  .form-feed {
    margin-top: 30px !important;
  }
  .mt-190 {
    margin: 160px 0 0;
  }
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: 10px;
  }
  .slick-prev,
  .slick-next {
    transform: translate(0, -670%);
  }
  #bloco-6 img {
    margin: 14px 0;
  }
  .botao-feed {
    min-width: max-content;
  }

  .bloco-1-slider {
    background-size: 120%;
    background-position: top right;
  }
}

footer li a {
  text-decoration: none;
  color: #173c54;
}
#bloco-2 .form-feed p {
  margin-top: 12px;
}
#bloco-2 .form-feed .form-bap h6 {
  font-size: clamp(15px, 5vw, 21px);
  color: #173c54;
  font-weight: bold;
  line-height: 1.3;
}
.form-feed .acceptance-157 {
  line-height: 27px;
}
.form-feed .form-floating {
  margin-bottom: 14px;
}
.form-feed .form-check {
  padding-left: 10px;
  margin-bottom: 12px;
}
.form-feed #floatingRadio [type="radio"] {
  margin: 7px 0;
}
.form-feed #floatingRadio .wpcf7-list-item {
  margin: 0 8px 0 0;
}
.form-feed #floatingRadio .wpcf7-list-item-label {
  font-size: 14px;
}
