@import url(https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import "grid.css";
@import "ui.totop.css";
@import "superfish-menu.css";
@import "animate.css";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400);

/*========================================================
                    Main layout styles
=========================================================*/
body {
  background-color: #ffffff;
  color: #000000;
  line-height: 20px;
  font: 400 14px 'Roboto', sans-serif;
}
.formulario{
	padding-left:0px;
	padding-top:10px;
	padding-bottom:10px;
	 font: 400 14px 'Roboto', sans-serif;
	 }
.special{
	padding: 6px 20px 5px;
margin-top: 9px;
margin-left:10px;
color: #fff;
background-color: #ffa238;
border:0px;}
.special2{
padding: 5px 16px 5px;
margin-top: 9px;
margin-left:10px;
color: #ffffff;
background-color: #00a3d3;
border:0px;}
a {
  color: #ffa136;
  font: 400 14px 'Roboto', sans-serif;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  color: #fcb96f;
  text-decoration: underline;
}
a:active {
  background: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header.header-1 {
  background: #ffffff url(../images/header_background.jpg) no-repeat center bottom;
  height: 958px;
}
#header.header-2 {
  position: relative;
  z-index: 1;
  background: #ffffff url(../images/header_background.jpg) no-repeat center -320px;
}
#header.header-nowo {
  position: relative;
  z-index: 1;
  background: #FF5200 url(/web_v4/nowo_cabe.png) no-repeat center;
  height: 500px;
}
#header.header-2 .navbar-brand {
  padding-bottom: 94px;
}
#header .header-wrap {
  width: 540px;
  float: right;
}
@media (max-width: 979px) {
  #header .header-wrap {
    float: none;
    width: 100%;
  }
  #header.header-1 {
    height: auto;
    padding-bottom: 68px;
  }
}
/*=================  Navbar-brand =======================*/

@media (max-width: 979px) {
 .topo {
  background-color:#FFF;
  height: 180px;
  vertical-align:middle;
}
.topo2 {
  height: 5px;
  width:100%;
  text-align:center;
 
 }
 .topo3 {
  padding-top: 100px;
 }
}

@media (min-width: 980px) {
 .topo {
  background-color:#FFF;
  height: 150px;
  vertical-align:middle;
  width: 1050px;
margin-left: auto;
margin-right: auto;
}
.topo2 {
  height: 5px;
  padding-top: 10px;
 }
 .topo3 {
padding-top: 40px;
margin-left: 350px;
}
}

.navbar-brand {
  float: left;
  padding-top: 20px;
  padding-bottom: 89px;
  margin-left: -3px;
}
.navbar-brand h1 {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
}
.navbar-brand h1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 3px;
  width: 35px;
  height: 6px;
  background-color: #4d4d4d;
}
.navbar-brand h1 a {
  display: block;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.navbar-brand h1 a:hover {
  color: #00a0e3;
}
.navbar-brand h1,
.navbar-brand h1 a {
  font: bold 72px/82px 'Roboto Condensed', sans-serif;
  color: #4d4d4d;
  text-decoration: none;
  text-transform: capitalize;
}
.navbar-brand p.slogan {
  font: bold 16px/20px 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #d3d3d2;
  letter-spacing: 1px;
  margin-top: -7px;
  margin-left: 78px;
}
@media (max-width: 979px) {
  .navbar-brand {
    float: none;
    padding-bottom: 30px;
    text-align: center;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background-color: #ffffff;
  overflow: hidden;
}
/*=================  Wrappers =======================*/
[class^='wrapper_'].last-child {
  padding-bottom: 76px;
}
.wrapper_1 {
  padding-top: 50px;
}
.wrapper_2 {
  padding-top: 41px;
}
.wrap_1 {
  position: relative;
  overflow: hidden;
}
/*=================  Headers =======================*/
[class^='h2_'] {
  position: relative;
  margin-top: 15px;
  font: bold 36px/42px 'Roboto Condensed', sans-serif;
  letter-spacing: 2px;
  line-height: 40px;
  color: #00a0e3;
  text-transform: uppercase;
}
[class^='h2_']:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  width: 35px;
  height: 4px;
  background-color: #00a0e3;
}
h2.h2_1 {
  padding-bottom: 26px;
}
h2.h2_2 {
  padding-bottom: 31px;
}
/*=================  Buttons =======================*/
[class^='primary-btn_'] {
  display: inline-block;
  position: relative;
  font: normal 16px/20px 'Roboto Condensed', sans-serif;
  color: #ffa238;
  text-decoration: none;
  letter-spacing: 1px;
  padding-top: 17px;
  margin-left: -1px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
[class^='primary-btn_']:before {
  content: '';
  position: absolute;
  top: 0;
  left: 1px;
  width: 35px;
  height: 4px;
  background-color: #ffa238;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
[class^='primary-btn_']:hover {
  text-decoration: none;
  color: #cecece;
}
[class^='primary-btn_']:hover:before {
  background-color: #cecece;
}
.primary-btn_1 {
  margin-top: 13px;
}
.primary-btn_2 {
  padding: 6px 20px 5px;
  margin-top: 29px;
  color: #fff;
  background-color: #ffa238;
}
.primary-btn_2:hover {
  color: #fff;
  background-color: #00a0e3;
}
.primary-btn_2:before {
  display: none;
}
@media (max-width: 767px) {
  .primary-btn_2 {
    margin-bottom: 24px;
  }
}
/*=================  Box =======================*/
[class^='box_'] {
  display: inline-block;
  letter-spacing: normal;
}
[class^='box_'] img {
  max-width: 100%;
  height: auto;
}
[class^='box_'] img.put-left {
  float: left;
}
[class^='box_'] .header,
[class^='box_'] .header_2,
[class^='box_'] .header_sm,
[class^='box_'] .header_lg {
  text-transform: uppercase;
}
[class^='box_'] .header a,
[class^='box_'] .header_2 a,
[class^='box_'] .header_sm a,
[class^='box_'] .header_lg a {
  text-decoration: none;
}
[class^='box_'] .header,
[class^='box_'] .header2,
[class^='box_'] .header a {
  font: bold 36px/42px 'Roboto Condensed', sans-serif;
  letter-spacing: 2px;
}
[class^='box_'] .header_2,
[class^='box_'] .header_2 a {
  font: 300 36px/42px 'Roboto Condensed', sans-serif;
}
[class^='box_'] .header_sm,
[class^='box_'] .header_sm a {
  font: normal 24px/24px 'Roboto Condensed', sans-serif;
  letter-spacing: 2px;
}
[class^='box_'] .header_lg,
[class^='box_'] .header_lg a {
  font: normal 72px/72px 'Roboto Condensed', sans-serif;
}
[class^='box_'] .header_lg2,
[class^='box_'] .header_lg2 a {
  font: normal 32px/32px 'Roboto Condensed', sans-serif;
}
[class^='box_'] .caption,
[class^='box_'] .caption_2 {
}
[class^='box_'] .caption a,
[class^='box_'] .caption_2 a {
  color: #4d4d4d;
  text-decoration: none;
}
[class^='box_'] .caption a:hover,
[class^='box_'] .caption_2 a:hover {
  color: #ffa136;
}
[class^='box_'] .caption,
[class^='box_'] .caption a {
  font: normal 18px/19px 'Roboto Condensed', sans-serif;
}
[class^='box_'] .caption_2,
[class^='box_'] .caption_2 a {
  font: normal 16px/22px 'Roboto Condensed', sans-serif;
}
[class^='box_'] .caption_3,
[class^='box_'] .caption_3 a {
  font: normal 14px/20px 'Roboto', sans-serif;
}
[class^='box_'].white-dark,
[class^='box_'].white-orange,
[class^='box_'].white-red,
[class^='box_'].white-dark *,
[class^='box_'].dark *,
[class^='box_'].white-orange *,
[class^='box_'].white-red * {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
[class^='box_'].dark {
  background-color: #00a0e3;
}
[class^='box_'].white-dark {
  background-color: #ffa137;
}
[class^='box_'].white-dark .header {
  color: #000000;
}
[class^='box_'].white-dark .header2 {
  color: #ffffff;
}
[class^='box_'].white-dark .header_sm,
[class^='box_'].white-dark .header_lg,
[class^='box_'].white-dark .header_lg2,
[class^='box_'].white-dark .caption {
  color: #fff;
}
[class^='box_'].white-dark:before,
[class^='box_'].white-dark:after {
  background-color: #fff;
}
[class^='box_'].white-dark:hover {
  background-color:#666;
}
.box_12[class^='box_'].white-dark .caption {
  color: #000000;
}
.box_12[class^='box_'].white-dark:hover {
  background-color: #666;
}
[class^='box_'].dark .header,
[class^='box_'].dark .header_sm,
[class^='box_'].dark .header_lg,
[class^='box_'].dark .caption {
  color: #785d6b;
}
[class^='box_'].dark:before,
[class^='box_'].dark:after {
  background-color: #785d6b;
}
[class^='box_'].dark:hover .header,
[class^='box_'].dark:hover .header_sm,
[class^='box_'].dark:hover .header_lg,
[class^='box_'].dark:hover .caption,
[class^='box_'].dark:hover:before,
[class^='box_'].dark:hover:after {
  color: #967e8b;
}
[class^='box_'].white-red {
  background-color: #00a0e3;
}
[class^='box_'].white-red .header {
  color: #000000;
}
[class^='box_'].white-red .header_sm,
[class^='box_'].white-red .header_lg,
[class^='box_'].white-red .header_lg2,
[class^='box_'].white-red .caption {
  color: #fff;
}
[class^='box_'].white-red:before,
[class^='box_'].white-red:after {
  background-color: #fff;
}
[class^='box_'].white-red:hover {
  background-color:#666;
}
.box_12[class^='box_'].white-red .caption {
  color: #666666;
}
.box_12[class^='box_'].white-red:hover {
  background-color: #e6635a;
}
[class^='box_'].white-orange {
}
[class^='box_'].white-orange .caption,
[class^='box_'].white-orange .caption_2,
[class^='box_'].white-orange .header_2,
[class^='box_'].white-orange .header_sm,
[class^='box_'].white-orange .header_lg2,
[class^='box_'].white-orange .header_lg {
  color: #ffa137;
}
[class^='box_'].white-orange:before,
[class^='box_'].white-orange:after {
  background-color: #fff;
}
[class^='box_'].white-orange .header {
  color: #fcb96f;
}
[class^='box_'].white-orange:hover {
 }
.box_12[class^='box_'].white-orange .caption {
  color: #fcb96f;
}
.box_12[class^='box_'].white-orange:hover {
  background-color: #ffa136;
}
a[class^='box_'],
a[class^='box_']:hover {
  text-decoration: none;
}
.box_promo {
  position: relative;
  width: 270px;
  height: 343px;
  padding: 0px 0px 81px;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
}
.box_promo .header {
  line-height: 55px;
}
.box_promo .header_sm {
 line-height: 54px;
background-color: #003246;
}
.box_promo .header_lg {
  line-height: 70px;
  padding-top: 15px;
}
.box_promo .header_lg2 {
   padding-top: 5px;
}
.box_promo .caption {
  line-height: 16px;
  letter-spacing: 3px;
}
.box_promo:before,
.box_promo:after {
  content: '';
  width: 28px;
  height: 2px;
  position: absolute;
  left: 50%;
  margin-left: -14px;
}
.box_promo:before {
  top: 68px;
  display: none;
}
.box_promo:after {
  bottom: 17px;
  display: none;
}
.box_promo_2 {
  position: relative;
  padding: 97px 15px 81px;
  text-align: center;
}
.box_promo_2 .header_sm {
  line-height: 30px;
}
.box_promo_2 .caption {
  letter-spacing: 3px;
}
.box_promo_2:before,
.box_promo_2:after {
  content: '';
  width: 28px;
  height: 2px;
  position: absolute;
  left: 50%;
  margin-left: -14px;
}
.box_promo_2:before {
  top: 68px;
}
.box_promo_2:after {
  bottom: 67px;
}
.box-wrap,
.box-wrap_2 {
  letter-spacing: -4px;
}
@media (max-width: 979px) {
  .box-wrap,
  .box-wrap_2 {
    text-align: center;
  }
}
.box-wrap_2 {
  position: relative;
}
.box-wrap_2 .box_promo {
  width: 314px;
}
.box-wrap_2:after {
  content: '';
  position: absolute;
  margin-left: -2px;
  left: 100%;
  top: 0;
  width: 1002px;
  height: 100%;
  background: #e6635a;
}
.box-wrap_2:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: -2px;
  width: 1002px;
  height: 100%;
  background: #00a0e3;
}
.box-wrap_2 .box_promo.last-child {
  width: 312px;
}
@media (min-width: 768px) and (max-width: 980px) {
  .box-wrap_2 .box_promo {
    width: 250px;
  }
  .box-wrap_2 .box_promo.last-child {
    width: 248px;
  }
}
@media (max-width: 767px) {
  .box-wrap_2 {
    padding-top: 40px;
  }
  .box-wrap_2:before,
  .box-wrap_2:after {
    display: none;
  }
  .box-wrap_2 .box_promo {
    margin-bottom: 40px;
  }
  .box-wrap_2 .box_promo.last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .box-wrap_2 .box_promo,
  .box-wrap_2 .box_promo.last-child {
    width: 100%;
  }
}
.box_contact {
  position: relative;
  width: 270px;
  height: 343px;
  padding: 58px 0px 20px 49px;
  background-color: #ffffff;
  box-sizing: border-box;
  opacity:0.9;
}
.box_contact .caption,
.box_contact .caption_2,
.box_contact .header_2 {
  position: relative;
  color: #ffa137;
  z-index: 1;
}
.box_contact .caption_2 {
  letter-spacing: 2px;
}
.box_contact .header_2 {
  padding-bottom: 10px;
}
.box_contact .caption {
  letter-spacing: 1px;
}
.box_contact:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 398px;
  height: 345px;
   background-size: auto 100%;
  opacity:1;
}
.box_contact:before {
  content: '';
  position: absolute;
  top: -343px;
  left: 100%;
  margin-left: -2px;
  height: 686px;
  width: 1002px;
  background-color:#ffffff !important;
  opacity:1;
}
@media (max-width: 767px) {
  .box_contact:before {
    top: -1029px;
    height: 1372px;
  }
}
.box_1,
.box_2,
.box_3 {
  position: relative;
  display: block;
  padding: 65px 0 45px;
}
.box_1 .header,
.box_2 .header,
.box_3 .header,
.box_1 .caption,
.box_2 .caption,
.box_3 .caption,
.box_1 .header a,
.box_2 .header a,
.box_3 .header a,
.box_1 .caption a,
.box_2 .caption a,
.box_3 .caption a,
.box_1 .header:before,
.box_2 .header:before,
.box_3 .header:before,
.box_1 .caption:before,
.box_2 .caption:before,
.box_3 .caption:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box_1 .header,
.box_2 .header,
.box_3 .header {
  position: relative;
  padding-bottom: 23px;
}
.box_1 .header:before,
.box_2 .header:before,
.box_3 .header:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  width: 35px;
  height: 4px;
}
.box_1 .caption,
.box_2 .caption,
.box_3 .caption {
  position: relative;
}
.box_1:before,
.box_2:before,
.box_3:before {
  content: '';
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.box_1:after,
.box_2:after,
.box_3:after {
  content: '';
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.box_1 .header,
.box_1 .header a {
}
.box_1 .header a:hover {
  color: #ebd0df;
}
.box_1 .header:before {
  background-color: #fff;
}
.box_1 .caption,
.box_1 .caption a {
  color: #ffffff;
}
.box_1:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1300px;
  background-color: #00a3d3;
}
.box_1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 16px 16px;
  border-color: transparent transparent #fff transparent;
}
.box_2 .header,
.box_2 .header a {
  color: #000000;
}
.box_2 .header a:hover {
  color: #666666;
}
.box_2 .header:before {
  background-color: #e6635a;
}
.box_2 .caption,
.box_2 .caption a {
  color: #000000;
}
.box_3 .header,
.box_3 .header a {
  color: #ffa136;
}
.box_3 .header a:hover {
  color: #fcb96f;
}
.box_3 .header:before {
  background-color: #ffa136;
}
.box_3 .caption,
.box_3 .caption a {
  color: #000000;
}
.box_3:before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  height: 100%;
  width: 1320px;
}
.box_3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1000px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 16px 16px;
  border-color: transparent transparent #fff transparent;
}
.box_4 {
  padding: 65px 0 45px;
}
.box_4 .header {
  position: relative;
  padding-bottom: 26px;
  font-weight: bold;
  line-height: 40px;
  color: #f17e00;
}
.box_4 .header:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  width: 35px;
  height: 4px;
  background-color: #00a0e3;
}
.box_4 .caption {
  color: #cccccc;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_4 .header {
    font-size: 32px;
  }
}
.box_icon {
  margin-top: 50px;
  float: left;
  width: 140px;
  margin-left: 20px;
  overflow-x: hidden;
}
.box_iconempresa {
  float: left;
  width: 140px;
  margin-left: 20px;
  overflow-x: hidden;
}

.box_icon:first-child {
  margin-left: 0;
}
.box_icon [class^='icon_'] {
  display: block;
  width: 52px;
  height: 52px;
  margin: 41px auto 46px;
}
.box_iconempresa [class^='icon_'] {
  display: block;
  width: 52px;
  height: 52px;
  margin: 41px auto 46px;
}
.box_iconempresa .icon_1 {
  background: url(../images/cloud.png) no-repeat;
}
.box_iconempresa .icon_2 {
  background: url(../images/data.png) no-repeat;
}
.box_iconempresa .icon_3 {
  background: url(../images/cctv.png) no-repeat;
}
.box_iconempresa .icon_4 {
  background: url(../images/internet.png) no-repeat;
}
.box_iconempresa .icon_5 {
  background: url(../images/redespri.png) no-repeat;
}
.box_iconempresa .icon_6 {
  background: url(../images/voip.png) no-repeat;
}
.box_iconempresa .icon_7 {
  background: url(../images/rdc.png) no-repeat;
}
.box_iconempresa .icon_8 {
  background: url(../images/hosting.png) no-repeat;
}
.box_iconempresa .icon_9 {
  background: url(../images/housing.png) no-repeat;
}
.box_iconempresa .icon_10 {
  background: url(../images/assis.png) no-repeat;
}



.box_icon .icon_1 {
  background: url(../images/icon.png) no-repeat;
}
.box_icon .icon_2 {
  background: url(../images/icon-03.png) no-repeat;
}
.box_icon .icon_3 {
  background: url(../images/icon-04.png) no-repeat;
}
.box_icon .icon_4 {
  background: url(../images/icon-02.png) no-repeat 0 2px;
}
.box_icon .icon_5 {
  background: url(../images/icon-05.png) no-repeat 1px 2px;
}
.box_icon .icon_6 {
  background: url(../images/icon-06.png) no-repeat 0px 2px;
}
.box_icon .icon_7 {
  background: url(../images/icon-07.png) no-repeat 1px 2px;
}
.box_icon .caption_2 {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: center;
  line-height: 20px;
  color: #fff;
  letter-spacing: 1px;
  padding: 40px 8px 39px;
}
.box_iconempresa .caption_2 {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: center;
  line-height: 20px;
  color: #fff;
  letter-spacing: 1px;
  padding: 40px 8px 39px;
}
.box_icon .caption_2:before,
.box_iconempresa .caption_2:before,
.box_iconempresa .caption_2:after,
.box_icon .caption_2:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -500px;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box_icon .caption_2:before,
.box_iconempresa .caption_2:before {
  top: 0;
  border-width: 12px 12px 0 12px;
}
.box_icon .caption_2:after,
.box_iconempresa .caption_2:after {
  bottom: 0;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #fff transparent;
}
.box_icon:hover .caption_2:before,
.box_iconempresa:hover .caption_2:before,
.box_iconempresa:hover .caption_2:after,
.box_icon:hover .caption_2:after {
  margin-left: -9px;
}
.box_icon.grey {
  background: #4d4d4d;
}
.box_icon.grey .caption_2 {
  background: #7f7f7f;
}
.box_icon.grey .caption_2:before {
  border-color: #4d4d4d transparent transparent transparent;
}
.box_icon.dark {
}
.box_icon.dark .caption_2 {
  background: #22c4f4;
}
.box_icon.dark .caption_2:before {
  border-color: #00a0e3 transparent transparent transparent;
}
.box_icon.red {
  background: #333333;
}
.box_icon.red .caption_2 {
  background: #666666;
}
.box_icon.red .caption_2:before {
  border-color: #e6635a transparent transparent transparent;
}
.box_icon.orange {
  background: #ffa136;
}
.box_iconempresa.orange {
  background: #ffa136;
}
.box_icon.orange .caption_2 {
  background: #fcb96f;
}
.box_iconempresa.orange .caption_2 {
  background: #fcb96f;
}
.box_icon.orange .caption_2:before {
  border-color: #ffa136 transparent transparent transparent;
}
.box_iconempresa.orange .caption_2:before {
  border-color: #ffa136 transparent transparent transparent;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_icon {
    width: 120px;
    margin-left: 2px;
  }
  .box_icon [class^='icon_'] {
    margin: 29px auto 33px;
  }
  .box_icon .caption_2 {
    padding: 30px 2px 30px;
  }
}
@media (max-width: 767px) {
  .box_icon {
    width: 136px;
    margin-left: 5px;
    margin-bottom: 90px;
  }
  .box_icon [class^='icon_'] {
    margin: 38px auto 38px;
  }
  .box_icon .caption_2 {
    padding: 30px 15px 30px;
  }
  .box_icon.centered {
    margin: 0px 0 50px 50px;
  }
}
@media (max-width: 479px) {
  .box_icon {
    display: block;
    float: none;
    margin: 0px auto 40px !important;
  }
}
.box_5 {
  padding: 16px 0 42px;
}
.box_5 .header {
  position: relative;
  font-size: 24px;
  color: #00a0e3;
  padding-bottom: 22px;
  line-height: 32px;
  margin-left: -1px;
}
.box_5 .header:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 1px;
  width: 35px;
  height: 4px;
  background-color: #00a0e3;
}
.box_6 {
  position: relative;
  background: #ffa238;
  padding: 23px 26px 34px;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
}
.box_6 .header,
.box_6 .header a {
  color: #fff;
  line-height: 40px;
}
.box_6:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffffff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.box_6:hover:before {
  top: 34px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_6 .header {
    font-size: 32px;
  }
}
.box_7 {
  position: relative;
  padding: 28px 30px 49px 0;
}
.box_7 .caption {
  letter-spacing: 1px;
  color: #fff;
  line-height: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box_7:hover .caption {
  color: #ffd6a9;
}
@media (min-width: 767px) and (max-width: 979px) {
  .box_7 {
    padding: 28px 10px 49px 0;
  }
}
@media (max-width: 767px) {
  .box_7 {
    padding: 23px 26px 34px;
  }
}
.box_8 {
  position: relative;
  padding: 30px 0 26px;
  margin-top: 13px;
}
.box_8 .h2_1 {
  padding-bottom: 24px;
}
.box_8:before {
  content: '';
  position: absolute;
  right: 107.5%;
  top: 0;
  height: 100%;
  width: 1000px;
  background: url("../images/index-1_img01.jpg") no-repeat right;
  background-size: auto 100%;
}
.box_8 .caption {
  color: #cccccc;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_8 .header {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .box_8:before {
    display: none;
  }
}
.box-wrap_3 {
  position: relative;
  margin-top: 2px;
  background: #fcb96f;
}
.box-wrap_3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: -2px;
  width: 1002px;
  background: #fcb96f;
}
.box_9 {
  position: relative;
  padding-bottom: 27px;
  padding-left: 160px;
  padding-top: 2px;
}
.box_9 .put-left-abs {
  margin-top: 5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  z-index: 0;
}
.box_9 .put-left-abs .inner {
  width: 140px;
  height: 140px;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 1px;
  text-align: center;
  font: normal 16px/20px 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.box_9 .put-left-abs .inner span {
  display: inline-block;
  padding-bottom: 8px;
  margin-top: -1px;
}
.box_9 .put-left-abs .inner.dark {
  background: #785d6b;
}
.box_9 .put-left-abs .inner.red {
  background: #e6635a;
}
.box_9 .caption {
  padding-bottom: 28px;
  letter-spacing: 1px;
}
.box_9 .caption,
.box_9 .caption a {
  line-height: 18px;
}
.box_9 .caption_3 {
  padding-right: 2px;
  color: #ccc;
}
.box_9.last-child {
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .box_9.last-child {
    padding-bottom: 27px;
  }
}
@media (max-width: 479px) {
  .box_9 {
    padding-left: 0;
  }
  .box_9 p.caption {
    text-align: center;
  }
  .box_9 .put-left-abs {
    position: relative;
    margin: 0 auto 20px;
  }
}
.box_quote {
  text-align: center;
}
.box_quote .caption_3 {
  position: relative;
  margin: 0 0 36px;
  color: #4d4d4d;
  background-color: #f6f6f6;
  padding: 25px 29px 26px;
  text-align: left;
}
.box_quote .caption_3:after {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -15px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 15px 0 15px;
  border-color: #f6f6f6 transparent transparent transparent;
}
.box_quote .caption {
  color: #785d6b;
  line-height: 18px;
  letter-spacing: 1px;
  margin-left: 6px;
}
.box_quote .caption > a {
  text-decoration: none;
  text-transform: uppercase;
  font: bold 16px/18px 'Roboto Condensed', sans-serif;
  color: #ffa136;
}
.box_quote .caption > a:hover {
  color: #fcb96f;
}
@media (max-width: 767px) {
  .box_quote {
    padding-bottom: 30px;
  }
}
.box_10 {
  padding-bottom: 24px;
}
.box_10 .caption {
  letter-spacing: 1px;
  padding-top: 2px;
  padding-bottom: 28px;
}
.box_10 .caption,
.box_10 .caption a {
  line-height: 18px;
}
.box_10 .caption a.fa {
  position: relative;
  display: inline-block;
  padding-left: 50px;
}
.box_10 .caption a.fa:before {
  font-size: 30px;
  top: 1px;
  color: #ffa136;
  position: absolute;
  width: 30px !important;
  left: 0;
  font: normal 30px 'FontAwesome';
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.box_10 .caption a.fa:hover:before {
  color: #785d6b;
}
.box_10 .caption_3 {
  color: #ccc;
  padding-right: 2px;
}
.box_10.last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .box_10.last-child {
    padding-bottom: 24px;
  }
}
.box_11 {
  padding-top: 2px;
  padding-bottom: 21px;
}
.box_11 .header {
  font: bold 16px/18px 'Roboto Condensed', sans-serif;
  color: #4d4d4d;
  padding-bottom: 28px;
}
.box_11 .caption_3 {
  padding-right: 5px;
}
.box_11 .caption_3 span {
  color: #4d4d4d;
}
.box_12 {
  display: block;
  margin-top: 6px;
  margin-bottom: 11px;
}
.box_12 .header_sm {
  padding: 19px 19px 13px;
}
.box_12 .caption {
  padding: 0 5px 19px 18px;
  line-height: 30px;
}
/*=================  Marked List =======================*/
ul.marked-list li:before,
ul.marked-list li,
ul.marked-list li a {
  color: #ffa136;
  text-decoration: none;
}
ul.marked-list li:hover:before,
ul.marked-list li a:hover {
  color: #ccc;
  text-decoration: none;
}
ul.marked-list li,
ul.marked-list li a {
  font: normal 14px/24px 'Roboto', sans-serif;
}
ul.marked-list li a {
  position: relative;
  padding-left: 18px;
}
ul.marked-list li a:before {
  content: '\f0da';
  position: absolute;
  left: 0;
  font: normal 12px 'FontAwesome';
  line-height: 24px;
}
ul.marked-list li:before,
ul.marked-list li a {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
dl.determination {
  padding-left: 27px;
  position: relative;
  padding-bottom: 20px;
}
dl.determination dt,
dl.determination dd,
dl.determination a {
  font: normal 14px/20px 'Roboto', sans-serif;
}
dl.determination a.fa {
  display: inline-block;
  text-decoration: none;
}
dl.determination a.fa:before {
  position: absolute;
  top: 1px;
  left: 0;
  font: normal 18px/18px 'FontAwesome';
}
dl.determination dt:after {
  content: ' - ';
}
dl.determination dt,
dl.determination dd {
  display: inline;
}
dl.determination dd {
  color: #ccc;
}
/* =================  Table ============== */
.table {
  width: 100%;
  margin-bottom: 31px;
}
.table td {
  max-width: 173px;
  border: 1px solid #d3d3d2;
  box-sizing: border-box;
}
.table .header {
  font: bold 14px/30px 'Roboto Condensed', sans-serif;
  color: #00a0e3;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 4px 2px 16px;
}
.table .caption {
  font: normal 14px/29px 'Roboto', sans-serif;
  padding: 0 4px 0 15px;
}
.table.last-child {
  margin-bottom: 4px;
}
/* =================  Map ============== */
.map {
  width: 100%;
  height: 555px;
}
@media (max-width: 767px) {
  .map {
    padding-bottom: 40px;
  }
}
/* ======================== Address =================== */
address {
  margin-top: -3px;
}
address .header {
  font: bold 16px/18px 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  padding-bottom: 28px;
  color: #4d4d4d;
  letter-spacing: 1px;
}
address dl dt,
address dl dd {
  margin-left: -1px;
  display: inline-block;
  font: normal 14px/20px 'Roboto', sans-serif;
  color: #000000;
}
address dl dd {
  padding-left: 5px;
}
@media (min-width: 768px) and (max-width: 980px) {
  address {
    margin-left: -10px;
  }
  address dl dd {
    margin-right: -10px;
  }
}
@media (max-width: 767px) {
  address {
    padding-bottom: 40px;
  }
}
/* ===================== Terms List ====================== */
dl.terms-list dt {
  font: bold 16px/18px 'Roboto Condensed', sans-serif;
  color: #4d4d4d;
  padding-bottom: 27px;
  padding-top: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
dl.terms-list dd {
  font: normal 14px/20px 'Roboto', sans-serif;
  color: #000000;
  padding-bottom: 27px;
  padding-right: 5px;
}
dl.terms-list dd.last-child {
  padding-bottom: 0px;
}
/* ===================== Lightbox ====================== */
a[data-type='lightbox'] {
  background: #ffffff url('../images/magnify.png') no-repeat -500px 500px;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a[data-type='lightbox'] img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a[data-type='lightbox']:hover {
  background-position: center center;
}
a[data-type='lightbox']:hover img {
  opacity: 0.2;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  background: #ffffff;
  overflow: hidden;
  margin-top: -1px;
  padding-top: 1px;
}
#footer.footer_2 {
  background-color: #00a0e3;
  height: 302px;
  padding-top: 54px;
  box-sizing: border-box;
}
#footer.footer_2 .info {
  padding: 0;
}
#footer.footer_2 .info:before {
  display: none;
}
/* =================  Footer Info ============== */
.info {
  position: relative;
  padding: 53px 25px 111px 76px;
}
.info .header {
  position: relative;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  overflow: hidden;
}
.info .header,
.info .header a {
  font: bold 72px/82px 'Roboto Condensed', sans-serif;
  color: #967e8b;
}
.info .header a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 3px;
  width: 35px;
  height: 6px;
  background-color: #967e8b;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.info .header a:hover:before {
  background-color: #fff;
}
.info .header:hover,
.info .header a:hover {
  color: #fff;
  text-decoration: none;
}
.info .caption {
 margin-right: 130px;
margin-top: -19px;
letter-spacing: 1px;
text-align: right;
}
.info .caption,
.info .caption a {
  font: bold 16px/22px 'Roboto Condensed', sans-serif;
  color: #f17e00;
  text-transform: uppercase;
}
.info .caption a:hover {
  color: #fff;
  text-decoration: none;
}
.info:before {
  content: '';
  position: absolute;
  top: 0;
  margin-left: -2px;
  left: 100%;
  height: 100%;
  width: 1002px;
  background: #00a3d3;
}
@media (min-width: 767px) and (max-width: 979px) {
  .info {
    padding: 40px 25px 111px 39px;
  }
}
@media (max-width: 479px) {
  .info {
    padding: 25px 5px 111px 25px;
  }
}
/* =================  Social List ============== */
ul.social-list {
  float: right;
  padding-top: 5px;
  padding-right: 4px;
}
ul.social-list li {
  display: inline-block;
}
ul.social-list li a {
  display: inline-block;
  color: #fff;
  font-size: 19px;
  text-decoration: none;
  background-color: #454b57;
  border-radius: 500px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
ul.social-list li a.fa-google-plus {
  margin-left: 5px;
  padding: 10px 9px 9px 11px;
  font-size: 15px;
  line-height: 15px;
}
ul.social-list li a.fa-rss {
  margin-left: 5px;
  padding: 9px 10px 7px 10px;
  font-size: 18px;
  line-height: 18px;
}
ul.social-list li a.fa-twitter {
  margin-left: 4px;
  padding: 9px 8px 7px 10px;
  font-size: 18px;
  line-height: 18px;
}
ul.social-list li a.fa-facebook {
  padding: 9px 13px 7px 14px;
  font-size: 18px;
  line-height: 18px;
}
ul.social-list li a:hover {
  background-color: #ffa136;
}
@media (max-width: 767px) {
  ul.social-list {
    float: none;
    display: inline-block;
  }
}
/*Core variables and mixins*/
