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

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

body {
  /* font-family: 'Montserrat', sans-serif; */
  font-family: 'Poppins', sans-serif;
}

body.home main.site-main>* {
  margin-bottom: 0;
}

.site-main {
  margin-bottom: 0;
  /* padding-top: 40px; */
}


body.page-template-template-contato,
body.page-template-template-vagas,
body.single-vagas {
  background: #000;
}


/* .grey-bg {
  background: #F0F0F0;
} */

.main-container {
  padding-top: 0;
}

.site-main.page-single,
.site-main.page-blog {
  padding-top: 90px;
}

@media (min-width: 768px) {

  .page-id-1823 .main-container,
  .post-template-default .main-container,
  .page-id-108 .main-container,
  .page-id-2571 .main-container,
  .page-template-template-blog .main-container {
    padding-top: 120px;
  }

  .site-main.page-single,
  .site-main.page-blog {
    padding-top: unset;
  }

}

.about-section-title {
  /* font-family: 'Bebas Neue'; */
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
}

.about-section-title.dark-title {
  color: #454545;
  font-size: 48px;
}

.about-section-title span.red {
  background: var(--red);
  padding: 0 3px;
}


/*buttons*/
.btn,
.wp-block-button__link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  border-radius: 0.25rem;
  background: var(--red);
  color: #fff;
  fill: #fff;
  stroke: #fff;
  font-size: 1rem;
  line-height: 1;
  padding: 0 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.wp-block-button__link:hover,
.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #fff;
  fill: #fff;
  stroke: #fff;
  background: var(--red-dark);
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.btn:active,
.btn:focus,
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  background: var(--red-darker);
}

.btn-lg {
  padding: 0 4rem;
  font-size: 1.1rem;
}

.btn-center {
  display: table;
  line-height: 3rem;
  margin: 0 auto;
}

.btn--red-g {
  border: solid 1px var(--red);
  background: transparent;
  color: var(--red);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.btn--red-g:hover {
  border: solid 1px var(--red-darker);
  background: transparent;
  color: var(--red-darker);
}

/* Sections */
.white-bg {
  background: #fff;
}

.text-black {
  color: #000;
}

/* Text Styles */

.title-block {
  margin-bottom: 40px;
  text-align: start;
}

.title-block h2 {
  font-weight: 500;
  font-size: 30px;
  /* color: #e11e25; */
  color: #10100E;
  margin-bottom: 30px;
  /* font-family: 'Bebas Neue', sans-serif; */
  font-family: 'Poppins', sans-serif;
  margin-top: 10px;
}

.title-block img {
  width: 50px;
}


@media (min-width: 768px) {
  .title-block img {
    width: unset;
  }

  .title-block h2 {
    font-weight: 500;
    font-size: 60px;
    /* color: #e11e25; */
    line-height: 60px;
    margin-bottom: 30px;
  }
}

.title-block p {
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  line-height: 26px;
}

.white-bg .title-block p {
  color: #000;
}

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

p.number-big {
  font-size: 40px !important;
  font-weight: 600 !important;
  color: red !important;
  margin-bottom: 15px;
}

.bold {
  font-weight: bold;
}

/* Arrow btn */

.btn-arrow {
  background: var(--red);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding: 6px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;

  position: absolute;
  bottom: -15px;
}

.btn-arrow img {
  display: block;
  margin: 0 auto;
}

.btn-arrow-red {
  background: var(--red);
}

.btn-arrow-red:hover {
  background: var(--red-dark);
}

.btn-arrow-rel {
  background: var(--red);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding: 6px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.btn-arrow-rel img {
  display: block;
  margin: 0 auto;
}