* {
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Noto Sans", sans-serif;
}

ul {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  -moz-margin-before: 0px;
  -moz-margin-after: 0px;
  -moz-margin-start: 0px;
  -moz-margin-end: 0px;
  -moz-padding-start: 0px;
}

a {
  text-decoration: none;
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

h1, h2, h3, h4 {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}

.divide {
  width: 100%;
  height: 1px;
  float: left;
}

.centro {
  width: 1170px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .centro {
    width: 90%;
    margin: 0 5%;
  }
}

#topo {
  width: 100%;
  height: 110px;
  float: left;
  background: #fff;
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  #topo {
    height: auto;
    padding-bottom: 10px;
  }
}
#topo .logo {
  float: left;
  margin-top: 23px;
}
@media (max-width: 768px) {
  #topo .logo {
    width: 80%;
    margin: 20px 10% 0 10%;
  }
}
#topo .tel {
  float: right;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
@media (max-width: 768px) {
  #topo .tel {
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }
}
#topo .tel .ico {
  width: 50px;
  height: 50px;
  background: #f5f5f5;
  float: left;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#topo .tel .ico i {
  color: #981d3d;
  font-size: 14px;
}
#topo .tel .text {
  float: right;
  font-weight: 400;
  padding-left: 20px;
  font-size: 14px;
}
#topo .ico-menu {
  display: none;
}
@media (max-width: 768px) {
  #topo .ico-menu {
    display: block;
    position: absolute;
    right: 10px;
    top: 58px;
    width: 40px;
  }
}
#topo .box-menu {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  #topo .box-menu {
    display: none;
  }
}
#topo .menu {
  float: left;
  border: 1px solid #fff;
  margin-top: 17px;
  width: calc(100% - 2px);
  background: #981d3d;
}
#topo .menu li {
  list-style: none;
  background: #981d3d;
  float: left;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
@media (max-width: 768px) {
  #topo .menu li {
    width: 100%;
    text-align: center;
  }
}
#topo .menu li a {
  float: left;
  padding: 18px 26px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 768px) {
  #topo .menu li a {
    width: 100%;
    padding: 18px 0;
    text-align: center;
  }
}
#topo .menu li:hover {
  background: #ebebeb;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
#topo .menu li:hover a {
  color: #272727;
}

.slider {
  width: 100%;
  float: left;
}
.slider .bx-wrapper {
  margin: 0;
}
.slider .bxslider {
  width: 100%;
  float: left;
}
.slider .bx-wrapper .bx-pager, .slider .bx-wrapper .bx-controls-auto {
  bottom: 10px;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #981d3d;
}

.exames-home {
  width: 100%;
  float: left;
  padding: 80px 0;
  background: url("../../imagens/bg-exames-home.jpg") #f5f5f5 no-repeat center left;
}
@media (max-width: 768px) {
  .exames-home {
    padding: 50px 0;
    background: #f5f5f5;
  }
}
.exames-home .desc {
  width: 100%;
  float: left;
  font-weight: 700;
  font-size: 12px;
  color: #981d3d;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.exames-home h2 {
  font-weight: 700;
  font-size: 33px;
  color: #3c3c3c;
  width: 100%;
  float: left;
  text-align: center;
}
.exames-home ul {
  width: 100%;
  float: left;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .exames-home ul {
    margin-top: 0px;
  }
}
.exames-home ul li {
  list-style: none;
  width: 33.33%;
  height: 262px;
  float: left;
  text-align: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
@media (max-width: 768px) {
  .exames-home ul li {
    width: 100%;
    height: auto;
  }
}
.exames-home ul li .ico {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 44px;
}
.exames-home ul li .ico img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.exames-home ul li .title {
  width: 100%;
  float: left;
  font-weight: 700;
  font-size: 18px;
  color: #981d3d;
  text-align: center;
  margin-top: 10px;
}
.exames-home ul li .text {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 10px;
}
.exames-home ul li:hover {
  background: #fff;
  box-shadow: 12px 14px 13px rgba(0, 0, 0, 0.05);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}

.sala-ambient {
  width: 100%;
  float: left;
  padding: 80px 0;
  background: #fff;
}
@media (max-width: 768px) {
  .sala-ambient {
    padding: 50px 0;
  }
}
.sala-ambient .sala-ambient-img {
  float: left;
}
@media (max-width: 768px) {
  .sala-ambient .sala-ambient-img {
    width: 100%;
  }
}
.sala-ambient .box-text {
  width: 480px;
  float: right;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .sala-ambient .box-text {
    width: 100%;
  }
}
.sala-ambient .box-text h2 {
  font-weight: 700;
  font-size: 32px;
  color: #272727;
  width: 100%;
  float: left;
  position: relative;
}
.sala-ambient .box-text h2:after {
  content: "";
  width: 58px;
  height: 4px;
  background: #981d3d;
  position: absolute;
  left: 0px;
  bottom: -15px;
}
.sala-ambient .box-text .text {
  width: 100%;
  float: left;
  margin-top: 15px;
  text-align: justify;
}
.sala-ambient .box-text .btn {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #111111;
  padding: 12px 40px;
  border: 2px solid #981d3d;
  float: left;
  margin: 10px 0 0 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
@media (max-width: 768px) {
  .sala-ambient .box-text .btn {
    font-size: 14px;
  }
}
.sala-ambient .box-text .btn:hover {
  background: #981d3d;
  color: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}

.grupo-villas-boas {
  width: 100%;
  height: calc(750px - 140px);
  background: url("../../imagens/bg-grupo.jpg") no-repeat top center;
  float: left;
  padding: 70px 0;
}
@media (max-width: 768px) {
  .grupo-villas-boas {
    padding: 50px 0;
    height: auto;
    background: url("../../imagens/bg-grupo.jpg") no-repeat top center;
    background-size: cover;
  }
}
.grupo-villas-boas h2 {
  font-weight: 400;
  font-size: 53px;
  color: #fff;
  float: left;
  line-height: 60px;
  position: relative;
  z-index: 9;
  padding-left: 20px;
  width: calc(100% - 20px);
}
@media (max-width: 768px) {
  .grupo-villas-boas h2 {
    font-size: 32px;
    line-height: 40px;
    padding-left: 0px;
  }
}
.grupo-villas-boas h2:before {
  content: "";
  width: 93px;
  height: 413px;
  background: #981d3d;
  position: absolute;
  left: 0px;
  top: -100px;
  z-index: -1;
}
@media (max-width: 768px) {
  .grupo-villas-boas h2:before {
    display: none;
  }
}
.grupo-villas-boas .text {
  float: left;
  width: 600px;
  margin-left: 150px;
  text-align: justify;
}
@media (max-width: 768px) {
  .grupo-villas-boas .text {
    width: 100%;
    margin-left: 0px;
  }
}
.grupo-villas-boas .text p {
  color: #a1a1a1;
}

.sustentabilidade {
  width: 100%;
  float: left;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .sustentabilidade {
    padding: 50px 0;
  }
}
.sustentabilidade .desc {
  width: 100%;
  float: left;
  font-weight: 700;
  font-size: 12px;
  color: #981d3d;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sustentabilidade h2 {
  font-weight: 700;
  font-size: 33px;
  color: #3c3c3c;
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 100px;
}
.sustentabilidade .img {
  float: left;
}
@media (max-width: 768px) {
  .sustentabilidade .img {
    width: 100%;
  }
}
.sustentabilidade .box-text {
  width: 480px;
  float: right;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .sustentabilidade .box-text {
    width: 100%;
  }
}
.sustentabilidade .box-text .title {
  font-weight: 700;
  font-size: 32px;
  color: #272727;
  width: 100%;
  float: left;
  position: relative;
}
.sustentabilidade .box-text .title:after {
  content: "";
  width: 58px;
  height: 4px;
  background: #981d3d;
  position: absolute;
  left: 0px;
  bottom: -15px;
}
.sustentabilidade .box-text .text {
  width: 100%;
  float: left;
  margin-top: 15px;
  text-align: justify;
}
.sustentabilidade .box-text .btn {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #111111;
  padding: 12px 40px;
  border: 2px solid #981d3d;
  float: left;
  margin: 10px 0 0 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
@media (max-width: 768px) {
  .sustentabilidade .box-text .btn {
    font-size: 14px;
  }
}
.sustentabilidade .box-text .btn:hover {
  background: #981d3d;
  color: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}

.barra-fixa {
  width: 100%;
  padding: 25px 0;
  background: #981d3d;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 99;
}
.barra-fixa .logo-footer {
  float: left;
}
@media (max-width: 768px) {
  .barra-fixa .logo-footer {
    width: 80%;
    margin: 0 10%;
  }
}
.barra-fixa .info {
  float: right;
  margin-top: 7px;
}
@media (max-width: 768px) {
  .barra-fixa .info {
    width: 100%;
    margin-top: 20px;
  }
}
.barra-fixa .info .item {
  float: left;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin: 0 0 0 30px;
}
@media (max-width: 768px) {
  .barra-fixa .info .item {
    margin: 0px;
  }
}
.barra-fixa .info .item a {
  color: #fff;
}
.barra-fixa .info .item i {
  margin: 0 10px 0 0;
}

footer {
  width: 100%;
  padding: 45px 0 0 0;
  background: #981d3d;
  float: left;
}
footer ul {
  width: 100%;
  float: left;
  padding-top: 50px;
}
footer ul li {
  list-style: none;
  width: 20%;
  padding-right: 20px;
  float: left;
}
@media (max-width: 768px) {
  footer ul li {
    width: 100%;
    padding-right: 0px;
  }
}
footer ul li .title {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
footer ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  float: left;
  padding: 4px 0;
}
footer .direitos {
  width: 100%;
  float: left;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 50px;
  text-align: center;
}
footer .direitos p {
  font-size: 14px;
  color: #c4c4c4;
}

.topo-interna {
  width: 100%;
  height: 350px;
  float: left;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .topo-interna {
    height: 250px;
  }
}
.topo-interna .desc {
  width: 100%;
  float: left;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.topo-interna h1 {
  font-weight: 500;
  font-size: 48px;
  color: #fff;
  width: 100%;
  float: left;
  text-align: center;
}
@media (max-width: 768px) {
  .topo-interna h1 {
    font-size: 32px;
  }
}

.todos-exames {
  width: 100%;
  float: left;
  background: #ebebeb;
  padding: 50px 0;
}
.todos-exames ul {
  width: 50%;
  margin: 0 25%;
  float: left;
}
@media (max-width: 768px) {
  .todos-exames ul {
    width: 100%;
    margin: 0px;
  }
}
.todos-exames ul li {
  list-style: none;
  width: 100%;
  float: left;
  text-align: center;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #737373;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
.todos-exames ul li a {
  padding: 15px 0;
  color: #666666;
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  float: left;
}
@media (max-width: 768px) {
  .todos-exames ul li a {
    font-size: 18px;
  }
}
.todos-exames ul li:hover {
  background: #981d3d;
  border: 1px solid #981d3d;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
.todos-exames ul li:hover a {
  color: #fff;
}

.exame-single {
  width: 100%;
  float: left;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .exame-single {
    padding: 50px 0;
  }
}
.exame-single .lista-exames {
  width: 300px;
  float: left;
}
@media (max-width: 768px) {
  .exame-single .lista-exames {
    width: 100%;
  }
}
.exame-single .lista-exames li {
  list-style: none;
  width: 100%;
  float: left;
}
.exame-single .lista-exames li a {
  font-weight: 400;
  font-size: 20px;
  color: #3c3c3c;
  width: 100%;
  float: left;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .exame-single .lista-exames li a {
    font-size: 16px;
    padding: 8px;
  }
}
.exame-single .box-text {
  width: 677px;
  float: right;
  text-align: justify;
}
@media (max-width: 768px) {
  .exame-single .box-text {
    width: 100%;
    margin-top: 50px;
  }
}
.exame-single .box-text ul {
  width: 100%;
  float: left;
  padding-left: 20px;
}
.exame-single .box-text li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}
.exame-single .box-text table {
  border: 2px solid #cecece;
  width: 100%;
}
.exame-single .box-text table tr {
  border-bottom: 2px solid #cecece;
  display: block;
}
.exame-single .box-text table tr td {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}
.exame-single .box-text table tr:last-child {
  border: 0px;
}
.exame-single .box-text h3 {
  padding: 10px 0;
}
.exame-single .box-text a {
  color: #981d3d;
}
.exame-single #accordion {
  margin-bottom: 20px;
}
.exame-single .ui-accordion .ui-accordion-content {
  height: auto !important;
}

.pre-agendamento {
  width: 100%;
  float: left;
  background: #ebebeb;
  padding: 50px 0;
}
.pre-agendamento .desc {
  width: 100%;
  float: left;
  font-weight: 700;
  font-size: 12px;
  color: #981d3d;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pre-agendamento h2 {
  font-weight: 700;
  font-size: 33px;
  color: #3c3c3c;
  width: 100%;
  float: left;
  text-align: center;
}
@media (max-width: 768px) {
  .pre-agendamento .div {
    width: 100% !important;
  }
}
.pre-agendamento input[type=text], .pre-agendamento input[type=email], .pre-agendamento input[type=date], .pre-agendamento textarea {
  width: 100%;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 15px;
}
.pre-agendamento span.wpcf7-list-item {
  display: flex;
  align-items: center;
  float: left;
  margin: 0 15px 0 0;
}
.pre-agendamento label {
  font-weight: 700;
  color: #3c3c3c;
  width: 100%;
  float: left;
  font-size: 18px;
  padding-bottom: 5px;
}
.pre-agendamento .text-form {
  width: 555px;
  float: right;
  margin-top: -80px;
}
@media (max-width: 768px) {
  .pre-agendamento .text-form {
    width: 100%;
    margin-top: 20px;
  }
}
.pre-agendamento .text-form p {
  font-size: 13px;
}
.pre-agendamento input[type=submit] {
  margin: 10px 0 0 147px;
}
@media (max-width: 768px) {
  .pre-agendamento input[type=submit] {
    margin: 15px 0 0 0;
  }
}

.trabalhe-conosco {
  width: 100%;
  float: left;
}
.trabalhe-conosco .topo-trabalhe-conosco {
  width: 100%;
  height: 454px;
  float: left;
  background: url("../../imagens/bg-topo-trabalhe-conosco.jpg") no-repeat top center;
}
@media (max-width: 768px) {
  .trabalhe-conosco .topo-trabalhe-conosco {
    height: 300px;
  }
}
.trabalhe-conosco .topo-trabalhe-conosco .sub-title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  float: left;
  margin-top: 155px;
}
@media (max-width: 768px) {
  .trabalhe-conosco .topo-trabalhe-conosco .sub-title {
    margin-top: 70px;
  }
}
.trabalhe-conosco .topo-trabalhe-conosco .title {
  font-weight: 700;
  font-size: 46px;
  color: #fff;
  text-align: center;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .trabalhe-conosco .topo-trabalhe-conosco .title {
    font-size: 35px;
  }
}
.trabalhe-conosco .topo-trabalhe-conosco .btns {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.trabalhe-conosco .topo-trabalhe-conosco .btns .btn-1 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #fff;
  padding: 12px 40px;
  border: 2px solid #fff;
  float: left;
  margin: 0 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
@media (max-width: 768px) {
  .trabalhe-conosco .topo-trabalhe-conosco .btns .btn-1 {
    font-size: 14px;
  }
}
.trabalhe-conosco .topo-trabalhe-conosco .btns .btn-1:hover {
  background: #fff;
  color: #981b3d;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
.trabalhe-conosco .topo-trabalhe-conosco .btns .btn-2 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #fff;
  padding: 12px 40px;
  border: 2px solid #981b3d;
  float: left;
  background: #981b3d;
  margin: 0 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
@media (max-width: 768px) {
  .trabalhe-conosco .topo-trabalhe-conosco .btns .btn-2 {
    font-size: 12px;
    padding: 10px 35px;
  }
}
.trabalhe-conosco .topo-trabalhe-conosco .btns .btn-2:hover {
  background: transparent;
  color: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
.trabalhe-conosco .text {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 30px;
}
.trabalhe-conosco .proposito {
  width: 100%;
  float: left;
  margin-top: 60px;
  padding-bottom: 65px;
}
.trabalhe-conosco .proposito .title {
  font-weight: 700;
  font-size: 46px;
  color: #981b3d;
  text-align: center;
  width: 100%;
  float: left;
}
@media (max-width: 768px) {
  .trabalhe-conosco .proposito .title {
    font-size: 35px;
  }
}
.trabalhe-conosco .proposito .box-text {
  width: 500px;
  float: left;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .trabalhe-conosco .proposito .box-text {
    width: 100%;
    float: left;
    margin-top: 20px;
  }
}
.trabalhe-conosco .proposito .box-img {
  float: right;
}
@media (max-width: 768px) {
  .trabalhe-conosco .proposito .box-img {
    width: 100%;
    float: left;
  }
}
@media (max-width: 768px) {
  .trabalhe-conosco .proposito .box-img img {
    max-width: 90%;
    margin: 0 5%;
  }
}
.trabalhe-conosco .nossos-beneficios {
  width: 100%;
  float: left;
  background: #ebebeb;
  padding: 90px 0;
}
.trabalhe-conosco .nossos-beneficios .title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 29px;
  color: #981b3d;
  text-align: center;
  width: 100%;
  float: left;
}
.trabalhe-conosco .nossos-beneficios ul {
  width: 100%;
  float: left;
  margin-top: 70px;
}
.trabalhe-conosco .nossos-beneficios ul li {
  list-style: none;
  width: 275px;
  height: 214px;
  background: #fff;
  border-radius: 5px;
  margin-right: 17px;
  margin-bottom: 17px;
  float: left;
}
@media (max-width: 768px) {
  .trabalhe-conosco .nossos-beneficios ul li {
    width: 100%;
  }
}
.trabalhe-conosco .nossos-beneficios ul li .box-img {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 38px;
}
.trabalhe-conosco .nossos-beneficios ul li .title-beneficio {
  width: 100%;
  float: left;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #666666;
  text-align: center;
  padding: 0 20px;
  margin-top: 15px;
}
.trabalhe-conosco .nossas-oportunidades {
  width: 100%;
  float: left;
  padding: 90px 0;
}
.trabalhe-conosco .nossas-oportunidades .title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 29px;
  color: #981b3d;
  text-align: center;
  width: 100%;
  float: left;
}
.trabalhe-conosco .nossas-oportunidades ul {
  width: 100%;
  float: left;
  margin-top: 60px;
}
.trabalhe-conosco .nossas-oportunidades ul li {
  list-style: none;
  width: 557px;
  height: 219px;
  border: 1px solid #666666;
  float: left;
  padding: 35px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .trabalhe-conosco .nossas-oportunidades ul li {
    width: 100%;
    height: auto;
    padding: 20px;
  }
}
.trabalhe-conosco .nossas-oportunidades ul li .title-oportunidade {
  width: 100%;
  float: left;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 19px;
  color: #666666;
}
.trabalhe-conosco .nossas-oportunidades ul li .desc {
  width: 100%;
  float: left;
}
.trabalhe-conosco .nossas-oportunidades ul li .btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 14px 17px;
  background: #981b3d;
  color: #fff;
  float: left;
  border-radius: 5px;
}
.trabalhe-conosco .nossas-oportunidades ul li:nth-child(2n+0) {
  float: right;
}
.trabalhe-conosco .banco-de-talentos {
  width: 100%;
  height: 280px;
  background: url("../../imagens/bg-banco-de-talentos.jpg") no-repeat top center;
  background-size: cover;
  float: left;
}
@media (max-width: 768px) {
  .trabalhe-conosco .banco-de-talentos {
    height: 320px;
  }
}
.trabalhe-conosco .banco-de-talentos .title {
  width: 100%;
  float: left;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 29px;
  color: #fff;
  text-align: center;
  margin-top: 55px;
}
.trabalhe-conosco .banco-de-talentos .desc {
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
}
.trabalhe-conosco .banco-de-talentos .desc p {
  color: #fff;
}
.trabalhe-conosco .banco-de-talentos .btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 25px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 5px;
  display: table;
  margin: 0 auto;
}
.trabalhe-conosco .aperfeicoamento {
  width: 100%;
  float: left;
  padding: 78px 0;
  background: #ebebeb;
}
.trabalhe-conosco .aperfeicoamento .title {
  font-weight: 700;
  font-size: 46px;
  color: #981b3d;
  text-align: center;
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .trabalhe-conosco .aperfeicoamento .title {
    font-size: 35px;
  }
}
.trabalhe-conosco .aperfeicoamento .box-img {
  width: 502px;
  float: left;
}
@media (max-width: 768px) {
  .trabalhe-conosco .aperfeicoamento .box-img {
    width: 100%;
  }
}
.trabalhe-conosco .aperfeicoamento .box-img .title-box-img {
  width: 100%;
  float: left;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #666666;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .trabalhe-conosco .aperfeicoamento .box-img .title-box-img {
    font-size: 20px;
  }
}
.trabalhe-conosco .aperfeicoamento .box-img img {
  max-width: 100%;
  float: left;
}
.trabalhe-conosco .aperfeicoamento .box-img .box-text {
  width: 600px;
  float: right;
}
@media (max-width: 768px) {
  .trabalhe-conosco .aperfeicoamento .box-img .box-text {
    width: 100%;
  }
}
.trabalhe-conosco .aperfeicoamento .box-text {
  width: 500px;
  float: right;
  text-align: center;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .trabalhe-conosco .aperfeicoamento .box-text {
    width: 100%;
  }
}
.trabalhe-conosco .aperfeicoamento .box-text span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 23px;
  color: #666666;
  text-align: center;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.trabalhe-conosco .aperfeicoamento .box-text .btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 25px;
  background: #981b3d;
  color: #fff;
  border-radius: 5px;
  display: table;
  margin: 0 auto;
}
.trabalhe-conosco .videos {
  width: 100%;
  float: left;
  padding: 78px 0;
}
.trabalhe-conosco .videos .title {
  font-weight: 700;
  font-size: 46px;
  color: #981b3d;
  text-align: center;
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .trabalhe-conosco .videos .title {
    font-size: 35px;
  }
}
.trabalhe-conosco .videos ul {
  width: 100%;
  float: left;
}
.trabalhe-conosco .videos ul li {
  list-style: none;
  width: 30.33%;
  height: 202px;
  float: left;
  margin: 0 1.5%;
}
@media (max-width: 768px) {
  .trabalhe-conosco .videos ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.trabalhe-conosco .videos ul li iframe {
  width: 100%;
  height: 202px;
}

.wpcf7-form input {
  height: 40px;
}
.wpcf7-form input[type=submit], .wpcf7-form button {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 37px;
  background: #981b3d;
  color: #111111;
  float: left;
  border-radius: 5px;
  height: auto;
  border: 2px solid #981d3d;
  background: transparent;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
.wpcf7-form input[type=submit]:hover, .wpcf7-form button:hover {
  background: #981d3d;
  color: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}

.contato textarea {
  margin-bottom: 20px;
}
.contato input[type=submit], .contato button {
  float: none;
  display: table;
  margin: 0 auto;
}

.padrao {
  width: 100%;
  float: left;
  padding: 80px 0;
}
.padrao .box-text {
  width: 100%;
  float: right;
}
.padrao .box-text ul {
  width: 100%;
  float: left;
  padding-left: 20px;
}
.padrao .box-text li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}
.padrao .box-text img {
  max-width: 100%;
}

.form-horizontal {
  width: 100%;
  float: left;
  padding: 0 10%;
}
.form-horizontal input[type=submit], .form-horizontal button {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 37px;
  background: #981b3d;
  color: #111111;
  float: left;
  border-radius: 5px;
  height: auto;
  border: 2px solid #981d3d;
  background: transparent;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
.form-horizontal input[type=submit]:hover, .form-horizontal button:hover {
  background: #981d3d;
  color: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
.form-horizontal select {
  width: 350px;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0 10px;
}

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