@import url(http://fonts.googleapis.com/css?family=Roboto:400,500italic,500,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Oswald);
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left: 18px;
  padding-right: 18px;
}

.row {
  margin-right: -18px;
  margin-left: -18px;
}

.container {
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
}

h3 {
  color: #666666;
  font-family: 'Oswald',Arial;
  font-size: 28px;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #FFFFFF;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.5em;
  background: url("../images/bg.jpg") repeat #DEDEDE;
}

.double-line {
  height: 15px;
  width: 100%;
  display: block;
  border-top: 1px solid #C1C1C1;
  border-bottom: 1px solid #C1C1C1;
  box-shadow: 0px 1px 0px 0px #fff inset, 0px 1px 0px 0px #fff;
}

.one-line {
  height: 15px;
  width: 100%;
  display: block;
  border-top: 1px solid #C1C1C1;
  box-shadow: 0px 1px 0px 0px #fff inset;
}

.plus {
  background: #CCCCCC;
  color: #fff;
  font-size: 14px;
  padding: 3px 3px 6px 6px;
}
.plus span {
  display: block;
}

.navbar-toggle {
  background-color: #ddd;
}

header {
  padding: 10px 0;
  background: #c21704;
  background: -moz-linear-gradient(left, #c21704 0%, #c21704 11%, #ed5e00 26%, #fcef00 62%, #fcef00 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #c21704), color-stop(11%, #c21704), color-stop(26%, #ed5e00), color-stop(62%, #fcef00), color-stop(100%, #fcef00));
  background: -webkit-linear-gradient(left, #c21704 0%, #c21704 11%, #ed5e00 26%, #fcef00 62%, #fcef00 100%);
  background: -o-linear-gradient(left, #c21704 0%, #c21704 11%, #ed5e00 26%, #fcef00 62%, #fcef00 100%);
  background: -ms-linear-gradient(left, #c21704 0%, #c21704 11%, #ed5e00 26%, #fcef00 62%, #fcef00 100%);
}
header .phones {
  text-align: right;
}
header .phones p {
  font-size: 20px;
  margin: 0 0 5px 0;
  font-weight: 500;
}
header .phones p:last-child {
  font-weight: 400;
  font-size: 13px;
}
header .phones p:first-child {
  margin-top: 5px;
}

.navbar-default {
  background: none;
  border: 0 none;
  border-radius: 0;
  margin-bottom: 30px;
}
.navbar-default .navmobile-pop {
  display: none;
}
.navbar-default .navbar-nav > li {
  margin: 0 17px;
}
.navbar-default .navbar-nav > li a {
  color: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.navbar-default .navbar-nav > li a:hover {
  background: #2F2E30;
  color: #fff;
}

.bigblack {
  background: #201F21;
  border-bottom: 3px solid #D66634;
  padding: 10px 0 40px 0;
  color: #fff;
  margin-bottom: 20px;
}

.nav_globo {
  background-color: #E5E5E5;
  box-shadow: 0 0 15px black;
  display: none;
  height: auto;
  position: absolute;
  left: 16.8%;
  top: 50px;
  width: 610px;
  padding: 0 10px 10px 10px;
  z-index: 100;
}
.nav_globo .tria {
  position: absolute;
  top: -10px;
  left: 48.2%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #E5E5E5;
}
.nav_globo .col-md-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.nav_globo .nav_product {
  display: block;
  margin: 10px 0 0 0;
  background-color: #FFFFFF;
  padding: 6px;
}
.nav_globo .nav_product:hover {
  background-color: #201F21;
  text-decoration: none;
}
.nav_globo .nav_product .media .media-left {
  padding-right: 15px;
}
.nav_globo .nav_product .media .media-body {
  color: #D66634;
  font-size: 18px;
}
.nav_globo .nav_product .media .media-body p {
  margin-top: 11px;
  line-height: 1.4em;
}

a#globo:hover .nav_globo {
  display: block;
  position: absolute;
}

.title {
  margin: 20px 0 30px;
}
.title h3 {
  text-align: center;
  margin: -7px 0 0 0;
}

footer {
  padding: 40px 0 30px;
  color: #CCCCCC;
  margin-top: 40px;
  background-color: #201F21;
  border-top: 3px solid #D66634;
}
footer .menu {
  list-style-type: square;
  color: #3F3F3F;
}
footer .menu > li {
  margin: 5px 0;
}
footer .menu > li > a {
  color: #CCCCCC;
  transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}
footer .address .media {
  padding-left: 20px;
}
footer .address .media .media-left {
  padding-right: 15px;
}
footer .address .media .media-object {
  background-color: #292929;
  box-shadow: 0 2px 0 0 #000000;
  padding: 5px 5px 1px 5px;
}
footer .address .media .media-object span {
  font-size: 17px;
  color: #707070;
}
footer .address .media a.map {
  padding-left: 10px;
  opacity: 0.8;
  font-size: 12px;
  color: #CCCCCC;
  transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}
footer .address .media a {
  color: #CCCCCC;
  transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}
footer .copy .media {
  margin-top: 30px;
}
footer .copy .media .media-body {
  font-size: 10px;
  line-height: 1.2em;
}

@media (min-width: 1200px) {
  .container {
    width: 1060px;
  }
}
.intro {
  padding-bottom: 50px;
}
.intro h1 {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.5em;
}
.intro p {
  margin-bottom: 13px;
}

.flexslider {
  box-shadow: none;
  background: none;
  margin: 0;
  border: 5px solid #D66634;
  border-radius: 0;
}

.flex-control-paging li a {
  border-radius: 0;
  border: 1px solid #707070;
  background: #313131;
}

.flex-control-paging li a.flex-active {
  background: #D66634;
  border-color: #D66634;
}

.index-products {
  padding: 30px 0 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 -10px 18px -11px rgba(0, 0, 0, 0.1) inset;
}
.index-products .title {
  margin-bottom: 50px;
}
.index-products .thumbnail {
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.13);
  padding: 0;
  border-radius: 0;
  text-decoration: none;
  border: 0;
}
.index-products .thumbnail .caption {
  color: #D66634;
  font-size: 22px;
  padding: 13px 20px;
  line-height: 1.2em;
  position: relative;
  -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
  -o-transition: background .2s ease-in-out, color .2s ease-in-out;
  transition: background .2s ease-in-out, color .2s ease-in-out;
}
.index-products .thumbnail .caption .plus {
  position: absolute;
  top: -23px;
  right: 1px;
  background: #D66634;
}
.index-products .thumbnail:hover .caption {
  background: #201F21;
  color: #fff;
}
.index-products .center-block {
  padding-top: 50px;
  float: none;
  text-align: center;
}
.index-products .center-block h6 {
  display: table-cell;
  color: #5B5B5B;
  font-family: georgia;
  font-size: 19px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px #FFFFFF;
}
.index-products .center-block span {
  display: table-cell;
  vertical-align: middle;
  font-weight: 400;
  color: #fff;
  font-family: georgia;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 65px;
}

.features {
  padding: 40px 0;
}
.features h3 {
  margin-bottom: 35px;
}
.features .whybox {
  background: #F9F9F9;
  padding: 20px 20px;
  position: relative;
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.13);
}
.features .whybox img {
  border: 12px solid #E0E0E0;
  -webkit-transition: border-color .2s ease-in-out;
  -o-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out;
}
.features .whybox img:hover {
  border-color: #D66634;
}
.features .whybox p {
  text-indent: -11px;
  padding-left: 15px;
}
.features .whybox p:last-child {
  margin-bottom: 0;
}
.features .whybox p:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e013";
  font-size: 13px;
  padding-right: 10px;
  color: #D66634;
}
.features .whybox .plus {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.features .whybox .plus:hover {
  background: #D66634;
  color: #fff;
  text-decoration: none;
}
.features .techbox {
  background: #F9F9F9;
  display: table;
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.13);
}
.features .techbox .tech {
  display: block;
  position: relative;
  margin: 7px;
  padding: 27px 20px;
  background: #e0e0e0;
  box-shadow: 0px -27px 22px -20px rgba(0, 0, 0, 0.05) inset;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.features .techbox .tech img {
  left: 0;
  position: absolute;
}
.features .techbox .tech h6 {
  font-family: 'Oswald', Arial;
  font-size: 23px;
  margin-top: 2px;
  color: #000000;
}
.features .techbox .tech p {
  font-size: 17px;
  color: #000000;
  margin: 0;
}
.features .techbox .tech:first-child {
  padding-left: 80px;
}
.features .techbox .tech:last-child {
  padding-left: 125px;
}
.features .techbox .tech:last-child img {
  left: 8px;
}
.features .techbox .tech:last-child p {
  font-size: 16px;
}
.features .techbox .tech .plus {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.features .techbox .tech:hover {
  text-decoration: none;
  box-shadow: 0px -27px 22px -20px rgba(0, 0, 0, 0.06) inset;
  background: rgba(224, 224, 224, 0.7);
}
.features .techbox .tech:hover .plus {
  background: #D66634;
}

.intro-au .description {
  padding: 20px;
}
.intro-au .description h2 {
  font-size: 33px;
}
.intro-au .description p {
  font-size: 19px;
  color: #ccc;
  margin-top: 20px;
}
.intro-au img {
  margin-top: 20px;
}

.about-us {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 -10px 18px -11px rgba(0, 0, 0, 0.1) inset;
}
.about-us p {
  color: #333;
  margin-top: 30px;
}
.about-us p:last-child {
  margin-bottom: 50px;
}
.about-us p a {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}
.about-us p a:hover {
  color: #000;
}

.why-us {
  padding: 30px 0 0;
  margin-bottom: 70px;
  position: relative;
}
.why-us .center-block {
  margin-top: 50px;
  float: none;
  /*.media{
  	margin-left: 65px;
  	font-size: 15px;
  	&.first{
  		margin-top: -22px;
  	}
  }
  span{
  	display: table-cell;
  	vertical-align: middle;
  	font-weight: 400;
  	color: #fff;
  	font-family: georgia;
  	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  	font-size: 150px;
  	float: left;
  	margin-top: 10px;
  	&.right{
  		float: right;
  		margin-top: -27px;
  	}
  }*/
}
.why-us .learn-more {
  background-color: #ccc;
  padding: 0 7px;
  position: absolute;
  bottom: -38px;
  right: 155px;
}
.why-us .learn-more .fa {
  color: #fff;
  font-size: 12px;
}

.machinery .description h2 {
  font-size: 33px;
}
.machinery .description p {
  font-size: 19px;
  color: #ccc;
  margin-top: 20px;
}
.machinery .description ul li {
  color: #D66634;
}
.machinery .description ul li p {
  color: #ccc;
  font-size: 15px;
}

.equipment {
  padding: 30px 0 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 -10px 18px -11px rgba(0, 0, 0, 0.1) inset;
}
.equipment .title {
  margin-bottom: 50px;
}
.equipment .thumbnail {
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.13);
  padding: 0;
  border-radius: 0;
  text-decoration: none;
  border: 0;
}
.equipment .thumbnail .caption {
  color: #333;
  background-color: #f3f3f3;
  font-size: 15px;
  padding: 13px 20px;
  line-height: 1.2em;
  position: relative;
  -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
  -o-transition: background .2s ease-in-out, color .2s ease-in-out;
  transition: background .2s ease-in-out, color .2s ease-in-out;
}
.equipment .thumbnail .caption .fa {
  float: right;
}
.equipment .thumbnail:hover .caption {
  background: #201F21;
  color: #fff;
}

.modal .modal-dialog .modal-content .modal-body {
  border: 0;
}
.modal .modal-dialog .modal-content .modal-body h4 {
  font-weight: 600;
  font-size: 18px;
}
.modal .modal-dialog .modal-content .modal-body p {
  font-size: 14px;
}

.intro-quality .description {
  padding: 20px;
}
.intro-quality .description h2 {
  font-size: 33px;
}
.intro-quality .description p {
  font-size: 19px;
  color: #ccc;
  margin-top: 20px;
}
.intro-quality img {
  margin-top: 20px;
}

.quality-certification {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 -10px 18px -11px rgba(0, 0, 0, 0.1) inset;
}
.quality-certification p {
  color: #333;
  margin-top: 30px;
}
.quality-certification p:last-child {
  margin-bottom: 50px;
}
.quality-certification p a {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}
.quality-certification p a:hover {
  color: #000;
}
.quality-certification img {
  margin-bottom: 40px;
}

.policies {
  padding: 30px 0 0;
  margin-bottom: 70px;
  position: relative;
}
.policies .center-block {
  margin-top: 50px;
  float: none;
  color: #333;
}
.policies .center-block .poli-box {
  background-color: #EFEFEF;
  text-align: left;
  height: 170px;
  padding: 30px;
  box-shadow: 0 15px 18px -11px rgba(0, 0, 0, 0.1);
}
.policies .center-block .poli-box span {
  font-size: 22px;
}
.policies .center-block .poli-box p {
  font-size: 15px;
}

.intro-why .description {
  padding: 20px;
}
.intro-why .description h2 {
  font-size: 33px;
}
.intro-why .description p {
  font-size: 19px;
  color: #ccc;
  margin-top: 20px;
}
.intro-why img {
  margin-top: 20px;
}

.about-us {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 -10px 18px -11px rgba(0, 0, 0, 0.1) inset;
}
.about-us p {
  color: #333;
  margin-top: 30px;
}
.about-us p:last-child {
  margin-bottom: 50px;
}
.about-us p a {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}
.about-us p a:hover {
  color: #000;
}

.why-us-inner {
  padding: 30px 0;
}
.why-us-inner .reason {
  margin-top: 50px;
  margin-bottom: 20px;
}
.why-us-inner .reason .media .media-body span {
  font-size: 19px;
  font-weight: 600;
}
.why-us-inner .reason .media .media-body p {
  font-size: 15px;
  margin-top: 15px;
}
.why-us-inner .reason.first {
  margin-top: 0;
}

.intro-contact .description {
  padding: 20px;
}
.intro-contact .description .link-pdf a {
  color: #fff;
  transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  display: inherit;
}
.intro-contact .description .link-pdf a:hover {
  text-decoration: underline;
  color: #fff;
}
.intro-contact .description .link-pdf a p {
  margin-left: 20px;
  color: #fff;
  font-size: 12px;
}
.intro-contact .description .link-pdf a img {
  margin-top: 0;
  position: absolute;
}
.intro-contact .description h2 {
  font-size: 33px;
  font-weight: 400;
}
.intro-contact .description p {
  color: #ccc;
  font-size: 15px;
}
.intro-contact .description p.less {
  font-size: 14px;
}
.intro-contact .description p span {
  font-weight: 600;
}
.intro-contact .description a {
  color: #ccc;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.intro-contact .description a:hover {
  text-decoration: none;
  color: #fff;
}
.intro-contact .description img {
  margin-top: 20px;
}
.intro-contact .description iframe {
  width: 100%;
  height: 300px;
}

.contact {
  padding: 30px 0;
  text-align: center;
}
.contact p {
  font-size: 15px;
}
.contact .center-block {
  float: none;
}
.contact .center-block p {
  font-size: 12px;
  float: right;
}
.contact .center-block p a {
  color: #333;
  text-decoration: underline;
}

.privacy {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 -10px 18px -11px rgba(0, 0, 0, 0.1) inset;
}
.privacy h2 {
  font-weight: 600;
}
.privacy p {
  color: #333;
  line-height: 22px;
}
.privacy h5 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 35px;
}
.privacy li {
  line-height: 22px;
}
.privacy a {
  color: #333;
  text-decoration: underline;
  transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}

.sheet-desc .description h2 {
  font-size: 33px;
}
.sheet-desc .description p {
  font-size: 15px;
  color: #fff;
  margin-top: 20px;
}
.sheet-desc .description p span {
  font-weight: 600;
}
.sheet-desc .description ul li {
  color: #D66634;
}
.sheet-desc .description ul li span {
  color: #fff;
  font-size: 14px;
}

.meet {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 -10px 18px -11px rgba(0, 0, 0, 0.1) inset;
}
.meet p {
  font-size: 16px;
  margin-bottom: 35px;
}
.meet p a {
  color: #333;
  text-decoration: underline;
  font-weight: 600;
  transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}
.meet p a:hover {
  color: #D66634;
}
.meet .first img {
  border: 2px solid #fff;
}
.meet .second {
  margin-top: 50px;
}
.meet .second h3 {
  margin-top: 70px;
}
.meet .second p {
  margin-bottom: 20px;
}
.meet .second p a {
  color: #333;
  text-decoration: underline;
  transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}
.meet .second p a:hover {
  color: #D66634;
}
.meet .second p span {
  font-weight: 600;
}
.meet .second p.link-down {
  font-size: 12px;
  float: right;
}

.why-us {
  padding: 30px 0;
  margin-bottom: 70px;
  position: relative;
}
.why-us .down p span {
  font-size: 19px;
  font-weight: 600;
}
.why-us .down .learn-more {
  background-color: #ccc;
  padding: 0 7px;
  position: absolute;
  bottom: 30px;
  right: 155px;
}
.why-us .down .learn-more .fa {
  color: #fff;
  font-size: 12px;
}

.cut .description {
  padding: 20px;
}
.cut .description h2 {
  font-size: 33px;
}
.cut .description p {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
.cut .description p span {
  font-weight: 600;
}
.cut img {
  margin-top: 20px;
  border: 7px solid #393939;
}

.process {
  padding: 30px 0;
  position: relative;
}
.process .steps .step .img {
  position: relative;
}
.process .steps .step .img img {
  border: 2px solid #fff;
}
.process .steps .step .img .number {
  left: -8px;
  position: absolute;
  font-size: 25px;
  background-color: #000;
  border-radius: 100%;
  padding: 5px 10px;
  color: #fff;
  border: 2px solid white;
  font-weight: bold;
  bottom: -8px;
}
.process .steps .step p {
  margin-top: 15px;
}
.process .bar {
  background-color: #424243;
  padding: 20px;
  margin-top: 80px;
  margin-bottom: 60px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 1px 2px 1px #A2A2A2, 0px 1px 4px 0px #7C7C7C inset;
}
.process .bar p {
  color: #ECECEC;
  font-size: 19px;
}
.process .bar p span {
  font-weight: 600;
}
.process .bar p a {
  color: #fff;
  text-decoration: underline;
}

.intro-tech .description {
  padding: 20px;
}
.intro-tech .description h2 {
  font-size: 33px;
}
.intro-tech .description p {
  font-size: 19px;
  color: #ccc;
  margin-top: 20px;
}
.intro-tech img {
  margin-top: 20px;
}

.tech-inner {
  padding: 30px 0;
}
.tech-inner .pdfs {
  margin-top: 50px;
  margin-bottom: 20px;
}
.tech-inner .pdfs a {
  font-size: 13px;
  color: #333;
  transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}
.tech-inner .double-line {
  margin-top: 35px;
  margin-bottom: 50px;
}

/* =================================================
Responsive ====================================== */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 979px) and (max-width: 1200px) {
  .navbar-default .navbar-nav > li {
    margin: 0 10px;
  }

  .nav_globo {
    left: 10%;
  }

  .intro h1 {
    margin-top: 0;
  }

  .features .whybox {
    margin-bottom: 40px;
  }

  .index-products .thumbnail .caption {
    font-size: 20px;
  }

  .policies .center-block .poli-box {
    height: auto;
    margin-top: 20px;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 978px) {
  .navbar-collapse {
    padding: 0;
  }

  .flexslider {
    margin-bottom: 60px;
  }

  .navbar-default .navbar-nav > li {
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 10px 12px;
  }

  .nav_globo {
    left: 5%;
  }
  .nav_globo .tria {
    left: 230px;
  }

  .features .whybox {
    margin-bottom: 30px;
  }

  .policies .center-block .poli-box {
    height: auto;
    margin-top: 20px;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header img {
    margin-bottom: 10px;
  }
  header .phones {
    text-align: center;
  }

  .navbar-default .navdesktop-pop {
    display: none;
  }
  .navbar-default .navmobile-pop {
    display: block;
  }

  .flexslider {
    margin-bottom: 40px;
  }

  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  footer .menu {
    padding-left: 21px;
  }
  footer .col-md-6 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  footer .address .media {
    padding-left: 0;
  }

  .features .whybox {
    margin-bottom: 30px;
  }
  .features .whybox img {
    margin-bottom: 20px;
  }

  .title h3 {
    margin: 10px 0;
  }

  .index-products .thumbnail .caption {
    padding: 20px 8px;
    font-size: 18px;
  }
  .index-products .thumbnail .caption .plus {
    right: 0;
  }

  .policies .center-block .poli-box {
    height: auto;
    margin-top: 20px;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .navbar-default .navdesktop-pop {
    display: none;
  }
  .navbar-default .navmobile-pop {
    display: block;
  }
}

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