/* Generated by less 1.7.5 */
.clrbth {
  content: '';
  display: block;
  clear: both;
  float: none;
}
.border_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
/*=============================
General
===============================*/
body {
  margin: auto;
  font-family: 'Open Sans', sans-serif;
}
.wrap {
  width: 960px;
  margin: auto;
  display: block;
  position: relative;
  z-index: 50;
}
.wrap:after {
  content: '';
  display: block;
  clear: both;
  float: none;
}
.tit {
  width: 100%;
  overflow: hidden;
  padding: 15px 0;
}
.tit h2 {
  width: 25%;
  float: left;
  border-right: 1px solid #ccc;
  color: #fff;
  font-size: 28px;
}
.tit.tit_full h2 {
  width: 100%;
  border: 0;
}
.tit .txt_here {
  width: 70%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 41px;
  margin-left: -2px;
}
.tit .txt_here p {
  width: auto;
  font-size: 14px;
  color: #999;
}
.tit .txt_here p strong {
  font-weight: bold;
}
/* Titulos con descripción*/
img {
  width: 100%;
  height: auto;
  display: block;
}
/*=============================
HEADER
===============================*/
header {
  height: 53px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 996;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header:hover {
  background: black;
}
header h1 {
  width: 121px;
  height: 43px;
  float: left;
  margin: 0;
}
header h1 img {
  margin-top: 4px;
}
header ul {
  list-style: none;
  display: block;
  float: right;
  padding: 0;
  margin: 0;
}
header ul li {
  float: left;
  margin: 20px;
  font-size: 12px;
}
header ul li a {
  text-decoration: none;
  color: #fff;
  padding-bottom: 11px;
  border-bottom: 4px solid transparent;
  -webkit-transition: border 0.3s ease-out;
  -o-transition: border 0.3s ease-out;
  transition: border 0.3s ease-out;
}
header ul li a:hover,
header ul li a.active {
  text-decoration: none;
  border-bottom-color: white;
}
.container {
  align-items: center;
}
#banner {
  height: 534px;
  padding-top: 53px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#banner .wrap {
  width: 820px;
  position: relative;
}
#banner p,
#banner a {
  font-size: 13px;
  margin: 0;
  color: #fff;
}
#banner .boton {
  color: #333;
}
#banner h2 {
  font-size: 36px;
  line-height: 36px;
  margin: 20px 0 0;
  color: #ffffff;
  padding: 10px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
}
#banner h3 {
  font-size: 44px;
  line-height: 54px;
  margin: 0;
  color: #ffffff;
}
#banner ul {
  margin: 0;
  padding: 0 0 0 25px;
  list-style: disc;
  color: #fff;
  font-size: 13px;
}
#banner .lnk_box {
  border: 1px solid;
  width: 100%;
  height: auto;
  position: absolute;
  padding: 15px;
  top: 39%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#banner .lnk_box p,
#banner .lnk_box ul,
#banner .lnk_box a,
#banner .lnk_box ol {
  font-size: 13px;
}
#banner .lnk_box .down {
  margin-bottom: 10px;
}
#banner .lnk_box .downa {
  display: inline-block;
}
#banner .inner_box {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 480px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
}
#banner .inner_box .cont_l {
  position: relative;
  z-index: 10;
  height: 480px;
}
#banner .inner_box .l_left,
#banner .inner_box .l_right {
  width: 50%;
  height: 480px;
  float: left;
}
#banner .inner_box p {
  width: 355px;
}
#banner .inner_box .l_left {
  font-size: 28px;
}
#banner .inner_box .l_left .txt_here {
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
}
#banner .inner_box .l_right {
  width: 50%;
  height: 100%;
  padding-top: 50px;
  position: relative;
}
#banner .inner_box .l_right .img_banner {
  width: 100%;
  height: 110px;
  margin-top: 30px;
  float: left;
  text-align: center;
}
#banner .inner_box .l_right .img_banner .ban_img {
  width: 30%;
  display: inline-block;
  cursor: pointer;
  border: 1px solid white;
  margin: 0 7px;
}
#banner .inner_box .l_right .img_banner .ban_img:first-child {
  margin-left: 0;
}
#banner .inner_box .l_right .img_banner .ban_img:last-child {
  margin-right: 0;
}
#banner .inner_box .l_right .img_banner .ban_img:hover img {
  opacity: 1;
}
#banner .inner_box .l_right .img_banner .ban_img img {
  width: 100%;
  height: auto;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#banner .inner_box .l_right .twoimg .ban_img {
  width: 50%;
}
#banner .ver_mas,
#banner .ver_menos {
  position: absolute;
  left: 0px;
  top: 350px;
}
#banner .bx-wrapper {
  margin: 0 !important;
  z-index: 0;
}
#banner .bx-wrapper .bx-viewport {
  left: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  height: 480px;
  z-index: 0;
}
#banner .bx-wrapper .bx-viewport .bxslider > li {
  margin: 0 !important;
  position: relative !important;
  height: 480px;
  z-index: 0;
}
#banner .bx-wrapper .bx-viewport .bxslider > li .um,
#banner .bx-wrapper .bx-viewport .bxslider > li .deux {
  width: 100%;
  height: 520px;
  background: no-repeat center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#banner .cnt_banner {
  width: 100%;
  height: 480px;
  padding: 0;
  margin: auto;
  overflow: hidden;
}
#banner .cnt_banner .left {
  float: left;
  width: 50%;
  display: block;
  position: relative;
  height: 480px;
}
#banner .cnt_banner .left .txt_here {
  margin-top: 15px;
}
#banner .cnt_banner .left p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  padding-top: 10px;
}
#banner .bx-next {
  top: 35%;
  right: 30px;
}
#banner .bx-prev {
  top: 35%;
  left: 30px;
}
.boton {
  color: #333;
  background-color: white;
  padding: 10px 25px;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
}
.boton:hover {
  background: #ccc;
}
.right {
  float: right;
  width: 50%;
  display: block;
  height: 480px;
  position: relative;
}
.right img {
  margin: 0px;
  line-height: 0;
  display: block;
  position: relative;
}
#service {
  padding-top: 20px;
  height: 530px;
}
#service .wrap h2 {
  color: #394240;
  border-right-color: #394240;
  padding: 0;
  margin-bottom: 0;
  height: 40px;
}
#service .wrap .service {
  width: 25%;
  margin: 0;
  padding: 0;
  float: left;
  font-size: 12px;
  text-align: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
}
#service .wrap .service:hover .img_srv {
  background-position: left bottom;
}
#service .wrap .service:hover .img_srv#srv_two {
  background-position: -150px bottom;
}
#service .wrap .service:hover .img_srv#srv_three {
  background-position: -300px bottom;
}
#service .wrap .service:hover .img_srv#srv_four {
  background-position: -450px bottom;
}
#service .wrap .service h2 {
  text-align: center;
}
#service .wrap .service h2 strong {
  color: #39413F;
  font-size: 22px;
}
#service .wrap .service h2.mini strong {
  font-size: 18px;
}
#service .wrap .service p {
  color: #666;
  font-size: 13px;
  line-height: 20px;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0;
}
#service .wrap .service .img_srv {
  width: 150px;
  margin: auto;
  height: 160px;
  display: block;
  background: url(../img/servicios.png) left top no-repeat;
}
#service .wrap .service .img_srv#srv_two {
  background-position: -150px top;
}
#service .wrap .service .img_srv#srv_two:hover {
  background-position: -150px bottom;
}
#service .wrap .service .img_srv#srv_three {
  background-position: -300px top;
}
#service .wrap .service .img_srv#srv_three:hover {
  background-position: -300px bottom;
}
#service .wrap .service .img_srv#srv_four {
  background-position: -450px top;
}
#service .wrap .service .img_srv#srv_four:hover {
  background-position: -450px bottom;
}
#clientes {
  height: 476px;
  position: relative;
  background: #0e596e;
}
#clientes p {
  color: white;
  font-size: 14px;
  width: 440px;
  height: 46px;
  margin: 30px 0 0 0;
}
#clientes .txt_here p {
  color: #ffffff /*#728581*/;
  font-size: 12px;
  width: 440px;
  height: 46px;
  text-align: left;
}
#clientes .cont_img:after {
  content: '';
  display: block;
  clear: both;
  float: none;
}
#clientes .cont_img .cl_img {
  width: 16.66666667%;
  height: 103px;
  float: left;
  display: block;
  overflow: hidden;
}
#equipo {
  background: #fff;
  height: 610px;
}
#equipo .txt_here strong {
  color: #1F92DC;
}
#equipo .tit {
  padding-bottom: 0;
}
#equipo h2 {
  color: #394240;
  border-right-color: #394240;
}
#equipo p {
  color: #728581;
  text-align: left;
}
#equipo p a {
  text-decoration: none;
  color: #0083D7;
}
#equipo .cont_img {
  text-align: center;
  margin-top: 15px;
}
#equipo .cont_img:after {
  content: '';
  display: block;
  clear: both;
  float: none;
}
#equipo .cont_img .cont_evr {
  width: 25%;
  padding: 0 25px;
  float: left;
  height: 240px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#equipo .cont_img .cont_evr:hover .hov {
  opacity: 1;
}
#equipo .cont_img .cont_evr:hover .img_team:after {
  opacity: 0;
}
#equipo .cont_img .cont_evr .img_team {
  width: 145px;
  height: 145px;
  margin: auto;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: url(../img/equipo2015_1.jpg) no-repeat left bottom transparent;
  position: relative;
  margin-bottom: 10px;
}
#equipo .cont_img .cont_evr .img_team:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/equipo2015_1.jpg) no-repeat left top transparent;
  content: " ";
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#equipo .cont_img .cont_evr .hov {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#equipo .cont_img .cont_evr .hov .bar {
  width: 100%;
  height: 21px;
  border-bottom: 5px solid #0083D7;
}
#equipo .cont_img .cont_evr .hov a {
  text-decoration: none;
  color: #738682;
}
#equipo .cont_img .cont_evr .hov a:hover {
  text-decoration: underline;
}
#equipo .cont_img .cont_evr h3 {
  font-size: 18px;
  color: #39403F;
  text-align: center;
  text-transform: inherit;
  margin: 0 0 0 0;
  position: relative;
  top: -5px;
}
#equipo .cont_img .cont_evr h4 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  color: #738682;
  text-align: center;
  text-transform: inherit;
  margin-bottom: -10px;
  height: 14px;
}
#equipo .cont_img .cont_evr#byron .img_team {
  background-position: 0px -145px;
}
#equipo .cont_img .cont_evr#matias .img_team {
  background-position: -145px -145px;
}
#equipo .cont_img .cont_evr#jairo .img_team {
  background-position: -290px -145px;
}
#equipo .cont_img .cont_evr#pancho .img_team {
  background-position: -435px -145px;
}
#equipo .cont_img .cont_evr#claudio .img_team {
  background-position: -580px -145px;
}
#equipo .cont_img .cont_evr#victor .img_team {
  background-position: -725px -145px;
}
#equipo .cont_img .cont_evr#fabian .img_team {
  background-position: -870px -145px;
}
#equipo .cont_img .cont_evr#extra .img_team {
  background-position: -1015px -145px;
}
#equipo .cont_img .cont_evr#byron .img_team:after {
  background-position: 0px 0;
}
#equipo .cont_img .cont_evr#matias .img_team:after {
  background-position: -145px 0;
}
#equipo .cont_img .cont_evr#jairo .img_team:after {
  background-position: -290px 0;
}
#equipo .cont_img .cont_evr#pancho .img_team:after {
  background-position: -435px 0;
}
#equipo .cont_img .cont_evr#claudio .img_team:after {
  background-position: -580px 0;
}
#equipo .cont_img .cont_evr#victor .img_team:after {
  background-position: -725px 0;
}
#equipo .cont_img .cont_evr#fabian .img_team:after {
  background-position: -870px 0;
}
#equipo .cont_img .cont_evr#extra .img_team:after {
  background-position: -1015px 0;
}
#contacto {
  position: relative;
  display: block;
  background: #2d88a6;
  height: 490px;
}
#contacto .dark {
  position: absolute;
  width: 50%;
  background: #0e596e;
  height: 490px;
  display: block;
  top: 0;
  right: 0;
}
#contacto .dark .tri {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 490px 490px;
  border-color: transparent transparent #0e596e transparent;
  float: inherit;
  position: absolute;
  left: -490px;
  top: 0;
}
#contacto .wrap {
  position: absolute;
  height: 494px;
  top: 0;
  left: 50%;
  margin-left: -480px;
  z-index: 3;
}
#contacto .dts_contact {
  width: 50%;
  float: left;
}
#contacto .dts_contact a {
  color: white;
  text-decoration: none;
}
#contacto .dts_contact a:hover {
  text-decoration: underline;
}
#contacto .dts_contact h2 {
  font-size: 28px;
  color: #fff;
  margin-top: 30px;
}
#contacto .dts_contact p {
  font-size: 14px;
  color: #fff;
  height: 20px;
}
#contacto .dts_contact .datos {
  width: 100%;
  margin: 10px 0;
}
#contacto .dts_contact .datos:after {
  content: '';
  display: block;
  clear: both;
  float: none;
}
#contacto .dts_contact .datos .img_dt {
  width: 20px;
  height: 20px;
  display: block;
  background: url(../img/contacto.png) left top no-repeat;
  float: left;
  margin-right: 15px;
}
#contacto .dts_contact .datos .img_dt#phone {
  background-position: left center;
}
#contacto .dts_contact .datos .img_dt#adress {
  background-position: left bottom;
}
#contacto .dts_contact .datos .mail p:hover {
  text-decoration: underline;
}
#contacto .dts_contact .datos p {
  float: left;
  margin: 0;
}
#contacto .dts_contact .map {
  width: 450px;
  height: 240px;
  margin-top: 30px;
  padding: 0;
}
#contacto .form form {
  width: 450px;
  float: right;
  margin-top: 70px;
}
#contacto .form .line {
  font-size: 14px;
  color: #fff;
  display: block;
  margin-bottom: 5px;
  position: relative;
}
#contacto .form .line.multi {
  height: 115px;
}
#contacto .form .line.error input,
#contacto .form .line.error textarea,
#contacto .form .line.error select {
  background-color: #ffd9d9;
}
#contacto .form .line label.special {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 7px;
  left: 7px;
  background: url(../img/icon_correo.png) left top no-repeat;
}
#contacto .form .line label.mail {
  background-position: left -16px;
}
#contacto .form .line label.phone {
  background-position: left -34px;
}
#contacto .form .line label.text {
  background-position: left bottom;
}
#contacto .form .line.capt {
  height: 80px;
}
#contacto .form .line.capt .like_label {
  margin: 10px 0 10px 0;
}
#contacto .form .line.capt .sel {
  width: 33.33333333%;
  height: 20px;
  float: left;
  display: block;
}
#contacto .form .line.capt .sel input {
  width: 13px;
  height: 13px;
  vertical-align: top;
}
#contacto .form .line.capt .sel img {
  width: 48px;
  height: 48px;
  display: inline-block;
}
#contacto .form .line_send {
  margin-top: 10px;
}
#contacto .form .line_send #feed_msg {
  font-size: 12px;
  margin: 0 0 0 0;
  color: #fff;
  top: -5px;
  position: relative;
  float: left;
  width: 63%;
}
#contacto .form .line_send #feed_msg p {
  margin-bottom: 5px;
}
#contacto .form .line_send #feed_msg.msg,
#contacto .form .line_send #feed_msg.info,
#contacto .form .line_send #feed_msg.suc {
  padding: 7px 5px 6px;
  border: 2px solid transparent;
}
#contacto .form .line_send #feed_msg.msg {
  border-color: #db6c4b;
}
#contacto .form .line_send #feed_msg.info {
  border-color: #4b9edb;
}
#contacto .form .line_send #feed_msg.suc {
  border-color: #4bdb8d;
}
#contacto .form .send {
  width: 146px;
  height: 34px;
  float: right;
  background-color: white;
  color: #333;
  margin-bottom: 20px;
  font-size: 12px;
  padding: 0;
  cursor: pointer;
  top: -5px;
  position: relative;
  border: 0;
}
#contacto .form .send:hover {
  background: #ccc;
}
#contacto .form .send.disabled {
  opacity: 0.4;
  cursor: default;
}
#contacto .form .send.disabled:hover {
  background: white;
}
#contacto .form .ob {
  width: 240px;
  height: 17px;
  color: #ffffff;
  font-size: 12px;
  text-align: right;
  padding-right: 15px;
  margin-top: 15px;
  text-align: left;
  position: absolute;
  top: 430px;
  right: -52px;
}
#contacto input,
#contacto textarea {
  width: 100%;
  height: 30px;
  outline: none;
  border: 1px solid #fff;
  padding: 0 0 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contacto input:focus,
#contacto textarea:focus {
  border-color: lightblue;
}
#contacto textarea {
  resize: none;
  height: 100px;
  padding: 7px 0 7px 30px;
}
footer {
  background-color: #222;
  height: 77px;
  border-top: 1px solid black;
}
footer h2 {
  margin: 0;
}
footer img {
  width: 100px;
  height: 36px;
  margin-top: 25px;
  float: left;
  margin-right: 32px;
  padding-right: 20px;
  border-right: 1px solid #fff;
}
footer p {
  color: #fff;
  font-size: 11px;
  margin: 0;
  width: 440px;
  padding-top: 25px;
}
footer .icon {
  width: 138px;
  height: 26px;
  float: right;
  margin: -25px 0 0 0;
}
footer .icon a {
  width: 26px;
  height: 26px;
  display: block;
  float: left;
  margin: 0 10px;
  background: url(../img/rss.png) left top no-repeat;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .icon a:hover {
  background-position: left bottom;
}
footer .icon a#twit {
  background-position: center top;
}
footer .icon a#twit:hover {
  background-position: center bottom;
}
footer .icon a#linke {
  background-position: right top ;
}
footer .icon a#linke:hover {
  background-position: right bottom;
}
.texture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkYGBIA2JksJkRTXAzkO+LLAgWAGmBCcIFYIKSMBUwgwFG3AW3e8wEOgAAAABJRU5ErkJggg==) left top transparent;
  width: 100%;
  height: 100%;
}
.opac {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.light_img {
  display: none;
  width: 60%;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -30%;
  z-index: 998;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.light_img .exit {
  top: 0;
}
.light_img img {
  position: relative;
  width: auto;
  height: 100%;
  opacity: 1;
  margin: auto;
  border: 10px solid #fff;
}
.light_img .load,
.light_img .loading {
  width: 100%;
  height: 100%;
}
.light_img .load .img_load,
.light_img .loading .img_load {
  background: url(../img/loader.gif) left no-repeat;
  background-size: cover;
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 100px;
  height: 100px;
}
.exit {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url(../img/cerrar.png) no-repeat right top;
  float: right;
  position: absolute;
  top: 20px;
  right: -50px;
}
