/*
Theme Name: variable
Text Domain: variable
Description: Design and Development by: bioxnet
Author: Bioxnet
Author URI: http://bioxnet.com/
Version: 1.0
*/


/* /////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////// RESET //////////////////////////////////////////////*/
/* ////////////////////////////////////////////////////////////////////////////////*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'PT Sans', sans-serif;
	display: flex;
	flex-flow: row wrap;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* //////////////////////////// Color Seleccion ///////////////////////////////////*/

::selection {
	background: #089CE4;
	color: #fff;
}
::-moz-selection {
 background: #089CE4;
 color: #fff;
}
::-webkit-selection {
 background:#089CE4;
 color: #fff;
}

/* //////////////////////////// ////////////////////////////////////////////////////*/
/* //////////////////////////// MENU CSS //////////////////////////////////////////*/
/* ////////////////////////////////////////////////////////////////////////////////*/


.slicknav_menu {
	display: none;
}
 @media screen and (max-width: 1000px) {
.js .menu {
	display: none;
}
.js .slicknav_menu {
	display: block;
}
}
/*** ESSENTIAL STYLES MENU ***/

.bg-menu {
	background-color: #f6f6f6;
}
.content-menu {
	float: left;
	position: relative;
	z-index: 990;
	margin: 0 0 0 0;
    width: 100%;
}
.menu{display: inline-block;}
.menu, .menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li-menu-hide {
	display: none !important;
}
.menu li {
	position: relative;
}
.menu li.menu-hide {
	display: none;
}
.menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 98;
	box-shadow: 0 3px 5px #bababa;
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
	background-color: #0088CB;
}
.menu ul ul {
	background-color: #0088CB;
	box-shadow: 0 0 0px #bababa;
	box-shadow: 0 0 0px rgba(0,0,0,0);
	z-index: 99;
}
.menu > li {
	float: left;
}
.menu li:hover > ul {
	display: none;
}
.menu li a {
	font-weight: 600;
	font-size: 15px;
	color: #8b8b8b;
	padding: 20px 0 10px 0;
	text-decoration: none;
	zoom: 1;
	display: inline-block;
	position: relative;
	letter-spacing: 1px;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease;
}
.menu li a:hover {
	color: #0088CB;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease;
}
.menu li:hover > a:after {
	opacity:1;
	bottom: 2px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.menu li a:after {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #0088CB;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 2px;
	opacity:0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.menu li ul li a:after {
	display:none;
}
.menu ul ul {
	top: 0;
	left: 100%;
}
.menu > li > .parent {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu > li:hover > .parent {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu > li > .parent:before  {
	content: "\f13a";
	display: none;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 11px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 0 0 4px;
	position: relative;
	top: 1px;
	color: #265684;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu > li:hover > .parent {
	margin-bottom: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu ul {
	min-width: 8em; /**width: 8em;*/
}
.menu li ul li a {
	font-family: 'PT Sans', sans-serif;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 12px;
	border-right: none;
	padding: 6px 0;
	text-transform:uppercase;
	white-space: pre-wrap;
	line-height: 18px;
	border: 0;
	border-radius: 0;
	letter-spacing: 0px;
}
.menu li ul li a:hover {
	background-color: transparent;
	color: #FFF;
	border: 0;
	border-radius: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.menu li {
	white-space: nowrap;
 	*white-space: normal;
	-webkit-transition: background .2s;
	transition: background .2s;
	margin: 0 10px;
	position: relative;
}
.menu li:after {
	content: '';
	display: inline-block;
	color: #333;
	font-weight: 300;
	font-size: 10px;
	position: relative;
	top: -2px;
}
.menu li:last-child:after {
	content: '';
	display: inline-block;
}
.menu ul li:after {
	content: '';
	display: inline-block;
}
/*background sub menu */

.menu ul li {
    /*background: #0088CB;*/
    border-bottom: 1px solid #0F81B9;
    margin: 0 5px;
    padding: 0px 10px;
    min-width: 150px;
}
.menu ul li:last-child {
	border-bottom: 0;
}
/*background sub sub menu */
.menu ul ul li {
}
/*background sub sub sub menu */
.menu ul ul ul li {
}
/*hover menu*/
.menu li:hover {
	-webkit-transition: none;
	transition: none;
}
.menu li.active > a:after {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #0088CB;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 2px;
	opacity:1;
}
.menu ul ul li.active > a:after {
	display:none;
}
/*hover sub menu*/
.menu li li:hover {
	opacity: 1;
	-webkit-transition: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
/*hover sub sub menu*/
.menu li li li:hover {
	opacity: 1;
	-webkit-transition: none;
	transition: none;
}
.menu > li.hover > ul {
	left: 0;
	opacity: 1;
}
.menu li li.hover ul {
	left: 100%;
	top: 0;
}

/* //////////////////////////// ////////////////////////////////////////////////////*/
/* //////////////////////////// MENU CSS MOBIL /////////////////////////////////////*/
/* ////////////////////////////////////////////////////////////////////////////////*/

.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: left;
	padding: 0.438em 0.625em 0.438em 0.625em;
	line-height: 1.125em;
	cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: right;
}
.slicknav_menu .slicknav_icon {
	background-repeat: no-repeat;
	background-size: 88px;
	float: right;
	width: 40px;
	height: 40px;
	border-radius: 0;
	margin: 6px 0 2px 0;
	position: relative;
}
.slicknav_icon:before {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	font-family: FontAwesome;
	content: "\f0c9";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #FFFFFF;
	font-size: 24px;
	background-color: #0088CB;
}
.slicknav_menu .slicknav_no-text {
	margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
	width: 22px;
	margin: 8px auto;
	height: 2px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
/*margin-top: 0.188em*/
}
.slicknav_nav {
	clear: both;
}
.slicknav_nav ul, .slicknav_nav li {
	display: block;
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_nav .slicknav_row {
	display: block;
}
.slicknav_nav a {
	display: block;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
	display: inline;
}
.slicknav_menu:before, .slicknav_menu:after {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	clear: both;
}
/* IE6/7 support */
.slicknav_menu {
 *zoom: 1;
}
.slicknav_menu {
	font-size: 16px;
}
/* Button */
.slicknav_btn {
	width: 96%;
	min-height: 50px;
	display: block;
	margin: 0 0;
	padding: 0 2% 5px 2%;
	text-decoration: none;
	background-color: #f5f5f5;
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
	color: #3A6790;
	font-weight: 300;
	margin: 14px 0 0 0;
	display: none;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
	background-color: #FFFFFF;
	display: none;
}
.slicknav_menu {
	background: #27AAEA;
	padding: 0px;
	margin-bottom: 0px;
	    width: 100%;
}
.slicknav_nav {
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 0.775em;
}
.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow: hidden;
}
.slicknav_nav ul {
	padding: 0;
	margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
	padding: 15px 10px;
	margin: 2px 5px;
}
.slicknav_nav a {
	padding: 15px 10px;
	margin: 2px 5px;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}
.slicknav_arrow {
	color: #FFF;
}
.slicknav_nav .slicknav_row:hover {
	background: #ccc;
	color: #fff;
}
.slicknav_nav a:hover {
	background: #ccc;
	color: #222;
}
.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}
/*
---------------------------------------------------------------
--------------  Header Fixed & scroll  ------------------------
---------------------------------------------------------------
*/

.wrapper-content.bg-header.headerFixed {
	position: fixed;
	background-color:rgba(255,255,255,0.9);
	border-bottom: 1px solid #f1f1f1;
	z-index: 9;
	padding: 0 0 5px 0;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease;
}
.wrapper-content.bg-header.headerFixed .blockRight {
	display:none;
}
.wrapper-content.bg-header.headerFixed .logo {
	margin: 10px 0 0 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.wrapper-content.bg-header.headerFixed .content-menu {
	margin: 0 0 0 0;
}
/*
---------------------------------------------------------------
-----------------------  CSS Loop  ----------------------------
---------------------------------------------------------------
*/
.wrap-video-container {
    width: 90%;
    display: inline-block;
}
.video-container {
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
}
.video-container embed, .video-container iframe, .video-container object {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.clear {
	clear: both;
}
.loop, .loop ul, .loop div {
    font-size: 16px;
    color: #65666a;
}
.loop p {
	margin: 10px 0;
	line-height: 24px;
	font-weight: 400;
}
.loop strong {
	font-weight: 700;
}
.loop blockquote {
	padding: 0 0 0 12px;
	border-left: 4px solid #0C243D;
}
.loop b {
	font-weight: 700;
	color: #1e2942
}
.loop i, .loop em {
	font-style: italic;
}
.loop i.fa, .loop em.fa {
	font-style: normal;
}
.loop a {
	color: #808080;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.loop a:hover {
	color: #333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.loop p img {
	max-width: 100%;
	height: auto;
}
.loop img {
	max-width: 100%;
	height: auto;
	margin: 10px 0;
}
.loop ul {
	margin: 15px 0;
	display: block;
	list-style: none;
}
.loop ul li {
	margin: 6px 0;
	padding: 3px 0 0 10px;
	line-height: 18px;
	position: relative;
	clear: both;
}
.loop ul li:before {
	position: absolute;
	color: #3597D8;
	top: 3px;
	left: 0;
	content: "\f111";
	font-family: FontAwesome;
	font-style: normal;
	font-size: 7px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.loop ul li ul li:before {
	content: "\f10c";
}
.loop ul.payment_methods li:before {
	content: "";
}
.loop ul ul {
	margin: 5px 0;
	display: block;
}
.loop ul ul li {
	text-indent: 5px;
}
.loop ol {
    margin: 15px 0;
    display: block;
    padding: 0 0 0 40px;
    list-style-type: none;
    list-style-type: decimal !ie;
    counter-reset: li-counter;
}
.loop ol li {
    margin: 0 0 20px 0;
    line-height: 25px;
    position: relative;
}
.loop ol li:before {
    position: absolute;
    top: 3px;
    left: -40px;
    color: #FFF;
    content: counter(li-counter);
    counter-increment: li-counter;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    background-color: #08608B;
    border-radius: 50%;
}
.loop h1, .loop h2, .loop h3, .loop h4, .loop h5, .loop h6 {
	font-weight: 600;
	color:#0088CB;
}
.loop h1 {
	font-size: 20px;
}
.loop h2 {
	font-size: 18px;
}
.loop h3 {
	font-size: 17px;
}
.loop h4 {
	font-size: 16px;
}
.loop h5 {
	font-size: 15px;
}
.loop h6 {
	font-size: 14px;
}
.loop hr {
	border: 0;
	height: 1px;
	background: #eee;
	background-image: linear-gradient(to right, #f5f5f5, #eee, #f5f5f5);
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
	text-align: left;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
	text-align: right;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.page{
	width:60%;
	float:left;
    padding: 0 0 80px 0;
}
.page.page-full{
	width:100%;
	float:left;
    padding: 0 0 80px 0;
}
.sidebar-post{
	width:30%;
	float:right;
    padding: 0 0 80px 0;
}
.post {
	width: 100%;
	display: block;
	float: left;
	margin: 0 0 70px 0;
	position: relative;
}
.post .img-destacada {
	width: 15%;
	float: left;
	margin: 0 2% 0 0;
	border: 1px solid #f5f5f5;
}
.post-texto {
	float: left;
	width: 70%;
}
.post-texto h2 {
	text-transform: uppercase;
	margin: 15px 0 0 0;
}
/*.post:after {
	content: '';
	position: absolute;
	width: 100px;
	height: 4px;
	border-radius: 2px;
	background-color: #f5f5f5;
	bottom: -15px;
	left: 0;
}*/
.post a.ver-post {
	width: 150px;
	height: 38px;
	line-height: 38px;
	display: block;
	text-align: center;
	font-size: 12px;
	background-color: #65666A;
	color: #FFF;
}
.post a.ver-post:hover {
	background-color: #333;
	color: #FFF;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.post .date-post {
	width: 100%;
	display: block;
	float: left;
	margin: 8px 0 15px 0;
}
.post .date-post .date {
	float: left;
	font-size: 12px;
	color: #4a4a4a;
}
.post .date-post .date span {
	color: #0660B7;
}
/* //////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////// CSS Redes Sociales /////////////////////////////////////*/
/* ////////////////////////////////////////////////////////////////////////////////*/

.wrap-redes-header {
	width: 100%;
	float: left;
	margin: 0 0 0 0;
}
.redes-sociales {
	text-align: right;
	padding: 0 5px;
}
.redes-sociales a {
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	margin: 0 0 0 0;
}
.redes-sociales a:hover {
	color: #0088CB;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.redes-sociales a span {
	display: none;
}
.redes-sociales a i {
	margin: 0 3px 0 0;
}
.wrap-redes-footer .redes-sociales {
	text-align: center;
	padding: 0 5px;
}
.wrap-redes-footer .redes-sociales a {
	color: #0088CB;
	background-color: #fff;
	width: 36px;
	height: 36px;
	line-height: 40px;
	display: inline-block;
	border-radius: 18px;
	text-align: center;
	margin: 0 5px 0 5px;
}
.wrap-redes-footer .redes-sociales a:hover {
	color: #203c5d;
}
.wrap-redes-footer .redes-sociales a i {
	margin: 0 0 0 0;
}
.wrap-redes-footer {
	display: inline-block;
	margin: 20px 0 0 0;
}
/* //////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////// CSS GENERAL ////////////////////////////////////////*/
/* ////////////////////////////////////////////////////////////////////////////////*/

.wrapper {
	width: 100%;
	display: block;
	float: left;
}
.wrapper-content {
	width: 100%;
	display: block;
	float: left;
}
.content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.bg-white {
	background-color: #FFF;
}
.bg-black {
	background-color: #000;
}
.bg-gray {
	background-color: #fafafa;
}
.block {
	display: block;
}
.relative {
	position: relative;
}
.left {
	float: left;
}
.right {
	float: right;
}
.bg-header {
	background-color:rgba(255,255,255,0.1);
	border-bottom: 6px solid #f1f1f1;
	padding: 0 0 15px 0;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease;
}
.seccion-home {
	padding: 70px 0 70px 0;
}
.wrapper-seccion-home .seccion-home:first-child {
	padding: 100px 0 70px 0;
}
.wrapper-seccion-home .seccion-home:last-child {
	padding: 70px 0 100px 0;
}
.loop .titlePage , .titlePage {
	padding: 10px 0 30px 0;
}
.loop .titlePage h1, .titlePage h1 {
	font-size: 30px;
	color: #67686D;
	    font-weight: 600;
}
.logo {
	width: 164px;
	float: left;
	margin:12px 0 0 0;
}
.logo img {
	width: 100%;
	height: auto;
}
.logoBorgt {
	text-align:right;
}
.logoBorgt img {
	width: auto;
	max-width: 175px;
	height: auto;
	display: inline-block;
	margin: 6px 0 0 0;
}
.blockRight {
	float: right;
}
.wrapLogin {
	width: 100%;
	float: left;
}
.logi-car {
	display: inline-block;
	background-color: #f0f0f0;
	margin: 0;
	float: left;
	height: 34px;
	line-height: 34px;
	padding: 0 4px;
}
.logi-car a {
	font-size: 12px;
	color: #929295;
	text-decoration: none;
	margin: 0 2px;
	font-weight: 600;
	display: inline-block;
}
.wrapLogin a:hover {
	color: #0088CB;
}
.wrapLogin a em {
	display: none;
	margin: 0 3px;
}
.wrapLogin a.cart-contents {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	background-color: #0088CB;
	color: #FFF;
	margin: 0;
	font-size: 12px;
	text-decoration: none;
	float: left;
}
.wrapLogin a.cart-contents em {
	display: inline-block;
}
.bienvenido {
	width: 100%;
	float: left;
	font-size: 12px;
	text-align: right;
	padding: 10px 0;
}
.footer {
	background: #0088cb;
	padding: 40px 0 35px 0;
}
.menu-footer {
	text-align: center;
	display: inline-block;
}
.menu-footer ul {
	text-align: center;
	display: inline-block;
	padding: 12px 0;
	width: 100%;
}
.menu-footer ul li {
	display: inline-block;
	vertical-align: top;
}
.menu-footer ul li a {
	color: #FFF;
	text-decoration: none;
	padding: 10px 10px;
	font-size: 15px;
}
.menu-footer ul ul {
	display: none;
}
.logofooter {
	display:inline-block;
	float:right;
}
.derechos-reservados {
    text-align: center;
    line-height: 40px;
    margin: 20px 0 0 0;
    color: #FFF;
    font-size: 11px;
    display: inline-block;
    width: 100%;
}
.derechos-reservados a {
	text-decoration: none;
	color: #FFF;
}
.page-store {
    width: 68%;
    float: left;
    margin: 40px 0 60px 0;
}
.sidebar-store {
    width: 25%;
    float: right;
    margin: 40px 0 60px 0;
}
.vermas {
    width: 90px;
    height: 30px;
    line-height: 30px;
    display: inline-block !important;
    background-color: #0088CB;
    color: #FFF !important;
    margin: 0 0 10px 0;
    font-size: 12px;
    text-align: center;
}
.vermas:hover {
	background: #265684;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.telFooter {
    display: inline-block;
    margin: 0 0 0 20px;
}

.telFooter .icontel {
    margin: 0 4px 0 0;
    color: #FFF;
    width: 36px;
    height: 36px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background-color: #08A3E8;
    border-radius: 50%;
}

.telFooter a {
    color: #FFF;
    text-decoration: none;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 700;
}
.telFooter .separaciontel{
    padding: 0 6px;
    color: #18A4E8;
}
.certificado{ float: right;}
.certificado a{ color: #FFF; text-decoration: none;}
/*-------------search-------------*/

.lista_busqueda{
    width: 100%;
    float: left;
}

.loop .lista_busqueda li{
    float: left;
    margin: 0 0 40px 0;
}
.search {
	float: right;
	display: block;
	margin: 15px 0 10px 0;
}
.search form#searchform input[type="text"] {
	background-color: rgba(255, 255, 255, 0);
	display: block;
	float: left;
	padding: 0 5px 0 10px;
	width: 150px;
	border: 0 solid #f5f5f5;
	height: 32px;
	border-radius: 1px;
}
.search form#searchform {
	width: 200px;
	height: 34px;
	border-radius: 30px;
	float: right;
	display: block;
	border: 2px solid #cbcbcb;
	background-color: #FFF;
}
.search form#searchform input:focus {
	outline: none;
	background-color: transparent;
	color: #4a4a4a;
	font-weight: 700;
}
.search #searchform #searchsubmit {
	cursor: pointer;
	width: 34px;
	height: 32px;
	display: block;
	float: left;
	border: 0;
	background-color: transparent;
	color: #265684;
	border-radius: 0 15px 15px 0;
	font-size: 14px;
}
/*-------------End search-------------*/
.divclear {
	clear:both;
}
#breadcrumbs {
	width: 98%;
	float: left;
	text-align: right;
	font-size: 13px;
	margin: 10px 0 25px 0;
	padding: 1%;
	color: #000;
}
#breadcrumbs a {
	color: #000;
	text-decoration: none;
}
.breadcrumbs {
	display: inline-block;
	float: right;
	font-size: 13px;
	margin: 10px 0 0 0;
}
.bg-title {
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
}
.breadcrumbs li {
	display:inline-block;
}
.breadcrumbs li:after {
	content:'/';
	display:inline-block;
}
.breadcrumbs li:last-child:after {
	content:'';
	display:inline-block;
}
.breadcrumbs li a {
	color: #000;
	text-decoration: none;
	margin: 0 5px;
}
.breadcrumbs li:last-child a {
	color:#0088cb;
}
/*
---------------------------------------------------------------
---------------------  Css ShortCodes  -----------------------
---------------------------------------------------------------
*/

.logoShortcode {
	display: inline-block;
	width: 100px;
	height: 14px;
	background-image: url(../img/logo.html);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
}
.acordeon-button {
    width: 100%;
    float: left;
    cursor: pointer;
    padding: 20px 2%;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-align: left;
    letter-spacing: 0.08em;
    -webkit-box-shadow: inset 0 0 0 2px #e6e6e6;
    -moz-box-shadow: inset 0 0 0 2px #e6e6e6;
    box-shadow: inset 0 0 0 2px #e6e6e6;
    background-color: #e6e6e6;
    color: #5d5d5d;
    border-radius: 2px;
}
.acordeon-button:hover{
	color:#FFF;
	 background-color:#0088cb;
	-webkit-box-shadow: inset 0 0 0 2px #0088cb;
    -moz-box-shadow: inset 0 0 0 2px #0088cb;
    box-shadow: inset 0 0 0 2px #0088cb;
	-webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
	
	}
	.acordeon-button:hover > i.fa{
	color:#FFF;
	
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
	
	}

.widget-sidebar .acordeon-button {
	font-size: 13px;
}
.widget-sidebar .acordeon-button.active {
	font-size: 13px;
}
.acordeon-button span {
	width: 88%;
	display: inline-block;
}
.acordeon-button.active {
    width: 100%;
    float: left;
    cursor: pointer;
    padding: 20px 2%;
    text-align: left;
    letter-spacing: 0.08em;
    background-color:#0088cb;
	-webkit-box-shadow: inset 0 0 0 2px #0088cb;
    -moz-box-shadow: inset 0 0 0 2px #0088cb;
    box-shadow: inset 0 0 0 2px #0088cb;
    color: #FFF;
}
.acordeon-button i {
    float: right;
    font-size: 20px;
    position: relative;
    color: #0088cb;
    margin: 0 0 0 14px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.acordeon-button.active i {
	 color: #FFF;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accordion {
    width: 96%;
    float: left;
    display: none;
    color: #101010;
    font-size: 13px;
    line-height: 22px;
    padding: 0 2%;
}
.accordion .accordion-wrap {
}
.WrapColumnas {
	width: 100%;
	margin: 0 auto;
}
.columna100 {
	width: 100%;
	margin: 0 auto;
	display: table;
}
.columna100.Middle .columna50 {
	vertical-align: middle;
}
.columna100.Middle .columna50.Middle > .contentColumna {
	vertical-align: middle;
	display: inline-block;
}
.columna90 {
	width: 90%;
	display: inline-block;
	vertical-align: top;
}
.columna80 {
	width: 80%;
	display: inline-block;
	vertical-align: top;
}
.columna60 {
	width: 60%;
	display: inline-block;
	vertical-align: top;
}
.columna50 {
	width: 45.8%;
	display: inline-block;
	vertical-align: top;
	margin: 0 4% 0 0;
}
.columna40 {
	width: 38%;
	display: inline-block;
	vertical-align: top;
}
.WrapColumnas .columna33:nth-child(1) {
	width: 31%;
	margin: 0 2% 0 0;
}
.WrapColumnas .columna33:nth-child(2) {
	width: 31%;
	margin: 0 1% 0 1%;
}
.WrapColumnas .columna33:nth-child(3) {
	width: 31%;
	margin: 0 0 0 2%;
}
.columna33 {
	vertical-align: top;
	display: inline-block;
}
.WrapColumnas .columna25:nth-child(1) {
	width: 22%;
	margin: 0 2% 0 0;
}
.WrapColumnas .columna25:nth-child(2) {
	width: 23%;
	margin: 0 1% 0 1%;
}
.WrapColumnas .columna25:nth-child(3) {
	width: 23%;
	margin: 0 1% 0 1%;
}
.WrapColumnas .columna25:nth-child(4) {
	width: 22%;
	margin: 0 0 0 2%;
}
.columna25 {
	vertical-align: top;
	display: inline-block;
}
.owl-carousel.SlideShortcode {
	float: left;
	overflow: hidden;
	position: relative;
}
.owl-carousel.SlideShortcode .texto-slide {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}
.owl-carousel.SlideShortcode .texto-slide h5 {
	font-size: 19px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	left: 50px;
	bottom: 10px;
	z-index: 2;
	padding: 20px 30px;
	background-color: rgba(0, 136, 203, 0.7);
	opacity: 0;
}
.loop a.btn, a.btn {
	position: relative;
	display: table;
	margin: 5px 5px 0 0;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	color: #FFF;
	font-size: 12px;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	letter-spacing: 1px;
	background-color: #0088CB;
	padding: 18px 53px;
	border:2px solid #0088CB;
}
.loop a.btn:hover, a.btn:hover {
	background-color:#25AFF3;
	border:2px solid #25AFF3;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.loop a.btnborde, a.btnborde {
	position: relative;
	display: table;
	margin: 5px 5px 0 0;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	color: #65666a;
	font-size: 12px;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	letter-spacing: 1px;
	background-color:transparent;
	padding: 18px 53px;
	border:2px solid #0088CB;
}
.loop a.btnborde:hover, a.btnborde:hover {
	color: #FFF;
	background-color:#0088CB;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.loop a.btn:after, a.btn:after {
	content: '';
	display: block;
	clear: both;
}
.loop a[href^="tel:"], .a[href^="tel:"] {
    color: #085073;
    font-weight: 600;
}
.loop a.btn-cen, a.btn-cen {
	float:none;
margin:0 auto;
}
.loop a.btn-der, a.btn-der {
	float:right;
}
.loop a.btn-izq, a.btn-izq {
	float:left;
}
.llamado-a-la-accion {
	/* background-color: #F7F7F7;*/
    width: 94%;
	padding: 6% 3%;
	/* webkit-box-shadow: inset 0 0 0 1px #F1F1F1;
    -moz-box-shadow: inset 0 0 0 1px #F1F1F1;
    box-shadow: inset 0 0 0 1px #F1F1F1;*/
    display: block;
	float: left;
	margin: 40px 0;
	position:relative;
}
.llamado-a-la-accion:before {
	content: '';
	width: 0;
	height: 50px;
	background-color: #319FD6;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	left: 0;
}
.llamado-a-la-accion span {
	color:#4a4a4a;
	font-size: 15px;
	padding: 12px 0;
	display: inline-block;
	max-width: 68%;
	line-height: 20px;
}
.llamado-a-la-accion a {
	background-color: #0088CB;
	color: #FFF;
	font-size: 14px;
	margin: 10px 0;
	text-decoration: none;
	padding: 12px 50px;
	border-radius: 2px;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
	float: right;
	display: inline-block;
}
.llamado-a-la-accion a:hover {
	background-color: #0F84DC;
	color: #FFF;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.llamado-a-la-accion-bgfixed {
	padding:80px 0;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.llamado-a-la-accion-bgfixed .bgfixed-texto {
	font-size: 18px;
	color: #FFF;
	margin: 0 0 0 0;
}
.llamado-a-la-accion-bgfixed .bgfixed-href {
    background-color: #08608b;
    color: #FFF;
    border-radius: 3px;
    line-height: 30px;
    display: inline-block;
    padding: 5px 15px 5px 15px;
    margin: 0 0 0 20px;
    font-size: 12px;
    letter-spacing: 1px;
}
.llamado-a-la-accion-bg {
	padding:80px 0;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.llamado-a-la-accion-bg .bg-texto {
	font-size: 18px;
	color: #FFF;
	margin: 0 0 0 0;
}
.llamado-a-la-accion-bg .bg-href {
	background-color: #86af37;
	color: #FFF;
	border-radius: 3px;
	line-height: 30px;
	display: inline-block;
	padding: 0 10px;
	margin: 0 0 0 20px;
	font-size: 12px;
	letter-spacing: 1px;
}
.ag-animation {
	opacity: 0;
}
.ag-animation.animated {
	opacity: 1;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
.TabsList {
	width:100%;
	float:left;
	margin:0 0 5px 0;
	text-align:left;
}
.TabsList li {
	display:inline-block;
	text-align:left;
	vertical-align:top;
}
.TabsList li a {
	text-decoration:none;
	display:inline-block;
}
.PanelTabs {
	width:100%;
	float:left;
	margin:0 0 5px 0;
}
.PanelTabs div {
	width:100%;
	float:left;
}
.item-servicio {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	max-width: 220px;
	margin: 0 30px 30px 30px;
	min-height: 340px;
}
.item-servicio.altoauto {
	min-height:inherit;
}
.item-servicio:hover > .title {
	color: #0088cb;
}
.item-servicio .title {
	width: 100%;
	float: left;
	color: #66666a;
	text-transform: uppercase;
	margin: 10px 0;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	position:relative;
}
.item-servicio .title:before {
	content: "\f13a";
	display: inline-block;
	width: 100%;
	text-align: center;
	font-family: FontAwesome;
	font-size: 12px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #0088CB;
}
.item-servicio .descripcion-servicio {
	width: 100%;
	float: left;
	color: #66666a;
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 18px;
}

.loop .item-servicio .descripcion-servicio p {
	font-size: 12px;
	line-height: 18px;
	margin:0 0;
	color: #66666a;
}
.item-servicio figure {
	width: 220px;
	height: 220px;
	line-height: 220px;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 110px;
	-moz-border-radius: 110px;
	border-radius: 110px;
}
.item-servicio.altoauto figure {
    width: 220px;
    height:inherit;
    line-height:inherit;
    
}
.item-servicio figure img {
	width:auto;
	height:auto;
	max-height:220px;
	vertical-align: middle;
	margin: 0 0;
}
.item-servicio .ver-mas {
	display: table;
	color: #9a9a9a;
	font-size: 14px;
	margin: 0 auto;
	line-height: 18px;
}
.item-servicio .ver-mas .ver-mas-icon {
	display: inline-block;
	width: 30px;
	height: 3px;
	background-color: #557bc6;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.item-servicio.item-servicio-text {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    max-width: 28%;
    width: 26%;
    margin: 0 3% 30px 15px;
    min-height: 100px;
}
.item-servicio.item-servicio-text .title:before {
    content: "\f138";
    display: none;
    position: absolute;
    left: -17px;
    top: 0;
    width: 15px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0088CB;
}
.item-servicio.item-servicio-text figure {
	width: 280px;
	height: 280px;
	line-height: 280px;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 110px;
	-moz-border-radius: 110px;
	border-radius: 110px;
}
.item-servicio.item-servicio-text figure img {
	width:auto;
	height:auto;
	max-height:280px;
	vertical-align: middle;
	margin: 0 0;
}

.widget-sidebar .textwidget .item-servicio {
	display: inline-block;
	text-align: left;
	text-decoration: none;
	max-width: 270px;
	width: 100%;
	float: left;
	margin: 0 0 22px 0;
}
.widget-sidebar .textwidget .item-servicio figure {
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	display: inline-block;
	border: 3px solid #0e303f;
	-webkit-border-radius: 86px;
	-moz-border-radius: 86px;
	border-radius: 86px;
}
.widget-sidebar .textwidget .item-servicio figure img {
	width: auto;
	height: auto;
	max-height: 40px;
	vertical-align: middle;
}
.widget-sidebar .textwidget .item-servicio .title {
	width: auto;
	float: right;
	color: #5e676f;
	text-transform: uppercase;
	margin: 6px 0 10px 12px;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	max-width: 170px;
	text-align: center;
}
.widget-sidebar .textwidget .item-servicio .ver-mas {
	display: block;
	float: right;
	color: #9a9a9a;
	font-size: 14px;
	margin: -18px 0 0 0;
	line-height: 18px;
	width: 170px;
	text-align: center;
	clear: both;
}
.alineadoizquierda {
	text-align:left;
}
.alineadoderecha {
	text-align:right;
}
.alineadocentro {
	text-align:center;
}
.alineadojustificado {
	text-align:justify;
}
.wrap-widget-twitter {
}
.widget-twitter {
	display: inline-block;
	padding: 0 0;
	background-color: #FFF;
	width: 320px;
	text-align:center;
}
.textwidget .widget-twitter {
	webkit-box-shadow: inset 0 0 0 1px #E1E8ED;
	-moz-box-shadow: inset 0 0 0 1px #E1E8ED;
	box-shadow: inset 0 0 0 1px #E1E8ED;
}
.widget-twitter h4, .loop .widget-twitter h4 {
	background-color: #41b7d8;
	color: #FFF;
	text-align: left;
	padding: 16px 10px;
	font-size: 14px;
	font-weight: 400;
}
.widget-twitter h4 i, .loop .widget-twitter h4 i {
	font-size: 22px;
	margin: 0 6px 0 0;
}

/*PopUp*/
.lightbox-shadow {
   position: fixed;
   top: 0;
   right: 0;
   width: 100%;
   height: 100%;
   filter: alpha(opacity=90);
   -moz-opacity: 0.90;
   -khtml-opacity: 0.90;
   opacity: 0.90;
   z-index: 99998;
   display: none;
 }
.PopUpA {
    display: none;
    position: absolute;
    max-width: 600px;
    padding: 4% 3%;
    height: 65%;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    margin: auto;
    z-index: 99999;
    background-color: #FFF;
    border-radius: 4px;
    text-align: center;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    3px 3px 6px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         3px 3px 6px 0px rgba(50, 50, 50, 0.3);
}
.PopUpA img{width: auto; max-width: 1005; height: auto;}

.PopUpA .PopUpAContent {
    margin: auto;
    vertical-align: middle;
    text-align: left;
    line-height: 25px;
    width: 100%;
}

.PopUpA.removeClose .closePopUpA {display:none;}
.closePopUpA {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 3px solid #5F5F5F;
    background-color: rgba(255,255,255,0.9);
    border-radius: 50%;
    color: #5F5F5F;
    cursor: pointer;
}
.closePopUpA:hover {
    background-color: rgba(95,95,95,0.9);
    color: #FFF;
    -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
/* //////////////////////////// ////////////////////////////////////////////////////*/
/* ///////////////////////////// CSS NO FOUND 404 //////////////////////////////////*/
/* ////////////////////////////////////////////////////////////////////////////////*/

.no-found-404 {
	width: 600px;
	min-height: 150px;
	margin: 0 auto;
	padding: 150px 0;
}
.no-found-404 h1 {
	font-weight: 800;
	font-size: 24px;
	color: #A7A7A7;
	display: block;
	padding: 23px 0 0 10px;
	float: left;
}
.no-found-404 h2 {
	font-weight: 800;
	font-size: 85px;
	color: #E6E6E6;
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
	display: block;
	float: left;
}
a.regresar-home {
	font-weight: 800;
	color: #646464;
	text-decoration: none;
	text-align: left;
	margin: 30px 0 10px 0;
	padding: 0 0 0 10px;
	clear: both;
	display: block;
	float: left;
	position: relative;
	width: 100%;
}
a:hover.regresar-home {
	color: #333;
	text-decoration: none;
}
a.regresar-home em {
	display: block;
	float: left;
	top: -6px;
	left: -10px;
	margin: 0 5px 0 0;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-right: 14px solid #EA0202;
	border-bottom: 14px solid transparent;
	position: absolute;
}
/* //////////////////////////// ////////////////////////////////////////////////////*/
/* //////////////////////////// Widget /////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////////////////////////*/

.loop .widget-sidebar ul.product-categories ul.children {
	display:none;
}
.sidebar {
	width: 100%;
	display: block;
	float: left;
}
.sidebar .img-destacada {
	width: 100%;
	display: block;
	float: left;
}
.sidebar .img-destacada img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.widget-sidebar {
	width: 98%;
	display: block;
	margin: 0 0 10px 0;
	float: left;
	padding: 1%;
}
.widget-sidebar form {
	width: 100%;
	display: block;
	margin: 10px 0;
	float: left;
}
.widget-sidebar form div label {
	display: none;
}
.widget-sidebar form div input[type="text"] {
	border: 1px solid #f5f5f5;
	height: 30px;
	width: 72%;
	margin: 0 0 0 0;
	outline: none;
	padding: 2px 5px;
}
.widget-sidebar form div input[type="submit"] {
	background: #00A697;
	border: 0;
	height: 34px;
	color: #FFF;
	width: 20%;
	cursor: pointer;
	border-radius: 0;
}
.widget-sidebar form div input[type="submit"]:hover {
	background: #9EDED5;
}
.widget-sidebar h2 {
	font-weight: 600;
	margin: 10px 0 0 0;
	font-size: 14px;
	color: #000000;
	padding: 10px 10px;
	text-align: right;
	position: relative;
}
.widget-sidebar h2:before {
	content:'';
	width:100%;
	height:3px;
	position:absolute;
	left:0;
	bottom:-3px;
	z-index:1;
	background-color:#F1F1F1;
}
.widget-sidebar h2:after {
	content:'';
	width:80px;
	height:3px;
	position:absolute;
	right:0;
	bottom:-3px;
	z-index:1;
	background-color:#0088CB;
}
.widget-sidebar ul {
	display: block;
	float: left;
	width: 100%;
	margin: 10px 0 20px 0px;
	list-style: none;
}
.widget-sidebar ul li {
	margin: 0 0 12px 0;
	border: 0;
	width: 98%;
	float: left;
	padding: 0 0 0 2%;
	position: relative;
	border-bottom: 1px solid #f5f5f5;
}
.widget-sidebar ul li:before {
	content: "\f068";
	color: #0088CB;
	margin: 0 0 0 0;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-size: 7px;
	line-height: 16px;
}
.widget-sidebar ul li a {
	font-size: 15px;
	font-weight: 400;
	color: #767676;
	text-decoration: none;
	padding: 5px 0;
	margin: 0;
	position: relative;
}
.widget-sidebar ul li a:hover {
	color: #0088CB;
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	transition: all .20s ease;
}
.widget-sidebar ul.product-categories li {
	border-bottom: 1px dashed #f5f5f5;
}
.widget-sidebar ul.product-categories li:before {
	content: '';
}
.widget-sidebar ul.product-categories li a {
	text-transform: uppercase;
	padding: 6px 0;
	display: inline-block;
}
.widget-sidebar ul.product-categories li li a {
	font-size:13px;
}
.widget-sidebar .tagcloud {
	padding: 10px 0;
}
.widget-sidebar .tagcloud a {
	color: #CBCBCB;
}
.widget-sidebar .tagcloud a:hover {
	color: #0088CB;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
/* //////////////////////////// ////////////////////////////////////////////////////*/
/* //////////////////////////// Paginador //////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////////////////////////*/

.paginador {
	width: 100%;
	display: block;
	float: left;
}
.navigation {
	font-size: 13px !important;
	display: block;
	float: left;
	width: 100%;
	margin: 35px 0 50px 0;
}
.navigation span.pages {
	font-weight: 400;
	color: #4a4a4a;
	margin: 0 10px 0 0;
	line-height: 36px;
	display: inline-block;
}
.navigation span.page-numbers {
	font-weight: 400;
	color: #FFF;
	margin: 0 0 0 0;
	background-color: #0088CB;
	border: 2px solid #0088CB;
	line-height: 36px;
	display: inline-block;
	padding: 0 10px;
}
.navigation a.page-numbers, .navigation a.next, .navigation a.prev {
	font-weight: 300;
	color: #8e8e8e;
	text-decoration: none;
}
.navigation a.page-numbers {
	margin: 0 2px;
	font-weight: 400;
	color: #4a4a4a;
	background-color: #FFF;
	padding: 0 10px;
	border: 2px solid #0088CB;
	line-height: 36px;
	display: inline-block;
}
.navigation a.next {
	margin: 0 0 0 8px
}
.navigation a.prev {
	margin: 0 8px 0 0
}
.navigation a.page-numbers:hover, .navigation a.next:hover, .navigation a.prev:hover {
	color: #000;
}
/* //////////////////////////// ////////////////////////////////////////////////////*/
/* //////////////////////////// CSS FORM CONTACT 7 /////////////////////////////////*/
/* ////////////////////////////////////////////////////////////////////////////////*/
div.wpcf7 {
	margin: 10px 0 0 0;
}
div.wpcf7 .wpcf7-form {
	width: 98%;
	float: left;
}
div.wpcf7 .wpcf7-form p {
	font-size: 12px;
	font-weight: 300;
	margin: 10px 0;
	color: #8e8e8e;
}
div.wpcf7 .wpcf7-form p span {
	color: red;
}
div.wpcf7 .wpcf7-form p.label-form {
	font-size: 13px;
	font-weight: 300;
	margin: 25px 0;
	color: #8e8e8e;
}
div.wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input {
	position: relative;
	height: 30px;
	width: 98%;
	border-radius: 2px;
	border: 2px solid #E7E7E7;
	padding: 0px 1%;
}
div.wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input:focus {
	outline: none;
	background-color: #ECECEC;
	font-weight: 600;
}
div.wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input[type="radio"], div.wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input[type="checkbox"] {
	position: relative;
	height: 14px;
	width: auto;
	margin: 10px 10px;
	border-radius: 2px;
	border: 1px solid #E7E7E7;
}
div.wpcf7 .wpcf7-form p span.wpcf7-list-item-label {
	color: #555555;
}
div.wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input#captcha-input {
	position: relative;
	height: 30px;
	width: 100px;
	padding: 0 10px;
	border-radius: 0px;
	border: 1px solid #E7E7E7;
	background-color: rgb(255, 255, 255);
	color: #333;
	font-weight: 600;
}
#captcha-img {
	position: relative;
	top: 6px;
}
div.wpcf7 .wpcf7-form span.wpcf7-form-control-wrap textarea {
	border-radius: 5px;
	border: 2px solid #E7E7E7;
	width: 100%;
	height: 100px;
	outline: none;
}
div.wpcf7 .wpcf7-form .wpcf7-submit {
	cursor: pointer;
	color: #0088CB;
	padding: 12px 50px;
	border-radius: 0;
	background-color: #FFFFFF;
	font-size: 14px;
	float: right;
	margin: 0 0 30px 0;
	border: 3px solid #0088CB;
}
div.wpcf7 .wpcf7-form .wpcf7-submit:hover {
	background-color: #0088CB;
	color: #FFF;
	-webkit-transition: background-color 0.4s ease-in-out;
	-moz-transition: background-color 0.4s ease-in-out;
	-o-transition: background-color 0.4s ease-in-out;
	transition: background-color 0.4s ease-in-out;
}
div.wpcf7 .wpcf7-form span.wpcf7-not-valid-tip {
	color: #f00;
	display: block;
	font-size: 11px;
	font-weight: 400;
}
div.wpcf7 .wpcf7-form div.wpcf7-validation-errors {
	border: 1px solid #f7e700;
	font-size: 13px;
	margin: 40px 0 0 0;
	width: 100%;
	float: left;
}
div.wpcf7 .wpcf7-form div.wpcf7-mail-sent-ok {
	border: 1px solid #398f14;
	color: #B6AFAF;
	font-size: 14px;
	border-radius: 4px;
	margin: 40px 0 0 0;
	padding: 10px;
	width: 100%;
	float: left;
}
.screen-reader-response {
	display: none;
}
/* //////////////////////////// ////////////////////////////////////////////////////*/
/* //////////////////////////// Core Owl Carousel CSS File /////////////////////////*/
/* ////////////////////////////////////////////////////////////////////////////////*/



#slide {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	margin: 28px 0 0 0;
}
.wrap-carousel-marcas {
	width: 90%;
	max-width: 900px;
	margin: 100px auto 50px auto;
}
.owl-carousel.carousel-marcas .owl-item img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	height: auto;
	-webkit-transform-style: preserve-3d;
	max-height: 90px;
}
.owl-carousel.carousel-marcas .item {
	text-align:center;
}
.owl-carousel.carousel-marcas.owl-theme .owl-controls .owl-nav div {
	color: #265684;
	background-color: rgba(193, 193, 193,0);
	font-size: 15px;
	bottom: 0;
}
.owl-carousel.carousel-marcas.owl-theme .owl-controls .owl-nav div.owl-prev {
	left: -30px;
}
.owl-carousel.carousel-marcas.owl-theme .owl-controls .owl-nav div.owl-next {
	right: -30px;
}
.owl-carousel.carousel.owl-theme .owl-controls .owl-nav div {
	color: #DEDEDE;
	background-color: rgba(193, 193, 193,0);
	font-size: 15px;
	bottom: 0;
}
.owl-carousel.carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
	left: -15px;
}
.owl-carousel.carousel.owl-theme .owl-controls .owl-nav div.owl-next {
	right: -15px;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
	display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	display: none;
}
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}
/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-nav {
	width: 100%;
	float: left;
}
.owl-theme .owl-controls .owl-nav div {
	color: #FFF;
	background-color: rgba(193, 193, 193,0.1);
	display: inline-block;
	zoom: 1;
	width: 30px;
	height: 50px;
	margin: 0;
	line-height: 50px;
	text-align: center;
	font-size: 22px;
	border-radius: 0;
	margin-top: auto;
	margin-bottom: auto;
	top: 0;
	bottom: 33px;
	position: absolute;
}
.owl-theme .owl-controls .owl-nav div.owl-prev {
	left: 0;
}
.owl-theme .owl-controls .owl-nav div.owl-next {
	right: 0;
}
.owl-theme .owl-controls .owl-nav div:hover {
	color: #FFF;
	background-color: rgba(193, 193, 193,0.8);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.owl-nav .owl-next {
	float: right;
}
.owl-nav .owl-prev {
	float: left;
}
.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots {
	margin: 10px 0 0 0;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 3px;
	background-color: rgba(38, 86, 132,0.6);
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: rgba(38, 86, 132,1);
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("../img/owl.video.play.html") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}





 @media screen and (max-width: 1025px) {
.content-menu {
	float: left;
	position: relative;
	z-index: 990;
	margin: 28px 0 0 25px;
}
.logi-car {
	display: block;
	float: none;
	text-align: center;
}
.wrapLogin a.cart-contents {
	display: block;
	float: none;
	text-align: center;
}
.menu li a {
	font-size: 14px;
}
#carousel-slide {
	width: 500px;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
}
}
@media screen and (max-width: 1000px) {
.wrapper-content.bg-header.headerFixed {
	position:static;
	background-color:rgba(255,255,255,1);
	border-bottom: 6px solid #f1f1f1;
	z-index: 9;
	padding: 0 0 15px 0;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease;
}
.wrapper-content.bg-header.headerFixed .blockRight {
	display:inline-block;
}
.blockRight {
	margin: 10px 0;
}

.wrapper-content.bg-header.headerFixed .logo {
	width: 164px;
    float: left;
    margin: 40px 0 0 0;
	
}

.content-menu {
	display:none;
}
}
 @media screen and (max-width: 780px) {
	 .content-menu-footer {
	text-align:center;
}
.logofooter {
	float: none;
}
.wrap-redes-footer {
	width: 100%;
}
.derechos-reservados {
	width: 100%;
}
.telFooter {
    display: inline-block;
    margin: 40px 0 0 0;
    text-align: center;
	    width: 100%;
}
.telFooter a {
	display:inline-block;
}
.telFooter .icontel {
    margin: 5px auto 10px auto;
    display: block;
}
}
 @media screen and (max-width: 642px) {
.menu-footer ul li {
	width: 100%;
}
.menu-footer ul li a {
	display: inline-block;
	font-size: 13px;
}
.page-store {
	width: 100%;
	float: left;
}
.sidebar-store {
	width: 100%;
	float: right;
}

.wrap-video-container {
    width: 100%;
    margin: 20px 0;
}
.page{
	width:100%;
	float:left;
    padding: 0 0 20px 0;
}
.page.page-full{
	width:100%;
	float:left;
    padding: 0 0 20px 0;
}
.sidebar-post{
	width:100%;
	float:right;
    padding: 0 0 80px 0;
}
/*
---------------------------------------------------------------
---------------------  Css ShortCodes  -----------------------
---------------------------------------------------------------
*/

.columna100 {
	width: 84%;
	margin: 0 8% 20px 8%;
	display:block;
}
.columna90 {
	width: 84%;
	margin: 0 8% 20px 8%;
	display:block;
}
.columna80 {
	width: 84%;
	margin: 0 8% 20px 8%;
	display:block;
}
.columna60 {
	width: 84%;
	margin: 0 8% 20px 8%;
	display:block;
}
.columna50 {
	width: 84%;
	margin: 0 8% 20px 8%;
	display:block;
}
.columna40 {
	width: 84%;
	margin: 0 8% 20px 8%;
	display:block;
}
.WrapColumnas .columna33 {
	width: 84%;
	margin: 0 8% 20px 8%;
	display:block;
}
.WrapColumnas .columna33:nth-child(1) {
	width: 84%;
	margin: 0 8% 20px 8%;
	display:block;
}
.WrapColumnas .columna33:nth-child(2) {
	width: 84%;
	margin: 0 8% 20px 8%;
	display:block;
}
.WrapColumnas .columna33:nth-child(3) {
	width: 84%;
	margin: 0 8% 20px 8%;
	display:block;
}
.WrapColumnas .columna25 {
	width: 84%;
	margin: 0 8% 20px 8%;
	display:block;
}
.WrapColumnas .columna25:nth-child(1) {
	width: 84%;
	margin: 0 8% 20px 8%;
	text-align:center;
	display:block;
}
.WrapColumnas .columna25:nth-child(2) {
	width: 84%;
	margin: 0 8% 20px 8%;
	text-align:center;
	display:block;
}
.WrapColumnas .columna25:nth-child(3) {
	width: 84%;
	margin: 0 8% 20px 8%;
	text-align:center;
	display:block;
}
.WrapColumnas .columna25:nth-child(4) {
	width: 84%;
	margin: 0 8% 20px 8%;
	text-align:center;
	display:block;
}
.acordeon {
	padding: 18px 10px !important;
}
.WrapColumnas {
	text-align: left !important;
}
.llamado-a-la-accion span {
	color: #212121;
	font-size: 15px;
	padding: 12px 0;
	display: block;
	width: 100%;
	text-align: center;
	max-width: 100%;
}
.llamado-a-la-accion a {
	background-color: rgba(241, 126, 46,1);
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	padding: 12px 50px;
	border-radius: 2px;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
	float: none;
	display: table;
	margin: 0 auto;
}
.llamado-a-la-accion:before {
	content: '';
	width: 67px;
	height: 6px;
	background-color: #D6D6D6;
	position: absolute;
	top: 20px;
	margin: auto;
	left: 0;
	right: 0;
	bottom: inherit;
}
.item-servicio.item-servicio-text {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    max-width: 90%;
    width: 90%;
    margin: 0 5% 20px 5%;
	height:auto;
    min-height:inherit;
}
}
 @media screen and (max-width: 482px) {
.content {
	display:block;
	max-width: 100%;
}
.wrap-carousel-marcas {
	max-width: 220px;
}
.blockRight {
	float: right;
	width: 100%;
}
.search {
	width: 100%;
}
.search form#searchform {
	width: 98%;
}
.search form#searchform input[type="text"] {
	width: 78%;
}
.search #searchform #searchsubmit {
	width: 15%;
	float: right;
}
.wrap-redes-header {
	width: auto;
	float: left;
	margin: 0 0 0 0;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
}
.logi-car {
	width: 100%;
	padding: 0;
}
.wrapLogin a em {
	display: inline-block;
	font-size: 20px;
}
.wrapLogin a.cart-contents em {
	font-size: 14px;
}
.wrapLogin a span {
	display: none;
}
.wrapLogin a.cart-contents {
	float: right;
	margin: 4px 0 0 0;
	width: 100%;
	padding: 0;
}
.wrapLogin a.cart-contents span {
	display: inline-block;
}
.wrapper-content.bg-header.headerFixed .logo {
	width: 164px;
	float: none;
	margin: 25px auto 10px auto;
	display: block;
	
}
.logo {
	width: 164px;
	float: none;
	margin: 25px auto 10px auto;
	display: block;
}
.derechos-reservados {
	margin: 20px 0;
}
.loop a.btn, a.btn {
	width: 98%;
	display:block;
	margin: 5px auto;
	padding: 20px 0;
	float:left;
}
.loop a.btnborde, a.btnborde {
	width: 98%;
	display:block;
	margin: 5px auto;
	padding: 20px 0;
	float:left;
}
div.wpcf7 .wpcf7-form .wpcf7-submit {
	padding: 12px 0;
	float: none;
	margin: 30px auto 30px auto;
	border: 3px solid #0088CB;
	width: 98%;
	display: block;
}
.certificado {
    float: none;
    margin: 20px auto 5px auto;
    width: 100px;
}
}
 @media screen and (max-width: 322px) {
}