.flex {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.flex-wrap-space {
  -webkit-justify-content: space-around;
  -webkit-flex-flow: row;
  -webkit-flex-wrap: wrap;
  justify-content: space-around;
  flex-flow: row;
  flex-wrap: wrap;
  -moz-justify-content: space-around;
  -moz-flex-flow: row;
  -moz-flex-wrap: wrap;
  -o-justify-content: space-around;
  -o-flex-flow: row;
  -o-flex-wrap: wrap;
  -ms-justify-content: space-around;
  -ms-flex-flow: row;
  -ms-flex-wrap: wrap;
}
.flex-wrap-center {
  -webkit-justify-content: center;
  -webkit-flex-flow: row;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  flex-flow: row;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -moz-flex-flow: row;
  -moz-flex-wrap: wrap;
  -o-justify-content: center;
  -o-flex-flow: row;
  -o-flex-wrap: wrap;
  -ms-justify-content: center;
  -ms-flex-flow: row;
  -ms-flex-wrap: wrap;
}
.flex-inline {
  display: inline-flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.striped {
  background: url("../images/inicio/striped.png") repeat;
}
.center {
  width: 1023px;
  height: auto;
  margin: 0 auto;
}
.center-cont {
  width: 960px;
  height: auto;
  margin: 0 auto;
}
* Base template
*
*/
html {
  overflow-x: hidden;
  font-size: 62.5%;
}
body {
  font-family: ;
  font-size: 15px;
  text-align: center;
  overflow-x: hidden;
}
a {
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#b0b0b0',Direction=135,Strength=3);
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#b0b0b0',Direction=135,Strength=3);
}
header {
  position: absolute;
  float: left;
  width: 100%;
  z-index: 5;
}
header .wrapper {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
}
header nav {
  margin-top: 14px;
}
header nav .menu .moduletable ul li {
  display: inline-block;
  margin: 0 8px;
}
header nav .menu .moduletable ul li:first-child {
  margin-left: 0;
}
header nav .menu .moduletable ul li:last-child {
  margin-right: 0;
}
header nav .menu .moduletable ul li a {
  display: inline-block;
  font: 22px 'Roboto', sans-serif;
  color: #fff;
  border-bottom: solid 2px transparent;
  padding: 0px 12px;
  text-shadow: 1px 1px 2px #1F1F1F;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
}
header nav .menu .moduletable ul li a:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 10px;
  background: url(../images/icons/img-menu.png) center no-repeat;
  right: 100%;
  bottom: -2px;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
header nav .menu .moduletable ul li a:hover {
  border-bottom: solid 2px #fff;
}
header nav .menu .moduletable ul li a:hover:before {
  opacity: 1;
}
footer {
  position: relative;
  float: left;
  width: 100%;
  background: url(../images/backgrounds/bg-footer.jpg) center no-repeat;
  margin-top: 55px;
}
footer .footer-top {
  width: 1200px;
  text-align: center;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 26px;
}
footer .footer-top a {
  display: inline-block;
  position: relative;
}
footer .footer-top a img {
  margin: 0 30px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
footer .footer-top a img:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
footer .footer-top a:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 100%;
  margin: auto;
  width: 111px;
  height: 58px;
  background: url(../images/icons/elemento-1.png) center no-repeat;
}
footer .footer-top a:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto 0;
  width: 111px;
  height: 58px;
  background: url(../images/icons/elemento-2.png) center no-repeat;
}
footer .footer-bot {
  background: rgba(0,0,0,0.4);
  padding: 18px 0;
  border-top: solid 1px #fff;
}
footer .footer-bot ul li {
  display: inline-block;
  font: 15px 'Roboto', sans-serif;
  color: #fff;
  padding: 10px 0 10px 40px;
  margin: 0 15px;
}
footer .footer-bot ul li:first-child {
  background: url(../images/icons/footer-cel.png) center left no-repeat;
}
footer .footer-bot ul li:nth-child(2) {
  background: url(../images/icons/footer-dir.png) center left no-repeat;
}
footer .footer-bot ul li:nth-child(3) {
  background: url(../images/icons/footer-mail.png) center left no-repeat;
}
footer .footer-bot ul li a {
  color: #fff;
}
.copy {
  width: 100%;
  position: relative;
  float: left;
  background: rgba(0,0,0,0.6);
}
.copy .sainet {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  text-align: center;
  padding: 3px 0;
}
.copy .sainet a {
  vertical-align: middle;
  color: #fff;
  font: 14px 'Roboto', sans-serif;
}
.copy .sainet img {
  vertical-align: middle;
  margin-left: 5px;
}
#trigger {
  display: none;
}
.text-smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#b0b0b0',Direction=135,Strength=3);
}
a {
  text-decoration: none;
}
.gradient-gris {
  background: #e9e9e9;
  background: -moz-linear-gradient(left,#e9e9e9 0%,#ffffff 50%,#e9e9e9 100%);
  background: -webkit-linear-gradient(left,#e9e9e9 0%,#ffffff 50%,#e9e9e9 100%);
  background: linear-gradient(to right,#e9e9e9 0%,#ffffff 50%,#e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9',endColorstr='#e9e9e9',GradientType=1);
}
.gradient-azul {
  background: #05457c;
  background: -moz-linear-gradient(left,#05457c 0%,#064a85 50%,#05457c 100%);
  background: -webkit-linear-gradient(left,#05457c 0%,#064a85 50%,#05457c 100%);
  background: linear-gradient(to right,#05457c 0%,#064a85 50%,#05457c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05457c',endColorstr='#05457c',GradientType=1);
}
:-moz-placeholder {
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}
::-webkit-input-placeholder {
  color: #000;
}
html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}
.main .item-pagenosotros {
  width: 1090px;
  margin: 0 auto;
}
.main .item-pagenosotros .page-header >h2 {
  font: 30px 'Oswald', sans-serif;
  color: #F78624;
  text-align: left;
  border-bottom: solid 2px #294095;
  padding-left: 20px;
  position: relative;
  margin-top: 35px;
  margin-bottom: 45px;
}
.main .item-pagenosotros .page-header >h2:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 11px;
  background: url(../images/icons/img-titulos-1.png) center no-repeat;
  left: -6px;
  bottom: -2px;
}
.main .item-pagenosotros div[itemprop="articleBody"] .nn_tabs .nav-tabs {
  border-bottom: none;
  text-align: center;
  display: inline-block;
  background: #3E4095;
  box-shadow: 0 0 7px #828282;
  margin-bottom: 60px;
}
.main .item-pagenosotros div[itemprop="articleBody"] .nn_tabs .nav-tabs .nn_tabs-tab {
  display: inline-block;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}
.main .item-pagenosotros div[itemprop="articleBody"] .nn_tabs .nav-tabs .nn_tabs-tab a {
  background: #3E4095;
  color: #fff;
  font: 18px 'Oswald', sans-serif;
  border-radius: 0;
  border: 0;
  margin-right: 0;
  outline: 0;
  box-shadow: none;
  padding: 9px 0;
  width: 128px;
  text-align: center;
  position: relative;
}
.main .item-pagenosotros div[itemprop="articleBody"] .nn_tabs .nav-tabs .active a {
  background: #F78624;
}
.main .item-pagenosotros div[itemprop="articleBody"] .nn_tabs .nav-tabs .active a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 64px 0 64px;
  border-color: #f78624 transparent transparent transparent;
  left: 0;
  top: 100%;
}
.main .item-pagenosotros div[itemprop="articleBody"] .nn_tabs .tab-content {
  border: 0;
  margin-bottom: 20px;
}
.main .item-pagenosotros div[itemprop="articleBody"] .nn_tabs .tab-content .tab-pane {
  padding: 2px;
}
.main .item-pagenosotros div[itemprop="articleBody"] .nn_tabs .tab-content .tab-pane table {
  width: 1000px !important;
  margin: 0 auto;
}
.main .item-pagenosotros div[itemprop="articleBody"] .nn_tabs .tab-content .tab-pane h6 {
  position: relative;
  float: left;
  margin-right: 48px;
}
.main .item-pagenosotros div[itemprop="articleBody"] .nn_tabs .tab-content .tab-pane h6:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 21px;
  top: 20px;
  left: 100%;
  background: url(../images/icons/triangulo.png) center no-repeat;
}
.main .item-pagenosotros div[itemprop="articleBody"] .nn_tabs .tab-content .tab-pane p {
  font: 15px 'Roboto', sans-serif;
  color: #808080;
  text-align: justify;
  line-height: 32px;
}
.main .item-pagenosotros div[itemprop="articleBody"] .nn_tabs .tab-content .tab-pane img {
  float: left;
  border: solid 5px #fff;
  box-shadow: 0 0 0 1px #f2f2f2;
}
.main .item-pagesuministros {
  width: 1090px;
  margin: 0 auto;
}
.main .item-pagesuministros .page-header >h2 {
  font: 30px 'Oswald', sans-serif;
  color: #F78624;
  text-align: left;
  border-bottom: solid 2px #294095;
  padding-left: 20px;
  position: relative;
  margin-top: 35px;
  margin-bottom: 45px;
}
.main .item-pagesuministros .page-header >h2:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 11px;
  background: url(../images/icons/img-titulos-1.png) center no-repeat;
  left: -6px;
  bottom: -2px;
}
.main .item-pagesuministros div[itemprop="articleBody"] {
  text-align: left;
}
.main .item-pagesuministros div[itemprop="articleBody"] ul li {
  font: 15px 'Roboto', sans-serif;
  color: #808080;
  margin-bottom: 16px;
  padding-left: 13px;
  position: relative;
  margin-left: 20px;
}
.main .item-pagesuministros div[itemprop="articleBody"] ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #294095;
  left: 0;
  top: 6px;
}
.main .item-pagesuministros div[itemprop="articleBody"] ul li strong {
  color: #F78624;
}
.main .item-pagesuministros div[itemprop="articleBody"] .right {
  float: right;
}
.main .item-pageservicios {
  width: 1090px;
  margin: 0 auto;
}
.main .item-pageservicios .page-header >h2 {
  font: 30px 'Oswald', sans-serif;
  color: #F78624;
  text-align: left;
  border-bottom: solid 2px #294095;
  padding-left: 20px;
  position: relative;
  margin-top: 35px;
  margin-bottom: 45px;
}
.main .item-pageservicios .page-header >h2:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 11px;
  background: url(../images/icons/img-titulos-1.png) center no-repeat;
  left: -6px;
  bottom: -2px;
}
.main .item-pageservicios div[itemprop="articleBody"] >.moduletable h3 {
  display: none;
}
.main .item-pageservicios div[itemprop="articleBody"] >.moduletable .spotlight .overlay-default {
  background: url(../images/icons/ver-mas-browse.png) center no-repeat !important;
}
.main .item-pageservicios div[itemprop="articleBody"] >.moduletable .bt_handles_num {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: auto !important;
  bottom: -54px !important;
  text-align: center;
}
.main .item-pageservicios div[itemprop="articleBody"] >.moduletable .bt_handles_num li {
  float: none;
  display: inline-block;
  list-style: none;
}
.main .item-pageservicios div[itemprop="articleBody"] >.moduletable .bt_handles_num li:before {
  display: none;
}
.main .item-pageservicios div[itemprop="articleBody"] >.moduletable .bt_handles_num li a {
  background: none;
  font: 16px 'Roboto', sans-serif;
  color: #294095;
  padding: 1px 3px 3px !important;
  line-height: 18px;
}
.main .item-pageservicios div[itemprop="articleBody"] >.moduletable .bt_handles_num .current a {
  background: #F78624;
  font: 16px 'Roboto', sans-serif;
  color: #fff;
}
.main .item-pageservicios div[itemprop="articleBody"] >.moduletable .slides_container {
  margin-bottom: 30px;
}
.main .item-pageservicios div[itemprop="articleBody"] >.moduletable .slides_container .bt-row {
  width: 320px !important;
  border: solid 1px #f2f2f2;
  padding: 7px 0;
  position: relative;
}
.main .item-pageservicios div[itemprop="articleBody"] >.moduletable .slides_container .bt-row:before {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  top: 0;
  right: 0;
  background: url(../images/icons/borde-top-browse.png) center no-repeat;
}
.main .item-pageservicios div[itemprop="articleBody"] >.moduletable .slides_container .bt-row:after {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  bottom: 0;
  left: 0;
  background: url(../images/icons/borde-bottom-browse.png) center no-repeat;
}
.main .item-pageservicios div[itemprop="articleBody"] >.moduletable .slides_container .bt-row:nth-child(2) {
  margin: 0 61px;
}
.main .item-pageservicios div[itemprop="articleBody"] >.moduletable .slides_container .bt-row .bt-inner {
  padding: 0;
}
.main .item-pageservicios div[itemprop="articleBody"] >.moduletable .slides_container .bt-row .bt-inner .bt-title {
  float: left;
  width: 100%;
  font: 17px 'Oswald', sans-serif;
  color: #F78624;
  text-transform: none;
  background: url(../images/icons/icon-title-browse.png) center left no-repeat;
  text-align: left;
  padding: 5px 10px 5px 49px;
  box-sizing: border-box;
  margin-top: 7px;
  position: relative;
}
.main .item-pageservicios div[itemprop="articleBody"] >.moduletable .slides_container .bt-row .bt-inner .bt-title:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 21px;
  top: -18px;
  bottom: auto;
  left: 0;
  right: 0;
  background: url(../images/icons/triangulo.png) center no-repeat;
  margin: 0 auto;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.main .item-pageservicios div[itemprop="articleBody"] >.moduletable .slides_container .bt-row .bt-inner .bt-image-link {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 6px;
  padding-bottom: 7px;
  border-bottom: solid 1px #f2f2f2;
  position: relative;
}
.main .item-pageservicios div[itemprop="articleBody"] >.moduletable .slides_container .bt-row .bt-inner .bt-image-link:before {
  position: absolute;
  content: "";
  padding: 90px 0;
  box-sizing: border-box;
  width: 302px;
  height: 266px;
  background: rgba(0,0,0,0.18) url(../images/icons/ver-mas-browse.png) center no-repeat;
  left: 9px;
  top: 0px;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  font: 500 17px 'Roboto', sans-serif;
  color: #fff;
}
.main .item-pageservicios div[itemprop="articleBody"] >.moduletable .slides_container .bt-row .bt-inner .bt-image-link:hover:before {
  opacity: 1 !important;
}
.main .item-pageservicios div[itemprop="articleBody"] >.moduletable .slides_container .bt-row .bt-inner .bt-image-link img {
  margin: 0 !important;
  padding: 0;
  outline: 0;
  border: 0;
  float: none !important;
}
.main .item-pageservicios div[itemprop="articleBody"] >.moduletable .slides_container .bt-row .bt-inner .bt-introtext {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
  font: 15px 'Roboto', sans-serif;
  color: #808080;
  text-align: left;
  line-height: 28px;
}
.main .item-pageservicios div[itemprop="articleBody"] >.moduletable .slides_container .bt-row .bt-inner .readmore {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 10px;
  padding: 0;
  margin-bottom: 10px;
  text-align: center;
}
.main .item-pageservicios div[itemprop="articleBody"] >.moduletable .slides_container .bt-row .bt-inner .readmore a {
  font: 18px 'Roboto', sans-serif;
  color: #fff;
  background: #F78624;
  border-bottom: solid 2px #823F0D;
  width: 102px;
  padding: 6px 0;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}
.main .item-pageservicios div[itemprop="articleBody"] .wk-gallery-wall.margin>* {
  margin: 0 10px 15px 0;
}
.main .item-pageservicios div[itemprop="articleBody"] .wk-gallery {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.main .item-pageservicios div[itemprop="articleBody"] .wk-gallery .spotlight {
  float: none;
}
.main .item-pageservicios div[itemprop="articleBody"] .wk-gallery .spotlight img {
  padding: 4px;
  border: solid 1px #f2f2f2;
}
.main .item-pageservicios div[itemprop="articleBody"] h6 {
  position: relative;
  float: left;
  width: 100%;
  padding: 12px 0;
  margin-top: 30px;
}
.main .item-pageservicios div[itemprop="articleBody"] h6:before {
  position: absolute;
  content: "";
  width: 1920px;
  height: 150px;
  background: url(../images/backgrounds/bg-footer.jpg) center no-repeat;
  top: 0;
  left: -415px;
}
.main .item-pageservicios div[itemprop="articleBody"] .video-content {
  display: inline-block;
  position: relative;
}
.main .item-pageservicios div[itemprop="articleBody"] .video-content img {
  margin: 0 30px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.main .item-pageservicios div[itemprop="articleBody"] .video-content img:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.main .item-pageservicios div[itemprop="articleBody"] .video-content:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 100%;
  margin: auto;
  width: 111px;
  height: 58px;
  background: url(../images/icons/elemento-1.png) center no-repeat;
}
.main .item-pageservicios div[itemprop="articleBody"] .video-content:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto 0;
  width: 111px;
  height: 58px;
  background: url(../images/icons/elemento-2.png) center no-repeat;
}
.main .item-pageservicios div[itemprop="articleBody"] h4 {
  float: left;
  width: 100%;
  font: 23px 'Oswald', sans-serif;
  color: #F78624;
  text-transform: none;
  background: url(../images/icons/icon-servicios-detalle.png) center left no-repeat;
  text-align: left;
  padding: 3px 10px 5px 64px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.main .item-pageservicios div[itemprop="articleBody"] ul {
  float: left;
  width: 100%;
}
.main .item-pageservicios div[itemprop="articleBody"] ul li {
  font: 15px 'Roboto', sans-serif;
  color: #808080;
  margin-bottom: 16px;
  padding-left: 13px;
  position: relative;
  margin-left: 20px;
  text-align: left;
}
.main .item-pageservicios div[itemprop="articleBody"] ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #F78624;
  left: 0;
  top: 6px;
}
.main .item-pageproyectos {
  width: 1090px;
  margin: 0 auto;
}
.main .item-pageproyectos .volver-noticias {
  margin-top: 60px;
}
.main .item-pageproyectos .spotlight .overlay-default {
  background: url(../images/icons/ver-mas-browse.png) center no-repeat !important;
}
.main .item-pageproyectos .page-header >h2 {
  font: 30px 'Oswald', sans-serif;
  color: #F78624;
  text-align: left;
  border-bottom: solid 2px #294095;
  padding-left: 20px;
  position: relative;
  margin-top: 35px;
  margin-bottom: 45px;
}
.main .item-pageproyectos .page-header >h2:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 11px;
  background: url(../images/icons/img-titulos-1.png) center no-repeat;
  left: -6px;
  bottom: -2px;
}
.main .item-pageproyectos div[itemprop="articleBody"] {
  width: 1090px;
  margin: 0 auto;
}
.main .item-pageproyectos div[itemprop="articleBody"] >.moduletable h3 {
  display: none;
}
.main .item-pageproyectos div[itemprop="articleBody"] >.moduletable .bt_handles_num {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: auto !important;
  bottom: -54px !important;
  text-align: center;
}
.main .item-pageproyectos div[itemprop="articleBody"] >.moduletable .bt_handles_num li {
  float: none;
  display: inline-block;
  list-style: none;
}
.main .item-pageproyectos div[itemprop="articleBody"] >.moduletable .bt_handles_num li:before {
  display: none;
}
.main .item-pageproyectos div[itemprop="articleBody"] >.moduletable .bt_handles_num li a {
  background: none;
  font: 16px 'Roboto', sans-serif;
  color: #294095;
  padding: 1px 3px 3px !important;
  line-height: 18px;
}
.main .item-pageproyectos div[itemprop="articleBody"] >.moduletable .bt_handles_num .current a {
  background: #F78624;
  font: 16px 'Roboto', sans-serif;
  color: #fff;
}
.main .item-pageproyectos div[itemprop="articleBody"] >.moduletable .slides_container {
  margin: 0 auto;
  margin-bottom: 30px;
}
.main .item-pageproyectos div[itemprop="articleBody"] >.moduletable .slides_container .bt-row-last {
  margin-bottom: 0 !important;
}
.main .item-pageproyectos div[itemprop="articleBody"] >.moduletable .slides_container .bt-row {
  width: 900px !important;
  border: 0;
  padding: 0;
  position: relative;
  margin-bottom: 35px;
}
.main .item-pageproyectos div[itemprop="articleBody"] >.moduletable .slides_container .bt-row .bt-inner {
  padding: 0;
}
.main .item-pageproyectos div[itemprop="articleBody"] >.moduletable .slides_container .bt-row .bt-inner .bt-title {
  font: 20px 'Oswald', sans-serif;
  color: #294095;
  text-transform: none;
  background: url(../images/icons/icon-title-browse-proyectos.png) left 10px no-repeat;
  text-align: left;
  padding: 5px 10px 5px 60px;
  box-sizing: border-box;
  margin-top: 0;
  clear: none;
  float: left;
  width: 598px;
  margin-bottom: 30px;
}
.main .item-pageproyectos div[itemprop="articleBody"] >.moduletable .slides_container .bt-row .bt-inner .bt-image-link {
  float: left;
  margin-right: 20px;
  position: relative;
}
.main .item-pageproyectos div[itemprop="articleBody"] >.moduletable .slides_container .bt-row .bt-inner .bt-image-link:hover:before {
  opacity: 1;
}
.main .item-pageproyectos div[itemprop="articleBody"] >.moduletable .slides_container .bt-row .bt-inner .bt-image-link:before {
  position: absolute;
  content: "";
  width: 268px;
  height: 200px;
  background: url(../images/icons/ver-mas-browse.png) center no-repeat;
  left: 7px;
  top: 7px;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
}
.main .item-pageproyectos div[itemprop="articleBody"] >.moduletable .slides_container .bt-row .bt-inner .bt-image-link:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 21px;
  top: 20px;
  left: 99%;
  background: url(../images/icons/triangulo.png) center no-repeat;
}
.main .item-pageproyectos div[itemprop="articleBody"] >.moduletable .slides_container .bt-row .bt-inner .bt-image-link img {
  margin: 0 !important;
  padding: 6px;
  border: solid 1px #f2f2f2;
  outline: 0;
  float: none !important;
}
.main .item-pageproyectos div[itemprop="articleBody"] >.moduletable .slides_container .bt-row .bt-inner .bt-introtext {
  position: relative;
  float: left;
  width: 598px;
  padding: 0;
  box-sizing: border-box;
  font: 15px 'Roboto', sans-serif;
  color: #808080;
  text-align: left;
  line-height: 28px;
  padding: 0 10px;
}
.main .item-pageproyectos div[itemprop="articleBody"] >.moduletable .slides_container .bt-row .bt-inner .readmore {
  float: left;
  width: 598px;
  text-align: left;
  margin-top: 35px;
  padding: 0;
}
.main .item-pageproyectos div[itemprop="articleBody"] >.moduletable .slides_container .bt-row .bt-inner .readmore a {
  font: 18px 'Roboto', sans-serif;
  color: #fff;
  background: #F78624;
  border-bottom: solid 2px #823F0D;
  width: 102px;
  padding: 6px 0;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}
.main .item-pageproyectos div[itemprop="articleBody"] .moduletablegaleria-proyectos {
  float: left;
  width: 495px;
  margin-top: 20px;
}
.main .item-pageproyectos div[itemprop="articleBody"] .wk-gallery-wall.margin>* {
  margin: 10px 10px 0 0;
}
.main .item-pageproyectos div[itemprop="articleBody"] .wk-gallery {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 0;
}
.main .item-pageproyectos div[itemprop="articleBody"] .wk-gallery .spotlight {
  float: none;
}
.main .item-pageproyectos div[itemprop="articleBody"] .wk-gallery .spotlight img {
  padding: 4px;
  border: solid 1px #f2f2f2;
}
.main .item-pageproyectos div[itemprop="articleBody"] h4 {
  font: 20px 'Oswald', sans-serif;
  color: #294095;
  text-transform: none;
  background: url(../images/icons/icon-title-browse-proyectos.png) left bottom no-repeat;
  text-align: left;
  padding: 5px 0px 5px 58px;
  box-sizing: border-box;
  margin-top: 0;
  clear: none;
  float: left;
  width: 595px;
  margin-bottom: 30px;
}
.main .item-pageproyectos div[itemprop="articleBody"] p {
  position: relative;
  float: left;
  width: 595px;
  padding: 0;
  box-sizing: border-box;
  font: 15px 'Roboto', sans-serif;
  color: #808080;
  text-align: left;
  line-height: 28px;
  padding: 0 18px;
  margin-bottom: 20px;
}
.main .item-pageclientes {
  width: 1090px;
  margin: 0 auto;
}
.main .item-pageclientes .page-header >h2 {
  font: 30px 'Oswald', sans-serif;
  color: #F78624;
  text-align: left;
  border-bottom: solid 2px #294095;
  padding-left: 20px;
  position: relative;
  margin-top: 35px;
  margin-bottom: 45px;
}
.main .item-pageclientes .page-header >h2:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 11px;
  background: url(../images/icons/img-titulos-1.png) center no-repeat;
  left: -6px;
  bottom: -2px;
}
.main .item-pageclientes div[itemprop="articleBody"] {
  background: #FBFBFB;
  padding-top: 44px;
  position: relative;
}
.main .item-pageclientes div[itemprop="articleBody"]:before {
  position: absolute;
  content: "";
  width: 582px;
  height: 276px;
  bottom: -26px;
  left: -416px;
  background: url(../images/backgrounds/marca-agua-left.png);
}
.main .item-pageclientes div[itemprop="articleBody"]:after {
  position: absolute;
  content: "";
  width: 582px;
  height: 276px;
  bottom: -26px;
  right: -416px;
  background: url(../images/backgrounds/marca-agua-right.png);
}
.main .item-pageclientes div[itemprop="articleBody"] ul {
  text-align: center;
  margin: 0 auto;
  width: 774px;
  padding-bottom: 20px;
}
.main .item-pageclientes div[itemprop="articleBody"] ul li {
  display: inline-block;
  margin: 0 25px 22px 25px;
}
.main .item-pageclientes div[itemprop="articleBody"] ul li img {
  border: solid 1px #f2f2f2;
}
.main .item-pagecontactenos {
  width: 1090px;
  margin: 0 auto;
}
.main .item-pagecontactenos .page-header >h2 {
  font: 30px 'Oswald', sans-serif;
  color: #F78624;
  text-align: left;
  border-bottom: solid 2px #294095;
  padding-left: 20px;
  position: relative;
  margin-top: 35px;
  margin-bottom: 45px;
}
.main .item-pagecontactenos .page-header >h2:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 11px;
  background: url(../images/icons/img-titulos-1.png) center no-repeat;
  left: -6px;
  bottom: -2px;
}
.main .item-pagecontactenos div[itemprop="articleBody"] table {
  border: solid 1px #f2f2f2;
}
.main .item-pagecontactenos div[itemprop="articleBody"] table tr td {
  vertical-align: middle;
}
.main .item-pagecontactenos div[itemprop="articleBody"] table tr td:first-child {
  background: url(../images/contactenos/img-contactenos.png) center no-repeat;
  width: 548px;
}
.main .item-pagecontactenos div[itemprop="articleBody"] table tr td:first-child ul {
  float: left;
  margin-left: 96px;
  text-align: left;
  padding: 20px 0;
}
.main .item-pagecontactenos div[itemprop="articleBody"] table tr td:first-child ul li {
  font: 18px 'Roboto', sans-serif;
  color: #fff;
  padding: 10px 0 10px 49px;
  margin-top: 32px;
}
.main .item-pagecontactenos div[itemprop="articleBody"] table tr td:first-child ul li:first-child {
  background: url(../images/icons/contactenos-dir.png) center left no-repeat;
  margin-top: 0;
}
.main .item-pagecontactenos div[itemprop="articleBody"] table tr td:first-child ul li:nth-child(2) {
  background: url(../images/icons/contactenos-cel.png) center left no-repeat;
}
.main .item-pagecontactenos div[itemprop="articleBody"] table tr td:first-child ul li:nth-child(3) {
  background: url(../images/icons/contactenos-mail.png) center left no-repeat;
  margin-bottom: 0;
}
.main .item-pagecontactenos div[itemprop="articleBody"] table tr td:first-child ul li:nth-child(4),
.main .item-pagecontactenos div[itemprop="articleBody"] table tr td:first-child ul li:nth-child(5)

									.main .item-pagecontactenos div[itemprop="articleBody"] table tr td:first-child ul li:last-child {
  padding: 0 0 0 49px;
  margin-top: 0;
}
.main .item-pagecontactenos div[itemprop="articleBody"] table tr td:first-child ul li a {
  color: #fff;
}
.main .item-pagecontactenos div[itemprop="articleBody"] table tr td:last-child .gracias {
  font: 20px 'Oswald', sans-serif;
  color: #294095;
  margin-bottom: 20px;
}
.main .item-pagecontactenos div[itemprop="articleBody"] table tr td:last-child input[type="button"] {
  font: 17px 'Roboto', sans-serif;
  color: #fff !important;
  background: #F78624 !important;
  border: 0;
  border-radius: 0;
  border-bottom: solid 2px #823F0D;
  width: 124px;
  padding: 6px 0;
  display: inline-block;
}
.main .item-pagecontactenos div[itemprop="articleBody"] table tr td:last-child form {
  margin: 25px 25px 0 25px;
}
.main .item-pagecontactenos div[itemprop="articleBody"] table tr td:last-child form .formRed {
  font: 20px 'Oswald', sans-serif;
  color: #F78624;
  margin-bottom: 10px;
}
.main .item-pagecontactenos div[itemprop="articleBody"] table tr td:last-child form .formError {
  font: 14px 'Roboto', sans-serif;
  color: #F78624;
}
.main .item-pagecontactenos div[itemprop="articleBody"] table tr td:last-child form .formDescription {
  display: none;
}
.main .item-pagecontactenos div[itemprop="articleBody"] table tr td:last-child form fieldset .rsform-block .formControlLabel {
  width: 80px;
  text-align: left;
  font: 18px 'Roboto', sans-serif;
  color: #616161;
}
.main .item-pagecontactenos div[itemprop="articleBody"] table tr td:last-child form fieldset .rsform-block .formControls {
  margin-left: 0;
}
.main .item-pagecontactenos div[itemprop="articleBody"] table tr td:last-child form fieldset .rsform-block .formControls input[type="text"] {
  width: 398px;
  height: 32px;
  padding: 5px;
  border: 0;
  box-sizing: border-box;
  box-shadow: none;
  background: #F2F2F2;
  font: 18px 'Roboto', sans-serif;
  color: #616161;
}
.main .item-pagecontactenos div[itemprop="articleBody"] table tr td:last-child form fieldset .rsform-block .formControls textarea {
  width: 398px;
  height: 96px;
  padding: 5px;
  border: 0;
  box-sizing: border-box;
  box-shadow: none;
  background: #F2F2F2;
  font: 18px 'Roboto', sans-serif;
  color: #616161;
}
.main .item-pagecontactenos div[itemprop="articleBody"] table tr td:last-child form fieldset .rsform-block .formControls .rsform-submit-button {
  font: 17px 'Roboto', sans-serif;
  color: #fff;
  background: #F78624;
  border: 0;
  border-radius: 0;
  border-bottom: solid 2px #823F0D;
  width: 124px;
  padding: 6px 0;
  display: inline-block;
}
.main .item-pagecontactenos div[itemprop="articleBody"] table tr td:last-child form fieldset .rsform-block-mensaje {
  margin-bottom: 14px;
}
.volver-noticias {
  float: left;
  width: 100%;
  margin: 26px 0 0;
}
.volver-noticias a {
  font: 18px 'Roboto', sans-serif;
  color: #fff;
  background: #F78624;
  border-bottom: solid 2px #823F0D;
  width: 102px;
  padding: 6px 0;
  display: inline-block;
}
.bt-row-separate {
  border: 0;
}
footer {
  box-shadow: 0 -2px 5px rgba(0,0,0,0.31);
}
