/*@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
/*@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600');*/
/*@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');*/
/*@import url('https://fonts.googleapis.com/css?family=Poiret+One');*/

a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

.c-yma-primary{
	color: #008cca;
}
.bg-yma-primary{
	background: #008cca;
}
.c-yma-secundary{
	color: #0098C7;
}
.bg-yma-secundary{
	background: #0098C7;
}
.c-yma-third{
	color: #DD2B57;
}
.bg-yma-third{
	background: #DD2B57;
}

/*LOADER PRINCIPAL*/
#div_loader {
	z-index: 9999;
	position: fixed;
	display: table;
	background: #fff;
	color: #000;
	font-size: 14px;
	width: 100%;
	height: 100vh;
}
#div_loader_message {
	z-index: 9999;
	position: fixed;
	display: table;
	background: rgba(0,0,0,.5);
	color: #000;
	font-size: 14px;
	width: 100%;
	height: 100vh;
}
#div_loader_row{
	display: table-row;
	vertical-align: middle;
	text-align: center;
}
#div_loader_cell{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.loader {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%;
}

.loader .right {
		float: left;
		color: #000;
		width: 50%;
		text-align: right;
}

.loader .left {
		float: left;
		color: #7a7a7a;
		width: 50%;
		text-align: right;
		-moz-transform: scale(-1, 1);
		-webkit-transform: scale(-1, 1);
		-o-transform: scale(-1, 1);
		-ms-transform: scale(-1, 1);
		transform: scale(-1, 1);
		margin-top: 40px;
}

.loader h2,
.loader h4 {
		-webkit-transition: opacity .25s;
		-moz-transition: opacity .25s;
		-o-transition: opacity .25s;
		-ms-transition: opacity .25s;
		transition: opacity .25s;
		font-family: "FARCRY", Verdana, Tahoma;
}

.loader h2 {
		font-size: 5.5vw;
}

.loader h4 {
		font-size: 2.5vw;
}

.loader h4:first-child {
		margin-bottom: 0vw;
}

.loader h4:last-child {
		margin-top: -1vw;
}
/*FIN LOADER PRINCIPAL*/

/*LOADER CONTACTANOS*/
#div_loader_contactanos {
  	background-color: rgba(0,0,0,.7);
  	overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
}

#div_loader_contactanos h2 {
  position: absolute;
  /*font-family: 'Open Sans';*/
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  left: 50%;
  top: 55%;
  margin-left: -50px;
  color: #fff;
  animation: speeder 1.6s linear infinite;
}

.loader_contactanos {
  position: absolute;
  top: 50%;
  margin-left: -50px;
  left: 50%;
  animation: speeder .4s linear infinite;
  /*background-color: #f1c40f;
  overflow: hidden;*/
}

.loader_contactanos > span {
  height: 5px;
  width: 35px;
  background: #FFF;
  position: absolute;
  top: -19px;
  left: 60px;
  border-radius: 2px 10px 1px 0;
}

.base span {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 100px solid #FFF;
  border-bottom: 6px solid transparent;
}

.base span:after {
  content: "";
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  right: -110px;
  top: -16px;
}

.base span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 55px solid #FFF;
  border-bottom: 16px solid transparent;
  top: -16px;
  right: -98px;
}

.face {
  position: absolute;
  height: 12px;
  width: 20px;
  background: #FFF;
  border-radius: 20px 20px 0 0;
  transform: rotate(-40deg);
  right: -125px;
  top: -15px;
}

.face:after {
  content: "";
  height: 12px;
  width: 12px;
  background: #FFF;
  right: 4px;
  top: 7px;
  position: absolute;
  transform: rotate(40deg);
  transform-origin: 50% 50%;
  border-radius: 0 0 0 2px;
}

.loader_contactanos > span > span:nth-child(1),
.loader_contactanos > span > span:nth-child(2),
.loader_contactanos > span > span:nth-child(3),
.loader_contactanos > span > span:nth-child(4) {
  width: 30px;
  height: 1px;
  background: #FFF;
  position: absolute;
  animation: fazer1 .2s linear infinite;
}

.loader_contactanos > span > span:nth-child(2) {
  top: 3px;
  animation: fazer2 .4s linear infinite;
}

.loader_contactanos > span > span:nth-child(3) {
  top: 1px;
  animation: fazer3 .4s linear infinite;
  animation-delay: -1s;
}

.loader_contactanos > span > span:nth-child(4) {
  top: 4px;
  animation: fazer4 1s linear infinite;
  animation-delay: -1s;
}

@keyframes fazer1 {
  0% {
    left: 0;
  }
  100% {
    left: -80px;
    opacity: 0;
  }
}
@keyframes fazer2 {
  0% {
    left: 0;
  }
  100% {
    left: -100px;
    opacity: 0;
  }
}
@keyframes fazer3 {
  0% {
    left: 0;
  }
  100% {
    left: -50px;
    opacity: 0;
  }
}
@keyframes fazer4 {
  0% {
    left: 0;
  }
  100% {
    left: -150px;
    opacity: 0;
  }
}
@keyframes speeder {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -3px) rotate(-1deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 3px) rotate(-1deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-2px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.longfazers {
  position: absolute;
  width: 100%;
  height: 100%;
}

.longfazers span {
  position: absolute;
  height: 2px;
  width: 20%;
  background: #FFF;
}

.longfazers span:nth-child(1) {
  top: 20%;
  animation: lf .6s linear infinite;
  animation-delay: -5s;
}

.longfazers span:nth-child(2) {
  top: 40%;
  animation: lf2 .8s linear infinite;
  animation-delay: -1s;
}

.longfazers span:nth-child(3) {
  top: 60%;
  animation: lf3 .6s linear infinite;
}

.longfazers span:nth-child(4) {
  top: 80%;
  animation: lf4 .5s linear infinite;
  animation-delay: -3s;
}

@keyframes lf {
  0% {
    left: 200%;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}
@keyframes lf2 {
  0% {
    left: 200%;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}
@keyframes lf3 {
  0% {
    left: 200%;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}
@keyframes lf4 {
  0% {
    left: 200%;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}

/*FIN LOADER CONTACTANOS*/

section{
	/*display: inline-block;*/
	/*width: 100% !important;*/
	/*padding: 40px 0;*/
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
}
#servicios{
	padding-bottom: 0px;
}

.linea-seapacion-seccion{
	padding-top: 0;
	padding-bottom: 0;
}

/*article{
	padding-bottom: 30px;
}*/

/*section.container{
	background: url(../img/bg-content.png);
}*/
body{
	position: relative;
	/*height: 100%;*/
	/*background: url(../img/bg-content.jpg) repeat-y;
    background-size: 100%;*/
    font-family: 'Open Sans';
    /*font-size: 19px;*/
    /*font-weight: 600;*/
}

.f-300{
	font-weight: 300 !important;
}
.f-400{
	font-weight: 400 !important;
}
.f-600{
	font-weight: 600 !important;
}
.f-700{
	font-weight: 700 !important;
}

#portada{
	position: relative;
	width: 100%;
	height: 624px;
	/*height: 650px;*/
	max-height: 100vh;
	display: table;
	overflow: hidden;
	
	-webkit-box-shadow: 0px 0px 20px 3px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 20px 3px rgba(0,0,0,.5);
	box-shadow: 0px 0px 20px 3px rgba(0,0,0,.5);
}
#portada-producto{
	position: relative;
	width: 100%;
	height: 350px;
	max-height: 100vh;
	display: table;
	padding-bottom: 0;
	-webkit-box-shadow: 0px 0px 20px 3px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 20px 3px rgba(0,0,0,.5);
	box-shadow: 0px 0px 20px 3px rgba(0,0,0,.5);
}
.carousel-portada{
	position: absolute !important;
	top: 0;
	left: 0;
}
.carousel-portada .item-carousel-portada{
	-webkit-background-size: cover;
	background-size: cover;
    width: 100%;
    height: 624px;
    /*background-position-y: 70%;*/
    background-position-y: 42%;
}

#portada1{
	width: 100%;
	height: 650px;
	background: url(../img/portada1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position-x: 65%;
}
#portada2{
	width: 100%;
	height: 650px;
	background: url(../img/portada2.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position-x: 65%;
}
#img-portada-producto{
	width: 100%;
	height: 350px;
	background: url(../img/portada-producto.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position-y: 80%;
}
.bg-portada-producto{
	width: 100%;
	height: 100%;
	background: rgba(0,88,154,.5);
}

#portada #portada-tablerow{
    display: table-row;
    height: 100%;
}

#texto-portada{
	z-index: 1;
	position: absolute;
	width: 0px;
	/*width: 0px;*/
	/*height: 80px;*/
	left: 250px;
	bottom: 150px;
	border-bottom: 1px solid #fff;
	/*-webkit-animation: subline_texto_portada 1s 2s;
	-moz-animation:    subline_texto_portada 1s 2s;
	-o-animation:      subline_texto_portada 1s 2s;
	animation:         subline_texto_portada 1s 2s;*/

	-webkit-transition: width .7s ease-in;
	-o-transition: width .7s ease-in;
	transition: width .7s ease-in;

}

#texto-portada #text-typed{
	display: inline;
	position: inherit;
	top: 2px;
	color: #fff;
	/*height: 80px;*/
	font-family: 'Open Sans';
	font-size: 50px;
	font-weight: 300;
}
.typed-cursor{
	position: relative;
	color: #fff;
	font-size: 50px;
	margin-top: -4px;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

/*@-webkit-keyframes subline_texto_portada {
  0%   { 
  			width: 0;
  		}
  100% { 
			width: 420px;
  		}
}
@-moz-keyframes subline_texto_portada {
  0%   { 
  			width: 0;
  		}
  100% { 
			width: 420px;
  		}
}
@-o-keyframes subline_texto_portada {
  0%   { 
  			width: 0;
  		}
  100% { 
			width: 420px;
  		}
}
@keyframes subline_texto_portada {
  0%   { 
  			width: 0;
  		}
  100% { 
			width: 420px;
  		}
}
*/
#menu{
	z-index: 10;
	position: fixed;
	display: table;
	top: 0;
	left: -200%;
	/*left: -500px;*/
	/*max-width: 500px;*/
	width: 100%;
	height: 100vh;
	/*background: #0098C7;*/
	background: rgba(255,255,255,1);
	text-align: center;
	/*vertical-align: middle;*/
	font-family: 'Open Sans';
	font-size: 14px;

	-webkit-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
#menu-table-row{
	display: table-row;
	width: 100%;
	height: 100%;
}
#menu-table-cell{
	display: table-cell;
	vertical-align: middle;
}

#menu #menu-close{
	position: absolute;
	/*top: 0;*/
	right: 40px;
	text-decoration: none;
	color: #0098C7;
    font-size: 20px;
    /*margin: 20px;*/
    /*margin-left: 40px;*/
    margin-top: 24px;
    /*width: 100%;*/
    text-align: center;
}

#menu img{
	/*padding: 30px 30px 10px 30px;*/
	/*width: 250px;*/
}
#menu ul{
	list-style: none;
	padding: 20px 0;
	margin: 0;
}

#menu ul li{
	display: block;
	padding: 5px;
	/*text-align: center;*/
}

#menu ul li a{
	color: #0098C7;
	text-decoration: none;
	font-size: 16px;
}

#menu ul li a:hover{
	color: #008cca;
	text-decoration: none;
}
#menu_footer_lang{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 10px !important;
}
.adorno_hilo_menu{
	padding: 20px !important;
}


.bg-oscuro{
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    /*display: table;*/
    
    width: 100%;
    height: 100%;
    background: url(../img/bg-portada.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

#header-yma{
	z-index: 8;

    position: absolute;
    width: 100%;
    top: 0;
	/*position: relative;*/
	display: table-caption;
	
	height: 90px;
	color: #fff;

	/*-webkit-box-shadow: 0px 2px 5px 0px rgba(48,48,48,0.7);
	-moz-box-shadow: 0px 2px 5px 0px rgba(48,48,48,0.7);
	box-shadow: 0px 2px 5px 0px rgba(48,48,48,0.7);*/
}
#header-yma.header-yma-float{
    position: fixed;
	background: #fff;
}
.header-yma-v2{
	width: 100%;
    display: initial !important;
	font-size: 14px;
	font-family: 'Open Sans';
}

.navbar-static{
	background: #fff;
	/*background: #0098C7;*/
	height: 45px;
	text-align: center;
	font-family: 'Open Sans';
	font-size: 14px;
}

.navbar-static.header-top{
	border-bottom: 2px solid #e3e3e3;
}
.navbar-static.header-bottom{
	border-bottom: 6px solid #008cca;
}

.navbar-static-v2{
	position: relative;
	
	background: #fff;
	height: 90px;
	text-align: center;
}
#subnavbar-static{
	background: #e3e3e3;
	height: 90px;
	text-align: center;
}
#subnavbar-static #sub-menu{
	list-style: none;
	margin: 0;
	/*margin-left: 20px;*/
}

#subnavbar-static #sub-menu li{
	position: relative;
	float: left;
	height: 90px;
	line-height: 90px;
	/*border-right: 1px solid #0098C7;*/
}

#subnavbar-static #sub-menu li.active{
	background: url(../img/active_menu_2.svg);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

#subnavbar-static #sub-menu li.active a{
	color: #fff;
}

#subnavbar-static #sub-menu li.active a:hover{
	color: #fff;
}

#subnavbar-static #sub-menu li:after{
	position: absolute;
	right: -2px;
	content: "|";
	color: #0098C7;
}

#subnavbar-static #sub-menu li:last-child{
	float: left;
	height: 90px;
	line-height: 90px;
}

#subnavbar-static #sub-menu li a{
	display: inline-block;
	text-decoration: none;
	color: #000;
	padding: 0 16px;
}

#subnavbar-static #sub-menu li a:hover{
	text-decoration: none;
	color: #000;
}

#subnavbar-static #sub-menu li i{
    padding-top: 9px;
}

#header-yma #menu-ul-left{
	position: absolute;
	left: 40px;
	/*position: relative;*/
	display: inline-block;
	float: left;
	/*width: 120px;*/
	height: 90px;
	/*background: #fff;*/
	/*background: #008cca;*/
	padding: 0;
	margin: 0;
	/*margin-left: 20px;*/
	list-style: none;
	text-align: center;
}

#header-yma #menu-ul-left li{
	line-height: 90px;
}
#header-yma #menu-ul-left li a{
	display: block;
	text-decoration: none;
	color: #fff;
}
#header-yma #menu-ul-left li a:hover{
	text-decoration: none;
	color: #fff;
}

#header-yma #social-ul{
	position: absolute;
	/*position: relative;*/
	display: inline-block;
	float: right;
	top: 0;
	right: 0;
	/*width: 48px;*/
	height: 90px;
	/*background: #008cca;*/
	padding: 0;
	margin: 0;
	margin-right: 20px;
	list-style: none;
	text-align: center;
}
#header-yma #social-ul li{
	line-height: 90px;
	float: left;
	width: 50px;
}
#header-yma #social-ul li a{
	/*display: block;*/
	color: #fff;
}
#header-yma #social-ul li a span i.zmdi-hc-stack-1x{
	font-size: 24px;
    font-weight: 800;
}
#header-yma #social-ul li a:hover{
	text-decoration: none;
	color: #fff;
}
#play_video{
	/*position: relative;*/
	/*display: inline-block;*/
	/*top: 4px;*/
	/*width: 20px;*/
	/*height: 22px;*/
	/*background: url(../img/icon-play.svg) no-repeat;*/
}

#header-yma #info-ul{
	position: relative;
	display: inline-block;
	/*float: right;*/
	/*top: 0;*/
	/*right: 40px;*/
	height: 45px;
	padding: 0;
	margin: 0;
	/*margin-right: 80px;*/
	list-style: none;
	text-align: center;

	/*position: absolute;*/
	/*right: 68px;*/
}
#header-yma .header-top #info-ul > li{
	float: left;
	padding: 8px 20px;
}
#header-yma .header-bottom #info-ul > li{
	float: left;
	padding: 11px 20px;
}
#header-yma #info-ul > li.info-ul-menu-mobile{
	padding: 0px 20px !important;
	margin-right: 15px;
}
#header-yma #info-ul > li.social-li{
	width: 200px;
	text-align: left;
	cursor: pointer;
	/*padding: 30px 5px;*/
}
#header-yma #info-ul > li.social-li a{
	display: inline-block;
}
#header-yma #info-ul > li.social-li img{
	padding: 3px;
}
#header-yma #info-ul > li .icon-small{
	padding-top: 2px;
}
#header-yma #info-ul > li .texto-icon{
	margin-left: 6px;
	margin-bottom: 0px;
	color: #000;
	font-size: 11px;
	font-weight: 600;
	float: right;
	text-align: left;
}
#header-yma #info-ul > li a{
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	font-weight: 600;
}
#header-yma.header-yma-float #info-ul > li a{
	color: #000;
}
.header-yma-v2 #info-ul li a{
	display: block;
	color: #008cca !important;
}
#header-yma #info-ul > li a i.zmdi-caret-down{
	font-size: 24px;
    font-weight: 800;
    padding: 0 5px;
}
#header-yma #info-ul > li:hover a{
	text-decoration: none;
	color: #008cca;
}
#header-yma #info-ul > li.active a{
	text-decoration: none;
	color: #008cca;
}
#header-yma.header-yma-float #info-ul > li a:hover{
	color: #008cca;
}

#header-yma #info-ul > li.info-ul-menu{
	position: relative;
}

.navbar-static.header-bottom #info-ul > li{
	width: 120px;

}
#header-yma #info-ul > li.info-ul-menu.slot-logo{
	width: 170px;
	padding: 0px;
}

.subline-menu {
	position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    display: none;
    cursor: pointer;
    z-index: 0;
}
#header-yma #info-ul > li.info-ul-menu:hover .subline-menu{
	display: block;
    bottom: 25px;
}

#header-yma #info-ul > li.active .subline-menu{
	display: block;
    bottom: 25px;
}

#dropdown-idioma{
	display: none;
	position: absolute;
	background: #fff;
	padding: 0;
	list-style: none;

	-webkit-box-shadow: 0px 1px 3px 1px rgba(66,65,66,1);
	-moz-box-shadow: 0px 1px 3px 1px rgba(66,65,66,1);
	box-shadow: 0px 1px 3px 1px rgba(66,65,66,1);
}

#dropdown-idioma li {
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 120px;
}

#dropdown-idioma li a{
	display: block;
	color: #000;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
}

#dropdown-idioma li a:hover{
	color: #000;
	text-decoration: none;
	background: rgba(148,143,177,.5);
}

#container-logo-static {
	position: relative;
	display: inline-block;
	background: #fff;
	width: 220px; 
	height: 90px; 
	border: 2px solid #008cca; 
	/*margin-left: 66px;*/

	-webkit-transform: skew(-28deg);
	-moz-transform: skew(-28deg);
	-ms-transform: skew(-28deg);
	-o-transform: skew(-28deg);
	transform: skew(-28deg);

	-webkit-box-shadow: 0px 0px 5px 2px rgba(48,48,48,0.7);1
	-moz-box-shadow: 0px 0px 5px 2px rgba(48,48,48,0.7);
	box-shadow: 0px 0px 5px 2px rgba(48,48,48,0.7);
}
#container-logo-static-v2 {
    /*position: absolute;*/
    position: relative;
    
    width: 100%;
    display: inline-block;
    padding-top: 12px;
    top: 70px;
    /*left: 0;*/
}

#container-logo-static img {
	padding-top: 30px;
    padding-right: 18px;
    width: 210px;

	-webkit-transform: skew(28deg);
	-moz-transform: skew(28deg);
	-ms-transform: skew(28deg);
	-o-transform: skew(28deg);
	transform: skew(28deg);
}

#portada-tablecell {
	display: table-cell;
    vertical-align: bottom;
    text-align: right;
}

#container-portada {
	z-index: 1;
	position: absolute;
    right: 0;
    bottom: 100px;
	/*display: inline-block;*/
	width: 650px;
	min-height: 130px;
	/*vertical-align: middle;*/
	background: rgba(37,35,77,.6);
	/*background: url(../img/bg-texto-portada.svg);*/
	/*-webkit-background-size: 100% 100%;*/
	/*background-size: 100% 100%;*/
	text-align: center;
	max-width: 95%;
	padding: 30px;
	padding-bottom: 10px;
	/*-webkit-box-shadow: 7px 7px 0px 0px rgba(48,48,48,0.5);
	-moz-box-shadow: 7px 7px 0px 0px rgba(48,48,48,0.5);
	box-shadow: 7px 7px 0px 0px rgba(48,48,48,0.5);*/
}
#container-portada h1{
	color: #fff;
	font-size: 28px;
    font-weight: 400;
    /*padding-top: 30px;*/
    line-height: 30px;
    font-family: 'Open Sans';
    /*font-family: 'Open Sans', sans-serif/
    /*font-size: 28px;*/
}
#container-portada p{
	color: #000;
	font-size: 17px;
    font-weight: 500;
    padding-top: 15px;
    font-family: 'Open Sans';
}
#boton-portada {
	z-index: 1;
	position: absolute;
    right: 0;
    bottom: 50px;
	/*display: inline-block;*/
	width: 650px;
	height: 50px;
	/*vertical-align: middle;*/
	background: rgba(255, 255, 255, .8);
	max-width: 95%;
	/*background: url(../img/bg-texto-portada.svg);*/
	/*-webkit-background-size: 100% 100%;*/
	/*background-size: 100% 100%;*/
	text-align: center;
}
#boton-portada a{
	line-height: 50px;
	font-family: 'Open Sans';
	color: #000;
	text-decoration: none;
}
#boton-portada a:hover{
	color: #000;
	text-decoration: none;
}

#icons-portada-izq{
	z-index: 1;
	position: absolute;
	left: 20px;
	bottom: 20px;
}

#icons-portada-der{
	z-index: 1;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.title-section{
	position: relative;
	display: inline-block;
	font-size: 24px;
	margin-bottom: 0;
	font-family: 'Open Sans';
	font-weight: 700;
	padding-bottom: 14px;
	margin-bottom: 28px;
	/*border-bottom: 4px solid #008cca;*/
}
#producto-descripcion .title-section{
	/*color: #008cca;*/
}
.title-section:before{
	content: " ";
    width: 70px;
    border-bottom: 4px solid #008cca;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
}
.comment-section{
	display: inline-block;
	position: relative;
	font-style: italic;
	font-size: 13.5px;
	font-weight: 600;
	border-top: 4px solid #d9d9d9;
	border-bottom: 4px solid #d9d9d9;
    width: 320px;
    height: 52px;
    padding: 3px 12px;
}
.comment-section:after{
	position: absolute;
	width: 30px;
	height: 20px;
	content: "";
	left: -30px;
	top: 12px;
	background: url(../img/comillas-left.svg) no-repeat;

	animation-name: bounce_intecseres; 
	animation-delay: 1.5s;
	animation-duration: 1s; 
    animation-fill-mode: both; 
    animation-timing-function: ease; 

}

.comment-section:before{
	position: absolute;
	width: 30px;
	height: 20px;
	content: "";
	right: -30px;
	top: 12px;
	background: url(../img/comillas-right.svg) no-repeat;
}

@keyframes bounce_intecseres { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-10px);} 
    60% {transform: translateY(-5px);} 
} 

.subline-title-section{
	padding-bottom: 35px;
}

.title-article{
	padding-top: 10px;
	/*padding-bottom: 10px;*/
	font-size: 20px;
	margin-bottom: 0;
	font-family: 'Open Sans';
}

.subline-subtitle-article{
	padding: 0 0 10px 0 !important;
}


.title-article a{
	text-decoration: none;
	color: #000;
}

.title-article a:hover{
	text-decoration: none;
	color: #000;
}

section#contactanos, section#nosotros{
	background: #f1f1f0;
	position: relative;
	overflow: hidden;
}
.bg-patron-moleculas{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90vh;
	overflow: hidden;
	/*background: url(../img/bg-patron-moleculas.png);
	-webkit-background-size: cover;
	background-size: cover;*/
}
.bg-patron-moleculas video{
	width: 100%;
	height: 102vh;
}
.bg-patron-hexagonal{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg-patron-hexagonal.png) repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.item_servicios{
	position: relative;
	background: #f6f6f6;
	padding-top: 30px;
	height: 528px;
	border: 1px solid #ccc;
}
.item_servicios .icon_servicio{
    /*width: 180px;*/
    height: 200px;
}
.item_servicios label{
	font-size: 16px;
	font-family: 'Open Sans';
	color: #008cca;
	font-weight: 600;
}
.item_servicios p{
	font-size: 14px;
}
.item_servicios:hover .animate-svg{
	display: none;
}
.item_servicios:hover .animate-svg-hover{
	display: inline-block;
}

.animate-svg-hover{
	display: none;
}


.list-servicios{
	list-style: none;
	padding: 0 30px;
	padding-left: 50px;
}
.list-servicios li{
	text-align: left;
	font-size: 14px;
	padding-top: 5px;
}

.vinieta{
	/*background: url(../img/vinieta.svg);*/
	margin-top: -7px;
	margin-left: -22px;
    margin-right: 3px;
}

.footer_item_servicios{
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	border-top: 20px solid;
	border-top-color: #0098C7;
	/*border-top-width: 20px;*/
	width: 100%;
	/*height: 60px;*/
	height: 20px;

	-webkit-transition: height .2s ease-in;
	-o-transition: height .2s ease-in;
	transition: height .2s ease-in;

	overflow: hidden;

}

.footer_item_servicios ul{
	position: absolute;
	display: none;

	list-style: none;
	padding: 0;
	margin: 8px 0px;
	right: 10px;
	opacity: 0;

	-webkit-transition: all .3s ease-in, opacity .3s ease-in;
	-o-transition: all .3s ease-in, opacity .3s ease-in;
	transition: all .3s ease-in, opacity .3s ease-in;
}
.footer_item_servicios ul li{
	float: left;
	padding: 0 4px;
}
.footer_item_servicios ul li img{
	width: 40px;
}

.item_servicios:hover .footer_item_servicios.footer_item_servicios_ipetscloud{
	height: 67px;
	border-top: 12px solid;
	border-top-color: #0098C7;
}
.item_servicios:hover .footer_item_servicios.footer_item_servicios_ipetscloud ul{

	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;

	/*-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);

	left: 96%;*/
	opacity: 1;
}

#productos{
	position: relative;
	/*background: #f5f5f5;*/
}

#item_portafolio{
	width: 100%
}
.cbp-caption-defaultWrap > img {
	margin-bottom: 80px;
}
.item_portafolio_header{
	background: #fff;
	height: 62px;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border: 1px solid #e3e3e3;
}
.item_portafolio_header_isotipo{
	padding: 5px 10px;
	border-right: 1px solid #e3e3e3;
}
.item_portafolio_header_title{
	padding: 5px 10px;
}
.item_portafolio_body{
	/*border: 1px solid #e3e3e3;*/
}
.item_portafolio_header h2{
	padding-top: 17px;
	margin: 0;
	font-size: 18px;
	font-weight: 600;
}
.item_portafolio_footer{
	background: #fff;
	padding: 0px 14px;
	/*text-align: right;*/
	border: 1px solid #e3e3e3;
}
.item_portafolio_footer .item_portafolio_footer_actions{
	padding: 10px 14px;
}
.item_portafolio_footer .item_portafolio_footer_logotipo{
	height: 60px;
	padding: 10px 14px;
	border-right: 1px solid #ccc;
}
.item_portafolio_footer .item_portafolio_footer_logotipo img{
	width: 80%;
	margin-top: 10px;
}
.item_portafolio_footer ul{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.item_portafolio_footer ul li{
	float: left;
	padding: 0 4px;
	/*width: 30px;*/
}
.item_portafolio_footer ul li img{
	width: 40px;
	/*width: 30px;*/
}




#item_noticia{
	width: 100%
}
.item_noticia_header{
	position: relative;
	background: #fff;
	height: 155px;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border: 1px solid #e3e3e3;
	/*background: url(../img/noticia-software.svg);*/
	/*-webkit-background-size: cover;
	background-size: cover;*/
}
.item_noticia_header label{
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 14px;
	font-weight: 600;
}
.item_noticia_header label img{
	margin-top: -11px;
}
.item_noticia_body{
	padding: 45px;
	height: 300px;
	background: url(../img/fondo-noticia.svg);
	-webkit-background-size: cover;
	background-size: cover;
}
.item_noticia_body h2{
	font-size: 14px;
	font-weight: 600;
}
.item_noticia_body p{
	font-size: 12px;
}
.item_noticia_body span{
	font-size: 11px;
}
.item_noticia_footer{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background: #fff;
	padding: 5px;
	border: 1px solid #e3e3e3;
}
.item_noticia_footer span{
	font-size: 11px;
}

.box-contactanos{
	background: #fff;
	min-height: 150px;
	border: #eee 1px solid;

	-webkit-box-shadow: -7px 7px 2px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: -7px 7px 2px 1px rgba(0,0,0,0.2);
	box-shadow: -7px 7px 2px 1px rgba(0,0,0,0.2);
}
.box-contactanos label{
	margin-bottom: 20px;
	font-weight: 500;
}
#contactanos #box_respuesta_contacto{
	border: 1px solid #e1e1e1;
	margin-left: 10px;
	height: 48px;

	-webkit-box-shadow: -4px -4px 0px 4px rgba(0,152,199,1);
	-moz-box-shadow: -4px -4px 0px 4px rgba(0,152,199,1);
	box-shadow: -4px -4px 0px 4px rgba(0,152,199,1);

	border-radius: 0px;
}
.title-modal{
	font-size: 22px;
}
.input-edit-modal{
	border: 1px solid #e1e1e1;
	margin-left: 10px;
	height: 48px;

	-webkit-box-shadow: -2px -2px 0px 2px rgba(0,152,199,1);
	-moz-box-shadow: -2px -2px 0px 2px rgba(0,152,199,1);
	box-shadow: -2px -2px 0px 2px rgba(0,152,199,1);

	border-radius: 0px;
}
.msg_confirmacion{
	display: none;
}
.msg_confirmacion p{
	font-size: 14px;
}
.btn-siguiente{
	padding: 0;
	border: 0;
	border-radius: 0px;

	-webkit-box-shadow: -4px -4px 0px 4px rgba(0,152,199,1);
	-moz-box-shadow: -4px -4px 0px 4px rgba(0,152,199,1);
	box-shadow: -4px -4px 0px 4px rgba(0,152,199,1);

}
.btn-siguiente img{
	/*margin-left: 10px;*/
	height: 48px;
}

.respuesta_servicio_contacto{
	display: none;
}
.respuesta_servicio_contacto input{
	height: 48px;
	/*margin-left: 15px;*/
	margin-right: 5px;
}
.respuesta_servicio_contacto img{
	vertical-align: initial;
	height: 48px;
}
.respuesta_servicio_contacto .checkbox {
	height: 48px;
}
.respuesta_servicio_contacto .checkbox label{
	height: 48px;
	cursor: pointer;
	margin-bottom: 0;
	font-weight: initial;
}


::-webkit-input-placeholder {
   color: #a6a6a6 !important;
   font-weight: 300;
}

:-moz-placeholder {
   color: #a6a6a6 !important;
   font-weight: 300;
}

::-moz-placeholder {
   color: #a6a6a6 !important;
   font-weight: 300;
}

:-ms-input-placeholder {  
   color: #a6a6a6 !important;
   font-weight: 300;
}

footer{
	min-height: 50px;
	background: #303030;
	font-family: 'Open Sans';
	font-weight: normal;
}
.subfooter{
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 250px;
	background: #DDDDDD;
}
.subfooter ul{
	margin: 0;
	padding-left: 30px;
	list-style: none;
}
.subfooter ul li{
	padding-top: 5px;
}
.subfooter ul li img{
	padding-right: 6px;
	margin-top: -10px;
}
.subfooter ul li img.icon-social{
	margin-top: -5px;
}

#tuideatec{
	/*float: left;*/
	color: #fff;
	font-size: 13px;
	line-height: 50px;
	padding: 0 50px;
}
#copyright{
	/*float: right;*/
	color: #fff;
	font-size: 13px;
	line-height: 50px;
	padding: 0 50px;
}

#breadcrumb {
	padding-top: 20px;
	padding-bottom: 10px;
}
#breadcrumb a {
	color: #000;
}
#breadcrumb a:hover {
	color: #000;
	text-decoration: none;
}

.descripcion-producto{
	padding-bottom: 35px;
}
.descripcion-producto label{
	padding-bottom: 5px;
	font-size: 20px;
	font-family: 'Open Sans';
}
.descripcion-producto p{
	/*line-height: 10px;*/
	margin-bottom: 2px;
}

.descripcion-producto span{
	float: right;
}

.galeria-item{
	min-height: 320px;
	padding-bottom: 0px;
}
.galeria-item p{
	margin-bottom: 2px;
}

.galeria-item-title{
	font-size: 18px;
	text-align: center;
	padding-bottom: 30px;
}
.galeria-item-descripcion{
	padding: 10px;
}
.galeria-item-descripcion span{
	float: right;
}

.listado-horizontal{
	list-style: none;
	padding-left: 0;
}
.listado-horizontal > li{
	width: 100%;
}

.listado-vertical{
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-left: 0;
}
.listado-vertical > li{
	float: left;
}
.listado-vertical > li:last-child{
	padding-left: 18px;
	padding-top: 8px;
}

.flecha-izq{
	float: left;
}
.flecha-der{
	float: right;
}

.btn-section{
	display: inline-block;
	width: 250px;
	color: #fff;
	background: #DD2B57;
	padding: 17px;
	text-align: center;
}
.btn-section:hover{
	color: #fff;
}

.btn-yma-msg{
	width: 190px;
	/*padding-right: 65px;*/
	background: url(../img/btn_yma_msg.svg) no !important;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.btn-yma{
    padding-right: 60px;
    padding-left: 34px;
	/*width: 300px;*/
	color: #fff;
	text-decoration: none;
	padding-right: 65px;
	background: url(../img/btn_yma.svg);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	text-decoration: none;
    font-family: 'Open Sans';
}
.btn-yma:focus{
    padding-right: 60px;
    padding-left: 34px;
	/*width: 300px;*/
	color: #fff;
	text-decoration: none;
	padding-right: 65px;
	background: url(../img/btn_yma.svg);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	text-decoration: none;
}

.btn-yma:hover{
	color: #fff;
	text-decoration: none;
}

.tuideatec-underline{
	border-bottom: 1px solid #fff;
}

#logo-tuideatec-header-bottom{
    margin-top: -45px;
}
#logo-tuideatec-footer{
    margin-top: -6px;
    margin-right: 2px;
}

#tuideatec a{
	color: #fff;
	text-decoration: none;
}
#tuideatec a:hover{
	color: #fff;
	text-decoration: none;
}

@media (max-width: 500px) {

	.comment-section {
		width: 80% !important;
		height: initial !important;
	}
}

#container_message{
	z-index: 9000;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}

#row_message{
	display: table-row;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

#cell_message{
	display: table-cell;
	text-align: center;
	vertical-align: middle;	
}

#body_message{
	display: none;
	width: 450px;
	height: 300px;
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(48,48,48,0.7);
	-moz-box-shadow: 0px 2px 5px 0px rgba(48,48,48,0.7);
	box-shadow: 0px 2px 5px 0px rgba(48,48,48,0.7);
	-webkit-transition: display ease .8s;
	-o-transition: display ease .8s;
	transition: display ease .8s;
}


@media (max-width: 414px) {

	.xxs-hidden{
		display: none;
	}

	.item_servicios{
		height: 270px;
	}
	.item_servicios .icon_servicio{
		height: 145px;
	}

	.item_modulo, .item_modulo.lg{
		height: 240px;
	}
	.item_modulo .icon_servicio{
		height: 90px;
	}

	.btn-section{
		width: 100%;
	    font-size: 10px;
	}

	.item_portafolio_header_isotipo{
		padding-top: 16px;
	}

	.item_portafolio_header_title h2{
	    padding-top: 10px;
	    font-size: 16px;
	}

	.item_noticia_body {
	    padding: 25px 15px;
	    height: 145px;
	}

	#container-logo-static-v2 img{
		width: 150px !important;
	}

}

.visible-mobile{
	display: none;
}
.hidden-mobile{
	display: initial;
}
.hidden-desktop{
	display: none;
}
@media (max-width: 850px) {

	#portada{
		background-position-x: 100%;
	}

	.bg-oscuro{
	    background: url(../img/bg-portada-mobile.png);
	    -webkit-background-size: 100% 100%;
	    background-size: 100% 100%;
	}

	#header-yma #social-ul li a{
		color: #DD2B57;
	}
	#header-yma #menu-ul-left li a{
		color: #DD2B57;
	}

	#header-yma #social-ul li a:hover{
		color: #DD2B57;
	}
	#header-yma #menu-ul-left li a:hover{
		color: #DD2B57;
	}


	.hidden-mobile{
		display: none;
	}
	.hidden-desktop{
		display: initial;
	}
	.visible-mobile{
		display: initial;
	}

	#icons-portada-izq{
		z-index: 1;
		position: absolute;
		left: 25px;
		bottom: 120px;
	}

	#icons-portada-der{
		z-index: 1;
		position: absolute;
		right: 25px;
		bottom: 120px;
	}

	#texto-portada{
		z-index: 1;
		position: absolute;
		width: 0px;
		left: 25px;
		bottom: 35px;
		border-bottom: 1px solid #fff;

		-webkit-transition: width .7s ease-in;
		-o-transition: width .7s ease-in;
		transition: width .7s ease-in;
	}

	#container-logo-static-v2 img{
		width: 180px;
	}


	#producto-descripcion .comment-section {
		width: 100% !important;
		height: initial !important;
	}

}

@media (max-width: 850px) and (orientation: landscape)  {

	#portada{
		max-height: initial !important;
	}
}

@media (max-width: 667px) {

	#texto-portada{
		height: 48px;
	}
	#texto-portada #text-typed{
		font-size: 28px;
	}
	.typed-cursor{
		font-size: 28px;
	}


	.box-info-ficha-tecnica ul {
		padding: 0 40px !important;
	}

	.garantia-ficha-tecnica .img-garantia{
		display: block !important;
		width: 100% !important;
	}

	.garantia-ficha-tecnica .content-garantia{
		display: block !important;
		width: 100% !important;
		padding-top: 30px !important;
	}
}

@media (min-width: 1200px) {

	.item_servicios{
		height: 483px;
	}
}

#video{
	z-index: 99999;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	background: rgba(0,0,0,.9);
}
#video video{
	vertical-align: middle;
	width: auto;
	height: 98%;
	padding: 20px 20px 20px 20px;
}
#video #close_video{
	float: right;
	background: #fff;
	width: 30px;
	height: 30px;
	padding: 7px;
	cursor: pointer;
}

.animate-svg{
	visibility: hidden;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.container-effect-subline .effect-subline{
	position: relative;
}
.container-effect-subline .effect-subline:before{

	position: absolute;
    content: "";
    bottom: -3px;
    left: 50%;
    right: 50%;
    height: 1px;
    background-color: #008cca;
    -webkit-transition-property: left,right;
    -ms-transition-property: left,right;
    -moz-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
}
.container-effect-subline:hover .effect-subline:before{
	left: 0;
    right: 0;
}

#progress_bar{
	margin-top: 10px;
	background: rgba(0,0,0,.2);
}

#error_formulario{
	color: red;
	font-size: 13px;
	font-weight: 600;
	margin-top: 8px;
	margin-bottom: 0;
	margin-left: 5px;
}

#container_modal{
	z-index: 9000;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}

#row_modal{
	display: table-row;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

#cell_modal{
	display: table-cell;
	text-align: center;
	vertical-align: middle;	
}

#body_modal{
	display: inline-block;
	width: 650px;
	/*height: 300px;*/
	padding: 30px;
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(48,48,48,0.7);
	-moz-box-shadow: 0px 2px 5px 0px rgba(48,48,48,0.7);
	box-shadow: 0px 2px 5px 0px rgba(48,48,48,0.7);
	-webkit-transition: display ease .8s;
	-o-transition: display ease .8s;
	transition: display ease .8s;
}

#body_modal .label-input{
	font-weight: 600;
}

.owl-dots {
	position: absolute;
	bottom: 0;
	left: 15px;
}
.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-dots .owl-dot span {
	width: 18px;
	height: 18px;
	margin: 5px 7px;
	background: #869791;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
	border: 2px solid #fff;
	/*background: #DD2B57;*/
}

.label_checkbox{
	width: 26px;
	margin-left: 5px;
}

input[type="checkbox"]{
	display: none;
}
.container_cb {
	margin-bottom: 10px;
}
.container_cb label {
	position: relative;
}

/* Base styles for spans */
.container_cb span::before,
.container_cb span::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* Check-boxes */
.container_cb span.checkbox::before {
	/*position: relative;*/
	
	width: 27px;
	height: 27px;
	background-color: #fff;
	/*left: -37px;*/
	box-sizing: border-box;
	border: 1px solid #ccc;
	transition: border-color .2s;
	margin: 0;
	top: -20px;
}
#body_modal .container_cb span.checkbox::before {
	top: 0px;
}
.container_cb span.checkbox:hover::before {
 	border: 1px solid #DD2B57;
}

.container_cb span.checkbox::after {
	position: relative;
	content: '\f00c';
	font-family: 'FontAwesome';
	left: 5.5px;
	top: -19px;
	color: transparent;
	transition: color .2s;
}
#body_modal .container_cb span.checkbox::after {
	top: 1px;
}
input[type="checkbox"]:checked + label span.checkbox::after {
	color: #008cca;
}


#back-home{
	position: fixed;
	left: 20px;
	bottom: 20px;
}

#circle_lideres:hover{
	cursor: pointer;
}

.circle_nosotros:hover{
	cursor: pointer;
}

.d-table{
	display: table;
	width: 100%;
	height: 100%;
}
.d-table-row{
	display: table-row;
	vertical-align: middle;
	text-align: center;
}
.d-table-cell{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#nosotros{
	position: relative;
}
#container-info-nosotros{
	position: absolute;
	/*display: none;*/
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-top: 137px;
}
#img-item-nosotros{
	/*width: 100%;*/
	height: 100%;
	background: url(../img/img-item-nosotros.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}
#img-fundador{
	/*width: 100%;*/
	height: 725.56px;
	background: url(../img/img-item-nosotros.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}

#description-item-nosotros {
	background: #303b41;
	padding: 100px 8%;
	height: 100%;
}
#description-item-nosotros h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
#description-item-nosotros p {
	padding: 9px 0;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
}
#close-item-nosotros:hover{
	cursor: pointer;
}

#fundador{
	position: relative;
	padding: 0 !important;
}
#content-timeline{
	padding-top: 70px;
	padding-bottom: 70px;
	/*position: relative;*/
}
#overflow-timeline{
	position: relative;
	margin-top: 50px;
	margin-right: 18px;
	overflow-y: scroll;
	height: 400px;
}

/*SCROLL*/

::-webkit-scrollbar{
    width: 14px;
    background: #edeef0;
    /*border: 1px solid #16528e;*/
}

::-webkit-scrollbar-button {
    background-size: 100%;
    height: 14px;
    width: 14px;

}


::-webkit-scrollbar-button:vertical:decrement {
	display: none;
}

::-webkit-scrollbar-button:vertical:increment {
    display: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #008cca;
}

/*::-webkit-scrollbar-thumb:after {
    content: '';
    background-image: url('../img/arrow-down.png');
    position: absolute;
    width: 14px;
    height: 14px;
}*/
/*FIN SCROLL*/


#sectores-aplicacion{
	position: relative;
	padding: 0 !important;
}

#sectores-aplicacion #content-sector-aplicacion{
	padding: 0;
}

#sectores-aplicacion #content-sector-aplicacion section{
	padding: 70px 70px;
	/*padding-bottom: 170px;*/
}

#sectores-aplicacion #img-sector-aplicacion{
	-webkit-background-size: cover;
	background-size: cover;
}

#sectores-aplicacion .title-sector-aplicacion{
	display: inline-block;
	/*margin-top: 10px;*/
	margin-left: 10px;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
	vertical-align: middle;
}

#sectores-aplicacion .icon-sector-aplicacion{
	display: inline-block;
	height: 50px;
	/*vertical-align: top;*/
}


#sectores-aplicacion .descripcion-sector-aplicacion{
	display: inline-block;
	position: relative;
	font-size: 13.5px;
	font-weight: 600;
	border-top: 5px solid #d9d9d9;
	border-bottom: 5px solid #d9d9d9;
    width: 100%;
    /*height: 52px;*/
    padding: 14px 12px;
    margin-bottom: 0;
}
#sectores-aplicacion .descripcion-sector-aplicacion2{
	display: inline-block;
	position: relative;
	font-size: 13.5px;
	font-weight: 600;
	border-top: 5px solid #d9d9d9;
	border-bottom: 5px solid #d9d9d9;
    width: 100%;
    /*height: 52px;*/
    padding: 14px 12px;
    margin-top: 20px;
    margin-bottom: 0;
}
#sectores-aplicacion .subtitle-sector-aplicacion{
	display: inline-block;
	margin-top: 8px;
	margin-left: 10px;
	font-size: 18px;
	font-weight: 600;
}
#sectores-aplicacion .subtitle-sector-aplicacion2{
	display: inline-block;
	margin-top: 8px;
	margin-left: 10px;
	font-size: 18px;
	font-weight: 600;
}
.content-sector-aplicacion-item p {
	position: relative;
	margin-bottom: 0;
}
.content-sector-aplicacion-item p:after{
    position: absolute;
    width: 30px;
    height: 20px;
    content: "";
    left: -20px;
    top: 5px;
    background: url(../img/icon-check.svg) no-repeat;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
}

#footer-sector-aplicacion{
	position: relative;
	width: 100%;
	/*bottom: 0;*/
	/*left: 0;*/
	border-top: 5px solid #f3f3f3;
	border-bottom: 10px solid #008cca;
	/*margin-top: 20px;*/
	padding: 12px 12px 0 12px;
}
#nav-sector-aplicacion {
	list-style: none;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
	padding-left: 0px;

	/*overflow-x: auto;*/
}
#nav-sector-aplicacion li{
	display: inline-block;
	/*float: left;*/
	margin: 0 1vw;
	text-align: center;
	padding-bottom: 12px;
}
#nav-sector-aplicacion li a {
	text-decoration: none;
}
#nav-sector-aplicacion li a figure{
	display: inline-block;
	max-width: 60px;
	max-height: 60px;
	border: 1.4px solid #008cca;
	padding: 15%;
	margin-bottom: 2px;
	border-radius: 50%;
    width: 4vw;
    height: 4vw;
}
#nav-sector-aplicacion li a.active figure{
	border: 3px solid #008cca;
}
#nav-sector-aplicacion li a span{
	display: block;
	color: #000;
	font-size: 1.1vw;
}

.cbp-item{
	border: 1px solid #e3e3e3;
}
.content-item-producto{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	background: #fff;
	border-top: 5px solid #008cca;
	text-align: center;

	-webkit-transition: height .25s ease-out;
	-o-transition: height .25s ease-out;
	transition: height .25s ease-out;
}
.content-item-producto-title{
    padding-top: 38px;
	font-size: 16px;
	font-weight: 600;

	-webkit-transition: padding-top .25s ease-out, color .25s ease-out;
	-o-transition: padding-top .25s ease-out, color .25s ease-out;
	transition: padding-top .25s ease-out, color .25s ease-out;
}
.content-item-producto-subtitle{
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 3px solid #008cca;
}
.content-item-producto-subtitle span{
	font-style: italic;
	float: right;
	font-size: 11px;
    padding-left: 40px;
    padding-top: 10px;
}
.content-item-producto-description{
	display: none;
}
.content-item-producto-button{
    display: none;
	float: right; 
    width: 90px;
    padding: 5px;
    margin-right: 25px;
    background: #008cca;
    color: #fff;
    font-style: italic;
    font-size: 12px;
    border-radius: 13px;
}
.content-item-producto-button:hover{
    color: #fff;
}

.cbp-item:hover .content-item-producto{
	height: 100%;
}

.cbp-item:hover .content-item-producto-title{
	padding-top: 70px;
	color: #008cca;
}

.cbp-item:hover .content-item-producto-description{
	display: block;
	font-size: 12px;
	padding: 15px 60px;
}

.cbp-item:hover .content-item-producto-button{
	display: block;
}

#productos-especializados{
	background: url(../img/bg-patron-hexagonal.png) repeat;
	/*-webkit-background-size: cover;*/
	/*background-size: cover;*/
}

.item-producto-especializado{
	
}
.item-producto-especializado h2{
	color: #008cca;
	font-size: 16px;
	font-weight: 600;
	padding-top: 25px;
}
.item-producto-especializado p{
	color: #3e3e3e;
	font-size: 12px;
	padding-top: 5px;
}
.item-producto-especializado a{
	color: #000;
	font-size: 12px;
	font-style: italic;
}

#servicios-especializados{
	background: #f5f5f5;
	overflow: hidden;
}
.item-servicio-especializado{
	position: relative;
    padding: 30px 30px 30px 0;
	border-top: 6px solid #d9d9d9;
	border-right: 6px solid #d9d9d9;
	border-bottom: 6px solid #008cca;
	border-left: 6px solid #008cca;
	overflow: hidden;
	min-height: 224px;
	background: #fff;
}
.item-servicio-especializado-img{
	display: inline-block;
	width: 29%;
}
.item-servicio-especializado-img img{
	z-index: 1;
	position: relative;
    top: 35px;
	width: 85%;
	padding-right: 10px;
	vertical-align: initial;
}
.item-servicio-especializado-img-background{
    position: absolute;
    top: -23%;
    left: -30%;
    background: #008cca;
    width: 58%;
    height: 150%;
    border-radius: 0px 50% 50% 0px;
}
.item-servicio-especializado-content{
	display: inline-block;
	width: 69%;
	padding-left: 15px;
	vertical-align: top;
}
.item-servicio-especializado-content h2{
	font-size: 16px;
	font-weight: 600;
}
.item-servicio-especializado-content p{
	font-size: 12px;
	padding-top: 5px;
}



#bg-servicios-generales-left{
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
    height: 100%;
	background: url(../img/bg-patron-servicios-generales-left.png) repeat-y;
}
#bg-servicios-generales-right{
	z-index: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 210px;
    height: 100%;
	background: url(../img/bg-patron-servicios-generales-right.png) repeat-y;
}

.item-servicio-general{
	padding: 20px;
	border: 4px solid #d9d9d9;
    min-height: 398px;
    background: #fff;
}
.item-servicio-general img{
	width: 150px;
}
.item-servicio-general h2{
	color: #008cca;
	font-size: 16px;
	font-weight: 600;
	padding-top: 25px;
}
.item-servicio-general p{
	color: #3e3e3e;
	font-size: 11px;
	padding-top: 5px;
}
.item-servicio-general a{
	color: #000;
	font-size: 12px;
	font-style: italic;
}

#servicios-generales{
	position: relative;

	background: url(../img/bg-patron-hexagonal.png) repeat;
	/*-webkit-background-size: cover;
	background-size: cover;*/
}

#procesos{
	background: #f5f5f5;
}
.proceso-off{
	/*display: none;*/
}
.proceso-on{
	display: none;
	/*visibility: hidden;*/
}
.tooltip{
}
.tooltip-inner-proceso{
	background: #3c3c3b;
	padding: 17px;
	border-radius: 10px;
	font-size: 12px;
	line-height: 15px;
}
.tooltip-inner-proceso::before {
    border-bottom-color: #3c3c3b !important;
    border-top-color: #3c3c3b !important;
}

#clientes{
	background: #fff;
}

.container-grid-item-cliente{
	overflow: hidden;
	margin-top: 20px;
}
.item-cliente{
	width: 100%;
	height: 200px;
	border: 1px solid #e3e3e3;
	text-align: center;
	padding: 0;
}
.item-cliente img{
	/*max-width: 100%;*/
	/*max-height: 100%;*/

	-webkit-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);


	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);

	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.item-cliente:hover img{
	-webkit-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);

	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.item-cliente:hover{
}
.item-cliente .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#map{
	width: 100%;
	height: 100%;
}

#items_contactanos{
	list-style: none;
}
#items_contactanos li{
	margin-bottom: 10px;
}
#items_contactanos li img{
	vertical-align: top;
	margin-top: 5px;
}
#items_contactanos li label{
	width: 80%;
	margin-top: 5px;
	margin-left: 6px;
	margin-bottom: 0px;
	color: #000;
	font-size: 12px;
	font-weight: 600;
	text-align: left;
}
#contactanos .input-group{
    border-radius: 0px;
    border-width: 2px;
}
#contactanos .input-group-addon{
	width: 70px;
	background: #fff;
}

#contactanos input{
	/*border: 1px solid #e1e1e1;*/
	padding-left: 10px;
	height: 48px;
	border-radius: 0px;
}
#contactanos textarea{
	/*border: 1px solid #e1e1e1;*/
	padding-left: 10px;
	border-radius: 0px;
	resize: none;
}

#btn-contactanos{
    padding: 8px 26px;
    background: #008cca;
    color: #fff;
    font-size: 12px;
    border-radius: 18px;
}
#btn-contactanos:hover{
    color: #fff;
}

#message-success{
	display: none;
}
.contact-response-success{
	position: relative;
	background: #fff;
	border: 4px solid #d9d9d9; 
	border-bottom: 8px solid #008cca;
	padding-bottom: 15px;
}

.contact-response-success label{
	position: absolute;
	top: 20px;
	left: 0;
	border-bottom: 4px solid #008cca;
	padding-left: 20px;
}
.contact-response-success label img{
	vertical-align: top;
}
.contact-response-success .content-response{
	padding-top: 50px;
}
.contact-response-success .content-response img{
	padding: 10px;
	vertical-align: top;
}




#producto-descripcion{

}

#producto-descripcion .comment-section{
    width: 250px;
    height: 34px;
}
#producto-descripcion .comment-section:after{
	display: none;
}
#producto-descripcion .comment-section:before{
	display: none;
}

#beneficios{
	background: #f5f5f5;
}

#beneficios label{
	margin-top: 5px;
	padding-left: 20px;
	font-size: 13px;
	width: 80%;
}

.carousel-ficha-tecnica img{
	position: relative;
	z-index: 1;
    border-bottom: 10px solid #008cca;
	margin-bottom: -6px;
}

.description-carousel-ficha{
	z-index: 0;
	position: relative;
	border: 6px solid #d9d9d9;
	padding-top: 10px;
	text-align: center;
}
.description-carousel-ficha span{
	font-weight: 600;
}
.description-carousel-ficha p{
	margin-bottom: 10px;
	font-size: 13px;
}
.tooltip-icon{
	opacity: 1 !important;
}
.tooltip-inner-icon{
	background: #c6edf6;
	padding: 17px;
	border-radius: 10px;
}

.caracteristica-ficha-tecnica{
	position: relative;
	border: 6px solid #d9d9d9; 
	margin-top: 30px;
	text-align: center;
	min-height: 414px;
}
/*.caracteristica-ficha-tecnica h2{
    position: absolute;
    width: 90%;
    top: -30px;
    left: 5%;
    display: block;
    background: #fff;
    border: 6px solid #d9d9d9;
    padding: 10px 25px;
    border-radius: 15px;
    color: #008cca;
    font-size: 16px;
    font-weight: 600;
}*/

.caracteristica-ficha-tecnica h2{
	position: absolute;
	top: -31px;
	left: 50%;
	display: inline-block;
	margin-left: -139px;
	background: #fff;
	border: 6px solid #d9d9d9; 
	padding: 12px 25px;
	border-radius: 15px;
	color: #008cca;
	font-size: 16px;
	font-weight: 600;
}
.caracteristica-ficha-tecnica ul{
	list-style: none;
	margin-left: 0;
	margin-top: 50px;
	padding: 0 40px;
	text-align: left;
}
.caracteristica-ficha-tecnica ul li{
	position: relative;
	display: block;
}
.caracteristica-ficha-tecnica ul li label.title-item{
	font-weight: 600;
	width: 45%;
	margin-top: 4px;
	vertical-align: top;
	font-size: 13px;
	text-align: center;
}
.caracteristica-ficha-tecnica ul li label.description-item{
	/*position: absolute;*/
	/*left: 200px;	*/
	width: 42%;
	margin-bottom: 0px;
	line-height: 20px;
	font-size: 13px;
}


.box-info-ficha-tecnica{
	position: relative;
	border: 6px solid #d9d9d9; 
	padding-bottom: 30px;
	text-align: center;
}
.box-info-ficha-tecnica h2{
    position: absolute;
	bottom: -36px;
	left: 50%;
	display: inline-block;
	width: 240px;
	margin-left: -120px;
	background: #fff;
	border: 6px solid #d9d9d9; 
	padding: 12px 10px;
	border-radius: 15px;
	color: #008cca;
	font-size: 16px;
	font-weight: 600;
}
.box-info-ficha-tecnica ul{
	list-style: none;
	margin-left: 0;
	margin-top: 30px;
	padding: 0 80px;
	text-align: left;
}
.box-info-ficha-tecnica ul li{
	position: relative;
	font-size: 13px;
	margin-bottom: 5px;
	padding-left: 15px;
}
.box-info-ficha-tecnica ul li .vinieta-check{
	position: absolute;
	top: 4px;
	left: -20px;
	width: 15px;
}

.garantia-ficha-tecnica{
	position: relative;
	padding: 15px;
	border: 6px solid #d9d9d9; 
}
.garantia-ficha-tecnica .img-garantia{
	display: inline-block;
	position: relative;
	width: 30%;
	text-align: center;
}
.garantia-ficha-tecnica .img-garantia img{
	width: 80%;
}
.garantia-ficha-tecnica .img-certificacion{
	display: inline-block;
	position: relative;
	width: 30%;
	text-align: center;
}
.garantia-ficha-tecnica .img-certificacion img{
	width: 80%;
}

.garantia-ficha-tecnica .content-garantia{
	display: inline-block;
    width: 38%;
    height: 80px;
    margin-bottom: 0;
    padding-top: 10px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
}

.container-certificacion {
	z-index: 50;
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,.5);
	padding: 20px;
}

/* MD DOWN */
@media (max-width: 992px) { 
	.navbar-static.header-top {
	    border-bottom: 0px;
	}

	.navbar-static{
		text-align: right;
	}

	#img-fundador{
		height: 300px;
	}

	.item-servicio-especializado-img img{
		top: 16px;
	}

	#nav-sector-aplicacion li a figure{
		width: 60px;
		height: 60px;
		/*border: 1.4px solid #008cca;*/
		padding: 15px;
		/*margin-bottom: 2px;*/
		/*border-radius: 50%;*/
	    /*width: 4vw;*/
	    /*height: 4vw;*/
	}
	#nav-sector-aplicacion li a span{
		font-size: 15px;
	}

	.garantia-ficha-tecnica .content-garantia{
		padding-top: 0px;
	}
	#sectores-aplicacion #content-sector-aplicacion section {
		padding: 70px 40px !important;
	}
}
/* SM DOWN */
@media (max-width: 768px) { 
	.item-servicio-especializado-img img{
		top: 32px;
	}
	.item-servicio-general{
		min-height: initial;
	}
}
/* SM ONLY */
@media (min-width: 544px) and (max-width: 768px){ 
}

.sector-hide {
	display: none;
}

.carousel-productos-relacionados img {
	margin-bottom: 80px;
}


.carousel-productos-relacionados .owl-item:hover .content-item-producto{
	height: 100%;
}

.carousel-productos-relacionados .owl-item:hover .content-item-producto-title{
	padding-top: 70px;
	color: #008cca;
}

.carousel-productos-relacionados .owl-item:hover .content-item-producto-description{
	display: block;
	font-size: 12px;
	padding: 15px 60px;
}

.carousel-productos-relacionados .owl-item:hover .content-item-producto-button{
	display: block;
}
