@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Cutive);
@import url(http://fonts.googleapis.com/css?family=Sarina);
/*========================================================
                      Main Styles
=========================================================*/
body {
  cursor: url(chamaAzul.png), auto;
  background: #2f3236;
  color: #333;
  font: 400 14px/24px 'Roboto', sans-serif;
  -webkit-text-size-adjust: none;
  min-width: 320px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
h1 {
  font-size: 39px;
  line-height: 49px;
  font-weight: 300;
}
h2 {
  font-size: 47px;
  line-height: 57px;
}
h3 {
  font-size: 34px;
  line-height: 38px;
  font-weight: 100;
}
h4 {
  font-size: 23px;
  line-height: 38px;
  font-weight: 300;
}
h5 {
    padding-top: 10px;
  font-size: 18px;
  line-height: 22px;
}
h5 a:hover {
  color: rgba(36, 105, 179, 1);
}
h6 {
  font-size: 15px;
  line-height: 15px;
}
p {
  color: #979797;
}
p a:hover {
  text-decoration: underline;
}
time {
  display: block;
}
a {
  cursor: url(chamaLaranja.png), auto;
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:active {
  background: transparent;
}
a:hover {
  color: rgba(36, 105, 179, 1);

}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
iframe {
  height: 300px;
  width: 100%;
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: table;
  width: 100%;
  z-index: 2;
  position: relative;
  table-layout: fixed;
  text-align: center;
}
.sf-menu > li {
  display: table-cell;
  position: relative;
  margin: 0;
}
.sf-menu > li + li {
  margin-left: 30px;
}
.sf-menu a {
  display: block;
}
.sf-menu > li > a {
  display: block;
  color: #FFF;
  line-height: 31px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  padding: 13.5px 0px;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #fff;
  background: rgba(36, 105, 179, 1);
}
.sf-menu > li.active > a {
  color: #fff;
  background: #1e9d60;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  padding: 30px 0;
  background: #3d4048;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: none;
}
.sf-menu ul > li > a {
  color: #FFF;
  font-size: 14px;
  line-height: 37px;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #FFF;
  background: rgba(36, 105, 179, 1);
}
.sf-menu ul ul {
  position: absolute;
  top: auto;
  left: 105%;
  width: 100%;
  margin-top: -25px;
  padding: 20px 0;
  z-index: 4;
  background: rgba(36, 105, 179, 1);
}
.sf-menu ul ul > li > a {
  color: #FFF;
  background: rgba(36, 105, 179, 1);
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: #3d4048;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: '\f078';
  font: 400 12px/12px 'FontAwesome';
}
.sf-menu li > ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu li > ul > li > .sf-with-ul:before {
  position: absolute;
  right: 8.5%;
  top: 40%;
  margin-left: -6px;
  content: '\f054';
  font: 400 12px/12px 'FontAwesome';
}
@media (max-width: 1199px) {
  .sf-menu li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: #ffffff url('../images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Roboto', sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background-image: url(../images/menu_bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 999;
  border-bottom: 1px solid #333333;
  height: 75px;
}
.isStuck .sf-menu > li > a {
  padding: 22px 0;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
  color: #cccccc;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #979797;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}
.parallax1 {
  background-color: #FFF;
  background-image: url(../images/page-5_img07.jpg);
  padding: 35px 0 52px;
}
.parallax1 .btn-big {
  margin-top: 35px !important;
}
.parallax1 h5 {
  text-transform: uppercase;
  font-size: 18px;
}
.parallax1 h3 + h5 {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
.header {
  /*background: #f6f4f1;*/
  background-color: rgba(255, 255, 255, 1);
  /*background: rgba(237, 163, 33, 1);
  border-bottom: 3px solid #3D4049;*/
}
.header .brand {
  float: left;
  max-width: 230px;
}

.header .brands {
  float: right;
  max-width: 230px;
  margin-top: 45px;
  padding-left: 45px;

}

.header .nav {
  /*float: left;*/
  position: relative;
  width: 60%;
  letter-spacing: -1px;

}
.header .social_icons {
  /*float: right;*/
  float: right;
  position: relative;
  margin-top: -80px;
}
@media (max-width: 767px) {
  .header {
    text-align: center;
  }
  .header .brand,
  .header .nav,
  .header .brands {
    float: none;
  }
}
.header .header-top {
  background-image: url(../images/menu_bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  max-height: 60px;
}
.header .header-bottom {
  /*padding-top: 34px;
  padding-bottom: 37px;*/
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-bottom .address .fa:before{
  font-size: 22px !important;
  margin-right: 10px;
}

.header-bottom .address strong { 
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin-bottom: 10px;
  color: #2468B3;
  font-family: "Roboto", sans-serif;
}

.header-bottom .address a {
  display: block;
  margin-bottom: 8px;
  font-size: 23px;
  line-height: 1;
  transition: 0.25s;
  font-family: "Roboto", sans-serif;
}

.header-bottom .address a:hover {text-decoration: none;color:rgba(36, 105, 179, 1)}

.header-bottom .address a:last-of-type {margin-bottom: 0;}

.header .address {
  float: right;
  margin-top: 4px;
}
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
  color: rgba(36, 105, 179, 1);
  font-family: 'Sarina', cursive;
  padding-right: 5px;
}
.cd-hero-slider .cd-btn.secondary {
  background-color: rgba(36, 105, 179, 1) !important;
}
.cd-hero-slider .cd-btn.secondary:hover {
  background-color: #65676c !important;
}
.brand_name a:hover {
  color: rgba(36, 105, 179, 1);
}
.brand_name label {
background: none repeat scroll 0% 0% rgba(36, 105, 179, 1);
color: #FFF;
border-radius: 50%;
height: 66px;
width: 66px;
line-height: 66px;
text-align: center;
position: absolute;
font-size: 25px;
letter-spacing: -3px;
}
.brand_name a {
  /*margin-left: 75px;*/
}
.brand_slogan {
text-align: right;
font-family: "Cutive",serif;
font-size: 10px;
margin-top: -12px;
margin-right: 8px;
color: #42454E !important;
}
/*==================     Social icons     ======================*/
.social_icons {
  padding: 28px 0;
}
.social_icons li {
  display: inline-block;
}
.social_icons .fa {
  font-size: 14px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  background: #646771;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  color: #FFF;
}
.social_icons .fa:hover {
  background: #FFF;
  color: #646771;
}
.social_icons li + li {
  margin-left: 2px;
}
/*==================     Address     ======================*/
.address {
  color: #9A9FAC;
  letter-spacing: normal;
}
.address li {
  /*color: #fff;*/
  display: inline-block;
  padding: 10px 15px 5px 45px;
}
.address li:before {
  font-size: 40px;
  position: absolute;
  margin-left: -28px;
  margin-top: 8px;
}
.address li + li {
  border-left: 1px solid #cecece;
}
.address .fa-phone:before {
  font-size: 29px;
}
.address .fa-map-marker {
  padding-top: 6px;
  padding-left: 47px;
  padding-right: 0;
}
.address p {
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  line-height: 15px;
}
/*=======================================================
                     CONTENT  Layout
=========================================================*/
h5 + p {
  margin-top: 20px;
}
h5 + ul {
  margin-top: 10px;
}
ul + h5 {
  margin-top: 40px;
}
img + h5 {
  margin-top: 25px;
}
.fa + h5 {
  margin-top: 25px;
}
.box4 + .box4 {
  border-top: 3px solid #e6e4e1;
  padding-bottom: 0;
}
.box8 + .box8 {
  padding-top: 20px;
  border-top: 3px solid #c4c2bf;
}
h4 + h5 {
  margin-top: 35px;
}
h3 + h4 {
  margin-top: 5px;
}
/*========================================================
                     CONTENT  Styles
=========================================================*/
#content {
  background: #f6f4f1;
}
/*==================      Well     ======================*/
.well {
  font-family: 'Roboto', sans-serif;
}
.well .thumb_1 {
  /*
  padding-top: 186px;
  padding-bottom: 38px; */
  padding-top: 94px;
padding-bottom: 38px;
}
.well .thumb_1 h5 {
  font-size: 20px;
  font-weight: 100;
}
.well .thumb_1 h5 + p {
  margin-top: 17px;
}
.well .thumb_2 {
  padding-top: 30px;
  padding-bottom: 85px;
}
.well .thumb_2 h5 {
  font-weight: 600;
}
.well .thumb_2 .box1 {
  padding-bottom: 32px;
}
.well .thumb_2 img + h5 {
  margin-top: 30px;
}
.well .thumb_2 h5 + p {
  margin-top: 15px;
}
.well .thumb_2 .btn {
  margin-top: 25px;
}
.well .thumb_3 {
  background: #3d4048;
  color: #FFF;
  padding: 38px 0 35px;
}
.well .thumb_4 {
  padding-top: 81px;
  padding-bottom: 42px;
}
.well .thumb_4 .box + .box {
  margin-top: 33px;
}
.well .thumb_4 a {
  margin-top: -3px;
  font-weight: 600;
}
.well .thumb_4 h5 + p {
  margin-top: 10px;
}
.well .thumb_4 .btn {
  padding: 6px 16px 6px 26px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  float: right;
  margin-top: 30px;
}
.well .thumb_4 .btn:before {
  padding-left: 20px;
}
.well .thumb_4 a:hover {
  color: rgba(36, 105, 179, 1);
}
.well .thumb_5 {
  border-top: 3px solid #E6E4E1;
  padding: 27px 0 70px;
}
.well .thumb_6 {
  border-top: 3px solid #e6e4e1;
  padding-top: 60px;
  padding-bottom: 80px;
}
.well .thumb_6 .row + .row {
  margin-top: 30px;
}
.well .thumb_6 .btn {
  margin-top: 25px;
}
.well .thumb_6 h5 {
  font-weight: 600;
}
.well .thumb_7 {
  background: #3d4048;
  padding: 55px 0;
}
.well .thumb_8 {
  padding: 27px 0 65px;
}
.well .thumb_9 {
  background: #3d4048;
  padding: 46px 0 58px;
}
.well .thumb_9 .box1 {
  padding-bottom: 32px;
}
.well .thumb_9 .box1 h3 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
}
.well .thumb_9 .box1 p {
  color: rgba(36, 105, 179, 1);
  text-transform: uppercase;
  margin-top: 10px;
}
.well .thumb_10 {
  padding: 64px 0 57px;
}
.well .thumb_11 {
  background: #E6E4E1;
  padding: 67px 0 75px;
}
.well .thumb_11 h3 {
  margin-bottom: 34px;
}
.well .thumb_11 span {
  font-size: 14px;
  font-weight: 600;
}
.well .thumb_11 h5 + p {
  margin-top: 18px;
}
.well .thumb_11 h5 {
  line-height: 18px;
  font-weight: 600;
}
.well .thumb_11 p {
  font-size: 14px;
  line-height: 22px;
}
.well .thumb_12 {
  padding: 0 0 80px;
}
.well .thumb_13 {
  border-top: 3px solid #e6e4e1;
  padding-top: 55px;
  padding-bottom: 80px;
}
.well .thumb_13 .row + .row {
  margin-top: 30px;
}
.well .thumb_13 .btn {
  margin-top: 15px;
}
.well .thumb_13 h5 {
  font-weight: 600;
}
.well .thumb_13 h3 {
  font-weight: lighter;
}
.well .thumb_13 .box1 {
  padding-bottom: 32px !important;
}
.well .thumb_13 .box_aside {
  margin-right: 30px;
}
.well .thumb_14 {
  border-top: 3px solid #e6e4e1;
  padding-top: 55px;
  padding-bottom: 80px;
}
.well .thumb_14 .box1 {
  padding-bottom: 25px;
}
.well .thumb_15 {
  padding-top: 66px;
  padding-bottom: 72px;
}
.well .thumb_15 h5 {
  font-size: 20px;
}
.well .thumb_16 {
  border-top: 3px solid #e6e4e1;
  padding-top: 58px;
  padding-bottom: 85px;
}
.well .thumb_16 .box1 {
  padding-bottom: 30px;
}
.well .thumb_16 .box_aside {
  margin-right: 25px;
}
.well .thumb_16 .row + .row {
  margin-top: 40px;
}
.well .thumb_16 h5 {
  font-weight: 600;
}
.well .thumb_16 h5 + p {
  margin-top: 13px;
}
.well .thumb_16 .btn {
  margin-top: 32px;
}
.well .thumb_16 img + h5 {
  margin-top: 30px;
}
.well .thumb_16 h5 {
  line-height: 25px;
}
.well .thumb_17 {
  padding-top: 64px;
  background: #E6E4E1;
  padding-bottom: 71px;
}
.well .thumb_17 .box1 {
  padding-bottom: 26px;
}
.well .thumb_17 h5 + ul {
  margin-top: 15px;
}
.well .thumb_18 {
  border-top: 3px solid #e6e4e1;
  padding-top: 55px;
  padding-bottom: 60px;
  font-family: 'Roboto', sans-serif;
}
.well .thumb_18 h4 + h5 {
  margin-top: 24px;
}
.well .thumb_19 {
  border-top: 3px solid #e6e4e1;
  padding-top: 58px;
  padding-bottom: 78px;
}
.well .thumb_19 .box + .box {
  margin-top: 25px;
}
.well .thumb_19 .box1 {
  padding-bottom: 26px;
}
.well .thumb_19 h5 {
  font-weight: bold;
}
/*==================  Backgrounds  ======================*/
.bg01 {
  background: rgba(36, 105, 179, 1);
}
/*==================     Icons     ======================*/
.fa-flag {
  background: #65676c !important;
}
.fa-trophy {
  background: #65676c !important;
}
.fa-envelope:before {
  font-size: 66px;
}
.fa-mobile-phone:before {
  font-size: 117px;
}
.fa-map-marker:before {
  font-size: 89px;
}
/*==================    Buttons    ======================*/
.btn-big {
background: none repeat scroll 0% 0% rgba(36, 105, 179, 1);
color: #FFF;
font-family: "Roboto",sans-serif;
font-size: 22px;
line-height: 22px;
padding: 17px 65px;
border-radius: 35px;
text-transform: none;
}
.btn-big:before {
  float: right;
  padding-left: 10px;
}
.btn-big:hover {
  color: #FFF;
  background: rgba(36, 105, 179, 0.7);
}
.btn {
background: none repeat scroll 0% 0% rgba(36, 105, 179, 1);
font-size: 12px;
color: #FFF;
font-family: "Roboto",sans-serif;
text-transform: uppercase;
border-radius: 3px;
padding: 5px 15px;
margin-top: 20px;
}
.btn:before {
  float: right;
  padding-left: 10px;
}
.btn:hover {
  color: #FFF;
  background: rgba(36, 105, 179, 0.7);
}
.fa-index {
color: #FFF;
width: 103px;
height: 103px;
line-height: 103px;
font-size: 48px;
text-align: center;
background: none repeat scroll 0% 0% #2468B3;
border-radius: 50%;
}
.link {
  padding-top: 45px;
  font-size: 18px;
}
.link a {
  color: rgba(36, 105, 179, 1);
  font-weight: 600;
}
.link a:hover {
  color: #3d4048;
}
/*==================      Marked-list      ======================*/
.marked-list h5 {
  font-size: 14px !important;
  color: rgba(36, 105, 179, 1);
  font-style: normal !important;
  text-transform: uppercase;
  font-weight: 600;
}
.marked-list li {
  position: relative;
  padding-left: 15px;
  line-height: 31px;
}
.marked-list li:before {
  content: '\f105';
  position: absolute;
  left: 0;
  top: 0;
  font: 400 15px 'FontAwesome';
  line-height: inherit;
  color: rgba(36, 105, 179, 1);
}
.marked-list a {
  color: #909090;
  font-style: italic;
  font-size: 12px;
}
.marked-list a:hover {
  color: rgba(36, 105, 179, 1);
}
/*==================      Flex-list      ======================*/
.flex-list {
  display: table;
  width: 100%;
  padding: 0 20px 0 5px;
  box-sizing: border-box;
}
.flex-list li {
  display: table-cell;
  text-align: center;
}
.flex-list img {
  transition: 0.3s;
}
.flex-list img:hover {
  opacity: 0.7;
}
/*==================      Graphic      ======================*/
.name_graph {
  font-size: 22px;
  float: left;
}
.name_graph p {
  padding: 28px 0;
  color: #FFF !important;
  text-transform: none;
}
.content_graph {
  background-image: url("../images/graph-bg.png");
  background-repeat: repeat;
  border-top: 2px solid #5f6167;
  border-bottom: 2px solid #5f6167;
  border-right: 2px solid #5f6167;
  float: right;
  width: 85%;
  max-width: 995px;
  margin-right: 30px;
}
.content_graph p {
  color: rgba(36, 105, 179, 1);
  font-size: 18px;
  margin-left: 103%;
  padding-top: 4px;
  font-weight: 100;
}
.line {
  padding: 17px 0 17px 2px;
}
.first-row .red_line {
  width: 37.5%;
}
.first-row .orange_line {
  width: 18.2%;
}
.second-row .red_line {
  width: 47.5%;
}
.second-row .orange_line {
  width: 25.2%;
}
.third-row .red_line {
  width: 28.4%;
}
.third-row .orange_line {
  width: 12.2%;
}
.fourth-row .red_line {
  width: 96.1%;
}
.fourth-row .orange_line {
  width: 65.6%;
}
.red_line {
  background: rgba(36, 105, 179, 1);
  height: 32px;
}
.orange_line {
  background: rgba(36, 105, 179, 1);
  height: 32px;
  margin-top: -18px;
}
.orange_line p {
  padding-top: 20px;
  margin-left: 105%;
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: '';
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  margin-right: 19px;
}
.box_cnt {
  overflow: hidden;
}
.box1 {
  padding-bottom: 35px;
}
.box1 h3 {
  font-weight: 100;
}
.box1 h5 {
  font-weight: 600;
}
.box1 p {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-top: 30px;
}
.box2 p {
  font-size: 12px;
  line-height: 20px;
}
.box2 span {
  font-size: 14px;
  line-height: 14px;
}
.box2 a:hover {
  text-decoration: underline;
  color: rgba(36, 105, 179, 1);
}
.box2 a:hover h6 {
  color: rgba(36, 105, 179, 1);
}
.box3 {
  border: 2px solid #5f6167;
  padding: 30px 30px 50px;
  box-sizing: border-box;
}
.box3 h3 {
  text-transform: uppercase;
  color: #FFF;
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 32px;
}
.box3 p {
  margin-bottom: 50px;
}
.box3 h5 {
  color: rgba(36, 105, 179, 1);
  text-transform: uppercase;
  font-size: 14px;
}
.box4 {
  padding: 30px 0 20px;
}
.box5 h5 {
  font-style: italic;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 10px;
}
.box5 ul {
  margin-left: 10px;
}
.box5 .marked-list li {
  font-size: 12px;
  font-style: italic;
  color: #909090;
}
.box5 h3 {
  font-size: 34px;
  margin-bottom: 23px;
}
.box6 {
  border-bottom: 3px solid #e6e4e1;
  padding: 30px 0 30px 0;
}
.box6 div {
  padding: 0;
  overflow: hidden;
}
.box6 label {
  list-style: none;
  position: relative;
  font-size: 18px;
  font-weight: 600;
}
.box6 label:before {
  position: absolute;
  content: "";
  border-bottom: 2px dotted #000;
  right: -1005px;
  bottom: 2px;
  width: 1000px;
}
.box6 span {
  float: right;
  background: #f5f6f6;
  padding-left: 5px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
}
.box6 p {
  margin-top: 10px;
}
.box7 h3 {
  text-transform: uppercase;
  float: left;
  margin-top: 13px;
  font-weight: 600;
  font-size: 28px;
  color: #FFF;
}
.box7 .btn-big {
  float: right;
}
.box7 h5 {
  color: rgba(36, 105, 179, 1);
  font-size: 14px;
  float: left;
}
.box8 {
  padding-bottom: 20px;
}
.box8 h5 {
  font-style: italic;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}
.box8 span {
  font-size: 14px;
  font-style: normal;
}
.box9 {
  text-align: center;
  margin-top: 32px;
}
.box9 .grid_4 {
  position: relative;
}
.box9 .grid_4:before {
  position: static;
  display: inline-block;
  top: 0;
  left: 0;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  color: #2468B3;
  margin-bottom: 25px;
}
.contacts h5 {
  font-weight: 600;
}
/*==================      Position text      ======================*/
.center {
  text-align: center;
}
.first .box6 {
  padding-top: 0;
}
/*==================      Color text      ======================*/
.primary {
  color: rgba(36, 105, 179, 1);
}
.default {
  color: #3d4048;
}
.third {
  color: #41454c;
}
.fourth {
  color: #909090;
}
.ital {
  font-style: italic;
}
.f1 {
  font-size: 17px !important;
}
.f2 {
  font-size: 12px !important;
}
.f3 {
  font-size: 18px !important;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
.footer .brand {
  margin-bottom: 35px;
}
.footer .brand_name {
  font-size: 16px !important;
  line-height: 25px;
}
.footer .brand_name a {
  /*margin-left: 33px;*/
}
.footer .brand_name a:hover {
  color: rgba(36, 105, 179, 1);
}
.footer .brand_name label {
  font-size: 14px !important;
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.footer .brand_slogan {
  font-size: 8px;
  margin-top: -8px;
  margin-right: 0;
  margin-left: 42px;
  color: #FFF;
}
.footer .copyright {
  font-size: 12px;
  line-height: 20px;
  color: rgba(36, 105, 179, 1);
}
.footer .copyright a:hover {
  color: rgba(36, 105, 179, 1);
}
.footer .sf-menu {
  width: 50%;
  text-align: left;
}
.footer .sf-menu a {
  font-size: 11px;
  padding: 0;
  color: #979797;
}
.footer .sf-menu a:hover {
  color: rgba(36, 105, 179, 1);
  background: transparent;
}
.footer .sf-menu li.sfHover > a,
.footer .sf-menu > a:hover {
  background: transparent;
}
.footer .sf-menu li.active > a {
  color: #1e9d60;
  background: transparent;
}
/*==================      Footer row     ======================*/
.footerrow1 {
  background: #E6E4E1;
  padding: 65px 0 55px;
}
.footerrow2 {
  padding: 60px 0 40px;
  color: #979797;
}
.footerrow2 h5 {
  color: #ddd;
  text-transform: uppercase;
  font-weight: 300;
}
.footerrow2 li {
  font-size: 11px;
  line-height: 24px;
}
.footerrow2 a:hover {
  color: rgba(36, 105, 179, 1);
}
.footerrow2 p {
  font-size: 11px;
  line-height: 15px;
}
.footerrow2 .tel {
  font-size: 22px;
  margin: 30px 0 25px;
}
.list-footer {
  display: table;
  width: 100%;
  z-index: 2;
  position: relative;
}
.list-footer li {
  display: table-cell;
  position: relative;
  margin: 0;
}
.list-footer li > ul > li {
  display: block;
}
.footerrow3 {
  color: #979797;
}
/*==================      Footer box      ======================*/
.footerbox1 {
  border-right: 1px solid #979797;
  box-sizing: border-box;
  /*min-height: 390px !important;*/
  padding: 17px 0;
}
.footerbox2 {
  /*border-right: 1px solid #979797;*/
  margin-right: 15px;
  box-sizing: border-box;
  /*min-height: 390px !important;*/
  margin-left: 50px ! important;
  padding: 17px 0;
}
.footerbox3 {
  border-right: 1px solid #979797;
  margin-right: 15px;
  box-sizing: border-box;
  /*min-height: 390px !important;*/
  padding: 17px 0;
}
.footerbox4 {
  box-sizing: border-box;
  /*min-height: 390px !important;*/
  padding: 17px 0;
  margin-left: 80px !important;
}
/*==================      Footer nav      ======================*/
.footer-nav {
  border-top: 1px solid #3D4048;
  padding: 25px 0 35px;
  width: 100%;
}
/*==================      Responsive      ======================*/
@media (max-width: 1199px) {
  .footer .brand_slogan {
    margin-left: 0;
    margin-top: 0;
  }
  .footerbox2 {
    margin-left: 30px !important;
  }
  .btn-big {
    padding: 17px 55px;
  }
  .content_graph {
    width: 85%;
    margin-right: 0;
  }
}
@media (max-width: 1060px) {
  .fourth-row .red_line {
    width: 91.1%;
  }
}
@media (max-width: 979px) {
  .flex-list {
    text-align: center;
  }
  .flex-list li {
    display: inline-block;
  }
  .tel {
    line-height: 20px !important;
    font-size: 16px !important;
  }
  .box6 label {
    font-size: 16px;
  }
  .box6 span {
    font-size: 16px;
  }
  .box_aside img {
    width: 150px;
  }
  .thumb_11 .box_aside {
    float: none;
  }
  .content_graph {
    width: 75%;
  }
  .footer .sf-menu {
    width: 70%;
  }
}
@media (max-width: 817px) {
  .fourth-row .red_line {
    width: 85.1%;
  }
}
@media (max-width: 767px) {
  img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .header-top {
    padding-top: 59px;
  }
  .social_icons {
    width: 100%;
  }
  .flex-list {
    text-align: center;
    display: block;
  }
  .flex-list li {
      display: inline-block;
      padding-right: 10px;
  }
  .header .address {
    margin-top: 20px;
    float: none;
    text-align: center;
  }
  .header .address li:before {
    margin-left: 0;
    position: relative;
  }
  .header .address .fa-phone:before {
    margin-left: 0;
  }
  .footerrow2 {
    padding: 40px 0px 30px;
    text-align: center;
  }
  .footerbox2 {
    margin-left: 0 !important;
    border-right: none;
    min-height: 0 !important;
  }
  .footerbox1 {
    margin-left: 0 !important;
    border-right: none;
    min-height: 0 !important;
  }
  .footerbox3 {
    margin-left: 0 !important;
    border-right: none;
    min-height: 0 !important;
  }
  .footerbox4 {
    margin-left: 0 !important;
    border-right: none;
    min-height: 0 !important;
  }
  .list-footer li {
    display: block;
    text-align: center;
    font-size: 15px;
  }
  .list-footer .footerbox + .footerbox {
    margin-top: 40px;
  }
  .footer-nav {
    border-top: none;
  }
  .well .thumb_4 .btn {
    float: none;
  }
  .box7 .btn-big {
    float: none;
  }
  .box7 h3 {
    float: none;
  }
  .box7 h5 {
    float: none;
  }
  .box7 div {
    margin-bottom: 35px;
  }
  .content_graph {
    width: 70%;
  }
  .content_graph p {
    font-size: 14px;
  }
  .content_graph .red_line {
    padding: 0;
  }
  .content_graph .orange_line {
    padding: 0;
  }
  .name_graph {
    font-size: 16px;
  }
  .name_graph p {
    padding: 22px 0;
  }
  .box_aside {
    float: none;
    margin-bottom: 10px;
    text-align: center;
  }
  .content_graph p {
    margin-left: 100%;
  }
  .line {
    padding: 10px 0 10px 2px;
  }
  .fourth-row .red_line {
    width: 87.1%;
  }
  .footer-nav {
    display: none;
  }

  .social_icons {
    padding: 0px 0;
  }

  .select-menu .select {
      color: #FFFFFF;
      background-color: rgb(61, 64, 73);
    }

    .header .address {
    margin-top: 20px;
    float: none;
   display: none;
  }
  .brands img {
  display: none;
  }
}
@media (max-width: 479px) {



  .address li {
    padding-left: 0;
  }
  .address .fa-map-marker {
    padding-left: 0;
  }
  .address li + li {
    border: none;
  }
  h3 {
    font-size: 25px;
    line-height: 25px;
  }
  h4 {
    font-size: 20px;
    line-height: 20px;
  }
  h5 {
    font-size: 16px;
  }
  .box7 h3 {
    font-size: 25px;
  }
  .btn-big {
    font-size: 14px;
    line-height: 14px;
  }
  .box5 h3 {
    font-size: 25px;
  }
  .box6 {
    padding: 15px 0;
  }
  .box6 label:before {
    border-bottom: none;
  }
  .box6 span {
    font-size: 16px;
    float: none;
  }
  .row + .row {
    margin-top: 10px;
  }
  .well .thumb_9 .box1 h3 {
    font-size: 25px;
  }
  .content_graph {
    width: 65%;
    margin-right: 0;
  }
  .name_graph {
    font-size: 14px;
  }
  .name_graph p {
    padding: 22px 0;
  }
  .header .address {
    margin-top: 20px;
    float: none;
   display: none;
  }
  .brands img {
  display: none;
  }
  
}

.back{
  float: right;
}

.caixa{
  background-color: #E7E7E7;
  padding: 10px;
}

dt{
    padding-top: 5px;
  font-weight: bolder;
  color: rgba(36, 105, 179, 1);
  font-size: 21px;
  padding-bottom: 5px;
}

dd{
  padding-left: 5px;
}

dd b{
  font-weight: bolder;
}