.transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  display: table;
  margin: 0 auto;
}
.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flex-container-just {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-container-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
/* normalize */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
header.header {
  left: 0;
  width: 100%;
  z-index: 9;
}
header.header .pre-menu-mobile {
  display: none;
}
header.header nav {
  position: relative;
  margin: 0 auto;
  font-size: 75%;
}
.logo {
  float: left !important;
  background: url(../images/logo.png);
  position: relative;
}
.logo a {
  color: transparent !important;
  display: inline-block;
  height: 100%;
  width: 100%;
}
#menu {
  position: relative;
}
#menu .rrss-header {
  position: absolute;
  left: 75px;
  top: 0;
}
#menu .rrss-header ul {
  padding-top: 28px;
}
#menu .rrss-header ul li {
  display: inline-block;
}
#menu .rrss-header ul li img {
  width: 26px;
}
#menu .mail-lang {
  position: absolute;
  top: 0;
  right: 42px;
  padding-top: 30px;
}
#menu .mail-lang p {
  float: left;
  margin-right: 9px;
}
#menu .mail-lang p a:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url(../images/icon-mail-header.png);
  margin-right: 6px;
}
#cssmenu:after,
#cssmenu > ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
#cssmenu #head-mobile {
  display: none;
}
#cssmenu {
  display: inline-block;
  float: right;
  text-align: center;
}
#cssmenu > ul {
  padding-top: 35px;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  #cssmenu ul .menu-item-has-children {
    position: relative;
  }
  #cssmenu ul .menu-item-has-children a {
    cursor: pointer;
    pointer-events: none;
  }
  #cssmenu ul .menu-item-has-children:hover .sub-menu {
    left: auto !important;
    transition: all .7s;
    visibility: visible;
    max-height: 500px;
  }
  #cssmenu ul .menu-item-has-children .sub-menu {
    background: #fff;
    border-radius: 10px;
    left: -9999px;
    position: absolute;
    top: 40px;
    transition: all .7s;
    width: 220px;
    z-index: 99;
    max-height: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-box-shadow: -1px 7px 33px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 7px 33px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 7px 33px 0px rgba(0, 0, 0, 0.75);
  }
  #cssmenu ul .menu-item-has-children .sub-menu:before {
    border: 12px solid transparent;
    content: '';
    border-bottom-color: #fff;
    left: 14%;
    margin-left: -12px;
    position: absolute;
    top: -22px;
  }
  #cssmenu ul .menu-item-has-children .sub-menu li {
    background: none;
    display: block;
    text-align: left;
  }
  #cssmenu ul .menu-item-has-children .sub-menu li:first-child a {
    padding-top: 14px;
    border-radius: 10px 10px 0 0;
  }
  #cssmenu ul .menu-item-has-children .sub-menu li:last-child a {
    padding-bottom: 16px;
    border-radius: 0 0 10px 10px;
  }
  #cssmenu ul .menu-item-has-children .sub-menu li a {
    cursor: pointer;
    font-size: 14px;
    padding: 12px 20px;
    pointer-events: all;
    text-transform: inherit;
    border: none;
    display: inline-block;
    width: 100%;
    transition: all .5s;
  }
}
#cssmenu > ul > li {
  display: inline-block;
  margin: 0 10px;
}
#cssmenu > ul > li.current_page_item a {
  color: #0280bd;
}
#cssmenu > ul > li a {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #727272;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 10px;
  letter-spacing: 1px;
}
#cssmenu > ul > li.logo a,
#cssmenu > ul > li.productos-menu a,
#cssmenu > ul > li:last-child a {
  border: none;
}
#cssmenu > ul > li.productos-menu a {
  padding-right: 0;
}
#cssmenu > ul > li.nutricion-menu a {
  padding-left: 0;
}
.border-rounded-resp {
  display: none;
}
@media screen and (min-width: 992px) {
  #menu {
    display: block !important;
  }
}
@media screen and (max-width: 992px) {
  /* Header */
  .pre-menu-mobile {
    display: block !important;
    padding: 10px;
    background: #fff;
  }
  .pre-menu-mobile .logo {
    max-width: 150px;
  }
  .pre-menu-mobile .btn-menu {
    position: absolute;
    cursor: pointer;
    height: 40px;
    right: 20px;
    top: 30px;
    width: 30px;
    z-index: 9;
  }
  .pre-menu-mobile .btn-menu:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 5px;
    width: 100%;
    background: #232f3f;
    content: '';
  }
  .pre-menu-mobile .btn-menu:after {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    height: 5px;
    width: 100%;
    border-top: 5px solid #232f3f;
    border-bottom: 5px solid #232f3f;
    content: '';
  }
  .pre-menu-mobile article.logo-mobile {
    max-width: 200px;
  }
  #menu {
    background: #232f3f;
    display: none;
  }
  #menu #cssmenu > ul {
    padding-top: 0;
    margin-left: 0;
    display: block;
  }
  #menu #cssmenu > ul > li {
    display: block;
  }
  #menu #cssmenu > ul > li a {
    font-size: 20px;
    color: #fff;
    border: none;
    padding: 15px 10px;
    display: block;
  }
  #menu #cssmenu > ul > li ul li a {
    font-size: 15px;
    color: #fff;
    padding: 12px 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.58);
    display: block;
  }
  #menu #cssmenu > ul .menu-item-has-children ul {
    display: none;
  }
  #menu .logo {
    display: none !important;
  }
  #menu .rrss-header {
    display: block !important;
    position: inherit;
    left: inherit !important;
    padding-top: 25px;
  }
  #menu .rrss-header ul {
    text-align: center;
    padding-top: 0;
  }
  #menu .mail-lang {
    position: inherit;
    right: inherit !important;
    padding: 20px 0 15px 0;
  }
  #menu .mail-lang p {
    text-align: center;
    float: none;
    margin-right: 0 !important;
  }
  #menu .mail-lang p a {
    font-size: 18px !important;
    color: #fff;
    width: auto !important;
    height: auto !important;
    margin-right: 0 !important;
  }
  #menu .mail-lang p a:before {
    display: none;
  }
  #menu .mail-lang #lang_sel {
    display: none;
  }
}
.cont-menu.open + .border-rounded-resp {
  display: block;
}
/* Grid system */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* Slider */
.slider-home {
  width: 100%;
  overflow-x: hidden;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 5px;
}
.slick-dots li:before {
  width: 40px;
  z-index: 0;
  border-top: 20px solid white;
  position: absolute;
  top: 12px;
  left: 20px;
  content: "";
}
.slick-dots li:last-child:before {
  border-top: 0;
}
.slick-dots li button {
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: white;
  border: 6px solid white;
  color: #cccccc;
  font-weight: 900;
  height: 35px;
  text-align: center;
  width: 35px;
  z-index: 1;
}
.slick-dots li button:hover {
  background: #0280bd;
  color: white;
}
.slick-dots li.slick-active button {
  background: #0280bd;
  color: white;
}
/* theme */
.btn {
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: white;
  padding: 8px 25px;
}
.btn.btn-blue {
  background: #0280bd;
}
.btn.btn-blue:hover {
  background: #015e8b;
}
.btn.btn-yellow {
  background: #f3a434;
}
.btn.btn-yellow:hover {
  background: #e68d0e;
}
.mod-img-cabecera {
  padding: 60px 0 150px;
  text-align: center;
}
.mod-img-cabecera.img-servicios {
  background: url('../images/bg-servicios.jpg') center no-repeat;
  background-size: cover;
}
.mod-img-cabecera.img-servicios .title {
  line-height: 1;
  margin: 100px auto 0;
  max-width: 540px;
}
.mod-img-cabecera.img-servicios .title > * {
  display: block;
}
.mod-img-cabecera.img-servicios .title span {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 100;
}
.mod-img-cabecera.img-servicios .title strong {
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: 900;
}
.mod-img-cabecera.img-gestion {
  position: relative;
  background: url('../images/bg-gestion-aguas.jpg') center no-repeat;
  background-size: cover;
  min-height: 600px;
}
.mod-img-cabecera.img-gestion .title {
  line-height: 1;
  text-align: left;
}
.mod-img-cabecera.img-gestion .title > * {
  display: block;
}
.mod-img-cabecera.img-gestion .title span {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 100;
}
.mod-img-cabecera.img-gestion .title strong {
  font-size: 80px;
  font-size: 5rem;
  font-weight: 900;
}
.mod-img-cabecera.img-gestion:after {
  position: absolute;
  float: left;
  width: 100%;
  background: url('../images/ondas-white-top.png') center repeat-x;
  bottom: 0px;
  content: "";
  height: 60px;
  left: 0;
}
.mod-img-cabecera.img-software {
  position: relative;
  background: url('../images/bg-software.jpg') center no-repeat;
  background-size: cover;
  min-height: 600px;
}
.mod-img-cabecera.img-software:after {
  position: absolute;
  float: left;
  width: 100%;
  background: url('../images/ondas-white-top.png') center repeat-x;
  bottom: 0px;
  content: "";
  height: 60px;
  left: 0;
}
.mod-img-cabecera.img-software .title {
  color: white;
  line-height: 1;
  text-align: left;
}
.mod-img-cabecera.img-software .title > * {
  display: block;
}
.mod-img-cabecera.img-software .title span {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 100;
}
.mod-img-cabecera.img-software .title strong {
  font-size: 90px;
  font-size: 5.625rem;
  font-weight: 900;
}
.mod-img-cabecera.img-software p {
  font-size: 19px;
  font-size: 1.1875rem;
  color: white;
  font-weight: 100;
  max-width: 435px;
  text-align: left;
}
.mod-content.mod-generica {
  padding-top: 0;
}
/* header */
#menu {
  padding: 20px;
}
#menu .acceso {
  font-size: 19px;
  font-size: 1.1875rem;
  color: #727272;
  float: right;
  margin: 25px 0 0 20px;
  padding: 5px 0 5px 40px;
  background: url('../images/acceso-usuarios.png') center left no-repeat;
}
#menu .acceso:hover {
  color: #0280bd;
}
#menu .tel {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #f3a434 url('../images/telefono.png') 10px center no-repeat;
  color: white;
  float: right;
  margin: 25px 0 0 30px;
  padding: 5px 15px 5px 35px;
}
#menu .tel:hover {
  background: #e68d0e url('../images/telefono.png') 10px center no-repeat;
}
/* footer */
footer.footer {
  background: #0280bd;
  color: white;
  padding: 30px 0;
}
footer.footer * {
  color: white;
}
footer.footer p.cont {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
footer.footer p.cont a:before {
  position: relative;
  margin-right: 3px;
  top: 2px;
}
footer.footer p.cont .tel:before {
  content: url('../images/f-tel.png');
}
footer.footer p.cont .mv {
  margin-left: 6px;
}
footer.footer p.cont .mv:before {
  content: url('../images/f-mv.png');
}
footer.footer p.legal {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 100;
}
footer.footer .rrss img {
  max-width: 25px;
}
/* home */
.mod-info {
  background: url('../images/bg-home.jpg') center bottom no-repeat;
  background-size: cover;
  padding: 100px 0 150px;
}
.mod-info .title {
  color: white;
  margin-bottom: 50px;
  line-height: 0.9;
}
.mod-info .title span {
  font-size: 52px;
  font-size: 3.25rem;
  display: block;
  font-weight: 100;
}
.mod-info .title strong {
  font-size: 94px;
  font-size: 5.875rem;
  font-weight: 800;
}
.mod-info .mod-form {
  float: left !important;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #232f3f;
  max-width: 374px;
  padding: 20px;
}
.mod-info .mod-form header {
  color: white;
  margin-bottom: 20px;
  text-align: center;
}
.mod-info .mod-form header > * {
  display: block;
}
.mod-info .mod-form header strong {
  font-size: 24px;
  font-size: 1.5rem;
}
.mod-info .mod-form header span {
  font-size: 17px;
  font-size: 1.0625rem;
}
.mod-info .mod-form form input {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.mod-info .mod-form form input[type="submit"] {
  float: left;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #f3a434;
  border: 0;
  color: white;
  text-align: center;
  padding: 7px;
}
.mod-info .mod-form form input[type="submit"]:hover {
  background: #e68d0e;
}
.mod-info .mod-form form label {
  color: white;
}
.mod-info .mod-form form label span {
  margin-right: 5px;
}
.mod-info .mod-form form label a {
  color: white;
  text-decoration: underline;
}
.mod-chaac {
  background: url('../images/mosaico.png') repeat center;
  color: white;
  margin-bottom: 50px;
  padding: 80px 0;
}
.mod-chaac * {
  color: white;
}
.mod-chaac:after {
  position: relative;
  float: left;
  width: 100%;
  background: url('../images/onda-bottom.jpg') center bottom no-repeat;
  content: "";
  min-height: 60px;
  bottom: -82px;
}
.mod-chaac .title {
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: 40px;
}
.mod-chaac p {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 100;
  line-height: 1.5;
  margin-bottom: 110px;
}
.mod-chaac .listado .item {
  position: relative;
  margin-bottom: 70px;
}
.mod-chaac .listado .item:before {
  position: absolute;
  float: left;
  width: 100%;
  text-align: center;
  left: 0;
  font-size: 72px;
  font-size: 4.5rem;
  color: #0280bd;
  top: -35px;
  z-index: 0;
  font-weight: 900;
}
.mod-chaac .listado .item span {
  font-size: 21px;
  font-size: 1.3125rem;
  position: relative;
  font-weight: 900;
  z-index: 1;
}
.mod-chaac .listado .list-1:before {
  content: "1.";
}
.mod-chaac .listado .list-2:before {
  content: "2.";
}
.mod-chaac .listado .list-3:before {
  content: "3.";
}
.mod-chaac .listado .list-4:before {
  content: "4.";
}
.mod-chaac .listado .list-5:before {
  content: "5.";
}
.mod-chaac .listado .list-6:before {
  content: "6.";
}
.mod-chaac .listado .list-7:before {
  content: "7.";
}
.mod-chaac .listado .list-8:before {
  content: "8.";
}
.mod-software {
  padding-top: 140px;
}
.mod-software .title {
  font-size: 42px;
  font-size: 2.625rem;
  text-align: center;
  float: left;
  width: 100%;
  color: #232f3f;
  margin-bottom: 20px;
}
.mod-software p {
  font-size: 18px;
  font-size: 1.125rem;
  float: left;
  width: 100%;
  color: #a7b0b9;
  line-height: 1.8;
  margin: 10px 0 50px 0;
}
.mod-software ul,
.mod-software li {
  font-size: 18px;
  font-size: 1.125rem;
  color: #232f3f;
  font-weight: 100;
}
.mod-software ul {
  padding-left: 0;
}
.mod-software ul li {
  background: url('../images/gota.png') left 3px no-repeat;
  margin-bottom: 12px;
  padding-left: 20px;
}
.mod-software .container {
  max-width: 1210px;
  padding: 100px 0 0;
}
.mod-software .container:before {
  position: relative;
  background: url('../images/soft-top.png') top center no-repeat;
  background-size: contain;
  content: "";
  min-height: 123px;
  top: -120px;
  width: 100%;
  float: left;
}
.mod-software .container:after {
  position: relative;
  background: url('../images/soft-bottom.png') bottom center no-repeat;
  background-size: contain;
  content: "";
  float: left;
  min-height: 123px;
  top: -130px;
  width: 100%;
}
.mod-software .container > .total {
  background: url('../images/soft-center.png') center repeat-y;
  background-size: contain;
  padding: 0 140px;
  position: relative;
  top: -125px;
}
.mod-servicios .container > .title {
  font-size: 52px;
  font-size: 3.25rem;
  color: #e1e6eb;
  font-weight: 800;
  margin-bottom: 40px;
}
.mod-servicios .color {
  position: relative;
}
.mod-servicios .color:before {
  width: 150px;
  height: 85%;
  content: "";
  position: absolute;
  left: 35px;
  top: 50px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,f0f4f7+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #f0f4f7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #f0f4f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #f0f4f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#f0f4f7', GradientType=1);
  /* IE6-9 */
}
.mod-servicios .item {
  margin-bottom: 60px;
}
.mod-servicios .item .thumb {
  position: relative;
  top: -30px;
}
.mod-servicios .item .thumb img {
  float: right !important;
  margin-top: 15px;
  max-width: 215px;
}
.mod-servicios .item .title {
  font-size: 28px;
  font-size: 1.75rem;
  color: #477eb9;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 20px;
}
.mod-servicios .item p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #232f3f;
  font-weight: 100;
  margin-bottom: 30px;
}
.mod-servicios .item .text {
  float: right !important;
}
.mod-cifras {
  background: url('../images/bg-cifras.jpg') center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.mod-cifras.arrow > .container:before {
  content: url('../images/arrow-down2.png');
  position: relative;
  top: -160px;
}
.mod-cifras:before {
  position: relative;
  float: left;
  width: 100%;
  background: url('../images/ondas-white-bottom.png') top center repeat-x;
  content: "";
  height: 60px;
  top: -102px;
}
.mod-cifras > .container > .title {
  font-size: 52px;
  font-size: 3.25rem;
  color: white;
}
.mod-cifras .item {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}
.mod-cifras .item .title {
  float: left;
  width: 100%;
  color: white;
  font-size: 24px;
  font-size: 1.5rem;
}
.mod-cifras .item .title * {
  display: block;
}
.mod-cifras .item .title span {
  font-weight: 100;
}
.mod-cifras .item .title strong {
  font-weight: 600;
}
.mod-noticias {
  background: #232f3f url('../images/bg-news.jpg') center top no-repeat;
  padding: 30px 0 100px;
}
.mod-noticias .container > .title {
  font-size: 52px;
  font-size: 3.25rem;
  color: white;
  margin-bottom: 30px;
  text-align: center;
}
.mod-noticias .item {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.mod-noticias .item .thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 13px solid white;
  max-width: 215px;
  float: right;
}
.mod-noticias .item .title {
  font-size: 30px;
  font-size: 1.875rem;
  color: #0280bd;
  margin: 30px 0;
}
.mod-noticias .item .title a {
  color: #0280bd;
}
.mod-noticias .item p {
  font-size: 18px;
  font-size: 1.125rem;
  color: white;
}
.mod-noticias:before {
  float: left;
  width: 100%;
  height: 34px;
  background: url('../images/ondas-top.png') center top repeat-x;
  content: "";
  position: relative;
  top: -64px;
}
/* servicios */
.mod-content.mod-servicios {
  padding: 0;
}
.mod-content.mod-servicios .item {
  margin-bottom: 0;
}
.item.item-asesoramiento-derecho .img-icono {
  background: url('../images/s-bg-asesoramiento-derecho.jpg') center no-repeat;
  background-size: cover;
}
.item.item-asesoramiento-constitucional .img-icono {
  background: url('../images/s-bg-asesoramiento-constitucional.jpg') center no-repeat;
  background-size: cover;
}
.item.item-asistencia .img-icono {
  background: url('../images/s-bg-asistencia.jpg') center no-repeat;
  background-size: cover;
}
.item.item-recaudacion .img-icono {
  background: url('../images/s-bg-recaudacion.jpg') center no-repeat;
  background-size: cover;
}
.item.item-recaudacion-ejecutiva .img-icono {
  background: url('../images/s-bg-recaudacion-ejecutiva.jpg') center no-repeat;
  background-size: cover;
}
.item .img-icono {
  position: relative;
}
.item .img-icono:nth-child(odd):after {
  content: "";
  background: url(../images/s-onda.png) center repeat-x;
  background-size: 61px 100%;
  width: 61px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.item .img-icono:nth-child(even):after {
  content: "";
  background: url(../images/s-onda-y.png) center repeat-x;
  background-size: 61px 100%;
  width: 61px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.item .title {
  color: #0280bd;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 20px;
  text-align: left;
}
.item p {
  font-size: 23px;
  font-size: 1.4375rem;
  color: #232f3f;
  font-weight: 100;
  text-align: left;
}
.block {
  text-align: center;
}
.block:before {
  content: '\200B';
  /*   content: '';
  margin-left: -0.25em; */
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.centered {
  display: inline-block;
  vertical-align: middle;
  width: 650px;
  padding: 80px 15px;
}
.icono {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  padding: 10px 15px;
}
.mod-saber-mas {
  background: url('../images/bg-saber-mas.jpg') center no-repeat;
  background-size: cover;
  padding: 150px 0;
}
.mod-saber-mas .title {
  font-size: 55px;
  font-size: 3.4375rem;
  color: #232f3f;
}
.mod-saber-mas p {
  font-size: 30px;
  font-size: 1.875rem;
  color: #232f3f;
  font-weight: 100;
  margin-bottom: 50px;
  max-width: 565px;
}
/* gestion */
.mod-gestion {
  background: url('../images/bg-white-gestion-agua.png') right bottom no-repeat;
  background-size: 70%;
}
.mod-content {
  padding: 100px 0;
}
.mod-content .title {
  font-size: 50px;
  font-size: 3.125rem;
  color: #0280bd;
  margin-bottom: 25px;
}
.mod-content p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #232f3f;
  font-weight: 100;
  margin-bottom: 25px;
}
.mod-content ul,
.mod-content li {
  font-size: 20px;
  font-size: 1.25rem;
  color: #232f3f;
  font-weight: 500;
}
.mod-content ul {
  padding-left: 0;
  margin-top: 50px;
}
.mod-content ul li {
  background: url('../images/gota.png') left 3px no-repeat;
  margin-bottom: 8px;
  padding-left: 20px;
  width: 50%;
  float: left !important;
}
.mod-content .mas {
  float: left !important;
  margin-top: 50px;
}
/* contacto */
.mod-contacto {
  background: url('../images/bg-contacto.jpg') center top no-repeat;
  background-size: cover;
  padding: 30px 0 150px;
}
.mod-contacto .mod-header {
  margin-bottom: 80px;
}
.mod-contacto .mod-header .title {
  font-size: 50px;
  font-size: 3.125rem;
  color: #232f3f;
  margin-bottom: 0;
}
.mod-contacto .mod-header .subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  color: #5c6774;
  font-weight: 100;
}
.mod-contacto form label {
  font-size: 18px;
  font-size: 1.125rem;
  color: white;
  font-weight: 600;
}
.mod-contacto form input[type="submit"] {
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: white;
  padding: 8px 25px;
  background: #f3a434;
  border: 0;
  font-size: 21px;
  font-size: 1.3125rem;
}
.mod-contacto form input[type="submit"].btn-blue {
  background: #0280bd;
}
.mod-contacto form input[type="submit"].btn-blue:hover {
  background: #015e8b;
}
.mod-contacto form input[type="submit"].btn-yellow {
  background: #f3a434;
}
.mod-contacto form input[type="submit"].btn-yellow:hover {
  background: #e68d0e;
}
.mod-contacto form input[type="submit"]:hover {
  background: #e68d0e;
}
.mod-contacto form .checkbox {
  margin-right: 5px;
}
.mod-agua {
  background: url('../images/pixel-blue.png') center repeat;
}
.mod-agua:before {
  content: "";
  float: left;
  width: 100%;
  height: 60px;
  background: url('../images/ondas-blue-top.png') center repeat-x;
  position: relative;
  top: -60px;
}
.mod-agua > .container .total {
  background: url('../images/mapa.png') top right no-repeat;
  padding: 0px 0 150px;
}
.mod-agua > .container .total .title {
  font-size: 70px;
  font-size: 4.375rem;
  color: #0280bd;
  line-height: 1;
  margin: 25px 0;
}
.mod-agua > .container .total p {
  font-size: 24px;
  font-size: 1.5rem;
  color: #e1e6eb;
}
/* software */
.mod-software-gen {
  padding-top: 50px;
}
.mod-software-gen .title.gris {
  color: #e1e6eb;
  font-size: 64px;
  font-size: 4rem;
}
.mod-software-gen p {
  float: none;
  margin: 0 auto 60px;
  max-width: 900px;
}
.mod-gestion-global header {
  max-width: 300px;
  margin: 0 auto;
}
.mod-gestion-global header .title {
  font-size: 22px;
  font-size: 1.375rem;
  color: #a7b0b9;
  font-weight: 400;
  margin-bottom: 20px;
}
.mod-gestion-global header:after {
  background: #f2f5f8;
  content: "";
  height: 30px;
  left: -145px;
  top: 0px;
  float: right !important;
  position: relative;
  width: 10px;
}
.mod-gestion-global .mod-modulos .items {
  position: relative;
}
.mod-gestion-global .mod-modulos .items:before {
  position: absolute;
  float: left;
  width: 100%;
  content: url('../images/bg-barras.png');
  display: table;
  left: 9px;
  margin: 0 auto;
  top: 0;
}
.mod-gestion-global .mod-modulos .items .item {
  position: relative;
  padding: 80px 70px 30px;
}
.mod-gestion-global .mod-modulos .items .item:first-child:before {
  background: #f2f5f8;
  content: "";
  height: 90%;
  right: -5px;
  top: 44px;
  float: right !important;
  position: absolute;
  width: 10px;
}
.mod-gestion-global .mod-modulos .items .item .title {
  font-size: 36px;
  font-size: 2.25rem;
  color: #232f3f;
  text-align: center;
}
.mod-gestion-global .mod-modulos .items .item p {
  text-align: center;
}
.mod-gestion-global footer {
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
}
.mod-gestion-global footer:before {
  content: url('../images/gota-gris.png');
  position: relative;
  top: -20px;
  left: 0px;
}
.mod-personal-especializado {
  background: url('../images/bg-personal-especializado.jpg') center no-repeat;
  background-size: cover;
  padding: 10px 0 50px 0;
}
.mod-personal-especializado * {
  color: white;
}
.mod-personal-especializado > .container:before {
  content: url('../images/arrow-down2.png');
  position: relative;
  top: -80px;
}
.mod-personal-especializado .title {
  font-size: 64px;
  font-size: 4rem;
  margin-bottom: 15px;
}
.mod-personal-especializado p {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 auto 40px;
  max-width: 975px;
}
.mod-personal-especializado:before {
  float: left;
  width: 100%;
  background: url('../images/ondas-white.png') top center repeat-x;
  content: "";
  height: 45px;
  position: relative;
  top: -20px;
}
.mod-personal-especializado:after {
  float: left;
  width: 100%;
  background: url('../images/ondas-blue-top.png') top center repeat-x;
  content: "";
  height: 60px;
  position: relative;
  bottom: -60px;
}
.mod-caracteristicas {
  background: url('../images/pixel-blue.png') center repeat;
}
.mod-caracteristicas ul {
  max-width: 930px;
  margin: 0 auto;
}
.mod-caracteristicas ul li {
  color: white;
  font-weight: 100;
  padding: 0 35px 0 25px;
}
.mod-caracteristicas .thumb-software {
  display: table;
  float: none;
  margin: 0 auto;
}
/* blog */
.mod-blog.mod-content {
  padding-top: 50px;
}
.mod-blog.mod-content .mod-list .mod-header {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #7f7f7f;
  margin-bottom: 30px;
}
.mod-blog.mod-content .mod-list .mod-header .cat {
  font-weight: 600;
}
.mod-blog.mod-content .mod-list .mod-header a {
  color: #7f7f7f;
}
.mod-blog.mod-content .mod-list .title-border {
  font-size: 21px;
  font-size: 1.3125rem;
  border-bottom: 2px solid #7d8b98;
  color: #7d8b98;
  margin-top: 0;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.mod-blog.mod-content .mod-list .item .thumb {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.mod-blog.mod-content .mod-list .item .title {
  font-size: 28px;
  font-size: 1.75rem;
  color: #0280bd;
  line-height: 1.3;
  margin-bottom: 6px;
}
.mod-blog.mod-content .mod-list .item .title a {
  color: #0280bd;
}
.mod-blog.mod-content .mod-list .item p {
  font-size: 18px;
  font-size: 1.125rem;
}
.mod-blog.mod-content .mod-list .item p.cat {
  font-size: 14px;
  font-size: 0.875rem;
  color: #cbd2d8;
  margin-bottom: 5px;
}
.mod-blog.mod-content .mod-list .item p.cat a {
  color: #cbd2d8;
}
aside.mod-aside-blog .widget {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
aside.mod-aside-blog .widget .widgettitle {
  font-size: 21px;
  font-size: 1.3125rem;
  float: left;
  width: 100%;
  border-bottom: 2px solid #e1e6eb;
  color: #0280bd;
  margin-bottom: 15px;
  padding-bottom: 4px;
  text-transform: uppercase;
}
aside.mod-aside-blog .widget ul li {
  font-size: 18px;
  font-size: 1.125rem;
  float: left;
  width: 100%;
  background: url('../images/drop.png') left 3px no-repeat;
  color: #7d8b98;
  font-weight: 600;
}
aside.mod-aside-blog .widget ul li a {
  color: #7d8b98;
  font-weight: 100;
}
.blog-single .title {
  margin-top: 0;
  font-size: 30px;
  font-size: 1.875rem;
  color: #0280bd;
}
.blog-single p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #7d8b98;
  line-height: 1.4;
  margin-bottom: 25px;
}
#respond h2 {
  color: #0280bd;
  margin-bottom: 15px;
}
#respond input[type="submit"] {
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: white;
  padding: 8px 25px;
  background: #f3a434;
  font-size: 16px;
  font-size: 1rem;
  border: 0;
  text-transform: uppercase;
}
#respond input[type="submit"].btn-blue {
  background: #0280bd;
}
#respond input[type="submit"].btn-blue:hover {
  background: #015e8b;
}
#respond input[type="submit"].btn-yellow {
  background: #f3a434;
}
#respond input[type="submit"].btn-yellow:hover {
  background: #e68d0e;
}
#respond input[type="submit"]:hover {
  background: #e68d0e;
}
#respond form input[type="text"],
#respond form textarea {
  background: #eff3f6;
  border: 1px solid #7d8b98;
}
/* commons */
html {
  font-family: 'Open Sans', sans-serif;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
html body {
  width: 100%;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
a {
  color: #232f3f;
}
img {
  max-width: 100%;
  height: auto;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.total {
  float: left;
  width: 100%;
}
ul,
li {
  list-style-type: none;
  padding-left: 0;
}
.right,
.alignright {
  float: right !important;
}
.left,
.alignleft {
  float: left !important;
}
.p0 {
  padding-left: 0;
  padding-right: 0;
}
.pl0 {
  padding-left: 0;
}
.pr0 {
  padding-right: 0;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
img {
  max-width: 100%;
}
form input[type="text"],
form input[type="tel"],
form input[type="email"],
form textarea {
  float: left;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 6px;
  margin-bottom: 20px;
}
form textarea {
  max-height: 100px;
}
form label {
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: left;
  color: #666666;
  float: left !important;
}
form label .checkbox {
  float: left !important;
  margin-top: 0;
}
form input[type="submit"] {
  float: right !important;
}
form div.wpcf7-validation-errors {
  float: left;
  width: 100%;
  text-align: center;
  border: 0;
  background: #f3a434;
  padding: 20px;
  color: white;
}
form div.wpcf7-mail-sent-ok {
  float: left;
  width: 100%;
  text-align: center;
  border: 0;
  background: #232f3f;
  padding: 20px;
  color: #fff;
}
form span.wpcf7-not-valid-tip {
  display: none;
}
form .wpcf7-not-valid {
  background: #f3a434;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0280bd;
}
p {
  color: #666666;
  font-family: 'Open Sans', sans-serif;
}
.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices,
.stButton .stButton_gradient {
  height: 22px !important;
}
.gallery {
  float: left;
  width: 100%;
  margin-bottom: 30px !important;
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.gallery .gallery-item {
  padding: 0 10px;
}
/* Galería */
.gallery-columns-1 dl {
  display: block;
  width: 100%%;
}
.gallery-columns-2 dl {
  display: block;
  float: left;
  width: 50%;
}
.gallery-columns-3 dl {
  display: block;
  float: left;
  width: 33.3%;
}
.gallery-columns-4 dl {
  display: block;
  float: left;
  width: 25%;
}
.gallery-columns-5 dl {
  display: block;
  float: left;
  width: 20%;
}
.gallery-columns-6 dl {
  display: block;
  float: left;
  width: 16.6%;
}
.gallery-columns-7 dl {
  display: block;
  float: left;
  width: 14.28%;
}
.gallery-columns-8 dl {
  display: block;
  float: left;
  width: 12.5%;
}
.gallery-columns-9 dl {
  display: block;
  float: left;
  width: 11.11%;
}
.pagination {
  width: 100%;
  float: left;
  margin-top: 25px;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  float: none;
}
.pagination ul li .page-numbers {
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #ddd;
  padding: 4px 10px;
}
.pagination ul li .page-numbers:hover {
  background: black;
  color: white;
}
.pagination ul li .page-numbers.current {
  background: black;
  color: white;
}
.mod-comments {
  margin-bottom: 50px;
}
.mod-comments #comments {
  float: left;
  width: 100%;
  color: #0280bd;
  margin-bottom: 15px;
}
.mod-comments .commentlist .comment {
  float: left;
  width: 100%;
  padding: 20px;
}
.mod-comments .commentlist .comment:nth-child(even) {
  background: #eff3f6;
}
.mod-comments .commentlist .children {
  float: left;
  width: 100%;
  padding: 20px;
}
.mod-comments .commentlist .children .comment:nth-child(odd) {
  background: #eff3f6;
}
.mod-comments .cf {
  float: left;
  width: 100%;
}
.mod-comments .cf .vcard > img {
  float: left !important;
  margin-right: 10px;
}
.mod-comments .cf .fn {
  color: #666666;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
}
.mod-comments .cf time {
  font-size: 12px;
  font-size: 0.75rem;
}
.mod-comments .cf time:before {
  content: "| ";
}
.mod-comments .comment_content {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #8c8c8c;
}
.mod-comments .comment_content p {
  font-size: 13px;
  font-size: 0.8125rem;
  float: left !important;
  color: #8c8c8c;
  margin-bottom: 10px;
}
.mod-comments .alert {
  float: left;
  width: 100%;
}
.mod-comments .alert > p {
  font-size: 13px;
  font-size: 0.8125rem;
  background: rgba(2, 128, 189, 0.1);
  border: 1px solid #0280bd;
  margin-bottom: 0;
  margin: 5px 0;
  padding: 10px;
}
.mod-comments .comment-reply-link {
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: rgba(2, 128, 189, 0.5);
  clear: both;
  color: white;
  display: table;
  margin: 0;
  padding: 5px 15px;
}
.mod-comments .comment-reply-link:hover {
  background: rgba(2, 128, 189, 0.8);
}
.mod-comments .comment-edit-link {
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #232f3f;
  color: white;
  margin: 10px 10px 0 0;
  padding: 5px;
}
/* commons-theme */
/* responsive */
@media screen and (min-width: 992px) and (max-width: 1383px) {
  .centered {
    width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .mod-gestion-global .mod-modulos .items .item:first-child:before {
    display: none;
  }
  .mod-gestion-global .mod-modulos .items:before {
    content: "";
    left: 6px;
    background: url('../images/bg-barras.png');
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .wpcf7-form > div {
    float: left;
    width: 100%;
  }
  .wpcf7-form > div > div {
    float: left;
    width: 100%;
  }
  #cssmenu {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mod-software .container:before {
    top: -76px;
  }
  .mod-software .container:after {
    top: -173px;
  }
  .mod-chaac:after {
    bottom: -82px;
  }
  .mod-software {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mod-agua .col-md-6 {
    float: left;
    width: 100%;
  }
  .mod-agua > .container .total {
    background: transparent;
  }
  .mod-agua > .container .total .title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .mod-gestion-global .mod-modulos .items:before {
    display: none;
  }
  .mod-personal-especializado .title {
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: -35px;
  }
  .mod-software-gen .title.gris {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .mod-gestion-global .mod-modulos .items .item {
    padding: 0;
  }
  .mod-servicios .item p {
    margin-bottom: 10px;
  }
  .mod-saber-mas {
    padding: 30px 0;
  }
  .mod-saber-mas .title {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .mod-saber-mas p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .item .img-icono {
    float: left;
    width: 100%;
  }
  .item .img-icono:nth-child(odd):after,
  .item .img-icono:nth-child(even):after {
    background: transparent;
  }
  .mod-servicios .item {
    display: table;
    margin-bottom: 20px;
  }
  .mod-servicios .item:nth-child(even) .img-icono {
    display: table-header-group;
  }
  .mod-servicios .item:nth-child(even) .content-text {
    display: table-footer-group;
  }
  .block {
    padding-left: 0;
  }
  .block:before {
    height: auto;
  }
  .centered {
    float: left;
    width: 100%;
    padding: 20px;
  }
  .mod-img-cabecera.img-servicios .title {
    margin: 25px auto 0;
  }
  .mod-img-cabecera.img-servicios .title span {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .mod-img-cabecera.img-servicios .title strong {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .mod-img-cabecera.img-gestion .title span {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .mod-img-cabecera.img-gestion .title strong {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .mod-img-cabecera {
    padding: 15px 0 65px;
  }
  .mod-img-cabecera.img-gestion {
    min-height: 200px;
  }
  .mod-content {
    padding: 10px 0;
  }
  .mod-content .title {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 15px;
  }
  .mod-content p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .mod-content ul {
    float: left;
    width: 100%;
  }
  .mod-content ul li {
    width: 100%;
  }
  .mod-content .mas {
    margin-top: 15px;
  }
  .mod-info .title strong {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .mod-info .title span {
    font-size: 34px;
    font-size: 2.125rem;
  }
  .mod-servicios .container > .title,
  .mod-chaac .title {
    font-size: 34px;
    font-size: 2.125rem;
  }
  .mod-software .container > .total {
    background: transparent;
    padding: 0 20px;
  }
  #cssmenu {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  #menu .acceso,
  #menu .tel {
    color: white;
    display: table;
    float: none;
    margin: 20px auto 0;
  }
  #menu #cssmenu > ul > li a {
    padding: 5px 10px;
  }
  .mod-info {
    padding: 20px 0 50px;
  }
  .mod-info .title {
    margin-bottom: 30px;
  }
  .mod-chaac {
    padding: 50px 0;
  }
  .mod-chaac p {
    margin-bottom: 50px;
  }
  .mod-chaac .listado .item span {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .mod-software .container:before,
  .mod-software .container:after {
    display: none;
  }
  .mod-software {
    padding-top: 00px;
  }
  .mod-software .container > .total {
    top: -65px;
  }
  .mod-servicios .item .text {
    float: left !important;
  }
  .mod-servicios .item .title {
    font-size: 20px;
    font-size: 1.25rem;
    float: left;
    width: 100%;
  }
  .mod-servicios .item p {
    font-size: 16px;
    font-size: 1rem;
  }
  .mod-cifras > .container > .title {
    font-size: 44px;
    font-size: 2.75rem;
    float: left;
    width: 100%;
    margin-top: -115px;
    line-height: 1;
    text-align: center;
  }
  .mod-cifras .item {
    float: left;
    width: 100%;
  }
  .mod-cifras .item .title {
    text-align: center;
  }
  .mod-noticias .item .title {
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: 15px;
  }
  footer.footer p.cont {
    font-size: 18px;
    font-size: 1.125rem;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  footer.footer p.cont a {
    display: block;
  }
  footer.footer p.rrss {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
  footer.footer p.legal {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
  }
  footer.footer p.legal a {
    display: block;
  }
}
