  /*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
	overflow-x: hidden;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body,html{
	height:100%;
}
body{
	background-color:#000;
	background-image:url("../img/bgproductos.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	font-family: 'MyriadProRegular';
}
#contenedorppal{
	width:960px;
	background-image:url("../img/productosheader.png");
	background-repeat:no-repeat;
	/*background-color:#fff;*/
	margin: 0 auto;
	/*margin-top:30px;*/
	/*background-color:#FFF;*/
}
#descripcionProducto{
	width: 647px;
	padding: 10px;
	background: white;
	margin-top: 17px;
	border: 1px solid #CCC;
} 
#imagendescrip{
	background-image:url("../img/descripproductofondo.jpg");
	width: 313px;
	height: 343px;
	position:relative;
}
#imagendescrip .description-logos{
	position:absolute;
	bottom:0px;
	width:100%;
	margin:0;
	padding:0;	
}
#imagendescrip .description-logos img{
	display:inline-block;
	margin:4px;
}
header{
	/*height:98px;*/
	height:84px;
}
#logo{
	position: relative;
	top: 20px;
	left: 28px;
}
#menuproductos{
	background-image: url("../img/fondomenuproductos.png");
	background-repeat: no-repeat;
	height: 59px;
	left: 250px;
	position: relative;
	top: -34px;
}
#productos{
	padding: 14px 20px 126px 20px;
	background: url("../img/patron.png");
}
#filtros{
	width:25%;
}
#filtros ul{
	padding: 0px;
	margin:0;
	
}
#filtros ul li{
	list-style:none;
	margin: 0;
	padding: 0;
	margin-left: 1px;
	/*height: 31px;*/
}
#filtros ul li a{
	list-style: none;
	width: 204px;
	height: 27px;
	display: block;
	/*margin-bottom: 1px;*/
	color: #666666;
	text-decoration: none;
	font-size: 20px;
	padding: 5px 0px 0px 18px;
	background-image: url(../img/fondoli.png);
	background-repeat: no-repeat;
	font-family: 'MyriadPro-Cond';
}
#filtros ul li li a{
	background: none;
	width: 181px;
	padding: 5px 0 0 39px;
	margin: 0;
	font-size:17px;
}

#filtros h3{
	margin-bottom:0px;
	margin-top:25px;
}

#listado, #listado-interno{
	width:75%
}
#listado ul{
	padding: 0px;
	
}
#listado ul li{
	list-style: none;
	display: inline-block;
	width: 208px;
	height: 286px;
	background-color: white;
	padding: 5px;
	margin-bottom:5px;
	vertical-align:top;
	display:none;
}
#container {
	top:17px;
	position:relative;
}
#container .productog{
	width: 227px;
	height: 306px;
	vertical-align:top;
	display: inline-block !important;
	position:relative;
}


.productogint{
	width: 210px;
	height: 286px;
	background-color: white;
	padding: 5px 3px;
	margin-bottom:5px;
	border:1px solid #ccc;
}
.fotoproducto{
	background-image:url("../img/bgproducto.png");
	background-repeat:no-repeat;
	width:210px;
	height:210px;
}
.fotoproducto img{
	margin: 0 auto;
	display: block;
	/*padding-top: 15px;*/
}
h2{
	color:#666666;
	margin: 0;
	padding: 0;
	line-height: 15px;
	margin: 16px 0 0 5px;
	
}
h2 a, #listado ul li a,#container .productog a{
	text-decoration:none;
	color:#666666;
}
h3{
	margin: 0;
	margin-bottom: 13px;
	color:#666666;
	font-size:18px;
	font-weight:normal;
}
#buscador{
	float:right;
	margin-right: 11px;
}
#buscador div{
	background: url("../img/barrabuscar.png");
	width: 660px;
	height: 42px;
	text-align: right;
	padding: 4px 11px 0 0;
}

#buscador div.nombre_cat{
	background: none;
	padding: 0;
	position: absolute;
	float: right;
	width: 36%;
	text-align: left;
	height: 17px;
	margin-top: 15px;
	color: #666666;
	font-size: 18px;
	font-weight: normal;
}
#buscador div input{
	width: 181px;
	border: none;
	padding-left: 23px;
	margin-top: 5px;
	background: url(../img/fondoinput.png);
	background-repeat: no-repeat;
	height: 26px;
	color: #727272;
	font-size:14px;
}
.searchicono{
	position: relative;
	top: -2px;
	left:-3px;
	
}

.styled-select{
	width: 223px;
	height: 31px;
	overflow: hidden;
	background-image: url(../img/fondodropdown.png);
	background-repeat: no-repeat;
}
.styled-select select{
	width: 240px;
	height: 28px;
	background: transparent;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #000;
	font-family: 'MyriadPro-Cond';
	font-size: 19px;
	padding-left: 10px;
	padding-top: 3px;
}
option:nth-child(odd),option:nth-child(even) {
  background-color: #999999;
}
option::selection {
  background-color: transparent;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/*option:nth-child(odd) {
  background-color: blue;
}*/

.left{
	float:left;
}

.right{
	float:right;
}
.clear{
	clear:both;
}

.fuente18{
	font-size:15px;
	font-family: 'MyriadPro-Cond';
	font-weight:100;
	text-transform:uppercase;
}
.fuente12{
	font-size: 12px;
	font-family: 'MyriadPro-Cond';
	font-weight: 100;
	
}
.construccion{
	margin-left: 6px;
}

.fuente20{
	font-size:18px;
	/*font-family: 'MyriadProSemiboldCond';*/
	font-family: 'MyriadPro-Cond';
}
a.submenu{
	/*background-image:url("../img/list_menu_vert.png");
	background-repeat:no-repeat;
	background-position: 188px -30px;*/
}



footer{
	width: 100%;
	height: 75px;
	position: relative;
	bottom: 0;
	background-image:url("../img/fondofooter.png");
	background-repeat:repeat-x;
}
#menuinferior{
	margin: 0 auto;
	width:980px;
}
#menuinferior ul{
	margin: 0;
	padding: 0;
	width:731px;
	margin-top:10px; 
}
#menuinferior ul li{
	display: inline-block;
	list-style: none;
	width: 119px;
	font-family: 'MyriadProRegular';
	background-image: url("../images/linea_footer.jpg");
	background-repeat: no-repeat;
	background-position: 113px 0px;
}
#menuinferior ul li a{
	text-decoration:none;
	color:#e4e4e4;
	font-family: 'MyriadProRegular';
	font-size:12px;
}
.logoFooter{
	float: left;
	padding-top: 8px;
	margin-top: 12px;
	background: url("../images/linea_footer.jpg");
	width: 45px;
	background-repeat: repeat-y;
	background-position: 140px 0px;
	height: 36px;
}

.menufooter{
	float:left;
	margin-top:10px;
}

.logosotras{
	position: absolute;
	height:0;
}

.logosotras div{
	position: relative;
	top: -51px;
	left: 750px;
	clear: both;
}


/*****menu superior***/

.navigation {
	width: 100%;
	height: 80px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 999;
	background-position: center center;
	top: 0px;
}
.wraperMenu {
	height: 80px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#social-contenedor{
	position: relative;
	width: 970px;
	height: 48px;
	margin: 0 auto;
}


.navigation .wraperMenu ul {
	display: block;
	height: 57px;
	width: 684px;
	position: absolute;
	left: 13px;
	top: 2px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
}
.navigation .wraperMenu ul li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.navigation .wraperMenu ul li a {
	/*font-family: 'MyriadProRegular';
	font-family: 'MyriadProSemiboldCond';*/
	 font-family: 'MyriadPro-SemiboldIt';
	/*font-weight: bold;
	font-style: italic;*/
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 41px;
	width: 96px;
	font-size: 12px;
	text-align: center;
	padding-top: 22px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 14px;
}
.navigation .wraperMenu ul li a#detras-del-balon{
	width:140px;
}
/*-webkit, -moz, -ms, -o*/
.navigation .wraperMenu ul li {
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	/*-ms-transform: skew(-30deg);*/
	transform: skew(-30deg);
}

.navigation .wraperMenu ul li:hover {
	background-image: url("../img/overDos.jpg");
	background-repeat: repeat-x;
	background-position: center -2px;
}
.navigation .wraperMenu ul li a:hover{
	color:  #000;
}
#GoltyDafiti {
	padding-top: 10px !important;
}
.GoltyDafi img {
	height: 30px;
}
.navigation .wraperMenu ul li:hover .GoltyDafi img {
	filter: invert(1);
}

.currentLi{
	background-image: url("../img/overDos.jpg");
	background-repeat: repeat-x;
	background-position: center -2px;	
}
.currentLi a{
	color:  #000 !important;
}

.navigation .wraperMenu ul li a {
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
	/*-ms-transform: skew(30deg);*/
	transform: skew(30deg);
}

.anti{
	-webkit-transform: skew(0deg);
	-moz-transform: skew(0deg);
	-o-transform: skew(0deg);
	/*-ms-transform: skew(0deg);*/
	transform: skew(0deg);
	font-family: 'MyriadProRegular';
}

#social{
	position: absolute;
	top: 10px;
	left: 740px;
	/*left: 780px;*/
}
#social li{
	width:25px;
	height:25px;
	display:inline-block;
	padding-right:5px;
}

#social li a:hover{
	background-position: 0px -28px;
}
a.wap{
	display:block;
	background-image:url("../img/wap_btn.png");
	background-repeat:no-repeat;
	width:29px;
	height:28px;
}
a.fb{
	display:block;
	background-image:url("../img/facebook_btn.png");
	background-repeat:no-repeat;
	width:29px;
	height:28px;
}
a.tw{
	display:block;
	background-image:url("../img/twitter_btn.png");
	background-repeat:no-repeat;
	width:29px;
	height:28px;
}
a.yt{
	display:block;
	background-image:url("../img/youtube_btn.png");
	background-repeat:no-repeat;
	width:29px;
	height:28px;
}
a.ig{
	display:block;
	background-image:url("../img/instagram_btn.png");
	background-repeat:no-repeat;
	width:29px;
	height:28px;
}

a.ps{
	display:block;
	background-image:url("../img/pse_btn.png");
	background-repeat:no-repeat;
	width:29px;
	height:28px;
}

/*PRODUCTOS*/
#imagendescrip img.grande{
	width:280px;
	margin:0 auto;
	display:block;
}
#descrip{
	padding: 10px;
	width: 313px;
}
#descrip h2{
	margin: 0;
	padding: 0;	
}
.title_superficies{margin:20px 15px;}
.superficies{margin: 20px 0px;}
#propiedades ul, #propiedades ul li{
	display: inline-block;
	vertical-align:top;
	list-style:none;
	margin:0;
	padding:0;
	width: 220px;
}
#propiedades ul li span.title, #propiedades ul li span.description{
	display: inline-block;
	font-size: 13px;
	font-weight: 100 !important;
	margin: 1px;
	padding: 2px;
	text-align: center;
	vertical-align: top;
}
#propiedades ul li span.title{
	background: #181818;
	color: #fff;
	width: 105px;
	margin-right:0;
}
#propiedades ul li span.description{
	background:	#4aa411;
	color: #000;
	width: 100px;
	margin-left:0;
}
#propiedades img{
	vertical-align:top;
	display:inline-block;
}
#ventajas-beneficios table{
	border:none;	
}
#ventajas-beneficios table tr{
/*	background: url("../images/linea.jpg") center bottom repeat-x;*/
}
#ventajas-beneficios table tr th{
	color: white;
	height: 41px;
	border: none;
	font-size: 21px;
	font-weight: bold;
	margin:0;
	padding:0;
}
#ventajas-beneficios table tr th.ventajas{
	width:344px;
}
#ventajas-beneficios table tr th.beneficios{
	width:274px;
}
/******FUTBOL ******/

#ventajas-beneficios table tr td{
	text-align: center;
	vertical-align: middle;
	background: #73BF43;
	border:3px #fff solid;
	border-bottom-color:#a6cf36;
	color: #fff;
	font-size:16px;
}
.carrousel{
	margin-top: 20px;
}
.carrousel ul{
	padding: 0;
	margin:0;
	list-style:none;
}

.carrousel ul li{
	display:inline-block;
	vertical-align:top;
}
.carrousel ul li a{
	display:block;
	border:1px solid #CCC;
}
.carrousel ul li a:hover,.carrousel ul li a.current{
	display:block;
	border:1px solid #CCC;
	opacity: 0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}

textarea:focus, input:focus{
    outline: none;
}



.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}

.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #999;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#999;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

.zoom-image{
	position: relative;
	top: -40px;
	left: 8px;
}

.zoom-image img{
	position:absolute;
}
.logosotras a{
	-webkit-transform: skew(-15deg);
	display:inline-block;
	position:relative;
}
.logosotras a span{
	display:inline-block;
	width:147px;
	height:61px;
	background-repeat:no-repeat;
	-webkit-transform: skew(15deg);
}
.pagefusion span{
	background-image: url("../img/btnGoltyFusion.png");
	
}

.pagegalaxy span{
	background-image: url("../img/btnGoltyGalaxy.png");
}

.pagehincha span{
	background-image: url("../img/btnGoltyHincha.png");
}

.pagefusion{
	z-index:2;
}

.pagegalaxy{
	z-index:3;
	left: -35px;
}
.pagehincha{
	z-index: 4;
	left: -70px;
}
.logosotras a span:hover{
	background-position: 0 -61px;
}



/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media only screen
and (max-width : 1024px) {
	.logosotras a span{
		display:inline-block;
		width: 109px;
		height: 40px;
		background-repeat:no-repeat;
		-webkit-transform: skew(15deg);
	}
	
	.pagefusion span{
		background-image: url("../footer1024/btnGoltyFusion.png");
		
	}
	
	.pagegalaxy span{
		background-image: url("../footer1024/btnGoltyGalaxy.png");
	}
	
	.pagehincha span{
		background-image: url("../footer1024/btnGoltyHincha.png");
	}

	
	.pagefusion{
		z-index:2;
	}
	
	.pagegalaxy{
		z-index:3;
		left: -35px;
	}
	.pagehincha{
		z-index: 4;
		left: -70px;
	}
	.logosotras a span:hover{
		background-position: 0 -41px;
	}
	.logosotras div{
		position: relative;
		top: -41px;
		left: 750px;
		clear: both;
	}

}

/********ventana modal *******/
.cerrar-modal-termino{
	width: 136px;
	height: 41px;
	position: absolute;
	left: 17px;
	top: 5px;
	cursor: pointer;  
}

#modal_termino{
	width:100%;
	position:absolute;
	height:100%;
	background-color:#000;
	background:url("../img/fondomodal.png");
	z-index:50002;
	display:none;
}
#modal_termino #formulario{
	width: 579px;
	height: 398px;
	background: url("../img/fondoTerminos.png") no-repeat;
	position: relative;
	margin: 0 auto;
	padding: 23px 23px;
}

#modal_termino #formulario .formulario{
	height: 350px;
	margin: 38px 0 0 0; 
	font-family: 'MyriadProRegular';
}

#modal_termino #formulario .formulario p{
	font-size:14px;
	font-family: 'MyriadProRegular';
}

#modal{
	width:100%;
	position:absolute;
	height:100%;
	background-color:#000;
	background:url("../img/fondomodal.png");
	z-index:50000;
	display:none;
}

#modal #formulario{
	width: 579px;
	height: 398px;
	background: url("../img/fondocontacto.png") no-repeat;
	position: relative;
	margin: 0 auto;
	padding: 23px 23px;
}

#modal #formulario .formulario{
	float:left;
	width:50%;
	height: 385px;
	margin: 30px 0 0 0;
	font-size:14px;
	font-family: 'MyriadProRegular';
}
#modal #formulario .creditos{
	float:left;
	width:50%;
	height: 385px;
	margin: 50px 0 0 0;
}
#modal #formulario .creditos p{
	text-align: center;
	font-size: 14px;
	font-family: Myriadproregular;
	position: relative;
	top: 60px;
}
#modal #formulario .creditos p span.18{
	font-size:18px;
}

#modal #formulario .formulario .input{
	width:293px;
	height:29px;
	background:none;
	background-color:#e9e9e9;
	border:none;
	outline:none;
	display:block;
}
#modal #formulario .formulario .textarea{
	width:293px;
	height:110px;
	background:none;
	background-color:#e9e9e9;
	border:none;
	outline:none;
	margin-bottom:12px;
	display:block;
}

#modal #formulario .formulario label{
	font-size:14px;
	font-family: 'MyriadProRegular';
}

.campo-div{
	margin: 10px 0px;
}
.campo-div span{
	margin-right: 9px;
}

.cerrar-modal{
	width: 46px;
	height: 41px;
	position: absolute;
	left: 572px;
	top: 5px;
	cursor: pointer;
}

.error_form{
	background: #f8dbdb !important;
	border: 1px solid #e77776 !important;
}
.nameInfo,.emailInfo,.contenidoinfo{
	color:#e46c6e;
	font-size:12px;
	margin-bottom:12px;
}






/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(../images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(../images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(../images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(../images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(../images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(../images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(../images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(../images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}



/*************************************/
/* ==========================================================================
   ocultar fitros producto
   ========================================================================== */
   li.menu-26 {
	display: none !important;
}

.golty-btn-dafiti {
	font-family: 'MyriadProSemiboldCond';
    border-radius: 35px;
    cursor: pointer;
    font-size: 18px;
    margin: 10px 0px !important;
    text-transform: uppercase;
    background: #000000 !important;
    box-shadow: 1px 4px 2px #b5b3b3;
}

.golty-btn-dafiti:hover {
    opacity: 0.8;
}

div.wh-widget-send-button-wrapper.wh-widget-right div.wh-widget-send-button-wrapper-list a.wh-widget-send-button-get-button {
 display:none !important;
}

.wh-widget-send-button-desktop .wh-widget-send-button-wrapper:hover a.wh-widget-send-button-get-button {
 display:none !important;
}

.wh-clear{clear:both}.wh-hide{display:none !important}*[id^="template-"]{display:none !important}.popup-slide{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-duration:0.64s;animation-duration:0.64s;-webkit-animation-timing-function:cubic-bezier(0.23, 1, 0.32, 1);animation-timing-function:cubic-bezier(0.23, 1, 0.32, 1);-webkit-animation-delay:0.16s;animation-delay:0.16s}.popup-slide-in{-webkit-animation-name:wh-popup-slide-in;animation-name:wh-popup-slide-in;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards}.popup-slide-out{-webkit-animation-name:wh-popup-slide-out;animation-name:wh-popup-slide-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes wh-popup-slide-in{0%{opacity:0;-webkit-transform:translateY(45px);transform:translateY(45px);display:block}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);display:block}}@keyframes wh-popup-slide-in{0%{opacity:0;-webkit-transform:translateY(45px);transform:translateY(45px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes wh-popup-slide-out{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(45px);transform:translateY(45px)}}@keyframes wh-popup-slide-out{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(45px);transform:translateY(45px)}}.wh-widget-hello-popup-wrapper{margin:21px 20px 0 20px;padding:0;border:0;width:343px;text-align:center;font-family:Roboto, "Helvetica Neue", sans-serif;display:block;position:relative;line-height:23px;font-size:14px}.wh-widget-hello-popup-wrapper.wh-popup-left{margin-left:10px}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup{box-shadow:7px 7px 15px 8px rgba(0,0,0,0.17);border:1px solid #e2e2e2;position:relative;min-height:149px;border-radius:10px;background-color:white}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup .wh-widget-hello-popup-close{float:right;padding:7px 9px 3px 5px;line-height:10px;cursor:pointer}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup .wh-widget-hello-popup-close svg{fill:#a3a3a3;width:15px;height:15px}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup .wh-messengers{margin-bottom:0;line-height:10px;text-align:left;padding-bottom:26px}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup .wh-messengers ul{display:inline-block;margin:0 0 0 85px;padding:0}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup .wh-messengers ul li{margin-bottom:0;margin-right:15px;line-height:10px;border-radius:50%;overflow:hidden;cursor:pointer;display:inline-block;width:34px;height:34px}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup .wh-messengers ul li.wh-messenger-bg-facebook{background-color:#0084ff}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup .wh-messengers ul li.wh-messenger-bg-whatsapp{background-color:#4dc247}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup .wh-messengers ul li.wh-messenger-bg-snapchat{background-color:#FFEA00}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup .wh-messengers ul li.wh-messenger-bg-viber{background-color:#7b519d}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup .wh-messengers ul li.wh-messenger-bg-line{background-color:#00c300}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup .wh-messengers ul li.wh-messenger-bg-telegram{background-color:#08c}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup .wh-messengers ul li.wh-messenger-bg-vkontakte{background-color:#6383a8}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup .wh-messengers ul li.wh-messenger-bg-email{background-color:#848484}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup .wh-messengers ul li.wh-messenger-bg-sms{background-color:#1ecea8}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup .wh-messengers ul li.wh-messenger-bg-call{background-color:#ec5923}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup .wh-messengers ul li a{line-height:10px;width:34px;height:34px;display:inline-block}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup .wh-messengers ul li a svg{margin:1px 0 0 1px;width:90%;height:90%}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup-content{min-height:58px;display:block;border-radius:4px 4px 0 0;color:black;padding:27px 23px 20px 18px}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup-content .wh-widget-hello-popup-content-logo{height:50px;width:50px;border:1px solid #e2e2e2;border-radius:8px;float:left}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup-content .wh-widget-hello-popup-content-logo img{height:50px;width:50px;border-radius:8px}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup-content .wh-widget-hello-popup-content-text{min-height:56px;width:234px;border:1px solid #e2e2e2;border-radius:8px;float:right;position:relative;cursor:pointer;word-wrap:break-word}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup-content .wh-widget-hello-popup-content-text a{text-decoration:none;color:black}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup-content .wh-widget-hello-popup-content-text a>div{text-align:left;padding:14px 16px;line-height:20px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup-content .wh-widget-hello-popup-content-text::before{content:'';position:absolute;top:20px;left:-10px;border:5px solid transparent;border-right:5px solid #e2e2e2}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup-content .wh-widget-hello-popup-content-text::after{content:'';position:absolute;top:20px;left:-9px;border:5px solid transparent;border-right:5px solid #fff}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup-powered{margin-top:11px;text-align:right;padding:0 29px 4px 0;font-size:11px;color:#afafaf}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup-powered a{color:#afafaf;text-decoration:none}.wh-widget-hello-popup-wrapper .wh-widget-hello-popup-powered a span{text-decoration:underline}.wh-widget-hello-popup-wrapper.wh-popup{box-shadow:7px 7px 15px 8px rgba(0,0,0,0.17);border:1px solid #e2e2e2;position:relative;min-height:149px;border-radius:10px;background-color:white;width:302px}.wh-widget-hello-popup-wrapper.wh-popup.wh-popup-left{margin-left:10px}.wh-widget-hello-popup-wrapper.wh-popup.wh-popup-right{margin-right:20px}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-title-bar{height:50px;border-radius:6px 6px 0 0;margin:-1px}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-title-bar.wh-messenger-bg-facebook{background-color:#0084ff}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-title-bar.wh-messenger-bg-whatsapp{background-color:#4dc247}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-title-bar.wh-messenger-bg-snapchat{background-color:#FFEA00}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-title-bar.wh-messenger-bg-viber{background-color:#7b519d}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-title-bar.wh-messenger-bg-line{background-color:#00c300}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-title-bar.wh-messenger-bg-telegram{background-color:#08c}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-title-bar.wh-messenger-bg-vkontakte{background-color:#6383a8}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-title-bar.wh-messenger-bg-email{background-color:#848484}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-title-bar.wh-messenger-bg-sms{background-color:#1ecea8}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-title-bar.wh-messenger-bg-call{background-color:#ec5923}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-title-bar .title-bar-icon-close{float:right;cursor:pointer;margin:14px 12px 0 0}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-title-bar .title-bar-icon-messenger{float:left;margin:11px 0 0 11px}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-title-bar .title-bar-icon-messenger svg{fill:white;width:28px;height:28px}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-title-bar .title-bar-text{padding-top:15px;text-align:left;color:#FFFFFF}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-content.wh-popup-content-viber>div{padding-top:15px;padding-right:30px;background:url("/img/loader.gif") no-repeat center}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-content.wh-popup-content-viber img{height:200px;display:block;margin:auto}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-content.wh-popup-content-viber .wh-viber-account{font-weight:bold;text-align:center;font-size:16px}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-content.wh-popup-content-viber .wh-viber-account--pwd-hidden{margin-bottom:15px}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-content.wh-popup-content-viber a{color:#111;text-decoration:none}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-content.wh-popup-content-viber a span{font-size:12px;font-weight:normal;text-decoration:underline}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-content.wh-popup-content-call>div{min-height:100px}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-content.wh-popup-content-call+.wh-clear+.wh-widget-hello-popup-powered.wh-hide{display:block !important}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-content.wh-popup-content-call+.wh-clear+.wh-widget-hello-popup-powered.wh-hide>a{display:none !important}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-content>div{padding:25px 12px 0 30px;min-height:168px}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-content .content-wa-text{text-align:left;word-wrap:break-word}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-content .content-wa-number,.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-content .content-call-number{margin-top:38px;font-size:26px;padding-right:18px;text-align:center;word-wrap:break-word}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-content .content-wa-number a,.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-content .content-call-number a{text-decoration:none;color:#111}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-content .content-facebook{padding:0;height:299px;overflow:hidden}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-content.wh-popup-content-snapchat>div{padding-right:30px}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-content .content-snapchat-qrcode{height:207px}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-content .content-snapchat-name{font-size:16px;font-weight:600;margin:5px 0 15px 0}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-content .content-line{padding:0;height:380px;overflow:hidden}.wh-widget-hello-popup-wrapper.wh-popup .wh-popup-content .content-line iframe{margin-top:-115px;width:302px;height:490px;border:none;overflow:hidden}.wh-widget-hello-popup-wrapper.wh-popup .wh-widget-hello-popup-powered{text-align:center;padding-bottom:7px;padding-left:24px}.wh-small-height .wh-widget-hello-popup-wrapper{width:400px}.wh-small-height .wh-widget-hello-popup-wrapper .wh-widget-hello-popup-content{padding-top:20px;padding-bottom:15px}.wh-small-height .wh-widget-hello-popup-wrapper .wh-widget-hello-popup-content .wh-widget-hello-popup-content-text{width:287px}.wh-small-height .wh-widget-hello-popup-wrapper .wh-widget-hello-popup .wh-messengers{padding-bottom:15px}.wh-small-screen .wh-widget-hello-popup-wrapper{margin-left:15px;width:280px}.wh-small-screen .wh-widget-hello-popup-wrapper .wh-widget-hello-popup-content .wh-widget-hello-popup-content-logo{display:none}.wh-small-screen .wh-widget-hello-popup-wrapper .wh-widget-hello-popup-content{padding:27px 20px 20px 20px}.wh-small-screen .wh-widget-hello-popup-wrapper .wh-widget-hello-popup-content .wh-widget-hello-popup-content-text{width:100%}.wh-small-screen .wh-widget-hello-popup-wrapper .wh-widget-hello-popup-content .wh-widget-hello-popup-content-text::before{display:none}.wh-small-screen .wh-widget-hello-popup-wrapper .wh-widget-hello-popup-content .wh-widget-hello-popup-content-text::after{display:none}.wh-small-screen .wh-widget-hello-popup-wrapper .wh-widget-hello-popup .wh-messengers ul{margin-left:20px}@-webkit-keyframes button-slide{0%{opacity:0;display:none;margin-top:0;margin-bottom:0;-ms-transform:translateY(15px);-webkit-transform:translateY(15px);-moz-transform:translateY(15px);-o-transform:translateY(15px);transform:translateY(15px)}to{opacity:1;display:block;margin-top:0;margin-bottom:14px;-ms-transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@-moz-keyframes button-slide{0%{opacity:0;display:none;margin-top:0;margin-bottom:0;-ms-transform:translateY(15px);-webkit-transform:translateY(15px);-moz-transform:translateY(15px);-o-transform:translateY(15px);transform:translateY(15px)}to{opacity:1;display:block;margin-top:0;margin-bottom:14px;-ms-transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@-o-keyframes button-slide{0%{opacity:0;display:none;margin-top:0;margin-bottom:0;-ms-transform:translateY(15px);-webkit-transform:translateY(15px);-moz-transform:translateY(15px);-o-transform:translateY(15px);transform:translateY(15px)}to{opacity:1;display:block;margin-top:0;margin-bottom:14px;-ms-transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@keyframes button-slide{0%{opacity:0;display:none;margin-top:0;margin-bottom:0;-ms-transform:translateY(15px);-webkit-transform:translateY(15px);-moz-transform:translateY(15px);-o-transform:translateY(15px);transform:translateY(15px)}to{opacity:1;display:block;margin-top:0;margin-bottom:14px;-ms-transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}.button-slide{-webkit-animation-name:button-slide;-moz-animation-name:button-slide;-o-animation-name:button-slide;animation-name:button-slide;-webkit-animation-duration:.2s;-moz-animation-duration:.2s;-o-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards}.button-slide-out{-webkit-animation-name:button-slide;-moz-animation-name:button-slide;-o-animation-name:button-slide;animation-name:button-slide;-webkit-animation-duration:.2s;-moz-animation-duration:.2s;-o-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:reverse;-moz-animation-direction:reverse;-o-animation-direction:reverse;animation-direction:reverse}@-webkit-keyframes button-mes-us{0%{opacity:0;display:none;margin-left:55px;margin-right:55px}to{opacity:1;display:block;margin-left:70px;margin-right:70px}}@-moz-keyframes button-mes-us{0%{opacity:0;display:none;margin-left:55px;margin-right:55px}to{opacity:1;display:block;margin-left:70px;margin-right:70px}}@-o-keyframes button-mes-us{0%{opacity:0;display:none;margin-left:55px;margin-right:55px}to{opacity:1;display:block;margin-left:70px;margin-right:70px}}@keyframes button-mes-us{0%{opacity:0;display:none;margin-left:55px;margin-right:55px}to{opacity:1;display:block;margin-left:70px;margin-right:70px}}.wh-widget-send-button-desktop .wh-widget-send-button-wrapper:hover a.wh-widget-send-button-get-button{display:block !important}div.wh-widget-send-button-wrapper{margin:0;padding:0;border:0;position:fixed;z-index:16000160;bottom:0;text-align:center;overflow:hidden}div.wh-widget-send-button-wrapper:hover a.wh-widget-send-button-get-button{display:block}div.wh-widget-send-button-wrapper.wh-widget-left{left:0}div.wh-widget-send-button-wrapper.wh-widget-left div.wh-widget-send-button-wrapper-list{left:0;float:left;padding:0 !important}div.wh-widget-send-button-wrapper.wh-widget-left div.wh-widget-send-button-wrapper-list>a.wh-widget-button div.wh-widget-button-icon{float:left}div.wh-widget-send-button-wrapper.wh-widget-right{right:0}div.wh-widget-send-button-wrapper.wh-widget-right div.wh-widget-send-button-wrapper-list{right:10px;float:right}div.wh-widget-send-button-wrapper.wh-widget-right div.wh-widget-send-button-wrapper-list a.wh-widget-send-button-get-button{float:right;right:1px}div.wh-widget-send-button-wrapper.wh-widget-right div.wh-widget-send-button-wrapper-list>a.wh-widget-button{min-width:55px}div.wh-widget-send-button-wrapper.wh-widget-right div.wh-widget-send-button-wrapper-list>a.wh-widget-button div.mes-us{text-align:right}div.wh-widget-send-button-wrapper.wh-widget-right div.wh-widget-send-button-wrapper-list>a.wh-widget-button div.wh-widget-button-icon{float:right}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list{margin:10px;margin-bottom:20px;padding:0 0 0 15px;border:0;position:relative;bottom:3px;text-align:center}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list.wh-widget-activate>a.wh-widget-button{display:block}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list.wh-widget-activate>a.wh-widget-button.wh-widget-button-activator div.mes-us{display:none}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list.wh-widget-activator-as-close>a.wh-widget-button.wh-widget-button-activator div.mes-us{display:none}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list.wh-widget-activator-as-close>a.wh-widget-button.wh-widget-button-activator div.wh-widget-button-icon>div{-ms-transform:rotate(270deg);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list.wh-widget-activator-as-close>a.wh-widget-button.wh-widget-button-activator div.wh-widget-button-icon .wh-svg-close{display:inline}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list.wh-widget-activator-as-close>a.wh-widget-button.wh-widget-button-activator div.wh-widget-button-icon .wh-svg-icon{display:none}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list.wh-widget-show-get-button a.wh-widget-send-button-get-button{display:block}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list a.wh-widget-send-button-get-button{display:none;position:fixed;white-space:nowrap;text-decoration:none;font-family:Roboto, "Helvetica Neue", sans-serif;font-size:11px;color:#afafaf;box-sizing:border-box}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list a.wh-widget-send-button-get-button:hover{text-decoration:underline}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button{display:none;text-decoration:none;font-weight:normal;margin-top:14px;position:relative;outline:none}body.wh-widget-send-button-desktop div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button:hover div.mes-us{display:block}body.wh-widget-send-button-desktop div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button:hover div.wh-widget-button-icon{box-shadow:2px 2px 11px rgba(0,0,0,0.7)}body.wh-widget-send-button-desktop div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button.wh-widget-button-activator div.mes-us{display:none}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button.wh-widget-button-activator{display:block}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button.wh-widget-button-activator div.wh-widget-button-icon>div{height:100%;width:100%;-moz-transition:transform 0.4s ease;-o-transition:transform 0.4s ease;-webkit-transition:transform 0.4s ease;transition:transform 0.4s ease}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button div.mes-us{position:relative;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;font-size:13px;border:1px solid #e2e2e2;margin-right:55px;margin-left:55px;padding:4px 9px 6px 9px;border-radius:4px;color:#333;background:white;top:12px;box-shadow:2px 2px 5px rgba(0,0,0,0.2);white-space:nowrap;display:none}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button div.wh-widget-button-icon{float:left;height:50px;width:50px;border-radius:50%;overflow:hidden;box-shadow:2px 2px 6px rgba(0,0,0,0.4);font-size:28px;text-align:center;line-height:50px;color:white}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button div.wh-widget-button-icon .wh-svg-close{display:none}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button div.wh-widget-button-icon .wh-svg-icon{display:inline}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button div.wh-widget-button-icon.wh-messenger-bg-facebook{background-color:#0084ff}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button div.wh-widget-button-icon.wh-messenger-bg-whatsapp{background-color:#4dc247}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button div.wh-widget-button-icon.wh-messenger-bg-snapchat{background-color:#FFEA00}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button div.wh-widget-button-icon.wh-messenger-bg-viber{background-color:#7b519d}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button div.wh-widget-button-icon.wh-messenger-bg-line{background-color:#00c300}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button div.wh-widget-button-icon.wh-messenger-bg-telegram{background-color:#08c}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button div.wh-widget-button-icon.wh-messenger-bg-vkontakte{background-color:#6383a8}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button div.wh-widget-button-icon.wh-messenger-bg-email{background-color:#848484}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button div.wh-widget-button-icon.wh-messenger-bg-sms{background-color:#1ecea8}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button div.wh-widget-button-icon.wh-messenger-bg-call{background-color:#ec5923}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button div.wh-widget-button-icon svg{fill:white;width:41px;height:50px}body.wh-widget-send-button-mobile div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button div.wh-widget-button-icon svg{width:48px}body.wh-widget-send-button-mobile div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button div.wh-widget-button-icon svg.wh-messenger-svg-facebook{width:44px}div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button div.wh-widget-button-icon i{display:inline;line-height:48px}@-webkit-keyframes callToActionRight{0%{opacity:0;right:-20px}to{opacity:1;right:0}}@-moz-keyframes callToActionRight{0%{opacity:0;right:-20px}to{opacity:1;right:0}}@-o-keyframes callToActionRight{0%{opacity:0;right:-20px}to{opacity:1;right:0}}@keyframes callToActionRight{0%{opacity:0;right:-20px}to{opacity:1;right:0}}@-webkit-keyframes callToActionLeft{0%{opacity:0;left:-20px}to{opacity:1;left:0}}@-moz-keyframes callToActionLeft{0%{opacity:0;left:-20px}to{opacity:1;left:0}}@-o-keyframes callToActionLeft{0%{opacity:0;left:-20px}to{opacity:1;left:0}}@keyframes callToActionLeft{0%{opacity:0;left:-20px}to{opacity:1;left:0}}#wh-call-to-action{position:relative;top:29px;box-shadow:2px 2px 13px rgba(0,0,0,0.1);border:1px solid #e2e2e2;border-radius:5px;background:white;cursor:pointer}#wh-call-to-action a{text-decoration:none;color:black}#wh-call-to-action a .wh-call-to-action-content{padding:5px 10px 5px 10px;line-height:18px;max-height:34px;max-width:135px;overflow:hidden;word-wrap:break-word;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;font-size:14px}.wh-widget-right #wh-call-to-action{float:left;margin-right:10px}.wh-widget-right #wh-call-to-action.wh-animation-in{-webkit-animation-name:callToActionRight;-moz-animation-name:callToActionRight;-o-animation-name:callToActionRight;animation-name:callToActionRight;-webkit-animation-duration:.2s;-moz-animation-duration:.2s;-o-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards}.wh-widget-right #wh-call-to-action.wh-animation-out{-webkit-animation-name:callToActionRight;-moz-animation-name:callToActionRight;-o-animation-name:callToActionRight;animation-name:callToActionRight;-webkit-animation-duration:.2s;-moz-animation-duration:.2s;-o-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:reverse;-moz-animation-direction:reverse;-o-animation-direction:reverse;animation-direction:reverse}.wh-widget-right #wh-call-to-action:before{z-index:2}.wh-widget-right #wh-call-to-action:before,.wh-widget-right #wh-call-to-action:after{content:'';position:absolute;background:white;border-bottom:1px solid #e2e2e2;border-right:1px solid #e2e2e2;right:-5px;top:50%;margin-top:-4px;width:8px;height:8px;z-index:1;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.wh-widget-left #wh-call-to-action{float:right;margin-left:10px}.wh-widget-left #wh-call-to-action.wh-animation-in{-webkit-animation-name:callToActionLeft;-moz-animation-name:callToActionLeft;-o-animation-name:callToActionLeft;animation-name:callToActionLeft;-webkit-animation-duration:.2s;-moz-animation-duration:.2s;-o-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards}.wh-widget-left #wh-call-to-action.wh-animation-out{-webkit-animation-name:callToActionLeft;-moz-animation-name:callToActionLeft;-o-animation-name:callToActionLeft;animation-name:callToActionLeft;-webkit-animation-duration:.2s;-moz-animation-duration:.2s;-o-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:reverse;-moz-animation-direction:reverse;-o-animation-direction:reverse;animation-direction:reverse}.wh-widget-left #wh-call-to-action:before{z-index:2}.wh-widget-left #wh-call-to-action:before,.wh-widget-left #wh-call-to-action:after{content:'';position:absolute;background:white;border-bottom:1px solid #e2e2e2;border-right:1px solid #e2e2e2;left:-5px;top:50%;margin-top:-4px;width:8px;height:8px;z-index:1;-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}body{margin:0}svg{fill:white}div.wh-widget-send-button-wrapper a.wh-widget-send-button-get-button{position:relative;bottom:5px;float:right;margin-right:8px;text-decoration:none;font-family:Roboto, "Helvetica Neue", sans-serif;font-size:11px;color:#afafaf}div.wh-widget-send-button-wrapper a.wh-widget-send-button-get-button:hover{text-decoration:underline}div.wh-widget-send-button-wrapper.wh-widget-right a.wh-widget-send-button-get-button{margin-right:17px}div.clear{clear:both}*{-webkit-tap-highlight-color:transparent !important}

.producto-single .producto-info p {
	text-align: justify;
}

.submenu-69 {
    background-color: #edc93e;
    width: 220px;
    border-bottom: 1px solid #acd5ac;
}
