.btn-md-square--menor {
  width: 28px;
  height: 28px;
}

.display-5 {
  font-size: calc(1.425rem + .65vw);
}

.bg-dark h2 {
  color: #fff;
}

.counter {
  margin: 50px 0;
}

@media(max-width:768px) {
  .counter {
    margin: 25px 0;
  }
}

.counter h2 {
  font-weight: bold;
  font-size: 2.25rem;
  margin-bottom: 0;
}



.seguros-carousel .owl-stage-outer {
  /* margin-top: 58px; */
  margin-top: 0;
  margin-right: -1px;
}

.seguros .owl-nav .owl-prev {
  position: absolute;
  top: -58px;
  left: 0;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 5px 30px;
  border-radius: 30px;
  transition: 0.5s;
}

.seguros .owl-nav .owl-prev:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}

.seguros .owl-nav .owl-next {
  position: absolute;
  top: -58px;
  right: 0;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 5px 30px;
  border-radius: 30px;
  transition: 0.5s;
}

.seguros .owl-nav .owl-next:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}

.seguros-carousel .owl-dots {
  display: flex;
  justify-content: center;
}

.seguros-carousel .owl-dots .owl-dot {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  margin: 20px 10px 0 10px;
  background: var(--bs-primary);
  transition: 0.5s;
}

.seguros-carousel .owl-dots .owl-dot.active {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: var(--bs-secondary);
  transition: 0.5s;
}

.seguros-carousel .owl-dots .owl-dot span {
  position: relative;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.seguros-carousel .owl-dots .owl-dot.active span::after {
  background: var(--bs-primary);
}

.seguros-carousel .owl-dots .owl-dot span::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bs-white);
  transition: 0.5s;
}

.service-item {
  margin: 50px 0;
}



.cards-container {
  display: grid;
}

a.card-item {
  color: #fff;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.card-item {
  display: flex;
  width: 100%;
  cursor: pointer;
  margin: 10px 0;
  /* padding: 10px 10px 12px 10px; */
  padding: 24px;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  background: #393939;
  border-radius: 10px;

  gap: 10px;
  color: #fff;
  align-items: start;
  /* min-height: 123px; */

}

.card-item h5 {
  text-transform: capitalize;
  font-size: 20px;
  color: rgb(255, 255, 255);
  margin: 0px;
}

.card-item figure {
  width: 68px;
  height: 68px;
  line-height: 68px;
  border-radius: 10px;
  font-size: 26px;
  color: #ffffff;
  /* background-color: #B9A251; */
  background-color:transparent;
  position: relative;
  text-align: center;
  z-index: 55;

  padding: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
}

.card-item p {
  margin-bottom: 0;
  line-height: 1.5;
}

.card-item figure {
  margin-bottom: auto;
}

.cards-imagem-meio {
  display: grid;
}

.cards-imagem-meio img {
  /* max-height: 80%; */
  max-height: 100%;
  margin: 0 auto;
}

.section-cards {
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.card-item--direita {
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

@media(max-width:960px) {
  .card-item--direita {
    flex-direction: row;
  }
}

a.card-item:hover {
  background: #252525;
}




.footer {
  background: var(--bs-dark);
}


.btn-check:focus+.btn-primary, .btn-primary:focus {
  color: #000;
  background-color: rgb(214, 188, 117);
  border-color: #C4A95E;
  box-shadow: 0 0 0 .25rem rgba(214, 188, 117, .5);
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(214, 188, 117, .5)
}



/* FAQ */
.ftco-faqs .img-faqs {
  position: relative;
  height: 700px;
  z-index: 0; }

.ftco-faqs .img {
  height: 400px;
  width: 80%;
  border-radius: 4px;
  -webkit-box-shadow: 17px 25px 56px -22px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 17px 25px 56px -22px rgba(0, 0, 0, 0.38);
  box-shadow: 17px 25px 56px -22px rgba(0, 0, 0, 0.38); }
  .ftco-faqs .img.img-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    z-index: -1; }

.ftco-faqs .myaccordion {
  margin: 0 auto;
  overflow: hidden; }

.ftco-faqs .myaccordion .card,
.ftco-faqs .myaccordion .card:last-child .card-header {
  border: none;
  background: transparent; }

.ftco-faqs .myaccordion .card-header {
  border: none;
  background: transparent; }
  .ftco-faqs .myaccordion .card-header p {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    text-align: left; }

.ftco-faqs .myaccordion .fa {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3); }

.ftco-faqs .myaccordion .btn {
  width: 100%;
  font-weight: 600;
  color: black;
  padding: 0;
  text-transform: capitalize;
  letter-spacing: 0;
  border-radius: 0 !important;
  margin-bottom: 10px;
  border-radius: 40px !important;
  -webkit-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
  -moz-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
  box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important; }

.ftco-faqs .myaccordion .btn-link:hover,
.ftco-faqs .myaccordion .btn-link:focus {
  text-decoration: none; }

.ftco-faqs [data-toggle="collapse"] .fa:before {
  content: "\f078";
  font-family: "FontAwesome";
  font-style: normal; }

.ftco-faqs [data-toggle="collapse"].collapsed .fa:before {
  content: "\f077";
  font-family: "FontAwesome";
  font-style: normal; }

.ftco-faqs button[aria-expanded="true"] {
  background-color: rgb(224, 201, 122);
  color: #fff !important; }
  .ftco-faqs button[aria-expanded="true"] .fa {
    color: #fff !important; }

.ftco-faqs button[aria-expanded="false"] {
  background-color: #fff; }

.ftco-faqs .card-body ol li {
  margin-bottom: 10px;
  padding-left: 10px;
  color: rgba(0, 0, 0, 0.8); }
  .ftco-faqs .card-body ol li:last-child {
    margin-bottom: 0; }




    @media(min-width:576px){
      .accordion .card {
        overflow: hidden; }
        .accordion .card:not(:first-of-type) .card-header:first-child {
          border-radius: 0; }
        .accordion .card:not(:first-of-type):not(:last-of-type) {
          border-bottom: 0;
          border-radius: 0; }
        .accordion .card:first-of-type {
          border-bottom: 0;
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 0; }
        .accordion .card:last-of-type {
          border-top-left-radius: 0;
          border-top-right-radius: 0; }
        .accordion .card .card-header {
          margin-bottom: -1px; }
    }









    .fa {
      transition: transform 0.3s ease;
    }
  
    .rotate {
      transform: rotate(180deg);
    }






















    /*------------------------------------------------------------------
    CONTACT
-------------------------------------------------------------------*/

.bootstrap-select {
  width: 100% \0;
  /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .fa-angle-down {
  position: absolute;
  top: 30% !important;
  right: -5px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  border: 1px solid #ededed;
  box-shadow: none;
  box-sizing: border-box;
  min-width: 100%;
  padding: 20px 10px;
  z-index: 1035;
}

.dropdown-menu > li > a {
  background-color: transparent !important;
  color: #bcbcbc !important;
  font-size: 15px;
  padding: 10px 20px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: 4px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1036;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
}

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

select.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}


/*# sourceMappingURL=bootstrap-select.css.map */

.bootstrap-select > .btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-size: 15px;
  height: 33px;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0;
  width: 100%;
  color: #bcbcbc !important;
}

.contact_form {
  border: 1px solid #ededed;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
  background-color: #f2f3f5;
  padding: 40px 30px;
}

.contact_form .form-control {
  background-color: #fff;
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  color: #bcbcbc;
  font-size: 16px;
  outline: 0 none;
  padding: 10px 25px;
  height: 55px;
  resize: none;
  box-shadow: none !important;
  width: 100%;
}

.contact_form .form-control:focus{
  outline: 2px solid #E0C97A;
}
.contact_form select:focus{
  outline: 2px solid #E0C97A;
}



.contact_form textarea {
  color: #bcbcbc;
  padding: 20px 25px !important;
  height: 160px !important;
}

.contact_form .form-control::-webkit-input-placeholder {
  color: #bcbcbc;
}

.contact_form .form-control::-moz-placeholder {
  opacity: 1;
  color: #bcbcbc;
}

.contact_form .form-control::-ms-input-placeholder {
  color: #bcbcbc;
}

#contact {
  background: url(images/bg.png) no-repeat center center #fff;
}

#contactform input, #contactform textarea{
  margin-bottom: 0 !important;
}

[class$="-feedback-required"],
[class$="-feedback-invalid"] {
    color: red;
}

.cmc-contato-mensagem-resultado{
  color: rgb(14, 173, 14);
  font-weight: 700;
}

.cmc-contato-mensagem-resultado svg{
  width: 20px;
    height: 20px;
    fill: green;
    margin-right: 4px;
}



.cmc-contato-estado{
  margin-bottom: 0 !important;
}


.custom-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #333;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-checkbox:checked {
  background-color: #111;
}

.custom-checkbox:checked::after {
  content: "✔";
  color: white;
  font-size: 14px;

}





/* >>> button whatsapp 1 */

@keyframes pulseWhatsApp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

._button-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulseWhatsApp 2s infinite;
  z-index: 999999999999999999;
}

._button-whatsapp svg {
  fill: #fff;
  width: 52px;
  height: 52px;
}

/* button whatsapp 1 <<< */


.back-to-top {
 
 
  bottom: 130px;
 
}


select{
  background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    color: #bcbcbc;
    font-size: 16px;
    outline: 0 none;
    padding: 10px 25px;
    height: 55px;
    resize: none;
    box-shadow: none !important;
    width: 100%;
}



.pd-add{
	padding: 70px 0px;
}
.address-item{
	float: left;
	text-align: center;
	margin: 0 11px;
	padding: 0px 15px;
	/* width: 31%; */
  width: 100%;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}

.address-icon{
	padding: 15px 0px;
}
.address-icon i{
	font-size: 38px;
	color: #393939;
}

.address-item h3{
	font-size: 28px;
	font-weight: 600;
	color: #B9A251;
}







.service-img{
  overflow: hidden;
  aspect-ratio: 4/3;
}

.service-img img{
  object-fit: cover;
  width: 100%;
  height: 100%; 
}


.seguros-carousel .service-item{
  margin-top: 0;
}


.footer .footer-item p {
  line-height: 24px;
}

.card-body p{
  padding: 0 24px;
}


.address-wrapper{
  display: grid;
  gap: 32px;
  padding: 20px;
  margin-top: 60px;
}

.address-item{
  margin: 0 !important;
}

@media(min-width:600px){
  .address-wrapper{
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
    
  }
}

.text-justify{
  text-align: justify !important;
}

.btn-social-footer{
  color: #fff;
  border: 2px solid #fff;
}

.footer-widget{
  display: flex;
  gap: 8px;
  margin-bottom: 6px;
}

.footer-widget svg{
  fill: #B9A251;
  width: 24px;
  height: 24px; 
}

a.footer-widget {
  border: none;
  outline: none;
}



.navbar-light .navbar-brand img {
  max-height: 50px;
}


.logo-branca,
.logo-escura {
  /* transition: opacity 0.2s ease; */
  transition: all ease-in-out .3s;
}

.logo-escura {
  display: none;
}

form select{
  border-radius: 12px;
  cursor: pointer;
}





@media (max-width: 969px) {
  .logo-branca {
    display: none !important;
  }
  .logo-escura {
    display: block !important;
  }
}



.ftco-faqs .myaccordion .card-header p {
  text-transform: uppercase;
}

.card-item h5 {
  text-transform:none;
}


.service-item p{
  min-height: 48px;
}

.contact_form .form-control{
  color: #111;
}

.contact_form select option {
  color: #111;
}

.contact_form select:checked {
  color: #111;
}

.contact_form select.preto {
  color: #111;
}