/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
		MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font: 400 14px / 1.4 'Roboto Condensed';
	color: #121820;
}
body {
	font-family: 'Roboto Condensed';
	font-size: 14px;
	line-height: 1.4;
	color: #121820;
	background: #F0F0F0;
}
textarea {
	max-width: 100%;
}
/* clear */
.clear:before,
.clear:after {
		content:' ';
		display:table;
}

.clear:after {
		clear:both;
}

.clear {
		*zoom:1;
}
@media only screen and (max-width: 768px) {
	.woocommerce ul.products li.product[data-ciudad] {
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
h1.page-title span {
	width: 100% !important;
	display: inline-block !important;
	margin-right: 0 !important;
}
}
.woocommerce ul.products li.product.salto {
	margin-right: 0;
	margin-right: 2.5%;
}
.woocommerce ul.products li.product.salto + li.product[data-ciudad] {
	clear: none;
	margin-right: 2.5%;
}
.woocommerce ul.products li.product.salto + li.product[data-ciudad] + li.product[data-ciudad] {
	margin-right: 0;
}
.woocommerce ul.products li.product:hover a img {
	border: 4px solid #0264a1;
}

.woocommerce ul.products li.product a img {
	border: 4px solid transparent;
}
.woocommerce ul.products li.product h3 {
	min-height: 3.8em;
}
.woocommerce ul.products li.product .price {
	font-weight: bold;
}
.woocommerce ul.products li.product h3 {
	font-size: 19px !important;
}
.woocommerce ul.products li.product .price {
	font-size: 16px !important;
}
p, ul, ol, dl, blockquote, pre, address, fieldset, figure {
	margin: 0 0 15px 0;
}
img, a, input, textarea{
	outline: none;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#1A669F;
	text-decoration:none;
}
a:hover {
	color:#421314;
	text-decoration: underline;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
	font-family: 'Roboto Condensed';
	font-weight: 400;
	color: #2F2F2F;
	text-transform: none;
}
h4, .uk-h4 {
	font-size: 16px;
	line-height: 22px;
}
/*------------------------------------*\
		STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	margin: 20px auto;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 980px;
	padding: 0 20px;
}
.ebp_logo{
	/*width: 200px;*/
	/*width: auto;*/
	height: auto;
	position: absolute;
	left: 25px;
	margin: auto;
	top: 0;
	bottom: 0;
}
.sb-tab-widget .sb-tabs li>a{
		padding: 10.5px 12px;
	border-radius: 0;
	box-shadow: none;
	border: none !important;
font-size: 14px;
}
.sb-tab-widget .sb-tab-container {
	padding-top: 0;
}
.sb-tab-widget .sb-tabs li {
	width: 33.33%;
	text-align: center;
	margin: 0;
}
.metaslider .caption-wrap{
	font-size: 1.8em;
		height: 100%;
	text-align: center;
	background: rgba(0, 0, 60, 0.35) !important;
	opacity: 1 !important;
	line-height: 1.2 !important;
}
.flexslider .slides img{
		-webkit-transition: all 5s ease-in-out;
	transition: all 5s ease-in-out;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
.flex-active-slide img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.flexslider .slides li{
	overflow: hidden;
}
.metaslider .caption {
	margin: 20% 10%;
-webkit-animation-duration: 1s;   animation-duration: 1s;   -webkit-animation-fill-mode: both;   animation-fill-mode: both;  
}
.flex-active-slide .caption {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
/* TABS */
.sb-tab-widget .sb-tabs {
	border: none;
	background: #F7F7F7;
	background-image: -webkit-linear-gradient(top, #F9F9F9, #F0F0F0);
	background-image: linear-gradient(to bottom, #F9F9F9, #F0F0F0);
	border-bottom: none;
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
#wysiwyg_widgets_widget-4 p {
	margin: 0;
}
.uk-tab > li {
	margin-bottom: 0px;
	float: left;
	position: relative;
}
.uk-panel-box {
	padding: 25px;
	background: #FFF;
	color: #555;
}
ul#menu-menu-principal li >a {
	padding: 5px 25px;
	display: block;
	color: #555;
	text-decoration: none;
}
ul#menu-menu-principal {
	list-style: none;
	padding: 0;
	margin: 0;
}
.uk-panel-box > .widget_nav_menu {
	margin: 0 -25px;
}
.tab-content .tab-item {
	padding: 25px;
	background: #FFF;
	color: #555;
	text-align: center;
	position: relative;
}
.tm-middle.uk-grid {
	margin-top: 20px;
}
body > div.wrapper > div > section > div{display: none;}
.uk-tab > li > a {
	display: block;
	padding: 10px 18px 10px 18px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-bottom-width: 0;
	color: #1A669F;
	text-decoration: none;
	border: none;
	background: #F5F5F5;
	background-image: -webkit-linear-gradient(top, #F9F9F9, #F0F0F0);
	background-image: linear-gradient(to bottom, #F9F9F9, #F0F0F0);
font-weight: bold;
}
.uk-tab-grid > li > a {
	text-align: center;
}
.uk-tab > li > a {
	padding: 10px 5px;
}
a:not([class]), :not([class*='uk-nav']) a:not([class]) {
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.uk-tab-grid > li:first-child > a {
	margin-left: 0;
}
/* header */
.header {

}
form.search {
	position: relative;
}
.home .widget_metaslider_widget h3 {
	display: none;
}
.widget_metaslider_widget .metaslider .flexslider {
	margin-bottom: 0;
}
.flexslider .flex-control-paging li a {
	background: rgba(255, 255, 255, 0.4);
	width: 16px;
	height: 16px;
}
ol.flex-control-nav.flex-control-paging {
	bottom: 15px;
	z-index: 2;
}
.uk-grid.uk-grid-divider .uk-container-center:first-child {
		padding: 0px;
}
.tm-totop-scroller {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1000;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #555;
	text-align: center;
	-webkit-transition: all linear 0.05s;
	transition: all linear 0.05s;
}
.tm-totop-scroller:after {
	content: "\f077";
	font-family: "FontAwesome";
}
.navigation {
	clear: both;
	overflow: hidden;
}
.flexslider .flex-control-paging li a.flex-active {
	background: rgba(255, 255, 255, 0.9);
}
.flexslider .flex-direction-nav a {
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-size: 50px;
	text-align: center;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	text-indent: 0;
	background: none;
	opacity: 1;
}
a.flex-prev:before {
	content: "\f104";
	font-family: FontAwesome;
}
.flexslider:hover .flex-next:hover, 
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	text-decoration: none;
}
.flexslider .flex-direction-nav .flex-prev {
	opacity: 0;
	left: 5px;
}
.flexslider .flex-direction-nav .flex-next {
	opacity: 0;
	right: 5px;
}
/*
.slides:before {
	height: 100%;
	width: 100%;
	visibility: visible;
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	content: "";
	z-index: 3;
}*/
a.flex-next:before {
	content: "\f105";
	font-family: FontAwesome;
}
.icon-button:hover, .icon-button:focus {
	background-color: rgba(0, 0, 0, 0.16);
	color: #FFF;
	text-decoration: none;
	outline: none;
	background-image: none;
}
a.icon-button {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.08);
	line-height: 35px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	border: 0;
	background-image: none;
		text-decoration: none;
}
span.date {
	text-transform: capitalize;
}
a.icon-button:before {
	font-size: 140%;
}
.white-popup {
		position: relative;
		padding: 20px;
		width: auto;
		max-width: 360px;
		margin: 20px auto;
}
.panel-search input.search-input:focus {
	border: 1px solid rgba(0, 0, 0, 0.06);
	background: #FFF;
	outline: 0;
	border-color: rgba(0, 0, 0, 0.12);
	background-clip: padding-box;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
	width: 250px;
}
.panel-search input.search-input {
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	line-height: normal;
	width: 220px;
	height: 35px;
	padding: 0 0 0 30px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	background: #FFF;
	color: #121820;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	border-radius: 2px;
	background-clip: padding-box;
	font-weight: 400;
}
.panel-search .search:before {
	content: "\f002";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	line-height: 35px;
	text-align: center;
	font-family: FontAwesome;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.2);
}
.tm-headerbar > div:not(.logo) {
	margin-left: 1rem;
}
.float-right {
	float: right;
}
.navbar-toggle {
		position: relative;
		float: right;
	display: none;
		padding: 7px 0px 9px 5px;
		margin: 8px 0px 0px 5px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		outline: medium none;
}
.sr-only {
		position: absolute;
		padding: 0px;
		overflow: hidden;
		height: 100%;
		left: -34px;
		font-size: 13px;
		line-height: 28px;
		top: 0px;
}.navbar-toggle .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background-color: #626262;
}
.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 4px;
}
aside.tm-sidebar-a {
	z-index: 0;
}
a.more_info {
	padding: 6px 15px;
	box-shadow: inset 0px 0px 4px rgb(134, 134, 134);
	border-radius: 4px;
	color: red;  margin-top: 1rem;
	border: 1px solid rgba(123, 123, 123, 0.6);
	display: inline-block;
}
body.page .tm-content .uk-article img.attachment-post-thumbnail.wp-post-image {
	margin: -25px -25px 15px -25px;
	width: calc( 100% + 50px );
	max-width: none;
}
.panel-direccion {
	float: left;
	font-size: 18px;
	font-weight: normal;
	margin-top: 1.4rem;
}
.panel-social {
	 margin-top: 1rem;
	margin-left: 1rem;
}
/* logo */
input, textarea {
		border: 1px solid;
		padding: 4px 8px;
}
.logo {
	float: left;
}
.logo-img {

}

/* nav */
.nav {
		background: #57565A;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
	color: rgba(255, 255, 255, 0.5);
	z-index: 999999;
}

.uk-navbar-nav > li.current_page_parent > a, 
.uk-navbar-nav > li.current-menu-ancestor > a, 
.uk-navbar-nav > li.current-menu-parent > a, 
.uk-navbar-nav > li.current-page-ancestor > a, 
.uk-navbar-nav > li.current-page-parent > a, 
.uk-navbar-nav > li.current-menu-item > a {
	background-origin: border-box;
	background-image: -webkit-linear-gradient(top, #1A669F, #1A6399);
	background-image: linear-gradient(to bottom, #1A669F, #1A6399);
	color: #FFF;
}

.uk-navbar-nav > li > a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	height: 55px;
	padding: 0 15px;
	line-height: 55px;
	font-size: 15px;
	font-family: 'Roboto Condensed';
	font-weight: 400;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.6);
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
	background-color: rgba(0, 0, 0, 0.2);
	color: #FFF;
	outline: none;
	position: relative;
	z-index: 1;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
.uk-navbar-nav > li {
	float: left;
	position: relative;
}
.uk-navbar-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
aside li.current-menu-ancestor ul.sub-menu, 
body.page-child aside ul#menu-menu-principal > li.current-page-ancestor .sub-menu,
aside li.current-menu-item ul.sub-menu {
	display: block;
	position: relative;
	padding: 5px 0 5px 25px;
padding: 5px 0;
	box-shadow: none;
	border: 0;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	margin: 0;
}
aside #menu-menu-principal li ul.sub-menu li.current-menu-item{
	background: #a5d0f0;
	color: black;
}
aside li ul.sub-menu li:hover, 
body.page-child aside ul#menu-menu-principal > li.current-page-ancestor .sub-menu li:hover,
aside li.current-menu-item ul.sub-menu li:hover {
	background: #BADBF4;
	color: black;
}
aside li ul.sub-menu li{
	padding: 0px 0 0px 25px;
}

aside li ul.sub-menu li:hover a{
	font-weight: normal !important;
}
aside #menu-menu-principal li.current-page-ancesto ul.sub-menu li a:hover,
aside #menu-menu-principal li.current-page-ancestor ul.sub-menu li a:hover,
aside #menu-menu-principal li.current-menu-item ul.sub-menu li a:hover {
	background: none;
	box-shadow: none;
	color: #421314;
}
.post_details {
		margin: 0px 0px 15px;
}
.tm-content .uk-article.title_blog_curso {
		margin-bottom: 0px;
		padding-bottom: 0px;
}
.left {
	float: left;
}
input, textarea {
	max-width: 100%;
}
.left.content_form_contact {
	max-width: 270px;
	margin-right: 2rem;
}
.left.content_map_contact {
	 width: calc(100% - 310px);
}
.tm-content.is_title + .tm-content .uk-article {
	 box-shadow: 0 1px 0px 1px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.06);
}

	.hide_for_tablet{
		display: none;
	}

.tm-content .uk-article:after {
	content: "";
	display: table;
	overflow: hidden;
	clear: both;
}
aside ul#menu-menu-principal > li.current_page_parent > a,
aside ul#menu-menu-principal > li.current-menu-ancestor > a,
aside ul#menu-menu-principal > li.current-page-ancestor > a,
aside ul#menu-menu-principal > li.current-menu-item > a {
	background: #1A669F;
	color: #FFF;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

body.page-child aside ul#menu-menu-principal > li.current-page-ancestor{
	display: block !important;
}
.widget_recent_entries ul li,
.widget_archive ul li {
padding: 6px 0;
	line-height: 1.2;
	text-transform: none;
}

.widget_recent_entries ul,
.widget_archive ul {
	display: block;
	position: relative;
	padding: 0px 0 5px 0px;
	box-shadow: none;
	border: 0;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	margin: 0;
	list-style: none;
	text-transform: capitalize;
}
aside ul#menu-menu-principal > li.menu-item-has-children.current-menu-ancestor >a:after,
aside ul#menu-menu-principal > li.menu-item-has-children.current-page-ancestor >a:after,
aside ul#menu-menu-principal > li.menu-item-has-children.current-menu-item >a:after {
	content: "\f107";
	width: 20px;
	margin-right: -10px;
	float: right;
	font-family: FontAwesome;
	text-align: center;
}
aside ul#menu-menu-principal > li >a br {
	display: none;
}
.social_direction {
	clear: right;
	padding-left: 1rem;
	overflow: hidden;
}
body.page-child aside ul#menu-menu-principal > li:not(.current-menu-parent), body.page-parent aside ul#menu-menu-principal > li:not(.current-menu-item) {
	display: none;
}
aside #menu-menu-principal li.current-menu-ancestor ul.sub-menu li a,
aside #menu-menu-principal li.current-page-ancestor ul.sub-menu li a,
aside #menu-menu-principal li.current-menu-ancestor ul.sub-menu li a,
aside #menu-menu-principal li.current-menu-item ul.sub-menu li a {
	color: #1A669F;
	padding: 2px 0;
}
.tm-content article > *:not(h1) {
	font-size: 1.1rem;
}
.tm-content article > h2 {
	font-size: 1.4rem;
}
.sb-tab-widget, .sb-tab-widget .sb-tab-container>div.active:after {
	content: "";
	clear: both;
	display: block;
}
aside #menu-menu-principal li.current-menu-ancestor ul.sub-menu li.current-menu-item a, aside #menu-menu-principal li.current-menu-item ul.sub-menu li.current-menu-item a {
	/*font-weight: bold;*/
}
aside ul.sub-menu {
	width: auto
}
ul.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 1020;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 200px;
	padding: 15px 0;
	font-size: 1rem;
	vertical-align: top;
	margin-top: 0px;
	background: #FFF;
	color: #555;
	left: -1px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background-clip: padding-box;
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.06);
	margin-bottom: 0;
	list-style: none;
}
.uk-navbar-nav > li:hover > ul.sub-menu {
	display: block;
}
.sub-menu > li > a {
	padding: 5px 25px;
	display: block;
	color: #555;
text-decoration: none;
}
.tm-content .uk-article {
	padding: 25px;
	border: none;
}
.sub-menu > li > a:hover, ul#menu-menu-principal li >a:hover {
	background: rgba(0, 0, 0, 0.03);
	color: #222;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* main */

[class*='uk-grid-width'] > * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.uk-grid-width-1-2 > * {
	width: 50%;
}
.uk-grid-width-1-3 > * {
	width: 33.333%;
}
.uk-grid-width-1-4 > * {
	width: 25%;
}
.uk-grid-width-1-5 > * {
	width: 20%;
}
.uk-grid-width-1-6 > * {
	width: 16.666%;
}
.uk-grid-width-1-10 > * {
	width: 10%;
}


[class*='uk-width'] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.uk-width-1-1 {
	width: 100%;
}
/* Halves */
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
	width: 50%;
}
/* Thirds */
.uk-width-1-3,
.uk-width-2-6 {
	width: 33.333%;
}
.uk-width-2-3,
.uk-width-4-6 {
	width: 66.666%;
}
/* Quarters */
.uk-width-1-4 {
	width: 25%;
}
.uk-width-3-4 {
	width: 75%;
}
/* Fifths */
.uk-width-1-5,
.uk-width-2-10 {
	width: 20%;
}
.uk-width-2-5,
.uk-width-4-10 {
	width: 40%;
}
.uk-width-3-5,
.uk-width-6-10 {
	width: 60%;
}
.uk-width-4-5,
.uk-width-8-10 {
	width: 80%;
}
/* Sixths */
.uk-width-1-6 {
	width: 16.666%;
}
.uk-width-5-6 {
	width: 83.333%;
}
/* Tenths */
.uk-width-1-10 {
	width: 10%;
}
.uk-width-3-10 {
	width: 30%;
}
.uk-width-7-10 {
	width: 70%;
}
.uk-width-9-10 {
	width: 90%;
}
.uk-overlay-area:not(:empty) {
	font-size: 0.001px;
}
.uk-overlay-area:not(:empty) {
	font-size: 0.001px;
}
ul.uk-grid > li:nth-child(n+4) {
	margin-top: 20px;
}
figure.uk-overlay-toggle h4 {
	text-align: center;
}
.uk-navbar-nav > li.in_two_line > a{
	line-height: 19px;
	padding: 10px 16px;
	text-align: center;
}
.uk-panel .uk-overlay-toggle + p,
.uk-panel .uk-overlay-toggle + .content_wh {
	margin: 10px !important;
}
.uk-panel .uk-overlay-toggle + .content_wh h2,  .uk-panel .uk-overlay-toggle + .content_wh h3 {
	font-size: 1.1rem;
	margin-bottom: 0.4rem;
}
.tm-footer {
	position: relative;
	padding: 25px;
	background: #F7F7F7;
	text-align: center;
}

.uk-panel {
	display: block;
	position: relative;
}
.uk-overlay:hover img {
	-webkit-transform: scale(1.2) translate(-20px);
	transform: scale(1.2) translate(-20px);
}
.uk-overlay-area-content {
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	vertical-align: middle;
	font-size: 1rem;
	text-align: center;
	padding: 0 15px;
	color: #FFF;
}
.uk-grid {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/* 1 */
	margin: 0 0 0 -20px;
	/* 2 */
	padding: 0;
	list-style: none;
}
.uk-grid:before,
.uk-grid:after {
	content: "";
	display: block;
	overflow: hidden;
}
.uk-grid:after {
	clear: both;
}
figure.uk-overlay-toggle {
	margin: 0 0 15px 0;
}
.uk-grid > * {
	flex: 0 0 auto;
	margin: 0px;
	padding-left: 20px;
		float: left;
}
.uk-panel {
	position: relative;
}
.tm-grid-block, .tm-block-bottom, .uk-article, .tm-noblog .tm-content, .tm-middle > [class*='tm-sidebar-'] > .uk-panel {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.06);
}
.tm-grid-block, .tm-block-bottom, .tm-noblog .tm-content, .uk-article {
	background: #FFF;
}
.uk-panel::before, .uk-panel::after {
	content: '';
	display: table;
}
a.uk-overlay {
	display: inline-block;
	position: relative;
	max-width: 100%;
	vertical-align: middle;
	overflow: hidden;
}
a.uk-overlay img {
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}
.uk-grid + .uk-grid {
	margin-top: 20px;
}
.uk-overlay-area {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(26, 102, 159, 0.8);
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	-webkit-transform: translate3d(0, 0, 0);
}
.uk-overlay:hover .uk-overlay-area, .uk-overlay.uk-hover .uk-overlay-area, .uk-overlay-toggle:hover .uk-overlay-area, .uk-overlay-toggle.uk-hover .uk-overlay-area {
	opacity: 1;
}
.uk-overlay-area:not(:empty):before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
		PAGES
\*------------------------------------*/



/*------------------------------------*\
		IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
		font-weight:normal;
		font-style:normal;
}

/*------------------------------------*\
		RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {
	.uk-grid-width-small-1-2 > * {
		width: 50%;
	}
	.uk-grid-width-small-1-3 > * {
		width: 33.333%;
	}
	.uk-grid-width-small-1-4 > * {
		width: 25%;
	}
	.uk-grid-width-small-1-5 > * {
		width: 20%;
	}
	.uk-grid-width-small-1-6 > * {
		width: 16.666%;
	}
	.uk-grid-width-small-1-10 > * {
		width: 10%;
	}


	/* Whole */
	.uk-width-small-1-1 {
		width: 100%;
	}
	/* Halves */
	.uk-width-small-1-2,
	.uk-width-small-2-4,
	.uk-width-small-3-6,
	.uk-width-small-5-10 {
		width: 50%;
	}
	/* Thirds */
	.uk-width-small-1-3,
	.uk-width-small-2-6 {
		width: 33.333%;
	}
	.uk-width-small-2-3,
	.uk-width-small-4-6 {
		width: 66.666%;
	}
	/* Quarters */
	.uk-width-small-1-4 {
		width: 25%;
	}
	.uk-width-small-3-4 {
		width: 75%;
	}
	/* Fifths */
	.uk-width-small-1-5,
	.uk-width-small-2-10 {
		width: 20%;
	}
	.uk-width-small-2-5,
	.uk-width-small-4-10 {
		width: 40%;
	}
	.uk-width-small-3-5,
	.uk-width-small-6-10 {
		width: 60%;
	}
	.uk-width-small-4-5,
	.uk-width-small-8-10 {
		width: 80%;
	}
	/* Sixths */
	.uk-width-small-1-6 {
		width: 16.666%;
	}
	.uk-width-small-5-6 {
		width: 83.333%;
	}
	/* Tenths */
	.uk-width-small-1-10 {
		width: 10%;
	}
	.uk-width-small-3-10 {
		width: 30%;
	}
	.uk-width-small-7-10 {
		width: 70%;
	}
	.uk-width-small-9-10 {
		width: 90%;
	}
}
@media only screen and (min-width:768px) {
	.uk-grid-width-medium-1-2 > * {
		width: 50%;
	}
	.uk-grid-width-medium-1-3 > * {
		width: 33.333%;
	}
	.uk-grid-width-medium-1-4 > * {
		width: 25%;
	}
	.uk-grid-width-medium-1-5 > * {
		width: 20%;
	}
	.uk-grid-width-medium-1-6 > * {
		width: 16.666%;
	}
	.uk-grid-width-medium-1-10 > * {
		width: 10%;
	}


	/* Whole */
	.uk-width-medium-1-1 {
		width: 100%;
	}
	/* Halves */
	.uk-width-medium-1-2,
	.uk-width-medium-2-4,
	.uk-width-medium-3-6,
	.uk-width-medium-5-10 {
		width: 50%;
	}
	/* Thirds */
	.uk-width-medium-1-3,
	.uk-width-medium-2-6 {
		width: 33.333%;
	}
	.uk-width-medium-2-3,
	.uk-width-medium-4-6 {
		width: 66.666%;
	}
	/* Quarters */
	.uk-width-medium-1-4 {
		width: 25%;
	}
	.uk-width-medium-3-4 {
		width: 75%;
	}
	/* Fifths */
	.uk-width-medium-1-5,
	.uk-width-medium-2-10 {
		width: 20%;
	}
	.uk-width-medium-2-5,
	.uk-width-medium-4-10 {
		width: 40%;
	}
	.uk-width-medium-3-5,
	.uk-width-medium-6-10 {
		width: 60%;
	}
	.uk-width-medium-4-5,
	.uk-width-medium-8-10 {
		width: 80%;
	}
	/* Sixths */
	.uk-width-medium-1-6 {
		width: 16.666%;
	}
	.uk-width-medium-5-6 {
		width: 83.333%;
	}
	/* Tenths */
	.uk-width-medium-1-10 {
		width: 10%;
	}
	.uk-width-medium-3-10 {
		width: 30%;
	}
	.uk-width-medium-7-10 {
		width: 70%;
	}
	.uk-width-medium-9-10 {
		width: 90%;
	}
[class*='uk-push-'],
	[class*='uk-pull-'] {
		position: relative;
	}
	/*
		 * Push
		 */
	/* Halves */
	.uk-push-1-2,
	.uk-push-2-4,
	.uk-push-3-6,
	.uk-push-5-10 {
		left: 50%;
	}
	/* Thirds */
	.uk-push-1-3,
	.uk-push-2-6 {
		left: 33.333%;
	}
	.uk-push-2-3,
	.uk-push-4-6 {
		left: 66.666%;
	}
	/* Quarters */
	.uk-push-1-4 {
		left: 25%;
	}
	.uk-push-3-4 {
		left: 75%;
	}
	/* Fifths */
	.uk-push-1-5,
	.uk-push-2-10 {
		left: 20%;
	}
	.uk-push-2-5,
	.uk-push-4-10 {
		left: 40%;
	}
	.uk-push-3-5,
	.uk-push-6-10 {
		left: 60%;
	}
	.uk-push-4-5,
	.uk-push-8-10 {
		left: 80%;
	}
	/* Sixths */
	.uk-push-1-6 {
		left: 16.666%;
	}
	.uk-push-5-6 {
		left: 83.333%;
	}
	/* Tenths */
	.uk-push-1-10 {
		left: 10%;
	}
	.uk-push-3-10 {
		left: 30%;
	}
	.uk-push-7-10 {
		left: 70%;
	}
	.uk-push-9-10 {
		left: 90%;
	}
	/*
		 * Pull
		 */
	/* Halves */
	.uk-pull-1-2,
	.uk-pull-2-4,
	.uk-pull-3-6,
	.uk-pull-5-10 {
		left: -50%;
	}
	/* Thirds */
	.uk-pull-1-3,
	.uk-pull-2-6 {
		left: -33.333%;
	}
	.uk-pull-2-3,
	.uk-pull-4-6 {
		left: -66.666%;
	}
	/* Quarters */
	.uk-pull-1-4 {
		left: -25%;
	}
	.uk-pull-3-4 {
		left: -75%;
	}
	/* Fifths */
	.uk-pull-1-5,
	.uk-pull-2-10 {
		left: -20%;
	}
	.uk-pull-2-5,
	.uk-pull-4-10 {
		left: -40%;
	}
	.uk-pull-3-5,
	.uk-pull-6-10 {
		left: -60%;
	}
	.uk-pull-4-5,
	.uk-pull-8-10 {
		left: -80%;
	}
	/* Sixths */
	.uk-pull-1-6 {
		left: -16.666%;
	}
	.uk-pull-5-6 {
		left: -83.333%;
	}
	/* Tenths */
	.uk-pull-1-10 {
		left: -10%;
	}
	.uk-pull-3-10 {
		left: -30%;
	}
	.uk-pull-7-10 {
		left: -70%;
	}
	.uk-pull-9-10 {
		left: -90%;
	}
	.wrapper{
		margin-bottom: 40px;
		margin-top: 20px;
	}

}
@media only screen and (min-width:960px) {
	.uk-grid-width-large-1-2 > * {
		width: 50%;
	}
	.uk-grid-width-large-1-3 > * {
		width: 33.333%;
	}
	.uk-grid-width-large-1-4 > * {
		width: 25%;
	}
	.uk-grid-width-large-1-5 > * {
		width: 20%;
	}
	.uk-grid-width-large-1-6 > * {
		width: 16.666%;
	}
	.uk-grid-width-large-1-10 > * {
		width: 10%;
	}


	/* Whole */
	.uk-width-large-1-1 {
		width: 100%;
	}
	/* Halves */
	.uk-width-large-1-2,
	.uk-width-large-2-4,
	.uk-width-large-3-6,
	.uk-width-large-5-10 {
		width: 50%;
	}
	/* Thirds */
	.uk-width-large-1-3,
	.uk-width-large-2-6 {
		width: 33.333%;
	}
	.uk-width-large-2-3,
	.uk-width-large-4-6 {
		width: 66.666%;
	}
	/* Quarters */
	.uk-width-large-1-4 {
		width: 25%;
	}
	.uk-width-large-3-4 {
		width: 75%;
	}
	/* Fifths */
	.uk-width-large-1-5,
	.uk-width-large-2-10 {
		width: 20%;
	}
	.uk-width-large-2-5,
	.uk-width-large-4-10 {
		width: 40%;
	}
	.uk-width-large-3-5,
	.uk-width-large-6-10 {
		width: 60%;
	}
	.uk-width-large-4-5,
	.uk-width-large-8-10 {
		width: 80%;
	}
	/* Sixths */
	.uk-width-large-1-6 {
		width: 16.666%;
	}
	.uk-width-large-5-6 {
		width: 83.333%;
	}
	/* Tenths */
	.uk-width-large-1-10 {
		width: 10%;
	}
	.uk-width-large-3-10 {
		width: 30%;
	}
	.uk-width-large-7-10 {
		width: 70%;
	}
	.uk-width-large-9-10 {
		width: 90%;
	}
}
@media only screen and (max-width:1023px) {
	.navbar-toggle {
		display: block;
	}
	.uk-visible-large {
		display: none !important;
	}
	.header .tm-top-block, .nav {
			display: none;
	}
	#menu_popup .uk-navbar-nav > li {
			float: none;
			text-align: center;
	}
	#menu_popup .uk-navbar-nav {
		float: none;
}
#menu_popup .sub-menu {
		display: none !important;
}
	.mfp-bg{
		background: none repeat scroll 0% 0% #000;
		opacity: 1;
	}
.mfp-content:hover {
		cursor: default !important;
}
#menu_popup .uk-navbar-nav > li > a br {
		display: none;
}
#menu_popup .uk-navbar-nav > li > a {
		height: auto;
		line-height: 2.5rem;
	font-size: 20px;
		padding: 0px 16px;
		margin-bottom: 0.8rem;
		background: none !important;
}
	.mfp-close-btn-in .mfp-close {
		color: #fff;
	top: -10px;
}
.mfp-close:active {
		top: -10px;
}
}

.mfp-bg.anuncio_formulario,
.mfp-bg.anuncio_foto{
	background: none repeat scroll 0% 0% #000;
	opacity: 0.7;
}

.anuncio_formulario #anuncio_home{
	max-width: 343px;
	color: black;
	background: white;
}
.anuncio_formulario #anuncio_home .wpcf7-text {
	display: block;
	width: 100%;
}
.anuncio_formulario #anuncio_home div.wpcf7-response-output {
	padding: 0;
	margin: 0;
	border: 0;
}
.anuncio_formulario #anuncio_home .mfp-close {
	color: #333333;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close,
img.mfp-img,
.mfp-container{
	cursor: default;
}
.anuncio_foto .mfp-close,
.anuncio_formulario #anuncio_home .mfp-close {
	float: right;
	cursor: pointer !important;
	width: auto;
	padding-left: 0.5em;
	right: 0;
	padding-right: 0em;
}
.anuncio_formulario #anuncio_home .mfp-close {
	padding-right: .5em;
}
.anuncio_formulario #anuncio_home label {
	display: block;
}
.anuncio_formulario #anuncio_home .wpcf7-recaptcha,
.anuncio_formulario #anuncio_home p {
	margin-top: 0;
	margin-bottom: 1em;
}
.anuncio_formulario #anuncio_home p:last-child {
	margin-bottom: 0em;

}
@media (min-width: 960px) {
	.uk-visible-small {
		display: none !important;
	}
	.uk-visible-medium {
		display: none !important;
	}
	.uk-hidden-large {
		display: none !important;
	}
}
@media (max-width: 800px) {
	a.icon-button{
		width: 28px;
		height: 28px;
		font-size: 13px;
		line-height: 28px;
	}

}
@media (max-width: 767px) {
footer p {
	margin-left: 28%;
}
.left.content_form_contact {
	width: 100%;
	margin: 0;
}
.left.content_map_contact {
	width: 100%;
}
.ebp_logo {
		/*height: 30px;*/
}
	.uk-visible-medium {
		display: none !important;
	}
	.uk-visible-large {
		display: none !important;
	}
	.uk-hidden-small {
		display: none !important;
	}
}
@media (max-width: 740px) {
	.show_for_tablet{
		display: none;
	}
	.hide_for_tablet{
		display: block;
	}
	.panel-social{
		clear: right; margin-left: 0px !important;
	}
.tm-headerbar .social_direction {
		margin: 0px !important;
		clear: both;
		padding: 0px;
}
}
@media (max-width: 640px) {
footer p {
	margin-left: 0%;
}
	.tm-headerbar .social_direction {
		margin: 0px !important;
		clear: both;
		padding: 0px;
}
	.ebp_logo {
		clear: both;
		position: relative;
		left: 0px;
		width: 200px;
		height: auto;
		display: block;
		margin-top: 1rem;
}.panel-direccion{
		font-size: 1rem;
	}
}

@media (max-width: 550px) {
	.tm-headerbar .social_direction{
		clear: right;
	}
	#menu_popup .uk-navbar-nav > li > a{
		line-height: 2rem;
		font-size: 15px;
	}
	.navbar-toggle {
		display: block;
		margin-top: 0px;
		padding-bottom: 5px;
	}
	.panel-social{
		margin-top: 4px;
	}
a.icon-button {
		width: 24px;
		height: 24px;
		font-size: 11px;
		line-height: 24px;
}
		.panel-direccion{
			float: right;
			margin-top: 0rem;
			width: 160px;
			text-align: right;
			font-size: 12px;
			line-height: 1.2;
		}
}
@media (max-width: 360px) {
	
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width: 1220px){
	.uk-grid-width-xlarge-1-2 > * {
		width: 50%;
	}
	.uk-grid-width-xlarge-1-3 > * {
		width: 33.333%;
	}
	.uk-grid-width-xlarge-1-4 > * {
		width: 25%;
	}
	.uk-grid-width-xlarge-1-5 > * {
		width: 20%;
	}
	.uk-grid-width-xlarge-1-6 > * {
		width: 16.666%;
	}
	.uk-grid-width-xlarge-1-10 > * {
		width: 10%;
	}


	.wrapper {
		max-width: 980px;
		padding: 0 20px;
	}
	.uk-grid:not(.uk-grid-preserve) + .uk-grid {
		margin-top: 20px;
	}
	.uk-grid:not(.uk-grid-preserve) {
		margin-left: -20px;
	}
}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
		 only screen and (min-resolution:144dpi) {

}
footer p,
.uk-panel > :not(.uk-panel-title):last-child {
	margin-bottom: 0;
}
.tm-grid-block.tm-bottom-b + .tm-footer, .tm-grid-block.tm-bottom-c + .tm-footer {
	border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.uk-margin-bottom {
	margin-bottom: 15px !important;
}
.uk-margin-top {
	margin-top: 15px !important;
}
.uk-text-center {
	text-align: center !important;
}

.uk-navbar:before, .uk-navbar:after {
	content: "";
	display: table;
	clear: both;
}
/*
 * Micro clearfix
 */
.uk-container:before,
.uk-container:after {
	content: "";
	display: table;
}
.uk-container:after {
	clear: both;
}
.uk-clearfix:before, .uk-clearfix:after {
	content: "";
	clear: both;
	display: table;
}
/*
 * Center container
 */
.uk-container-center {
	margin-left: auto;
	margin-right: auto;
}
.tm-toolbar {
	padding: 10px 15px;
}
.tm-grid-block,
.tm-block-bottom,
.tm-grid-block + .tm-content,
.tm-top-block + .tm-middle {
	margin-top: 20px;
}
.tm-grid-block:not(:empty) {
	margin-left: 0;
	margin-right: 0;
}
.widget_wysija input{
	width: 100%;
	max-width: 260px;
}
.widget_wysija_cont .wysija-submit {
	width: auto;
	max-width: 100%;
	margin: auto;
}
body > div.wrapper > main > section > section.tm-top-a.uk-grid.tm-grid-block > div.uk-width-1-1.uk-width-medium-2-3 {
	overflow: hidden;
}
.tm-grid-block:not(:empty) > [class*='uk-width-'] {
	padding-left: 0;
	padding-right: 0;
}
.tm-grid-block:not(:empty) {
	margin-left: 0;
	margin-right: 0;
}
/*------------------------------------*\
		MISC
\*------------------------------------*/

::selection {
	background:#1A669F;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#1A669F;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#1A669F;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
		WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
		PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.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;
	}
	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;
	}
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 100%;
	float: none;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 100%;
	float: none;
}
.woocommerce-ordering,
p.woocommerce-result-count{
	display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 31.65%;
	margin: 0 2.5% 2.992em 0;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
	margin-right: 0;
}
@media only screen and (max-width: 768px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
		width: 48%;
		margin: 0 0 2.992em;
	}
}
.uk-panel.uk-panel-box:empty {
	padding: 0;
	box-shadow: none !important;
}
.woocommerce table.shop_table td{
		padding: 11px 12px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: auto;
}
.woocommerce ul.products li.product h3 {
	font-size: 1.2em;
}
.woocommerce ul.products li.product .price {
	font-size: 1em;
}
.woocommerce .products ul, .woocommerce ul.products {
	margin-bottom: -2.492em;
	overflow: hidden;
}
.woocommerce ul.products li.product [itemprop="description"], 
.woocommerce-page ul.products li.product [itemprop="description"]{
	clear: both;
	margin-top: 1em;
}
.woocommerce ul.products li.product [itemprop="description"] ul, 
.woocommerce-page ul.products li.product [itemprop="description"] ul{
	list-style: square;
	padding-left: 20px;
		margin-bottom: 0em;
}
.woocommerce ul.products li.product [itemprop="description"] ul li, 
.woocommerce-page ul.products li.product [itemprop="description"] ul li{
	list-style: square;
}
.woocommerce ul.products li.product [itemprop="description"] ul li strong, 
.woocommerce-page ul.products li.product [itemprop="description"] ul li strong{
	display: initial;
}
span.sku_wrapper {
	display: none;
}
.related.products {
	padding-top: 1.5em;
	border-top: 1px solid #d3ced2;
}
.a1:hover {
	text-decoration: none;
}
.a1 {
	float: left;
	margin-right: 1em;
}
.a1 + form.search {
	overflow: hidden;
}
.a1 span.cart_quantity{
	text-decoration: none;
}
.a1 i.icon-shopping-cart.grey {
	vertical-align: middle;
	text-decoration: none;
	color: #1A669F;
	font-size: 2.7em;
	margin-top: 0;
	margin-bottom: 0em;
	margin-right: 0.15em;
}


.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}
.embed-responsive .embed-responsive-item, 
.embed-responsive embed, 
.embed-responsive iframe, 
.embed-responsive object, 
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

div[itemprop="offers"] .price {
	margin-bottom: 0;
	margin-top: 1em;
}

div[itemprop="offers"] {
	clear: both;
	overflow: hidden;
}
.single_variation_wrap {
	overflow: hidden;
}
span.texto_libre {
	margin-left: 1em;
}

.woocommerce span.onsale {
	z-index: 999;
}

.embed-responsive + p {
	margin-top: 1em;
}