g@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

/*****************

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, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; /*vertical-align: baseline; font: inherit*/ }


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }
ol, ul { list-style: none; list-style-position: inside;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }


/* remember to define visible focus styles! 
:focus { outline: ?????; } */


/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

table	{ border-collapse: collapse; border-spacing: 0; }

/*********************************************
Estilos Generales para Escritorio
*********************************************/
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #333;
}
body {
	background: #f2f2f2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
section{
	margin-bottom:20px;}
article{
	overflow: hidden;
}
/*Textos*/
a {
	font-size: 1em;
	color: #0bb475;
	transition:0.3s;
	text-decoration: none;
}
a:hover {
	color: #eb2055;
	transition:0.3s;
}
h1,h2,h3,h4,h5,h6,p {
	font-style: normal;
	font-weight: normal;
	margin-top:0px;
	display:block;
	width: 100%;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 3em;
	line-height: 1.3em;
	margin-bottom:20px;
	color: #424040;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 2.5em;
	line-height: 1.3em;
	margin-bottom:20px;
	color: #424040;
	}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;	
	font-size: 2em;
	line-height: 1.3em;
	margin-bottom:20px;
	color: #424040;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1.3em;
	margin-bottom:10px;
}
h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 10px;
}
p,li{
	font-size:1em;
	line-height:1.5em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 20px;
}
li{
	margin-bottom:10px;
}
p{
	margin-bottom:20px;
}
.btn {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 11px;
	/* background: #0bb475; */
	background: #ffb700;
	display: block;
	float: left;
	padding: 10px 15px;
	width: auto;
	/* color: #FFF; */
	color: #000;
	text-decoration: none;
	transition: 0.3s;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 5px;
	border: 0;
}
.btn-plani {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 11px;
	/* background: #0bb475; */
	background: #ffb700;
	display: block;
	float: left;
	padding: 10px 15px;
	width: auto;
	/* color: #FFF; */
	color: #000;
	text-decoration: none;
	transition: 0.3s;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 5px;
	border: 0;
	padding: 10px
}

.btn:hover{
	background: #eb2055;
	transition: 0.3s; 
	color: #fff;
}
.btn-validar {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	background: #fbb50a;
	display: block;
	float: none !important;
	width: 40% !important;
	padding: 10px 15px;
	color: #000;
	text-decoration: none;
	transition: 0.3s;
	cursor: pointer;
	border-radius: 30px;
	border: 0;
	margin-right: 65%;
}
/** Estilo del botón validar para Desktop */
@media screen and (min-width: 801px) {
	.btn-validar {
		float: left !important;
		width: auto !important;
	}
}
.btn-validar:hover{
	background: #292b36;
	transition: 0.3s; 
	color: #fff;
}
.btn2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	background: #ff3c00;
	display: block;
	float: left;
	padding: 20px 25px;
	width: auto;
	color: #FFF;
	text-decoration: none;
	transition: 0.3s;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 30px;
	border: 0;
	}
.btn2:hover{
	background: #ff0000;
	transition: 0.3s; 
	color: #fff;
}

.btn-cargar {
	font-family: 'Open Sans', sans-serif !important;
	/* font-weight: 400 !important; */
	font-weight: bold !important;
	font-size: 13px !important;
	/* background: #0bb475 !important; */
	background: #ffb700 !important;
	display: block !important;
	padding: 10px 15px !important;
	width: 230px !important;
	color: #000 !important;
	text-decoration: none !important;
	transition: 0.3s !important;
	cursor: pointer !important;
	margin:20px auto !important;
	border-radius: 5px !important;
	border: 0 !important;
}

.btn-cargar:hover{
	background: #eb2055 !important;
	transition: 0.3s !important; 
	color: #fff !important;
}


.btn2b {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	background: #0bb475;
	display: block;
	float: left;
	padding: 20px 25px;
	width: auto;
	color: #FFF;
	text-decoration: none;
	transition: 0.3s;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 30px;
	border: 0;
	}
.btn2b:hover{
	background: #eb2055;
	transition: 0.3s; 
	color: #fff;
}

.btn3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	background: #008ce5;
	display: block;
	float: left;
	padding: 20px 25px;
	width: auto;
	color: #FFF;
	text-decoration: none;
	transition: 0.3s;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 30px;
	border: 0;
	}
.btn3:hover{
	background: #06639f;
	transition: 0.3s; 
	color: #fff;
}

.btn-vol {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
/*	background: #0bb475;*/
	display: block;
	float: left;
	padding: 10px 10px 10px 0 !important;
	width: auto;
	color: #424040;
	text-decoration: underline;
	transition: 0.3s;
	cursor: pointer;
	margin-right: 10px;
	border: 0;
	text-transform:none !important;
	}
.btn-vol:hover{
	transition: 0.3s; 
	color: #0bb475;
	text-decoration:none;
}

.col {
	display: block;
	overflow: hidden;
	margin: 0 1%;
}
.f-l {
	float: left;
}
.f-r {
	float: right;
}
.w-100{
	width: 100%;
}
.w-70{
	width: 70%;
}
.w-65{
	width: 65%;
}
.w-60{
	width: 60%;
}
.w-55{
	width: 55%;
}
.w-50{
	width: 50%;
}
.w-45{
	width: 45%;
}
.w-40{
	width: 40%;
}
.w-33{
	width: 33%;
}
.w-35{
	width: 35%;
}
.w-25{
	width: 25%;
}
.w-20{
	width: 20%;
}

.alt-60{ height:60px; float:left; width:100%;}
.alt-50{ height:50px; float:left; width:100%;}
.alt-40{ height:40px; float:left; width:100%;}
.alt-30{ height:30px; float:left; width:100%;}
.alt-20{ height:20px; float:left; width:100%;}
.alt-10{ height:10px; float:left; width:100%;}
.alt-5{ height:5px; float:left; width:100%;}


.p-1{
	padding: 1%;
}
.p-2{
	padding: 2%;
}
.p-50_0{
	padding: 40px 0;
}
.ta-c{
	text-align: center;
}
.b-b{
	background: #fff;
	/*border-top: 1px solid #d0d0d0;*/
}
.b-g{
	background: #dbdbdb;
}
.img-100{
	width: 100%;
	overflow: hidden;
}
.img-100 img{
	width: 100%;
	display: block;
}
.bnr img{
	opacity: 1;
	transition:0.3s;
}
.bnr:hover img{
	opacity: 0.7;
	transition:0.3s;
}

.txt-cita
{
	background:#ffe08c;
	padding:3%;
	margin-bottom:20px;
	width:100%;
	float:left;
}

/*header*/
header{
	min-width: 1170px;
	width: 100%;
	min-height: 77px;
	background: #292b36;
}
#cont-header{
	width:1170px;
	margin: auto;
}
header #logo{
	width: 15%;
	float: left;
	margin: 10px 0px;
}
header #logo img{
	width:100%;
}
header nav#menu-principal{
/*	width:80%;*/
	width:84%;
	float:right;
	text-align: right;
	margin-top: 15px;
}
/*slide*/
section#slide{
	margin-bottom: 0px;
	width:100%;
	min-width: 1170px;
	position: relative;
	height:auto;
/*	min-height:330px !important;*/
/*	background:#292b36 url(../imagenes/482.GIF) center no-repeat;*/
}

/*slide*/
section#slide2{
	margin-bottom: 0px;
	width:100%;
	min-width: 1170px;
	position: relative;
	min-height:330px !important;
	background:#292b36 url(../imagenes/482.GIF) center no-repeat;
}

/*layer tips*/
.conttip{
	width:60%;
	background:#fff;
	padding:10% 5%;
	margin:0 auto; 
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
}

.contt-bg1{ background:url(../imagenes/bg-tip1.jpg) bottom center no-repeat;}
.contt-bg2{ background:url(../imagenes/bg-tip2.jpg) bottom center no-repeat;}
.contt-bg3{ background:url(../imagenes/bg-tip3.jpg) bottom center no-repeat;}

.conttip p{
	font-size:20px;
	text-align:center;
	line-height:28px;
}

/*buscador*/
.cont-buscador{
	padding: 15px 0;
	margin: 0 auto !important;
}
#buscador{
  width: 700px;
  left: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
  border-radius: 5px;
  background: #fff;
  z-index: 999;
  margin-left: -350px;
  position: relative;
}
#buscador input[type="text"] {
	background: #FFF;
	border: none;
	color: #333;
	display: block;
	float: left !important;
	height: 50px;
	padding: 0 0 0 2%;
	transition-duration: 0.3s;
	width: 73%;
	font-size: 18px;
}
#buscador input[type="number"] {
	background: #FFF;
	border: none;
	color: #333;
	display: block;
	float: left !important;
	height: 50px;
	padding: 0 0 0 2%;
	transition-duration: 0.3s;
	width: 73%;
	font-size: 18px;
}
#buscador select {
	background: #FFF;
	border: none;
	color: #333;
	display: block;
	float: left !important;
	height: 60px;
	padding: 0 0 0 2%;
	transition-duration: 0.3s;
	width: 30%;
	font-size: 18px;
}
#buscador input[type="submit"] {
	color: #fff;
	background: #0bb475;
	text-align: center;
	float: right;
	display: block;
	font-size: 15px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	border: 0;
	padding: 15px 0;
	width: 25%;
	cursor: pointer;
	transition-duration: 0.3s;
}
#buscador input[type="submit"]:hover {
	background: #eb2055;
	transition-duration: 0.3s;
}
.cont-buscador2{
	padding: 15px 0;
	margin: 0 auto !important;
	text-align: center;
}
#buscador2{
  width: 98%;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
  border-radius: 5px;
  background: #fff;
  z-index: 999;
  position: relative;
  display: -webkit-flex;
  display: flex;
  margin-left: 8px;
  margin-right: 8px;
}
#buscador2 input[type="text"] {
	background: #FFF;
	border: none;
	color: #333;
	display: block;
	float: left !important;
	height: 50px;
	padding: 0 0 0 1%;
	transition-duration: 0.3s;
	width: 100%;
	font-size: 16px;
}
#buscador2 select {
	background: #FFF;
	border: none;
	color: #333;
	display: block;
	float: left !important;
	height: 50px;
	padding: 0 0 0 2%;
	transition-duration: 0.3s;
	width: 90%;
	font-size: 16px;
}
#buscador2 input[type="submit"] {
	color: #fff;
	background: #0bb475;
	text-align: center;
	float: right;
	display: block;
	font-size: 15px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	border: 0;
	width: 40%;
	cursor: pointer;
	transition-duration: 0.3s;
}
#buscador2 input[type="submit"]:hover {
	background: #eb2055;
	transition-duration: 0.3s;
}
.buscador-title{
	font-size: 1.8em;
}
.titulo-tarjeta-cont {
	position: relative;
	height: 3.6em;
}
.titulo-tarjeta-buscador {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  position: relative;
	height: 2.4em;
}
.ubicacion-tarjeta-buscador {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
	height: 1.5em;
}
.titulo-tarjeta-mobile {
	font-size: 12px;
	margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  position: relative;
	height: 2.6em;
}
.descripcion-tarjeta-mobile {
	text-align: left;
	font-size: 10px;
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1 !important;
	-webkit-box-orient: vertical;
	position: relative;
	height: 1.8em;
}
/*cont-eventos*/
.cont-eventos a{
	background: #fff;
	overflow: hidden;
	border-radius: 3px;

}
.cont-eventos a:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}
.cont-eventos a figure{
	width: 100%;
}
.cont-eventos a figure img{
	width: 100%;
	display: block;
}
.cont-eventos a figcaption{
	padding: 5%;
}
.cont-eventos a figcaption h3{
	font-size: 20px;
	line-height: 24px;
	color: #424040;
	min-height: 48px;
	margin-bottom: 10px;
}
.cont-eventos a figcaption span{
	display: block;
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	/*color: #22abbe;*/
	color: #424040;	
	font-weight: 600;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.cont-eventos a figcaption span.price{
	color: #424040;	
}
.cont-eventos a figcaption span i{
	color: #ffb700;
}
.cont-eventos a figcaption p{
	margin-bottom: 0;
	color: #424040;	
}
.cont-eventos a figcaption p i{
	color: #ffb700;
}
.eventos-4 a{
	width: 22.7%;
	margin: 1%;
	display: inline-table;
}
.eventos-1 a{
	width: 90%;
	margin: 10px 5%;
	display: inline-table;
}
.eventos-1 a figcaption{
	padding: 2%;
	float: right;
	width: 76%;
}
.eventos-1 a figure{
	width: 20%;
	float: left;
}
.p-evento
{
	float: left;
	margin-bottom: 0px !important;
}

/*ver-todos*/
a.ver-todos{
	width: 100% !important;
	text-align: center !important;
	background: none;
	margin: 10px 0 !important;
	padding: 0;
	background: none !important;
}
a.ver-todos:hover{
	box-shadow:none !important;
}
a.ver-todos span{
	width: auto;
	color: #989898;
	border: 0 !important;
	margin: 0;
	padding: 10px 0;
	display: block;
	text-decoration: underline;
	font-style: italic;
}
a.ver-todos:hover span{
	background: #eb2055;
	text-decoration: none;
	color: #fff;
	transition-duration: 0.3s;
}
/*cont-categorias*/
.cont-categorias{
/*  padding: 5px 0;*/
  overflow: hidden;
  margin: 0;
}
.cont-categorias a{
	position: relative;
	width: 12.5%;
	margin: 0;
	float: left;
	background: #292b36;
}
.cont-categorias a:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
}
.cont-categorias a:hover figure img{
	opacity: 0.5;
	transition-duration: 0.3s;
}
.cont-categorias a figure{
	
}
.cont-categorias a figure img{
	display: block;
	width: 100%;
	opacity: 1;
	transition-duration: 0.3s;
}
.cont-categorias a figcaption{
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 50%;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-top: -12px;
	font-family:  'Open Sans', sans-serif;
}

/* wrap */
.wrap{
	min-width:1170px;
	width:100%;
	margin-top: 0px;
	overflow: hidden;
}
.contenedor{
	width:1170px;
	overflow: hidden;
	margin: 10px auto 10px auto;
}
/* footer*/
footer{
	min-width:1170px;
	width:100%;
	overflow: hidden;
	background: #292b36;
	padding: 20px 0;
}
#menu-footer{
	width: 60%;
	float: left;
}
#menu-footer div{
	width: 30%;
	float: left;
}
#menu-footer div h3{
	font-size: 20px;
	margin-bottom: 40px;
	color: #fff;
}
#menu-footer div a{
	font-size: 12px;
	margin-bottom: 20px;
	color: #fff;
	display: flex;
}
#menu-footer div a img {
	margin-right: 5px;
	padding-right: 9px;
	border-right: 1px solid #52566b;
}
#menu-footer div span {
	display: block;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	float: left;	
}
#menu-footer div a.idioma{
  width: auto;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
}
#menu-footer div a.idioma:last-child{
  border-left: 1px solid #52566b;
  padding-left: 10px;
}
#menu-footer div a:hover{
	color: #ffb700;
}
#cont-der-foot{
	width: 35%;
	float: right;
	/* background: url(../imagenes/bg-iso.png) no-repeat right top; */
	height: 220px;
}
#logo-footer{
	width: 50%;
	float: right;
	margin-left: 50%;
	margin-top: 40px;
	margin-bottom: 10px;
}
#logo-footer img{
	width: 100%;
}
#cont-der-foot span{
color: #fff;
margin-bottom: 5px;
display: block;
text-align: right;
width: 100%;
margin-top: 10px;
line-height: 15px;}
#cont-der-foot span i{
	color: #ffb700;
}
.redes{
	width: 50%;
	float: right;
	margin-top: 20px;
	text-align: right;
}
.redes a{
	color: #fff;
	padding: 11px 10px;
	border-radius: 30px;
	margin-left: 10px;
}
.redes a:hover{
	background: #ffb700;
	color: #292b36;	
}
.redes a.facebook{
	background: #3b5998;
	color: #fff;	
}
.redes a.twitter{
	background: #4099FF;
	color: #fff;	
}
.redes a.tiktok{
	background: #000;
	color: #fff;
    height: 37px;
}
.redes a.instagram{
	background: #e33a66;
	color: #fff;
}
.redes a.whatsapp{
	background: #00e676;
	color: #fff;
}
.redes a.whatsapp i{
	font-size: 14px;
}
.redes a.facebook:hover, .redes a.twitter:hover, .redes a.instagram:hover, .redes a.whatsapp:hover{
	background: #43475d;
}
.share-footer{
	width: 70%;
	float: right;
	margin-top: 15px;
}
footer p{
	width: 94%;
	padding: 15px 3%;
	color: #52566b;
	border-bottom: 1px solid #52566b;
	border-top: 1px solid #52566b;
	float: left;
	margin: 20px 0 30px 0;
}
footer span{
	color: #fff;
	float: left;
	font-size: 12px;
}
footer span a{
	color: #6471b8;
}
footer span a:hover{
	color: #ffb700;	
}
.firma{
	float: right;
}
.cont-head-ficha{
	border-top: #c5c5c5 1px solid;
	border-bottom: #c5c5c5 1px solid;
	margin-top: 20px;
	margin-bottom: 20px;
}
.cont-head-ficha div{
	float: left;
}
.cont-head-ficha div p{
	margin-bottom: 0;
	font-size: 14px;
}
.cont-head-ficha div h1{
	margin-bottom: 5px;
}
.cont-head-ficha div p i{
	color: #ccc;
}
.cont-head-ficha div li{
	color: #ffb700 ;
	font-weight: bold;
	font-size: 15px;
	list-style: none;
}
.cont-head-ficha div li i{
	color: #a4d2d8;
}
.cont-head-ficha div:first-child{
	width: 66%;
	padding: 2%;	
	border-right: #c5c5c5 1px solid;
}
.cont-head-ficha div:last-child{
	width: 27% !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding: 2%;	
}
.cont-head-ficha div.donde a{
	color: #333;
	text-align: left;
	float: none !important;
}
.cont-head-ficha div.donde a:hover p{
	color: #ffb700;
}
.cont-head-ficha div.donde a i{
	color: #ffb700;
	font-size: 60px;
	display: inline-block;
}
.cont-head-ficha div.donde a i:before{
	margin: 0 !important;
	padding: 0 !important;
	margin-left: -10px !important;
	float: none !important;
}

.cont-head-ficha div.donde a p{
	color: #333;
	width: 75% !important;
	display: inline-block;	
}
.cont-desc{
	width: 66%;
	padding: 2%;	
	background: #fff;
	float: left;
}
table{
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	float:left;
}
table tr{
}
table tr th{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	padding: 15px 20px;
	text-align: left;
	border-bottom: 1px solid #CCC;
	background: #f7fbfd;
}
table tr td{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	padding: 15px 20px;
	text-align: left;
/*	border-bottom: 1px solid #CCC;*/
}
.tabla-carro tr td{
	padding: 2px 20px !important;
}
table tr.sin-borde td{
	border-bottom: none
}
table tr.sin-margen td{
	padding: 0px 20px 15px 20px;
}
table.tabla2 tr td{
	border-bottom: none;
	padding: 5px;
}
table tr td span{
	color: #a3a3a3;
	font-weight: 300;
	font-size: 11px;
	font-style: italic;
	padding: 0;
	margin: 0;
	border: 0;
}
table.tabla2 tr td span{
	font-style: normal;
}
.cont-desc article{
	width: 50%;
	float: left;
}
.cont-desc figure{
	width: 45%;
	float: right;
}
.cont-desc figure img{
	width: 100%;
	display: block;
}
.cont-det{
	width: 28%;
	float: right;
}
.cont-det section#slide{
	width: 100%;
	min-width: 100%;
}
.cont-det article{
	width: 90%;
	padding: 5%;
	background: #fff;
	margin-bottom: 2px;
}
.compartir-evento{
	//margin-bottom: 10px;
	//padding-bottom: 10px;
	//border-bottom: 1px solid #ccc;
	//overflow: hidden;
}
.compartir-evento p{
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
.agregar-evento a.btn, .organiza a.btn{
	background: #999999;
	border-bottom: 3px solid rgba(0,0,0,0.3);
	border-radius: 5px;
	margin-bottom: 10px;
}
.agregar-evento a.btn:hover, .organiza a.btn:hover{
	background: #0bb475;
}
.organiza h6, .asistiran h6{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.asistiran p{
	margin-bottom: 0px;
	font-size: 11px;
}
.asistiran div{
	overflow: hidden;
}
.asistiran div img{
	float: left;
	margin: 1%;
	width: 23%;
}
.bnr-google{
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.bnr-google-200-200{	
	text-align: center;
}
.bnr-google-200-200 div{
	width: 200px;
	height: 200px;
	margin: 20px 15px;
	display: inline-table;	
}
.cont-login{
	padding: 50px 0;
}
.cont-login figure{
	margin: 1%;
	float: left;
	width: 40%;	
}
.cont-login figure img{
	width: 100%;
}
/*
.cont-login article{
	margin: 1%;
	float: right;
	width: 48%;
}
*/
.cont-login article{
	margin: 1%;
	float: left;
	width: 48%;
}
form.contacto div {
	margin: 1%;
	overflow: hidden;
	width: 98%;
	float: left;
}
form.contacto div.div-75 {
	margin: 1%;
	overflow: hidden;
	width: 73%;
}
form.contacto div.div-66 {
	margin: 1%;
	overflow: hidden;
	width: 64%;
}
form.contacto div.div-50 {
	margin: 1%;
	overflow: hidden;
	width: 48%;
}
form.contacto div.div-33 {
	margin: 1%;
	overflow: hidden;
	width: 31%;
}
form.contacto div.div-25 {
	margin: 1%;
	overflow: hidden;
	position:relative;
	width: 23%;
}
form.contacto div.div-20 {
	margin: 1%;
	overflow: hidden;
	position:relative;
	width: 18%;
}
.cont-categorias span{
	float:left;
	width:18%;
	margin-right:2%;
	line-height:22px
}
form.contacto div.div-25 img{
	position:absolute;
	right:0;
	top:32px;	
}
form.contacto div label{
	display: block;
	float: left;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
	text-align: left;
	width: 100%;
	margin-bottom:5px;
}
form.contacto input[type="text"] {
	background: #FFF;
	border: 1px solid #d1d1d1;
	color: #333;
	-webkit-border-radius: 3px;
	border-radius: 0px;
	display: block;
	float: left !important;
	height: 40px;
	padding: 0 0 0 2%;
	transition-duration: 0.3s;
	width: 97%;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
}
form.contacto input[type="email"] {
	background: #FFF;
	border: 1px solid #d1d1d1;
	color: #333;
	-webkit-border-radius: 3px;
	border-radius: 0px;
	display: block;
	float: left !important;
	height: 40px;
	padding: 0 0 0 2%;
	transition-duration: 0.3s;
	width: 97%;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
}
form.contacto input[type="tel"] {
	background: #FFF;
	border: 1px solid #d1d1d1;
	color: #333;
	-webkit-border-radius: 3px;
	border-radius: 0px;
	display: block;
	float: left !important;
	height: 40px;
	padding: 0 0 0 2%;
	transition-duration: 0.3s;
	width: 97%;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
}
form.contacto input[type="password"] {
	background: #FFF;
	border: 1px solid #d1d1d1;
	color: #333;
	-webkit-border-radius: 3px;
	border-radius: 0px;
	display: block;
	float: left !important;
	height: 40px;
	padding: 0 0 0 2%;
	margin-top: 5px;
	margin-bottom: 0px;
	transition-duration: 0.3s;
	width: 95%;
	border-radius: 5px;
}
form.contacto textarea {
	background: #FFF;
	border: 1px solid #d1d1d1;
	color: #333;
	-webkit-border-radius: 3px;
	border-radius: 0px;
	display: block;
	font-size: 12px;
	float: left !important;
	height: 100px;
	padding: 10px 0px 0 12px;
	margin-top: 5px;
	margin-bottom: 10px;
	transition-duration: 0.3s;
	width: 94%;
	border-radius: 5px;
}
form.contacto select {
	height: 40px;
	width: 100%;
	background: #FFF;
	border: 1px solid #d1d1d1;
	color: #333;
	padding: 10px;
	margin-right: 20px;
	border-radius: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
form.contacto input[type="file"] {
	height: 30px;
	color: #333;
	padding: 10px;
	margin-right: 20px;
	border-radius: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}
form.contacto h3{
display: block;
width: 100%;
float: left;
margin-top: 20px;
}
select {
	height: 40px;
	width: auto;
	background: #FFF;
	border: 1px solid #d1d1d1;
	color: #333;
	padding: 10px;
	border-radius: 0px;
}
.action-user{
	overflow: hidden;
	text-align: left;
}
.action-user a{
	display: inline-table;
	width: 15%;
	padding: 1%;
	margin: 1%;
	border-radius: 5px;
	text-align: center;
	background: #0bb475;
	color: #FFF;
	position:relative;
}
.action-user a:hover{
	color: #FFF;
	background: #eb2055;
}
.action-user a i{
	float: left;
	font-size: 40px;
	display: block;
	width: 100%;
	margin-bottom: 10px;	
}
table.tabla{
	background: #FFF;
	border-radius: 10px;
	width: 100%;
	overflow: hidden;
}
table.tabla tr{
	background: #f1f1f1;
}
table.tabla tr th{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	padding: 15px 10px;
	text-align: left;
	border-left: 1px solid #ccc;
	border-bottom: 3px solid #CCC;
}
table.tabla tr th:first-child{
	border-left: none;
}

table.tabla tr td{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 20px;
	padding: 15px 10px;
	text-align: left;
/*	border-bottom: 1px solid #CCC;*/
}
table.tabla tr.bg-gris-prepicado{
	background: #fff;
	padding-bottom:10px;
	border-top:7px dotted #fff;
	border-bottom:7px dotted #fff;
}
table.tabla tr.bg-gris-prepicado2{
	background: #fff;
	padding-bottom:10px;
	border-bottom:5px dotted #ccc;
}
table.tabla tr.bg-gris{
	background: #fafbfc;
}
table.tabla tr.bg-gris2{
	background: #f1f1f1;
}
table.tabla tr td a.normal{
	display: block;
	overflow: hidden;
	color: #333;
}
table.tabla tr td a.normal:hover{
	color: #22abbe;
}
table.tabla tr td em {
color: #22abbe;
font-size: 12px;
display: block;
}
.cont-ayuda h3{
	font-size: 15px;
	text-align: center;
	margin-bottom: 40px;
}
.cont-ayuda h3 i{
	font-size: 60px;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.cont-ayuda h3 i:before{
	background: #0bb475;
	color: #fff;
	padding: 30px;
	border-radius: 200px;
}
.login-facebook{
	background: #3b5998;
	border-bottom: 3px solid #20396e;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 15px;
	width: 44%;
	margin: 1%;
	padding: 3% 2%;
	display: block;
	float: left;
}
.login-facebook:hover{
	color: #fff;
	background: #20396e;
}
.login-facebook i, .login-google i, .login-twitter i{
	margin-right: 10px;
}
.login-twitter{
	background: #00ACEE;
	border-bottom: 3px solid #0075a2;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 15px;
	width: 44%;
	margin: 1%;
	padding: 3% 2%;
	display: block;
	float: left;
}
.login-twitter:hover{
	color: #fff;
	background: #0075a2;
}
.login-google{
	background: #d73d32;
	border-bottom: 3px solid #a3271e;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 15px;
	width: 44%;
	margin: 1%;
	padding: 3% 2%;
	display: block;
	float: left;
}
.login-google:hover{
	color: #fff;
	background: #a3271e;
}
.ticket{
	background: #fff;
	margin-top: 10px;
	margin-bottom: 60px;
	border: 1px solid #CCC;
}
.ticket tr{}
.ticket td{}
.ticket-qr img{
	width: 200px;
}
.ticket-logo img{
	width: 200px;
}
.ticket-info{
	border-left: 1px solid #CCC;
}
.ticket-qr{
	text-align: center;
}
.acciones-ticket{
	width: 100%;
	display: block;
	margin-top: 30px;
	margin-bottom: 0px;
	overflow: hidden;
}
.acciones-ticket a.btn{
	background: #9279ac;
	border-bottom: 3px solid rgba(0,0,0,0.3);
	border-radius: 5px;
	margin-bottom: 10px;
}
.acciones-ticket a.btn:hover{
	background: #0bb475;
}
.cont-img-txt{
	padding: 50px 0;
}
.cont-img-txt article{
	margin: 1%;
	float: left;
	width: 58%;
}
.cont-img-txt figure{
	margin: 1%;
	float: left;
	width: 38%;
}
.datos-contacto{
	margin-top: 20px;
}
.datos-contacto span{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.datos-contacto span i{
	color: #ffb700;
	font-size: 15px;
	margin-right: 15px;
}
h2.exito{
	background: yellowgreen;
	color: #fff;
	border-radius: 5px;
	padding: 2%;
	width: 96%;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
}
input[type="radio"] {
	float: left;
	margin-right: 15px;
}
input[type="checkbox"] {
	float: left;
	margin-right: 15px;
}
textarea{
	font-family: Helvetica, Arial, sans-serif !important;
}
.vigente{
	color: #fff;
	background: #f1d90d;
	padding: 5px 10px;
	border-radius: 30px;
	text-align: center;	
}
.validada{
	color: #fff;
	background: #4fe8bf;
	padding: 5px 10px;
	border-radius: 30px;
	text-align: center;
}
.expirada{
	color: #fff;
	background: #e5186f;
	padding: 5px 10px;
	border-radius: 30px;
	text-align: center;
}
.intro-crear{
	background: url(../imagenes/bg-crear-evento.jpg) no-repeat center top;
	height: auto;
	background-size: 100%;
	padding-bottom:5%;
/*	width:100%;*/
}
.intro-crear h1{
	color: #fff;
	font-size: 40px;
	text-align: center;
	padding: 70px 5% 30px 5%;
	display: block;
	width: 90%;
}

.intro-crear h4{
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding: 70px 5% 30px 5%;
	display: block;
	width: 90%;
}
.intro-crear form{
	text-align: center;
	color: #fff;
}
.intro-crear form input[type="checkbox"]{
	display: inline-block;
	margin-right: 15px;
	float: none;
}
.intro-crear form p{
	float: none;
	display: inline-block;
	width: auto;
	margin-bottom: 50px;
}
.intro-crear form p a{
	color: #fff;
	text-decoration: underline;
}
.intro-crear form p a:hover{
	color: #fff;
	text-decoration: none;
}
.intro-crear form .btn{
	width: 40%;
	padding: 25px;
	float: none;
	margin: auto;
	margin-bottom: 30px;
	font-size: 20px;
}
.cont-explicacion{
	margin: 0;
	padding: 0;
	margin-bottom: 30px!important;
	width: 100% !important;
}
.cont-explicacion figure{
	width: 16%;
	float: left;
	border-radius: 400px;
	overflow: hidden;
	border: 10px solid #fff;
}
.cont-explicacion figure img{
	width: 100%;
	display: block;
}
.cont-explicacion figcaption{
	width: 80%;
	float: right;
	margin-top: 4%;
}
.cont-explicacion figcaption h4{
	font-size: 17px;
	line-height: 28px;
}
.diagrama{
	text-align: center;
}
.diagrama div{
	width: 21%;
	margin: 1%;
	display: inline-block;
	vertical-align: top;
}
.diagrama i{
	color: #0bb475;
	font-size: 30px;
	display: inline-block;
	vertical-align: top;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 125px;
}
/*.diagrama div span{
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 10px;
	color: #fff;
	background: #0bb475;
	padding: 5%;
	border-radius: 100px;
	width: 90%;
	text-align: center;
}*/
.diagrama div span{
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 1.3em;
	margin-bottom: 10px;
	color: #000;
	font-weight:bold;
	background: none;
	border: 3px solid #fff;
	padding: 95px 5%;
	border-radius: 420px;
	width: 80%;
	text-align: center;
	transition-duration: 0.3s;
}
.diagrama div span:hover{
	transition-duration: 0.3s;
	-webkit-box-shadow: 0 0 10px 10px #D9D9D9;
	box-shadow: 0 0 10px 10px #D9D9D9;
	position:relative;
}

.diagrama div p{
	font-size: 16px;
	padding: 0 10%;
	width: 70%;
	line-height:24px;
	text-align: center;
}

.box-descarga
{
	float:left;
	width:21%;
	margin:1%;
	text-align:center;
	border:1px solid #ccc;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	transition-duration: 0.3s;
	background:#fff;
	padding:0.5%;
}

.box-descarga:hover
{
	border:1px solid #3c3c3c;
	transition-duration: 0.3s;
}

.box-descarga span
{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#3c3c3c;
	display:block;
	margin:15px 0 5px 0;
	font-weight:bold;
}

.box-descarga a
{
	text-align:center !important;
	float:none;
	display:block;
	font-size:16px;
	margin:15px 0;
}


#responsive {
	background: #fff;
}
#responsive header{
	min-width: 100%;
	width: 100%;
	position: relative;
	min-height: 45px;
}
#responsive header img{
	position: relative;
	width: 120px;
	margin-left: -60px;
	margin-top: 10px;
	margin-bottom: 10px;
	left: 50%;
}
#responsive footer{
	min-width: 100%;
	width: 100%;
	position: relative;
}
#responsive footer p{
	text-align: center;
	font-size: 10px;
	margin: 0;
}
#responsive .wrap{
	min-width: 95%;
	width: 95%;
	margin: 5% auto;
	text-align:center;
}

#responsive .wrap form.contacto div label
{
	text-align:center;
	margin-bottom:20px;
}

.eticket h1{
	margin-bottom: 5px;
	font-size: 25px;
}
.eticket span{
	color: #22abbe;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	display: block;
}
.eticket .qr{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.eticket .qr img{
	width: 180px;
	/*display: block;*/
}
.eticket h6{
	line-height: 12px;
	color: #ccc;
	font-size: 12px;
}
.eticket h2{
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
}
.eticket .btn{
	width: 100%;
	margin: 10px 0;
	padding: 20px 0;
	text-align: center;
	font-size: 20px;
}

#codigo
{
	width:99%;
	text-align:center;
	padding: 0;
	height:40px;
	font-size:50px;
	background: #FFF;
	border: 1px solid #CCC;
	color: #333;
	display: block;
	float: left !important;
	transition-duration: 0.3s;
	box-shadow: 0;
	border-radius: 0;
}


#cont-form-info{float:left; margin-bottom:0 !important; display: none; transition:0.3s; opacity: 0;padding: 0;width: 100%;}
.mas-info-open{display: block !important; transition:0.3s; opacity: 1 !important;}
.estado-ticket{
	text-align: center
}
.estado-ticket i{
	display: block;
	font-size: 140px;
	text-align: center;
}
.ticket-vigente{
	color: #f1d90d	
}
.ticket-validado{
	color: #4fe8bf; 
}
.ticket-expirado{
	color: #e5186f;
}
#responsive .btn{
   -webkit-appearance: none;
}
#responsive input[type="text"]{
	font-size: 30px;
	text-align: center;
	padding: 10px 0;
}

/* Imagen responsive */

.img-resp{}
.img-resp img{ width:100%; height:auto;}

.mm2{ margin:0 0 2% 0;}

/* Video responsive */

.video-responsive {
    position: relative;
    margin-bottom: 20px;
    padding-top: 56.25%;
}
.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.solo-responsive{ display:none;}

/* BOTONERA */

nav.menu{
	width: 100%;
	margin: auto;
	overflow: hidden;
	
	max-width: 100%;
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
}
nav.menu a{
	width: 33.3%;
	float: left;
	display: block;
	padding: 15px 0;
	text-align: center;
	background: #545664;
	color: #fff;
}
nav.menu a i{
	margin-right: 10px;
}
nav.menu a span{
	font-size: 18px;
	font-family:"Open Sans",sans-serif;
}
nav.menu a:hover{
	background: #1e8760;
}
.menu_active{
	background: #0bb475 !important;
	color: #fff !important;
}


nav.menu{
	max-width: 100%;
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
}
nav.menu a{
/*	background: rgba(0,0,0,0.8);*/
}
nav.menu a span{
/*	display: none;*/
}
nav.menu a i{
	margin: 0;
}
#timesheet-rows, #timesheetrow-0{
	margin: 0;
}
.btn-c{	
}
#map_canvas iframe{
    pointer-events: none;
    width: 100%;
	height: 400px;
}
.nivo-lightbox-item > html > body 
{
	overflow: hidden;
}
.td-modify
{
/*	  padding-top: 25px !important;*/
	  padding-left: 20px !important;
}

.boton-comprar{margin-right:43px;}

.btnbuy
{
  float: right !important;
  margin: 0 !important;
  width: 100% !important;
  border-radius: 0px !important;
}
.disabled {
	background-color: grey;
}
.head-organizador{	
  margin-top: 30px;
  margin-bottom: 30px;}
.head-organizador figure{	
  float: left;
  width: 20%;
}
.head-organizador figure img{
	width: 100%;
}
.head-organizador article{	
  width: 75%;
  float: right;
}
.head-organizador article ul{	
  width: 60%;
  float: left;
}
.head-organizador article ul li{	
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.head-organizador article ul li i{	
	color: #ffb700
}
.head-organizador article ul li p{
	margin-bottom: 0;	
}
.head-organizador article ul li h5{
	margin-bottom: 0;	
}
.cont-promotor{
  float: left;
  width: 100%;
  margin-bottom: 20px;	
}
.cont-promotor figure{
  width: 10%;
  float: left;
  border-radius: 110px;
  overflow: hidden;
}
.cont-promotor article{
  width: 86%;
  float: right;
}
.cont-promotor article form{
	
}
.cont-promotor form.contacto input[type="text"]{
  width: 21.9%;
  margin-right: 2%;
}
.buscador-lista{
  width: 100%;
  /*overflow: hidden;*/
  float: none;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.buscador-lista input[type="text"]{
  background: #FFF;
  border: none;
  color: #333;
  display: block;
  height: 40px;
  padding: 0 0 0 2%;
  transition-duration: 0.3s;
  width: 96% !important;
  font-size: 16px;
  float: none !important;
}

.no-padding
{
	padding: 0px !important; 
	padding-top: 2%;
}

.tdbtna
{
	width: 100%;
	float: left;
	border-bottom: 0px !important;
}

.btna1
{
	float: left;
}

.btna2
{
	float: left;
}
.webpay{
  display: block;
  float: right;
  padding: 10px;
  margin-top: 55px;
  margin-right: -120px;	
}
.logo-mercadopago{
  display: block;
  float: right;
  padding: 10px;
  margin-top: 20px;
  margin-right: -10px;	
}
.logo-pagoexpress{
	display: block;
	float: left;
	padding: 1px;
	margin-top: 55px;
	padding-left: 85px;
	width: 120%;
}
.que-es img{
	float: right;width: 560px;margin-left: 150px; margin-bottom:20px;
}
.que-es p{
	width: 50%; text-align:justify;
}
.share-meyer a{
  display: inline-block;
  padding: 10px 10px;
  color: #fff;
  border-radius: 0px;
  font-size: 20px;
  margin-left: 5px;
}
.share-meyer a:hover{
	border-radius: 20px;
}
.share-meyer a span{
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}
a.fb{
	background: #4460ae;
}
a.tt{
	background: #058cb9;
}
a.gp{
	background: #dc3329;
}
a.wh{
	background: #71c03e;
	display: none;
}
a.wz{ display:none;}

.cambiar{
  width: auto;
  float: right;
  color: rgba(255,255,255,0.5);
  font-weight: bold;
  margin-top: -10px;
}
.cambiar i{
	color: rgba(255,255,255,0.3);
	margin-left: -1px;  
}
.cambiar:hover{
  color: rgba(255,255,255,1);
}
.cambiar:hover i{
  color: rgba(255,255,255,1);
}
.aparecer-768{
	display: none;
}
.tab-resp{
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
	border-top: 1px solid #ccc;
}
.head-tab-resp{
	padding: 15px 6px;
}
.head-tab-resp h4{
	color:#0bb475;
	font-weight:700;
	font-size: 1.5rem;
    font-style: italic;
}
.foot-tab-resp{
    width: 100%;
    float: right;
}
.foot-tab-resp p{
    font-size: 14px;
    padding: 10px 20px;
    float: right;
    width: 75%;
    margin-bottom: 0;
    font-weight: 600;
    text-align: left;
}
.col1-tab-resp{
	border-right: 1px solid #ccc;
    width: 15%;
    padding: 1.5%;
	padding-top:15px;
}
.col2-tab-resp{
	width: 50%;
    padding: 1.5% 1.5% 1% 5%;
	padding-top:15px;
}
.col1-tab-resp p{
	font-size:12px;
	margin-bottom: 9px;
}
.col2-tab-resp p{
	font-size:12px;
	margin-bottom: 9px;
}
.gotodesk{
	width:100%;
	float:left;
	background-image:url(../imagenes/img-bg-gotodesk.jpg);
	background-size:100%;
	background-position:center;
	min-height:400px;
}
.gotodesk article{
    width: 80%;
    padding: 10%;
    text-align: center;
}
.gotodesk article h4{
	font-size:2.5rem;
	color:#292b36;
}
.gotodesk article p{
	font-size: 1rem;
	padding: 20px 0;
}
.graphic-gotodesk{
	width:80%;
	margin:0 auto;
	overflow:hidden;
}
.cel-gotodesk{
	width:40%;
	float:left;
}
.cel-gotodesk i{
	font-size:60px;
	color:#fff;
}
.arrow-gotodesk{
	width:20%;
	float:left;
}
.arrow-gotodesk i{
	font-size:30px;
	color:#fff;
	margin-top: 15px;
    display: block;
}
.desk-gotodesk{
	width:40%;
	float:left;
}
.desk-gotodesk i{
	font-size:60px;
	color:#fff;
}

.head-seguripago{
	width: 50%;
    margin: 0 auto;
    overflow: hidden;
    border: 1px dotted #ccc;
    padding: 1%;
    text-align: center;
    border-radius: 20px;
	background-color: #fff;
}
.head-seguripago #logo-s{
	width: 100%;
    float: left;
    padding: 10px;
}
.head-seguripago p strong{
	font-size: 15px;
}
.body-seguripago{
	width: 50%;
    margin: 0 auto;
    overflow: hidden;
}
.body-seguripago h4{
	text-align: center;
    padding: 10px 0px;
    display: table;
}
.espacio-10{
	height:10px;
	width:100%;
}
.p-2{
	padding:2%;
}
.horizontal-line{
	width:100%;
	height:1px;
	border-bottom:1px dotted #ccc;
	float:left;
	margin:5px 0;
}

/**/
.box-planimetria{
	float:left;
	width:700px;
}
.box-planimetria img{
	float:left;
	margin:0 35px;
	z-index:0;
}

/**/

.seleccione-funcion{
	float:left;
	width:100%;
}

.seleccione-funcion label{
	color:#3c3c3c;
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	margin:10px 20px 0 0;
}
.seleccione-funcion select{
	font-size:16px;
	float:left;
	padding:5px;
}
.seleccione-funcion option{
	font-size:16px;
	padding:10px;
}

/**/
.linea{ width:100%; float:left; border-bottom:1px solid #CCC; margin:15px 0;}

.cont-asientos{
	padding:2% 5%;
	width:90%;
}
.cont-asientos h2{
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	margin-bottom:10px;
	text-align:center;
	width:100%
}
.cont-asientos h3{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	text-align:center;
	width:100%
}

.cont-asientos ul{
	display:inline-block;
	margin:0 auto;
	text-align:center;
	width:100%;
}
.cont-asientos ul li{
	display:inline;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	margin:0 10px;
}
.cont-asientos ul li span.disponibles{
	background:#edeef2;
	border:1px solid #d3d3d3;
	display:inline-block;
	height:12px;
	margin:0 5px;
	width:12px;
	
/*	-webkit-border-radius: 50%;
	border-radius: 50%;*/
}

.cont-asientos ul li span.comprados{
	background:#a3acbe;
	border:1px solid #d3d3d3;
	display:inline-block;
	height:12px;
	margin:0 5px;
	width:12px;
	
/*	-webkit-border-radius: 50%;
	border-radius: 50%;*/
}

.selector-asientos{
	margin:0 auto;
}
.selector-asientos a{
	background:#edeef2;
	border:1px solid #b6b6b6;
	height:20px;
	float:left;
	margin:5px 5px;
	width:20px;
	
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.selector-asientos a:hover{
	background:#5913a3;
	border:1px solid #b6b6b6;
}
.selector-asientos a.comprado{
	background:#a3acbe;
	border:1px solid #b6b6b6;
	height:20px;
	float:left;
	margin:5px 5px;
	width:20px;
	
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.selector-asientos a.no-disponible{
	background:#edeef2;
	border:1px solid #edeef2;
	height:20px;
	float:left;
	margin:5px 5px;
	width:20px;
	
/*	-webkit-border-radius: 50%;
	border-radius: 50%;*/
}

.selector-asientos input[type='checkbox']{
	float:left !important;
	display:inline-block !important;
	margin:5px !important;
}

.a-disponible{
	background:#edeef2;
	border:1px solid #d3d3d3;
	float:left;
	/*padding:5px;*/
	margin:2.5px;
}
.a-disponible:hover{
	background:#5913a3;
	border:1px solid #b6b6b6;
}

.a-comprado{
	background:#a3acbe;
	border:1px solid #d3d3d3;
	float:left;
	/*padding:5px;*/
	margin:2.5px;
}

.txt-asiento-comprado{ margin:0 auto; display:inline;}
.txt-asiento-disponible{ margin:0 auto; display:inline;}

/**/

.tabla-comprar-asientos{
	background:#fff;
	border:1px solid #999;
	padding:10px;
	width:50% !important;
	margin:0 25% !important;
	
	overflow:hidden;
}

.tabla-comprar-asientos li{
	border-bottom:1px solid #a3acbe;
	float:left;
	padding:5px 0;
	text-align:left;
	width:100%;
}
.tabla-comprar-asientos li strong{
	font-weight:bold;
}
.tabla-comprar-asientos li:last-child{
	border-bottom:none;
}
.tabla-comprar-asientos li h2{
	color:#3c3c3c;
	float:left;
	font-family:"Open Sans",sans-serif;
	font-size:16px;
	width:100%;
}

.tabla-comprar-asientos li a{
	background:#0bb475;
	border-bottom:5px solid #0a8d5c;
	color:#fff;
	display:inline-block;
	font-size:16px;
	margin:10px 0;
	padding:10px 15px;
	font-family: 'Open Sans', sans-serif;
	
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.tabla-comprar-asientos li a:hover{
	background:#0a8d5c;
	border-bottom:5px solid #056a44;
}
.tabla-comprar-asientos li a.eliminar{
	background:none;
	border-bottom:none;
	color:#3c3c3c;
	display:inline-block;
	font-size:16px;
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
}

.tabla-comprar-asientos li a.eliminar:hover{
	color:#e43939;
}

.boton-asientos{
	background:#0bb475;
	border:1px solid #0bb475;
	border-bottom:5px solid #0a8d5c;
	color:#fff;
	cursor:pointer !important;
	display:inline-block;
	font-size:16px;
	margin:10px 0;
	padding:10px 15px;
	font-family: 'Open Sans', sans-serif;
	
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.boton-asientos:hover{
	background:#0a8d5c;
	border-bottom:5px solid #056a44;
	color:#fff;
}

.detalle-compra h2{
	float:left;
	width:100%;
	
	color: #3c3c3c;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
}

.detalle-compra table{
	background:peru;
	border:1px solid #999;
	float:left;
	
	font-size:13px;
}

.detalle-compra td{
	background:#f1f1f1 !important;
	border-bottom:1px solid #999;
	padding:5px !important;
}

.detalle-compra td:hover{
	background:#f2f2f2 !important;
}

/**/

.datos-de-comprador{
	float:left;
	width:100%;
}

.datos-de-comprador h2{
	float:left;
	width:100%;
	
	color: #3c3c3c;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
}

/**/

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 768px) {
		.desaparecer{display: none !important;}

		.webpay-peru{ width:100%; float:none !important; text-align:center;}
		.webpay-peru img{ width:60%; height:auto;}
		.solo-responsive{ display: inline;}
		.bloque-txt p{ width:90%; padding:0 5%; text-align:center;}
		.bloque-txt p strong{ font-weight:700;}

	.cont-head-ficha {
		border-top: #c5c5c5 0px solid;
    	border-bottom: #c5c5c5 0px solid;
		margin-bottom: 0px !important;
	}

	.cont-head-ficha div h3 {
		margin-bottom: 5px !important;
		margin-left: 10px !important;
	}
	.cont-head-ficha div li {
		margin-left: 10px !important;
		padding-left: 0em;
		text-indent: 0em;
		list-style: none;
	}

	.cont-head-ficha div:last-child{
		width: 27% !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding: 2%;
		margin-top: 0px !important;
	}	

	.td-modify a.btn {
		font-size: 11px !important;
	}

	.cont-head-ficha div.donde{
		padding-top:0px !important;
		padding-bottom: 0px !important;
	}	

	.desaparecer-768{
		display: none;
	}
	.aparecer-768{
		display: block;
	}	
	header {
		min-width: 100%;
	}
	#cont-header{
		width: 95%;
	}
	section#slide2{
		min-width: 100%;
		padding-top: 0;
		min-height: 0 !important;
		background: #f1f1f1;
		background-image: none;
	}
	.slider-wrapper .nivoSlider{
		min-width: 100%
	}
	.nivoSlider img {
		width: 90% !important;
		height: auto !important;
		float: center;
		padding-left: 5%; 
		padding-right: 5%; 
		margin-left: 0%;
	}
	.theme-default .nivoSlider {
		background: #f2f2f2 !important;
	}

	.nivo-caption{
		width: 80% !important;
		margin: 0 !important;
		top: auto !important;
		left: 10% !important;
		height: auto !important;
		bottom: 10%;
	}
	.wrap {
		min-width: 100%;
	}
	.contenedor {
		width: 100%;
	}
	#buscador{
		width: 90%;
		left: 5%;
		margin-left: 0;
		position: relative;
	}
	#buscador input[type="text"]{
		width: 65%;
		margin-bottom: 0;		
	}
	#buscador input[type="submit"]{
		width: 30%;
		margin: 0;
	}
	.cont-categorias a{
		width: 23%;
		margin: 1%;
	}
	footer{
		min-width: 100%;
		text-align: center;
	}
	#menu-footer{
		display: none;
	}
	#cont-der-foot{
		width: 100%;
		height: auto;
		text-align: center;
	}
	#logo-footer{
		display: none;
	}
	#cont-der-foot span{
		text-align: center;
		float: none;
		margin-top: 15px;
		color:#fff !important;
	}
	.redes {
		display: none;
		justify-content: center !important;
	}
	.appplay{
		float: none !important;
	}	
	footer span{
		text-align: center;
		float: none;
		display: inline-block;
	}
	footer span a{
		display:none;
	}
	.firma{
		display: none;
	}
	.webpay{
		margin: 0;
		float: none;
		display: inline-block;
	}
	.bnr-google-200-200{
		display: none;
	}
	footer p{
		display: none;
	}
	.eventos-1 a figure{
		width: 40%;
	}
	.eventos-1 a figcaption {
		width: 56%;
	}
	.cont-head-ficha div{
		width: 96% !important;
	}
	.cont-head-ficha div h1 {
		margin-bottom: 10px;
		font-size: 20px;
		font-weight: 700;
	}
	.cont-head-ficha div.donde a i{
		font-size: 35px;
	}
	.cont-head-ficha div.donde {
		width: 96% !important;
	}
	.cont-det{
		width: 100%;
	}
	.cont-desc{
		width: 96%;		
	}
	.que-es img{
		width: 40%;
		margin-left:0px;
		float: right;
	}
	.que-es p{
		width: 55%;
		margin-left:0px;
		float: left;
	}
	.cont-login figure{
		display: none;
	}
	.cont-login article{
		width: 90%;
		float: none;
		margin: 0 5%;
	}
	.cont-login{
		padding: 10px 0;
	}
	.intro-crear h1{
		font-size: 30px;
		padding: 30px 5% 0px 5%;
		color: #FFF;
		margin-bottom: 50px;
	}
	.cont-categorias span{
		width:31%;
	}
	
	.intro-crear form .btn {
		width: 50%;
	}	
	.action-user a{
		width: 45%;
	}
	.p-50_0{
		padding: 10px 14px;
	}
	.diagrama div{
		width: 42%;
	}
	.diagrama i{
		display: none;
	}
	.cont-explicacion{
		text-align: center;
	}
	.cont-explicacion figure{
		float: none;
		display: inline-block;
		width: 21%;
	}
	.cont-explicacion figcaption{
		float: none;
		display: inline-block;
		text-align: left;
	}
	.share-meyer{
		text-align: center;
		border-bottom: none;
		margin-bottom:0 !important;
		padding-bottom:0 !important;
	}
	.share-meyer a{
		width: 13%;
		margin: 0;
		text-align: center;
	}
	.share-meyer a span{
		display: none;
	}
	a.wh{
		display: inline-block;
	}
	.nivo-directionNav{
		display: none;
	}
	 .ticket-info h5{
		 font-size: 12px;
		 margin-bottom: 5px;		 
	 }
	 .ticket-info h2{
		 font-size: 20px;
		 font-weight: 700;
		 margin-bottom: 0;		 
	 }
	 .ticket-info p{
		 margin-bottom: 0;
	 }
	 .acciones-ticket{
		   margin-top: 0px;
	 }
	 .intro-crear{
		 background: url(../imagenes/bg-crear-evento.jpg) no-repeat center top;
		 height:auto;
		 padding-bottom:5%;
		 width:100%;
	 }
	 .intro-crear form p a{
	 	color: #FFF;
	 }
	 .intro-crear form p{
	 	color: #FFF;
	 }
	 .cont-img-txt article{
		 margin-bottom: 20px;
		 width: 100%;
	 }
	 .cont-img-txt figure{
		 margin-bottom: 20px;
		 width: 100%;
	 }
	 .agregar-evento{
		 display: none;
	 }
	 table tr td{
		 padding: 7px 10px;
	 }
	 table tr td{
		 padding: 10px 2px !important;
	 }
	 input[type="text"], input[type="password"], input[type="email"], .btn, input[type="submit"] {
		 -webkit-appearance: none;
		 width: 100%;
		 padding: 2% 0%;
  		text-align: center;
		 margin: 0;
		 margin-bottom: 20px;		 
    }
    .modal-share-content {
	    left: 0% !important;
	    zoom: 85%;
	  }
    #buscador2{
    	height: 50px;
		  width: 100%;
		  overflow: hidden;
		  box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
		  border-radius: 5px;
		  background: #fff;
		  z-index: 999;
		  position: relative;
		  display: -webkit-flex;
		  display: flex;
		  margin-top: 12px;
		  margin-left: 0px;
		  margin-right: 0px;
		}
    #buscador2 input[type="text"], input[type="password"], input[type="email"], .btn, input[type="submit"] {
		 -webkit-appearance: none;
		 width: 100%;
		 padding: 2% 0%;
  		text-align: center;
		 margin: 0;
		 margin-bottom: 0px !important;		 
    }
	    .boton_comprar {
	    	font-size: 18px !important;
	    	width: 95% !important;
	    }
		 #buscador2 input[type="text"] {
			background: #FFF;
			border: none;
			color: #333;
			display: block;
			float: left !important;
			height: 50px;
			padding: 0 0 0 1%;
			transition-duration: 0.3s;
			width: 100%;
	    font-size: 14px !important;
		}
		#buscador2 input[type="submit"] {
			color: #fff;
			background: #0bb475;
			text-align: center;
			float: right;
			display: block;
			font-size: 15px;
			font-weight: 300;
			font-family: 'Open Sans', sans-serif;
			border: 0;
			width: 40%;
			cursor: pointer;
			transition-duration: 0.3s;
	    font-size: 14px !important;
			padding: 1% 0% !important;
		}
		.card-mobile{
			margin-left: 10px !important;
    	margin-right: 10px !important;
		}
		.halloween-header{
			background-size: cover !important;
		  height: 100px !important;
		}
		.navidad-header{
			background-size: cover !important;
		  height: 100px !important;
		}
    .box-descuentos input[type="text"]{
        -webkit-appearance: none;
        width: 25% !important;
        padding: 2% 0%;
        margin: 0;
        margin-bottom: 20px;
    }
    .box-descuentos input[type="button"]{
        -webkit-appearance: none;
        width: 100%;
        padding: 2% 0%;
        margin: 0;
        margin-bottom: 20px;
    }
    .box-descuentos span{
        margin-top: 10%;
    }
    .box-descuentos img{
 		/* width: 30% !important; */
    	/* margin-bottom: 10px; */
    }
    td .btn{
	    margin: 0;
    }
	 form.contacto div.div-25{
		 width: 48%;
	 }
	 form.contacto div.div-33{
		 width: 48%;
	 }
	 form.contacto div.div-31{
		 width: 31%;
	 }
	 table.colapsar-tabla tr{
		 
	 }
	 table.colapsar-tabla tr td{
		 width: 96% !important;
		 float: left;
		 padding: 2% !important;
	 }
	 table.colapsar-tabla tr th{
		 border-left: none;
		 width: 96% !important;
		 float: left;
		 padding: 2% !important;
	}
	textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { -webkit-appearance: none; border-radius: 0;}	select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { font-size: 16px !important; text-align: left;}	
}
@media only screen and (max-width: 480px) {
	.webpay-peru{ width:100%; float:none !important; text-align:center;}
	.webpay-peru img{ width:80%; height:auto;}

	.no-mostrar{ display:none !important;}

	a.wz{
		background:#93c4d3;
	/*	display: none;*/
		display: inline-block;
		width:12%;
		height:10%;
		margin:2% 0;
		padding: 10px;
	}

	a.wz img{ width:10%; height:auto;}

    .box-descuentos input[type="text"]{
        -webkit-appearance: none;
        width: 76% !important;
        padding: 2% 0%;
        margin: 0 !important; 
        margin-bottom: 20px !important;
    }
	
	.desaparecer-480{
		display: none;
	}
	 input[type="text"], input[type="password"], .btn, input[type="submit"] {
		 padding: 4% 0%;
	 }
	
	.cont-categorias a{
		width: 48%;
		margin: 1%;
	}
	#buscador input[type="text"]{
		width: 55%;
	}
	#buscador input[type="submit"]{
		width: 40%;
	}
	.eventos-1 a figure{
		width: 100%;
	}
	.eventos-1 a figcaption {
		padding: 5%;
		width: 90%;
	}
	.que-es img{
		width: 100%;
		margin-bottom: 10px;
	}
	.que-es p{
		width: 100%;
	}
	.login-facebook,.login-twitter, .login-google{
		margin: 1%;
		padding: 5%;
		width: 88%;
	}
	.cont-login article{
		width: 100%;
		float: none;
		margin: 0;
	}
	form.contacto div.div-50{
		width: 98%;
	}
	form.contacto div.div-40{
		width: 40% !important;
		float:left;
	}
	.cont-login .btn{
		width: 100%;
		padding: 15px 0px;
		margin: 10px 0;
	}
	.intro-crear form{
		color: #333;		
	}
	.intro-crear form .btn{
		width: 80%;
	}
	.cont-categorias span{
		width:48%;
		margin-right: 0;
	}	
	.action-user a{
		width: 96%;
	}
	.diagrama div {
		width: 66%;
	}
	.cont-explicacion figure {
		width: 50%;
	}
	.form-datos-carro label{
		width: 100% !important;
	}
    .box-descuentos label{
        width: 100% !important;
    }
	.form-datos-carro input[type="text"], .form-datos-carro select, .tot-carro3 select{
		width: 92% !important
	}
	.ticket{
		border: none;
	}
	.ticket-info{
		display: block;
		width: 90%;
		border: none;
		padding: 5%;
  	 }
	 .ticket-qr{
		 display: block;
		width: 90%;
		border: none;
		padding: 5%;
	 }
	 .cont-head-ficha div li{
		 font-size: 12px;
	 }
	 .cont-head-ficha div li i{
	 	display: none;
	 }
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.7em;
	}
h3 {
	font-size: 1.6em;
}
	.btn2b{
		width: 78%;
		text-align: center;
		margin-bottom:8px;
	}
	.btn2{
		width: 78%;
		text-align: center;
	}
	.m-h{
		min-height: 450px;
	}
	.m-h article{
		min-height: 450px;
	}
	.intro-crear h1{
/*		text-shadow: 1px 1px 3px #0F0F0F;*/
		color:#fff !important;
	}
	.intro-crear h4{
/*		text-shadow: 1px 1px 3px #0F0F0F;*/
		color:#fff !important;
	}
	.col1-tab-resp{
		width:40%;
	}
	.col2-tab-resp{
		width:50%;
	}
	.foot-tab-resp p{
		width:50%;
	}
	.box-descarga{ width:95%;}
	.grid li{ width:100% !important;}
	.boton-comprar{ margin-right:0 !important;}
	 
}

/*MENSAJE DE ERROR*/
.error-message, label.error {
	display:block;
	color:#EC0101;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
    margin:0;
}

#paginado {
	display:block;
	width:100%;
	margin-top:30px;
	margin-bottom:10px;
	text-align:center;
	float: left;
}
	
	/* paginado */
	#paginado a{font-family: 'Ubuntu', sans-serif;font-size: 11px;padding: 10px;color: #999999;border: 1px solid #e4e4e4;text-decoration: none;width: auto !important;margin: 1px !important;float: none;display: inline-block;}
	#paginado a:hover{color:#0bb475 ; border:1px solid #0bb475 ;}

	#paginado a.paginado-marca{ background:#0bb475 ; color:#fff; border:2px solid #0bb475 ;}

#buscar_evento input[type="text"]{
	padding: 10px 0;
	border: 0;
	border-radius: 5px;

}
#buscar_evento input[type="submit"] {
	color: #fff;
	background: #0bb475;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	border: 0;
	padding: 5px 0;
	width: 10%;
	cursor: pointer;
	transition-duration: 0.3s;
	border-radius: 30px;
}
#busca_evento input[type="submit"]:hover {
	background: #eb2055;
	transition-duration: 0.3s;
}

.box-producto{
	background:#fff;
	position:relative;
	float:left;
	width:17%;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.box-producto section{
	float:left;
	margin:8px 0;
}
.box-producto input{
	float:left;
	margin:8px 0;
}

.box-producto figure{
	float:left;
	margin-bottom:20px;
}

.box-producto figure img{
	width:100%;
	height:auto;
}

.box-producto h2{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#3c3c3c;
	font-weight:bold;
	width:90%;
	padding:0 5%;
	text-align:center;
	float: left;
	margin-bottom:10px;
	min-height: 70px;

}

.box-producto p{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#3c3c3c;
	width:100%;
	padding:0 6%;
	text-align:center;
	line-height:20px;
	float:left;
	margin-bottom:10px;
}

.box-producto span{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#e74c3c;
	font-weight:bold;
	width:100%;
	padding:0 6%;
	text-align:center;
	line-height:20px;
	float:left;
}

.box-producto span i{
	font-size:13px;
	font-style:italic;
	font-weight:normal;
}

.box-producto a{
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 20px;
	background: #0bb475;
	display: block;
	float: left;
	position: center;
	width: 100%;
	color: #FFF;
	text-decoration: none;
	padding: 5% 0;
	text-align: center;
	transition: 0.3s;

}
.btn-passline-drinks{
	width: 152px;
	margin-top: 10px;
}

#chartdiv {
	width: 100%;
	height: 500px;
	font-size: 11px;
}

.amcharts-pie-slice {
	transform: scale(1);
	transform-origin: 50% 50%;
	transition-duration: 0.3s;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	cursor: pointer;
	box-shadow: 0 0 30px 0 #000;
}

.amcharts-pie-slice:hover {
	transform: scale(1.1);
	filter: url(#shadow);
}

.btn-activar-producto{
	width: 37px !important;
	-webkit-border-radius: 40px 50px;
	border-radius: 49px 50px;
	padding: 8px 0px !important;
	position: absolute;
	right: -10px;
	top: -10px;
}
.btn-inactivo-producto{
	width: 37px !important;
	-webkit-border-radius: 40px 50px;
	border-radius: 49px 50px;
	padding: 8px 0px !important;
	position: absolute;
	right: -10px;
	top: -10px;
	background: #999999 !important;
}

.editar-producto-desactivado{
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 20px;
	background: #999999 !important;
	display: block;
	float: left;
	position: center;
	width: 100%;
	color: #FFF;
	text-decoration: none;
	padding: 5% 0;
	text-align: center;
	transition: 0.3s;
}
.box-descuentos input[type="text"]{
	border: 1px solid #cecece;
	padding: 10px;
    width: 15%;
}
.box-descuentos label{
    font-size: 1em;
    color: rgba(100,100,100,1);
    font-family: 'Open Sans', sans-serif;
    width: 35%;
    margin-left: 13px;
    margin-right:2%;
}
.box-descuentos h3{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 2em;
    line-height: 1.3em;
    margin-bottom: 20px;
    color: #424040;
    margin-left: 1%;
    margin-top: 2%;
}
.box-descuentos span{
    float: left;
    margin-left: 13px;
    margin-top: 20px;
	margin-bottom: 20px;
}
.btn-validar-entel{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	background: #999999;
	display: block;
	float: left;
	padding: 10px 15px;
	width: auto;
	color: #FFF;
	text-decoration: none;
	transition: 0.3s;
	cursor: pointer;
	border-radius: 30px;
	border: 0;
	margin-right: 20%;
}
.radio-custom {
	opacity: 0;
	position: absolute;
}

.radio-custom, .radio-custom-label {
	display: inline-block;
	vertical-align: middle;
	margin: 15px;
	margin-left: 13px;
	cursor: pointer;
}

.radio-custom-label {
	position: relative;
}

.radio-custom + .radio-custom-label:before {
	content: '';
	background: #fff;
	border: 2px solid #ddd;
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	padding: 2px;
	margin-right: 10px;
	text-align: center;
}

.radio-custom + .radio-custom-label:before {
	border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
	background: #ccc;
	box-shadow: inset 0px 0px 0px 4px #fff;
}


.radio-custom:focus + .radio-custom-label {
	outline: 1px solid #ddd; /* focus style */
}

/*pagination*/

.btn-pag {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 11px;
  background: #ffb700;
  display: inline;
  padding: 10px 15px;
  width: auto;
  color: #000000;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 5px;
  border: 0;
}

.btn-pag-disabled {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 11px;
  background: grey;
  display: inline;
  padding: 10px 15px;
  width: auto;
  color: #FFF;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 30px;
  border: 0;
}

.btn-pag:hover{
	background: #eb2055;
	transition: 0.3s; 
	color: #fff;
}
/*halloween*/
.halloween-header{
		background-image: url(../imagenes/halloween/header.jpg);
		background-size: auto;
		background-color: black;
		background-repeat: no-repeat;
		background-position: center center;
		height: 400px;
}
.halloween-body1{
		background-image: url(../imagenes/halloween/b_1.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
}
.halloween-body2{
		background-image: url(../imagenes/halloween/b_2.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
}
.halloween-body3{
		background-image: url(../imagenes/halloween/b_3.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
}
.halloween-body4{
		background-image: url(../imagenes/halloween/b_4.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
}
.halloween-footer{
		background-image: url(../imagenes/halloween/footer.jpg);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center center;
		height: 300px;
}
.halloween{
	background: #FF9100 !important;
	color: black;
}

/*Share modal*/
.modal-share {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-share-content {
    text-align: center;
    max-width: 600px;
    position: absolute;
    left: 28%;
		top: 15%;
    position: relative;
    background-color: #fefefe;
    padding: 0;
    border: 1px solid #888;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.modal-share-btn{
	display: block;

}

.modal-share-fb{
	left: 121px;
  position: relative;
  display: inline-block;
  width: 23%;
}

.modal-share-tw{
	left: 113px;
  position: relative;
  width: 23%;
}

/* Add Animation */
@-webkit-keyframes animatetop-share {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop-share {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.modal-share-close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal-share-close:hover,
.modal-share-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-share-header {
		background-image: url(../mailing/001/imagenes/top.png);
    margin-top: -16px;
    height: 145px;
    width: 600px;
    background-repeat: no-repeat;
}

.modal-share-body {padding: 2px 16px;}

.modal-share-footer {
		background-image: url(../mailing/001/imagenes/bottom.png);
    height: 29px;
    width: 600px;
    background-repeat: no-repeat;
}

.boton-buscar {
    background: grey !important;
    border-radius: 0px !important;
}

.boton-buscar:hover {
    background: #0bb475 !important;
}

a.cornerbtn-on {
  border: 2px solid #f2f2f2;
  left: -2%;
  top: 0%;
  width: 1%;
  vertical-align: top;
  margin: 0 0 0 -15px;
  border-radius: 22px;
}

a.cornerbtn-off {
	background: grey; 
  border: 2px solid #f2f2f2;
  left: -2%;
  top: 0%;
  width: 1%;
  vertical-align: top;
  margin: 0 0 0 -15px;
  border-radius: 22px;
}

.actions{
	font-size: 13px;
	width:32%;
	display: inline-flex;
	margin-right: 5px;
	margin-bottom: 10px;
	vertical-align: middle;
}

.no-side-padding{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.side-padding-1percent{
	padding-right: 1% !important;
	padding-left: 1% !important;
}

.no-side-margin{
	margin-right: 0 !important;
  margin-left: 0 !important;
}

.badge-notif {
   position:relative;
   margin-left: -5px;
}
.badge-notif[data-badge]:after {
   content:attr(data-badge);
   position:absolute;
   top:0px;
   right: 5px;
   font-size:.7em;
   background: #ffb700;
   color:white;
   width:18px;height:18px;
   text-align:center;
   line-height:18px;
   border-radius:50%;
   box-shadow:0 0 1px #333;
}

.badge-notif[data-badge=""]:after {
	content: none !important;
}

.wrap section div h3{
	font-weight: bold;
}
.cont-head-ficha  div span{
	color: #ffb700 !important;
    margin-left: 0em !important;
    text-indent: 0em;
}

.action-user a .icon-calendar:before {
	color: #ffffff !important;
	font-size: 100% !important;
}
/* PASARELA */

.payment-methods {
	list-style: none;
	margin: 0;
	padding: 0;
  }
  
  .payment-methods:after {
	content: "";
	clear: both;
  }
  
  .payment-method {
	border: 1px solid #ccc;
	box-sizing: border-box;
	float: left;
	height: 100px;
	position: relative;
	width: 150px;
	margin-left: 30px;
	border-radius: 5px;
  }
  
  .payment-method + .payment-method {
	margin-left: 25px;
  }
  
  
  /* label fique por cima do radio button. Para fazer isso, vamos adicionar uma cor de fundo e posicionar o elemento */
  .payment-method label {
	background: #fff no-repeat center center;
	bottom: 1px;
	cursor: pointer;
	display: block;
	font-size: 0;
	left: 1px;
	position: absolute;
	right: 1px;
	text-indent: 100%;
	top: 1px;
	white-space: nowrap;
  }
  
  .credito label {
	background-image: url(../imagenes/credito.jpg);
	background-size: 175px;
  }
  
  .redcompra label {
	background-image: url(../imagenes/redcompra2.png);
	background-size: 140px;
  }
  
  .sweetpay label {
	background-image: url(../imagenes/sweetpay.jpg);
	background-size: 140px;
  }

  .transferencia label {
	background-image: url(../imagenes/transferencia.png);
	background-size: 140px;
  }

  .efectivo label {
	background-image: url(../imagenes/safety.png);
	background-size: 140px;
  }

  .internacional label {
	background-image: url(../imagenes/inter.png);
	background-size: 150px;
  }

  .mercadopago_efectivo label {
	background-image: url(../imagenes/mercadopago-efectivo.png);
	background-size: 150px;
  }

  .mercadopago_transferencia label {
	background-image: url(../imagenes/mercadopago-transferencia.png);
	background-size: 150px;
  }

  .mach label {
	background-image: url(../imagenes/mach2.png);
	background-size: 150px;
  }

  .tranzila label {
	background-image: url(../imagenes/tranzila2.png);
	background-size: 150px;
  }

  .chek label {
	background-image: url(../imagenes/chek2.png);
	background-size: 150px;
  }

  .fpay label {
	background-image: url(../imagenes/fpay2.png);
	background-size: 150px;
  }

  .fpay-promociones label {
	background-image: url(../imagenes/fpay-promociones2.png);
	background-size: 150px;
  }

  .stripe label {
	background-image: url(../imagenes/stripe2.png);
	background-size: 150px;
  }

  .stripe_es label {
	background-image: url(../imagenes/stripe-es-3.png);
	background-size: 150px;
  }

  .stripe_ec label {
	background-image: url(../imagenes/stripe-ec-2.png);
	background-size: 150px;
  }

  .stripe_ve label {
	background-image: url(../imagenes/stripe-ve-2.png);
	background-size: 150px;
  }

  .trans_ve_banco_venezuela label {
	background-image: url(../imagenes/trans-ve-banco-venezuela-2.png);
	background-size: 150px;
  }

  .trans_ve_banco_banesco label {
	background-image: url(../imagenes/trans-ve-banco-banesco-2.png);
	background-size: 150px;
  }

  .trans_ve_zelle label {
	background-image: url(../imagenes/trans-ve-zelle-2.png);
	background-size: 150px;
  }

  .paypal_ve label {
	background-image: url(../imagenes/paypal-ve-2.png);
	background-size: 150px;
  }

  .klarna_stripe label {
	background-image: url(../imagenes/klarna-stripe2.png);
	background-size: 150px;
  }

  .redsys label {
	background-image: url(../imagenes/redsys2.png);
	background-size: 150px;
  }

  .mercadopagoarg label {
	background-image: url(../imagenes/mercadopago-arg-mob.png);
	background-size: 150px;
  }

  .mercadopagoarg12c label {
	background-image: url(../imagenes/mercadopago-arg-12c_2.png);
	background-size: 150px;
  }

  .mercadopagoarg12c20off label {
	background-image: url(../imagenes/mercadopago-arg-12c_3.png);
	background-size: 150px;
  }

  .visacreditoarg label {
	background-image: url(../imagenes/visacredito.png);
	background-size: 150px;
  }

  .visadebarg label {
	background-image: url(../imagenes/visadeb.png);
	background-size: 150px;
  }

  .mastercredarg label {
	background-image: url(../imagenes/mastercred.png);
	background-size: 150px;
  }

  .marterdebarg label {
	background-image: url(../imagenes/masterdeb.png);
	background-size: 150px;
  }

  .pagofacilarg label {
	background-image: url(../imagenes/pagofacilarg.png);
	background-size: 150px;
  }

  .paypalarg label {
	background-image: url(../imagenes/paypalpago.png);
	background-size: 150px;
  }

  .paypalgeneral label {
	background-image: url(../imagenes/paypalpago.png);
	background-size: 150px;
  }

  .paypal_usa label {
	background-image: url(../imagenes/paypal_usa.png);
	background-size: 150px;
  }

  .squareup_usa label {
	background-image: url(../imagenes/logo-squareup-mobile.png?act=2);
	background-size: 150px;
  }

  .authorize label {
	background-image: url(../imagenes/authorize2.png?act=1);
	background-size: 150px;
  }

  .paypalusa label {
	background-image: url(../imagenes/paypalusa2.png);
	background-size: 150px;
  }
  
  .decidirarg label {
	background-image: url(../imagenes/decidirarg.png);
	background-size: 150px;
  }

  .modoarg label {
	background-image: url(../imagenes/modo_arg.png);
	background-size: 150px;
  }

  .billeterapa label {
	background-image: url(../imagenes/billeterapersonal.png);
	background-size: 150px;
  }

  .pagoexpresspa label {
	background-image: url(../imagenes/pagoexpress.png);
	background-size: 150px;
  }

  .bancard label {
	background-image: url(../imagenes/bancard.png);
	background-size: 150px;
  }

  .banescopa label {
	background-image: url(../imagenes/banescopa_2.png);
	background-size: 150px;
  }

  .clavepa label {
	background-image: url(../imagenes/clavepa_2.png);
	background-size: 150px;
  }

  .clavepacc label {
	background-image: url(../imagenes/clavepa_cc_2.png);
	background-size: 150px;
  }

  .clickpago label {
	background-image: url(../imagenes/clickpago-mobile.png);
	background-size: 150px;
  }

  .yappy label {
	background-image: url(../imagenes/yappy-2.png);
	background-size: 150px;
  }

  .itaupa label {
	background-image: url(../imagenes/iatupa.png);
	background-size: 150px;
  }

  .credipass label {
	background-image: url(../imagenes/credipass.png);
	background-size: 150px;
  }

  .transferenciapa label {
	background-image: url(../imagenes/transferencia.png);
	background-size: 140px;
  }

  .mercadopagouy label {
	background-image: url(../imagenes/mercadopagouy.png);
	background-size: 140px;
  }

  .redpagouy label {
	background-image: url(../imagenes/redpagouy.png);
	background-size: 140px;
  }

  .abitab label {
	background-image: url(../imagenes/abitab.png);
	background-size: 140px;
  }

  .cuotas12 label {
	background-image: url(../imagenes/cuotas12.png);
	background-size: 150px;
  }

  .santanderuy label {
	background-image: url(../imagenes/santanderuy.png);
	background-size: 150px;
  }

  .ebrou label {
	background-image: url(../imagenes/ebrou.png);
	background-size: 150px;
  }

  .bbvauy label {
	background-image: url(../imagenes/bbvauy.png);
	background-size: 150px;
  }

  .astropay label {
	background-image: url(../imagenes/astropay.png);
	background-size: 150px;
  }

  .pagosnet label {
	background-image: url(../imagenes/pagosnet.png);
	background-size: 150px;
  }

  .tigobol label {
	background-image: url(../imagenes/tigobol.png);
	background-size: 150px;
  }

  .payvalida label {
	background-image: url(../imagenes/payvalida2.png);
	background-size: 150px;
  }

  .placetopay label {
	background-image: url(../imagenes/placetopay2.png?act=2);
	background-size: 150px;
  }

  .depositoseguro label {
	background-image: url(../imagenes/depositoseguro.png);
	background-size: 150px;
  }

  .bancoecuador label {
	background-image: url(../imagenes/bancoecuador.png);
	background-size: 150px;
  }

  .mercadopagocl label {
	background-image: url(../imagenes/mercadopagochile.png);
	background-size: 150px;
  }

  .visanet label {
	background-image: url(../imagenes/visanet5.png);
	background-size: 150px;
  }

  .niubiz label {
	background-image: url(../imagenes/niubiz2.png);
	background-size: 150px;
  }

  .niubiz_qr label {
	background-image: url(../imagenes/niubizqr2.png);
	background-size: 150px;
  }

  .mercadopago label {
	background-image: url(../imagenes/mercadopago-pe.png);
	background-size: 150px;
  }

  .mercadopago-mx label {
	background-image: url(../imagenes/mercadopago-mx-2.png?act=4);
	background-size: 150px;
  }

  .mercadopago-co label {
	background-image: url(../imagenes/mercadopago-co-mobile.png?act=1);
	background-size: 150px;
  }

  .mercadopago-br label {
	background-image: url(../imagenes/mercadopago-br-2.png?act=1);
	background-size: 150px;
  }

  .mp-br-cards label {
	background-image: url(../imagenes/mp-br-cards-2.png?act=1);
	background-size: 150px;
  }

  .mp-br-core label {
	background-image: url(../imagenes/mp-br-core-2.png?act=1);
	background-size: 150px;
  }

  .mp-br-pix label {
	background-image: url(../imagenes/mp-br-pix-2.png?act=1);
	background-size: 150px;
  }

  .alignet label {
	background-image: url(../imagenes/alinet.png);
	background-size: 150px;
  }

  .payme label {
	background-image: url(../imagenes/payme.png?act=2);
	background-size: 150px;
  }

  .safetypay_efectivo_peru label {
	background-image: url(../imagenes/safetyperu.png);
	background-size: 150px;
  }

  .safetypay_transfer_peru label {
	background-image: url(../imagenes/bancaperu.png);
	background-size: 150px;
  }

  .culqi_v2 label {
	background-image: url(../imagenes/culqiperu.png);
	background-size: 150px;
  }

  .yapeperu label {
	background-image: url(../imagenes/yapeperu.png);
	background-size: 150px;
  }

  .pagadespuesperu label {
	background-image: url(../imagenes/pagadespuesperu.png);
	background-size: 150px;
  }

  .izipay label {
	background-image: url(../imagenes/izipay2.png);
	background-size: 150px;
  }

  .izipay-diners label {
	background-image: url(../imagenes/izipay-diners2.png);
	background-size: 150px;
  }

  .conekta label {
	background-image: url(../imagenes/conekta2.png);
	background-size: 150px;
  }

  .conekta-efectivo label {
	background-image: url(../imagenes/conekta-efectivo2.png);
	background-size: 150px;
  }

  .conekta-transferencia label {
	background-image: url(../imagenes/conekta-transferencia2.png);
	background-size: 150px;
  }

  .redenlace label {
	background-image: url(../imagenes/redenlace2.png);
	background-size: 150px;
  }

  .redenlace-international label {
	background-image: url(../imagenes/redenlace-international2.png);
	background-size: 150px;
  }

  .linkser label {
	background-image: url(../imagenes/linkser2.png);
	background-size: 150px;
  }

  .tigomoney label {
	background-image: url(../imagenes/tigomoney2.png);
	background-size: 150px;
  }

  .losheroespay label {
	background-image: url(../imagenes/losheroespay2.png?act=1);
	background-size: 150px;
  }

  .rappicard label {
	background-image: url(../imagenes/rappicard2.png);
	background-size: 150px;
  }

  .santander-wm label {
	background-image: url(../imagenes/santander-wm2.png?act=2);
	background-size: 150px;
  }

  .bnbqr label {
	background-image: url(../imagenes/bnbqr2.png?act=1);
	background-size: 150px;
  }
  
  .pagosnet_efectivo label {
	background-image: url(../imagenes/pagosnet-efectivo2.png?act=1);
	background-size: 150px;
  }

  .azul label {
	background-image: url(../imagenes/azul2.png);
	background-size: 150px;
  }

  .azul-banreservas label {
	background-image: url(../imagenes/azul-banreservas2.png);
	background-size: 150px;
  }

  .chronospay label {
	background-image: url(../imagenes/chronospay2.png);
	background-size: 150px;
  }

  .banco_hey label {
	background-image: url(../imagenes/banco-hey-2.png);
	background-size: 150px;
  }

  .bankaool label {
	background-image: url(../imagenes/bankaool-2.png);
	background-size: 150px;
  }

  .lafise label {
	background-image: url(../imagenes/lafise-movil.png);
	background-size: 150px;
  }

  .squareup label {
	background-image: url(../imagenes/squareup-mobile.png);
	background-size: 150px;
  }

  .mercadopago_amex label {
	background-image: url(../imagenes/mercadopago-amex-2.png);
	background-size: 150px;
  }

  .sinpemovil label {
	background-image: url(../imagenes/sinpemovil2.png);
	background-size: 150px;
  }

  .credix label {
	background-image: url(../imagenes/credix2.png);
	background-size: 150px;
  }

  .fintoc label {
	background-image: url(../imagenes/fintoc_mobile.png);
	background-size: 150px;
  }

  .fintoc_banco_de_chile label {
	background-image: url(../imagenes/fintoc_banco_de_chile_mobile.png);
	background-size: 150px;
  }

  .fintoc_mexico label {
	background-image: url(../imagenes/fintoc-mexico-mobile.png?act=1);
	background-size: 150px;
  }

  .webpay-mx label {
	background-image: url(../imagenes/webpay-mx-2.png);
	background-size: 150px;
  }

  .pagalo label {
	background-image: url(../imagenes/pagalo2.png);
	background-size: 150px;
  }

  .pagalo-desc label {
	background-image: url(../imagenes/pagalo-desc2.png);
	background-size: 150px;
  }

  .powertranz label {
	background-image: url(../imagenes/powertranz2.png);
	background-size: 150px;
  }  

  .aplazo label {
	background-image: url(../imagenes/aplazo2.png);
	background-size: 150px;
  }      

  .zunify label {
	background-image: url(../imagenes/zunify-mobile.png);
	background-size: 150px;
  }      

  .clip label {
	background-image: url(../imagenes/clip-mobile.png?act=3);
	background-size: 150px;
  }      

  .clip_bbva label {
	background-image: url(../imagenes/clip-bbva-mobile.png?act=2);
	background-size: 150px;
  }      

  .clip_cash label {
	background-image: url(../imagenes/clip-cash-mobile.png?act=2);
	background-size: 150px;
  }    

  .bmspay label {
	background-image: url(../imagenes/bmspay2.png);
	background-size: 150px;
  }

  .braintree-usa label {
	background-image: url(../imagenes/braintree_usa2.png);
	background-size: 150px;
  } 

  .braintree-usa-apple-pay label {
	background-image: url(../imagenes/braintree_usa_apple_pay2.png);
	background-size: 150px;
  }  

  .braintree-usa-venmo label {
	background-image: url(../imagenes/braintree_usa_venmo2.png);
	background-size: 150px;
  }   

  .braintree-usa-google-pay label {
	background-image: url(../imagenes/braintree_usa_google_pay2.png);
	background-size: 150px;
  }   

  .braintree-usa-all-methods label {
	background-image: url(../imagenes/braintree_usa_all_methods2.png);
	background-size: 150px;
  }
  
  .cuscatlan label {
	background-image: url(../imagenes/cuscatlan_2.png);
	background-size: 150px;
  }

  .cuscatlan-descuento label {
	background-image: url(../imagenes/cuscatlan-descuento_2.png);
	background-size: 150px;
  }

  .payway label {
	background-image: url(../imagenes/payway_2.png);
	background-size: 150px;
  }   

  .d-local-paraguay label {
	background-image: url(../imagenes/d-local-paraguay-mobile.png?act=1);
	background-size: 150px;
  }    

  .bbva-uruguay label {
	background-image: url(../imagenes/bbva-uruguay-mobile.png?act=1);
	background-size: 150px;
  }    

  .credito-uruguay label {
	background-image: url(../imagenes/credito-uruguay-mobile.png?act=1);
	background-size: 150px;
  }    

  .ebrou-uruguay label {
	background-image: url(../imagenes/ebrou-uruguay-mobile.png?act=1);
	background-size: 150px;
  }    

  .efectivo-redes-de-cobranza-uruguay label {
	background-image: url(../imagenes/efectivo-redes-de-cobranza-uruguay-mobile.png?act=1);
	background-size: 150px;
  }    

  .efectivo-redpagos-uruguay label {
	background-image: url(../imagenes/efectivo-redpagos-uruguay-mobile.png?act=1);
	background-size: 150px;
  }    

  .mercado-pago-12-cuotas-uruguay label {
	background-image: url(../imagenes/mercado-pago-12-cuotas-uruguay-mobile.png?act=1);
	background-size: 150px;
  }    

  .paypal-uruguay label {
	background-image: url(../imagenes/paypal-uruguay-mobile.png?act=1);
	background-size: 150px;
  }  

  .santander-uruguay label {
	background-image: url(../imagenes/santander-uruguay-mobile.png?act=1);
	background-size: 150px;
  }    

  .d-local-uruguay label {
	background-image: url(../imagenes/d-local-uruguay-mobile.png?act=1);
	background-size: 150px;
  } 

  .prometeo-uruguay label {
	background-image: url(../imagenes/prometeo-uruguay-mobile.png?act=1);
	background-size: 150px;
  }  

  .prometeo-uruguay-santander-descuento label {
	background-image: url(../imagenes/prometeo-santander-descuento-mobile.png?act=2);
	background-size: 150px;
  } 

  .prometeo-ecuador label {
	background-image: url(../imagenes/prometeo-ecuador-mobile.png?act=2);
	background-size: 150px;
  } 

  .mp_uru_santander label {
	background-image: url(../imagenes/mp-uru-santander-mobile.png?act=2);
	background-size: 150px;
  }  

  .mp_uru_santander_descuento label {
	background-image: url(../imagenes/mp-uru-santander-descuento-mobile.png?act=2);
	background-size: 150px;
  }   

  .mp_uru_pronto_descuento label {
	background-image: url(../imagenes/mp-uru-pronto-descuento-mobile.png?act=1);
	background-size: 150px;
  } 

  .prometeo-peru label {
	background-image: url(../imagenes/prometeo-peru-mobile.png?act=1);
	background-size: 150px;
  } 

  .pagoplux label {
	background-image: url(../imagenes/pagoplux-mobile.png?act=1);
	background-size: 150px;
  } 

  .payment-methods input:hover + label,
  .payment-methods input:focus + label{
	outline: 4px dotted #ffb700;
  }
  
  .payment-methods input:checked + label {
	outline: 4px solid #ffb700;
  }
  
  .payment-methods input:checked + label:after {
	background-size: cover;
	background-color: #ffb700;
	bottom: -1px;
	content: "";
	display: inline-block;
	height: 20px;
	position: absolute;
	right: -1px;
	width: 20px;
  }