/*
Theme Name: RC Salud
Author: SA Publicidad SpA
Author URI: https://www.sapublicidad.cl/
Description: Template desarrollado por SA Publicidad, el uso de este template es privado y de exclusivo uso de SA Publicidad SpA.
Version: 2.0
License: Privada
Tags: minimalista, responsive, modern, full width

Este tema tiene una licencia privada y el uso de esta es exclusiva de SA Publicidad
*/

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Ibarra Real Nova', serif;

*/

*{
	padding: 0;
	margin:0;
}

html{
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

* img{
	height: auto;
}

body{
	background-color: #313131;
}

.wrap{
	width: 90%;
	max-width: 1300px;
	margin:auto;
}

.clear{
	clear: both;
}

.ancla{
	transform: translateY(-64px);
}

/* top-banner */
.top-banner{
	text-align: right;
	line-height:25px;
	position: absolute;
	top:0;
	width: 100%;
	z-index: 9999;
}

.top-banner .wrap{
	padding: 10px 0;
	border-bottom: solid 1px rgba(255,255,255,.3);
}

@media(max-width: 800px){
	.top-banner .wrap{
		border:none;
	}
}

.top-banner ul:nth-child(1){
	float: left;
}

.top-banner ul:nth-child(1) a{
	color: rgba(255,255,255,.9);
	text-decoration: none;
}


.top-banner ul:nth-child(3){
	float: right;
}

@media(max-width: 800px){
	.top-banner{

	}
	.top-banner ul:nth-child(3){
		display: none;
	}
}

.top-banner ul:nth-child(2){
	float: left;
	margin:0 0 0 5%;
}

@media(max-width: 800px){
	.top-banner{
		text-align: left;
	}
	.top-banner ul:nth-child(1){
		float:left;
		max-width: 50%;
		margin:0 0 0 0;
		line-height: 18px;
	}
	.top-banner ul:nth-child(2){
		float:left;
		margin:0 0 0 0;
		line-height: 25px;
	}
}

.top-banner li{
	display: inline-block;
	color: #f9f9f9;
	font-size: 14px;
	margin:0 0 0 4px;
}
.top-banner li i{
	font-size: 12px;
}


.top-banner ul.social li a{
	display: block;
	background-color: #ffffff;
	color: #562122;
	text-align: center;
	width: 25px;
}

.top-banner ul.social li:nth-child(1) a{
	background-color: #3b5998;
	color: #ffffff;
}

.top-banner ul.social li:nth-child(2) a{
	background-color: #00acee;
	color: #ffffff;
}

.top-banner ul.social li:nth-child(3) a{
	background-color: #3f729b;
	color: #ffffff;
}

.top-banner ul.user{
	width: 350px !important;
}

.top-banner ul.user li{
	float: left !important;
	margin:0 0 0 5px !important;
	width: 150px !important;
}

.top-banner ul.user li a{
	padding: 10px 0px !important;
	background-color: #0bb9d6;
	text-decoration: none;
	color: #313131;
	font-weight: 600;
	font-size: 12px;
	border-radius: 4px;
	text-transform: uppercase;
	transition: all .3s ease;
}

.top-banner ul.user li:hover a{
	background-color: #224099;
	color: #ffffff;
}

.top-banner ul:nth-child(3) li{
	width: 120px;
}

.top-banner ul:nth-child(3) li a{
	display: block;
	padding: 0 0 0 0;
	text-align: center;
	text-decoration-color: inherit;
}




/* header */
header{
	position: fixed;
	z-index: 9999;
	width: 100%;
	top:60px;
	transition: all .3s ease;
}

header.stick{
	top:0;
	background-color: #16191F;
}

@media(max-width: 800px){
	header,header.stick{
		position: relative;
		padding: 0px 0;
		background-color: #313131;
		display: block;
		top:47px;
		margin:22px 0 0 0;
	}
}

header .logo{
	width: 200px;
	float: left;
	margin:10px 0 0 0;
}

header.stick .logo{
	margin:0 0 0 0;
}

@media(max-width: 800px){
 	header .logo, 
 	header.stick .logo{
 		width: 50%;
 		float: none;
 	}
}

/* btn-nav */
#btn-nav{
	display: none;
}

header label{
	display: none;
}

@media(max-width: 800px){
	header label{
		display: block;
		position: fixed;
		top:10px;
		right: 10px;
		line-height: 45px;
		width: 45px;
		text-align: center;
		background-color: #0bb9d6;
		color: #313131;
		cursor: pointer;
		border-radius: 3px;
	}
}

/* nav */
nav{
	float: right;
	margin:20px 0 0 0;
	letter-spacing: 1px;
	font-weight: 300;
}

header.stick nav{
	margin:11px 0 0 0;
}

nav li{
	list-style: none;
	display: inline-block;
	margin:0 0 0 20px;
	position: relative;
	overflow: hidden;
}

nav li:before{
	content: "";
	position: absolute;
	border-left: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	width: 0%;
	height: 0%;
	bottom:0;
	left: 0;
	z-index: 1;
	transition: all .3s ease;
	opacity: 0;
}

nav li:after{
	content: "";
	position: absolute;
	border-right: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
	width: 0%;
	height: 0%;
	top:0;
	right: 0;
	z-index: 1;
	transition: all .3s ease;
	opacity: 0;
}

nav li:hover:before,
nav li:hover:after{
	width: 50%;
	height: 50%;
	opacity: 1;
}

nav li.current-menu-item:before, 
nav li.current-menu-item:after{
	width: 50%;
	height: 50%;
	opacity: 1;	
}

nav li a{
	color: #f9f9f9;
	text-decoration: none;
	font-weight:400;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 0 10px;
	line-height: 40px;
	position: relative;
	display: block;
	z-index: 3;
}

nav li a:hover{

}

@media(max-width: 800px){
	nav,header.stick nav{
		float: none;
		position: fixed;
		top:0;
		left: 0;
		background-color: #313131;
		margin:0 0 0 0;
		text-align: left;
		padding: 0 0 0 0;
		width: 60%;
		transform: translateX(-100%);
		opacity: 0;
		transition: all .3s ease;
	}

	#btn-nav:checked ~ nav{
		transform: translateX(0%);
		opacity: 1;
	}

	nav li{
		display: block;
		float: none;
		text-align: left;
		margin:0 0 0 0;
	}

	nav li a{
		line-height: 55px;
	}

	nav li.current-menu-item:before, 
	nav li.current-menu-item:after{
	display: none !important;
	width: 0px;
	height: 0px;
	opacity: 0;
	}

	nav li:hover:before,
	nav li:hover:after{
		width: 0%;
		height: 0%;
		opacity: 0;
	}

}

/* home */
.home{
	padding:230px 0 230px 0;
	background-image: url(img/bg-banner-1.jpg?a);
	background-size: cover;
	background-position: top;
	position: relative;
	background-color: #313131;
	box-shadow: inset 0em 100em rgba(0,0,0,.4);
	z-index: 2;
}

.slider .image{
	margin:40px 0 0 10%;
	width: 35%;
	float: left;
	position: relative;
}

@media(max-width: 800px){
	.home{
		padding: 120px 0;
	}

	.slider .image{
		float: none;
		width: 80%;
		margin:0 auto 30px auto;
	}

	.slider .single-slide:nth-child(1) .image:before,
	.slider .single-slide:nth-child(2) .image:before,
	.slider .single-slide:nth-child(3) .image:before{
		display: none;
	}
}

.slider .image img{
	border-radius: 10px;
	margin:0 0 -5px 0;
	width: 100%;
}

.slider .image img:nth-child(1){
	position: absolute;
	top:-40px;
	left: -40px;
	filter: grayscale(100%);
	opacity: .3;
}

@media(max-width: 800px){
	.slider .image img:nth-child(1){
		display: none;
	}
}

.slider .info{
	width: 50%;
	float: right;
}

.slider .info h1{
	font-family: 'Ibarra Real Nova', serif;
	font-size: 80px;
	line-height: 70px;
	font-weight: 900;
	color: rgba(255,255,255,.7);
}

.slider .info h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	max-width: 90%;
	line-height: 40px;
	margin:20px 0 0 0;
	font-weight: 300;
	color: rgba(255,255,255,.7);
}

@media(max-width: 800px){
	.slider .info{
		width: 100%;
		float: none;
		text-align: center;
		transform: translateX(0%);
	}

	.slider .info h1{
		font-size: 40px;
		line-height: 50px;
		margin:10px auto 0 auto;
	}

	.slider .info h2{
		margin:0px auto;
	}
}

.sss {
	height: 0;
	margin: 0; 
	padding: 0;
	position: relative;
	display: block;
}

.ssslide {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.ssslide img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}

.sssnext, .sssprev {
	width: 15px;
	height: 15px;
	margin: 0;
	background-repeat: no-repeat;
	transition: all 400ms ease;
	right: 40px;
	position: absolute;
}



.sssprev {
	background-image: url(img/previous.svg);
	opacity: .7;
	right: 70px;
}

@media(max-width: 800px){
	.sssprev,
	.sssnext,
	.testimonials-wrap article p i{
		display: none;
	}
}

.sssnext {
	background-image: url(img/next.svg);
	opacity: .7;
}

.sssprev:hover, .sssnext:hover {
	cursor: pointer;
	opacity: 1;
}

.social-home{
	float: right;
	transform: translateY(-30px);
}

@media(max-width: 800px){
	.social-home{
		display: none;
	}
}

.social-home li{
	list-style: none;
	margin:0 0 5px 0;
	line-height: 30px;
	width: 30px;
}

.social-home li a{
	display: block;
	text-decoration: none;
	color: rgba(255,255,255,.8);
	font-size: 14px;
}

.social-home li:hover a{
	color: #ffffff;
}

/* banner-home */
.banner-home{
	position: relative;
	z-index: 10;
}

.banner-home .wrap{
	margin:-80px auto -50px auto;
	height: 140px;
	position: relative;
}

.banner-home article{
	background-color: #313131;
	width:25%;
	position: absolute;
	text-align: center;
	padding: 30px 0;
	top:50%;
	transform: translateY(-50%);
	transition: all .3s ease;
	background-size: 200%;
	background-position: center;
}

.banner-home article:hover{
	padding: 70px 0;
	background-image: url(img/bg-banner-1.jpg?a);
	-webkit-animation: scroller 30s infinite;
}

@media(max-width: 800px){
	.banner-home article:hover{
		padding: 40px 0;
	}
}

@-webkit-keyframes scroller{
  25%  { background-position: right top; }
  50%  { background-position: center top; }
  75%  { background-position: right top; }
}

.banner-home article:nth-child(1){
	left: 0;
}

.banner-home article:nth-child(2){
	left: 25%;
}

.banner-home article:nth-child(3){
	right: 25%;
}

.banner-home article:nth-child(4){
	right:0%;
}

@media(max-width: 800px){
	.banner-home .wrap{
		margin:0 0 0 0;
	}

	.banner-home article:nth-child(1),
	.banner-home article:nth-child(2),
	.banner-home article:nth-child(3), 
	.banner-home article:nth-child(4){
		position: relative;
		left: 0;
		width: 100%;
		transform: translateY(0%);
	}
}

.banner-home article img{
	width: 30px;
	display: block;
	text-align: center;
	margin:auto;
}

.banner-home article a{
	text-decoration: none;
	color: #ffffff;
	border:solid 1px;
	display: block;
	margin:0 60px;
	padding: 30px 0;
}

.banner-home article:nth-child(1) a,
.banner-home article:nth-child(3) a{
	border-color:#58d3f7;
}

.banner-home article:nth-child(2) a{
	border-color: #a5df00;
}

.banner-home article:nth-child(4) a{
	border-color: #faac58;
}

.banner-home article span{
	color: #ffffff;
	margin:10px 0 0 0;
	display: block;
}

/* wellcome */
.wellcome{
	padding: 200px 0 50px 0;
	background: #f9f9f9; /* Old browsers */
	position: relative;
	z-index: 2;
}

/* team */
.team{
	background-color: #f9f9f9;
	position: relative;
	padding: 180px 0 90px 0;
	z-index: 2;
}

.team h2{
	font-family: 'Ibarra Real Nova', serif;
	font-size: 80px;
	color: #313131;
	text-align: center;
	margin:0 0 50px 0;
}

.team article{
	width: 28%;
	float: left;
	margin:0 7% 0 0;
	background-color: #f7f7f7;
	transition: all .3s ease;
}

@media(max-width: 800px){
	.team{
		padding: 50px 0;
	}

	.team h2{
		font-size: 30px;
	}

	.team article{
		width: 98%;
		float: none;
		margin:0 auto 20px auto;
	}
}

.team article:hover{
	box-shadow: 0 10px 30px rgba(0,0,0,.4);
}

.team article:nth-child(3n +0){
	margin:0 0 0 0;
}

.team article .image img{
	width: 100%;
}

.team article h3{
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #313131;
}

.team article p{
	font-size: 14px;
	font-weight: 300;
	color: #414141;
	margin:10px 20px;
	text-align: center;
}

.team article .social-team{
	text-align: center;
	margin:20px 0 20px 0;
}

.team article .social-team li{
	display: inline-block;
	line-height: 40px;
	width: 40px;
	text-align: center;
}

.team article .social-team li a{
	display: block;
	text-decoration: none;
	background-color: #313131;
	line-height: 40px;
	color: #ffffff;
}


/* services */
.services{
	background-color: #f0f0f0;
	position: relative;
	padding: 100px 0 50px 0;
	z-index: 2;
}

.services:before{
	content: "";
	position: absolute;
	border-right: solid 1800px transparent;
	border-top:solid 50px #313131;
	left: 0;
	top:0;
}

.services h2{
	font-family: 'Ibarra Real Nova', serif;
	font-size: 60px;
	margin:0 0 30px 0;
	color: #313131;
	text-align: center;
	position: relative;
}

.services article{
	width: 41%;
	float: left;
	margin:0 10% 0 0;
	padding: 2%;
	background-color: #f0f0f0;
	transition: all .3s ease;
	text-align: right;
	position: relative;
}

.services article h3{
	color: #313131;
	font-size: 20px;
	margin:0 0 10px 0;
}

.services article:hover h3{
	color: #f0f0f0;
}

.services article p{
	font-weight: 300;
	color: #414141;
}

.services article:hover p{
	color: #999999;
}

.services article:nth-child(2n +0){
	margin:0 0 2% 0;
	text-align: left;
}

.services article:nth-child(2n +0):before{
	content: "";
	position: absolute;
	top:50%;
	width: 65px;
	height: 1px;
	background-color: #313131;
	left: -65px;
}

.services article:nth-child(1n +0):before{
	content: "";
	position: absolute;
	top:50%;
	width: 65px;
	height: 1px;
	background-color: #313131;
	right: -65px;
}

.services article:hover{
	background-color: #313131;
}

/* banner-1 */
.banner-1{
	background-image: url(img/bg-banner-1.jpg?a);
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0;
	box-shadow: inset 0em 100em rgba(0,0,0,.4);
	background-color: #313131;
	z-index: 2;
	position: relative;
}

.banner-1 h1{
	font-family: 'Ibarra Real Nova', serif;
	font-size: 70px;
	color: #f0f0f0;
}

.banner-1 h2{
	font-size: 30px;
	margin:20px 0 0 0;
	color: rgba(255,255,255,.6);
	font-weight: 300;
}

@media(max-width: 800px){
	.banner-1{
		padding: 40px 0;
		background-size: 300%;
	}

	.banner-1 h1{
		font-size: 40px;
		text-align: center;
	}

	.banner-1 h2{
		font-size: 20px;
		text-align: center;
	}
}


/* testimonials */
.testimonials{
	padding: 100px 0;
	background-color: #f0f0f0;
}

.btn-1{
	text-align: center;
	display: block;
	margin:20px auto 0 auto;
}

.btn-1 a{
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	background-color: #0bb9d6;
	line-height: 55px;
	padding: 0 20px;
	border-radius: 3px;
}

.testimonials h2{
	font-family: 'Ibarra Real Nova', serif;
	font-size: 70px;
	font-weight: 900;
	max-width: 800px;
	margin:auto;
	text-align: center;
	color: #313131;
	font-weight: 900;
	line-height: 55px;
	margin:0 auto 50px auto;
}

@media(max-width: 800px){
	.testimonials{
		padding: 50px 0;
	}

	.testimonials h2{
		font-size: 30px;
		line-height: 30px;
	}
}

.testimonials .testimonials-wrap{
	max-width: 600px;
	margin:auto;
	text-align: center;
}

.testimonials .testimonials-wrap article h3{
	font-size: 30px;
	font-weight: 300;
	color: #313131;
	margin:0 0 10px 0;
}

@media(max-width: 800px){
	.testimonials{
		padding: 40px 0;
	}

	.testimonials .testimonials-wrap article h3{
		font-size: 20px;
	}
}

.testimonials .testimonials-wrap article p{
	font-weight: 300;
	font-style: italic;
	font-size: 16px;
	color: #777777;
}

.testimonials .testimonials-wrap article p i{
	font-size: 30px;
	margin:0 30px;
	color: #999999;
}

.testimonials .testimonials-wrap article .star{
	margin:20px 0 0 0;
	font-size: 12px;
	letter-spacing: 3px;
	color: #c0ad95;
}

/* page-banner */
.page-banner{
	padding: 150px 0 20px 0;
	background-color: #313131;
	background-image: none !important;
}

.page-banner h1{
	font-size: 30px;
	font-weight: 300;
	text-align: right;
	font-size: 14px;
	color: rgba(255,255,255,.8);
}



@media(max-width: 800px){
	.page-banner{
		padding: 20px 0 20px 0;
	}

	.page-banner h1{
		text-align: center;
	}
}

.page-banner h1 i{
	font-size: 10px;
	transform: translateY(-1px);
	margin:0 5px;
}

.page-banner h1 a{
	color: rgba(255,255,255,.5);
	text-decoration: none;
}

/* content */
.content{
	padding: 50px 0;
	background-color: #f9f9f9;
}

.menu-usuario-footer{
	display: none;
}

@media(max-width: 800px){
	.menu-usuario-footer{
		display: block;
		position: fixed;
		bottom: 10px;
		width: 100%;
		z-index: 99999;
	}

	.menu-usuario-footer ul{
		text-align: center;
	}

	.menu-usuario-footer li{
		display: inline-block;
		width: 45%;
		line-height: 55px;
		margin:0 1%;
	}

	.menu-usuario-footer li a{
		display: block;
		background-color:  #0bb9d6;
		text-decoration: none;
		color: #ffffff;
		border-radius: 5px;
	}
}

/* sub-footer */
.sub-footer{
	padding: 40px 0;
	background-color: #313131;
}

.sub-footer li{
	list-style: none;
}
.sub-footer .left{
	width: 75%;
	float: left;
}

.sub-footer .left .logo-footer{
	width: 20%;
	float: left;
}

@media(max-width: 800px){
	.sub-footer .left{
		width: 100%;
		float: none;
	}

	.sub-footer .left .logo-footer{
		width: 50%;
		float: none;
		margin:auto;
	}
}

.sub-footer .left .logo img{
	width: 100%;
}

.sub-footer .left .social{
	width: 60%;
	float: left;
	margin:0 0 0 5%;
	border-left: solid 1px rgba(255,255,255,.5);
	padding: 0 0 0 5%;
}

@media(max-width: 800px){
	.sub-footer .left .social{
		width: 100%;
		float: none;
		border:none;
		text-align: center;
	}
}

.sub-footer .left .social li{
	display: inline-block;
	line-height: 50px;
	width: 50px;
	font-size: 24px;
}

.sub-footer .left .social li a{
	display: block;
	text-decoration: none;
	color: #ffffff;
}

.info-contact-footer{
	margin:20px 0 0 0;
}

.info-contact-footer li{
	list-style: none;
}

.info-contact-footer li:nth-child(1){
	margin:0 0 10px 0;
	display: block;
}

.info-contact-footer a{
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
}

.nav-footer{
	margin:20px 0 0 0;
}

.nav-footer li{
	display: inline-block;
	position: relative;
}

.nav-footer li a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	margin:0 20px 0 0;
	font-size: 14px;
}

.nav-footer li:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 20px;
	background-color: rgba(255,255,255,.5);
	top:50%;
	transform: translateY(-50%);
	right: 8px;
}

.nav-footer li:last-child:after{
	display: none;
}

.sub-footer .right{
	width: 20%;
	float: right;
}

@media(max-width: 800px){
	.sub-footer .right{
		float: none;
		margin:20px 0 0 0;
		text-align: center;
		width: 100%;
	}
}

/* footer */
footer{
	padding: 0px 0 20px 0;
	background-color: #313131;
	z-index: 1;
	width: 100%;
	bottom: 0;
}

@media(max-width: 800px){
	footer{
		text-align: center;
		padding: 0 0 80px 0
	}
}

footer .copy{
	font-size: 14px;
	margin:40px 0 0 0;
	font-weight: 300;
	color: #999999;
}

footer .author{
	font-size: 14px;
	margin:10px 0 0px 0;
	color: #999999;
}

footer .author a{
	color: #f9f9f9;
	text-decoration: none;
	font-weight: 600;
	transition:all .4s ease;
}

footer .author a:hover{
	color: #ff8000;
}


/* woocommerce */
.content .products li a{
	text-decoration: none;
	text-align: left;
}
.showcase .products li,
.content .products li{
	width: 20% !important;
	float: left !important;
	padding: 10px 1% !important;
	margin:0 4% 4% 0 !important;
	background-color: #ffffff !important;
	transition: all .3s ease !important;
	list-style: none !important;
	position: relative !important;
}


@media(max-width: 800px){
	.showcase .products li,
	.content .products li{
		width: 98% !important;
		margin:0 auto 20px auto !important;
		min-height: 100px !important;
	}
}

.showcase .products li:hover,
.content .products li:hover{
	box-shadow: 0 10px 40px rgba(0,0,0,.2) !important;
}

.showcase .products li:nth-child(4n+0),
.content .products li:nth-child(4n+0){
	margin:0 0 4% 0 !important;
}

.showcase-canastas .products li{
	width: 28% !important;
	float: left !important;
	padding: 10px 1% !important;
	margin:0 4% 0% 0 !important;
	text-align: center !important;
	background-color: #ffffff !important;
	transition: all .3s ease !important;
	text-align: center !important;
}

@media(max-width: 800px){
	.showcase-canastas .products li{
		width: 100% !important;
		float: none !important;
		margin:0 0 20px 0 0;
	}
}

.showcase-canastas .products li:nth-child(3n +0){
	margin:0 0 0% 0 !important;
}

.showcase .products li img,
.content .products li img{
	width: 100%;
}


.showcase .products li  h2,
.content .products li  h2{
	color: #212121;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif !important;
	margin:5px 0 0 10px;
	text-align: left;
	font-weight: 300;
}

.showcase-canastas .products li  h2{
	color: #212121;
	text-align: center !important; 
	font-size: 22px;
	font-family: 'Montserrat', sans-serif !important;
	margin:5px 0 0 10px;
}



.showcase .products li .price,
.content .products li .price{
	font-size: 24px !important;
	font-weight: 600 !important;
	color: #313131 !important;
	margin:0 0 0 10px !important;
	display: block !important;
}

.showcase-canastas .products li .price{
	font-size: 24px !important;
	font-weight: 600 !important;
	text-align: center;
	color: #313131 !important;
	margin:0 0 0 10px !important;
}

.showcase .products li a.button,
.content .products li a.button{
	margin:10px 10px 0 0 !important;
    text-decoration: none !important;
    background-color: #20E7F4 !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    border-radius: 0 !important;
    line-height: 45px !important;
    padding: 0 10px !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    transition: all .3s ease !important;
}

@media(max-width: 800px){
	.showcase .products li a.button,
	.content .products li a.button{
		width: 50% !important;
		padding: 5px 0 !important;
		margin:10px 0 0 0 !important;
	}
}

.showcase .products li:hover a.button,
.content .products li:hover a.button{
	background-color: #313131 !important;
}

.showcase .products li a.button:hover,
.content .products li a.button:hover{
	background-color: #313131 !important;
	color: #ffffff !important;
}

.entry-summary .price span{
	font-size: 30px !important;
	color: #313131 !important;
	margin:0px 0 0px 0 !important;
	display: inline-block !important;
}

.showcase .product a.added_to_cart,
.content a.added_to_cart{
	position: absolute;
	top:20px;
	right:20px;
	text-align: center;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	padding: 0 0 0 0;
	font-size: 0;
	background-color: #20E7F4;
	color: #ffffff;
	background-image: url(img/check-cart.svg);
	background-position: center;
	background-size: 20px;
	background-repeat: no-repeat;

}

.showcase-canastas .product a.added_to_cart,
.showcase .product a.added_to_cart{
	position: absolute;
	top:20px;
	right:20px;
	text-align: center;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	padding: 0 0 0 0;
	font-size: 0;
	background-color: #20E7F4;
	color: #ffffff;
	background-image: url(img/check-cart.svg);
	background-position: center;
	background-size: 20px;
	background-repeat: no-repeat;
}

.woocommerce-cart-form__cart-item .product-thumbnail{
	width: 50px;
}

.woocommerce-cart-form__cart-item a{
	text-decoration: none;
	color: #212121;
}

.content input[type="text"],
.content input[type="number"],
.content input[type="tel"],
.content input[type="email"],
.content input[type="password"],
.content textarea{
	font-family: 'Open Sans', sans-serif;
	padding: 17px 1%;
	border:none;
	background-color: #f0f0f0;
	outline: none;
	width: 98%;
	margin:0 0 10px 0;
	resize: vertical;
}

.content input[type="submit"]{
	border:none;
	color: #ffffff;
	outline: none;
	background-color: #20E7F4 !important;
	padding: 15px 30px !important;
	cursor: pointer !important;
}

.summary .quantity input[type="number"]{
	width: 70px !important;
	margin:0 0px 0 0;
	text-align: center;
	font-size: 14px;
	float: left;
	-webkit-appearance: none;
}

@media(max-width: 800px){
	.summary .quantity input[type="number"]{
		width: 90% !important;
		margin:0 0 10px 0 !important;
		padding: 15px 5% !important;
	}
}



.checkout-button{
	background-color: #20E7F4 !important;
	padding: 15px 30px !important;
	cursor: pointer !important;
}

.shipping-calculator-button{
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	background-color: #20E7F4 !important;
	padding:5px 12px;
	margin:10px 0 0 0;
	display: inline-block;
}

.product_meta{
	color: #999999;
	font-size: 14px;
	margin:20px 0 0 0 !important;
}

.product_meta a{
	color: #20E7F4 !important;
	text-decoration: none;
	font-weight: 600;
}

.product_title{
	color: #20E7F4 !important;
	font-size: 20px;
}

.woocommerce-product-details__short-description{
	padding: 20px 0;
	font-weight: 300;
	font-size: 16px;
	color: #717171;
}

.coupon .button,
.button{
	background-color: #20E7F4 !important;
	color: #ffffff !important;
	outline: none;
	position: relative;
	display: inline-block;
	transform: translateY(1px);
	cursor: pointer !important;
	text-decoration: none !important;
	border:none !important;
	padding: 18px 20px !important;
}

@media(max-width: 800px){
	.coupon .button,
	.button,
	.showcase .coupon,
	.showcase .button{
		background-color: #20E7F4 !important;
		color: #ffffff !important;
		outline: none;
		position: relative;
		display: block;
		width: 100% !important;
		transform: translateY(1px);
		cursor: pointer !important;
		text-decoration: none !important;
		border:none !important;
		text-align: center !important;
		padding: 18px 0px !important;
	}
}

.woocommerce-privacy-policy-text{
	font-size: 14px;
	color: #515151;
	font-weight: 300;
	padding: 10px;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	float: left !important;
	width: 200px !important;
	padding:17px  0% !important;
	font-size: 14px;
	margin:0 0px 0 0 !important;
	-webkit-appearance: none;
}

@media(max-width: 800px){
	.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
		float: none !important;
		width: 100% !important;
		padding:20px  0 !important;
		font-size: 14px;
		padding: 20px 0 20px 10px !important;
		margin:0 0px 0 0 !important;
		-webkit-appearance: none;
	}
}

.showcoupon{
	color: #212121;
	text-decoration: none;
	font-weight: bold;
}

.woocommerce-privacy-policy-link{
	text-decoration: none;
	color: #212121;
	font-weight: bold;
}

/* single-product */
.woocommerce-product-gallery{
	float: left;
	width: 50%;
}

.woocommerce-product-gallery img{
	width: 100%;
}

.entry-summary{
	width: 48%;
	float: right;
}

@media(max-width: 800px){
	.woocommerce-product-gallery{
		width: 100% !important;
		float: none;
	}

	.entry-summary{
		width: 100%;
		float: none;
	}
}

.entry-summary .input-text{
	float: left;
	margin:0 10px 0 0;
	-webkit-appearance: none;
}

.entry-summary .woocommerce-Price-amount{
	font-weight: bold;
	margin:10px 0 20px 0 !important;
	display: block;
	font-size: 30px;
}

.product_meta{
	clear: both;
	margin:10px 0 0 0;
	font-size: 14px;
	font-weight: 300;
}

.related{
	padding:50px 0 0 0 !important;
	clear: both;
}

.related li{
	width: 22% !important;
	margin:1% !important;
	float: left !important;
	list-style: none !important;
}

@media(max-width: 800px){
	.related li{
		width: 100% !important;
		float: none !important;
		margin:0 0 20px 0 !important;
	}
}

.reviews_tab{
	display: none;
}

.description_tab{
	display: block;
	clear: both;
	width: 100%;
	max-width: 100%;
	padding: 20px 0;
}

.description_tab a{
	display: none;
}

.woocommerce-Tabs-panel h2{
	font-weight: 300;
	font-size: 20px;
	margin:0 0 10px 0;
}

.woocommerce-Tabs-panel p{
	font-weight: 300;
	color: #515151;
	line-height: 27px;
	text-align: justify;
}


.woocommerce-pagination{
	border:none;
}

.woocommerce-ordering select{
	padding: 12px;
	float: right;
	border:solid 1px rgba(0,0,0,.1);
	outline: none;
	cursor: pointer;
}


.onsale{
	background-color: #87e687  !important;
	color: #ffffff  !important;
	position: absolute  !important;
	right: 0  !important;
	top:0  !important;
	font-size: 14px !important;
	height: 14px !important;
	overflow: hidden !important;
	max-height: 14px !important;
	padding: 10px  !important;
	line-height: 14px !important;
}


.orderby{
	right: 0;
	top:0;
	outline: none;
	border:none !important;
	background-color: #ffffff;
	color: #20E7F4;
	padding: 0px;
	margin:-60px 0 0 0;
	cursor: pointer;
	font-size: 14px;
	border-bottom: solid 1px #20E7F4 !important;
	-webkit-appearance: none;
}

@media(max-width: 800px){
	.orderby{
		display: none;
	}
}

.page-title{
	display: none;
}

.woocommerce-result-count{
	margin:0 0 30px 0;
	font-weight: 300;
	color: #515151;
}

.woocommerce-LostPassword a{
	color: #20E7F4;
	text-decoration: none;
}

.product_gallery{
	width: 50%;
	float: left;
	border:none;
}

@media(max-width: 800px){
	.product_gallery{
		width: 100%;
		float: none;
	}
}

.a3dg-navbar-control{
	display: none !important;
}

.payment_method_flow_webpay img{
	width: 100px;
}

@media(max-width: 800px){
	.payment_method_flow_webpay{
		text-align: center;
	}
	.payment_method_flow_webpay img{
		width: 80%;
		display: block;
		margin:auto !important;
		text-align: center;
	}
}

/* finalizacion */

.col2-set{
	float: left !important;
	width: 48% !important;

}

@media(max-width: 800px){
	.col2-set{
		float: none !important;
		width: 100% !important;
	}
}

.col-1,
.col-2{
	width: 100% !important;
}

.woocommerce-checkout-review-order{
	float: right !important;
	width: 40% !important;
	padding: 20px 0 !important;
}

.woocommerce-form-coupon-toggle{
	width: 40% !important;
	float: right !important;
}

@media(max-width: 800px){
	.woocommerce-checkout-review-order{
		width: 100% !important;
		padding: 20px 0 !important;
		float: none !important;
	}

	.woocommerce-form-coupon-toggle{
		width: 100% !important;
		float: none !important;
	}
}

@media(max-width: 800px){
	.woocommerce-form-coupon-toggle{
		width: 100% !important;
		float: none !important;
	}
}

#order_review_heading{
	color: #444444;
	font-weight: 400;
	width: 40%;
	float: right;
}

@media(max-width: 800px){
	#order_review_heading{
		width: 100% !important;
		float: none !important;
	}
}

#order_review{
	float: right !important;
}

@media(max-width: 800px){
	#order_review{
		float: none !important;
	}
}

.woocommerce-cart-form{
	float: left !important;
	width: 68% !important;
}

@media(max-width: 800px){
	.woocommerce-cart-form{
		width: 100% !important;
		float: none !important;
	}
}

.cart_totals{
	width: 24% !important;
	float: right !important;
	background-color: #f0f0f0;
	padding: 2%;
}

.cross-sells{
	display:none;
}

.cart_totals h2{
	font-weight: 400 !important;
	color: #444444;
	margin:0 0 5px 0;
}@media(max-width: 800px){
	.cart_totals{
		width: 96% !important;
		float: none;
	}
}


.woocommerce-message a{
	text-decoration: none !important;
	color: #212121 !important;
}

/* pagination */
.content nav{
    clear:both;
    float:none;
    position:relative;
    background-color: transparent;
}

.content nav li{
    display:inline-block;
    min-width: 45px;
    text-align: center;
}


.content nav li a,
.content a{
	text-decoration: none;
	font-weight: 600;
}

.content nav li a:hover{
	color: #313131;
}

@media(max-width: 800px){
	.content nav{
		background-color: transparent;
	}

	.content nav li{
		display: inline-block;
		width:45px;
	}

	.content nav li a{
		text-align: center;
		display: block;
	}
}

.woocommerce-MyAccount-content{
	padding: 40px 0;
}

.woocommerce-MyAccount-navigation a:hover{
	color: #212121 !important;
	background-color: transparent;
}

.download-product a,
.woocommerce-table__product-name a{
	color: #237FD1 !important;
}

.woocommerce-MyAccount-navigation{
	padding: 10px;
}

.woocommerce-MyAccount-navigation a,
.woocommerce-MyAccount-navigation a:hover{
	color: #212121 !important;
}

.woocommerce-MyAccount-content a{
	color: #237FD1 !important; 
}

.woocommerce-MyAccount-content a.woocommerce-button,
.woocommerce-MyAccount-content td.download-file a,
.woocommerce-MyAccount-content p.order-again a{
	color: #ffffff !important;
}

.value select{
	padding: 14px 20px;
	border:solid 1px #f0f0f0;
	outline: none;
	border-radius: 3px !important;
	-webkit-appearance: none;
	width:200px !important;
	display: inline-block;
	margin:10px 0 !important;
}

.variations label{
	display: block !important;
	width: 100% !important;
	font-size: 12px;
	font-weight: 500;
	color: #414141;
	padding: 0 10px 0 0;
}

.reset_variations {
	color: #237FD1;
	text-decoration: none;
	font-size: 14px;
}

.woocommerce-variation-description{
	padding: 20px;
	font-weight: 300;
	font-size: 15px;
	line-height: 25px;
	color: #313131;
}

.woocommerce-tabs{
	clear: both;
	padding: 40px 0 0 0;
}

.woocommerce-tabs ul{
	display: none;
}

.icon-android{
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 150px;
	background-color: #ffffff;
	padding: 0 10px;
	border-radius: 5px;
}


