@charset "UTF-8";

body {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
  from { opacity: 1; }
  to   { opacity: 1; }
}


@font-face{
  font-family:'Roboto-Bold';
  font-display: block;
  src: local('Roboto-Bold'),url('fonts/Roboto-Bold.woff') format('woff');
}
@font-face{
  font-family:'Roboto-Regular';
  font-display: block;
  src: local('Roboto-Regular'),url('fonts/Roboto-Regular.woff') format('woff');
}



a,
input,
select,
button,
textarea,
.box_select {
  outline: none !important;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

img {
  border: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ui-state-active {
  background-color: #EEEEEE !important;
  border: none !important;
  font-family: "Roboto-Regular", sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #454545 !important;
}

.ui-menu-item {
  font-family: "Roboto-Regular", sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #454545 !important;
}

.box_breadcrumb {
  padding: 0;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 50px 0;
  list-style: none;
}
.breadcrumb li {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #8C8C8C;
  padding: 0;
}
.breadcrumb li a {
  color: #8C8C8C;
  text-decoration: none;
}
.breadcrumb li a:hover {
  color: #F39E00;
}
.breadcrumb li.active a {
  color: #F39E00;
}

.menu_mobile {
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  max-width: 100%;
  width: 350px;
  height: 100%;
  background-color: #F39E00;
  background-image: url("../images/bg_menu_mobile.png");
  background-repeat: no-repeat;
  background-position: right top;
  display: none;
}
.menu_mobile .btn_menu {
  float: left;
  width: 25px;
  height: auto;
  margin: 40px 0 0 25px;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.menu_mobile .btn_menu .line {
  float: left;
  margin: 0 0 7px 0;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
}
.menu_mobile ul.menu {
  display: inline-block;
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0 25px;
}
.menu_mobile ul.menu li.li_menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  font-family: "Roboto-Bold";
  font-size: 16px;
  color: #404040;
  line-height: 17px;
}
.menu_mobile ul.menu li.li_menu a {
  color: #404040;
  text-decoration: none;
  float: left;
  margin: 0;
  width: 100%;
  padding: 9px 13px;
  background-color: #FFFFFF;
  border: 1px solid #D6D6D6;
}

.container {
  max-width: 100%;
  width: 1320px;
  padding: 0 15px;
  display: block;
}

section {
  margin: 0;
  float: left;
  width: 100%;
}

header {
  margin: 0;
  float: left;
  width: 100%;
  height: 165px;
  background-color: #FFFFFF;
}
header .bar_red {
  padding: 0;
  background-color: #F39E00;
  height: auto;
  min-height: 30px;
}
header .bar_red .container {
  padding: 0 85px;
}
header .bar_red ul {
  padding: 0;
  margin: 0;
}
header .bar_red ul li {
  font-family: "Roboto-Bold";
  font-size: 11px;
  color: #FFFFFF;
  line-height: 14px;
  padding: 0;
  margin: 8px 0 0 30px;
}
header .bar_red ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
header .bar_white {
  padding: 0;
  background-color: #FFFFFF;
  height: 30px;
}
header .bar_white .btn_menu {
  float: left;
  width: 25px;
  height: auto;
  margin: 50px 0 0 35px;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  display: none;
}
header .bar_white .btn_menu .line {
  float: left;
  margin: 0 0 5px 0;
  width: 100%;
  height: 2px;
  background-color: #F39E00;
}
header .bar_white .container {
  padding: 0 85px;
}
header .bar_white .box_logo {
  float: left;
  width: 200px;
  margin: 10px 0;
}
header .bar_white .box_logo .logo {
  float: left;
  margin: 0;
  width: auto;
}
header .bar_white .box_logo .msg {
  font-family: "Roboto-Regular";
  font-size: 13px;
  color: #F39E00;
  line-height: 15px;
  text-align: center;
  padding: 0;
  margin: 5px 0 0 0;
  display: inline-block;
  width: 100%;
}
header .bar_white .box_logo .msg span {
  font-family: "Roboto-Bold";
}
header .bar_white ul {
  margin: 65px 0 0 0;
  padding: 0;
}
header .bar_white ul li:nth-last-child(1) {
  padding-right: 0;
}
header .bar_white ul li:nth-last-child(1):before {
  display: none;
}
header .bar_white ul li {
  font-family: "Roboto-Bold";
  font-size: 12px;
  color: #656565;
  line-height: 15px;
  padding: 0 16px 32px 16px;
  margin: 0;
  text-transform: uppercase;
  position: relative;
}
header .bar_white ul li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 65px;
  background: #D4D4D4;
  background: -webkit-linear-gradient(top, #D4D4D4, #FFFFFF);
  background: -o-linear-gradient(top, #D4D4D4, #FFFFFF);
  background: -moz-linear-gradient(top, #D4D4D4, #FFFFFF);
  background: linear-gradient(top, #D4D4D4, #FFFFFF);
}
header .bar_white ul li a {
  color: #656565;
  text-decoration: none;
}
header .bar_white ul li a:hover {
  color: #333333;
}

footer {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
footer .box_footer {
  padding: 0;
  margin: 0;
  background-color: #F39E00;
}
footer .box_footer ul.menu {
  margin: 5px 0 0 0;
  padding: 40px 0 0 60px;
  background-image: url("../images/bg_ul_footer.png");
  background-repeat: no-repeat;
  background-position: right top;
}
footer .box_footer ul.menu li {
  padding: 0 0 15px 0;
  font-family: "Roboto-Regular", "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
}
footer .box_footer ul.menu li a {
  color: #FFFFFF;
}
footer .box_footer ul.menu li .phone {
  padding: 0;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
}
footer .box_footer ul.menu li .phone .img_item {
  display: inline-block;
  margin: 0 0 0 10px;
}
footer .box_footer ul.media {
  margin: 0;
  padding: 105px 0 0 0;
  text-align: center;
}
footer .box_footer ul.media li {
  padding: 0;
  margin: 0;
}
footer .box_footer ul.media li .img_item {
  margin: 0 2px;
}
footer .copyright {
  background-color: #575957;
  text-align: center;
}
footer .copyright .text {
  display: inline-block;
  margin: 40px 0;
  padding: 0;
  font-family: "Roboto-Regular";
  font-size: 11px;
  color: #D1D1D1;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
}

.corousel_banner .img_item {
  float: left;
  margin: 0;
  width: 100%;
}

.attendance_home {
  background-image: url("../images/bg_attendance_home.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
.attendance_home .container {
  padding: 0 120px;
}
.attendance_home .item1,
.attendance_home .item2,
.attendance_home .item3 {
  background-image: url("../images/bg_item_attendance2.png");
  background-repeat: no-repeat;
  background-position: right top;
}
.attendance_home .item {
  padding: 0 0 85px 0;
}
.attendance_home .item .box_img {
  margin: 70px 0 15px 0;
  padding: 0;
  position: relative;
  height: 70px;
}
.attendance_home .item .box_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.attendance_home .item .name {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "Roboto-Bold";
  font-size: 18px;
  color: #F39E00;
  line-height: 21px;
  text-align: center;
}
.attendance_home .item .name a {
  color: #F39E00;
}
.attendance_home .item .text1 {
  margin: 0;
  padding: 0 35px;
  font-family: "Roboto-Regular";
  font-size: 12px;
  color: #373737;
  line-height: 16px;
  text-align: center;
}
.attendance_home .item .text2 {
  margin: 0;
  padding: 0 10px;
  font-family: "Roboto-Regular";
  font-size: 22px;
  color: #373737;
  line-height: 25px;
  text-align: center;
}
.attendance_home .item .text2 a {
  color: #373737;
  text-decoration: none;
}

.service_home {
  padding: 112px 0;
}
.service_home .title_service_home {
  margin: 0 0 65px 0;
  padding: 0 0 25px 0;
  font-family: "Roboto-Regular";
  font-size: 61px;
  color: #8D8D8B;
  line-height: 61px;
  text-align: center;
  position: relative;
}
.service_home .title_service_home:before {
  content: "";
  position: absolute;
  left: 1.5%;
  bottom: 0;
  width: 97%;
  height: 1px;
  background-color: #DDDDDD;
}
.service_home .item {
  padding: 0;
}
.service_home .item .box_img {
  margin: 0;
  padding: 0;
  text-align: center;
}
.service_home .item .box_img .img_item {
  margin: 0;
  display: inline-block;
  max-width: 100%;
}
.service_home .item .title {
  margin: 25px 0 0 0;
  padding: 0 15px;
  font-family: "Roboto-Regular";
  font-size: 24px;
  color: #3D3D3D;
  line-height: 27px;
  text-align: center;
}
.service_home .item .text {
  margin: 20px 0 0 0;
  padding: 0 15px;
  font-family: "Roboto-Regular";
  font-size: 12px;
  color: #3D3D3D;
  line-height: 19px;
  text-align: center;
  height: 65px;
}
.service_home .item .text span {
  display: inline-block;
  margin: 0;
  width: 330px;
  max-width: 100%;
}
.service_home .item .box_more {
  padding: 25px 0 0 0;
  text-align: center;
}
.service_home .item .box_more .more {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #FFFFFF;
  line-height: 31px;
  text-align: center;
  text-decoration: none;
  width: 136px;
  height: 31px;
  border-radius: 30px;
  background-color: #F39E00;
}
.more_orcamento {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 31px;
  text-align: center;
  text-decoration: none;
  width: 336px;
  height: 31px;
  border-radius: 30px;
  background-color: #F39E00;
}
.more_orcamento:hover {
  color: #fff;
  text-decoration: none;
}
.service_home .item .box_more .more:hover {
  background-color: #B40729;
  box-shadow: 5px 5px 5px #CCCCCC;
}

.quotation {
  padding: 62px 0 95px 0;
  background-image: url("../images/bg_quotation.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}
.quotation .box_img {
  margin: 0;
  padding: 0;
  text-align: center;
}
.quotation .box_img .img_item {
  margin: 0;
  display: inline-block;
  max-width: 100%;
}
.quotation .btn_quotation {
  margin: 57px 0 0 0;
  padding: 25px 86px;
  display: inline-block;
  width: auto;
  height: auto;
  font-family: "Roboto-Bold";
  font-size: 21px;
  color: #FFFFFF;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  text-decoration: none;
}
.quotation .btn_quotation a {
  color: #fff;
}
.quotation .text {
  margin: 43px 0 0 0;
  padding: 0;
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #FFFFFF;
  line-height: 19px;
  text-align: center;
}

.plains {
  padding: 30px;
  background-image: url("../images/bg_plains.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.plains .title {
  margin: 0 0 70px 0;
  padding: 0;
  font-family: "Roboto-Regular";
  font-size: 30px;
  color: #A4A4A4;
  line-height: 33px;
  text-align: center;
}
.plains .title span {
  color: #F39E00;
}
.plains .text {
  padding: 0;
  font-family: "Roboto-Regular";
  font-size: 11px;
  color: #6D6D6D;
  line-height: 15px;
  text-align: center;
}
.plains .text a {
  color: #6D6D6D;
}
.plains .box_items {
  padding: 0;
  margin: 0;
}
.plains .box_items .item {
  padding: 0 10px;
  position: relative;
  height: 70px;
}
.plains .box_items .item .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 100%;
}

/*cota├º├úo online */
.quotation_online {
  padding: 0;
  background-image: url("../images/bg_internal.jpg");
  background-repeat: repeat-x;
  background-position: 0 0;
  text-align: center;
}
.quotation_online .container {
  padding: 0 85px;
}
.quotation_online .title1 {
  padding: 0;
  margin: 95px 0 0 0;
  font-family: "Roboto-Regular";
  font-size: 41px;
  color: #F39E00;
  line-height: 41px;
  text-align: center;
}
.quotation_online .title2 {
  padding: 0;
  margin: 25px 0 0 0;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 33px;
  color: #323232;
  line-height: 33px;
  text-align: center;
}
.quotation_online .title3 {
  padding: 0;
  margin: 10px 0 0 0;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 25px;
  color: #DBDBDB;
  line-height: 25px;
  text-align: center;
}
.quotation_online .box_form {
  padding: 0;
  margin: 35px 0 0 0;
  display: inline-block;
  width: 100%;
}
.quotation_online .box_form .row {
  margin: 0;
  overflow: hidden;
}
.quotation_online .box_form .column {
  padding: 0 8px;
}
.quotation_online .box_form .column label {
  margin: 0 0 22px 0;
  padding: 0;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #454545;
  line-height: 16px;
  text-align: left;
}
.quotation_online .box_form .column label span {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 0 6px;
  width: 100%;
}
.quotation_online .box_form .column label .field {
  display: inline-block;
  border-radius: 5px;
  border: 2px solid #F39E00;
  height: 50px;
  padding: 0 15px;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #454545;
  line-height: 16px;
  text-align: left;
}
.quotation_online .box_form .column label .field.large {
  width: 100%;
}
.quotation_online .box_form .column label .field.middle {
  width: 62%;
  margin-left: 6%;
}
.quotation_online .box_form .column label .field.small {
  width: 30%;
}
.quotation_online .box_form .column label.padding_left {
  padding-left: 10px;
}
.quotation_online .box_form .column label.padding_right {
  padding-right: 10px;
}
.quotation_online .box_form .box_select {
  padding: 0 0 0 15px;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #454545;
  line-height: 16px;
  width: 100%;
  height: 45px;
  margin: 0 0 45px 0;
  outline: none;
  background-color: #FFFFFF;
  border-radius: 5px;
  border: 2px solid #F39E00;
  outline: none;
}
.quotation_online .box_form .box_select .option {
  margin: 0;
  padding: 10px 0 0 0;
}
.quotation_online .box_form .box_select .arrow_select {
  width: 15px;
  height: 48px;
  background-image: url(../images/img_arrow_select.png) !important;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  margin: 0;
}
.quotation_online .box_form .title_simulation {
  margin: 33px 0 60px 0;
  padding: 0;
  font-family: "Roboto-Regular";
  font-size: 41px;
  color: #454545;
  line-height: 41px;
  text-align: center;
}
.quotation_online .box_form .box_simulation {
  padding: 0 200px;
}
.quotation_online .box_form .box_benefits {
  padding: 0;
  text-align: center;
}
.quotation_online .box_form .box_benefits .title_benefits {
  margin: 20px 0 55px 0;
  padding: 0;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #F39E00;
  line-height: 35px;
  text-align: center;
}
.quotation_online .box_form .box_benefits .box_btn_process {
  padding: 0;
  margin: 0;
  text-align: center;
}
.quotation_online .box_form .box_benefits .box_btn_process .btn_process {
  display: inline-block;
  margin: 0;
  width: 236px;
  height: 54px;
  border-radius: 15px;
  background-color: #F39E00;
  border: none;
  font-family: "Roboto-Regular";
  font-size: 16px;
  color: #FFFFFF;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
}
.quotation_online .box_form .box_benefits .box_btn_process .btn_process:hover {
  background-color: #B40729;
  box-shadow: 5px 5px 5px #CCCCCC;
}
.quotation_online .box_form .box_benefits .box_privacy_policy {
  padding: 0;
  margin: 0;
  text-align: center;
}
.quotation_online .box_form .box_benefits .box_privacy_policy .privacy_policy {
  display: inline-block;
  margin: 30px 0 0 0;
  width: auto;
  height: auto;
  border-radius: 15px;
  font-family: "Roboto-Regular";
  font-size: 16px;
  color: #6D6D6D;
  line-height: 16px;
  text-decoration: none;
}
.quotation_online .box_form .box_benefits .box_options {
  padding: 0;
  margin: 0 0 60px 0;
  text-align: center;
}
.quotation_online .box_form .box_benefits .box_options .item {
  display: inline-block;
  width: 75px;
  height: 108px;
  margin: 0 8px 10px 8px;
  padding: 10px 7px;
  border-radius: 5px;
  background-color: #F39E00;
}
.quotation_online .box_form .box_benefits .box_options .item .text {
  padding: 0;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 19px;
  text-align: center;
}
.quotation_online .box_form .box_benefits .box_options .box_select {
  padding: 0 0 0 7px;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #D1D1D1;
  line-height: 18px;
  width: 100%;
  height: 45px;
  margin: 10px 0 45px 0;
  outline: none;
  background-color: #FFFFFF;
  border-radius: 5px;
  border: 2px solid #F39E00;
  outline: none;
}
.quotation_online .box_form .box_benefits .box_options .box_select .option {
  margin: 0;
  padding: 15px 0 0 0;
}
.quotation_online .box_form .box_benefits .box_options .box_select .arrow_select {
  width: 15px;
  height: 48px;
  background-image: url(../images/img_arrow_select_gray.png) !important;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  margin: 0;
}

/*cota├º├úo online */
/*tabela PME */
.tabe_pme {
  padding: 0;
  background-image: url("../images/bg_internal.jpg");
  background-repeat: repeat-x;
  background-position: 0 0;
  text-align: center;
}
.tabe_pme .container {
  padding: 0 85px;
}
.tabe_pme .box_table {
  padding: 0;
}
.tabe_pme .box_table .title {
  padding: 0;
  margin: 45px 0 0 0;
  font-family: "Roboto-Regular";
  font-size: 41px;
  color: #8D8D8B;
  line-height: 41px;
  text-align: center;
}
.tabe_pme .box_table .title span {
  color: #F39E00;
}
.tabe_pme .box_table .table {
  padding: 0;
  margin: 55px 0 0 0;
}
.tabe_pme .box_table .table ul.ul_header {
  padding: 0;
  margin: 0;
}
.tabe_pme .box_table .table ul.ul_header li {
  background-color: #CD002A;
  height: 75px;
  text-align: left;
  padding: 0;
  background-image: url("../images/bg_li_table.png");
  background-repeat: no-repeat;
  background-position: right top;
  margin: 0;
}
.tabe_pme .box_table .table ul.ul_header li span {
  display: inline-block;
  width: 55px;
  height: auto;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 18px;
  text-align: center;
  margin: 20px 0 0 30px;
}
.tabe_pme .box_table .table ul.ul_header li.small {
  width: 18%;
  max-width: 18%;
  flex: 18%;
}
.tabe_pme .box_table .table ul.ul_header li.large {
  width: 28%;
  max-width: 28%;
  flex: 28%;
}
.tabe_pme .box_table .table ul.ul_body {
  padding: 0;
  margin: 0 0 -1px 0;
  background-color: #FFFFFF;
}
.tabe_pme .box_table .table ul.ul_body li {
  height: 74px;
  padding: 0;
}
.tabe_pme .box_table .table ul.ul_body li.small {
  border: 1px solid #B3B3B3;
  width: 10%;
  max-width: 10%;
  flex: 10%;
  background-color: #DBDBDB;
  text-align: center;
}
.tabe_pme .box_table .table ul.ul_body li.small span {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  max-width: 100%;
  width: 65px;
  height: auto;
  margin: 20px 0 0 0;
}
.tabe_pme .box_table .table ul.ul_body li.large {
  width: 18%;
  max-width: 18%;
  flex: 18%;
  background-color: #FFFFFF;
  border: 1px solid #B3B3B3;
  border-left: none;
  margin: 0;
}
.tabe_pme .box_table .table ul.ul_body li.large span {
  font-family: "Roboto-Regular";
  font-size: 16px;
  color: #0D1113;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 33px 0 0 0;
}

/*tabela PME */
/*rede credenciada */
.network {
  padding: 0;
  text-align: center;
  background-image: url("../images/bg_internal.jpg");
  background-repeat: repeat-x;
  background-position: 0 0;
}
.network .container {
  padding: 0 85px;
}
.network .box_list {
  padding: 0;
}
.network .box_list .title {
  padding: 0 0 25px 0;
  margin: 110px 0 0 0;
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 900;
  font-size: 41px;
  color: #F39E00;
  line-height: 41px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #DCDCDC;
}
.network .box_list .item {
  margin: 110px 0 0 0;
  padding: 0;
  text-align: left;
}
.network .box_list .item .data {
  margin: 0;
  padding: 0;
}
.network .box_list .item .data .name {
  margin: 0 0 30px 0;
  padding: 0;
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  font-size: 33px;
  color: #F39E00;
  line-height: 36px;
}
.network .box_list .item .data .text {
  margin: 0;
  padding: 0;
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #8D8D8B;
  line-height: 22px;
}
.network .box_list .item .data .text span {
  font-weight: 800;
}
.network .box_list .item .column_img {
  padding: 0;
  margin: 0;
}
.network .box_list .item .column_img .box_img {
  padding: 0 10px;
}
.network .box_list .item .column_img .box_img .img_item {
  display: inline-block;
  margin: 0;
  max-width: 100%;
}
.network .box_laboratory {
  padding: 0;
  margin: 0;
}
.network .box_laboratory .row {
  margin: 0;
}
.network .box_laboratory .title {
  padding: 0 0 35px 0;
  margin: 110px 0 0 0;
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 900;
  font-size: 33px;
  color: #F39E00;
  line-height: 36px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #DCDCDC;
}
.network .box_laboratory .column {
  padding: 35px 10px 0 0;
}
.network .box_laboratory .column .item {
  padding: 0;
  margin: 0 0 15px 0;
  text-align: left;
}
.network .box_laboratory .column .item .title_item {
  margin: 0 0 5px 0;
  padding: 0;
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  font-size: 33px;
  color: #F39E00;
  line-height: 36px;
}
.network .box_laboratory .column .item .text_item {
  margin: 0;
  padding: 0;
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #8D8D8B;
  line-height: 22px;
}

/*rede credenciada */
@media(max-width: 1300px) {
  .service_home .item {
    width: 33.3%;
    max-width: 33.3%;
    flex: 33.3%;
  }
  .service_home .item .title {
    font-size: 20px;
    line-height: 22px;
  }
}
@media(max-width: 1250px) {
  .attendance_home .container {
    padding: 0 15px;
  }
}
@media(max-width: 1150px) {
  header .bar_red .container {
    padding: 0 15px;
  }
  header .bar_white .container {
    padding: 0 15px;
  }

  footer .box_footer ul.menu {
    padding-left: 30px;
  }

  .quotation_online .container {
    padding: 0 15px;
  }

  .tabe_pme .container {
    padding: 0 15px;
  }

  .network .container {
    padding: 0 15px;
  }
}
@media(min-width: 1021px) {
  .menu_mobile {
    display: none !important;
  }
}
@media(max-width: 1020px) {
  header .bar_white .btn_menu {
    display: block;
  }
  header .bar_white ul {
    display: none;
  }

  .attendance_home .item {
    width: 50%;
    max-width: 50%;
    flex: 50%;
  }
  .attendance_home .item {
    background-image: url("../images/bg_item_attendance2.png") !important;
    background-repeat: no-repeat;
    background-position: right top;
  }

  .plains .box_items .item {
    width: 33.3%;
    max-width: 33.3%;
    flex: 33.3%;
  }

  footer .box_footer ul.menu {
    width: 33.3%;
    max-width: 33.3%;
    flex: 33.3%;
    padding-bottom: 0;
  }
  footer .box_footer ul.media {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    padding: 40px 0;
  }

  .quotation_online .box_form {
    width: 600px;
    max-width: 100%;
  }
  .quotation_online .box_form .column {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    padding: 0;
  }
  .quotation_online .box_form .box_simulation {
    padding: 0;
  }

  .tabe_pme .box_table .table ul.ul_body li.small span {
    font-size: 13px;
    line-height: 15px;
  }
  .tabe_pme .box_table .table ul.ul_header li span {
    margin-left: 0;
    padding: 0 15px;
    width: 35%;
    max-width: 35%;
    flex: 35%;
  }

  .network .box_laboratory .column .item {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }
}
@media(max-width: 800px) {

  footer .box_footer ul.menu {
    width: 50%;
    max-width: 50%;
    flex: 50%;
  }

  footer .box_footer ul.menu:nth-child(3) {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .service_home .item {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    margin: 10px 0;
  }
  .service_home .item .text {
    height: auto;
  }

  .quotation .btn_quotation {
    padding: 20px 50px;
    font-size: 15px;
    line-height: 18px;
  }

  .tabe_pme .box_table .table ul.ul_body li.large span {
    font-size: 13px;
    line-height: 15px;
  }
  .tabe_pme .box_table .table ul.ul_header li span {
    padding: 0;
    font-size: 13px;
    line-height: 15px;
  }

  .network .box_laboratory .column {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }
}
@media(max-width: 750px) {
  header .bar_red ul {
    display: none;
  }
}
@media(max-width: 700px) {
  .network .box_list .item .data {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }
  .network .box_list .item .column_img {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    padding: 0;
    margin: 25px 0 0 0;
  }
  .network .box_list .item .column_img .box_img {
    padding: 0 15px 0 0;
  }
}
@media(max-width: 600px) {
  .plains .box_items .item {
    width: 50%;
    max-width: 50%;
    flex: 50%;
  }

  .quotation_online .box_form .column label {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    padding: 0 !important;
  }
}
@media(max-width: 500px) {
  .attendance_home .item {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .quotation .btn_quotation {
    padding: 15px 20px;
    font-size: 11px;
    line-height: 15px;
  }

  .tabe_pme .box_table .table ul.ul_header li span {
    font-size: 11px;
    line-height: 14px;
  }

  footer .box_footer ul.menu {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }
}
@media(max-width: 400px) {
  .plains .box_items .item {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .tabe_pme .box_table .table ul.ul_body li.large span {
    font-size: 11px;
    line-height: 14px;
  }
  .tabe_pme .box_table .table ul.ul_body li.small span {
    font-size: 11px;
    line-height: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
.table th {
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  padding: 10px;
  background-color: #F39E00;
  background-image: url(../images/bg_li_table.png);
  background-repeat: no-repeat;
  background-position: right top;
  color: #fff;
  width: 15%;max-width: 15%;flex: 15%;font-family: 'Roboto-Regular';font-size: 14px;line-height: 14px;font-weight: 400;
}
.table td {
  text-align: center;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  padding: 8px;font-family: 'Roboto-Regular';font-size: 14px;color: #0D1113;line-height: 14px;font-weight: 400;
}
.tabelaConteudoEsq {
  color: #f49e00;background: #f3f3f3;
}
.titleH2 {
  padding: 0;
  margin: 45px 0 0 0;
  font-family: "Roboto-Regular";
  font-size: 25px;
  color: #8D8D8B;
  line-height: 25px;
  text-align: center;
}


.pp-footer-atendimento{
  width:50px;
  height:50px;
  cursor:pointer;
  position:fixed;
  bottom:50px;
  right:140px;
  z-index:100000;
  border-radius: 25px;
}
.pp-footer-atendimento .btn-atendimento{
  font-family:inherit;
  color:#fff;
  text-decoration:none;
  padding:10px;
  background:transparent;
  cursor:pointer;
  position:fixed;
  margin-bottom:16px;
  box-shadow:0 1px 10px 0 rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.12), 0 2px 4px 0 rgba(0,0,0,.14);
  animation:1s fade-in;
  background:#F39E00;
  border-radius: 50px;
}
.pp-footer-atendimento .btn-atendimento:hover{
  background:#ffbe45;
}
.pp-footer-atendimento .dropdown-menu{
  top:auto;
  bottom:100%;
  border-radius:0px;
  min-width:200px;
  background:#f49e00;
  border:2px solid #f49e00;
}
.pp-footer-atendimento .dropdown-menu li a{
  padding:10px 10px 10px 10px;
  color:#fff;
}
.pp-footer-atendimento .dropdown-menu li a:hover{
  color:#ffc14e;
}
.pp-footer-atendimento .dropdown-menu li a i{
  margin-right:10px;
}

@font-face {
  font-family: "Flaticon";
  src: url("./Flaticon.eot");
  src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
  url("./Flaticon.woff2") format("woff2"),
  url("./Flaticon.woff") format("woff"),
  url("./Flaticon.ttf") format("truetype"),
  url("./Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.svg#Flaticon") format("svg");
    font-display: block;
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 40px;
  font-style: normal;
  color: #fff;
  margin-left: 20px;
}

.flaticon-contact-us:before { content: "\f100"; }
.flaticon-phone-call:before { content: "\f101"; }
.flaticon-whatsapp:before { content: "\f102"; }
.flaticon-email:before { content: "\f103"; }