@charset "UTF-8";
/*
Theme Name: Crecerto
Theme URI: https://crecerto.org.br
Author: Agência Jotapix/Julcenei Cardoso
Author URI: https://jotapix.com.br
Description: Tema para o site Crecerto
*/
/* line 1, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_reset.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
}

/* line 11, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_reset.scss */
h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 112%;
  letter-spacing: -0.5px;
  margin-bottom: 3.2rem;
  color: #1C295A;
}

/* line 21, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_reset.scss */
h3 {
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 120%;
  letter-spacing: -0.5px;
  margin-bottom: 2.4rem;
  color: #1C295A;
}

/* line 31, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_reset.scss */
h4 {
  font-weight: 800;
  font-size: 1.8px;
  line-height: 27px;
  color: #1C295A;
  margin-bottom: 2.4rem;
}

/* line 39, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_reset.scss */
h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #1C295A;
}

/* line 46, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_reset.scss */
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  color: #1C295A;
}

/* line 56, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_reset.scss */
p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  color: #70738A;
  text-align: left;
  margin-bottom: 2.4rem;
}

/* line 65, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_reset.scss */
ul {
  margin-bottom: 2.4rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  color: #70738A;
  text-align: left;
}

/* line 74, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_reset.scss */
img {
  max-width: 100%;
}

/* line 78, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_reset.scss */
html {
  font-size: 62.5%;
}

@media (max-width: 1280px) {
  /* line 78, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_reset.scss */
  html {
    font-size: 55%;
  }
}

@media (max-width: 600px) {
  /* line 78, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_reset.scss */
  html {
    font-size: 60%;
  }
}

@media (max-width: 480px) {
  /* line 78, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_reset.scss */
  html {
    font-size: 50%;
  }
}

/* line 14, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_variables.scss */
.bg-white {
  background-color: #fff;
}

/* line 18, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_variables.scss */
.bg-gray {
  background-color: #f7f7f7;
}

/* line 1, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_grid.scss */
.container {
  width: 100%;
  max-width: 124.6rem;
  padding: 0 2rem;
  margin: 0 auto;
}

/* line 2, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
.customize-support header {
  top: 31px;
}

/* line 7, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 10rem;
  display: flex;
  transition: all 0.3s;
}

/* line 17, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 20, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
header .container .logo-principal {
  width: 100%;
  max-width: 13rem;
  height: auto;
}

/* line 25, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
header .container .logo-sticker {
  display: none;
}

/* line 29, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
header nav {
  position: relative;
}

/* line 31, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
header nav ul {
  display: flex;
  margin-left: 30rem;
}

/* line 34, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
header nav ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  pointer-events: all;
}

/* line 40, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
header nav ul li:not(:last-child) {
  margin-right: 8rem;
}

/* line 43, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
header nav ul li a {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #fff;
  letter-spacing: 0;
  /* text-transform: uppercase; */
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

/* line 55, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
header nav ul li:hover a {
  color: #45C7EF;
}

/* line 58, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
header nav ul li:hover .sub-menu {
  display: block;
}

/* line 62, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
header nav ul li .sub-menu {
  display: none;
  position: absolute;
  flex-direction: column;
  top: 30px;
  left: -6.5rem;
  width: 25rem;
  background: #ffffff;
  border-radius: 6px;
  opacity: 1;
  transition: all 0.3s;
  pointer-events: none;
  transform: translateY(20px);
  box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.05);
}

/* line 78, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
header nav ul li .sub-menu:after {
  content: "";
  width: 18rem;
  height: 3px;
  background: #fbaa03;
  border-radius: 12px 12px 0 0;
  position: absolute;
  bottom: 0;
  left: 15%;
}

/* line 88, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
header nav ul li .sub-menu li {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #5f5c6b;
  display: block;
  padding: 2rem;
  margin-right: inherit;
}

/* line 96, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
header nav ul li .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #f7f7f7;
}

/* line 99, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
header nav ul li .sub-menu li:hover {
  color: #fff;
  background-color: #1C295A;
}

/* line 102, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
header nav ul li .sub-menu li:hover a {
  color: #fff;
}

/* line 106, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
header nav ul li .sub-menu li a {
  color: #627185;
  margin-left: inherit;
}

/* line 114, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
header nav .btn-mobile {
  display: none;
}

/* line 117, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
header nav .btn-topo1 {
  cursor: pointer;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 0 0 0 rgba(75, 85, 230, 0.2);
  animation: pulse 2s infinite;
}

/* line 127, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
header nav .btn-topo1 a {
  margin-left: inherit;
  background: #018C85;
  color: #fff !important;
  padding: 15px 25px;
  border-radius: 10px;
  font-size: 1.35rem;
}

/* line 135, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
header nav .btn-topo1:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 142, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
header nav .btn-topo1:hover a {
  color: #fff !important;
}

@media (max-width: 991px) {
  /* line 150, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
  header nav ul {
    display: none;
  }
  /* line 153, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
  header nav .btn-mobile {
    display: block;
    background: transparent;
  }
  /* line 156, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
  header nav .btn-mobile img {
    width: 2.5rem;
  }
}

@media (max-width: 480px) {
  /* line 7, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
  header {
    height: 8rem;
  }
  /* line 165, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
  header .container .logo-principal {
    max-width: 10rem !important;
  }
}

@media (max-width: 415px) {
  /* line 7, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
  header {
    overflow: hidden;
  }
  /* line 172, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
  header .container {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: inherit;
  }
  /* line 179, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
  header .container nav .btn-mobile img {
    width: 2.5rem;
    margin-left: 33rem;
  }
}

/* line 189, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2022;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

/* line 199, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
.menu-mobile .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

/* line 208, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
.menu-mobile aside {
  position: fixed;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  background: rgba(1, 45, 114, 0.95);
  padding: 3rem;
  transform: translateX(-100%);
  transition: transform 0.3s;
  overflow: scroll;
}

/* line 220, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
.menu-mobile aside a img {
  max-width: 15rem;
  margin-bottom: 4rem;
}

/* line 227, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
.menu-mobile aside ul li a {
  padding: 1.5rem 0;
  display: block;
  font-size: 1.8rem;
  color: #fff;
}

/* line 234, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
.menu-mobile aside ul li ul {
  margin-left: 2rem;
}

/* line 237, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
.menu-mobile aside ul li ul li {
  color: #f9f9f9;
  font-size: 1.6rem;
}

@media (max-width: 600px) {
  /* line 253, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
  .menu-mobile aside ul li a {
    padding: 1rem 0;
    font-size: 1.4rem;
  }
}

/* line 263, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
.menu-opened {
  overflow: hidden;
}

/* line 265, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
.menu-opened .menu-mobile {
  opacity: 1;
  pointer-events: all;
}

/* line 268, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
.menu-opened .menu-mobile aside {
  transform: translateX(0%);
}

/* line 274, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
.menu li.has-children > a:after {
  color: #fff;
  content: " ▼";
  font-size: 10px;
  vertical-align: 1px;
}

/* line 281, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_header.scss */
.menu li li.has-children > a:after {
  color: #222;
  content: " ►";
  font-size: 10px;
  vertical-align: 1px;
}

/* line 1, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_buttons.scss */
.btn-primary,
.btn-secondary {
  display: inline-block;
  padding: 0 3rem;
  font-family: 'Exo', sans-serif;
  font-weight: 600;
  font-size: 1.35rem;
  line-height: 4.5rem;
  border-radius: 1rem;
  cursor: pointer;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  box-shadow: 0 0 0 0 rgba(75, 85, 230, 0.2);
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 50px;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    border-radius: 50px;
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    border-radius: 50px;
  }
}

/* line 38, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_buttons.scss */
.btn-primary {
  background-color: transparent;
  border-radius: 10px;
  color: #657189;
  border: 1px solid #657189;
  font-weight: 600;
  font-family: "Open Sans", sans serif;
  font-size: 1.35rem;
}

/* line 46, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_buttons.scss */
.btn-primary:hover {
  background-color: #1C295A;
  color: #fff;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

/* line 57, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_buttons.scss */
.btn-primary.white {
  border: 1px solid transparent;
  color: #000;
  background-color: white;
}

/* line 61, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_buttons.scss */
.btn-primary.white:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid white;
}

/* line 69, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_buttons.scss */
.btn-secondary {
  border: 1px solid #1C295A;
  background-color: transparent;
  color: #1C295A;
  transition: all .3s;
}

/* line 74, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_buttons.scss */
.btn-secondary:hover {
  border: 1px solid transparent;
  background-color: #FBAA03;
  color: #fff;
}

/* line 79, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_buttons.scss */
.btn-secondary.white {
  border: 1px solid white;
  color: white;
}

/* line 82, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_buttons.scss */
.btn-secondary.white:hover {
  background-color: white;
  color: #FBAA03;
}

/* line 89, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_buttons.scss */
.btn-simulacao {
  background: #018C85;
  color: #fff;
  border: none;
}

/* line 95, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_buttons.scss */
.btn-green {
  width: 256px;
  height: 56px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  color: #fff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 115, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_buttons.scss */
.btn-blue {
  color: #fff;
  background-color: #002040;
}

/* line 120, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_buttons.scss */
.btn {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1rem;
  color: #45C7EF;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

@media (max-width: 480px) {
  /* line 120, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_buttons.scss */
  .btn {
    justify-content: center;
  }
}

/* line 1, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_components.scss */
.primary-title {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 112%;
  /* or 45px */
  letter-spacing: -1px;
  margin-bottom: 2.4rem;
  margin-top: 1.4rem;
  color: #1C295A;
}

/* line 14, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_components.scss */
.sub-titulo {
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #FBAA03;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Montserrat';
}

/* line 1, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_footer.scss */
footer {
  width: 100%;
  background-color: #1C295A;
  padding-top: 4rem;
  padding-bottom: 3rem;
  z-index: 999;
}

/* line 8, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_footer.scss */
footer .container .base {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* line 13, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_footer.scss */
footer .container .base p {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

/* line 17, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_footer.scss */
footer .container .base p a {
  font-size: 1.4rem;
}

/* line 21, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_footer.scss */
footer .container .base span {
  color: #018C85;
  font-weight: 700;
}

@media (max-width: 650px) {
  /* line 30, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_footer.scss */
  footer .container .base p {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  /* line 40, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_footer.scss */
  .container .base p {
    font-size: 14px;
  }
}

@media (max-width: 515px) {
  /* line 49, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_footer.scss */
  .container .base p {
    font-size: 14px;
  }
}

@media (max-width: 440px) {
  padding-top: 4rem;
  padding-bottom: 4rem;
  /* line 60, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_footer.scss */
  .container .base p {
    text-align: center;
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  padding-top: 4rem;
  padding-bottom: 4rem;
  /* line 72, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_footer.scss */
  .container .base p {
    font-size: 14px;
  }
}

@media (max-width: 330px) {
  padding-top: 4rem;
  padding-bottom: 3rem;
  /* line 82, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_footer.scss */
  .container .base {
    padding-top: 3rem;
  }
  /* line 84, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_footer.scss */
  .container .base p {
    font-size: 12px;
  }
}

/* line 2, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-hero-interna1 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background: #1C295A;
}

/* line 6, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-hero-interna1 .overlay {
  background-color: transparent;
}

/* line 8, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-hero-interna1 .overlay .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

/* line 11, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-hero-interna1 .overlay .text {
  padding-top: 5rem;
}

/* line 13, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-hero-interna1 .overlay .text p {
  color: #f0fafd;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 150%;
}

/* line 19, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-hero-interna1 .overlay .text h2 {
  font-size: 3.8rem;
  line-height: 120%;
  color: #fff;
  margin-bottom: 2.4rem;
  letter-spacing: 0.5px;
}

/* line 26, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-hero-interna1 .overlay .text .intro-1 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #45C7EF;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

/* line 36, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-hero-interna1 .overlay .text .icon img {
  height: 25px;
}

@media (max-width: 600px) {
  /* line 44, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-hero-interna1 .overlay .container {
    justify-content: center;
  }
  /* line 46, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-hero-interna1 .overlay .container .text {
    text-align: center;
  }
  /* line 48, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-hero-interna1 .overlay .container .text p {
    text-align: center;
  }
}

/* line 57, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-institucional {
  padding-top: 8rem;
  padding-bottom: 2rem;
}

/* line 60, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-institucional .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 3rem;
}

/* line 65, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-institucional .texto-institucional {
  padding-bottom: 2rem;
  width: 100%;
  max-width: 55rem;
}

/* line 69, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-institucional .texto-institucional .text {
  width: 100%;
}

/* line 71, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-institucional .texto-institucional .text p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  color: #627185;
  margin-bottom: 2.4rem;
}

/* line 81, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-institucional .video-institucional {
  position: relative;
  background-color: #006d8f;
  width: 100%;
  max-width: 55rem;
  height: 35rem;
  border-radius: 20px;
  overflow: hidden;
}

/* line 89, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-institucional .video-institucional .play {
  background: url(./img/bg-video-institucional.jpg) no-repeat;
  background-color: #1C295A;
  max-width: 100%;
  width: 55rem;
  height: 35rem;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

/* line 108, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-institucional .video-institucional .play .player {
  background: url(./img/play1.svg) no-repeat;
  background-size: cover;
  width: 72px;
  height: 72px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 119, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-institucional .video-institucional .play .player:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 128, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-institucional .video-institucional .play:after {
  content: "vídeo institucional";
  position: absolute;
  bottom: 100px;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 3px;
  margin-bottom: 12px;
  letter-spacing: 3px;
  color: #fbaa03;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 995px) {
  /* line 147, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-institucional .texto-institucional {
    max-width: 45rem;
  }
  /* line 150, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-institucional .video-institucional {
    max-width: 50rem;
  }
}

@media (max-width: 895px) {
  /* line 157, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-institucional .texto-institucional {
    max-width: 40rem;
  }
  /* line 160, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-institucional .texto-institucional .text h2 {
    font-size: 32px;
  }
  /* line 165, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-institucional .video-institucional {
    max-width: 45rem;
  }
}

@media (max-width: 795px) {
  /* line 170, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-institucional .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  /* line 176, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-institucional .texto-institucional {
    max-width: 100%;
  }
  /* line 178, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-institucional .texto-institucional .text {
    text-align: center;
  }
  /* line 180, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-institucional .texto-institucional .text h2 {
    font-size: 32px;
  }
  /* line 183, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-institucional .texto-institucional .text p {
    text-align: center;
  }
  /* line 188, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-institucional .video-institucional {
    max-width: 100%;
  }
}

@media (max-width: 395px) {
  /* line 193, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-institucional .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  /* line 199, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-institucional .texto-institucional {
    max-width: 100%;
  }
  /* line 201, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-institucional .texto-institucional .text {
    text-align: center;
  }
  /* line 203, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-institucional .texto-institucional .text h2 {
    font-size: 30px;
  }
  /* line 206, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-institucional .texto-institucional .text p {
    text-align: center;
  }
  /* line 211, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-institucional .video-institucional {
    max-width: 100%;
  }
}

/* line 217, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-missao {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

/* line 220, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-missao .container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
}

/* line 223, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-missao .container .cards-solucoes-institucional {
  padding-bottom: 4rem;
}

/* line 225, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-missao .container .cards-solucoes-institucional ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 100%;
}

/* line 229, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-missao .container .cards-solucoes-institucional ul li {
  max-width: 38rem;
  height: 33rem;
  margin-bottom: 2.8rem;
  background-color: #012d72;
  padding: 4rem;
  border-radius: 10px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 230, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-missao .container .cards-solucoes-institucional ul li:not(:last-child) {
  margin-right: 3rem;
}

/* line 242, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-missao .container .cards-solucoes-institucional ul li .icon {
  margin-bottom: 1.5rem;
}

/* line 244, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-missao .container .cards-solucoes-institucional ul li .icon img {
  border-bottom: 2px solid #45C7EF;
  padding-bottom: 1.6rem;
}

/* line 249, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-missao .container .cards-solucoes-institucional ul li img {
  margin-bottom: 3rem;
}

/* line 252, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-missao .container .cards-solucoes-institucional ul li h4 {
  position: relative;
  color: #ffbf00;
  line-height: 1rem;
  letter-spacing: 1px;
  font-weight: 800;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 700;
}

/* line 262, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-missao .container .cards-solucoes-institucional ul li p {
  line-height: 150%;
  font-size: 1.4rem;
  color: #ffffff;
}

@media (max-width: 1200px) {
  /* line 272, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-missao .container {
    justify-content: center;
  }
  /* line 276, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-missao .container .cards-solucoes-institucional ul li {
    max-width: 34rem;
  }
}

@media (max-width: 1004px) {
  /* line 287, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-missao .container .cards-solucoes-institucional ul li {
    max-width: 30rem;
    height: 35rem;
  }
}

@media (max-width: 897px) {
  /* line 299, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-missao .container .cards-solucoes-institucional ul li {
    max-width: 26rem;
    height: 43rem;
  }
}

@media (max-width: 792px) {
  /* line 311, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-missao .container .cards-solucoes-institucional ul li {
    max-width: 100%;
    height: 32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  /* line 312, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-missao .container .cards-solucoes-institucional ul li:not(:last-child) {
    margin-right: 0rem;
  }
  /* line 323, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-missao .container .cards-solucoes-institucional ul li p {
    text-align: center;
    font-size: 1.5rem;
  }
}

@media (max-width: 530px) {
  /* line 337, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-missao .container .cards-solucoes-institucional ul li p {
    text-align: center;
    font-size: 1.4rem;
  }
}

/* line 348, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-origem-microcredito,
.s-nosso-objetivo {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

/* line 352, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-origem-microcredito .container,
.s-nosso-objetivo .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 4rem;
}

/* line 356, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-origem-microcredito .container .imagem-direita,
.s-nosso-objetivo .container .imagem-direita {
  width: 100%;
  max-width: 60rem;
  border-radius: 50px 0 50px 0;
  overflow: hidden;
}

/* line 362, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-origem-microcredito .container .texto-institucional,
.s-nosso-objetivo .container .texto-institucional {
  width: 100%;
  max-width: 55rem;
}

/* line 365, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-origem-microcredito .container .texto-institucional .text,
.s-nosso-objetivo .container .texto-institucional .text {
  width: 100%;
}

/* line 368, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-origem-microcredito .container .texto-institucional .text p,
.s-nosso-objetivo .container .texto-institucional .text p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 150%;
  color: #627185;
  margin-bottom: 2.4rem;
}

@media (max-width: 1075px) {
  /* line 380, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-origem-microcredito .container .texto-institucional,
  .s-nosso-objetivo .container .texto-institucional {
    max-width: 50rem;
  }
  /* line 383, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-origem-microcredito .container .imagem-direita,
  .s-nosso-objetivo .container .imagem-direita {
    max-width: 55rem;
  }
}

@media (max-width: 994px) {
  /* line 390, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-origem-microcredito .container .texto-institucional,
  .s-nosso-objetivo .container .texto-institucional {
    max-width: 46rem;
  }
  /* line 393, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-origem-microcredito .container .texto-institucional .text h2,
  .s-nosso-objetivo .container .texto-institucional .text h2 {
    font-size: 32px;
  }
  /* line 398, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-origem-microcredito .container .imagem-direita,
  .s-nosso-objetivo .container .imagem-direita {
    max-width: 48rem;
  }
}

@media (max-width: 894px) {
  /* line 405, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-origem-microcredito .container .texto-institucional,
  .s-nosso-objetivo .container .texto-institucional {
    max-width: 40rem;
  }
  /* line 408, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-origem-microcredito .container .texto-institucional .text h2,
  .s-nosso-objetivo .container .texto-institucional .text h2 {
    font-size: 32px;
  }
  /* line 413, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-origem-microcredito .container .imagem-direita,
  .s-nosso-objetivo .container .imagem-direita {
    max-width: 45rem;
  }
}

@media (max-width: 794px) {
  /* line 419, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-origem-microcredito .container,
  .s-nosso-objetivo .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  /* line 425, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-origem-microcredito .container .texto-institucional,
  .s-nosso-objetivo .container .texto-institucional {
    max-width: 100%;
  }
  /* line 427, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-origem-microcredito .container .texto-institucional .text,
  .s-nosso-objetivo .container .texto-institucional .text {
    text-align: center;
  }
  /* line 429, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-origem-microcredito .container .texto-institucional .text h2,
  .s-nosso-objetivo .container .texto-institucional .text h2 {
    font-size: 32px;
  }
  /* line 432, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-origem-microcredito .container .texto-institucional .text p,
  .s-nosso-objetivo .container .texto-institucional .text p {
    text-align: center;
  }
  /* line 437, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-origem-microcredito .container .imagem-direita,
  .s-nosso-objetivo .container .imagem-direita {
    max-width: 100%;
  }
}

@media (max-width: 380px) {
  /* line 443, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-origem-microcredito .container,
  .s-nosso-objetivo .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  /* line 449, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-origem-microcredito .container .texto-institucional,
  .s-nosso-objetivo .container .texto-institucional {
    max-width: 100%;
  }
  /* line 451, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-origem-microcredito .container .texto-institucional .text,
  .s-nosso-objetivo .container .texto-institucional .text {
    text-align: center;
  }
  /* line 453, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-origem-microcredito .container .texto-institucional .text h2,
  .s-nosso-objetivo .container .texto-institucional .text h2 {
    font-size: 30px;
  }
  /* line 456, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-origem-microcredito .container .texto-institucional .text p,
  .s-nosso-objetivo .container .texto-institucional .text p {
    text-align: center;
  }
  /* line 461, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-origem-microcredito .container .imagem-direita,
  .s-nosso-objetivo .container .imagem-direita {
    max-width: 100%;
  }
}

/* line 469, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-solucao-interna-desktop {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

/* line 472, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-solucao-interna-desktop .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

/* line 474, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-solucao-interna-desktop .container .imagem {
  width: 100%;
  max-width: 45rem;
  overflow: hidden;
}

/* line 479, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-solucao-interna-desktop .container .texto-institucional {
  width: 100%;
  max-width: 65rem;
  position: relative;
}

/* line 483, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-solucao-interna-desktop .container .texto-institucional .text {
  width: 100%;
  max-width: 55rem;
}

/* line 486, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-solucao-interna-desktop .container .texto-institucional .text h2 {
  color: #1C295A;
  position: relative;
  margin-bottom: 4.5rem;
}

/* line 490, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-solucao-interna-desktop .container .texto-institucional .text h2::after {
  position: absolute;
  bottom: -12px;
  left: 0;
  content: " ";
  background: #fbaa03;
  width: 5rem;
  height: 2px;
}

/* line 500, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-solucao-interna-desktop .container .texto-institucional .text p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 150%;
  color: #627185;
  margin-bottom: 2.4rem;
}

@media (max-width: 991px) {
  /* line 512, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-solucao-interna-desktop .container .imagem {
    max-width: 35rem;
    margin-left: 3rem;
  }
}

@media (max-width: 600px) {
  /* line 469, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-solucao-interna-desktop {
    display: none;
  }
  /* line 520, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-solucao-interna-desktop .container {
    flex-direction: column;
  }
}

/* line 527, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-solucao-interna-mobile {
  margin-top: 10rem;
  margin-bottom: 10rem;
  display: none;
}

/* line 531, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-solucao-interna-mobile .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

/* line 533, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-solucao-interna-mobile .container .imagem {
  width: 100%;
  max-width: 45rem;
  overflow: hidden;
  margin-left: 0;
  margin-bottom: 2rem;
}

/* line 540, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-solucao-interna-mobile .container .texto-institucional {
  width: 100%;
  max-width: 65rem;
  position: relative;
  text-align: center;
}

/* line 545, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-solucao-interna-mobile .container .texto-institucional .text {
  width: 100%;
  max-width: 55rem;
}

/* line 548, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-solucao-interna-mobile .container .texto-institucional .text h2 {
  color: #1C295A;
  position: relative;
  margin-bottom: 4.5rem;
}

/* line 552, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-solucao-interna-mobile .container .texto-institucional .text h2::after {
  position: absolute;
  bottom: -12px;
  left: 45%;
  content: " ";
  background: #fbaa03;
  width: 5rem;
  height: 2px;
}

/* line 562, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-solucao-interna-mobile .container .texto-institucional .text p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 150%;
  color: #627185;
  margin-bottom: 2.4rem;
  text-align: center;
}

@media (max-width: 991px) {
  /* line 575, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-solucao-interna-mobile .container .imagem {
    max-width: 35rem;
    margin-left: 3rem;
  }
}

@media (max-width: 600px) {
  /* line 527, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-solucao-interna-mobile {
    display: block;
  }
  /* line 583, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-solucao-interna-mobile .container {
    flex-direction: column;
  }
}

/* line 590, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-vantagens .container {
  padding-top: 9.6rem;
  padding-bottom: 8rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

/* line 595, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-vantagens .container .cards-solucoes-vantagens ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 100%;
}

/* line 599, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-vantagens .container .cards-solucoes-vantagens ul li {
  max-width: 38.5rem;
  height: 25rem;
  margin-bottom: 3rem;
  background-color: #f7f7f7;
  padding: 3.5rem;
  border-radius: 10px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 600, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-vantagens .container .cards-solucoes-vantagens ul li:not(:last-child) {
  margin-right: 2.5rem;
}

/* line 612, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-vantagens .container .cards-solucoes-vantagens ul li .icon {
  margin-bottom: 1.5rem;
}

/* line 614, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-vantagens .container .cards-solucoes-vantagens ul li .icon img {
  border-bottom: 2px solid #FBAA03;
  padding-bottom: 1.6rem;
}

/* line 619, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-vantagens .container .cards-solucoes-vantagens ul li h4 {
  margin-bottom: 1.5rem;
}

/* line 622, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-vantagens .container .cards-solucoes-vantagens ul li p {
  line-height: 150%;
  color: #657189;
}

/* line 633, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-blog-interna {
  background-color: #f9f9f9;
}

/* line 635, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-blog-interna .container {
  padding-top: 9.6rem;
  padding-bottom: 8rem;
}

/* line 638, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-blog-interna .container ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
}

/* line 642, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-blog-interna .container ul li {
  width: 100%;
  max-width: 28.5rem;
  height: 40rem;
  background-color: white;
  border-radius: 10px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  cursor: pointer;
  box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.02);
}

/* line 643, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-blog-interna .container ul li:not(:nth-child(4n)) {
  margin-right: 2rem;
  margin-bottom: 2.5rem;
}

/* line 659, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-blog-interna .container ul li .img-noticia {
  width: 100%;
  max-width: 37rem;
  height: 16.5rem;
  overflow: hidden;
}

/* line 664, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-blog-interna .container ul li .img-noticia img {
  height: 16.5rem;
  object-fit: cover;
}

/* line 669, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-blog-interna .container ul li .corpo-card-post {
  padding: 2rem 3rem 3rem 3rem;
}

/* line 671, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-blog-interna .container ul li .corpo-card-post span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 30px;
  border-radius: 30.5px;
  color: #45C7EF;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-top: -35px;
  margin-bottom: 2.4rem;
  background: #0b1729;
  font-family: "Exo", sans-serif;
}

/* line 687, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-blog-interna .container ul li .corpo-card-post h5 {
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 130%;
  font-size: 1.6;
  color: #012d72;
  margin-bottom: 2rem;
  margin-bottom: 10px;
}

/* line 696, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-blog-interna .container ul li .corpo-card-post strong {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.85;
  color: #45C7EF;
  margin-bottom: 18px;
  display: block;
}

/* line 704, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-blog-interna .container ul li .corpo-card-post p {
  line-height: 150%;
  font-size: 1.35rem;
  color: #70738a;
  max-width: 28rem;
  margin-bottom: 2rem;
}

/* line 712, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-blog-interna .container ul li:hover {
  transition: all 0.3s;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1100px) {
  /* line 727, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-blog-interna .container ul li {
    max-width: 25rem;
  }
}

@media (max-width: 991px) {
  /* line 736, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-blog-interna .container ul li {
    max-width: 25.5rem;
  }
}

@media (max-width: 768px) {
  /* line 745, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-blog-interna .container ul li {
    max-width: 29.5rem;
  }
}

@media (max-width: 600px) {
  /* line 753, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-blog-interna .container ul {
    flex-direction: column;
    align-items: center;
  }
  /* line 756, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-blog-interna .container ul li {
    max-width: 35.5rem;
  }
}

@media (max-width: 480px) {
  /* line 764, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-blog-interna .container ul {
    justify-content: center;
  }
  /* line 766, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-blog-interna .container ul li {
    max-width: 36rem;
    margin-right: 0 !important;
  }
}

/* line 779, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-hero-single .container {
  justify-content: center !important;
}

/* line 781, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-hero-single .container .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* line 787, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-hero-single .container .text h2 {
  font-size: 3.5rem;
}

/* line 790, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-hero-single .container .text h4 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

/* line 797, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-hero-single .container .text ul li {
  margin-bottom: 1.8rem;
}

/* line 799, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-hero-single .container .text ul li a {
  font-family: "Exo", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #45C7EF;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 814, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-post-interno .container {
  padding-top: 5rem;
  padding-bottom: 8rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

/* line 818, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-post-interno .container .post-content {
  width: 100%;
  max-width: 85rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

/* line 822, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-post-interno .container .post-content .image-post {
  width: 100%;
  overflow: hidden;
  margin-bottom: 2rem;
}

/* line 826, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-post-interno .container .post-content .image-post img {
  width: 100%;
  height: 40rem;
}

/* line 831, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-post-interno .container .post-content h2,
.s-post-interno .container .post-content h3,
.s-post-interno .container .post-content h4,
.s-post-interno .container .post-content p {
  margin-bottom: 3rem;
}

/* line 842, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-frase-inicial {
  margin-top: 6rem;
  margin-bottom: 4rem;
}

/* line 847, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-historias-que-inspiram-interno {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 850, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-historias-que-inspiram-interno .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 4rem;
}

/* line 855, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-historias-que-inspiram-interno .texto-institucional {
  padding-bottom: 2rem;
}

/* line 857, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-historias-que-inspiram-interno .texto-institucional .text {
  width: 100%;
  max-width: 55rem;
}

/* line 860, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-historias-que-inspiram-interno .texto-institucional .text p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  color: #627185;
  margin-bottom: 2.4rem;
}

/* line 870, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-historias-que-inspiram-interno .video-institucional {
  position: relative;
  background-color: #f2f2f2;
  width: 100%;
  max-width: 60rem;
  height: 40rem;
  border-radius: 20px;
  overflow: hidden;
}

/* line 878, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-historias-que-inspiram-interno .video-institucional iframe {
  width: 100%;
  height: 400px;
}

@media (max-width: 991px) {
  /* line 884, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-historias-que-inspiram-interno .container {
    flex-direction: column;
  }
  /* line 887, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-historias-que-inspiram-interno .container .texto-institucional .text {
    max-width: 100%;
    text-align: center;
  }
  /* line 890, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-historias-que-inspiram-interno .container .texto-institucional .text p {
    text-align: center;
  }
}

@media (max-width: 480px) {
  /* line 899, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-historias-que-inspiram-interno .container .video-institucional {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* line 903, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-historias-que-inspiram-interno .container .video-institucional iframe {
    width: 100%;
    height: 250px;
  }
}

/* line 913, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-agencias,
.s-terceiros,
.s-home-offices {
  margin-top: 6rem;
}

/* line 918, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-agencias .container h2,
.s-terceiros .container h2,
.s-home-offices .container h2 {
  color: #323841;
  margin-bottom: 2rem;
}

/* line 925, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-encontre-a-crecerto-interno {
  background-image: url("./img/bg-bullets.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

/* line 930, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-encontre-a-crecerto-interno .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

/* line 934, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-encontre-a-crecerto-interno .container .texto-onde-estamos {
  width: 100%;
  max-width: 50rem;
}

/* line 937, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-encontre-a-crecerto-interno .container .texto-onde-estamos .text {
  margin-bottom: 3rem;
}

/* line 939, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-encontre-a-crecerto-interno .container .texto-onde-estamos .text h2 {
  color: #1C295A;
}

/* line 944, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-encontre-a-crecerto-interno .container .imagem-mapa {
  width: 100%;
  max-width: 70rem;
}

@media (max-width: 600px) {
  /* line 950, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-encontre-a-crecerto-interno .container {
    flex-direction: column;
  }
  /* line 952, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-encontre-a-crecerto-interno .container .texto-onde-estamos {
    text-align: center;
  }
  /* line 955, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-encontre-a-crecerto-interno .container .texto-onde-estamos .text p {
    text-align: center;
  }
}

@media (max-width: 480px) {
  /* line 963, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-encontre-a-crecerto-interno .container {
    text-align: center;
  }
}

/* line 970, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-mapa-interno {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

/* line 973, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-mapa-interno .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

/* line 981, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-mapa-interno .container .texto-esquerda ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0.8rem 0;
}

/* line 984, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-mapa-interno .container .texto-esquerda ul li img {
  width: 100%;
  max-width: 3rem;
}

/* line 988, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-mapa-interno .container .texto-esquerda ul li h4 {
  margin-left: 2rem;
}

/* line 997, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-cidades {
  padding-top: 6rem;
  background-color: #f9f9f9;
}

/* line 1001, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-cidades .container {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 4rem;
}

/* line 1004, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-cidades .container .nome-estado {
  margin-bottom: 4rem;
}

/* line 1006, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-cidades .container .nome-estado h2 {
  font-size: 2.8rem;
  color: #1C295A;
  position: relative;
}

/* line 1010, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-cidades .container .nome-estado h2:after {
  position: absolute;
  bottom: -12px;
  left: 0;
  content: " ";
  background: #fbaa03;
  width: 5rem;
  height: 2px;
}

/* line 1021, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-cidades .container .cards-cidades {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* line 1024, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-cidades .container .cards-cidades .card-cidade-individual {
  width: 100%;
  max-width: 28rem;
  height: 15rem;
  background-color: #fff;
  margin-bottom: 2.5rem;
  padding: 2rem;
  border-radius: 5px;
  box-shadow: 4px 5px 0px 4px rgba(1, 45, 116, 0.08);
}

/* line 1033, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-cidades .container .cards-cidades .card-cidade-individual:not(:nth-child(4n)) {
  margin-right: 2.5rem;
}

/* line 1036, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-cidades .container .cards-cidades .card-cidade-individual .topo-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

/* line 1039, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-cidades .container .cards-cidades .card-cidade-individual .topo-card .icon-tipo-filial {
  width: 100%;
  max-width: 1.5rem;
  margin-right: 1.5rem;
}

/* line 1045, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-cidades .container .cards-cidades .card-cidade-individual .topo-card .nome-cidade h3 {
  font-size: 1.5rem;
  color: #323841;
  font-weight: 700;
}

/* line 1054, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-cidades .container .cards-cidades .card-cidade-individual .card-text p {
  font-size: 1.35rem;
}

@media (max-width: 1100px) {
  /* line 1063, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-cards-cidades .cards-cidades .card-cidade-individual {
    max-width: 25rem !important;
  }
}

@media (max-width: 991px) {
  /* line 1070, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-cards-cidades .cards-cidades .card-cidade-individual {
    max-width: 30% !important;
  }
  /* line 1072, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-cards-cidades .cards-cidades .card-cidade-individual:not(:nth-child(3n)) {
    margin-right: 2.5rem;
  }
}

@media (max-width: 700px) {
  /* line 1080, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-cards-cidades .cards-cidades .card-cidade-individual {
    max-width: 45% !important;
  }
  /* line 1082, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-cards-cidades .cards-cidades .card-cidade-individual:not(:nth-child(2n)) {
    margin-right: 2.5rem;
  }
}

@media (max-width: 600px) {
  /* line 1090, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-cards-cidades .nome-estado h2 {
    text-align: center;
  }
  /* line 1092, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-cards-cidades .nome-estado h2:after {
    left: 45% !important;
  }
  /* line 1097, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-cards-cidades .cards-cidades {
    padding: 0 !important;
  }
  /* line 1099, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-cards-cidades .cards-cidades .card-cidade-individual {
    max-width: 100% !important;
    margin-right: 0 !important;
  }
  /* line 1102, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-cards-cidades .cards-cidades .card-cidade-individual .topo-card {
    justify-content: center !important;
  }
  /* line 1105, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-cards-cidades .cards-cidades .card-cidade-individual .topo-card .nome-cidade h3 {
    font-size: 2rem;
  }
  /* line 1111, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-cards-cidades .cards-cidades .card-cidade-individual .card-text p {
    text-align: center;
    font-size: 1.5rem;
  }
}

/* line 1123, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-intro-transparencia .container {
  padding: 6rem 2rem 2rem 2rem;
}

@media (max-width: 480px) {
  /* line 1128, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-intro-transparencia .container p {
    text-align: center;
  }
}

/* line 1135, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-transparencia {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

/* line 1138, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-transparencia .container {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 4rem;
}

/* line 1141, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-transparencia .container .nome-tipo-documento {
  margin-bottom: 3rem;
}

/* line 1144, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-transparencia .container .cards-documentos {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

/* line 1149, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-transparencia .container .cards-documentos a:not(:nth-child(4n)) {
  margin-right: 2.3rem;
}

/* line 1152, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-transparencia .container .cards-documentos a .card-documento-individual {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 28rem;
  min-width: 28rem;
  height: 10rem;
  background-color: #f2f2f2;
  margin-bottom: 2.5rem;
  padding: 25px 30px;
  border-radius: 4px;
  transition: all 0.5s;
}

/* line 1163, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-transparencia .container .cards-documentos a .card-documento-individual .icon {
  margin-right: 2rem;
}

/* line 1166, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-transparencia .container .cards-documentos a .card-documento-individual .nome-documento {
  width: 100%;
  max-width: 20rem;
}

/* line 1169, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-transparencia .container .cards-documentos a .card-documento-individual .nome-documento h3 {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #1C295A;
}

/* line 1175, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-transparencia .container .cards-documentos a .card-documento-individual:hover {
  background-color: #1C295A;
  box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.05);
}

/* line 1179, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-transparencia .container .cards-documentos a .card-documento-individual:hover .nome-documento h3 {
  color: #fff;
}

@media (max-width: 1200px) {
  /* line 1191, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-cards-transparencia .container .cards-documentos .card-documento-individual {
    max-width: 25rem;
    min-width: 25rem;
  }
}

@media (max-width: 991px) {
  /* line 1202, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-cards-transparencia .container .cards-documentos a:not(:nth-child(3n)) {
    margin-right: 2.3rem;
  }
  /* line 1205, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-cards-transparencia .container .cards-documentos a .card-documento-individual {
    padding: 13px 15px;
    max-width: 18rem;
    min-width: 18rem;
  }
}

@media (max-width: 600px) {
  /* line 1218, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-cards-transparencia .container .cards-documentos a:not(:nth-child(2n)) {
    margin-right: 2.3rem;
  }
  /* line 1221, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-cards-transparencia .container .cards-documentos a .card-documento-individual {
    max-width: 20rem;
    min-width: 20rem;
  }
}

@media (max-width: 480px) {
  /* line 1231, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-cards-transparencia .container .nome-tipo-documento {
    text-align: center;
  }
  /* line 1233, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-cards-transparencia .container .nome-tipo-documento h2 {
    font-size: 2.5rem;
  }
  /* line 1237, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-cards-transparencia .container .cards-documentos {
    flex-direction: column;
  }
  /* line 1239, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-cards-transparencia .container .cards-documentos a {
    width: 100%;
    margin-right: 0 !important;
  }
  /* line 1242, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-cards-transparencia .container .cards-documentos a .card-documento-individual {
    max-width: 100%;
    min-width: 100%;
  }
}

/* line 1254, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-certificacao .container,
.s-premiacoes .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

/* line 1259, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-certificacao .container p,
.s-premiacoes .container p {
  margin-bottom: 4rem;
}

/* line 1262, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-certificacao .container h2,
.s-premiacoes .container h2 {
  position: relative;
}

/* line 1264, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-certificacao .container h2:after,
.s-premiacoes .container h2:after {
  position: absolute;
  top: 4.5rem;
  left: 0;
  content: " ";
  background: #FBAA03;
  width: 5rem;
  height: 2px;
}

/* line 1274, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-certificacao .container .card-certificacao,
.s-certificacao .container .card-premios,
.s-premiacoes .container .card-certificacao,
.s-premiacoes .container .card-premios {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
  padding: 5rem 0;
  border-bottom: 1px solid #f2f2f2;
}

/* line 1281, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-certificacao .container .card-certificacao .card-certificacao-left,
.s-certificacao .container .card-certificacao .card-premio-left,
.s-certificacao .container .card-premios .card-certificacao-left,
.s-certificacao .container .card-premios .card-premio-left,
.s-premiacoes .container .card-certificacao .card-certificacao-left,
.s-premiacoes .container .card-certificacao .card-premio-left,
.s-premiacoes .container .card-premios .card-certificacao-left,
.s-premiacoes .container .card-premios .card-premio-left {
  width: 80%;
  margin-right: 3rem;
}

/* line 1285, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-certificacao .container .card-certificacao .card-certificacao-left h4,
.s-certificacao .container .card-certificacao .card-premio-left h4,
.s-certificacao .container .card-premios .card-certificacao-left h4,
.s-certificacao .container .card-premios .card-premio-left h4,
.s-premiacoes .container .card-certificacao .card-certificacao-left h4,
.s-premiacoes .container .card-certificacao .card-premio-left h4,
.s-premiacoes .container .card-premios .card-certificacao-left h4,
.s-premiacoes .container .card-premios .card-premio-left h4 {
  margin-bottom: 1.6rem;
  color: #323841;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1rem;
  font-family: "Montserrat", sans-serif;
}

/* line 1293, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-certificacao .container .card-certificacao .card-certificacao-left p,
.s-certificacao .container .card-certificacao .card-premio-left p,
.s-certificacao .container .card-premios .card-certificacao-left p,
.s-certificacao .container .card-premios .card-premio-left p,
.s-premiacoes .container .card-certificacao .card-certificacao-left p,
.s-premiacoes .container .card-certificacao .card-premio-left p,
.s-premiacoes .container .card-premios .card-certificacao-left p,
.s-premiacoes .container .card-premios .card-premio-left p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 150%;
  color: #627185;
  margin-bottom: 2.4rem;
}

/* line 1301, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-certificacao .container .card-certificacao .card-certificacao-right,
.s-certificacao .container .card-certificacao .card-premio-right,
.s-certificacao .container .card-premios .card-certificacao-right,
.s-certificacao .container .card-premios .card-premio-right,
.s-premiacoes .container .card-certificacao .card-certificacao-right,
.s-premiacoes .container .card-certificacao .card-premio-right,
.s-premiacoes .container .card-premios .card-certificacao-right,
.s-premiacoes .container .card-premios .card-premio-right {
  width: 100%;
  max-width: 30rem;
}

@media (max-width: 991px) {
  /* line 1309, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-certificacao .container,
  .s-premiacoes .container {
    align-items: center;
  }
  /* line 1311, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-certificacao .container h2,
  .s-premiacoes .container h2 {
    text-align: center;
  }
  /* line 1313, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-certificacao .container h2:after,
  .s-premiacoes .container h2:after {
    top: 5.5rem;
    left: 45%;
  }
  /* line 1318, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-certificacao .container .card-certificacao,
  .s-premiacoes .container .card-certificacao {
    flex-direction: column-reverse;
    text-align: center;
    padding: 5rem 0;
  }
  /* line 1322, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-certificacao .container .card-certificacao .card-certificacao-left,
  .s-premiacoes .container .card-certificacao .card-certificacao-left {
    margin-right: inherit;
    margin-top: 2rem;
  }
  /* line 1325, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-certificacao .container .card-certificacao .card-certificacao-left p,
  .s-premiacoes .container .card-certificacao .card-certificacao-left p {
    text-align: center;
  }
}

/* line 1335, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-vagas {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

/* line 1338, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-vagas .container {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 4rem;
}

/* line 1341, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-vagas .container .cards-vagas {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* line 1344, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-vagas .container .cards-vagas .card-vaga-individual {
  width: 100%;
  background-color: #f2f2f2;
  margin-bottom: 2.5rem;
  padding: 25px 30px;
  border-radius: 4px;
  min-width: 100rem;
  max-width: 100rem;
}

/* line 1352, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-vagas .container .cards-vagas .card-vaga-individual:not(:nth-child(3n)) {
  margin-right: 2.3rem;
}

/* line 1355, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-vagas .container .cards-vagas .card-vaga-individual .nome-vaga {
  margin-bottom: 5px;
}

/* line 1357, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-vagas .container .cards-vagas .card-vaga-individual .nome-vaga h3 {
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #1C295A;
}

/* line 1363, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-vagas .container .cards-vagas .card-vaga-individual .top-card-vaga {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2rem;
}

/* line 1367, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-vagas .container .cards-vagas .card-vaga-individual .top-card-vaga .cidade-vaga h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #70738a;
}

/* line 1375, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-vagas .container .cards-vagas .card-vaga-individual .card-text p {
  font-size: 1.35rem;
}

/* line 1379, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-cards-vagas .container .cards-vagas .card-vaga-individual .footer-card-vaga {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 2rem;
  border-top: 1px solid #f2f2f2;
}

@media (max-width: 991px) {
  /* line 1389, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-cards-vagas .container .cards-vagas {
    width: 100%;
  }
  /* line 1391, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-cards-vagas .container .cards-vagas .card-vaga-individual {
    min-width: inherit;
    max-width: 100%;
  }
}

/* line 1401, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-entre-em-contato,
.s-trabalhe-conosco {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

/* line 1405, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-entre-em-contato .container,
.s-trabalhe-conosco .container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 6rem;
  border-bottom: 1px solid #f2f2f2;
}

/* line 1409, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-entre-em-contato .container .text,
.s-trabalhe-conosco .container .text {
  width: 100%;
  max-width: 59rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 1414, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-entre-em-contato .container .title,
.s-trabalhe-conosco .container .title {
  margin-bottom: 2rem;
}

/* line 1416, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-entre-em-contato .container .title h2,
.s-trabalhe-conosco .container .title h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 125%;
  color: #1f3d8c;
  margin-top: 11px;
  max-width: 427px;
  margin-bottom: 2rem;
}

/* line 1426, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-entre-em-contato .container .info,
.s-trabalhe-conosco .container .info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}

/* line 1431, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-entre-em-contato .container .info li,
.s-trabalhe-conosco .container .info li {
  background-color: rgba(31, 61, 140, 0.03);
  border-radius: 8px;
  height: 15rem;
  width: 30rem;
}

/* line 1436, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-entre-em-contato .container .info li:not(:last-child),
.s-trabalhe-conosco .container .info li:not(:last-child) {
  margin-right: 2rem;
}

/* line 1439, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-entre-em-contato .container .info li a,
.s-trabalhe-conosco .container .info li a {
  padding: 24px 38px 27px 24px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

/* line 1444, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-entre-em-contato .container .info li a small,
.s-trabalhe-conosco .container .info li a small {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #595b6f;
  margin-top: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

/* line 1453, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-entre-em-contato .container .info li a strong,
.s-trabalhe-conosco .container .info li a strong {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 22px;
  color: #424454;
  margin-top: 4px;
  line-height: 1.6rem;
}

/* line 1464, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-entre-em-contato .container .fale-via-whatsapp,
.s-trabalhe-conosco .container .fale-via-whatsapp {
  margin-top: 6rem;
}

/* line 1466, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-entre-em-contato .container .fale-via-whatsapp a,
.s-trabalhe-conosco .container .fale-via-whatsapp a {
  background: linear-gradient(218.62deg, rgba(61, 181, 51, 0.7) 13.67%, rgba(27, 154, 6, 0.7) 86.53%);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 384px;
  height: 56px;
  font-family: "Exo", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-top: 24px;
}

/* line 1489, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-entre-em-contato .container .formulario,
.s-trabalhe-conosco .container .formulario {
  width: 100%;
  max-width: 50rem;
}

/* line 1493, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-entre-em-contato .container .formulario form .campo-formulario,
.s-trabalhe-conosco .container .formulario form .campo-formulario {
  padding: 15px;
  margin-bottom: 1.5rem;
  width: 100%;
  max-width: 60rem;
  border-radius: 1rem;
  border: 1px solid #f2f2f2;
  width: 100%;
  height: 60px;
  border-radius: 6px;
  border: 1px solid rgba(112, 115, 137, 0.3);
  padding: 0 21px;
  font-size: 14px;
  color: #70738a;
}

/* line 1508, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-entre-em-contato .container .formulario form .campo-textarea,
.s-trabalhe-conosco .container .formulario form .campo-textarea {
  width: 100%;
  height: 140px px;
  border-radius: 6px;
  border: 1px solid rgba(112, 115, 137, 0.3);
  padding: 21px;
  padding-top: 27px;
  font-size: 14px;
  color: #70738a;
  resize: none;
  z-index: 4;
  margin-bottom: 1.5rem;
}

/* line 1521, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-entre-em-contato .container .formulario form .campo-curriculo,
.s-trabalhe-conosco .container .formulario form .campo-curriculo {
  margin-bottom: 2rem;
  margin-top: 1rem;
}

/* line 1525, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-entre-em-contato .container .formulario form .btn-primary,
.s-trabalhe-conosco .container .formulario form .btn-primary {
  width: 100%;
  max-width: 60rem;
  padding: 5px;
  color: #fff;
  background-color: #002040;
}

@media (max-width: 1200px) {
  /* line 1537, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-entre-em-contato .container .text,
  .s-trabalhe-conosco .container .text {
    max-width: 50rem;
  }
  /* line 1540, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-entre-em-contato .container .info,
  .s-trabalhe-conosco .container .info {
    flex-direction: column;
    width: 100%;
  }
  /* line 1543, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-entre-em-contato .container .info li,
  .s-trabalhe-conosco .container .info li {
    margin-bottom: 2rem;
    max-width: 40rem;
  }
  /* line 1548, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-entre-em-contato .container .formulario,
  .s-trabalhe-conosco .container .formulario {
    max-width: 60rem;
  }
}

@media (max-width: 991px) {
  /* line 1554, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-entre-em-contato .container,
  .s-trabalhe-conosco .container {
    flex-direction: column;
  }
  /* line 1556, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-entre-em-contato .container .text,
  .s-trabalhe-conosco .container .text {
    margin-bottom: 6rem;
    max-width: 100%;
  }
  /* line 1560, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-entre-em-contato .container .text .title h2,
  .s-trabalhe-conosco .container .text .title h2 {
    max-width: inherit;
  }
  /* line 1565, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-entre-em-contato .container .info,
  .s-trabalhe-conosco .container .info {
    flex-direction: row;
    justify-content: flex-start;
  }
  /* line 1569, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-entre-em-contato .container .fale-via-whatsapp,
  .s-trabalhe-conosco .container .fale-via-whatsapp {
    margin-top: 3rem;
  }
}

@media (max-width: 600px) {
  /* line 1576, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-entre-em-contato .container .text,
  .s-trabalhe-conosco .container .text {
    text-align: center;
  }
  /* line 1579, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-entre-em-contato .container .text .title p,
  .s-trabalhe-conosco .container .text .title p {
    text-align: center;
  }
  /* line 1584, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-entre-em-contato .container .info,
  .s-trabalhe-conosco .container .info {
    flex-direction: column;
  }
  /* line 1586, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-entre-em-contato .container .info li,
  .s-trabalhe-conosco .container .info li {
    width: 100%;
    max-width: 100%;
    height: 18rem;
  }
  /* line 1590, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-entre-em-contato .container .info li a,
  .s-trabalhe-conosco .container .info li a {
    align-items: center;
  }
  /* line 1596, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-entre-em-contato .container .fale-via-whatsapp p,
  .s-trabalhe-conosco .container .fale-via-whatsapp p {
    text-align: center;
  }
}

/* line 1605, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.modal {
  position: fixed;
  top: 20%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 999;
}

/* line 1617, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.modal .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

/* line 1626, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.modal .box {
  position: relative;
  z-index: 999;
  width: 100%;
  max-width: 94rem;
  height: 53rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  transform: translateY(20px);
  transition: transform 0.3s;
}

/* line 1638, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.modal .box .close {
  position: absolute;
  top: -51px;
  right: 0;
  width: 10rem;
  height: 4rem;
  background-color: #fff;
  border: 1px solid #000;
  font-weight: bold;
}

/* line 1649, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.modal.active {
  opacity: 1;
  pointer-events: all;
}

/* line 1652, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.modal.active .box {
  transform: translateY(0);
}

@media (max-width: 480px) {
  /* line 1657, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .modal .box {
    max-width: 100%;
  }
}

/*Página Linhas de Crédito*/
/* line 1664, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-todas-linhas-de-credito {
  background-color: #f9f9f9;
}

/* line 1666, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-todas-linhas-de-credito .container {
  padding-top: 9.6rem;
  padding-bottom: 8rem;
}

/* line 1670, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-todas-linhas-de-credito .container .titulo-link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 5rem;
}

/* line 1673, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-todas-linhas-de-credito .container .titulo-link .titulo {
  max-width: 60rem;
}

/* line 1675, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-todas-linhas-de-credito .container .titulo-link .titulo h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 125%;
  color: #1f3d8c;
  margin-top: 11px;
  max-width: 427px;
  margin-bottom: 2rem;
}

/* line 1684, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-todas-linhas-de-credito .container .titulo-link .titulo h4 {
  height: 4px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  /* font-family: "Montserrat"; */
  color: #06b392;
  line-height: 3rem;
  font-family: "Montserrat";
  font-size: 1.8rem;
  margin-bottom: 3rem;
}

/* line 1696, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-todas-linhas-de-credito .container .titulo-link .titulo h2 {
  font-weight: 700;
}

/* line 1702, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* line 1706, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li {
  max-width: 38rem;
  height: 35rem;
  margin-bottom: 3rem;
  background-color: white;
  padding: 3.5rem;
  border-radius: 10px;
  border: solid 1px #c9c6ff73;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  cursor: pointer;
  box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.05);
}

/* line 1721, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li:not(:nth-child(3n)) {
  margin-right: 3rem;
}

/* line 1725, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li .icon img {
  padding-bottom: 1.6rem;
}

/* line 1729, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li h4 {
  color: #012d72;
  margin-bottom: 2.5rem;
  line-height: 37px;
  font-weight: 700;
  font-size: 30px;
}

/* line 1736, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #70738a;
  margin-bottom: 2rem;
}

/* line 1743, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li:hover {
  background-color: #fff;
  transition: all 0.3s;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.2);
}

/* line 1757, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-todas-linhas-de-credito .container .image img {
  position: relative;
  top: -16.8rem;
}

@media (max-width: 1204px) {
  /* line 1767, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li {
    max-width: 50rem;
    height: 50rem;
  }
  /* line 1770, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li h4 {
    font-size: 35px;
  }
  /* line 1773, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li p {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  /* line 1785, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li {
    max-width: 43rem;
    height: 55rem;
  }
  /* line 1788, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li h4 {
    font-size: 32px;
  }
  /* line 1791, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li p {
    font-size: 14px;
  }
}

@media (max-width: 838px) {
  /* line 1803, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li {
    max-width: 37rem;
    height: 60rem;
  }
  /* line 1806, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li h4 {
    font-size: 28px;
  }
  /* line 1809, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li p {
    font-size: 14px;
  }
}

@media (max-width: 730px) {
  /* line 1821, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li {
    max-width: 33rem;
    height: 65rem;
  }
  /* line 1824, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li h4 {
    font-size: 25px;
  }
  /* line 1827, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li p {
    font-size: 14px;
  }
}

@media (max-width: 660px) {
  /* line 1839, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li:not(:nth-child(0n)) {
    margin-right: 0rem;
    display: flex;
    justify-content: center;
    text-align: center;
    max-width: 100%;
    margin-right: 0rem;
    height: 45rem;
  }
  /* line 1847, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li:not(:nth-child(0n)) h4 {
    font-size: 35px;
  }
  /* line 1850, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li:not(:nth-child(0n)) p {
    text-align: center;
    font-size: 15px;
  }
}

@media (max-width: 660px) {
  /* line 1863, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li:not(:nth-child(0n)) {
    margin-right: 0rem;
    display: flex;
    justify-content: center;
    text-align: center;
    max-width: 100%;
    margin-right: 0rem;
    height: 100%;
  }
  /* line 1871, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li:not(:nth-child(0n)) h4 {
    font-size: 35px;
  }
  /* line 1874, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li:not(:nth-child(0n)) p {
    text-align: center;
    font-size: 15px;
  }
}

@media (max-width: 320px) {
  /* line 1887, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li:not(:nth-child(0n)) {
    margin-right: 0rem;
    display: flex;
    justify-content: center;
    text-align: center;
    max-width: 100%;
    margin-right: 0rem;
    height: 100%;
  }
  /* line 1895, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li:not(:nth-child(0n)) h4 {
    font-size: 26px;
  }
  /* line 1898, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-todas-linhas-de-credito .container .cards-solucoes-linhas-de-credito ul li:not(:nth-child(0n)) p {
    text-align: center;
    font-size: 15px;
  }
}

/* line 1910, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-depoimentos {
  padding: 8rem 0;
  background: #1C295A;
  background: linear-gradient(102.53deg, #012d72 13.3%, #202889 47.04%, #23cbcb 124.98%);
}

/* line 1919, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-depoimentos .container {
  margin-bottom: -200px;
}

/* line 1921, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-depoimentos .container .top-depoimentos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem;
}

/* line 1924, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-depoimentos .container .top-depoimentos .titulo-top {
  width: 100%;
}

/* line 1926, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-depoimentos .container .top-depoimentos .titulo-top span {
  line-height: 3rem;
}

/* line 1929, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-depoimentos .container .top-depoimentos .titulo-top h2 {
  width: 100%;
  max-width: 60rem;
  color: #fff;
}

/* line 1935, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-depoimentos .container .top-depoimentos p {
  width: 100%;
  max-width: 40rem;
  color: #fff;
}

/* line 1941, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-depoimentos .container .depoimentosSwiper {
  height: 100%;
  min-height: 35rem;
  width: 100%;
}

/* line 1946, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-depoimentos .container .depoimentosSwiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #fff;
  padding: 4rem 6rem;
  border-radius: 2rem;
  height: 100%;
  max-height: 30rem;
  box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.2);
}

/* line 1955, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-depoimentos .container .depoimentosSwiper .swiper-wrapper .swiper-slide .header-card-depoimento {
  margin-bottom: 4rem;
}

/* line 1957, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-depoimentos .container .depoimentosSwiper .swiper-wrapper .swiper-slide .header-card-depoimento p {
  font-style: italic;
}

/* line 1961, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-depoimentos .container .depoimentosSwiper .swiper-wrapper .swiper-slide .footer-card-depoimento {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* line 1964, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-depoimentos .container .depoimentosSwiper .swiper-wrapper .swiper-slide .footer-card-depoimento .footer-left-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

/* line 1966, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-depoimentos .container .depoimentosSwiper .swiper-wrapper .swiper-slide .footer-card-depoimento .footer-left-card .img-card {
  overflow: hidden;
  height: 7rem;
  width: 7rem;
  border-radius: 10rem;
  margin-right: 3rem;
}

/* line 1972, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-depoimentos .container .depoimentosSwiper .swiper-wrapper .swiper-slide .footer-card-depoimento .footer-left-card .img-card img {
  height: 7rem;
}

/* line 1976, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-depoimentos .container .depoimentosSwiper .swiper-wrapper .swiper-slide .footer-card-depoimento .footer-left-card .info-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 1978, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-depoimentos .container .depoimentosSwiper .swiper-wrapper .swiper-slide .footer-card-depoimento .footer-left-card .info-card h4 {
  line-height: 2rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #1C295A;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 1990, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-depoimentos .container .depoimentosSwiper .swiper-wrapper .swiper-slide .footer-card-depoimento .footer-right-card img {
  height: 6rem;
}

/* line 1997, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-depoimentos .container .depoimentosSwiper .swiper-pagination {
  bottom: 10;
}

@media (max-width: 991px) {
  /* line 2004, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-depoimentos .container .top-depoimentos {
    flex-direction: column;
  }
  /* line 2005, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-depoimentos .container .top-depoimentos .titulo-top {
    text-align: center;
  }
  /* line 2007, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-depoimentos .container .top-depoimentos .titulo-top h2 {
    max-width: 100%;
  }
  /* line 2011, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-depoimentos .container .top-depoimentos p {
    max-width: 100%;
    text-align: center;
  }
  /* line 2018, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-depoimentos .container .depoimentosSwiper .swiper-wrapper {
    flex-direction: column;
  }
  /* line 2020, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-depoimentos .container .depoimentosSwiper .swiper-wrapper .swiper-slide {
    width: 100% !important;
    margin-bottom: 2rem;
  }
}

/* line 2030, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-espacamento {
  margin-top: 8rem;
}

/* line 2034, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-form-cadastro-social {
  background: linear-gradient(102.53deg, #012d72 13.3%, #202889 47.04%, #23cbcb 124.98%);
}

/* line 2042, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-form-cadastro-social .container {
  padding: 10rem 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

/* line 2045, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-form-cadastro-social .container .left-cadastro-social {
  width: 100%;
  max-width: 50rem;
}

/* line 2048, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-form-cadastro-social .container .left-cadastro-social .icon {
  margin-bottom: 2rem;
}

/* line 2051, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-form-cadastro-social .container .left-cadastro-social span {
  line-height: 5rem;
}

/* line 2054, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-form-cadastro-social .container .left-cadastro-social h2 {
  color: #fff;
  margin-bottom: 3rem;
}

/* line 2058, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-form-cadastro-social .container .left-cadastro-social p {
  color: #fff;
  margin-bottom: 2rem;
}

/* line 2063, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-form-cadastro-social .container .right-cadastro-social {
  width: 100%;
  max-width: 70rem;
}

/* line 2067, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-form-cadastro-social .container .formulario {
  width: 100%;
}

/* line 2070, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-form-cadastro-social .container .formulario form .campo-formulario {
  padding: 15px;
  margin-bottom: 1.5rem;
  width: 100%;
  max-width: 60rem;
  border-radius: 1rem;
  border: 1px solid #f2f2f2;
  width: 100%;
  height: 6rem;
  border-radius: 6px;
  border: 1px solid rgba(112, 115, 137, 0.3);
  padding: 0 2.1rem;
  font-size: 1.4rem;
  color: #70738a;
}

/* line 2085, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-form-cadastro-social .container .formulario form .campo-textarea {
  padding: 15px;
  margin-bottom: 1.5rem;
  width: 100%;
  max-width: 60rem;
  border-radius: 1rem;
  border: 1px solid #f2f2f2;
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(112, 115, 137, 0.3);
  padding: 2.1rem;
  font-size: 1.4rem;
  color: #70738a;
}

/* line 2099, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-form-cadastro-social .container .formulario form .campo-curriculo {
  margin-bottom: 2rem;
  margin-top: 1rem;
  color: #fff;
}

/* line 2104, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-form-cadastro-social .container .formulario form .btn-primary {
  width: 100%;
  max-width: 60rem;
  padding: 5px;
  color: #fff;
  background-color: #FBAA03;
}

@media (max-width: 1200px) {
  /* line 2116, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-form-cadastro-social .container .left-cadastro-social {
    padding-left: 5rem;
  }
}

@media (max-width: 991px) {
  /* line 2122, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-form-cadastro-social .container {
    flex-direction: column;
    align-items: center;
  }
  /* line 2125, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-form-cadastro-social .container .left-cadastro-social {
    max-width: 100%;
    text-align: center;
    padding: 3rem;
  }
  /* line 2129, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-form-cadastro-social .container .left-cadastro-social .icon {
    text-align: center;
  }
  /* line 2132, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-form-cadastro-social .container .left-cadastro-social p {
    text-align: center;
  }
  /* line 2136, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-form-cadastro-social .container .right-cadastro-social {
    max-width: 100%;
    padding: 0 4rem;
  }
}

/* line 2167, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
body {
  font-family: Arial, sans-serif;
  background-color: #f8f9fa;
  color: #333;
}

/* line 2173, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
h1, h2 {
  color: #333;
  font-weight: bold;
}

/* line 2178, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
p {
  color: #666;
  line-height: 1.6;
}

/* line 2184, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-hero-interna {
  position: relative;
  background: url("../img/hero-bg.jpg") no-repeat center center;
  background-size: cover;
  height: 300px;
  color: white;
}

/* line 2191, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-hero-interna .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 2196, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-hero-interna .overlay .text {
  text-align: center;
}

/* line 2199, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-hero-interna .overlay .text .title-h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

/* line 2204, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-hero-interna .overlay .text .icon {
  margin-top: 10px;
}

/* line 2207, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-hero-interna .overlay .text .icon img {
  width: 40px;
}

/* line 2216, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-listao-de-vagas {
  padding: 40px 0;
}

/* line 2219, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-listao-de-vagas .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 2225, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-listao-de-vagas .cards-vagas {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* line 2231, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-listao-de-vagas .card-individual-vaga {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: calc(50% - 20px);
  margin-bottom: 20px;
}

/* line 2241, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-listao-de-vagas .card-individual-vaga .nome-da-vaga h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
}

/* line 2247, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-listao-de-vagas .card-individual-vaga .nome-da-vaga .unidade-vaga {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

/* line 2253, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-listao-de-vagas .card-individual-vaga .nome-da-vaga .informacoes-da-vaga {
  font-size: 16px;
  margin-bottom: 20px;
}

/* line 2258, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-listao-de-vagas .card-individual-vaga .nome-da-vaga .informacoes-da-vaga::before {
  content: '✅';
  margin-right: 10px;
}

/* line 2264, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-listao-de-vagas .card-individual-vaga .nome-da-vaga .link-formulario-vaga {
  display: inline-block;
  padding: 10px 15px;
  background-color: #007bff;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}

/* line 2274, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-listao-de-vagas .card-individual-vaga .nome-da-vaga .link-formulario-vaga:hover {
  background-color: #0062cc;
}

@media (max-width: 768px) {
  /* line 2283, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-listao-de-vagas .card-individual-vaga {
    width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  /* line 2289, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .s-listao-de-vagas .card-individual-vaga {
    width: 100%;
  }
}

/* line 2298, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-lista-candidatos {
  margin: 50px 0;
  font-family: Arial, sans-serif;
}

/* line 2303, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.filter-form {
  margin-bottom: 30px;
}

/* line 2307, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.filter-form label {
  margin-right: 10px;
}

/* line 2311, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.filter-form select {
  margin-right: 20px;
  padding: 5px;
}

/* line 2316, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.filter-form .button {
  background-color: #0073aa;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

/* line 2326, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.filter-form .button:hover {
  background-color: #005f8d;
}

/* line 2330, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.tabela-candidatos {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

/* line 2336, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.tabela-candidatos th, .tabela-candidatos td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

/* line 2342, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.tabela-candidatos th {
  background-color: #f5f5f5;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #333;
}

/* line 2350, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.tabela-candidatos td {
  font-size: 14px;
  color: #555;
}

/* line 2355, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.tabela-candidatos tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* line 2359, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.button {
  background-color: #0073aa;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

/* line 2369, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.button:hover {
  background-color: #005f8d;
}

/* line 2375, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-lista-vagas {
  padding: 60px 0;
  background-color: #f8f9fa;
  font-family: 'Inter', sans-serif;
}

/* Título da Página */
/* line 2382, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.titulo-pagina {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
  color: #2c3e50;
  font-weight: 700;
}

/* Contêiner para os cards de vaga */
/* line 2391, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.vaga-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}

/* Estilos para cada card de vaga */
/* line 2399, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.vaga-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 46px;
  padding: 32px;
  width: calc(100% - 20px);
  box-sizing: border-box;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Efeito hover nos cards */
/* line 2414, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.vaga-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

/* Cabeçalho do Card */
/* line 2420, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.vaga-header {
  margin-bottom: 15px;
}

/* Título da Vaga */
/* line 2425, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.vaga-title {
  font-size: 18px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 5px;
}

/* Unidade e Cidade */
/* line 2433, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.vaga-unidade {
  font-size: 14px;
  color: #7f8c8d;
}

/* Descrição da Vaga */
/* line 2439, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.vaga-descricao {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* Rodapé do Card */
/* line 2447, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.vaga-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Botões */
/* line 2454, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.vaga-botoes {
  display: flex;
  gap: 10px;
}

/* line 2459, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.vaga-botoes .button {
  padding: 16px 32px;
  font-size: 14px;
  border-radius: 24px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

/* line 2470, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.vaga-botoes .mais-detalhes {
  background-color: #1C295A;
  color: #ffffff;
}

/* line 2475, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.vaga-botoes .mais-detalhes:hover {
  background-color: #162148;
}

/* line 2479, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.vaga-botoes .candidatar-se {
  background-color: #018C85;
  color: #ffffff;
}

/* line 2484, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.vaga-botoes .candidatar-se:hover {
  background-color: #018C85;
}

/* Data de Publicação */
/* line 2489, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.vaga-data {
  font-size: 14px;
  color: #7f8c8d;
}

/* Responsividade para tablets (1 card por linha) */
@media (max-width: 768px) {
  /* line 2496, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .vaga-card {
    width: 100%;
  }
}

/* line 2502, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.filtro-unidade-form {
  margin-bottom: 20px;
}

/* line 2506, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.filtro-unidade-form select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  margin-right: 10px;
}

/* line 2514, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.filtro-unidade-form .button {
  padding: 10px 20px;
  background-color: #0073aa;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

/* line 2524, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.filtro-unidade-form .button:hover {
  background-color: #005177;
}

/* Container de Detalhes da Vaga */
/* line 2535, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-detalhes-da-vaga {
  background-color: #f8f9fa;
  padding-bottom: 40px;
  padding-top: 32px;
}

/* line 2541, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.vaga-title-interno {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

/* Lista de informações da vaga */
/* line 2550, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.informacoes-vaga {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

/* line 2556, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.informacoes-vaga li {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  color: #666;
}

/* line 2563, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.informacoes-vaga strong {
  color: #333;
}

/* Descrição da Vaga */
/* line 2568, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.descricao-vaga {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 40px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 46px;
  padding: 48px;
  width: calc(100% - 20px);
  box-sizing: border-box;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Botão de Inscrição */
/* line 2588, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.vaga-botao-inscricao {
  text-align: center;
}

/* line 2592, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.vaga-botao-inscricao .button.candidatar-se {
  padding: 16px 32px;
  font-size: 14px;
  border-radius: 24px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease;
  background-color: #018C85;
}

/* line 2604, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.vaga-botao-inscricao .button.candidatar-se:hover {
  background-color: #018C85;
}

/* Responsividade */
@media (max-width: 768px) {
  /* line 2610, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .vaga-detalhes {
    padding: 20px;
  }
  /* line 2614, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .vaga-title {
    font-size: 24px;
  }
  /* line 2618, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .descricao-vaga {
    font-size: 15px;
  }
}

/* Estilos Gerais da Página */
/* line 2625, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.formulario-candidato-page {
  margin: 0 auto;
  padding: 50px 20px;
}

/* Título da Página */
/* line 2631, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.formulario-candidato-page h1 {
  font-size: 32px;
  color: #333;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}

/* Texto de Introdução */
/* line 2640, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.formulario-candidato-page .intro-text {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-bottom: 40px;
}

/* line 2647, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.unidade-da-vaga-form {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #45C7EF;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}

/* Estilização do Gravity Forms */
/* line 2659, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.formulario-candidato .gform_wrapper {
  font-family: 'Inter', sans-serif;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

/* line 2667, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.formulario-candidato .gfield_label {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

/* line 2674, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.formulario-candidato .ginput_container input,
.formulario-candidato .ginput_container textarea,
.formulario-candidato .ginput_container select {
  width: 100%;
  padding: 12px 15px;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: border-color 0.3s ease;
}

/* line 2687, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.formulario-candidato .ginput_container input:focus,
.formulario-candidato .ginput_container textarea:focus,
.formulario-candidato .ginput_container select:focus {
  border-color: #0073aa;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.2);
}

/* Estilo para os botões do Gravity Forms */
/* line 2696, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.formulario-candidato .gform_button {
  background-color: #0073aa;
  color: #fff;
  padding: 12px 25px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: 'Montserrat', sans-serif;
}

/* line 2708, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.formulario-candidato .gform_button:hover {
  background-color: #005f8d;
}

/* Responsividade */
@media (max-width: 768px) {
  /* line 2714, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .formulario-candidato-page {
    padding: 30px 15px;
  }
  /* line 2718, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .formulario-candidato-page h1 {
    font-size: 28px;
  }
  /* line 2722, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .formulario-candidato .ginput_container input,
  .formulario-candidato .ginput_container textarea,
  .formulario-candidato .ginput_container select {
    font-size: 14px;
    padding: 10px;
  }
  /* line 2729, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
  .formulario-candidato .gform_button {
    padding: 10px 20px;
    font-size: 15px;
  }
}

/* Container de Detalhes do Candidato */
/* line 2738, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-detalhes-do-candidato {
  background-color: #f8f9fa;
  padding-bottom: 40px;
  padding-top: 32px;
}

/* Títulos de Seções */
/* line 2745, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.s-detalhes-do-candidato h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

/* Informações do Candidato */
/* line 2754, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.candidato-informacoes, .observacoes-supervisor, .observacoes-rh {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

/* Lista de informações do candidato */
/* line 2764, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.informacoes-candidato, .observacoes {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 2770, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.informacoes-candidato li, .observacoes li {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  color: #666;
}

/* line 2777, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.informacoes-candidato strong, .observacoes strong {
  color: #333;
}

/* Badge de Status */
/* line 2782, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.status-badge {
  padding: 6px 12px;
  border-radius: 12px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
}

/* Botões de Ações */
/* Botões de Ações */
/* Botões de Ações */
/* line 2791, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.candidato-acoes {
  text-align: center;
  margin-top: 30px;
}

/* line 2796, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.candidato-acoes .button {
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 24px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
}

/* line 2808, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.candidato-acoes .ver-listagem-candidatos {
  background-color: #ff6f61;
  /* Vermelho */
  color: white;
}

/* line 2813, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.candidato-acoes .editar-candidato {
  background-color: #007bff;
  /* Azul */
  color: white;
}

/* line 2818, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.candidato-acoes .imprimir-candidato {
  background-color: #6c757d;
  /* Cinza */
  color: white;
}

/* line 2823, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.candidato-acoes .download-curriculo {
  background-color: #28a745;
  /* Verde */
  color: white;
}

/* line 2828, C:/Users/julce/Local Sites/crecerto-rh/app/public/wp-content/themes/crecerto_theme_ingles/scss/_home.scss */
.candidato-acoes .button:hover {
  opacity: 0.9;
}

/*# sourceMappingURL=style.css.map */