/* Font Config */
/* Color Pallete */
/* Media sizes */
/* Mixins */
a,
button {
  outline: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/*****************************************
                  Site
*****************************************/
body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding-top: 90px;
  position: relative;
  overflow-x: hidden;
}

.btn {
  border-radius: 6px;
  font-size: 0.8125em;
  font-weight: 700;
  padding: 9px 45px;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.btn--btn1 {
  border: 2px solid #990000;
  color: #990000;
}
.btn--btn1:before {
  background: #990000;
}
.btn--btn1:hover {
  color: #ffffff;
}
.btn--btn1:hover:before {
  transform: scaleX(1);
}
.btn--btn2 {
  border: 2px solid #ffffff;
  color: #ffffff;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.btn--btn2:before {
  background: #ffffff;
}
.btn--btn2:hover {
  color: #990000;
}
.btn--btn2:hover:before {
  transform: scaleX(1);
}
.btn--btn3 {
  border: 2px solid #990000;
  color: #990000;
  padding: 9px 25px;
}
.btn--btn3:before {
  background: #990000;
}
.btn--btn3:hover {
  color: #ffffff;
}
.btn--btn3:hover:before {
  transform: scaleX(1);
}

.container.footer {
    margin-right: auto;
    margin-left: auto;
}

.form-control {
  border: 1px solid #000000;
  border-radius: 5px;
  font-size: 0.875em;
  height: 42px;
  padding: 12px 16px;
  width: 100%;
}

textarea {
  height: 130px !important;
}

.vantagens__item, .condicoes, .bloco, .slider-topo .item {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrap-title {
  text-align: center;
}
.wrap-title h1 {
  color: #000000;
  font-size: 1.875em;
  font-weight: 900;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
.wrap-title h1:before {
  content: "";
  width: 82px;
  height: 3px;
  position: absolute;
  bottom: 0;
  background-color: #990000;
  left: 50%;
  transform: translateX(-50%);
}
.wrap-title p {
  color: #606060;
  font-size: 1.125em;
  margin: 24px 0 0 0;
}

.header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 9;
}

.header.scroll-header .header__logo {
  height: 90px;
}
.header.scroll-header .header__logo img {
  height: 90px;
}

@media (max-width: 768px) {
  .header.scroll-header .header__logo {
    height: 80px; 
  }
  .header.scroll-header .header__logo img {
    height: 80px;
  }
}

.header__wrap {
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .header__wrap .navbar-nav {
    gap: 15px;
  }
  .header__wrap .navbar-collapse {
    position: absolute;
    top: 53px;
    left: 0px;
    background: #FFF;
    padding: 10px 20px;
    width: 210px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }
}
.header__links {
  color: #606060;
  font-size: 1em;
  font-weight: 400;
  position: relative;
  transition: all 0.3s ease;
}
.header__links::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #990000;
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: bottom right;
}
.header__links:hover {
  color: #990000;
}
.header__links:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.header__links:not(:last-child) {
  margin: 0 45px 0 0;
}
.header__logo {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  background: #fff;
  height: 162px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  transition: all 0.3s ease;
  width: 172px;
}
@media (max-width: 767px) {
  .header__logo {
    position: unset;
    transform: none;
    width: unset;
    height: unset;
  }
}
.header__logo img {
  display: block;
  height: 140px;
  margin: 0 auto;
  transition: height 0.3s ease;
}
@media (max-width: 767px) {
  .header__logo img {
    height: auto;
    width: 80px;
  }
}

.slider-topo {
  height: 91vh;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .slider-topo {
    height: 70vh;
  }
}
.slider-topo .scroll-down {
  bottom: 30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}
.slider-topo .scroll-down svg {
  color: #ffffff;
  font-size: 1.25em;
}
.slider-topo .scroll-down .arrow {
  position: relative;
  width: 42px;
  height: 16px;
  opacity: 0;
}
.slider-topo .scroll-down .arrow::before, .slider-topo .scroll-down .arrow::after {
  content: "";
  width: 21px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  display: inline-block;
}
.slider-topo .scroll-down .arrow::before {
  transform: rotate(45deg) translateX(20%);
}
.slider-topo .scroll-down .arrow::after {
  transform: rotate(-45deg) translateX(-20%);
}
.slider-topo .scroll-down .arrow:nth-child(1) {
  top: -50px;
  opacity: 1;
  animation: arrow 1s ease 0s infinite;
}
@keyframes arrow {
  from {
    opacity: 0;
    top: -30px;
  }
  to {
    opacity: 0;
    top: -10px;
  }
  50% {
    opacity: 1;
  }
}
.slider-topo .item {
  align-items: center;
  display: flex;
  height: 91vh;
  width: 100%;
}
@media (max-width: 767px) {
  .slider-topo .item {
    height: 70vh;
  }
}
.slider-topo .item h1 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 400;
  letter-spacing: 2.9px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .slider-topo .item h1 {
    font-size: 1.8125em;
    line-height: 40px;
  }
}
.slider-topo .item h1 span {
  font-weight: 900;
}
.slider-topo .swiper-container {
  width: 100%;
  height: 100%;
}
.slider-topo .swiper-pagination-bullet {
  border-radius: 0;
  background: #ffffff;
  height: 2px;
  opacity: 0.4;
  width: 50px;
  transition: opacity 0.3s ease;
}
.slider-topo .swiper-pagination-bullet:hover {
  opacity: 1;
}
.slider-topo .swiper-pagination-bullet-active {
  opacity: 1;
}
.slider-topo .swiper-container-horizontal > .swiper-pagination-bullets,
.slider-topo .swiper-pagination-custom,
.slider-topo .swiper-pagination-fraction {
  bottom: 70px;
}

.bloco {
  align-items: center;
  display: flex;
  height: 550px;
  width: 100%;
}
@media (max-width: 767px) {
  .bloco {
    height: 360px;
  }
}
.bloco--transparencia {
  background-image: url("../img/banner-transparencia.png");
}
.bloco--agilidade {
  background-attachment: fixed;
  background-image: url("../img/banner-agilidade.png");
}
.bloco--agilidade .textWrap {
  float: right;
  text-align: right;
}
.bloco--seguranca {
  background-image: url("../img/banner-seguranca.png");
}
.bloco .textWrap {
  color: #ffffff;
  width: 425px;
}
@media (max-width: 767px) {
  .bloco .textWrap {
    width: 100%;
  }
}
.bloco .textWrap__title {
  font-size: 2.5em;
  font-weight: 900;
  text-transform: uppercase;
}
.bloco .textWrap__txt {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 25px;
}

.servicos {
  background-color: #ffffff;
  padding: 40px 0;
  width: 100%;
}
@media (max-width: 767px) {
  .servicos {
    padding: 40px 0 0 0;
  }
  .servicos .wrap-title p {
    width: 250px;
    margin: auto;
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .servicos .wrap-title {
    flex: 0 0 30%;
    text-align: left;
    margin-top: 150px;
  }
  .servicos .wrap-title h1:before {
    left: 0;
    transform: translateX(0);
  }
}
.servicos__icons {
  display: flex;
}
@media (min-width: 992px) {
  .servicos__icons {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 84px 0 40px 0;
    flex: 0 0 70%;
  }
}
@media (max-width: 767px) {
  .servicos__icons {
    flex-flow: wrap;
    margin: 50px 0 0 0;
    justify-content: space-between;
  }
}
.servicos__icons img {
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.servicos__icons p {
  font-size: 1em;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0 0 0;
  color: #990000;
}
@media (max-width: 767px) {
  .servicos__icons p {
    font-size: 1em;
  }
}
.servicos .wow, .servicos .swiper-slide > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background: #f1f0f0;
  cursor: pointer;
  padding: 20px 30px;
  width: 245px;
  min-height: 396px;
  border-bottom: solid 1px #990000;
  margin-bottom: 20px;
}
.servicos .wow img, .servicos .swiper-slide > div img {
  transition: all 0.8s ease;
}
@media (max-width: 767px) {
  .servicos .wow, .servicos .swiper-slide > div {
    margin-bottom: 30px;
    width: 160px;
  }
}
.servicos .wow .description-service, .servicos .swiper-slide > div .description-service {
  display: none;
  line-height: 14px;
  margin-top: 5px;
}
.servicos .wow .description-service span, .servicos .swiper-slide > div .description-service span {
  font-size: 13px;
  color: #990000;
  line-height: 19px;
}
.servicos .wow .description-service ul, .servicos .swiper-slide > div .description-service ul {
  list-style-type: disc;
  margin: 0;
  margin-top: 10px;
  padding: 0;
}
.servicos .wow .description-service ul li, .servicos .swiper-slide > div .description-service ul li {
  font-size: 13px;
  color: #990000;
  text-align: left;
  margin-bottom: 6px;
  line-height: 19px;
}
.servicos .swiper-servicos {
  position: relative;
  overflow: auto;
  width: 100%;
}
.servicos .swiper-servicos .swiper-pagination-bullet-active {
  background: #cc0000;
}
.servicos .swiper-slide > div {
  width: 85%;
  margin: auto;
}
.servicos .swiper-slide > div p {
  color: #cc0000;
  margin-top: 5px;
}
.servicos .swiper-slide > div .description-service {
  display: block;
}

.politica_privacidade {
  background-color: #ffffff;
  padding: 80px 0;
  width: 100%;
}
@media (max-width: 767px) {
  .politica_privacidade {
    padding: 40px 0 0 0;
  }
}
.politica_privacidade p {
  font-size: 1em;
  line-height: 24px;
  margin: 10px 0 0 0;
}
@media (max-width: 767px) {
  .politica_privacidade p {
    font-size: 0.875em;
  }
}
.politica_privacidade ul {
  list-style: none;
  text-decoration: none;
}
.politica_privacidade ul li {
  padding-bottom: 25px;
}
.politica_privacidade ul li span {
  position: absolute;
}
.politica_privacidade ul div {
  width: 90%;
  display: inline-block;
  padding-left: 46px;
}
.politica_privacidade ul li > ol {
  padding-left: 8px;
  padding-bottom: 35px;
  counter-reset: list;
}
.politica_privacidade ul li > ol li:first-child {
  padding-bottom: 0px;
}
.politica_privacidade ul li > ol li {
  padding-bottom: 5px;
  list-style: none;
}
.politica_privacidade ul li > ol li div {
  width: 90%;
  display: inline-block;
  padding-left: 40px;
}
.politica_privacidade ul li > ol li:before {
  position: absolute;
  content: counter(list, lower-alpha) " ) ";
  counter-increment: list;
}

.condicoes {
  align-items: center;
  background-image: url("../img/bg-condicoes.png");
  background-color: #e0e1e3;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .condicoes {
    padding: 30px 15px;
  }
}
.condicoes__txt p {
  color: #000;
  font-size: 1.375em;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
}
.condicoes__txt span {
  color: #000;
  font-weight: 400;
}

.vantagens {
  padding: 30px 0;
  width: 100%;
}
.vantagens__content {
  margin: 54px 0 0 0;
}
.vantagens__item {
  align-items: flex-end;
  border-radius: 20px;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.3);
  display: flex;
  height: 293px;
  margin: 0 0 30px 0;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 1;
}
.vantagens__item:hover {
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.6);
  transform: translateY(-10px);
}
.vantagens__item::before {
  content: "";
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  filter: blur(20px);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.vantagens__item.item01 {
  background-image: url("../img/bg-vantagem01.png");
}
.vantagens__item.item02 {
  background-image: url("../img/bg-vantagem02.png");
}
.vantagens__item.item03 {
  background-image: url("../img/bg-vantagem03.png");
}
.vantagens__item.item04 {
  background-image: url("../img/bg-vantagem04.png");
}
.vantagens__item.item05 {
  background-image: url("../img/bg-vantagem05.png");
}
.vantagens__item.item06 {
  background-image: url("../img/bg-vantagem06.png");
}
.vantagens__item p {
  color: #ffffff;
  font-size: 1em;
  font-weight: 700;
  margin: 0 30px 30px 30px;
}

.footer {
  position: relative;
  z-index: 10;
  border-top: 5px solid #990000;
  padding: 30px 0 0 0;
  width: 100%;
}

.footer img {
  width: 200px;
  height: 200px;
}

@media (max-width: 991px) {
  .footer {
    padding: 10px 0 0 0;
  }
  .footer img {
    width: 150px;
    height: 150px;
  }
}
.footer__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .footer__wrap {
    flex-flow: column wrap;
  }
}
.footer__item {
  align-items: flex-start;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  height: 197px;
  position: relative;
}
@media (max-width: 991px) {
  .footer__item {
    align-items: center;
    height: auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 991px) {
  .footer__item:not(:first-child) {
    position: relative;
    top: 20px;
  }
  .footer__item:not(:first-child):not(:last-child) {
    padding: 0 45px 0 0;
  }
  .footer__item:not(:first-child):not(:last-child)::before {
    background-color: #eee;
    content: "";
    height: 110px;
    position: absolute;
    width: 1px;
    right: 0;
    top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer__item:not(:first-child):not(:last-child) {
    padding: 0;
  }
  .footer__item:not(:first-child):not(:last-child)::before {
    display: none;
  }
}
.footer__item span {
  align-items: center;
  display: flex;
}
.footer__item h2 {
  color: #606060;
  font-size: 1.0625em;
  font-weight: 700;
  line-height: 23px;
}
@media (max-width: 991px) {
  .footer__item h2 {
    text-align: center;
  }
}
.footer__item svg {
  color: #990000;
  font-size: 1.25em;
  margin-right: 10px;
}
.footer__item .links {
  color: #606060;
  position: relative;
  transition: all 0.3s ease;
}
.footer__item .links::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #990000;
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: bottom right;
}
.footer__item .links:hover {
  color: #990000;
}
.footer__item .links:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.footer__item.contato span {
  margin-bottom: 10px;
}
.footer__item.contato .btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer__item.talentos span {
  margin-top: 10px;
}
.footer__item.talentos .btnLinkedIn {
  align-items: center;
  background-color: #990000;
  border-radius: 50%;
  display: flex;
  height: 30px;
  justify-content: center;
  margin: 10px 0 0 -3px;
  transition: all 0.3s ease;
  width: 30px;
}
.footer__item.talentos .btnLinkedIn:hover {
  border-radius: 0;
}
.footer__item.talentos .btnLinkedIn svg {
  color: #ffffff;
  font-size: 1em;
  margin: 0;
}
.footer__item.portal {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .footer__item.portal {
    padding-top: 0;
  }
}
.footer__item.portal p {
  font-size: 1em;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 991px) {
  .footer__item.portal p {
    text-align: center;
  }
}
.footer__item.portal .btn {
  margin: 15px auto;
}
.footer__barraInfo {
  background-color: #D9D9D9;
  padding: 1.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  .footer__barraInfo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.1875em;
  }
}
.footer__barraInfo p {
  font-size: 0.75em;
  color: #707172;
  margin: 0;
}

.modal .modal-body {
  padding: 2rem;
}
.modal .close {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 2.1rem;
  color: #990000;
  text-shadow: none;
  opacity: 1;
  z-index: 2;
}

.alert-danger {
  border: none;
  background-color: transparent;
}

.alert {
  padding: 0;
}

.logos-footer {
  position: fixed;
  padding: 0 20px 0 5px;
  width: 100%;
  bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.logos-footer.footer-active {
  z-index: -1;
}
@media (max-width: 600px) {
  .logos-footer {
    align-items: center;
  }
}

.btn-whataspp-float {
  width: 45px;
  height: 45px;
  color: #fff;
  background-color: #25d366;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.btn-whataspp-float:hover {
  color: #fff;
  transform: scale(0.95);
}

.mhs-logo {
  width: 89px;
  height: 65px;
  background-image: url("../img/logo-mhs-footer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
  padding: 0 40px;
  border-radius: 10px;
  z-index: 40;
}

body.trava {
  overflow: hidden;
}

body.trava::after {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  content: "";
  display: block;
  top: 0;
  left: 0;
  z-index: 999;
}

@media (max-width: 767px) {
  .barra-cookies {
    width: 100%;
  }
}

.barra-cookies__container {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.29);
  display: flex;
  gap: 20px;
  position: fixed;
  bottom: 50px;
  z-index: 9999;
}
@media (min-width: 992px) {
  .barra-cookies__container {
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 90%;
    padding: 15px 50px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .barra-cookies__container {
    flex-direction: column;
    left: 0;
    width: 100%;
    transform: translateX(0);
    max-width: 100%;
    align-items: center;
  }
}

.barra-cookies__botao {
  background-color: #990000;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 25px;
  cursor: pointer;
  border: none;
}

.barra-cookies__botao:hover {
  opacity: 0.8;
  color: #FFF;
}

@media (max-width: 767px) {
  .barra-cookies__container {
    flex-flow: column;
    padding: 15px;
  }
}
.barra-cookies__texto {
  margin: 0;
}
.barra-cookies__texto a {
  color: #990000;
}

.title-internas {
  background-image: url("../img/bg-title-internas.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
  margin-bottom: 15px;
  border-bottom: solid 5px #cc0000;
}
.title-internas h1 {
  color: #FFF;
  position: relative;
}
.title-internas h1:before {
  content: "";
  width: 82px;
  height: 3px;
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
}

/*seja nosso cliente*/
.seja-nosso-cliente-home {
  background: #eeeeee;
  margin-bottom: 30px;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .seja-nosso-cliente-home article {
    width: 375px;
  }
}
@media (min-width: 992px) {
  .seja-nosso-cliente-home .wrap-title {
    text-align: left;
  }
  .seja-nosso-cliente-home .wrap-title h1:before {
    left: 0;
    transform: translateX(0);
  }
}

.seja-nosso-cliente {
  background: #FFF;
}
.seja-nosso-cliente .wrap-title {
  text-align: left;
}
.seja-nosso-cliente .wrap-title h1:before {
  left: 0;
  transform: translateX(0);
}
.seja-nosso-cliente .description {
  text-align: center;
  color: #990000;
}
.seja-nosso-cliente.videos-page .description {
  color: #333;
  padding: 20px 0;
}
.seja-nosso-cliente .items-escolha h3 {
  color: #990000;
  text-align: center;
}
.seja-nosso-cliente table thead th {
  padding: 10px;
  border: solid 3px #FFF;
  text-align: left;
  font-size: 20px;
}
.seja-nosso-cliente table thead th.title-th {
  background: #d1d0d0;
}
.seja-nosso-cliente table tbody td {
  background: #d1d0d0;
  color: #181818;
  text-align: center;
  padding: 10px 40px;
  border: solid 3px #FFF;
}
.seja-nosso-cliente table .main-item {
  background: #e5e5e5;
  color: #990000;
  border-radius: 20px 0 0 0;
  font-size: 20px;
  padding-left: 40px;
}
.seja-nosso-cliente table .item {
  background: #990000;
  color: #FFF;
}
.seja-nosso-cliente table .first-item-right-corner {
  border-radius: 0 20px 0 0;
}
.seja-nosso-cliente table .last-item-left-corner {
  border-radius: 0 0 0 20px;
}
.seja-nosso-cliente table .last-item-right-corner {
  border-radius: 0 0 20px 0;
}
.seja-nosso-cliente .relacao-documentos h3 {
  color: #990000;
  text-align: center;
}
.seja-nosso-cliente .relacao-documentos .item {
  background: #dee7f0;
  padding: 30px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .seja-nosso-cliente .relacao-documentos .item {
    width: 50%;
  }
}
.seja-nosso-cliente .relacao-documentos .item h4 {
  color: #990000;
  text-align: center;
  position: relative;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.seja-nosso-cliente .relacao-documentos .item h4:before {
  content: "";
  width: 82px;
  height: 3px;
  position: absolute;
  bottom: 0;
  background-color: #cc0000;
  left: 50%;
  transform: translateX(-50%);
}
.seja-nosso-cliente .relacao-documentos .item ul {
  list-style-type: circle;
}
.seja-nosso-cliente .relacao-documentos .item ul li {
  padding: 5px 0;
  font-size: 16px;
  color: #cc0000;
}

.videos-page .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
.videos-page .modal-body {
  position: relative;
  padding: 0px;
}
@media (min-width: 1024px) {
  .videos-page .close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
  }
}

/*Videos*/
.videos {
  background: #EEEEEE;
  padding: 40px 0;
}
.videos .videos-items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.videos .videos-items .item {
  text-align: center;
}
.videos .videos-items .item img {
  width: 310px;
  height: auto;
}
.videos .videos-items .item:hover legend {
  color: #cc0000;
}
@media (max-width: 600px) {
  .videos .videos-items {
    flex-direction: column;
    align-items: center;
  }
}
.videos a {
  color: #333;
}
.videos legend {
  font-size: 16px;
  padding: 5px 0;
}

@media (min-width: 768px) {
  .navbar-nav {
    gap: 30px;
  }
}
.minusculo{
  text-transform:capitalize;
}

.icone-endereco{
  width: 35px;
}
.endereco-cidade{
  padding-bottom: 15px;
}
.endereco-cidade p{
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100px;
}
.enderecos {
  padding: 30px 0;
  width: 100%;
}

.video-tour {
  padding: 20px 0;
}

.video-tour-container {
  aspect-ratio: 16 / 9;
  position: relative;
  max-width: 700px;
  margin: 20px auto 0px; 
}

.video-tour-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
