/*
Theme Name: Muvu theme
Theme URI: https://wordpress.org/themes/twentyfifteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* --------------------------------------------------------------
OVERRIDE BOOTSTRAP
-------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700);
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
}
input[type=text],
input[type=email],
input[type=password],
textarea,
button {
  -webkit-appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 3px;
}
.container {
  padding: 0 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 {
  padding: 0 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.tooltip-inner {
  font-size: 10px;
  background: #fff;
  color: #333;
  text-transform: uppercase;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #ffffff;
}
a.btn-link,
.btn-link {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  display: inline-block;
  border-color: #fff;
  padding: 7px 30px 6px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  outline: none;
}
a.btn-link:hover,
.btn-link:hover {
  border-color: #fff;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  text-decoration: none;
  outline: none;
}
/*.form-control:focus{border-color:#BCD530;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(188,213,48,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(188,213,48,0.6);
}*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*fonts*/
.sans {
  font-family: 'Source Sans Pro', sans-serif;
}
.helv {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.base {
  font-size: 15px;
  line-height: 140%;
}
.italic {
  font-style: italic;
}
.light {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: lowercase;
}
.center {
  text-align: center;
}
/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #f6f6f6;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3e6795;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Flexible iFrame */
.Flexible-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wh100 {
  width: 100%;
  height: 100%;
}
.fluid {
  height: auto;
  overflow: visible;
}
.fixed {
  position: fixed;
  width: 100%;
}
.ib {
  display: inline-block;
}
.rel {
  position: relative;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
  overflow: hidden;
}
.indent {
  text-indent: -9999px;
  font-size: 0;
}
.cleared {
  content: '';
  display: block;
  clear: both;
}
.tablex {
  width: 100%;
  height: 100%;
  display: table;
}
.tablex .cell {
  width: 100%;
  height: 100%;
  display: table-cell;
}
.tablex .vm {
  vertical-align: middle;
}
.tablex .vt {
  vertical-align: top;
}
.tablex .vb {
  vertical-align: bottom;
}
/*lists*/
.clearul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clearli {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
}
/*titles*/
.title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px;
  margin-bottom: 0;
  font-size: 24px;
  margin: 0;
  font-weight: 400;
}
.subtitle {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px;
  margin-bottom: 0;
  font-size: 18px;
  margin: 0;
  font-weight: 400;
}
body {
  font-size: 15px;
  line-height: 140%;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #727478;
  background-color: #f6f6f6;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}

body a{
  outline: none!important;
}

.body {
  overflow-x: hidden;
}

/* --------------------------------------------------------------
HEADER
-------------------------------------------------------------- */
#header {
  padding: 20px 6.25%;
  /*position: fixed;*/
  width: 100%;
  top: 30px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  z-index: 15;
}
#header:before {
  content: "";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  z-index: 0;
  background-color: #fbfbfb;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  /*position: absolute;*/
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.not-front #header {
  top: 0;
  position: relative;
}
.scroll #header {
  top: 0;
}
#logo {
  float: left;
  margin: 0 50px 0 0;
}
#search {
  float: right;
  padding: 22px 0 0 0;
}
#search .input-text {
  float: left;
  border: 0;
  font-size: 12px;
  outline: none;
  background: none;
}
#search .input-btn {
  width: 19px;
  height: 20px;
  background-image: url(img/ico/ico.png);
  background-size: 350px;
  background-position: 0 0;
  display: inline-block;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}
#lang_sel_list{
  right: 0px;
  top: 0px;
  float: right;
}

#lang_sel_list ul{border-top: none !important;}
#lang_sel_list ul li a{font-family: "Source Sans Pro",sans-serif !important; color: #7db9b7 !important; font-size: 13px !important; font-weight: 400 !important; background-color: transparent !important;}
/* --------------------------------------------------------------
HOME
-------------------------------------------------------------- */
#slider {
  position: relative;
  background: url(img/bg/slide.png);
  background-repeat: no-repeat;
  background-position: center bottom 170px;
  background-size: 100% auto;
}
#slider ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#slider ul li {
  position: relative;
}
#slider ul li:after {
  content: '';
  display: block;
  clear: both;
}
#slider ul img {
  float: right;
}
#slider ul .caption {
  padding: 0  0 0 12.5%;
}
#slider ul h1 {
  text-transform: uppercase;
  margin: 0 0 30px;
  color: #3e6795;
  font-size: 70px;
  font-weight: 400;
  visibility: hidden;
}
#slider ul h1 span {
  display: block;
  color: #a5cfe0;
  font-weight: 200;
}
#slider ul h1.animated {
  visibility: visible;
}
#slider ul .caption-bottom {
  visibility: hidden;
}
#slider ul .caption-bottom.animated {
  visibility: visible;
}
#slider ul p {
  margin: 0 0 45px;
  color: #3e6795;
  font-size: 16px;
  font-weight: 300;
}
.pos {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
a.btn-default,
.btn-default {
  border: 2px solid #3e6795;
  color: #3e6795;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  padding: 11px 10px 12px;
  min-width: 172px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  border-color: #3e6795;
}
#concepto .row {
  padding-left: 7.2%;
}
#concepto .row > div {
  padding: 0;
}
#concepto img {
  width: 100%!important;
  height: auto!important;
}
#concepto .row .col-md-6:first-child {
  background: #3b6694 url(img/bg/concepto.png) bottom repeat-x;
}
#concepto .row .col-md-6:first-child .block {
  padding: 0 0 0 11.2%;
}
#concepto .row .col-md-6:first-child p {
  color: #fff;
  margin: 0 0 55px;
  font-size: 50px;
  font-weight: 200;
  line-height: 120%;
}
#concepto .row .col-md-6:first-child p strong {
  /*text-transform: uppercase;*/
  font-weight: 500;
}
#concepto .block-title {
  color: #9DB3CA;
  margin: 0 0 105px;
  padding-top: 47px;
}
#concepto .block-title:after {
  background-color: #9db3ca;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
#concepto a.btn-default,
#concepto .btn-default {
  border-color: #fff;
  background: none;
  color: #fff;
}
#concepto a.btn-default:hover,
#concepto .btn-default:hover {
  color: #3e6795;
}
#concepto .hvr-bounce-to-top:before {
  background: #fff;
}
.block-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 38px;
  position: relative;
  color: #B5B6B6;
}
.block-title:after {
  content: "";
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  height: 3px;
  width: 30px;
  margin: 10px 0 0 0;
  background-color: #b5b6b6;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
#productos {
  position: relative;
}
#productos .row {
  padding-left: 7.2%;
}
#productos .row > div {
  padding: 0;
}
#productos .block01 {
  padding: 130px 0 0 22.5%;
}
.prodList {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -50px;
  padding: 40px 100px;
}
.prodList li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  float: left;
  padding: 0 50px;
  text-align: center;
  position: relative;
}
.prodList li:hover .img:before {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}
.prodList .img {
  display: inline-block;
  width: 130px;
  height: 130px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  margin: 0 0 30px;
  position: relative;
}
.prodList .img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.prodList h3 {
  text-transform: uppercase;
  margin: 0;
  color: #434343;
  font-size: 14px;
  line-height: 130%;
}
.prodList h3 span {
  display: block;
  font-weight: 700;
}
.prodList:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 300%;
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: auto;
  left: auto;
  z-index: -1;
}
.prodList:after {
  content: '';
  display: block;
  clear: both;
}
.fullLink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  font-size: 0;
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
/*TECNOLOGIAS*/
#secondarySlider .row {
  padding: 0 6.25% 0 10.35%;
}
#secondarySlider ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#secondarySlider ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  padding: 0 0 60px;
}
#secondarySlider ul li:after {
  content: '';
  display: block;
  clear: both;
}
#secondarySlider ul li > a > img {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
#secondarySlider ul li div {
  padding: 50px 0 0 755px;
}
#secondarySlider ul li div img {
  margin-bottom: 40px;
}
#secondarySlider ul li div p {
  font-weight: 300;
  color: #8ab235;
  margin: 0 0 80px;
  font-size: 34px;
  line-height: 120%;
}
#secondarySlider ul li .block-title {
  margin-bottom: 95px;
}
#secondarySlider ul li a.btn-default {
  border-color: #B5B6B6;
  color: #B5B6B6;
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
#secondarySlider ul li a.btn-default:hover {
  color: #ffffff;
}
#secondarySlider ul li a.btn-default:before {
  background-color: #b5b6b6;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
#secondarySlider .bx-pager {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 135px;
  left: 15px;
  text-align: center;
  max-width: 675px;
  width: 100%;
}
#secondarySlider .bx-pager .bx-pager-item {
  display: inline-block;
}
#secondarySlider .bx-pager .bx-pager-item a {
  text-indent: -9999px;
  font-size: 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #7db9b7;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 3px;
  border: 1px solid #7db9b7;
}
#secondarySlider .bx-pager .bx-pager-item a.active {
  background: none;
}
#news .row {
  padding: 0 0 0 11.2%;
}
#news .block-title {
  padding-top: 50px;
}
#news .row > div {
  padding: 0;
}
#news img {
  width: 100%;
  height: auto;
}
#news .block > div {
  display: none;
}
#news .block > div.active {
  display: block;
}
#news a.btn-default {
  margin: 25px 0 0 35px;
  border-color: #6C6E6E;
  color: #6C6E6E;
}
#news a.btn-default:hover {
  color: #ffffff;
}
#news a.btn-default:before {
  background-color: #6c6e6e;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.news {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0 0 0 35px;
}
.news li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  font-size: 13px;
}
.news li + li {
  border-top: 1px solid #dbdbdb;
}
.news a {
  display: block;
  text-transform: uppercase;
  color: #6c6e6e;
  text-decoration: none;
  padding: 24px 15px 25px;
  position: relative;
}
.news a:hover {
  color: #6C6E6E;
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.news a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -17px;
  bottom: auto;
  left: auto;
  display: inline-block;
  z-index: 5;
  display: none;
  margin-top: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16.5px 0 16.5px 17px;
  border-color: transparent transparent transparent #fff;
}
.news a:hover:after {
  display: block;
}
/* --------------------------------------------------------------
PRODUCTOS
-------------------------------------------------------------- */
#productsList {
  /*margin: 0 0 -70px;*/
  position: relative;
}
#productsList:after {
  content: '';
  display: block;
  clear: both;
}
.productBlock:nth-child(4){margin-left: -1px;}
.productBlock {
  float: left;
  width: 25%;
  overflow: hidden;
  position: relative;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: top left;
}


.productBlock .inner {
  position: relative;
}
.productBlock .inner > img {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.productBlock .img {
  display: inline-block;
  width: 81px;
  height: 81px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin: 0 0 30px;
  position: relative;
  border: 1px solid #fff;
}
.productBlock h3 {
  margin: 0 0 45px;
  font-size: 52px;
  line-height: 120%;
  font-weight: 300;
}
.productBlock h3 span {
  display: block;
}
.productBlock .more {
  position: relative;
  width: 172px;
  height: 51px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  display: inline-block;
  padding: 14px 0 0 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: rgba(0, 0, 0, 0.125);
}
.productBlock .more.active:hover {
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.productFamily {
  height: 100%;
  width: 50%;
  background: rgba(250, 250, 250, 0.9);
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
  top: -100%;
  right: 0;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  max-height: 790px;
  overflow: hidden;
}
.productFamily .inner {
  padding: 100px 145px 0 145px;
}
.productFamily .inner img{margin-bottom: 2px;}
.productFamily.visible {
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
.closeF {
  cursor: pointer;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 20px;
  height: 20px;
  background-image: url(img/ico/ico.png);
  background-position: -200px 0;
  display: inline-block;
  content: "";
  position: absolute;
  top: 45px;
  right: 13.75%;
  bottom: auto;
  left: auto;
  text-indent: -9999px;
  font-size: 0;
}
.closeF:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
div.dropdown {
  margin: 0 0 40px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
div.dropdown h4 {
  font-size: 19px;
  position: relative;
  margin: 0;
  cursor: pointer;
}
div.dropdown h4:before {
  content: "";
  display: inline-block;
  float: left;
  margin: 0 20px 0 0;
  position: relative;
  top: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 8px;
  border-color: transparent transparent transparent #4f80a8;
}
div.dropdown h4:hover {
  color: #000;
}
div.dropdown > div {
  display: none;
  border-top: 1px solid #4f80a8;
  padding: 15px 0 0 0;
  margin: 13px 0 0 0;
}
div.dropdown > div img {
  margin-right: 10px;
}
/* --------------------------------------------------------------
PRODUCTOS INTERNA
-------------------------------------------------------------- */
.page #header:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
article.product {
  color: #6c6e6e;
}
article.product .row {
  padding: 0 7.5%;
}
article.product .row > div {
  padding: 0;
}
article.product .row .col-padding {
  padding: 0 94px 0 11.25%;
}
article.product header {
  padding: 40px 0 35px 0;
  border-bottom: 1px solid #CCCDCC;
  margin: 0 0 20px;
}
article.product header h1 {
  font-size: 36px;
  margin: 0;
  font-weight: 300;
}
.imgTabs {
  position: relative;
  overflow: hidden;
}
.imgTabs .tab-pane img {
  width: 100%;
  height: auto;
}
.imgTabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-box-shadow: 0px -3px 14px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px -3px 14px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px -3px 14px 0px rgba(50, 50, 50, 0.1);
}
.imgTabs ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  float: left;
  max-width: 20%;
  padding: 20px 15px;
  background: #fff;
  text-align: center;
}
.imgTabs ul img {
  max-width: 100%;
  height: auto;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.imgTabs ul li.active img {
  transform: scale(1.2);
}
.imgTabs ul:after {
  content: '';
  display: block;
  clear: both;
}
.infoProd {
  padding: 70px 19.375% 0;
  background-color: #fbfbfb;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.infoProd .top {
  position: relative;
  margin: 0 0 50px;
}
.infoProd .top .img {
  position: absolute;
  top: 6px;
  right: 100%;
  bottom: auto;
  left: auto;
  margin-right: 15px;
  width: 46px;
  height: 46px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #3e6795;
  text-align: center;
}
.infoProd .top h3 {
  font-weight: 300;
  font-size: 50px;
  color: #3e6795;
  margin: 0 0 5px;
}
.infoProd .top h5 {
  margin: 0;
  font-weight: 300;
  color: #6c6e6e;
  font-size: 20px;
}
.content {
  color: #505556;
}
.content p {
  font-size: 14px;
  margin: 0 0 20px;
}
.content p:last-child {
  margin: 0;
}
.content p strong {
  font-size: 18px;
  font-weight: 400;
}
.propProd {
  padding: 70px 10% 100px;
  background-color: #fbfbfb;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.propProd h3 {
  font-weight: 300;
  font-size: 35px;
  color: #3e6795;
  margin: 0 0 85px;
}
.propProd ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -40px;
}
.propProd ul li {
  display: inline-block;
  padding: 0 45px;
  font-size: 12px;
  color: #BBBCBC;
  float: left;
  text-align: center;
}
.propProd ul strong {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #505556;
}
.propProd ul:after {
  content: '';
  display: block;
  clear: both;
}
.propProd ul img {
  margin-bottom: 20px;
}
.tecProd {
  padding: 70px 10% 0;
}
.tecProd h3 {
  font-weight: 300;
  font-size: 35px;
  color: #3e6795;
  margin: 0 0 50px;
}
.tecProd img {
  margin: 0 0 35px;
}
.tecProd .content {
  margin: 0 0 0px;
  /*max-height:220px;*/
}
.ribbon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 94px;
  height: 72px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  background: url(img/bg/ribbon.png);
  text-transform: uppercase;
  line-height: 100%;
  padding-top: 15px;
  font-weight: 700;
  display: inline-block;
}
.prodBlock {
  padding: 0 0 20px;
  border-bottom: 1px solid #CCCDCC;
  margin: 0 0 20px;
}
.prodBlock h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 20px;
}
.prodBlock .nav-tabs {
  border: 0;
}
.prodBlock .nav-tabs > li {
  margin: 0;
}
.prodBlock .nav-tabs > li > a {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #3e6795;
  font-weight: 700;
  background-color: #fdfdfd;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.prodBlock .nav-tabs li.active > a,
.prodBlock .nav-tabs > li.active > a:hover,
.prodBlock .nav-tabs > li.active > a:focus {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  border: 0;
}
.prodBlock .tab-content {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 35px;
  font-size: 14px;
  line-height: 100%;
  font-weight: 300;
}
.prodBlock .tab-content ul{padding-left: 13px;}
.prodBlock#caracteristicas {
  padding: 0 0 45px;
}
.prodBlock#caracteristicas h3 {
  margin-bottom: 30px;
}
.prodBlock#sanitaria h4{color: #80bab8;}
.tick {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: -10px;
  color: #878787;
}
.tick li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  position: relative;
  padding: 6px 20px 0 53px;
  height: 33px;
  background-color: #e8e8e7;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  font-weight: 400;
  float: left;
  font-size: 13px;
  margin: 0 30px 10px 0;
}
.tick li a{color: #878787; text-decoration: none;}
.tick li:before {
  content: "";
  width: 33px;
  height: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background-color: #3e6795;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.tick li:after {
  width: 17px;
  height: 13px;
  background-image: url(img/ico/ico.png);
  background-position: -250px 0;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 8px;
  margin-top: -6.5px;
}
.tick:after {
  content: '';
  display: block;
  clear: both;
}
#dirigido .tick li {
  min-width: 200px;
}
.colors {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -3px;
}
.colors li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  float: left;
  margin: 0 3px;
}
.colors span {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid #b1b1b1;
}
.colors:after {
  content: '';
  display: block;
  clear: both;
}
.popover {
  border: 0;
  box-shadow: 0 0 0 #fff;
}
.popover .arrow {
  border: 0;
}
a.pop {
  display: inline-block;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #80BAB8;
  text-align: center;
  color: #80BAB8;
  font-size: 16px;
  font-weight: 700;
  padding-top: 2px;
  margin-left: 11px;
  position: relative;
  text-decoration: none;
  cursor: default;
  outline: none;
}
#comp ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#comp ul:after {
  content: '';
  display: block;
  clear: both;
}
#comp li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  font-size: 12px;
}
#comp li + li {
  margin-top: -4px;
}
#prop ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -5px -10px;
}
#prop ul:after {
  content: '';
  display: block;
  clear: both;
}
#prop li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  float: left;
  padding: 0 5px 10px;
}
#lavado ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -5px 0px;
}
#lavado ul:after {
  content: '';
  display: block;
  clear: both;
}
#lavado li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  float: left;
  padding: 0 5px 0px;
  width: 50%;
  font-size: 12px;
}
#lavado img {
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  top: -2px;
}
.btn-wide,
a.btn-wide {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  background-color: #80bab8;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0 0 90px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
  border: 0;
  outline: none;
  display: block;
  height: 65px;
  /*padding: 24px 0 0 0;*/
}
.btn-wide:hover,
a.btn-wide:hover {
  background-color: #3e6795;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
#rels .top {
  position: relative;
  background: url(img/bg/rel.png) top left repeat-x;
  height: 143px;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 8px 14px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 8px 14px 0px rgba(50, 50, 50, 0.1);
}
#rels .top:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: auto;
  left: auto;
  background: url(img/bg/rel.png) top left repeat-x;
  height: 100%;
  width: 34%;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 8px 14px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 8px 14px 0px rgba(50, 50, 50, 0.1);
}
#rels .top:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 100%;
  background: url(img/bg/rel.png) top left repeat-x;
  height: 100%;
  width: 200%;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 8px 14px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 8px 14px 0px rgba(50, 50, 50, 0.1);
}
#rels h3 {
  width: 25%;
  margin: 0;
  float: left;
  color: #fff;
  padding-top: 55px;
  position: relative;
  z-index: 1;
}
#rels h3:after {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
#rels h3:before {
  content: "";
  background: url(img/bg/rel.png) top left repeat-x;
  height: 143px;
  width: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: inline-block;
  z-index: -1;
}
#rels:after {
  content: '';
  display: block;
  clear: both;
}
#rels ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 75%;
}
#rels ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  float: left;
  max-width: 33.33333%;
  padding: 20px 15px;
  background: #fff;
  text-align: center;
  height: 143px;
}
#rels ul img {
  max-width: 75%;
  height: auto;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#rels ul li.active img {
  transform: scale(1.2);
}
#rels ul:after {
  content: '';
  display: block;
  clear: both;
}
#rels .tab-content {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  padding: 80px 10px;
  width: 120%;
}
#rels .tab-content .figure {
  float: left;
  padding: 0 80px 0 0;
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
#rels .tab-content:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: auto;
  left: auto;
  background: #fff;
  height: 100%;
  width: 28.44%;
}
#rels .tab-content:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 100%;
  background: #fff;
  height: 100%;
  width: 200%;
}
#rels .tab-pane:after {
  content: '';
  display: block;
  clear: both;
}
#rels .tab-pane .btn {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  min-width: 10px;
  padding-left: 17px;
  padding-right: 17px;
}
#rels .tab-pane h4 {
  font-size: 20px;
  margin: 0 0 25px;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #E2E2E2;
}
#rels .tab-pane h5 {
  font-size: 20px;
  color: #3e6795;
  margin: 0 0 40px;
}
#rels .tab-pane h5 span {
  display: block;
  position: relative;
  font-size: 14px;
  color: #6c6e6e;
  margin-top: 12px;
}
#rels .tab-pane h5 span:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #3e6795;
}

#puntos-venta{background: #fff none repeat scroll 0 0; height: auto; overflow: hidden; padding: 10px; width: 100%;}    
#puntos-venta h2{ background: none repeat scroll 0 0 #ededed; padding-bottom: 15px; padding-top: 15px; text-align: center; width:100%; margin-bottom: 15px; font-size: 18px;}
#puntos-venta ul{ list-style: none; width:100%; padding-left: 0px;}
    #puntos-venta ul li{ margin-bottom: 20px; overflow: hidden;}
        #puntos-venta ul li img{float: left; margin-left: 10px;}
        #puntos-venta ul li a{ background: none repeat scroll 0 0 #7db9b7; color: #fff; float: right; margin-right: 10px; margin-top: 5px; padding: 10px; }
h3.title-off{position:absolute;text-transform:uppercase;color:#535353;margin:0;top:5px;left:10px;line-height:37px;font-size: 16px;}
.modal-dialog{z-index: 10000; width: 360px;}
#map{min-height: 599px;}
/* --------------------------------------------------------------
TECNOLOGIAS
-------------------------------------------------------------- */
.tecPage .page-title{margin-bottom: 15px !important;}
.tecPage .row {
  padding: 0 0 0 6.25%;
}
.tecPage .row .col-md-6:first-child {
  z-index: 1;
  padding-right: 0;
}
.tecPage .row .col-md-6:last-child {
  padding: 0;
}
.tecPage .top:before {
  display: none!important;
}
.tecPage #rels h3 {
  padding-left: 50px!important;
}
.tecPage #rels h3:after {
  left: 50px;
}
.tecPage #rels h3 span {
  display: block;
}
.tecPage #rels .tab-content:before {
  display: none !important;
}
.tecPage #rels .tab-content {
  padding-left: 25px;
}
.tecPage .tecProd {
  padding-top: 0px;
  position: relative;
}
.tecPage .texto_patologia{
    max-height: 190px;
    overflow-y: auto; 
}
.tecPage .tecProd .inner {
  padding-top: 60px;
}
.tecPage .tecProd img {
  margin-bottom: 55px;
}
.tecPage #rels {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.fullImg img {
  width: 100%;
}
.featured {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 10%;
  padding: 22px 50px 20px;
  font-style: italic;
}
.featured p {
  margin: 0;
}
#featured{
  text-align: center;
  padding: 10px 0;
  color: #fdfdfd;
  background: #606060;
  font-weight: 300;
}
.tecProp .inner {
  padding: 55px 10% 50px;
}
.tecProp h3 {
  font-weight: 300;
  font-size: 35px;
  color: #3e6795;
  margin: 0 0 60px;
}
.tecProp h4 {
  color: #3e6795;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 0 35px;
}
.content ul:last-child {
  margin: 0;
}
.content li {
  font-size: 14px;
  position: relative;
  padding-left: 37px;
}
.content li:before {
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 12px;
  background: #3e6795;
  width: 5px;
  height: 5px;
}
#cert {
  background-color: #fdfdfd;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0 0 -70px;
  padding: 65px 0 70px;
  text-align: center;
}
#cert h4 {
  font-size: 20px;
  margin-bottom: 50px;
}
#cert .row {
  padding: 0 6.25%;
}
#cert ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -30px;
}
#cert li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  display: inline-block;
  height: 100px;
  padding: 0 30px;
}
/* --------------------------------------------------------------
PATOLOGIAS
-------------------------------------------------------------- */
.page-title {
  font-weight: 300;
  font-size: 47px;
  color: #3e6795;
  margin: 0 0 50px;
}
.patProp {
  position: relative;
}
.patProp .inner {
  padding: 55px 10% 50px;
}
.patProp h3 {
  font-weight: 300;
  font-size: 35px;
  color: #3e6795;
  margin: 0 0 20px;
}
.patProp .dropdown {
  margin-bottom: 20px;
}
.patProp .dropdown h4 {
  color: #7db9b7;
  border-bottom: 1px solid #7db9b7;
  padding: 0 25px 11px 0;
}
.patProp .dropdown h4:before {
  display: none;
}
.patProp .dropdown h4:after {
  width: 11px;
  height: 7px;
  background-image: url(img/ico/ico.png);
  background-position: -300px 0;
  display: inline-block;
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  bottom: auto;
  left: auto;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.patProp .dropdown h4.current:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.patProp .dropdown > div {
  border: 0;
  margin: 0;
}
.patProp .dropdown > div p {
  font-size: 13px;
  color: #505556;
}
.not-front #secondarySlider {
  margin-bottom: -50px;
}
.not-front #secondarySlider ul li {
  background: none;
}
.not-front #secondarySlider ul li a.btn-default {
  background-color: #f5f5f5;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
/* --------------------------------------------------------------
CONTACTO
-------------------------------------------------------------- */
.cntPage {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.cntPage .container-fluid > .row {
  padding: 0 0 0 7.5%;
}
.cntPage .row > .col-md-6 {
  padding: 0;
}
.cntForm {
  color: #505556;
}
.cntForm .inner {
  padding: 55px 10% 20px;
}
.form-group {
  margin: 0 0 10px;
}
.form-control {
  border-color: #f5f5f5;
  min-height: 45px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 0 0 #fff;
  background-color: #f5f5f5;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  color: #6c6e6e;
  font-size: 15px;
}
textarea.form-control {
  resize: none;
  overflow: auto;
  height: 140px;
}
.required {
  display: block;
  font-size: 11px;
}
.form-actions:after {
  content: '';
  display: block;
  clear: both;
}
.form-actions label.checkbox {
  float: left;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
}
.form-actions button {
  float: right;
  min-width: 20px;
  position: relative;
  top: -3px;
}
.data {
  padding: 35px 60px 0;
  font-size: 13px;
  color: #fff;
  background: url(img/bg/rel.png) top left repeat-x;
  height: 143px;
  width: 100%;
}
.data p {
  text-transform: uppercase;
  margin: 0 0 24px;
  position: relative;
  padding: 0;
}
.data p:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 29px;
  height: 3px;
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 12px;
}
a.mailto {
  color: #fff;
  font-weight: 500;
}
.map {
  height: 650px;
  background-color: #f5f5f5;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  padding-right: 15%;
}
.map iframe {
  width: 100%!important;
  height: 100%!important;
}
/* --------------------------------------------------------------
TESTIMONIOS
-------------------------------------------------------------- */
.testPage .row {
  padding: 0 6.25%;
}
.testPage .row > div:first-child {
  padding: 0;
}
.testPage .row > div:last-child {
  padding: 0;
}
.testPage .row + .row .case {
  box-shadow: inset 0 5px 10px -5px #cccccc;
}
.testPage .mix{
  display: none;
  padding: 0px;
}
.testPage .mix .case{min-height: 400px;}
.case {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.case header {
  color: #fff;
  float: left;
  width: 37.05%;
  height: 100%;
  padding: 0 65px;
  position: relative;
}
.case header h3 {
  font-size: 30px;
  margin: 0;
  font-weight: 100;
  line-height: 130%;
}
.case header:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40px;
  right: auto;
  bottom: auto;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 16px;
}
.case .content {
  float: left;
  width: 62.95%;
  padding: 45px 60px 25px 80px;
}
.case .top {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 25px;
}
.case .top a {
  color: #3e6795;
}
.case .top a:before {
  content: "·";
  display: inline-block;
  margin: 0 3px 0 1px;
  font-size: 15px;
  position: relative;
  top: 2px;
  font-weight: 400;
}

.case2 .top{color: #CFE3FB !important;}
.case2 .top a{color: #CFE3FB !important;}

.case .intro p {
  color: #909293;
  font-size: 12px;
  line-height: 150%;
  margin: 0 0 20px;
}
.case .intro p:last-child {
  margin: 0;
}
.case a.btn-default {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  min-width: 10px;
  padding: 7px 15px 8px;
}
.case:after {
  content: '';
  display: block;
  clear: both;
}
.col-md-6 .case header {
  width: 61.15%;
}
.col-md-6 .case .content {
  width: 38.85%;
  padding: 45px 50px 25px;
}
.case0 header {
  background-color: #3f6697;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.case0 header:after {
  border-color: transparent transparent transparent #3F6697;
}
.case1 header {
  background-color: #5d78b6;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.case1 header:after {
  border-color: transparent transparent transparent #5D78B6;
}
.case2 header {
  background-color: #7db9b7;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.case2 header:after {
  border-color: transparent transparent transparent #7DB9B7;
}
section.navigation {
  box-shadow: inset 5px 0 10px -5px #cccccc;
}
section.navigation > div {
  padding: 65px 0 15px 40px;
}
section.navigation:after {
  content: '';
  display: block;
  clear: both;
}
section.navigation div > ul {
  float: left;
  width: 50%;
  font-size: 14px;
}
.nav-1 {
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid #E4E4E4;
  position: relative;
  padding-right: 35px;
  left: 1px;
}
.nav-1 li {
  margin: 0 0 25px;
}
.nav-1 a {
  color: #909293;
  display: block;
  position: relative;
  text-decoration: none;
}
.nav-1 a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  margin-top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #A2BBCE;
}
.nav-1 a:hover {
  color: #3e6795;
}
.nav-1 li.active a {
  color: #3e6795;
  font-weight: 700;
}
.nav-1 li.active a:after {
  border-color: transparent transparent transparent #3e6795;
}
.nav-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid #E4E4E4;
  padding-left: 35px;
  display: none;
  overflow: hidden;
  /*max-height: 42px;*/
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.nav-2.current {
  display: block;
}
.nav-2.expanded {
  max-height: 999px;
}
.nav-2 li {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0 0 2px;
  padding: 11px 25px 10px;
  position: relative;
}
.nav-2 li a {
  color: #909293;
  display: block;
  text-decoration: none;
}
.nav-2 li a:hover {
  color: #3e6795;
}
.nav-2 li.active a {
  color: #3e6795;
  font-weight: 700;
}
.nav-2 li.active:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 17px;
  bottom: auto;
  left: auto;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #3e6795 transparent transparent transparent;
}
.case-internal header {
  width: 100%;
  padding-left: 60px;
  padding-right: 150px;
}
.case-internal header h1 {
  font-size: 35px;
  margin: 0;
  font-weight: 300;
  line-height: 130%;
}
.case-internal header h1:after {
  display: block;
  content: "";
  background-color: #9fb3cb;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  height: 4px;
  width: 79px;
  margin: 27px 0 25px 0;
}
.case2 header h1:after{background-color: #CFE3FB !important;}
.case-internal header:after {
  display: none;
}
.case-internal .top {
  color: #9FB3CB;
}
.case-internal .top a {
  color: #9FB3CB;
}
.case-internal .social {
  color: #9FB3CB;
}
.case-internal .social span {
  display: inline-block;
  font-size: 11px;
  float: left;
  margin: 0 15px 0 0;
}
.case2 .social span{color: #CFE3FB !important;}
.case-internal .social a {
  display: inline-block;
  float: left;
  text-indent: -9999px;
  font-size: 0;
  background: url(img/ico/share.png);
  margin-right: 10px;
}
.case-internal .social:after {
  content: '';
  display: block;
  clear: both;
}
.case-internal .social a.fbk {
  width: 8px;
  height: 16px;
  background-position: 0 0;
}
.case-internal .social a.twt {
  width: 20px;
  height: 16px;
  background-position: -50px 0;
}
.case-internal .social a.pnt {
  width: 17px;
  height: 16px;
  background-position: -100px 0;
}
.case-internal .social a.ggl {
  width: 18px;
  height: 16px;
  background-position: -150px 0;
}
.testPage .case-internal figure img {
  float: left;
  width: 33.33333333%;

  filter: url('css/filters.svg#grayscale');
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
  filter: Gray(); /* IE4-8 and 9 */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Webkit Nightlies, Google Chrome Canary and Microsoft */

  -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;

}
.testPage .case-internal figure img:hover{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
  -webkit-filter: grayscale(0);

  -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;
}
.case-internal figure:after {
  content: '';
  display: block;
  clear: both;
}
.case-internal .content {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 50px 55px;
}
.case-internal .content p {
  color: #909293;
  line-height: 150%;
}
#relT .top {
  height: 143px;
}
#relT h3 {
  width: 100%;
  margin: 0;
  color: #fff;
  padding-top: 55px;
  position: relative;
  z-index: 1;
  padding-left: 60px;
}
#relT h3 span {
  display: block;
}
#relT h3:after {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  left: 60px;
}
#relT h3:before {
  content: "";
  background: url(img/bg/rel.png) top left repeat-x;
  height: 143px;
  width: 300%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: inline-block;
  z-index: -1;
}
#relT .rel-list {
  padding: 40px 55px;
  background-color: #fdfdfd;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
#relT .rel-list:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 100%;
}
#relT .rel-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#relT .rel-list li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  padding-left: 15px;
  padding-right: 15px;
}
#relT .rel-list li a {
  display: block;
  font-size: 12px;
  color: #909293;
  text-decoration: none;
  padding: 10px 0;
}
#relT .rel-list li a:hover {
  color: #6c6e6e;
}
#relT .rel-list li + li {
  border-top: 1px solid #dbdbdb;
}
#relT a.btn-default {
  min-width: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 40px;
  position: relative;
  left: 15px;
  background: none;
  border-color: #6C6E6E;
  color: #6C6E6E;
}
#relT a.btn-default:hover {
  color: #fff;
}
#relT a.btn-default:before {
  background-color: #6c6e6e;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.prev-next a {
  display: inline-block;
  float: left;
  width: 50%;
  height: 120px;
  background-color: #fafaf9;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  position: relative;
  text-indent: -9999px;
  font-size: 0;
}
.prev-next a:hover {
  background-color: #ededec;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.prev-next a:before {
  width: 11px;
  height: 13px;
  background-image: url(img/ico/ico.png);
  background-position: -150px -50px;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin: -6.5px 0 0 -5.5px;
}
.prev-next a.a-next:before {
  background-position: -200px -50px;
}
.prev-next:after {
  content: '';
  display: block;
  clear: both;
}


.img_family{
    /*background: url(''); 
    height: 368px;
    background-position: center;
    background-size: cover;*/

    background-image:url('img/bg/banner-test-pie.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    height: 368px;

  }

  .pyme{
    margin: 0 auto!important;
    overflow: hidden;
  }
  .pyme img{
    position: relative;
    left: 50%;
    margin-left: -76px !important;
  }
  
/* --------------------------------------------------------------
ALERTA TESTIMONIOS
-------------------------------------------------------------- */
/*
.ajs-header::before {
    border-color: transparent transparent transparent #4f80a8;
    border-style: solid;
    border-width: 7.5px 0 7.5px 8px;
    content: "";
    display: inline-block;
    float: left;
    height: 0;
    margin: 0 20px 0 0;
    position: relative;
    top: 3px;
    width: 0;
}
.ajs-header{
    border-bottom: 1px solid #4f80a8;
    font-size: 22px;
    top: 50%!important;
    margin-top: -200px!important;
  }
.ajs-body{
    padding-top: 15px;
    color: #3e6795;
    font-weight: 300;
    margin: 20px;
    position: absolute;
    float: left;
    top: 50%;
    margin-top: -172px;
    width: 100%;
  }
  .ajs-content{
    top:60px !important;
  }
  .ajs-dialog{
    opacity: 0.9;
    overflow: hidden;
  }
  .ajs-footer{
    position: absolute;
    float: left;
    top: 50%;
    margin-top: -172px;
  }
*/

/* --------------------------------------------------------------
FILOSOFÍA
-------------------------------------------------------------- */
.texto_filosofia{padding-right: 60px;}
.texto_filosofia p{font-size: 14px !important; margin-bottom: 20px !important;}
/* --------------------------------------------------------------
BLOG
-------------------------------------------------------------- */
.blogPage .row {
  padding: 0 6.25%;
}
.blogPage .row > div {
  padding: 0;
}

.blogPage .row + .row .case {
  box-shadow: inset 0 5px 10px -5px #cccccc;
}
.blogPage .mix{
  display: none;
  position: relative;
  margin-bottom: -12px;
}
.blogPage .mix footer{position: absolute; bottom: 40px;}
.blogPage .mix .case{ min-height: 400px;}
.caseBlog figure {
  float: left;
  width: 37.05%;
  height: 100%;
  background-size: cover;
}
.caseBlog figure img {
  width: 100%;
  visibility: visible;
  /*height: 100%;
  height: auto;*/
}
.caseBlog header {
  float: none;
  width: auto;
  padding: 0!important;
  margin: 0 0 5px;
}
.caseBlog header h3 {
  font-size: 25px;
  margin: 0;
}
.caseBlog header a {
  color: #3e6795;
  text-decoration: none;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.caseBlog header a:hover {
  color: #7db9b7;
}
.col-md-6 .caseBlog header {
  width: 100%;
}
.col-md-6 .caseBlog figure {
  width: 61.15%;
}
.col-md-6 .caseBlog .content {
  width: 38.85%;
  padding: 40px 24px 25px;
}
/*INTERNAL*/
.caseBlog.case-internal header {
  background-color: #3e6795;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  padding-left: 60px!important;
  padding-right: 100px!important;
}
.caseBlog.case-internal figure {
  width: 100%;
  margin: 0 0 35px;
}
.caseBlog.case-internal figure img {
  width: 100%;
  visibility: visible;
}
/* --------------------------------------------------------------
PUNTOS DE VENTA
-------------------------------------------------------------- */
.salePage {
  margin-bottom: -70px;
}
.salePage .row {
  padding: 0 0 0 12%;
}
.salePage .row > div:first-child {
  padding-right: 0;
}
.salePage .row > div:last-child {
  padding: 0;
}
.offline,
.online {
  padding-right: 130px;
}
.offline > h3,
.online > h3 {
  text-transform: uppercase;
  margin: 0 0 15px;
  color: #6c6e6e;
  font-size: 13px;
  font-weight: 500;
}
.offline {
  padding-top: 40px;
}
.form-offline form {
  position: relative;
  padding: 20px 100px 20px 20px;
  background-color: #3e6795;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.form-offline form .form-control {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 45px;
}
.form-offline form button {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  height: 45px;
  width: 75px;
  color: #3e6795;
  cursor: pointer;
  border: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
.list-offline {
  margin: 0 0 30px;
  max-height: 445px;
  overflow-y: auto; 
}
.list-offline .result {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 25px 10px 25px 80px;
  position: relative;
}
.list-offline .result.active {
  box-shadow: inset 0 -5px 10px -5px #cccccc, inset 0 5px 10px -5px #cccccc;
}
.list-offline .result.active:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 3px;
  background-color: #3e6795;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 100%;
  margin-left: -3px;
}
.list-offline .result.active:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 100%;
  margin-top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #3e6795;
}
.list-offline .result h2 {
  margin: 0 0 15px;
  color: #3e6795;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
}
.list-offline .result h2:before {
  width: 31px;
  height: 44px;
  background-image: url(img/ico/ico.png);
  background-position: -250px -50px;
  display: inline-block;
  content: "";
  position: absolute;
  top: -2px;
  right: 100%;
  bottom: auto;
  left: auto;
  margin: 0 20px 0 0;
}
.list-offline .result.active h2:before {
  background-position: -300px -50px;
}
.list-offline .result p {
  margin: 0;
  font-size: 13px;
  line-height: 140%;
  color: #909293;
}
.list-offline .result p strong{
  font-weight: 600;
}
.list-offline .result .mail {
  font-size: 13px;
  font-weight: 700;
  color: #3e6795;
}
.online ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #3e6795;
  padding: 15px 0 60px;
}
.online li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  font-size: 12px;
  color: #909293;
}
.online li:after {
  content: '';
  display: block;
  clear: both;
}
.online li a {
  float: right;
  color: #7db9b7;
  text-transform: uppercase;
}
.online li a:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #7db9b7;
}
/* --------------------------------------------------------------
FOOTER
-------------------------------------------------------------- */
#footer {
  margin: 70px 0 0;
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 70px 0 0 0;
}
#footer .row {
  padding: 0 6.25%;
}
#footer img {
  display: inline-block;
  float: left;
  margin: 0 65px 0 0;
}
.info {
  float: left;
  border-top: 1px solid #D0DAE5;
  border-bottom: 1px solid #D0DAE5;
  padding: 15px 19px 15px 0;
  margin: 0 85px 0 0;
}
.info a {
  float: left;
  display: inline-block;
}
.info .mailto {
  color: #6f6f6e;
  font-size: 15px;
  margin-right: 20px;
}
.info .mailto span {
  display: inline-block;
  float: left;
  position: relative;
  top: 9px;
  padding-right: 19px;
}
.info .mailto:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 39px;
  background-color: #406596;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  float: right;
}
.info .mailto:after {
  content: '';
  display: block;
  clear: both;
}
.info .fbk {
  width: 9px;
  height: 20px;
  background-image: url(img/ico/ico.png);
  background-size: 350px;
  background-position: -50px 0;
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
  margin-right: 19px;
  position: relative;
  top: 9px;
}
.info .fbk:hover {
  background-position: -50px -50px;
}
.info .lnk {
  width: 19px;
  height: 19px;
  background-image: url(img/ico/ico.png);
  background-size: 350px;
  background-position: -100px 0;
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
  position: relative;
  top: 9px;
}
.info .lnk:hover {
  background-position: -100px -50px;
}
.info .inst {
  width: 20px;
  height: 20px;
  background-image: url(img/ico/instagram.png);
  background-size: cover;
  background-position: -1px 0;
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
  margin-left: 13px;
  position: relative;
  top: 9px;
  filter: grayscale(100%);
  opacity: 0.4;
}
.info .inst:hover {
  opacity: 1;
  filter: grayscale(0%);
}
.info .twi {
  width: 20px;
  height: 20px;
  background-image: url(img/ico/twitter.png);
  background-size: cover;
  background-position: -1px 0;
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
  margin-left: 13px;
  position: relative;
  top: 9px;
  filter: grayscale(100%);
  opacity: 0.4;
}
.info .twi:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.info:after {
  content: '';
  display: block;
  clear: both;
}
#menu01,
#menu02,
#menu03 {
  margin-bottom: 80px;
  float: left;
}
#menu01 ul,
#menu02 ul,
#menu03 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu01 li,
#menu02 li,
#menu03 li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  text-transform: uppercase;
}
#menu01 li a,
#menu02 li a,
#menu03 li a {
  color: #838484;
  font-size: 14px;
}
#menu01 li + li,
#menu02 li + li,
#menu03 li + li {
  margin-top: 10px;
}
#menu01 h4,
#menu02 h4,
#menu03 h4 {
  font-weight: 700;
  font-size: 14px;
  color: #3e6795;
  text-transform: uppercase;
  margin: 0 0 15px;
}
#menu01 {
  padding: 0 60px 0 0;
}
#menu01 li a {
  color: #7db9b7;
}
#menu02 {
  padding: 0 60px 0;
  margin: 0 60px 0 0;
  border-left: 1px solid #D0DAE5;
  border-right: 1px solid #D0DAE5;
}
.newsletter {
  /*width: 100%;*/
  width: 30px;
  min-width: 535px;
  /*.left;clear:both;*/
  position: absolute;
  top: auto;
  right: auto;
  bottom: 80px;
  left: 15px;
}
.newsletter h4 {
  font-weight: 700;
  font-size: 14px;
  color: #3e6795;
  text-transform: uppercase;
  margin: 0 20px 0 0;
  display: inline-block;
  float: left;
  position: relative;
  top: 14px;
}
.newsletter form {
  float: left;
  padding-right: 95px;
  position: relative;
}
.newsletter .form-txt {
  border: 0;
  width: 100%;
  height: 43px;
  background-color: #f5f5f5;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  font-style: italic;
  font-size: 12px;
  padding: 6px 10px;
  margin: 0 0 4px;
}
.newsletter .form-btn {
  border: 0;
  text-transform: uppercase;
  color: #fff;
  background-color: #7db9b7;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 95px;
  height: 43px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  /*padding: 12px 0 0 0;*/
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  cursor: pointer;
}
.newsletter .form-btn:hover {
  background-color: #3e6795;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.newsletter .check label {
  font-weight: 400;
  font-size: 12px;
}
.newsletter .check input {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.newsletter #respuesta_news_home{float: left;}
#clousure {
  border-top: 9px solid #3e6795;
  text-align: center;
  padding: 15px 0;
  background-color: #f6f6f6;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
#clousure p {
  margin: 0;
  font-size: 12px;
  color: #6f6f6e;
}
#clousure a {
  color: #6f6f6e;
}
#clousure .dot {
  display: inline-block;
  margin: 0 4px;
}
#clousure span.by {
  width: 18px;
  height: 16px;
  background-image: url(img/ico/ico.png);
  background-size: 350px;
  background-position: -150px 0;
  display: inline-block;
  margin: 0 5px 0 4px;
  position: relative;
  top: 4px;
}
#clousure:before {
  content: "";
  background-color: #f6f6f6;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: auto;
  left: auto;
  display: inline-block;
  margin-right: -15px;
}
#clousure:after {
  content: "";
  background-color: #f6f6f6;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 100%;
  display: inline-block;
  margin-left: -15px;
}
/* --------------------------------------------------------------
CONTACT FORM7
-------------------------------------------------------------- */
input.wpcf7-not-valid {
  border-color: #a94442;
}
div span.wpcf7-not-valid-tip {
  color: #f7e700;
  font-style: italic;
  padding-top: 4px;
}
form div.wpcf7-response-output {
  border: 3px solid transparent!important;
  margin: 30px 0px 0;
  padding: 12px 15px;
  clear: both;
}
form div.wpcf7-validation-errors {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc!important;
}
form div.wpcf7-mail-sent-ng {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1!important;
}
form div.wpcf7-mail-sent-ok {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6!important;
}
form div.wpcf7-spam-blocked {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.btn-header-profesional{background: #19679a; height: 45px; padding: 0 6.25%;  
  -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;
}
  .btn-header-profesional img{margin-left: 14%;padding: 5px; margin-top: 7px; border: 1px solid #fff;
      -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;
  }
  .btn-header-profesional:hover img{background: #5a79a7;}



.box-logo-peoplesapiens{float: left; margin-top: 9px; margin-left: 15px;}
  .box-logo-peoplesapiens img{width: 109px; margin-top: -7px;}

.radio{background: #f5f5f5; padding: 10px; position: relative; padding-left: 30px;}
  .radio input[type="radio"]{position: absolute; top: 50%; margin-top: -6px; left: 30px;}
.btn-opciones-uno img{width: 100px; margin-top: 5px; display: block;}
/* --------------------------------------------------------------
MEDIA QUERIES
-------------------------------------------------------------- */
@media (max-width: 1600px) {
  #rels .tab-content {
    width: 130%;
  }
  .tecProd .content {
    margin-bottom: 25px;
    /*max-height: 175px;*/
  }
}

@media (max-width: 1440px) {
  #lang_sel_list{
    right: 0px;
    top: -10px;
    position: absolute !important;
  }
  #concepto .block-title {
    margin-bottom: 50px;
    padding-top: 27px;
  }
  #concepto .row .col-sm-6:first-child p {
    line-height: 110%;
  }
  .prodlist {
    margin: 0 -40px;
  }
  .prodList li {
    padding: 0 40px;
  }
  #secondarySlider .row {
    padding: 0 0 0 6.25%;
  }
  #news .row {
    padding-left: 7.5%;
  }
  #menu01 {
    padding-right: 40px;
  }
  #menu02 {
    padding: 0 40px;
    margin: 0 40px 0 0;
  }
  .productFamily .inner {
    padding: 0 100px;
  }
  article.product .row .col-padding {
    padding-left: 3.25%;
  }
  #rels .top:before {
    width: 8%;
  }
  #rels .tab-content:before {
    width: 6.5%;
  }
  .propProd ul {
    margin: 0 -20px;
  }
  .propProd ul li {
    padding: 0 20px;
  }
  .tecPage .tecProd {
    padding: 0px 15px 0 0;
  }
  .tecPage .tecProd .inner {
    padding-top: 30px;
  }
  .featured {
    left: 0px;
    padding: 15px 20px 12px;
  }
  .tecPage .tecProd img {
    margin-bottom: 30px;
  }
  .tecProp h3 {
    margin-bottom: 30px;
  }
  .tecProp .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .patProp .inner {
    padding-left: 0px;
    padding-right: 20px;
    padding-top: 0px;
  }
  .nav-2 {
    padding-left: 15px;
  }
  .nav-2 li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav-2 li.active:after {
    right: 7px;
  }
  #relT .rel-list {
    padding-right: 0;
  }
  .offline,
  .online {
    padding-right: 100px;
  }
  #footer .row {
    padding: 0 15px;
  }
}
@media (max-width: 1280px) {
  #concepto .row .col-md-6:first-child p {
    margin-bottom: 25px;
    font-size: 45px;
  }
  .prodlist {
    margin: 0 -30px;
  }
  .prodList li {
    padding: 0 30px;
  }
  #secondarySlider ul li div p {
    margin-bottom: 50px;
    font-size: 25px;
  }
  #secondarySlider .bx-pager {
    bottom: 75px;
  }
  .news {
    padding-left: 0;
  }
  #news a.btn-default {
    margin-left: 0;
  }
  #footer img {
    margin-right: 30px;
  }
  .info {
    margin-right: 35px;
  }
  #menu01 {
    padding-right: 33px;
  }
  #menu01 {
    padding-right: 33px;
  }
  #menu02 {
    padding: 0 40px;
    margin: 0 35px 0 0;
  }
  .productFamily .inner {
    padding: 0 50px;
  }
  #logo {
    margin-right: 25px;
  }
  .propProd ul {
    margin: 0 -10px;
  }
  .propProd ul li {
    padding: 0 10px;
  }
  .tick li {
    margin-right: 15px;
  }
  #rels h3 {
    left: -15px;
  }
  #rels .tab-content .figure {
    padding-right: 50px;
  }
  .tecProd .content {
    margin-bottom: 25px;
    /*max-height: 175px;*/
  }
  .featured {
    left: 0px;
    padding: 15px 20px 12px;
    position: relative;
  }
  .map {
    padding-right: 0%;
  }
  .case header {
    padding: 5px 25px;
  }
  .case .content {
    padding: 20px!important;
  }
  section.navigation > div > ul {
    font-size: 12px;
  }
  #relT .rel-list {
    padding-left: 40px;
  }
  .offline,
  .online {
    padding-right: 50px;
  }
  .caseBlog header {
    padding: 0px;
  }
}
@media (max-width: 1119px) {
  #lang_sel_list{
    top: 60px;
    right: -7px;
  }


  #concepto .row {
    padding-left: 0;
  }
  #concepto .row .col-md-6:first-child p {
    font-size: 40px;
    line-height: 110%;
  }
  #productos .row {
    padding-left: 0;
  }
  .prodList {
    padding: 40px;
  }
  #secondarySlider .row {
    padding-left: 0;
  }
  #secondarySlider ul li > a > img {
    max-width: 500px;
    width: 100%;
  }
  #secondarySlider ul li div {
    padding-left: 520px;
  }
  #secondarySlider ul li .block-title {
    margin-bottom: 25px;
  }
  .infoProd {
    padding-right: 7.5%;
  }
  .propProd,
  .tecProd {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
  .propProd ul li {
    width: 33.3333%;
  }
  .propProd ul li img {
    max-width: 100%;
  }
  #rels h3 {
    font-size: 12px;
  }
  #rels .tab-content .figure {
    padding-right: 30px;
  }
  #rels .tab-content {
    width: 150%;
  }
  #rels .tab-content:before {
    width: 5.5%;
  }
  .case header h3 {
    font-size: 20px;
  }
  section.navigation > div {
    padding-left: 15px;
  }
  .nav-1 {
    padding-right: 15px;
  }
  .nav-2 li {
    padding-left: 5px;
    padding-right: 10px;
  }
  .col-md-6 .case header {
    width: 55.15%;
  }
  .col-md-6 .case .content {
    width: 44.85%;
  }
  .col-md-6 .caseBlog header {
    width: 100%;
  }
  .col-md-6 .caseBlog .content {
    width: 38.85%;
  }
  .salePage .row {
    padding: 0 0 0 6.25%;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
    margin-right: 0;
    border: 0;
    background-color: #3e6795;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 9px 10px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
    height: 3px;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #3e6795;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    background-color: #3e6795;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
  }
  .navbar-collapse {
    border-top: none;
    box-shadow: 0 0 0 #fff;
    padding: 0;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .navbar-default .navbar-nav > li > a {
    color: #3e6795;
    background-color: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-default {
    border: 0;
    background: none;
  }
  #logo {
    position: relative;
    z-index: 11;
  }
  #search {
    position: absolute;
    top: -5px;
    right: 90px;
    bottom: auto;
    left: auto;
  }
  .info {
    clear: left;
    margin-top: 30px;
  }

  .menuF {
    position: relative;
    top: -65px;
  }
  .newsletter {
    bottom: 50px;
  }
  .tecPage #rels h3 {
    padding-left: 30px!important;
  }
  .tecPage #rels h3:after {
    left: 30px;
  }
  .case .top {
    margin-bottom: 20px;
  }
  .case-internal header h1 {
    font-size: 30px;
  }
  #relT .rel-list {
    padding-left: 20px;
  }
  #relT h3 {
    padding-left: 40px;
  }
  #relT h3:after {
    left: 40px;
  }
}
@media (max-width: 991px) {
  #slider ul img {
    width: 100%;
    position: relative;
    right: -150px;
  }
  #slider ul h1 {
    font-size: 50px;
  }
  #concepto .row .col-md-6:first-child p {
    font-size: 45px;
  }
  #concepto .row .col-md-6:first-child p br {
    display: none;
  }
  #concepto .block01 {
    padding-bottom: 40px!important;
  }
  #concepto .block {
    height: auto !important;
  }
  #productos .block01 {
    padding: 50px 0 0 40px;
  }
  .prodList {
    padding: 15px 40px 40px;
  }
  #secondarySlider ul li > a > img {
    max-width: 1000px;
    position: relative;
  }
  #secondarySlider ul li div {
    padding-left: 0;
  }
  #secondarySlider ul li div p br {
    display: none;
  }
  #news .row {
    padding-left: 0;
  }
  #news .row > div {
    padding: 0 15px;
  }
  #news .block01 {
    margin-bottom: 30px;
  }
  .info {
    clear: right;
    margin-top: 0;
  }
  .menuF {
    top: 0;
    margin: 40px 0 160px!important;
    width: 33.3333%;
    padding: 0 20px!important;
  }
  .tecPage .row {
    padding-left: 0;
  }
  .tecPage .row > div {
    padding: 0 15px !important;
  }
  .tecPage .row .fullImg {
    display: none;
  }
  #header {
    padding-left: 0;
    padding-right: 0;
  }
  .patProp .inner {
    padding: 30px 0;
  }
  .cntPage .container-fluid > .row,
  .salePage .row {
    padding-left: 0;
  }
  .cntPage .row > .col-md-6 {
    padding: 0 15px;
  }
  .cntPage .row > .col-md-6:last-child {
    padding: 0 ;
  }
  .cntForm .inner {
    padding: 30px 0;
  }
  .offline,
  .online {
    padding-right: 15px;
  }
  .list-offline .result.active:after {
    display: none;
  }
  .productBlock h3 {
    font-size: 35px;
  }
  .productFamily .inner {
    padding: 0 15px;
  }
  .closeF {
    right: 15px;
  }
  article.product .row {
    padding: 0;
  }
  .infoProd,
  .propProd,
  .tecProd {
    padding: 50px 20px 25px 70px;
  }
  .ribbon {
    right: 15px;
  }
  article.product .row .col-padding {
    padding: 0 15px;
  }
  #rels h3 {
    left: 0;
  }
  .testPage .row {
    padding: 0;
  }
  .testPage .row > div {
    padding: 0;
  }
  .blogPage .row {
    padding: 0;
  }
  .testPage .row > div {
    padding: 0;
  }
  .caseBlog.case-internal header {
    padding: 20px 15px!important;
  }
  .case-internal .content {
    padding: 50px 15px;
  }
}
@media (max-width: 767px) {
  .prodBlock .nav-tabs > li > a {font-size: 11px;}
  .pyme{float: left; margin-top: 15px !important;}
  .navbar-collapse {
    padding: 0 15px;
  }
  #search {
    display: none;
  }
  #productos .block01 {
    padding-left: 20px;
  }
  .prodList li {
    padding: 0 10px;
    width: 50%;
    margin-bottom: 20px;
  }
  #secondarySlider .col-xs-12 {
    padding: 0;
  }
  #secondarySlider ul li div {
    padding: 30px 15px 0;
  }
  #secondarySlider .bx-pager {
    bottom: 15px;
  }
  #header {
    padding-left: 0;
    padding-right: 0;
  }
  #footer {
    padding-top: 30px;
  }
  #footer .row {
    padding: 0;
  }
  .info {
    margin: 30px 0 0 0;
    padding-right: 0;
    width: 100%;
  }
  .newsletter {
    position: relative;
    bottom: auto;
    width: 100%;
    left: 0;
    min-width: 290px;
    clear: both;
    margin: 30px 0;
    float: left;
    display: none;
  }
  .newsletter h4 {
    top: 0;
    margin-bottom: 15px;
  }
  .menuF {
    width: 100%;
    margin: 30px 0 0!important;
    float: none;
    clear: both;
    height: auto!important;
    padding: 0!important;
  }
  #menu02 {
    border: 0;
  }
  #rels .tab-content .figure {
    display: none;
  }
  #rels h3 {
    width: 100%;
    font-size: 14px;
  }
  #rels ul {
    width: 100%;
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: auto;
  }
  #rels .top {
    margin-bottom: 100px;
  }
  .tecPage #rels .tab-content {
    padding: 30px 15px;
  }
  .page-title {
    font-size: 35px;
  }
  .data {
    padding: 15px;
    height: auto;
  }
  .productBlock {
    width: 100%!important;
    background-size: cover;
  }
  .productBlock + .productBlock {
    margin-top: 20px;
  }
  .productFamily {
    width: 100%;
    position: fixed;
  }
  .productBlock .inner > img {
    width: 100%;
  }
  div.dropdown > div img {
    width: 30%;
  }
  article.product header h1 {
    font-size: 30px;
    padding-top: 60px;
  }
  .infoProd .top h3 {
    font-size: 33px;
  }
  .infoProd .content {
    margin-left: -55px;
  }
  .propProd,
  .tecProd {
    padding-left: 15px;
  }
  .propProd ul li {
    width: 50%;
  }
  .col-md-6 .case,
  .case {
    height: auto!important;
  }
  .col-md-6 .case header,
  .case header {
    width: 100%;
    padding: 20px;
  }
  .col-md-6 .case .content,
  .case .content {
    width: 100%;
  }
  section.navigation {
    height: auto !important;
  }
  .caseBlog figure {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .navbar-collapse {
    padding: 6px 0 0 0;
  }
  .navbar {
    float: left;
    margin: 18px 0 0 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 0;
    /*position:static*/
  }
  .navbar-default .navbar-nav > li {
    padding: 0;
    font-size: 12px;
    font-weight: 700;
  }
  .navbar-default .navbar-nav > li.active {
    position: relative;
  }
  .navbar-default .navbar-nav > li.active:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 50%;
    margin: 33px 0 0 -4.5px;
    z-index: 99;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9.5px 0 9.5px;
    border-color: #fff transparent transparent transparent;
  }

  .innerTec .navbar-default .navbar-nav > li.active:before {margin-left: -155px !important;}
  .innerPat .navbar-default .navbar-nav > li.active:before {margin-left: -55px !important;}

  .navbar-default .navbar-nav > li > a {
    padding: 0 13.5px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #7db9b7;
    position: relative;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    outline: none;
  }
  .navbar-default .navbar-nav > li > a:hover {
    color: #3e6795;
  }
  .navbar-default .navbar-nav > li.dropdown {
    position: static;
  }
  .navbar-default .navbar-nav > li.dropdown .dropdown-menu {
    display: block;
    border: 0;
    width: 115%;
    margin: 20px 0 0;
    padding: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    max-height: 0;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    box-shadow: 0 0 0 #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    visibility: hidden;
  }
  .navbar-default .navbar-nav > li.dropdown .dropdown-menu > li {
    display: inline-block;
    text-transform: uppercase;
    color: #bdbebe;
    position: relative;
  }
  .navbar-default .navbar-nav > li.dropdown .dropdown-menu:after {
    content: "";
    background-color: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 100%;
    display: inline-block;
  }
  .navbar-default .navbar-nav > li.dropdown .dropdown-menu:before {
    content: "";
    background-color: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: auto;
    left: auto;
    display: inline-block;
  }
  .navbar-default .navbar-nav > li.dropdown .dropdown-menu > li > a {
    color: #bdbebe;
    font-size: 12px;
    padding: 15px 4px;
    text-align: center;
    display: inline-block;
  }
  .navbar-default .navbar-nav > li.dropdown .dropdown-menu > li:after {
    content: "|";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 100%;
    margin-top: -12px;
  }
  .navbar-default .navbar-nav > li.dropdown .dropdown-menu > li:last-child:after {
    display: none;
  }
  .navbar-default .navbar-nav > li.dropdown.open {
    position: static;
  }
  .navbar-default .navbar-nav > li.dropdown.open > a {
    background-color: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    color: #3e6795;
  }
  .navbar-default .navbar-nav > li.dropdown.open > a:before {
    content: "";
    background-color: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 50px;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0;
    display: inline-block;
  }
  .navbar-default .navbar-nav > li.dropdown.open > a:after {
    content: "";
    background-color: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 33px;
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 0;
    display: inline-block;
  }
  .navbar-default .navbar-nav > li.dropdown.open .dropdown-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    top: 100%;
    max-height: 100px;
    visibility: visible;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    background-color: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    color: #3e6795;
  }
  .navbar-default .navbar-nav > .active > a:before,
  .navbar-default .navbar-nav > .active > a:hover:before,
  .navbar-default .navbar-nav > .active > a:focus:before {
    content: "";
    background-color: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 50px;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0;
    display: inline-block;
  }
  .navbar-default .navbar-nav > .active > a:after,
  .navbar-default .navbar-nav > .active > a:hover:after,
  .navbar-default .navbar-nav > .active > a:focus:after {
    content: "";
    background-color: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 33px;
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 0;
    display: inline-block;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    background: none;
    color: #3e6795;
  }
}
.infografia{margin-top: 20px; margin-bottom: 20px;}
.txt-ficha-tec{font-weight: 300; font-size: 14px; color: #3e6795; margin-left: 15px; }
.proximamente{background: none repeat scroll 0 0 #ededed; padding-bottom: 15px; padding-top: 15px; text-align: center; width: 100%; margin-bottom: 30px; font-size: 16px;}
/*# sourceMappingURL=style.css.map */
