body {
  margin: 0 auto;
}
.conteiner-pb{
	width:100%;
	height:100%;
}
.green-bar {
	background-color:#009ada;
	height: 40px;
	width: 100%;
}
.bg {
  background:transparent url(../images/bg-wall.jpeg) no-repeat center top;
  height: 700px;
  width: 100%;
}
.bg-2 {
  background:transparent url(../images/bg-wall.jpeg) no-repeat center top;
  height: 300px;
  width: 100%;
}
.bg-3 {
  height: 120px;
  width: 100%;
}
#bg-trans {
background-color: #000000;
opacity: 2.9;
filter: alpha(opacity=50); /* For IE8 and earlier */
}
.takepart {
	height: 40px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.project {
	font-family: 'Open Sans', "sans-serif;";
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	float: left;
	height: 30px;
	width: 920px;
	padding-top: 10px;
	position: relative;
}
.txt-conteiner {
  height: 650px;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.txt-conteiner-2 {
  height: 120px;
  width: 1100px;
  padding-top:160px;
  margin-right: auto;
  margin-left: auto;
}
.txt-cover {
  font-family: 'Open Sans', "sans-serif;";
  float:left;
  font-size: 46px;
  font-weight: 800;
  color: #000000;
  line-height: 18px;
  height: 350px;
  width: 550px;
  margin-top: 250px;
}
.img-cover {
  float:left;
  height: 350px;
  width: 550px;
  margin-top: 250px;
  transition: transform .4s; /* Animation */
}
.img-cover:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.txt-header {
  font-family: 'Open Sans', "sans-serif;";
  float:left;
  font-size: 46px;
  font-weight: 700;
  padding-top:5px;
  color: #333;
  line-height: 18px;
  height: 130px;
  width: 1100px;
  text-align:center;
}
.txt-header-2 {
  font-family: 'Open Sans', "sans-serif;";
  float:left;
  font-size: 46px;
  font-weight: 700;
  padding-top:50px;
  color: #333;
  line-height: 18px;
  height: 130px;
  width: 1100px;
  text-align:center;
}
#txtc1 {
  animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-name: slidein;
  -moz-animation-name: slidein;
  -webkit-animation-name: slidein;
}
#txtc2 {
  animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-name: slidein;
  -moz-animation-name: slidein;
  -webkit-animation-name: slidein;
}
#txtc3 {
  font-family: 'Open Sans', "sans-serif;";
  font-size: 34px;
  font-weight: 500;
  padding-bottom:15px;
  animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
  animation-name: slidein;
  -moz-animation-name: slidein;
  -webkit-animation-name: slidein;
}
#txtc4 {
  animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-name: slidein;
  -moz-animation-name: slidein;
  -webkit-animation-name: slidein;
}
@keyframes slidein {
from {
  margin-left: 100%;
  width: 300%}
to {
  margin-left: 0%;
  width: 100%;}
}
@-moz-keyframes slidein {
from {
   margin-left:100%;
   width:300%}   
to {
   margin-left:0%;
   width:100%;}
}
@-webkit-keyframes slidein {
from {
   margin-left:100%;
   width:300%}  
to {
   margin-left:0%;
   width:100%;}
}
/* ALL BUTTONS */
.button{
  font-family: 'Open Sans', "sans-serif;";
  font-size: 16px;
  font-weight:600;
  text-decoration:none;
  display: inline-block;
  padding: 20px 30px;
  margin: 0px 0;
  position: relative;
  color: #FFFFFF;
  border:none;
  cursor:pointer;
}
header {
  position:fixed;
  width:100%;
  height:140px;
  z-index:10;
  margin:0;
  background-color:#FFFFFF;
  transition:all 0.2s ease;
}
header.sticky {
  height:112px;
  background-color:#FFFFFF;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.2);
}
#header-conteiner {
  width:1100px;
  height:100px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
}
#brand {
	margin-top:25px;
	height:50px;
	width:320px;
	float:left;
	position:relative;
	background-image:url(../images/Powerbox-logo.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-color:transparent;
	transition:all 0.2s ease;
}
#brand.sticky {
	background-image:url(../images/Powerbox-logo.png);
	margin-top: 16px;
	height: 40px;
	width: 320px;
	position: relative;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}
.menu {
	font-family:'Open Sans', "sans-serif;";
    font-weight:600;
	height:85px;
	position:relative;
	float:left;
	width:780px;
	text-align:center;
	background-color:trasparent;
	transition:all 0.2s ease;
}
.menu.sticky {
	font-family: 'Open Sans', "sans-serif;";
    font-weight: 600;
	height: 72px;
	position:relative;
	float:left;
	width:780px;
	text-align: center;
}
#tdn {
	text-decoration:none;
}
#sm {
	position:relative;
	width:393px;
	height:100px;
	background-color:transparent;
	float:left;
	transition:all 0.2s ease;
}
#sm.sticky {
	position:relative;
	width:393px;
	height:72px;
	background-color:white;
	float:left;
}
.sec1 {
	margin-top:15px;
	position:relative;
	width:150px;
	height: 72px;
	color:#000000;
	font-size:19px;
	line-height: 72px;
	background-color:trasparent;
	float:left;
	cursor:pointer;
	transition:all 0.2s ease;
}
.sec1:hover {
	color:#009ada;
}
.sec1.sticky {
	margin-top:0px;
	font-size:17px;
	background-color:white;
}
.sec2 {
	margin-top:15px;
	position:relative;
	width:209px;
	height: 72px;
	font-size:19px;
	line-height: 72px;
	background-color:trasparent;
	float:left;
	cursor:pointer;
	transition:all 0.2s ease;
}
.sec2:hover {
	color:#009ada;
}
.sec2.sticky {
	margin-top:0px;
	font-size:17px;
	background-color:white;
}
.sec3 {
	margin-top:15px;
	position:relative;
	width:178px;
	height: 72px;
	color:#000000;
	font-size:19px;
	line-height: 72px;
	background-color:trasparent;
	float:left;
	cursor:pointer;
	transition:all 0.2s ease;
}
.sec3:hover {
	color:#009ada;
}
.sec3.sticky {
	margin-top:0px;
	font-size:17px;
	background-color:white;
}
.sec4 {
	margin-top:15px;
	position:relative;
	width:197px;
	height: 72px;
	color:#000000;
	font-size:19px;
	line-height: 72px;
	background-color:trasparent;
	float:left;
	cursor:pointer;
	transition:all 0.2s ease;
}
.sec4:hover {
	color:#009ada;
}
.sec4.sticky {
	margin-top:0px;
	font-size:17px;
	background-color:white;
}
.sec5 {
	margin-top:15px;
	position:relative;
	width:141px;
	height: 72px;
	color:#000000;
	font-size:19px;
	line-height: 72px;
	background-color:trasparent;
	float:left;
	cursor:pointer;
	transition:all 0.2s ease;
}
.sec5:hover {
	color:#009ada;
}
.sec5.sticky {
	margin-top:0px;
	font-size:17px;
	background-color:white;
}
.gqc {
	background-color:#ffffff;
	height:960px;
	width:100%;
	position:relative;
}
.gqc-2 {
	background-color:#ffffff;
	height:1050px;
	width:100%;
	position:relative;
}
.green-quote {
	font-family:'Open Sans', "sans-serif;";
	text-align:center;
	font-size:22px;
	font-weight:400;
	color:#333;
	height:360px;
	width:1100px;
	padding-top:40px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}
.bg-information {
	height: 360px;
	width: 100%;
	position: relative;
}
.info-conteiner {
	height: 360px;
	width: 1100px;
	position: relative;
	margin-right:auto;
	margin-left:auto;
}
.img-conteiner {
	background-image: url(../images/proteccion-tv-powerbox.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	text-align:left;
	height: 360px;
	width: 580px;
	margin-right:20px;
	position: relative;
	float:left;
}
.txt-info-conteiner {
	text-align:left;
	height:330px;
	width:500px;
	position:relative;
	float:left;
}
#txt-info1{
	font-family: 'Open Sans', "sans-serif;";
    font-size: 32px;
    font-weight: 700;
	line-height:12px;
	color:#222;
}
#txt-info2{
	font-family: 'Open Sans', "sans-serif;";
    font-size: 18px;
    font-weight: 500;
	line-height:28px;
	height:125px;
	color:#222;
}
.bg-newsletter {
	background-color:#009ada;
	height: 200px;
	width: 100%;
	position: relative;
}

.newsletter-conteiner {
	text-align:center;
	padding-top:40px;
	height: 200px;
	width: 1100px;
	position: relative;
	margin-right:auto;
	margin-left:auto;
}
#txt-newsletter{
	font-family: 'Open Sans', "sans-serif;";
    font-size: 24px;
    font-weight: 500;
	line-height:34px;
	color:#ffffff;
}
.bg-newsletter-2 {
	background-color:#dadada;
	height: 280px;
	width: 100%;
	position: relative;
}
.newsletter-conteiner-2 {
	text-align:center;
	padding-top:20px;
	height: 260px;
	width: 1100px;
	position: relative;
	margin-right:auto;
	margin-left:auto;
}
#txt-newsletter-2{
	font-family: 'Open Sans', "sans-serif;";
    font-size: 22px;
    font-weight: 500;
	line-height:32px;
	color:#000000;
}

/***PARALLAX***/
#parallax-world-of-ugg .parallax-one {padding-top: 35px; padding-bottom: 35px; overflow: hidden; position: relative; width: 100%;
background-image: url(../images/living-room.jpeg); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: top center;}
/***PARALLAX***/
.mail-box {
	display: inline-block;
	width:500px;
	height:54px;
}
.mail-box input {
  display: block;
  width: 400px;
  height: 30px;
  border: 0;
  border-radius: 3px;
  margin: 0 0 10px 0;
  padding: 12px 10px;
  background: #fff;
}
.mail-box input:last-child {
  margin: 0;
}
.mail-box input:focus {
  background: #eee;
  outline: none;
}
.footer-conteiner {
background-color:#111;
height:220px;
width:100%;
position:relative;
}
.footer-sec {
height:200px;
width:1100px;
padding-top:20px;
text-align:center;
margin-right:auto;
margin-left:auto;
position:relative;
}
.footer1 {
float:left;
height:100px;
width:275px;
position:relative;
margin-bottom:30px;
margin-top:15px;
}
.aside {
background-color:#5c5c5c;
float:left;
height:1px;
width:1100px;
position:relative;
}
ul {
list-style: none;
padding-left:0px;
margin-top:0px;
}
.fstyle {
font-family: 'Open Sans', "sans-serif;";
text-decoration:none;
font-size: 11px;
color:#FFFFFF;
}
.footer-list-top {
text-align: left;
line-height:20px;
padding-left:0px;
}
.footer-list-header {
font-family: 'Open Sans', "sans-serif;";
font-size: 14px;
font-weight: 600;
color: #FFFFFF;
}
.copyright {
	font-family: 'Open Sans', "sans-serif;";
	font-size: 11px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	float: left;
	margin-top:14px;
	height: 30px;
	width: 1100px;
}
.btn-takepart {
	font-family: 'Open Sans', "sans-serif;";
	font-size: 15px;
	font-weight: 600;
	background-color: #007aa0;
	text-align:center;
	color:#FFFFFF;
	float: left;
	height: 30px;
	width: 180px;
	position: relative;
	padding-top:10px;
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
	cursor:pointer;
}
.btn-takepart:hover {
	background-color:#006b84;
}
.thumbnails-bg {
	height:210px;
	width:100%;
	background-color:#111;
	position:relative;
}
.thumbnails-conteiner {
	height: 210px;
	width: 1100px;
	position: relative;
	margin-right:auto;
	margin-left:auto;
}
.thumbnail-1 { 
	width: 183px;
	height: 210px;
	float:left;
	position: relative;
}
.icon-1 { 
	width: 90px;
	height: 140px;
	margin-left:auto;
	margin-right:auto;
}
.txt-icon-1 { 
	width: 183px;
	height: 60px;
	position: relative;
	font-family: 'Open Sans', "sans-serif;";
	font-size: 14px;
	font-weight: 200;
	text-align:center;
	color:#FFFFFF;
}
.fiftyleft {
	height:260px;
	width:50%;
	background-color:#662483;
	position:relative;
	float:left;
}
.fiftyright {
	height:260px;
	width:50%;
	background-color:#febf09;
	position:relative;
	float:left;
}
.tnc {
	height:260px;
	width: 1100px;
	margin-right: auto;
	margin-left: 350px;
	position:absolute;
}
.learn1 {
	float:left;
	height:260px;
	width:400px;
	position:relative;
	background: #662483; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, #662483 , #b13f95); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #662483, #b13f95); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #662483, #b13f95); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #662483 , #b13f95); /* Standard syntax (must be last) */
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
	cursor:pointer;
}
.learn1:hover {
	background-color:aqua;
}
.learn2 {
	float:left;
	height:260px;
	width:400px;
	position:relative;
	background: #fb3360; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, #fb3360 , #fe563d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #fb3360, #fe563d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #fb3360, #fe563d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #fb3360, #fe563d); /* Standard syntax (must be last) */
}
.learn3 {
	float:left;
	height:260px;
	width:400px;
	position:relative;
	background: #fd7e27; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, #fd7e27, #febf09); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #fd7e27, #febf09); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #fd7e27, #febf09); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #fd7e27 , #febf09); /* Standard syntax (must be last) */
}
.learn-icon {
	background-image: url(../images/learn-icon.png);
	float: left;
	height: 106px;
	width: 140px;
	margin-right: 130px;
	margin-left: 130px;
	margin-top: 34px;
	position: relative;
}
.plan-icon {
	background-image: url(../images/plan-icon.png);
	float: left;
	height: 106px;
	width: 140px;
	margin-right: 130px;
	margin-left: 130px;
	margin-top: 34px;
	position: relative;
}
.build-icon {
	background-image: url(../images/build-icon.png);
	float: left;
	height: 106px;
	width: 140px;
	margin-right: 130px;
	margin-left: 130px;
	margin-top: 34px;
	position: relative;
}
.txt-learn {
	font-family: 'Open Sans', "sans-serif;";
	font-size: 26px;
	font-weight: 700;
	text-align:center;
	color: #FFFFFF;
	float: left;
	height: 75px;
	width: 400px;
	margin-top:25px;
	position: relative;
}
.btn-green {
  background-image: linear-gradient(45deg, #006b84 0%, #009ada 50%, #007aa0 90%);
  background-position: 100% 0;
  background-size: 200% 200%;
  color: white;
  padding: 15px 48px;
  font-family: 'Open Sans', "sans-serif;";
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.5s ease;
}
.btn-green:hover {
  box-shadow: 0 0px 0px 0 rgba(0, 40, 120, 0);
  background-position: 0 0;
}
.sponsor-bg {
	height: 300px;
	width: 100%;
	position: relative;
}
.sponsor-conteiner {
	height: 300px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.section-title {
	width:1100px;
	height:44px;
	padding-top:20px;
	font-family: 'Open Sans', "sans-serif;";
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #000;
}
.uc-conteiner {
	height: 3px;
	width: 1100px;
	position: relative;
}
.suc1 {
	float: left;
	height: 3px;
	width: 500px;
	position: relative;
}
.uc-yellow {
	background-color: #009ADA;
	float: left;
	height: 3px;
	width: 100px;
	position: relative;
}
.line-sponsors {
	height: 193px;
	width: 1100px;
	position: relative;
}
.sponsor-1 {
	float:left;
	height:165px;
	width:300px;
	padding-top:13px;
	padding-bottom:15px;
	position:relative;
}
.sponsor-2 {
	background-image:url(../images/villa-logo.png);
	background-repeat:no-repeat;
	float:left;
	height:60px;
	width:200px;
	margin-left:50px;
	margin-right:50px;
	margin-top:66px;
	margin-bottom:67px;
	position:relative;
	-o-transition:.8s;
    -ms-transition:.8s;
    -moz-transition:.8s;
    -webkit-transition:.8s;
    transition: .8s;
	cursor:pointer;
}
.sponsor-2:hover {
	background-image:url(../images/villa-logo2.png);
}
.sponsor-3 {
	background-image:url(../images/imbera-logo.png);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	height:104px;
	width:160px;
	margin-right:70px;
	margin-left:70px;
	margin-top:44px;
	margin-bottom:45px;
	position:relative;
	-o-transition:.8s;
    -ms-transition:.8s;
    -moz-transition:.8s;
    -webkit-transition:.8s;
    transition: .8s;
	cursor:pointer;
}
.sponsor-3:hover {
	background-image:url(../images/imbera-logo2.png);
}
.sponsor-4 {
	float:left;
	height:165px;
	width:300px;
	padding-top:13px;
	padding-bottom:15px;
	position:relative;
}
#gradient
{
  width:1100px;
  height:4px;
  border-radius:4px;
  float:left;
  position:relative;
}
/*1*/
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {background-color: #f1f1f1}
.dropdown:hover .dropdown-content {
    display: block;
    margin-top:72px;
    margin-left: 147px;
	position:absolute;
	width:180px;
	color:#000000;
	font-family: 'Open Sans', "sans-serif;";
	font-size:15px;
	font-weight:300px;
	background-color:trasparent;
	float:left;
	cursor:pointer;
	transition:all 0.2s ease;
}
/*2*/
.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content2 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content2 a:hover {background-color: #f1f1f1}
.dropdown2:hover .dropdown-content2 {
    display: block;
    margin-top:72px;
    margin-left: 297px;
	position:absolute;
	width:180px;
	color:#000000;
	font-family: 'Open Sans', "sans-serif;";
	font-size:15px;
	font-weight:500px;
	background-color:trasparent;
	float:left;
	cursor:pointer;
	transition:all 0.2s ease;
}
/*3*/
.dropdown-content3 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content3 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content3 a:hover {background-color: #f1f1f1}
.dropdown3:hover .dropdown-content3 {
    display: block;
    margin-top:72px;
    margin-left: 508px;
	position:absolute;
	width:180px;
	color:#000000;
	font-family: 'Open Sans', "sans-serif;";
	font-size:15px;
	font-weight:500px;
	background-color:trasparent;
	float:left;
	cursor:pointer;
	transition:all 0.2s ease;
}







/*HOVICON*/
.row .block {
    width: 90;
    height: 140px;
}
.hovicon {
    display: inline-block;
	background-image:url(../images/supresor-de-picos-tv.png);
    font-size: 45px;
    line-height: 90px;
    cursor: pointer;
    margin-top: 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
	vertical-align: middle;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}
.hovicon.small {
    font-size: 20px;
    line-height:45px;
    width:45px;
    height:45px;
    margin:7px;
}
.hovicon.mini {
    font-size: 15px;
    line-height:32px;
    width:30px;
    height:30px;
    margin:7px;
}
.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}


/* Effect 8 */
 .hovicon.effect-8 {
    background: #171717;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.hovicon.effect-8:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.hovicon.effect-8:hover {
    background: #191919;
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
.hovicon.effect-8:hover i {
    color: #fff;
}
.hovicon.effect-8:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #009ada, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #009ada, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #009ada, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #009ada, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #009ada, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #009ada, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}


/* TABLA */

.flat-table {
  display: block;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 115%;
  overflow: auto;
  width: auto;
}
  th {
    background-color:#009ada;
    color: white;
    font-weight: normal;
    padding: 20px 30px;
    text-align: center;
  }
  .tbc-pb {
    background-color: rgb(238, 238, 238);
    color: rgb(111, 111, 111);
    padding: 20px 30px;
  }
  
  .gencon{
	  width:1100px;
	  height:100%;
	  margin-right:auto;
	  margin-left:auto;
	  margin-top:30px;
	  margin-bottom:30px;
	  padding-left:0px;
  }
.gencon-2{
	  width:1020px;
	  height:100%;
	  margin-right:auto;
	  margin-left:auto;
	  margin-top:10px;
	  margin-bottom:30px;
	  padding-left:80px;
  }

.espec-producto{
	width:1100px;
	height:1000px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
}

.thumbnails-345{
	width:100%;
	height:270px;
	padding-top:30px;
	background-color: #009ada;
	position:relative;
}
.thumbnails-678{
	width:1100px;
	height:270px;
	margin-left:auto;
	margin-right:auto;
}





figure.snip1190 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 220px;
  max-width: 344px;
  max-height: 220px;
  width: 100%;
  background:#cdcdcd;
  text-align: center;
}
figure.snip1190 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.snip1190 img {
  opacity: 1;
  width: 100%;
}
figure.snip1190 figcaption {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
figure.snip1190 h2 {
  font-weight: 400;
  left: 0;
  right: 0;
  letter-spacing: -1px;
  margin: 0 auto;
  position: absolute;
  text-transform: uppercase;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
figure.snip1190 P {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  opacity: 0;
  font-size: 14px;
  -webkit-transform: translateY(-20%) scale(0.7);
  transform: translateY(-10%) scale(0.7);
}
figure.snip1190 .square {
  height: 78px;
  width: 78px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
figure.snip1190 .square:before,
figure.snip1190 .square:after,
figure.snip1190 .square div:before,
figure.snip1190 .square div:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
figure.snip1190 .square:before,
figure.snip1190 .square:after {
  width: 65%;
  height: 2px;
}
figure.snip1190 .square div:before,
figure.snip1190 .square div:after {
  width: 2px;
  height: 65%;
}
figure.snip1190 .square:before,
figure.snip1190 .square div:before {
  left: 0;
  top: 0;
}
figure.snip1190 .square:after,
figure.snip1190 .square div:after {
  bottom: 0;
  right: 0;
}
figure.snip1190 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip1190:hover img,
figure.snip1190.hover img {
  opacity: 0.25;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1190:hover h2,
figure.snip1190.hover h2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
figure.snip1190:hover,
figure.snip1190.hover {
  opacity: 1;
  -webkit-transform: translateY(0px) scale(1);
  transform: translateY(0px) scale(1);
}
figure.snip1190:hover .square:before,
figure.snip1190.hover .square:before {
  width: 38%;
}
figure.snip1190:hover .square div:before,
figure.snip1190.hover .square div:before {
  height: 38%;
}
figure.snip1190:hover .square:after,
figure.snip1190.hover .square:after {
  width: 55%;
}
figure.snip1190:hover .square div:after,
figure.snip1190.hover .square div:after {
  height: 55%;
}