* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.container {
  padding: 0 20px !important;
}

.beneficios_btn_group {
  text-align: center;
  margin-top: 80px;
}
.beneficios_btn_group .beneficios_bt {
  display: inline-block;
  background-color: #ff9f00;
  color: #fff;
  font-weight: 800;
  padding: 5px 65px;
  border-radius: 10px;
  font-size: 2.2em;
  transition: 0.5s background-color;
}
.beneficios_btn_group .beneficios_bt:hover {
  background-color: #d68600;
}

/* HEADER */
.header {
  padding: 0 0 45px;
  background: url("../images/header_bg.jpg") no-repeat top center;
}

.logo_box {
  background: url("../images/logo_bg.png") no-repeat center center;
  width: 415px;
  height: 163px;
  float: left;
  text-align: center;
  position: relative;
  right: 10px;
  margin-bottom: 25px;
}

.logo_box .logo {
  background: url("../images/logo.png") no-repeat center center;
  width: 210px;
  height: 61px;
  display: inline-block;
  text-indent: -9999px;
  position: relative;
  top: 31px;
}

.header .header_container h1 {
  font-size: 5.5em;
  color: white;
  font-weight: bold;
}

.header .header_container p {
  font-size: 2.2em;
  color: white;
  padding-right: 48%;
  font-weight: 300;
  font-style: italic;
}

.header .header_container p strong {
  font-weight: 400;
}

/* CONTEÚDOS */
.conteudos {
  padding: 65px 0 75px;
}

.conteudos .section_title {
  color: #676767;
  font-size: 32px;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.cta_title {
  color: #676767;
  font-size: 2.35em;
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
}

.conteudos .conteudos_box .conteudos_box_desc {
  background-color: #e3e3e3;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 35px 25px 22px;
  margin-top: -3px;
  min-height: 232px;
}

.conteudos_box_desc .btn_group {
  display: block;
  text-align: center;
}

.conteudos_box_desc h3 {
  color: #ff5f19;
  text-align: center;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 2.5em;
  line-height: 1;
  margin-bottom: 30px;
  min-height: 100px;
}

.conteudos_box_img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: inline-block;
  width: 393px;
  height: 224px;
}

.hcm_bg {
  background: url("../images/tudo_sobre_hcm.jpg") no-repeat center center;
}

.dicas_bg {
  background: url("../images/3_dicas.jpg") no-repeat center center;
}

.filmes_bg {
  background: url("../images/10_filmes.jpg") no-repeat center center;
}

.box_btn {
  display: inline-block;
  background-color: #ff9f00;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  padding: 9px 30px;
  font-size: 2em;
  border-radius: 8px;
}

/* MATERIAIS */
.materiais {
  padding: 55px 0;
  background: url("../images/materiais_bg.jpg") no-repeat center center;
}

.materiais .section_title {
  color: white;
  font-size: 2.35em;
  display: block;
  text-align: left;
  margin-bottom: 40px;
}

.materiais .materiais_box .materiais_box_desc {
  background-color: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 35px 25px 20px;
  margin-top: -3px;
  min-height: 215px;
}

.materiais_box_desc .btn_group {
  display: block;
  text-align: center;
}

.materiais_box_desc h3 {
  color: #676767;
  text-align: center;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 2.5em;
  line-height: 1;
  margin-bottom: 30px;
  min-height: 85px;
}

.materiais_box_img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: inline-block;
  width: 393px;
  min-height: 261px;
}

.planejamento_bg {
  background: url("../images/esocial_planejamento.jpg") no-repeat center center;
}

.planejamento_bg:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #006dca transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -15px;
  left: 45%;
}

.mudanca_bg {
  background: url("../images/esocial_mudanca.jpg") no-repeat left -106px center;
}

.mudanca_bg:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #ff9c00 transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -15px;
  left: 45%;
}

.tendencias_bg {
  background: url("../images/tendencias.jpg") no-repeat center center;
}

.tendencias_bg:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 20px 20px;
  border-color: #6bb5d0 transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -15px;
  left: 45%;
}

.box_btn {
  display: inline-block;
  background-color: #ff9f00;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  padding: 9px 30px;
  font-size: 2em;
  border-radius: 8px;
}

/* FOOTER */
.footer {
  padding: 60px 0;
}

.footer_container {
}

.footer_container .social_footer {
  width: 100%;
  text-align: right;
  padding-right: 107px;
}

.footer_container:last-child {
  padding-top: 19.5px;
  padding-bottom: 19.5px;
}

.footer_container .social_footer a {
  width: 39px;
  height: 39px;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 3px;
}

.social_footer .linkedin_icon {
  background: url("../images/redes/linkedin.jpg") no-repeat center center;
}

.social_footer .youtube_icon {
  background: url("../images/redes/youtube.jpg") no-repeat center center;
}

.social_footer .facebook_icon {
  background: url("../images/redes/facebook.jpg") no-repeat center center;
}

.social_footer .twitter_icon {
  background: url("../images/redes/twitter.jpg") no-repeat center center;
}

.social_footer .instagram_icon {
  background: url("../images/redes/instagram.jpg") no-repeat center center;
}

.logo_footer {
  background: url("../images/logo_footer.png") no-repeat center center;
  width: 278px;
  height: 81px;
  display: inline-block;
  text-indent: -9999px;
}

/* RESPONSIVE */
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    width: 100%;
  }
}

@media (max-width: 1279px) {
  .conteudos_box_img {
    width: 100%;
  }

  .materiais_box_img {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .conteudos .conteudos_box .conteudos_box_desc {
    padding: 35px 15px 25px;
  }

  .conteudos_box_img {
    height: 200px;
  }

  .materiais_box_img {
    min-height: 200px;
  }

  .materiais .materiais_box .materiais_box_desc {
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .logo_box {
    float: none;
    display: inline-block;
  }

  .logo_container {
    text-align: center;
  }

  .header .header_container h1 {
    font-size: 5em;
  }

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

  .header .header_container p {
    padding-right: 0;
  }

  .conteudos_box {
    text-align: center;
    margin-bottom: 35px;
  }

  .conteudos_box:last-child {
    margin-bottom: 0;
  }

  .conteudos_box_img {
    height: 227px;
    width: 400px;
  }

  .conteudos_box_desc h3,
  .materiais_box_desc h3 {
    min-height: initial;
  }

  .conteudos .conteudos_box .conteudos_box_desc {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .materiais_box {
    text-align: center;
    margin-bottom: 35px;
  }

  .materiais_box:last-child {
    margin-bottom: 0;
  }

  .materiais_box_img {
    height: 227px;
    width: 400px;
  }

  .materiais .materiais_box .materiais_box_desc {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .materiais {
    background: #008ed0;
  }

  .footer {
    padding: 35px 0;
  }

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

  .planejamento_bg:after,
  .mudanca_bg:after,
  .tendencias_bg:after {
    left: 48%;
  }

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

  .footer .footer_container:first-child {
    margin-bottom: 20px;
  }

  .footer_container .social_footer {
    padding-right: 0;
    text-align: center;
  }
}

@media (max-width: 680px) {
  .header .header_container h1 {
    line-height: 1;
  }

  .section_title h2 {
    line-height: 1;
  }

  .conteudos {
    padding: 45px 0;
  }

  .logo_box {
    position: initial;
  }
}

@media (max-width: 480px) {
  .logo_box {
    width: initial;
    height: initial;
    background: none;
  }

  .logo_box .logo {
    background: url("../images/logo_resp.png") no-repeat center center;
    width: 161px;
    height: 161px;
    margin-bottom: 20px;
  }

  .header .header_container h1 {
    font-size: 4em;
  }

  .header .header_container p {
    font-size: 2em;
  }

  .section_title h2 {
    font-size: 1.4em;
  }

  .conteudos_box_img {
    height: 200px;
    width: 320px;
  }

  .conteudos .conteudos_box .conteudos_box_desc {
    width: 320px;
  }

  .materiais_box_img {
    height: 200px;
    width: 320px;
  }

  .materiais .materiais_box .materiais_box_desc {
    width: 320px;
  }

  .planejamento_bg:after,
  .mudanca_bg:after,
  .tendencias_bg:after {
    left: 46%;
  }
}

@media (max-width: 380px) {
  .conteudos_box_img {
    height: 200px;
    width: 280px;
  }

  .conteudos .conteudos_box .conteudos_box_desc {
    width: 280px;
  }

  .materiais_box_img {
    height: 200px;
    width: 280px;
  }

  .materiais .materiais_box .materiais_box_desc {
    width: 280px;
  }
}
