/* Font bebas neue */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* Blocks
---------------------- */

/* criaturo */

/* header */

.menu-item a.active {
  background-color: #e11e25;
  padding: 5px;
  color: #fff !important;
}


/* metalink alert  */
.metalink-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #f0f0f0;
}

@media (max-width: 768px) {
  .metalink-alert {
    padding-bottom: 30px;
  }
}
.metalink-alert img.news-icon {
  width: 75px;
}

.metalink__text {
  padding: 20px;
}

@media (min-width: 768px) {
  .metalink__text {
    padding: 20px 27px 25px;
  }
}

.metalink__text h3 {
  color: #10100e;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
}

@media (min-width: 768px) {
  .metalink__text h3 {
    line-height: normal;
  }
}

.metalink__text p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .metalink__text p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
  } 
}

.btn--metalink {
  border-radius: 5px;
  border: 1px solid #000;
  color: #10100e;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  padding: 5px 10px;
  margin-left: 5px;
  width: auto;
  display: inline-block;
}

@media (min-width: 768px) {
  .btn--metalink {
    border-radius: 5px;
    border: 1px solid #000;
    color: #10100e;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  .metalink__close {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}

.metalink__close {
  margin-left: 15px;
}


/* HOME
------------------ */

/* video-baners */

/* .hero-content span {
  color: #fff !important;
  background: #e11e25;
  padding: 5px 15px 0 15px;
  margin: 0 !important;
} */

.hero-content p {
  line-height: 1.2;
  margin: 0 !important;
  text-align: center;
  /* font-family: 'Bebas Neue', sans-serif; */
  font-family: 'Poppins', sans-serif;
}


/* Quem Somos */

#home-about {
  padding-top: 120px;
  padding-bottom: 100px;
  /* text-align: center; */
 /*  background: #414243 url('../img/bg-square.png'); */
  background: #10100e;
}

.home .title-block::before,
.page-template-page-sobre .title-block::before{
  content: url('../img/line.png');
}

#home-about .title-block h2 {
  color: #fff;
}

#home-about .title-block h2 span{
  color: #fff;
}

.title-block span {
  /* background: #e11e25; */
  /* color: #fff; */
  color: #10100E;
  padding: 0px 10px;
  margin: 0;
}

#home-about .nav-item {
  /* margin-bottom: 40px; */
}

#home-about .nav-link {
  /*   background: #525252; */
  padding: 20px 10px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#home-about .background-circle {
  /* background-image: url('../img/bg-red-circle.png'); */
  border: 2px solid #fff;
  border-radius: 50%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 154px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* filter: grayscale(100%); */
  margin-bottom: 0;
}

@media (min-width: 380px) {
  #home-about .background-circle {
    margin-bottom: 15px;
  }
}



/* #home-about .nav-link.active,
#home-about .nav-link:hover {
  background: var(--red);
} */

#home-about .background-circle:hover {
  /* filter: unset; */
  background: #F39131;
}

#home-about .nav-link img {
  height: 70px;
  padding: 6px;
}

#home-about .nav-link h3 {
  font-weight: 400;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  /* font-family: 'Bebas Neue', sans-serif; */
  font-family: 'Poppins', sans-serif;
  /* padding-bottom: 30px; */
  margin-top: 10px;
  text-transform: lowercase;
}

@media (min-width: 380px) {
  #home-about .nav-link h3 {
    margin-top: 10px;
    font-size: 19px;
    padding-bottom: unset;
  }
}

.about-tab-content {
  background: #313131;
  color: #fff;
  padding: 45px 0px;
}

.about-tabs-icon {
  border-radius: 50%;
  background: var(--red);
  width: 140px;
  height: 140px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.about-tabs-icon img {
  width: 95px;
}

#about-tabContent h4 {
  font-weight: 800;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#about-tabContent p {
  font-size: 16px;
  color: #ffffff;
  line-height: 21px;
}

#about-tabContent ul {
  padding: 0;
}

#about-tabContent li {
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
}

#about-tabContent li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 40px;
  top: 0;
  line-height: 0.25;
  color: var(--red);
}

.small-tabs-icon {
  border-radius: 50%;
  background: var(--red);
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.small-tabs-icon img {
  width: 65px;
}

.central-card {
  padding: 15px;
  margin-top: 20px;
  height: 100%;
}

.central-card h3 {
  padding-top: 10px;
}

.large-tabs-icon {
  border-radius: 50%;
  background: var(--red);
  width: 140px;
  height: 140px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.large-tabs-icon img {
  width: 95px;
}

/* Clientes */

#home-clients {
  padding-top: 140px;
  padding-bottom: 130px;
  text-align: center;
}

.clients-item {
  margin: 10px;
  padding: 15px;
  margin-bottom: 30px;
}


/* Home Parceiros */


#home-partners {
  padding-bottom: 60px;
  padding-top: 100px;
  /* background: #fff url('../img/bg-square.png'); */
  background: #10100e;
}

#home-partners .title-block {
  text-align: center;
  margin-bottom: 50px;
}

#home-partners .title-block h2,
#home-partners .title-block h2 span{
  color: #fff;
}


.partners-item {
  height: 100%;
}

.partners-item h3 {
  /* font-family: 'Bebas Neue'; */
  font-family: 'Poppins';
  font-style: normal;
  font-size: 28px;
  line-height: 28px;
  /* color: #E11E25; */
  color: #fff;
}

.partner-content {
  /* background: #222222; */
  background: #D70D21;
  padding: 30px;
  padding-top: 100px;
  margin-top: -70px;
  height: 100%;
}

.partner-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}

.partner-logo {
  width: 160px;
  height: 160px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.partner-logo .background-circle {
  /* background-image: url(../img/bg-white-circle.png); */
  background: #fff;
  border-radius: 50%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: grayscale(100%);
  margin-bottom: 0;
}

.partner-logo .background-circle img {
  width: 80% !important;
}


#home-partners .owl-carousel .owl-stage {
  display: flex;
}

/* Blog */

#home-blog {
  padding-bottom: 30px;
  padding-top: 140px;
  /* background: #414243 url('../img/bg-square.png'); */
  background: #262626;
}

#home-blog .title-block h2,
#home-blog .title-block h2 span {
  position: relative;
  color: #fff;
}

#home-blog .title-block h2{
  margin-bottom: 80px;
  margin-left: 90px;
}

#home-blog .title-block::before{
  content: none;
}

@media(max-width: 992px){
  #home-blog .title-block h2::before{
    content: none!important;
  }

  #home-blog .title-block::before{
    content: url('../img/home-blog-icon.png');
  }

  #home-blog .title-block h2{
    margin: unset;
  }
}

#home-blog .title-block {
  text-align: center
}

#home-blog .title-block h2::before {
  content: url('../img/home-blog-icon.png');
  position: absolute;
  left: -30px;
  top: -50px;
}

.home-blog-item.white-box {
  border-radius: 10px;
  background: #fff;
  height: 100%;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.home-blog-item.white-box:hover {
  opacity: 0.8;
}

.home-blog-item__image {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.home-blog-item .home-blog-item__content {
  padding: 15px 20px;
  padding-bottom: 30px;
}

.home-blog-item .home-blog-item__content h3 {
  font-weight: 500;
  font-size: 18px;
  color: #3e3e3e;
  line-height: 22px;
}

@media (min-width: 768px) {
  .home-blog-title {
    height: 70px;
  }
}

.home-blog-date {
  color: #999;
  margin-top: 5px;
}

.see-more-blog {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #979797;
}

@media (min-width: 768px) {
  .see-more-blog {
    margin-top: 70px;
  }
}

/* Social */

.social-block {
  padding: 40px 0;
  text-align: center;
}

.social-block h3 {
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  /* font-family: 'Bebas Neue', sans-serif; */
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.social-block h3 span {
  position: relative;
}

.social-block h3 span::before {
  width: 500px;
  content: "";
  color: #e11e25;
  border-bottom: #e11e24 1px solid;
  height: auto;
  position: absolute;
  left: -530px;
  top: 15px;
}

.social-block h3 span::after {
  width: 500px;
  content: "";
  color: #e11e25;
  border-bottom: #e11e24 1px solid;
  height: auto;
  position: absolute;
  right: -530px;
  top: 15px;
}

/* 
@media (min-width: 768px) {
  .social-block h3 {
    line-height: 65px;
  }
}

@media (max-width: 768px){
  .social-block h3::after,
  .social-block h3::before{
    content: '----';
  }

  .social-block h3::after{
    margin-left: 10px;
  }

  .social-block h3::before{
    margin-right: 10px;
  }
} */

@media(max-width: 280px) {

  .social-block h3::after,
  .social-block h3::before {
    display: none;
  }
}

.social-block ul {
  padding: 0;
}

.social-block ul li {
  display: inline-block;
  margin: 0 5px;
}

/* Home Contact */

#home-contact {
  padding-top: 140px;
  padding-bottom: 90px;
  background: #F0F0F0 url('../img/contact-bg.png');
  background-repeat: no-repeat;
  background-position: center right;
}

#home-contact .title-block {
  /* text-align: center; */
}

.contact-form {
  background: #ffffff;
  box-shadow: 0 0 10px -1px rgba(186, 186, 186, 0.58);
  border-radius: 10px;
  padding: 30px;
  z-index: 10;
  position: relative;
}

.contact-form .col-md-6 {
  margin-bottom: 20px;
}

.form-container {
  position: relative;
}

.form-border {
  border: 1px solid var(--red);
  border-radius: 20px;
  position: absolute;
  z-index: 1;
  left: -20px;
  bottom: -20px;
  width: 740px;
  height: 515px;
}

@media(max-width: 800px) {
  .form-border {
    display: none;
  }
}

#home-contact .btn::after {
  content: '\2192';
  margin-left: 4px;
}

/* INTERNAS 
---------------------------------------------------*/

.widget {
  background: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 4px 2px 6px 0 rgb(238 238 238 / 50%);
  border-radius: 10px;
  padding: 20px;
}

.widget.widget_search label.wp-block-search__label {
  font-weight: 500;
  font-size: 18px;
  color: #e11e25;
  text-align: left;
  margin-bottom: 15px;
}

.widget.widget_search .wp-block-search__inside-wrapper {
  position: relative;
  width: 100%;
}

.widget.widget_search .wp-block-search .wp-block-search__input {
  background: #f5f5f5;
  border: 1px solid #dedede;
  border-radius: 5px;
  position: relative;
  width: 100%;
}

.widget.widget_search button.wp-block-search__button.has-icon {
  position: absolute;
  background: transparent;
  border: none;
  color: #000;
  right: 0px;
}

.widget.widget_search svg {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  stroke: #000;
  fill: #000;
}

h2.widget-title {
  font-weight: 500;
  font-size: 18px;
  color: #e11e25;
  text-align: left;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.widget ul {
  padding: 0;
}

.widget ul li {
  padding-bottom: 10px;
}

.widget.widget_block.widget_tag_cloud .wp-block-tag-cloud::before {
  content: "Tags";
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #e11e25;
  text-align: left;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.widget.widget_block.widget_tag_cloud .wp-block-tag-cloud a {
  font-size: 12px !important;
  color: #999;
  line-height: 36px;
  border: solid 1px #999;
  padding: 4px;
}

.widget.widget_block.widget_tag_cloud .wp-block-tag-cloud a:hover {
  color: var(--red);
  border-color: var(--red);
}

/* PAGE BLOG */

.page-blog .title-block h2 {
  margin-bottom: 0;
}

.page-blog-item {
  margin-bottom: 30px;
}

.featured .page-blog-item {
  margin-bottom: 60px;
}

.page-blog-item__image {
  background: #f7f7f7;
  height: 200px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.featured .page-blog-item__image {
  height: 200px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .page-blog-item__image {
    height: 240px;
  }

  .featured .page-blog-item__image {
    height: 350px;
  }
}

.page-blog-item__image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page-blog-content {
  text-align: center;
}

.page-blog-content h2 {
  font-size: 19px;
  line-height: 22px;
}

.featured .page-blog-content h2 {
  font-weight: 500;
  font-size: 24px;
  color: #3e3e3e;
  text-align: center;
}

.page-blog-content .date {
  font-size: 17px;
  color: #aaaaaa;
  line-height: 22px;
  margin-bottom: 22px;
}

.read-more a {
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #e11e25;
  text-align: center;
  line-height: 22px;
}

/* SINGLE */

.single-title {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 35px;
}

.single-title h1 {
  font-weight: 600;
  font-size: 34px;
  color: #3e3e3e;
  text-align: center;
}

.page-single h2 {
  font-weight: 600;
  font-size: 30px;
}

.site-main.page-single .single-title h1 {}

.site-main.page-single .entry {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {}

/* PAGES HEADER */

.pages-inside {
  padding-bottom: 60px;
}

.page-template-page-sobre .pages-inside {
  padding-bottom: 0px;
}


.page-title-content {
  position: relative;
  z-index: 10;
}

.pages-inside .page-title h1 {
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 60px;
  color: #e11e25;
  line-height: 65px;
  text-align: center;
}

.centered-breadcrumb .breadcrumb {
  display: block;
  text-align: center;
  color: #fff;
}

.pages-inside .page-title {
  height: 400px;
  background: url(../img/bg-contato.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 250px;
  position: relative;
  text-align: center;
}

.pages-inside .page-title .overlay-page-title {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.4) 80%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

/* PAGE CONTATO */

.page-contato .page-title {
  background: url(../img/bg-contato.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-contato {
  color: #fff;
  padding-bottom: 90px;
}

.page-contato-info h3 {
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
}

.page-contato-info .contato-email-tels {
  padding: 0;
}

.page-contato-info .contato-email-tels li {
  margin-bottom: 20px;
}

.page-contato-info .contato-email-tels img {
  margin-right: 8px;
}

.page-contato-info .contato-email-tels a {
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #e11e25;
}

.page-contato-info .contato-social {
  padding: 0;
}

.page-contato-info .contato-social li {
  display: inline-block;
  margin-right: 10px;
}

.page-contato .contact-form {
  color: #000;
}

.page-contato .contato-address {
  margin-top: 60px;
  text-align: center;
}

.page-contato .contato-address h3 {
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #e11e25;
  text-align: center;
  margin-bottom: 45px;
}

.page-contato .contato-address img {
  margin-bottom: 15px;
}

.page-contato .contato-address .name {
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}

ul.contato-filiais {
  padding: 0;
}

/* PAGE VAGAS */

.page-vagas .page-title {
  background: url(../img/bg-vagas.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-vagas {
  text-align: center;
}

.page-vagas h2 {
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 48px;
  color: #ffffff;
}

#modalVagas .form-cell.submit .btn::after {
  content: '\2192';
  margin-left: 4px;
}

#modalVagas .form-cell.submit .icon.i-arrow{
  display: none;
}

@media (min-width: 768px) {
  .page-vagas h2 {
    line-height: 97px;
  }
}

.vagas-intro p {
  color: #fff;
}

.vagas-list {
  list-style: none !important;
  margin: 3rem 0 !important;
  padding: 1rem !important;
  position: relative;
}

.vagas-list li {
  background: #ffffff;
  border-radius: 10px;
  background: #fff;
  text-align: left;
  margin-bottom: 20px;
  padding: 30px;
}

.vagas-list li .name {
  font-size: 1.4rem;
}

.vagas-list li .excerpt {
  font-size: 0.8rem;
  opacity: 0.8;
  padding-top: 1rem;
  line-height: 1.5;
}

.vaga-to-insert {
  display: none;
}

.no-vagas {
  padding: 3rem;
  background: var(--gray-lighter);
  margin-bottom: 3rem;
  text-align: center;
  line-height: 1.5;
}

.vagas-bottom-content {
  color: #fff;
}

.white-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 40px;
  height: 100%;
}

.vagas-content {
  text-align: left;
}

.vagas-content h2,
.vagas-content h3 {
  font-weight: 600;
  font-size: 24px;
  color: #313131;
  line-height: 30px;
  margin-bottom: 30px;
}

.vagas-content .wpcf7-form .form-cell,
.vagas-content .wpcf7-form .form-col {
  margin-bottom: 20px;
}

.vaga-description {
  text-align: left;
}

.vaga-description ul {
  padding: 0;
  margin-bottom: 30px;
  list-style: disc;
  padding-left: 15px;
}

.vaga-description ul li {
  font-size: 16px;
  color: #313131;
  line-height: 25px;
}

.vaga-description p {
  line-height: 25px;
}

.vaga-description a {
  color: var(--red);
  font-weight: bold;
  padding: 2px 5px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.vaga-description a:hover {
  background: var(--red);
  color: #fff;
}

.vaga-form .wpcf7-form .form-title {
  display: none;
}

.vaga-description .wp-block-buttons {
  margin-top: 45px;
  display: block;
  text-align: center;
}

#modalVagas h3 {
  font-weight: 600;
  font-size: 24px;
  color: var(--red);
  line-height: 30px;
  margin-bottom: 5px;
}

#modalVagas a.btn-close {
  position: absolute;
  right: 15px;
}

#modalVagas .form-title {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
  border-bottom: solid 1px #eee;
  padding-bottom: 5px;
  margin-top: 15px;
}

#modalVagas .form-cell {
  margin-bottom: 20px;
}

#modalVagas .form-cell.submit {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn.btn--vagas {
  font-weight: 900;
}

.btn.btn--vagas:hover {
  color: #fff !important;
  background: var(--red-dark) !important;
}

/* PAGES Blocks - Contact */

.contact-block-container .title {
  text-align: center;
  grid-column: 1 / -1;
  margin: 0;
}

/* TALK EXTRAS */

.talk-extras {
  grid-column: 1 / -1;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}

#home-contact .talk-extras{
  display: none;
}

.talk-extras ul {
  padding: 0;
}

.talk-extras a {
  font-size: 14px;
}

/* ARROWS ON CLIENT LIST */

.carousel-wrap {
  width: 1000px;
  margin: auto;
  position: relative;
}

.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}

#home-clients .owl-theme .owl-dots .owl-dot span{
  border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--red);
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 30px;
}

.owl-carousel .item {
  text-align: center;
}

.owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 160px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.owl-carousel .prev-slide {
  background: url(../img/nav-icon.png) no-repeat scroll 0 0;
  left: -33px;
}

.owl-carousel .next-slide {
  background: url(../img/nav-icon.png) no-repeat scroll -24px 0px;
  right: -33px;
}

.owl-carousel .prev-slide:hover {
  background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
  background-position: -24px -53px;
}

#home-clients .clients-item {
  border: 1px solid #454545;
  border-radius: 10px;
}

#home-clients .clients-item:hover {
  border: 1px solid #e11e25;
}

span.img-text {
  text-decoration: none;
  outline: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  cursor: pointer;
  width: 100%;
  font-size: 23px;
  display: block;
  text-transform: capitalize;
}

span.img-text:hover {
  color: #2caae1;
}

/* MODALS */

.modal-dark .modal-content {
  background: #333;
  position: relative;
  color: #fff;
  padding: 25px;
}

.modal-dark .modal-content .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  opacity: 0.7;
}

.modal-dark .modal-content .btn-close:hover {
  background: transparent;
  opacity: 1;
}

.modal-title {
  padding-top: 10px;
  padding-bottom: 25px;
}

.modal-dark h3 {
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.modal-dark h4 {
  font-weight: 800;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.modal-dark p {
  font-size: 16px;
  color: #ffffff;
  line-height: 21px;
}

.modal-dark ul {
  padding: 0;
}

.modal-dark li {
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
}

.modal-dark li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 40px;
  top: 0;
  line-height: 0.25;
  color: var(--red);
}

#outsourcingModal h4,
#centralModal h4,
#gerenciamentoModal h4 {
  text-align: left;
  margin-bottom: 0;
}

.outsourcing-item {
  margin-bottom: 25px;
}

/* MODAL LGPD  */

#modalLGPD .modal-body {
  position: relative;
  padding: 30px;
}

#modalLGPD .modal-body .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #000000;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#modalLGPD .modal-body .btn-close svg:hover {
  opacity: 0.5;
  background: unset;
  color: unset;
  color: #000000;
  transform: unset;
}

#modalLGPD .modal-body button:hover {}

#modalLGPD .modal-body h3 {
  font-size: 18px;
  color: #bc1e24;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

#modalLGPD .modal-body p,
#modalLGPD .modal-body ul {
  color: #000000;
  font-size: 16px;
}

#modalLGPD .modal-body ul {
  padding: 0;
}

#modalLGPD .modal-body ul a {
  text-decoration: underline;
}

#modalLGPD .modal-body ul a:hover {
  color: #bc1e24;
}

#modalLGPD .modal-body a.lgpd-link {
  text-align: center;
  color: #bc1e24;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 30px;
  display: inherit;
}

/* MODAL EQUIPE */

.modal-team .modal-content {
  background: #333;
  position: relative;
  color: #fff;
  padding: 20px;
}

.modal-team .modal-content .btn-close {
  position: absolute;
  top: 0px;
  right: 0px;
  background: transparent;
  opacity: 0.7;
}

.modal-team .modal-content .btn-close:hover {
  background: transparent;
  opacity: 1;
}

.modal-title {
  padding-top: 10px;
  padding-bottom: 10px;
}

.modal-team h3 {
  color: #fff;
  font-weight: 900;
  text-align: left;
  text-transform: none;
}

.modal-team h4 {
  font-weight: 800;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.modal-team p {
  font-size: 16px;
  color: #ffffff;
  line-height: 21px;
  text-align: justify;
}

.modal-team ul {
  padding: 0;
}

.modal-team li {
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
}

.modal-team li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 40px;
  top: 0;
  line-height: 0.25;
  color: var(--red);
}

/* PAGE ABOUT 
--------------------- */

.page-template-page-sobre .page-title-content:before{
  content: url('../img/line.png');
}

.page-template-page-sobre .block-titleHero {
  width: 100vw;
  height: auto;
  max-height: 100vh;
  min-height: 20rem;
  overflow: hidden;
  position: relative;
  left: calc(50% - 50vw);
  margin-bottom: 2rem;
  padding: 2rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--gray-lighter);
}

.page-template-page-sobre .block-titleHero.size-m {
  min-height: 50vh;
}

.page-template-page-sobre .block-titleHero.size-l {
  min-height: 100vh;
  justify-content: center;
}

.page-template-page-sobre .block-titleHero.top {
  margin-top: -6rem;
}

.page-template-page-sobre .block-titleHero.-dark-mode .titleHero-text,
.page-template-page-sobre .block-titleHero.-dark-mode .breadcrumb {
  color: var(--gray);
}

.page-template-page-sobre .titleHero-text {
  font-size: 4.5rem;
  /* font-family: 'Bebas Neue', sans-serif; */
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #fff;
  margin: 0 !important;
  line-height: 1;
}

.page-template-page-sobre .titleHero-text p {
  margin: 0;
  line-height: 1;
}

.page-template-page-sobre .breadcrumb {
  color: #fff;
  padding-bottom: 60px;
  text-transform: uppercase;
}

.page-template-page-sobre .limit {
  width: 48rem;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .page-template-page-sobre .block-titleHero {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 568px) {
  .page-template-page-sobre .block-titleHero:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  }

  .page-template-page-sobre .block-titleHero .limit {
    position: relative;
  }
}

/* LIDERANCA ESTRATEGICA */

.page-about h1 span.red-title {
  /* background: var(--red); */
  padding: 0px 5px;
}

.pages-inside .page-title-about {
  background-size: cover;
  background-position: center center;
  padding-top: 250px;
  position: relative;
  text-align: center;
  margin-bottom: 4rem;
}

.pages-inside .page-title-about::before{
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  filter: grayscale(100%);

}

.pages-inside .page-title-about h1 {
  /* font-family: 'Bebas Neue', sans-serif; */
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 70px;
  color: #fff;
  /* padding-bottom: 40px; */
  line-height: 65px;
  text-align: center;
  padding-top: 10px;

}

.pages-inside .page-title-about .overlay-page-title {
  /* background: rgb(0, 0, 0);
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.4) 80%); */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #000000 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

.plano-lidership {
  background: #f7f7f7;
  padding: 60px 0;
  margin-top: 40px;
}

.equipe-item {
  margin-bottom: 40px;
}

.equipe-image img {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}

.equipe-name {
  text-align: center;
  margin-top: 10px;
}

.equipe-name h3 {
  font-weight: bold;
  font-size: 22px;
  color: #e11e25;
  text-align: center;
  margin-bottom: 0px;
}

.equipe-name p {
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  text-align: center;
  margin-bottom: 5px;
}

.equipe-name ul {
  padding: 0;
}

.equipe-name ul li {
  display: inline-block;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.equipe-name ul li:hover {
  opacity: 1;
}

.about-gallery {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #000;
  margin-top: 0;
  display: block;
  margin-bottom: 0px;
  color: #fff;
}

.about-gallery h2{
  font-size: 48px;
  text-align: start;
}

.about-gallery .about-section-title::before{
  content: url('../img/line.png');
  display: block;
}

.about-gallery .about-section-title span.red{
  background: transparent;
}

@media (min-width: 768px) {
  .about-gallery {
    margin-top: 0px;
  }
}

a.about-gallery-link {
  display: block;
  width: 100%;
  height: 220px;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #f7f7f7;
  border-radius: 10px;
  overflow: hidden;
}

a.about-gallery-link:hover {
  /* opacity: 0.5; */
  border: 6px solid #fff;
  border-radius: 15px;
}

a.about-gallery-link img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 220px;
  width: auto;
  transform: translate(-50%, -50%);
}

.about-gallery .owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}


/* Missao e visao */

.grey-bg{
  background: #f0f0f0;
}

.grey-bg p{
  text-align: center;
}

.about-section-title.dark-title::before{
  content: url('../img/line.png');
  display: block;
}

.about-section-line {
  width: 300px;
  border-bottom: dashed 1px red;
  padding-bottom: 70px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 70px;
}

.valores-image {
  position: relative;
}

.valores-image .plano-icon {
  position: absolute;
  left: -60px;
  top: -60px;
  width: 120px;
}

.valores-image__item {
  padding: 30px 15px;
  text-align: center;
  /* background: #FFFFFF; */
  /* border: 2px dashed #454545; */
  border: 1px solid #454545;
  border-radius: 50%;
  margin-bottom: 20px;
  height: 305px;
  width: 305px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media(max-width: 768px){
  .valores-image__item{
    max-width: 100%;
  }
}

.valores-image__item ul {
  list-style: none;
  padding: 0;
}

.valores-image__item li {
  /* font-family: 'Bebas Neue'; */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #454545;
}

/* Modelo */

.modelo-image__item {
  text-align: center;
}


.modelo-image-icon {
  width: 160px;
  height: 160px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.modelo-image-icon .background-circle img {
  height: 40% !important;
  filter: brightness(0) saturate(100%);
}

.modelo-image .background-circle {
  /* background-image: url('../img/bg-red-circle.png'); */
  border: 1px solid #10100E;
  border-radius: 50%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: grayscale(100%);
  margin-bottom: 0;
}

.modelo-image .background-circle:hover {
  filter: grayscale(0%);
}

.modelo-image__title {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.modelo-image__item h3 {
  /* font-family: 'Bebas Neue'; */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}

.modelo-image__item p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}



/* ACREDITACAOES */


#about-partners {
  padding-bottom: 60px;
  padding-top: 100px;
  /* background: #414243 url('../img/bg-square.png'); */
  background: #10100E;
}

#about-partners .title-block {
  text-align: center;
  margin-bottom: 50px;
}

#about-partners .title-block span{
  color: #fff;
}

#about-partners .partner-logo .background-circle img {
  /* width: 60% !important; */
}

#about-partners .owl-carousel .owl-stage {
  display: flex;
}

.page-template-page-sobre #about-partners  h2 {
  color: #fff;
}


/* TERMOS FORMS */
span.wpcf7-form-control-wrap.termos {
  margin: 0;
  margin-top: 20px;
  display: block;
  /* padding: 0; */
}

.wpcf7-acceptance span.wpcf7-list-item {
  padding: 0;
  margin: 0;
}

div#wpcf7-f225-p108-o1 {
  margin-bottom: 60px;
}

/* CONTACT FORM COLLAPSE */

.contact-expand-button {
  margin-top: 30px;
}

.contact-collapse {
  margin-bottom: 90px;
}

a.paoc-popup.popupaoc-link {
  color: var(--red);
}

a#wt-cli-accept-btn {
  background: var(--red) !important;
  border: 1px solid var(--red)!important;
  border-radius: 5px !important;
  text-transform: none;
  padding: 15px 20px !important;
  font-size: 16px;
}

#cookie-law-info-bar a {
  cursor: pointer;
  border-radius: 5px !important;
  text-transform: none;
  padding: 15px 20px !important;
  font-size: 15px;
  /* border: none !important; */
}

#cookie-law-info-bar .cli-bar-message a{
  text-decoration: underline;
  padding: 0!important;
  outline: none !important;
}

#cookie-law-info-bar .cli-bar-message p{
  font-weight: 400!important;
}

#cookie-law-info-bar a#wt-cli-settings-btn{
  border: 1px solid #000!important;
  background: #fff!important;
}

#cookie-law-info-bar a#wt-cli-settings-btn:hover{
  background: transparent;
}

a#wt-cli-privacy-save-btn {
  background: var(--red) !important;
  border-radius: 5px !important;
  text-transform: none;
  padding: 15px 20px !important;
  font-size: 16px;
}

/* PAGE SERVICOS */

.page-servicos .page-title {
  height: unset;
}

.pages-inside.page-servicos .page-title h1 {
  color: #fff;
  padding-bottom: 40px;
  font-size: 42px;
  line-height: unset;
}

@media (min-width: 768px) {
  .pages-inside.page-servicos .page-title h1 {
    font-size: 60px;
    line-height: 65px;
  }
}




.page-servicos h1 span.red-title {
  color: var(--red);
}

.page-servicos.page-servicos-gestao-estrategica .page-title {
  background: url(../img/services/gestao-estrategica.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-servicos.page-servicos-automacao-processos .page-title {
  background: url(../img/services/portfolio-programas-projetos.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-servicos.page-servicos-central-resultados .page-title {
  background: url(../img/services/portfolio-programas-projetos.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-servicos.page-servicos-capacitacao-gestao .page-title {
  background: url(../img/services/gestao-agil.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-servicos.page-servicos-gerenciamento-projetos .page-title {
  background: url(../img/services/portfolio-programas-projetos.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-servicos.page-servicos-solucoes-plug-play .page-title {
  background: url(../img/services/gestao-tic.png) no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-servicos.page-servicos-transformacao-digital .page-title {
  background: url(../img/services/gestao-tic.png) no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-servicos.page-servicos-outsourcing .page-title {
  background: url(../img/services/portfolio-programas-projetos.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

#page-servicos .page-title {
  background: rgb(71, 71, 71);
}

.page-template-template-produtos-php {
  background: #000;
}

.page-servicos h3 {
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.page-servicos h2 {
  font-weight: 800;
  font-size: 18px;
  color: #141414;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.page-servicos h4 {
  font-weight: 800;
  font-size: 18px;
  color: #141414;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.page-servicos-central-resultados h4,
.page-servicos-gerenciamento-projetos h4,
.page-servicos-outsourcing h4 {
  text-align: left;
  margin-bottom: 0;
  margin-bottom: 10px;
}

.page-servicos p {
  font-size: 16px;
  color: #000;
  line-height: 21px;
  margin-bottom: 20px;
}

.page-servicos ul {
  padding: 0;
}

.page-servicos li {
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
  font-size: 16px;
}

.page-servicos li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 40px;
  top: 0;
  line-height: 0.25;
  color: var(--red);
}

.page-servicos .see-more-blog {
  margin-top: 10px;
  border: none;
}

.services-download-section {
  background: url(../img/services/gestao-estrategica.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 50px 0;
}

.services-download-content {
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 60px;
  color: #fff;
}

.services-download-content h3 {
  color: var(--red);
}

.services-download-content p {
  color: #fff;
}

.services-posts {
  margin-top: 60px;
  padding-top: 60px;
  background: #f7f7f7;
  padding-bottom: 60px;
  margin-bottom: -60px;
}

.services-posts h3 {
  color: #e11e25;
  font-weight: 900;
  text-align: center;
  margin-bottom: 25px;
}

#page-servicos {
  background: #000;
}

.services-card {
  padding: 35px;
  border-radius: 15px;
  background: #222;
  height: 100%;
  border: solid 1px #000;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.services-card:hover {
  background: rgb(0, 0, 0);
  border: solid 1px var(--red);
}

.services-card h2 {
  margin-bottom: 0;
  color: #fff;
}

.services-card h2 .red-title {
  color: var(--red);
}

.services-card a {
  display: block;
  height: 100%;
  width: 100%;
}





/* NOSSOS 18 */

.page-template-page-nossos18 {
  background: url(../img/nossos18/bg-plano18.jpg);
}

.container-plano-18 {
  max-width: 750px;
}

.plano-18-intro {
  margin-top: 120px;
  margin-bottom: 40px;
}

.plano-18-intro img {
  width: 384px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.plano-18-intro p {
  font-size: 18px;
  text-align: center;
  line-height: 27px;
}

.plano-18-ep {
  margin-bottom: 40px;
}


.plano-18-ep .plano-ep-content {
  background-color: #181818;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 35px;
  border-radius: 12px 12px 12px 12px;
  color: #fff;
  text-align: center;
}

.plano-18-ep h2 {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 30px;
  margin-top: 10px;
}

.plano-18-ep h2 span.red-title {
  color: #F21D1D;
}

.plano-18-ep p {
  font-size: 18px;
  color: #C5C5C5;
  line-height: 27px;
}

.video-wrapper {
  margin-top: 15px;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-template-page-nossos18 .plano-ep-gallery {
  margin-top: 30px;
}

.page-template-page-nossos18 .owl-item {
  border-radius: 10px;
  overflow: hidden;
}

.plano-ep-line {
  background: url(../img/nossos18/plano18-line.png) repeat-x;
  background-size: 15px;
  height: 15px;
  margin-top: 25px;
}

#button_share {
  text-align: left;
  margin-top: 20px;
}

#button_share a {
  background-color: #e11e25;
  border-radius: 5px;
  padding: 7px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
}

#button_share a:hover {
  background-color: #960207;
}

#button_share img {
  height: 15px;
}

.timeline__content {
  text-align: center;
}

.timeline img.img-fluid {
  width: 60%;
}

@media (min-width: 768px) {
  .timeline img.img-fluid {
    width: 100%;
  }
}

.timeline__content h3 {
  color: #e11e25;
  font-weight: 900;
}

.timeline__item:after {
  border-color: #9A9898 !important;
}

.timeline--horizontal .timeline-divider {
  background-color: #9A9898 !important;
}

.timeline-title h2 {
  color: #2C2C2C;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 10px;
  margin-top: 10px;
}

.timeline-title p {
  margin-bottom: 30px;
  text-align: center;
}

#plano18-obrigado p {
  color: #2C2C2C;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 10px;
  margin-top: 10px;
}


/* PAGE COMPLIANCE */

.page-template-page-compliance-php .site-main {
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-template-page-compliance-php .main-container {
  padding: 0;
}

.compliance-hero {
  background: linear-gradient(180deg, #0700A3 0%, #E11E25 100%);
  padding: 150px 0 100px;
  text-align: center;
}

.compliance-hero h1 {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 0;
}

@media (min-width: 768px) {
  .compliance-hero {
    background: linear-gradient(180deg, #0700A3 0%, #E11E25 100%);
    padding: 200px 0 150px;
    text-align: center;
  }

  .compliance-hero h1 {
    font-size: 52px;
    line-height: 64px;
    margin-bottom: 30px;
    padding: 0 40px;
  }
}

.compliance-hero p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.compliance-hero p span {
  color: #F39131;
}

.compliance-intro-text {
  padding: 50px 0;
  text-align: center;
}

.compliance-intro-text p {
  color: #363636;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.compliance-intro-text p strong {
  color: #E11E25;
}

.compliance-politica {
  background-color: #000;
}

.compliance-politica h2 {
  color: #FFF;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .compliance-politica h2 {
    font-size: 48px;
    max-width: 80%;
    line-height: 60px;
    margin-bottom: 0;
  }
}

.compliance-politica {
  padding: 90px 0;
}

.compliance-politica p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.compliance-politica p strong {
  color: #F39131;
  font-weight: 700;
}

.compliance-arquivos {
  background: #F0F0F0;
  padding: 60px 0;
}

.compliance-arquivos__item {
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 20px;
  padding: 30px 20px;
}

@media (min-width: 768px) {
  .compliance-arquivos {
    padding: 100px 0;
  }

  .compliance-arquivos__item {
    border-radius: 30px;
  }
}

.compliance-arquivos__item h3 {
  color: #242424;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

.compliance-arquivos__item span {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  /* margin-bottom: 15px; */
  display: block;
}

.compliance-arquivos__item p {
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  display: block;
}

.compliance-arquivos__item .btn--download {
  border-radius: 10px;
  background: #E11E25;
  padding: 12px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  display: inline-block;
  transition: all .3s;
}

.compliance-arquivos__item .btn--download:hover {
  background: #830206;
}

@media (min-width: 768px) {
  .compliance-arquivos__item .btn--download {
    margin-top: 0;
  }
}

.compliance-quote {
  background: linear-gradient(180deg, #0700A3 0%, #100B8E 46.5%, #2A22DC 85%, #4B43FD 100%);
  padding: 50px 0;
}

.compliance-quote p {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

@media (min-width: 768px) {
  .compliance-quote {
    padding: 70px 0;
  }

  .compliance-quote p {
    font-size: 38px;
    line-height: 50px;
  }
}

.compliance-canal-integridade {
  background: #242424;
  padding: 40px 0;
  text-align: center;
}

.compliance-canal-integridade p {
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
}

.page-template-page-compliance-php #home-contact {
  padding-top:40px;
}


@media (min-width: 768px) {
  .compliance-canal-integridade p {
    font-size: 32px;
    line-height: 58px;
  } 

  .page-template-page-compliance-php #home-contact {
    padding-top: 140px;
  }
  
}

.compliance-canal-integridade p a {
  color: #E11E25;
  text-decoration: underline;
}