@font-face {
  font-family: "Titillium Web";
  src: url("font/titilliumweb-black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Titillium Bold";
  src: url("font/titilliumweb-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Titillium Regular";
  src: url("font/titilliumweb-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SignalCenterLight";
  src: url("font/SignalCenterLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SignalCenterMedium";
  src: url("font/SignalCenterMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("font/OpenSans-Regular.ttf");
  font-weight: regular;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("font/OpenSans-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("font/OpenSans-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Titillium Web";
    src: url("font/titilliumweb-black.svg") format("svg");
  }
  @font-face {
    font-family: "Titillium Bold";
    src: url("font/titilliumweb-bold.svg") format("svg");
  }
  @font-face {
    font-family: "Titillium Regular";
    src: url("font/titilliumweb-regular.svg") format("svg");
  }
  @font-face {
    font-family: "SignalCenterLight";
    src: url("font/SignalCenterLight.svg") format("svg");
  }
  @font-face {
    font-family: "SignalCenterMedium";
    src: url("font/SignalCenterMedium.svg") format("svg");
  }
}

/*===================================================================================*/
/*  RESET                                                                            */
/*===================================================================================*/

#__next {
  width: 100%;
  height: 100%;
}

* {
  outline: 0;
  -webkit-font-smoothing: antialiased;
  /* -webkit-transition: all 0.4s ease 0s;
           -moz-transition: all 0.4s ease 0s;
             -o-transition: all 0.4s ease 0s;
                transition: all 0.4s ease 0s; */
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
input[type="submit"] {
  -webkit-appearance: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

/*===================================================================================*/
/*  BASIC                                                                            */
/*===================================================================================*/
html,
body {
  height: 100%;
}

.transitionCss {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.mainwrapper {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transition: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: #000000;
}
.mainwrapper.open {
  -webkit-transform: translate(-257px, 0px);
  -moz-transition: translate(-257px, 0px);
  -o-transition: translate(-257px, 0px);
  transform: translate(-257px, 0px);
}

.nav .alignright,
.nav .alignright .triggerMenu,
.nav .alignright .closeMenu {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.nav .alignright.open {
  -webkit-transform: translate(-257px, 0px);
  -moz-transition: translate(-257px, 0px);
  -o-transition: translate(-257px, 0px);
  transform: translate(-257px, 0px);
}
.nav .alignright.open .triggerMenu {
  opacity: 0;
}

.nav .alignright .closeMenu {
  opacity: 0;
  position: absolute;
  right: -270px;
  top: 0px;
}

.nav .alignright.open .closeMenu {
  opacity: 1;
}

body {
  color: #888888;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;

  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-rendering: optimizelegibility;
}

::selection {
  color: #ffffff;
  background-color: #15191d;
}
::-moz-selection {
  color: #ffffff;
  background-color: #15191d;
}

#video_slider_background {
  position: absolute;
  bottom: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  max-height: 4000%;
  max-width: 1000%;
  width: auto;
  height: auto;
  z-index: 1;
  overflow: hidden;
}

/*===================================================================================*/
/*  CONTACTO: VALIDACION                                                             */
/*===================================================================================*/

label.error {
  width: 100%;
  display: block;
  text-align: left;
  margin-bottom: 10px;
  margin-top: -4px;
  color: #fff;
  font-size: 11px;
}

.msgOK {
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 13px !important;
  margin: 0px auto;
  font-weight: bold;
  transition: all 1s;
  display: none;
}

.msgError {
  display: none;
  width: 100;
  height: 50px;
  color: #fff;
  font-size: 13px !important;
  margin: 0px auto;
  font-weight: bold;
  transition: all 1s;
  color: salmon;
}

.msgOK.open,
.msgError.open {
  display: block;
  transition: all 1s;
}

.loader {
  margin-left: 15px;
  margin-top: 4px;
}

/*===================================================================================*/
/*  TYPOGRAPHY                                                                       */
/*===================================================================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

h4,
h5,
h6 {
  line-height: 18px;
}

h1 {
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 30px;
}
h2 {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 25px;
}
h3 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 20px;
}
h4 {
  font-size: 17px;
  margin-bottom: 15px;
}
h5 {
  font-size: 14px;
  margin-bottom: 15px;
}
h6 {
  font-size: 12px;
  margin-bottom: 15px;
}

h1 {
  color: #444;
}

p {
  line-height: 22px;
  margin-bottom: 20px;
}

* p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

b,
strong {
  font-weight: 600;
}
small {
  font-size: 80%;
}
cite {
  font-style: normal;
}
em {
  font-style: italic;
}

/*------------------------------------------
        links       
    ------------------------------------------*/
a {
  color: #ffc600;
  text-decoration: none;

  /*webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
           -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
               transition: all 0.2s ease;*/
}

.sub-nav a,
.bg-menu a {
  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;
}

a:hover {
  color: #444;
}
p a,
p a:visited {
  line-height: inherit;
}

a img {
  border: none;
  vertical-align: middle;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/*------------------------------------------
        blockquote       
    ------------------------------------------*/
blockquote {
  padding: 20px;
  margin: 30px 0;
  background-color: #f2fbff;
  border: 1px solid #d5edf8;
  border-left: 5px solid #d5edf8;
}

blockquote p {
  color: #6f7f87;
  font-size: 15px;
  fon-weight: 400;
  font-style: italic;
  font-family: serif;
  line-height: 22px;
}

/*------------------------------------------
        address / code / pre
    ------------------------------------------*/
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-size: 12px;
  color: #444;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;

  font-size: 13px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/*------------------------------------------
        list
    ------------------------------------------*/
ul,
ol,
dl {
  line-height: 22px;
  margin-bottom: 25px;
  list-style-position: outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-left: 20px;
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}

/*===================================================================================*/
/*  FORM                                                                             */
/*===================================================================================*/

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  color: #fff;
  padding: 12px;
  font-size: 13px;
  font-family: inherit;
  font-weight: 400;
  font-style: normal;
  overflow: auto;
  vertical-align: middle;
  margin-bottom: 12px;
  background-color: #1c2024;
  border: none;

  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

textarea {
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  /* background-color: #fff;
        border-color: #e9e9e9; */
}

label,
select,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

.colorBlanco {
  color: #fff;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input::-webkit-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
}

/*===================================================================================*/
/*  OTHER STYLE                                                                      */
/*===================================================================================*/

.hide {
  display: none !important;
}
.spacer {
  height: 60px;
  clear: both;
}
.divider {
  clear: both;
  height: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #f8f8f8;
}

/*------------------------------------------
        clearfix        
    ------------------------------------------*/

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
}

/*------------------------------------------
        align style     
    ------------------------------------------*/

.aligncenter {
  display: block;
  margin: 15px auto;
  clear: both;
}

.alignleft {
  float: left;
}
.alignright {
  float: right;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

.no-float {
  float: none !important;
}

/*------------------------------------------
        margin bottom
    ------------------------------------------*/

.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 70px !important;
}

/*------------------------------------------ 
        images
    ------------------------------------------*/
img {
  width: auto;
  /* max-width: 100%; */
  height: auto;
  vertical-align: middle;
  /*image-rendering: optimizeQuality;
        -ms-interpolation-mode: bicubic;*/
}

img.alignleft {
  margin-right: 25px;
}
img.alignright {
  margin-left: 25px;
}
img.aligncenter {
  margin-bottom: 25px;
}

/*===================================================================================*/
/*  SECTION                                                                          */
/*===================================================================================*/

.sectionDetalleProducto {
  background-image: url(/images/layout/bg-producto.jpg);
}

.section {
  position: relative;
  padding-top: 90px;
  overflow: hidden;
  z-index: 2;
}

.section .container {
  padding-bottom: 90px;
  position: relative;
}

#wrapper {
  padding: 60px 0;
}

#load {
  width: 100%;
  height: 100%;
  z-index: 101;
  position: fixed;
  overflow: hidden;
  background-color: #fff;
}

.gray {
  position: relative;
  background-color: #fcfcfc;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

.yellow {
  background-color: #ffc600;
}

.conoce-suite {
  height: 54px;
  width: 270px;
  line-height: 50px;
  border: 2px solid #48aab1;
  padding: 0px 0px;
  text-align: center;
  font-size: 16px;
  font-family: "SignalCenterMedium", Arial, Helvetica, sans-serif;
  margin: 0px auto;
  color: #48aab1;
  margin-top: 25px;
  cursor: pointer;
  text-decoration: none;
}

.conoce-suite:hover {
  background-color: #48aab1;
  color: #fff;
}

/*===================================================================================*/
/*  PARALAX                                                                          */
/*===================================================================================*/

#root {
  width: 100%;
  height: 100%;
}

.topMenuLink {
  position: absolute;
  width: 445px;
  left: 50%;
  margin-left: -110px;
  height: 80px;
}

.parallax-v2 {
  width: 100%;
  overflow: hidden;
  background-attachment: fixed;
  background-position: 50% 0;
}

.parallax-v2 .container {
  padding: 90px 0;
  position: relative;
  z-index: 1;
}

.overlay {
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100%;
  background-image: url(../images/layout/overlay.png);
  position: absolute;
  margin: 0px !important;
  z-index: 0;
}

.parralax [class*="span"] {
  margin-bottom: 0;
}

/*------------------------------------------
        parallax color
    ------------------------------------------*/

.dark,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark a:hover,
.dark .titles [class*="icon"] {
  color: #fff !important;
}

.dark .titles p,
.dark .type {
  color: #fff;
}

.dark .titles h2:after {
  border-color: #fff;
}

.parallax-v2 .titles h2 {
  color: #fff;
}

.parallax-v2 .titles p {
  color: #ffc600;
}

.parallax-v2 .titles [class*="icon"] {
  color: #fff;
}

.parallax-v2 a {
  color: #fff;
}

/*------------------------------------------
        parallax bagkground fix
    ------------------------------------------*/

@media only screen and (min-width: 1920px) {
  .parallax-v2 {
    background-size: cover;
  }
}

@media only screen and (max-width: 1024px) {
  .parallax-v2 {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}

/*------------------------------------------
        parallax bagkground
    ------------------------------------------*/

#home {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

#queOfrecemos {
  background-image: url(../images/layout/bg-soluciones.jpg);
}

#descripcionQueOfrecemos {
  color: #14191d;
  text-align: center;
  line-height: 30px;
  width: 85%;
  margin: 0px auto;
  font-size: 19px;
}

#productos {
  width: 100%;
  height: 100%;
  padding-top: 0px !important;
  background-color: #111;
}
#separador-halleytank {
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#separador-halleypump {
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

#separador-halleypump .container {
  padding-top: 50px;
}

#separador-halleypump .container .titles {
  margin-bottom: 30px;
}

#separador-halleypump .container .titles h2 {
  font-size: 38px;
}

#separador-halleypump .consultar-soporte {
  margin-top: 30px;
}

#separador-halleypump .aligncenter {
  padding: 5px 0px;
}

#separador-responsive {
  background-image: url(../images/layout/bg-separador-halleypump_optimized.jpg);
  background-size: cover;
  background-position: center center;
  height: 110px;
  position: relative;
  display: none;
}
#sobreNosotros {
  background-color: #3d9fa6;
}

#sobreNosotros .titles {
  margin-bottom: 20px;
}

#sobreNosotros .titles .line-white {
  color: #fff;
  line-height: 48px;
}

#sobreNosotros .container #descripcion {
  color: #c5e2e4;
  text-align: center;
  font-size: 19px;
  line-height: 30px;
  width: 85%;
  margin: 0px auto;
}

#totacontrol .box-dispositivos {
  width: 100%;
}

#servicios {
  background-color: #5eb0b5; /*#6EBFC4*/
}

#servicios .container .titles {
  margin-bottom: 20px;
}

#servicios .container .titles h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 45px;
}

#servicios .atencion24hs {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  width: 90%;
  margin: 0px auto;
  font-weight: 300;
}

#servicios #consultarAhora {
  margin-top: 45px;
}

#servicios-soporte {
  margin-bottom: 0px;
}

#servicios-soporte h2 {
  color: #fff;
  font-size: 45px;
  margin-bottom: 0px;
  position: relative;
}

#servicios-soporte h2 img {
  margin-right: 15px;
}

#separador-servicios1 {
  padding: 10px 0px;
}

#separador-servicios2 {
  border-bottom: 1px solid #3d9fa6;
  margin-top: 15px;
  margin-bottom: 0px;
}

#separador-servicios3 {
  border-top: 1px solid #8cccd0;
  margin-bottom: 35px;
  margin-top: 0px;
}

#clientes {
  background-color: #15191d;
  z-index: 9999;
}
#clientes .container .titles {
  margin-bottom: 20px;
}

#clientes .container .titles h2 {
  color: #fff;
  line-height: 38px;
  font-size: 45px;
}

#downloads {
  background-color: #eeeeee;
}

#downloads .container .titles {
  margin-bottom: 20px;
}

#downloads .container .titles h2 {
  color: #14191d;
  font-size: 45px;
}

#downloads #subtitulo {
  color: #818385;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  padding-bottom: 35px;
  width: 90%;
  margin: 0px auto;
}

#contact {
  background-color: #15191d;
}

#contact .container .titles {
  margin-bottom: 20px;
}

#contact .container .titles h2 {
  color: #fff;
  font-size: 45px;
}

#contact #propuestas {
  color: #8a8c8e;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  width: 90%;
  margin: 0px auto;
}

#contact #boxForm {
  width: 100%;
  max-width: 450px;
  margin: 0px auto;
  text-align: center;
  padding-top: 40px;
}

#contact #boxForm input[type="submit"] {
  margin-top: 15px;
}

#gototop {
  font-family: "SignalCenterLight", Arial, Helvetica, sans-serif;
  color: #999a9c;
  padding: 0px !important;
  text-align: center;
  line-height: 80px;
}
#gototop a {
  color: #5f6367;
  text-decoration: none;
}

#mapa {
  padding: 0px;
}

#map-canvas {
  height: 350px;
  width: 100%;
}

#footerVideo {
  height: 110px;
  position: relative;
  width: 100%;
  background-color: #3fa7ae;
}
/*===================================================================================*/
/*  NAVIGATION                                                                       */
/*===================================================================================*/

.bg-menu {
  width: 257px;
  height: 100%;
  position: fixed;
  right: 0px;
  top: 0px;
  background-color: #121518;
  font-family: "SignalCenterLight", Arial, Helvetica, sans-serif;
  z-index: 999;
  -webkit-transition: translate(257px, 0px);
  -moz-transform: translate(257px, 0px);
  -o-transform: translate(257px, 0px);
  transform: translate(257px, 0px);

  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.bg-menu.open {
  -webkit-transition: translate(0px, 0px) !important;
  -moz-transform: translate(0px, 0px) !important;
  -o-transform: translate(0px, 0px) !important;
  transform: translate(0px, 0px) !important;
  /*right:0px;*/
  z-index: 999;
}

.bg-menu .right-menu {
  margin-top: 95px;
  margin-left: 40px;
  list-style: none outside none;
  z-index: 1;
}
.bg-menu .right-menu a {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #616b77;
  text-align: left;
}
.bg-menu .right-menu a.current,
.bg-menu .right-menu a:hover {
  color: #3fa6ad !important;
  font-family: "SignalCenterMedium", Arial, Helvetica, sans-serif;
}
.bg-menu .close {
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  background: url(../images/layout/ic-menu.png) left no-repeat;
  width: 40px;
  font-family: "SignalCenterMedium", Arial, Helvetica, sans-serif;
  position: absolute;
  top: 80px;
  left: 40px;
  cursor: pointer;
  z-index: 1;
}

.nav {
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  padding: 0 2.5%;
  position: fixed;
  font-family: "SignalCenterMedium", Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav.solid {
  background-color: #121518;
  border-bottom: 1px solid #182935;
}

.nav .triggerMenu {
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  background: url(../images/layout/ic-menu.png) right no-repeat;
  padding-right: 40px;
}

.triggerMenu2 {
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  background: url(../images/layout/ic-menu.png) right no-repeat;
  padding-right: 40px;
}
nav .closeMenu {
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 16px;
  cursor: pointer !important;
  background: url(../images/layout/ic-menu.png) right no-repeat;
  padding-right: 40px;
}

.sub-nav {
  opacity: 0;
  width: 100%;
  position: fixed;
  top: 80px;
  left: 0px;
  z-index: 8;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sub-nav.solid {
  opacity: 1 !important;
}
.sub-nav.open {
  -webkit-transition: translate(-257px, 0px, 0px) !important;
  -moz-transform: translate(-257px, 0px, 0px) !important;
  -o-transform: translate(-257px, 0px, 0px) !important;
  transform: translate(-257px, 0px, 0px) !important;
}

.sub-nav ul li {
  height: 25px;
  width: auto;
  margin: 12px 0px;
  padding-right: 20px;
  border-right: 1px solid #ccc;
  float: left;
  margin-left: 20px;
  font-size: 12px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.sub-nav ul li:last-child {
  padding-right: 0px;
  border-right: 0px;
}

.sub-nav ul li a {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}
.sub-nav ul li:hover a,
.sub-nav ul li.current a {
  opacity: 1;
}

/*------------------------------------------
        logo style                 
    ------------------------------------------*/

.logo {
  height: 80px;
  display: table-cell;
  vertical-align: middle;
}
.logo .logo-mobile {
  display: none;
}

/*------------------------------------------
        menu style           
    ------------------------------------------*/

.menu {
  height: 80px;
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle;
  z-index: 1000;
}

.menu li {
  display: inline;
  margin-left: 25px;
}

.menu li:first-child {
  margin-left: 0px;
}

.menu a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.menu .current a,
.menu a:hover {
  color: #fff;
}

/*===================================================================================*/
/*  PRODUCTOS                                                                        */
/*===================================================================================*/

.box-producto {
  width: 25%;
  min-width: 253px;
  height: 100%;
  border-right: 1px solid #434446;
  float: left;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.box-producto:last-child {
  border-right: none;
}

.box-producto .background {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.15;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.box-producto:hover .background {
  opacity: 0.55;
  background-size: 114% !important;
}

.box-producto .contenedor {
  position: absolute;
  width: 100%;
  height: 280px;
  top: 50%;
  margin-top: -140px;
  text-align: center;
}
.box-producto .titulo {
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  font-size: 45px;
  color: #fff;
  letter-spacing: 0px;
  padding-top: 50px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.box-producto .subtitulo {
  font-family: "SignalCenterMedium", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0px;
  padding: 10px 0px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.box-producto .line {
  border-top: 1px solid #fff;
  width: 23px;
  height: 1px;
  margin: 20px auto;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.box-producto .copete {
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  padding: 0px 10%;
}
.box-producto .vermas {
  height: 54px;
  width: 170px;
  line-height: 50px;
  border: 2px solid #fff;
  padding: 0px 0px;
  text-align: center;
  font-size: 16px;
  font-family: "SignalCenterMedium", Arial, Helvetica, sans-serif;
  color: #fff;
  margin-top: 25px;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -85px;
}
.box-producto .vermas:hover {
  background-color: #fff;
  color: #111;
}

.box-producto:hover .titulo,
.box-producto:hover .subtitulo,
.box-producto:hover .line {
  opacity: 0;
}
.box-producto:hover .vermas {
  bottom: 110px;
}

.box-producto .background.halleyV2 {
  background: url(../images/layout/bg-halleyv2_optimized.jpg) center no-repeat;
  background-size: 100%;
}
.box-producto .background.halleypump {
  background: url(../images/layout/bg-halleypump_optimized.jpg) center no-repeat;
  background-size: 100%;
}
.box-producto .background.halleytank {
  background: url(../images/layout/bg-halleytank_optimized.jpg) center no-repeat;
  background-size: 100%;
}
.box-producto .background.halleyfleet {
  background: url(../images/layout/bg-halleyfleet_optimized.jpg) center no-repeat;
  background-size: 100%;
}

/*===================================================================================*/
/*  HALLEY PUMP: SEPARADOR                                                           */
/*===================================================================================*/

.box-counter {
  width: 20%;
  min-width: 180px;
  padding: 15px 10px;
  margin-bottom: 15px;
  float: left;
  text-align: center;
}

.box-counter .counter-numero {
  padding-bottom: 15px;
  font-family: "SignalCenterMedium", Arial, Helvetica, sans-serif;
  font-size: 58px;
  color: #52ccd3;
}

.box-counter .counter-label {
  border: 1px solid #53ccd4;
  font-family: "SignalCenterLight", Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 10px 15px;
  color: #fff;
  width: auto;
  display: inline-block;
}

/*===================================================================================*/
/*  UTILIDADES                                                                       */
/*===================================================================================*/

.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.grayscale.disabled {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}

/*===================================================================================*/
/*  DATOS DE CONTACTO                                                                */
/*===================================================================================*/

#video_background {
  position: absolute;
  left: 0px;
  top: -420px;
  min-width: 100%;
  min-height: 100%;
  max-height: 4000%;
  max-width: 1000%;
  width: auto;
  height: auto;
  z-index: 0;
  overflow: hidden;
}

.copyright {
  position: absolute;
  top: 0px;
  left: 2.5%;
  font-size: 12px;
  color: #5f6367;
}
.siteby {
  position: absolute;
  top: 26px;
  right: 2.5%;
}

.infoWindow_direccion {
  background-color: white;
  padding: 10px;
  line-height: 16px;
  color: #333;
  width: 200px;
  height: auto;
  border-radius: 5px;
  position: absolute;
  top: -105px;
  left: 20px;
}

.infoWindow_direccion a {
  color: #333;
  font-weight: bold;
}
.infoWindow_direccion a:hover {
  color: #333;
  text-decoration: underline;
}

#contact-data {
  background-color: #15191d;
  min-height: 310px;
  position: relative;
  padding-top: 60px !important;
}

#contact-data #gotop {
  position: absolute;
  bottom: 70px;
  left: 50%;
  margin-left: -50px;
}

#contact-data .container {
  padding-bottom: 40px !important;
}

#contact-data .columnLeft {
  display: inline-block;
  padding-top: 40px;
  vertical-align: top;
  border-right: 1px solid #1c222e;
  width: 200px;
  color: #373a3f;
  margin-right: 25px;
  height: 160px;
}

#contact-data .columnRight {
  display: inline-block;
  width: 660px;
}

#contact-data .box-contacto {
  display: inline-block;
  padding-top: 40px;
  vertical-align: top;
}

#contact-data .box-contacto.direccion {
  width: 280px;
}
#contact-data .box-contacto.digital {
  width: 220px;
}
#contact-data .box-contacto.telefono {
  width: 150px;
}
#contact-data .box-contacto.social {
  width: 110px;
}

#contact-data .box-contacto .ic {
  float: left;
  margin-right: 10px;
}
#contact-data .box-contacto .box-data {
  float: left;
}
#contact-data .box-contacto .box-data .titulo {
  font-size: 16px;
  color: #fff;
  font-family: "SignalCenterMedium", Arial, Helvetica, sans-serif;
  padding-bottom: 20px;
}
#contact-data .box-contacto .box-data .data,
#contact-data .box-contacto .box-data .data a {
  font-size: 13px;
  color: #5f6367;
  line-height: 22px;
  text-decoration: none;
}

#contact-data .box-contacto .box-data .data a:hover {
  color: #ccc;
}

#gototop {
  height: 80px;
  width: 100%;
  background-color: #1c2024;
}

/*===================================================================================*/
/*  SERVICIOS                                                                        */
/*===================================================================================*/

.titulo-calibracion {
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  padding: 15px 0px;
}

.texto-calibracion {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}

.calibracion-list {
  list-style: url(../images/layout/ul-bullet.png);
  color: #fff;
  line-height: 28px;
  font-weight: 600;
}

.calibracion-list li {
  margin: 20px;
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
}

.consultar-soporte {
  height: 54px;
  width: 270px;
  line-height: 50px;
  border: 2px solid #fff;
  padding: 0px 0px;
  text-align: center;
  font-size: 16px;
  font-family: "SignalCenterMedium", Arial, Helvetica, sans-serif;
  margin: 0px auto;
  color: #fff;
  margin-top: 25px;
  cursor: pointer;
  text-decoration: none;
}

.consultar-soporte:hover {
  color: #48aab1;
  background-color: #fff;
}

/*===================================================================================*/
/*  SERVICIOS: TOTAL CONTROL                                                            */
/*===================================================================================*/

.box-dispositivos {
  width: 90%;
  max-width: 860px;
  height: 447px;
  position: relative;
  margin: 0px auto;
  margin-top: 50px;
}

.box-dispositivos .imac,
.box-dispositivos .notebook,
.box-dispositivos .ipad,
.box-dispositivos .iphone {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.box-dispositivos .imac img,
.box-dispositivos .notebook img,
.box-dispositivos .ipad img,
.box-dispositivos .iphone img {
  /* width:100%; */
  max-width: 100%;
}

.box-dispositivos .imac {
  z-index: 1;
}
.box-dispositivos .notebook {
  z-index: 2;
}
.box-dispositivos .ipad {
  z-index: 3;
}
.box-dispositivos .iphone {
  z-index: 4;
}

/*===================================================================================*/
/*  DOWNLOADS                                                            			 */
/*===================================================================================*/

.box-download {
  padding: 18px;
  background-color: #f9f9f9;
  text-align: left;
  height: 120px;
  margin-bottom: 15px;
}
.box-download:hover {
  background-color: #fff;
}

.box-download .data {
  float: left;
  width: 74%;
}
.box-download .data .titulo {
  color: #14191d;
  font-size: 20px;
  font-family: "SignalCenterMedium", Arial, Helvetica, sans-serif;
  padding-bottom: 5px;
}
.box-download .data .descripcion {
  color: #74777f;
  font-size: 14px;
  padding-bottom: 5px;
  line-height: 16px;
  padding-right: 20px;
}

.box-download .fecha,
.box-download .icon {
  float: left;
  width: 13%;
  text-align: center;
  display: table;
  border-left: 1px dotted #ccc;
  height: 100%;
  font-size: 14px;
  color: #1a202c;
  font-family: "SignalCenterLight", Arial, Helvetica, sans-serif;
}

.box-download .fecha .cell,
.box-download .icon .cell {
  display: table-cell;
  vertical-align: middle;
}

/*===================================================================================*/
/*  CLIENTES                                                            			 */
/*===================================================================================*/

.detalle-estaciones {
  padding-bottom: 50px;
  overflow: hidden;
  display: none;
}

.detalle-estaciones .box-close {
  border-bottom: 1px solid #1c222e;
  padding-bottom: 20px;
  text-align: right;
  color: #fff;
  margin-bottom: 20px;
}

.detalle-estaciones .box-close img {
  cursor: pointer;
}

.detalle-estaciones .titulo-estaciones {
  padding: 10px 0px;
  text-align: center;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  font-size: 26px;
  color: #fff;
  margin-bottom: 20px;
}

.detalle-estaciones .contenedor-estaciones {
}

.detalle-estaciones .contenedor-estaciones ul {
  color: #b9babc;
  font-size: 12px;
}

.box-cliente {
  width: 245px;
  height: 190px;
  border-bottom: 1px solid #272b32;
  border-right: 1px solid #272b32;
  display: table;
  float: left;
}
.box-cliente.more:hover {
  background-image: url(../images/layout/clients-more.png);
  background-repeat: no-repeat;
  background-position: 190px 135px;
}

.box-cliente .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.box-cliente .cell:hover {
  opacity: 1;
}

.box-cliente img {
  cursor: default !important;
}

.box-cliente.c04,
.box-cliente.c08,
.box-cliente.c12 {
  border-right: none !important;
}

.box-cliente.c09,
.box-cliente.c10,
.box-cliente.c11,
.box-cliente.c12 {
  border-bottom: none !important;
}

.w100 {
  width: 100% !important;
}

.h100 {
  height: 100% !important;
}

/*===================================================================================*/
/*  SEPARDOR: HALLEY TANK                                                            */
/*===================================================================================*/

.nombre-producto {
  font-family: "SignalCenterLight", Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #fff;
  letter-spacing: -1px;
  padding-bottom: 6px;
}
.nombre-producto strong {
  font-family: "SignalCenterMedium", Arial, Helvetica, sans-serif;
  color: #fff;
}

.box-medidor {
  width: 33%;
  float: left;
  min-width: 265px;
  margin-bottom: 15px;
}
.medidor {
  width: 245px;
  height: 124px;
  position: relative;
  margin: 20px auto;
  cursor: pointer;
}

.medidor-01 {
  background: url(../images/layout/bg-tank-01.png) no-repeat center;
}
.medidor-02 {
  background: url(../images/layout/bg-tank-02.png) no-repeat center;
}
.medidor-03 {
  background: url(../images/layout/bg-tank-03.png) no-repeat center;
}

.aguja {
  position: absolute;
  bottom: -5px;
  left: 113px;
}

.litros {
  font-family: "SignalCenterMedium", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 6px 0px;
}

/*===================================================================================*/
/*  HOME PAGE                                                                        */
/*===================================================================================*/

.pattern-overlay {
  width: 100%;
  z-index: 2;
  height: 100%;
  background: url(../images/layout/slides-pattern.png) repeat-x top;
  position: absolute;
}

.pattern-overlay-brillo {
  width: 100%;
  z-index: 2;
  height: 100%;
  background: url(../images/layout/slide-pattern.png) repeat-x top center;
  position: absolute;
}

.box-titular {
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 5;
  width: 50%;
  margin-top: -35px;
  height: 70px;
}
.box-titular.centrado {
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 5;
  width: 100%;
  margin-top: -35px;
  height: 70px;
  text-align: center !important;
}
.box-titular.centrado .titulo {
  text-align: center !important;
}
.box-titular.centrado .line {
  display: none;
}
.box-titular.centrado .vermas {
  margin: 25px auto !important;
}

.box-titular .line {
  width: 40px;
  height: 2px;
  background-color: #46aab1;
  margin-bottom: 8px;
}
.box-titular .titulo {
  color: #46aab1;
  font-size: 56px;
  text-align: left;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  line-height: 52px;
  font-weight: 900;
}
.box-titular .vermas {
  /*margin-top:25px;
		height:51px;
		width:169px;
		background-image:url(../images/layout/btn-vermas.png);
		background-repeat:no-repeat;
		background-position:0px 0px;
		*/

  height: 54px;
  width: 169px;
  line-height: 50px;
  border: 2px solid #fff;
  padding: 0px 0px;
  text-align: center;
  font-size: 16px;
  font-family: "SignalCenterMedium", Arial, Helvetica, sans-serif;
  color: #fff;
  margin-top: 15px;
  cursor: pointer;
  text-decoration: none;
}

.box-titular .vermas:hover {
  background-color: #fff;
  color: #000;
}

.home-wrapper {
  width: 90%;
  margin: 0px auto;
  height: 100%;
  text-align: center;
  position: relative;
}

.home-content {
  width: 90%;
  display: table-cell;
  vertical-align: middle;
}

.home-wrapper .flex-control-nav {
  display: none !important;
}

.home-wrapper .slider-text {
  width: 90%;
  z-index: 1;
}

.home-wrapper .slider-text h1 {
  color: #fff;
  line-height: 1;
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 0px;
  padding: 30px 0;
  letter-spacing: 0.05em;
  text-shadow: rgba(0, 0, 0, 0.1);
}

.home-btn {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-top: 20px;
  width: 150px;
  height: 150px;
  line-height: 150px;
  display: inline-block;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  letter-spacing: 0.2em;

  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.home-btn:hover {
  color: #ffc600;
  border-color: #ffc600;
  background-color: rgba(255, 198, 0, 0.1);
}

/*===================================================================================*/
/*  PRODUCTO: HALLEY V2 / PUMP / TANK / FLEET                                                                           */
/*===================================================================================*/

.separador-to-top {
  height: 42px;
  background: url(../images/layout/bg-separador-top.png);
  margin: 35px 0px;
}
.separador-to-top .boton-to-top {
  height: 42px;
  cursor: pointer;
  width: 45px;
  background-position: 0px -42px;
  float: right;
}
.separador-to-top .boton-to-top:hover {
  background-position: 0px 0px;
}

.modulo-data {
  float: left;
  width: 480px;
  padding-top: 20px;
}
.modulo-data ul li {
  list-style-position: outside;
  padding: 3px 0px;
  font-size: 16px;
}

.bgHome-V2,
.bgHome-Fleet,
.bgHome-empleos,
.bgHome-empleoProgramador,
.bgHome-empleoSoporte,
.bgHome-Pump,
.bgHome-Tank {
  min-height: 500px;
  max-height: 680px;
  height: 75% !important;
}

.bgHome-V2 {
  background-image: url(../images/productos/banner_producto_v2_optimized.jpg);
  position: relative;
}

.bgHome-Fleet {
  background-image: url(../images/layout/bg-fleet.jpg);
  position: relative;
}
.bgHome-Fleet .box-titular .line {
  background-color: #eb4c30 !important;
}
.bgHome-Fleet .box-titular .titulo {
  color: #fff !important;
}

.bgHome-Pump {
  background-image: url(../images/layout/bg-pump.jpg);
  position: relative;
}
.bgHome-Pump .box-titular .line {
  background-color: #43bd87 !important;
}
.bgHome-Pump .box-titular .titulo {
  color: #fff !important;
}

.bgHome-empleoProgramador {
  background-image: url(../images/layout/bg-empleoProgramador.jpg);
  position: relative;
}

.bgHome-empleoProgramador .box-titular .line {
  background-color: #2cadb2 !important;
}
.bgHome-empleoProgramador .box-titular .titulo {
  color: #fff !important;
}

.bgHome-empleoSoporte {
  background-image: url(../images/layout/bg-empleos.jpg);
  position: relative;
}

.bgHome-empleoSoporte .box-titular .line {
  background-color: #2cadb2 !important;
}
.bgHome-empleoSoporte .box-titular .titulo {
  color: #fff !important;
}

.bgHome-empleos {
  background-image: url(../images/layout/bg-empleos.jpg);
  position: relative;
}
.bgHome-empleos .box-titular .line {
  background-color: #43bd87 !important;
}
.bgHome-empleos .box-titular .titulo {
  color: #fff !important;
}

.bgHome-Tank {
  background-image: url(../images/layout/bg-tank.jpg);
  position: relative;
}
.bgHome-Tank .box-titular .line {
  background-color: #d9cc09 !important;
}
.bgHome-Tank .box-titular .titulo {
  color: #fff !important;
}

.halleyv2 .modulo-titulo {
  width: 400px;
  margin-left: 30px;
  letter-spacing: -1px;
  float: left;
}
.halleyv2 .modulo-titulo .numero {
  font-family: "Titillium Regular", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 16px;
  font-weight: 400;
  color: #a5a5a5;
}
.halleyv2 .modulo-titulo .titulo {
  font-family: "Titillium Bold", Arial, Helvetica, sans-serif;
  font-size: 45px;
  font-weight: 700;
  color: #4ec4c7;
}
.halleyv2 .modulo-data ul li {
  list-style-image: url(../images/layout/bullet-producto-halleyv2.png);
}
.halleyv2 .boton-to-top {
  background-image: url(../images/layout/product-btn-top.png);
}
.halleyv2 .conoce-suite {
  border-color: #4ec4c7 !important;
  color: #4ec4c7 !important;
}
.halleyv2 .conoce-suite:hover {
  background-color: #4ec4c7 !important;
  color: #fff !important;
}

.halleyfleet .modulo-titulo {
  width: 400px;
  margin-left: 30px;
  letter-spacing: -1px;
  float: left;
}
.halleyfleet .modulo-titulo .numero {
  font-family: "Titillium Regular", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 16px;
  font-weight: 400;
  color: #a5a5a5;
}
.halleyfleet .modulo-titulo .titulo {
  font-family: "Titillium Bold", Arial, Helvetica, sans-serif;
  font-size: 45px;
  font-weight: 700;
  color: #eb4c30;
}
.halleyfleet .modulo-data ul li {
  list-style-image: url(../images/layout/bullet-producto-halleyfleet.png);
}
.halleyfleet .boton-to-top {
  background-image: url(../images/layout/product-btn-top-fleet.png);
}
.halleyfleet .conoce-suite {
  border-color: #eb4c30 !important;
  color: #eb4c30 !important;
}
.halleyfleet .conoce-suite:hover {
  background-color: #eb4c30 !important;
  color: #fff !important;
}

.halleypump .modulo-titulo {
  width: 400px;
  margin-left: 30px;
  letter-spacing: -1px;
  float: left;
}
.halleypump .modulo-titulo .numero {
  font-family: "Titillium Regular", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 16px;
  font-weight: 400;
  color: #a5a5a5;
}
.halleypump .modulo-titulo .titulo {
  font-family: "Titillium Bold", Arial, Helvetica, sans-serif;
  font-size: 45px;
  font-weight: 700;
  color: #43bd87;
}
.halleypump .modulo-data ul li {
  list-style-image: url(../images/layout/bullet-producto-halleypump.png);
}
.halleypump .boton-to-top {
  background-image: url(../images/layout/product-btn-top-pump.png);
}
.halleypump .conoce-suite {
  border-color: #43bd87 !important;
  color: #43bd87 !important;
}
.halleypump .conoce-suite:hover {
  background-color: #43bd87 !important;
  color: #fff !important;
}

#tituloSeccionVisionNegocio {
  font-size: 38px;
}

.halleytank .modulo-titulo {
  width: 100%;
  margin-left: 30px;
  letter-spacing: -1px;
  float: left;
}
.halleytank .modulo-titulo .numero {
  font-family: "Titillium Regular", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 16px;
  font-weight: 400;
  color: #a5a5a5;
}
.halleytank .modulo-titulo .titulo {
  font-family: "Titillium Bold", Arial, Helvetica, sans-serif;
  font-size: 45px;
  font-weight: 700;
  color: #d9cc09;
}
.halleytank .modulo-data ul li {
  list-style-image: url(../images/layout/bullet-producto-halleytank.png);
}
.halleytank .boton-to-top {
  background-image: url(../images/layout/product-btn-top-tank.png);
}
.halleytank .conoce-suite {
  border-color: #d9cc09 !important;
  color: #d9cc09 !important;
}
.halleytank .conoce-suite:hover {
  background-color: #d9cc09 !important;
  color: #fff !important;
}

.sub-nav.halleyv2 {
  background-image: url(../images/layout/bg-nav-halleyv2.png);
}
.sub-nav.halleyfleet {
  background-image: url(../images/layout/bg-nav-halleyfleet.png);
}
.sub-nav.halleypump {
  background-image: url(../images/layout/bg-nav-halleypump.png);
}
.sub-nav.halleytank {
  background-image: url(../images/layout/bg-nav-halleytank.png);
}

.menu-links {
  position: absolute;
  width: 445px;
  left: 50%;
  margin-left: -110px;
  height: 80px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.menu-links li a {
  opacity: 0.4;
}
.menu-links li a.current,
.menu-links li:hover a {
  opacity: 1 !important;
}

.pattern-overlay-brillo-producto {
  width: 100%;
  z-index: 2;
  height: 100%;
  background: url(../images/productos/pattern_reflect_product.png) repeat-x top center
    rgba(0, 0, 0, 0.1);
  position: absolute;
}

.productoGoDown {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
  opacity: 0.1;
  z-index: 4;
}

.goDown {
  bottom: 60px;
  position: absolute;
  text-align: center;
  width: 100%;
  opacity: 0.1;
  z-index: 4;
}

/*===================================================================================*/
/*  FOOTER                                                                           */
/*===================================================================================*/

#footer {
  color: #fff;
  font-size: 11px;
  padding: 40px 0;
  line-height: 14px;
  word-spacing: 5px;
  text-align: center;
  letter-spacing: 2px;
  background-color: #ffc600;

  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
}

#footer .logo {
  display: inline;
  float: left;
  height: auto;
}

#footer p {
  display: inline-block;
  margin-bottom: 0;
}

#footer .social {
  margin-bottom: 0;
  float: right;
}

#footer .social li {
  margin-bottom: 0;
}

#footer .social a {
  width: 30px;
  height: auto;
  line-height: 1;
  background-color: transparent;
}

.linkFooter,
.linkFooter:visited {
  font-size: 15px;
  color: #5f6367;
  line-height: 22px;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}

.linkFooter:hover {
  color: #14989a;
}

/*===================================================================================*/
/*  TITLES                                                                           */
/*===================================================================================*/

.titles .tituloPaginaProducto {
  color: #14191d;
  font-size: 45px;
  font-family: "Titillium Bold", Arial, Helvetica, sans-serif;
}
.descripcionPaginaProducto {
  color: #888888;
  text-align: center;
  font-size: 19px;
  line-height: 28px;
  width: 100%;
  margin: 0px auto;
}

.footerPaginaProducto {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #aaa;
  line-height: 18px;
}

.footerPaginaProducto img {
  display: block;
  margin-bottom: 20px;
}

.titles {
  width: 100%;
  max-width: 960px;
  text-align: center;
  margin-bottom: 50px;
  margin: 0 auto 35px auto;
}

.titles [class*="icon"] {
  color: #ffc600;
  display: block;
  font-size: 26px;
  margin-bottom: 20px;
}

.titles h2 {
  color: #2b2b2b;
  font-size: 45px;
  line-height: 1;
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 35px;
  font-family: "Titillium Web", sans-serif;
}

.titles h2.line:after {
  left: 50%;
  content: "";
  width: 4%;
  bottom: 0px;
  margin-left: -2%;
  position: absolute;
  border-bottom: 1px solid #46aab1;
}

.titles h2.line-producto:after {
  left: calc(50% - 20px);
  content: "";
  width: 40px;
  bottom: 0px;
  color: red !important;
  position: absolute;
  border-bottom: 1px solid #14191d;
}

.titles h3.line-producto:after {
  left: 50%;
  content: "";
  width: 4%;
  bottom: 0px;
  margin-left: -2%;
  position: absolute;
  border-bottom: 1px solid #14191d;
}

.titles h2.line-white:after {
  left: 50%;
  content: "";
  width: 4%;
  bottom: 0px;
  margin-left: -2%;
  position: absolute;
  border-bottom: 1px solid #fff;
}

.titles h2.line-gray:after {
  left: 50%;
  content: "";
  width: 4%;
  bottom: 0px;
  margin-left: -2%;
  position: absolute;
  border-bottom: 1px solid #14191d;
}

.titles h4 {
  color: #777;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.titles h4 span {
  color: #ffc600;
}

.titles-no-margin {
  margin-bottom: 0;
}

.titles-no-margin h2 {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.titles-no-margin h2:after {
  border-bottom: none;
}

/*===================================================================================*/
/*  CLIENTS                                                                         */
/*===================================================================================*/

.clients a {
  width: 32.814%;
  float: left;
  padding: 43px;
  margin-right: 1px;
  margin-left: 1px;
  margin-bottom: 2px;
  text-align: center;
  display: inline-block;
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.3);
}

.clients a:hover {
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.4);
}

/*===================================================================================*/
/*  CONTACT FORM                                                                     */
/*===================================================================================*/

.contact-form input[type="text"],
input[type="email"] {
  width: 100%;
}

.contact-form [class*="btn-"] {
  padding-left: 50px;
  padding-right: 50px;
}

/*===================================================================================*/
/*  BUTTON                                                                           */
/*===================================================================================*/

[class*="btn-"] {
  color: #3fa7ae;
  font-size: 16px;
  font-family: "SignalCenterMedium", Arial, Helvetica, sans-serif;
  padding: 9px 75px;
  margin: 0 5px 5px 0;
  display: inline-block;
  letter-spacing: 0px;
  text-decoration: none;
  border: 1px solid #3fa7ae;
  background-color: #15191d;
  text-align: center;
  width: 200px;
  height: 40px;
}
[class*="btn-"]:hover {
  background-color: #3fa7ae;
  color: #15191d;
}

/*
         * Button size
         */

[class*="btn-"].small {
  font-size: 11px;
  font-weight: 400;
  padding: 10px 15px;
}

[class*="btn-"].large {
  font-size: 12px;
  padding: 18px 35px;
}

/*
         * Button blue
         */

.btn-blue {
  background-color: #3dc0f1;
}
.btn-blue:hover {
  background-color: #64cbf4;
}

/*
         * Button red
         */

.btn-red {
  background-color: #e74c3c;
}
.btn-red:hover {
  background-color: #f26d5e;
}

/*
         * Button yellow
         */

.btn-yellow {
  background-color: #ffc600;
}
.btn-yellow:hover {
  background-color: #fed73f;
}

/*
         * Button dark
         */

.btn-dark {
  background-color: #444;
}
.btn-dark:hover {
  background-color: #555;
}

.show-grid {
  margin-bottom: 20px !important;
}

.show-grid [class*="span"] {
  background-color: #f8f8f8;
  line-height: 50px;
  min-height: 50px;
  text-align: center;
  border: 1px solid #efefef;
  margin-bottom: 2em;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.layer-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #15191d;
  z-index: 999999999;
}
.loading-porcentaje {
  position: absolute;
  top: 50%;
  margin-top: -80px;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  font-size: 130px;
  color: #5f6367;
  text-align: center;
  width: 100%;
  letter-spacing: -6px;
  z-index: 99999;
}

.footer-social {
  text-align: center;
  color: #373a3f;
  font-size: 26px;
  background-color: #15191d;
  margin-bottom: 70px;
}

.footer-social i {
  margin: 0 10px 0 10px;
}

.footer-social i:hover {
  color: #f4f4f4;
  transition: all 1s;
}

.footer-social a {
  color: #373a3f;
}

/*===================================================================================*/
/* SECCION EMPLEO                                                                   */
/*===================================================================================*/

#tituloQueOfrecemos {
  color: #46aab1;
  font-size: 45px;
  line-height: 45px;
}

.containerEmpleo {
  font-family: "Titillium Regular", Arial, Helvetica, sans-serif;
  color: #888888;
  max-width: 85% !important;
}

.separador-to-top2 {
  height: 42px;
  background: url(../images/layout/bg-separador-top.png);
  margin: 15px 0px;
  margin-bottom: 20px;
}

.formEmpleado label {
  display: block;
  margin-bottom: 10px;
  color: #888888;
}

.empleoSoporte-lineProducto:after {
  left: calc(50% - 20px);
  top: 70px;
  content: "";
  width: 40px;
  bottom: 0px;
  box-sizing: border-box;

  position: absolute;
  border-bottom: 1px solid #219099;
}

.empleoSoporte-lineProductoTitulo {
  line-height: 50px !important;
  color: #14191d !important;
  font-size: 45px !important;
  font-family: "Titillium Bold", Arial, Helvetica, sans-serif;
}

.empleoSoporte-lineProductoTitulo:after {
  left: calc(50% - 20px);
  top: 70px;
  content: "";
  width: 40px;
  bottom: 0px;
  box-sizing: border-box;
  position: absolute;
  border-bottom: 1px solid black;
}

.formEmpleado input[type="file"] {
  margin-bottom: 10px;
}

.formEmpleado input[type="email"] {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: gray;
  border: solid #e6e9e9 1px;
}

.formEmpleado input[type="text"] {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: gray;
  border: solid #e6e9e9 1px;
}

.formEmpleado textarea {
  background-color: white;
  color: gray;
  font-size: 18px;
  resize: none;
  border: solid #e6e9e9 1px;
}

.formEmpleado input {
  border: solid gray 1px;
  width: 100%;
  padding: 6px;
  background-color: white;
  color: #888888;
}

.verdeHalley {
  color: #46aab1 !important;
}

.asterisco {
  color: #46aab1 !important;
  font-weight: bold;
}

#separador-visionNegocio .container {
  padding-top: 50px;
}

#separador-visionNegocio .container .titles {
  margin-bottom: 30px;
}

#separador-visionNegocio .container h1 {
  font-size: 38px;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .formEmpleado {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 576px) and (max-width: 768px) {
  .formEmpleado {
    padding-left: 10%;
    padding-right: 10%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 992px) {
  .formEmpleado {
    padding-left: 23%;
    padding-right: 23%;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 992px) and (max-width: 1920px) {
  .formEmpleado {
    padding-left: 25%;
    padding-right: 25%;
  }
}

/* Ocultar texto para SEO */
#oculto {
  position: absolute;
  top: -600px;
  left: -600px;
}

.btn-enviar {
  width: 304px !important;
}
