.tienda-main {
	width: 100%;
	min-height: 400px;
	padding: 0.1px;
	font-size: 13px;
	background: rgba(0, 0, 0, 0) url("../images/tienda_bg.png") repeat-y center top / 100% auto;
}
.tienda-section {
	padding: 15px 0;
}
.tienda-section h1 {
	font-weight: bold;
	letter-spacing: -1px;
}
.tienda-section h3 {
	width: 50%;
	color: #5e89ee;
	font-size: 1.3em;
	line-height: 1.5em;
	background: #fff;
	border-radius: 15px;
	padding: 13px;
	font-weight: bold;
}
.tienda-section h4 {
	background: #fff;
	padding: 13px;
	width: max-content;
}
.tienda-container {
	display: flex;
	justify-content: space-between;
	max-width: 920px;
	margin: 40px 0 0 0;
}

.tienda-container .box {
	width: 400px;
	min-height: 660px;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	border-radius: 20px;
	padding: 160px 30px 0 30px;
	margin: 0 0 50px 0;
}
.tienda-container .box.alumno{
	background: #fff url("../images/tienda_alumno.jpg") no-repeat scroll center top / 100% auto;
}
.tienda-container .box.maestro {
	background: #fff url("../images/tienda_maestro.jpg") no-repeat scroll center top / 100% auto;
}
.tienda-container h2 {
	font-size: 2em;
}
.tienda-detalle h2 {
	font-size: 2em;
}
.tienda-container ul {
	list-style: none;
	text-align: left;
	padding: 0;
	width: 87%;
	margin: 20px 0 0 0;
}
.tienda-container li {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='iconli' x='0px' y='0px' viewBox='0 0 30 30' %3E%3Cstyle type='text/css'%3E .iconli-st0%7Bfill:%2300C100;%7D%3C/style%3E%3Cpath class='iconli-st0' d='M15,0C6.7,0,0,6.7,0,15c0,8.3,6.7,15,15,15s15-6.7,15-15C30,6.7,23.3,0,15,0z M15.8,19.5l-2.6,2.6l-5.8-5.8 l2.6-2.6l3.2,3.2L21,9l2.6,2.6L15.8,19.5z'/%3E%3C/svg%3E") no-repeat left top / auto 25px;
	line-height: 1.4em;
	padding: 4px 0 15px 35px;
	min-height: 1vw;
	font-size: 1em;
}
.tienda-container li:first-of-type {
	background: none;
}
.tienda-container select {
	border: 2px solid #3c679f;
	padding: 8px 30px 8px 5px;
	width: 66%;
	outline: none;
	font-size: 1em;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='iconsel' x='0px' y='0px' viewBox='0 0 14 9.7' %3E%3Cstyle type='text/css'%3E .iconsel-st0%7Bfill:%233C679F;%7D%3C/style%3E%3Cpolygon class='iconsel-st0' points='14,0 14,0 0,0 0,0 7,9.7 '/%3E%3C/svg%3E") no-repeat scroll calc(100% - 15px) center/auto 25%;
	margin: 5px 0;
}
.tienda-container select.error {
	border-color: #c00;
}
.tienda-container button {
	background: #3c679f;
	border: none;
	color: #fff;
	height: 40px;
	min-width: 227px;
	font-size: 1.4em;
	margin: 10px 0;
	cursor: pointer;
	transition: all linear 0.2s;
}
.tienda-container button:hover {
	background: #537EB6;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
	margin: 10px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #3c679f;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.paypal-button-container {
	width: 37%;
	overflow: hidden;
}
.paypal-button-container {
	width: 400px;
	margin: 0;
	overflow: hidden;
}

.tienda-detalle-container {
	width: 650px;
	min-height: 500px;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	border-radius: 20px;
	padding: 20px 40px 40px 40px;
	margin: 50px 0;
	background: #fff;
	position: relative;
}
.tienda-detalle-container h3, .tienda-detalle-container h1 {
	color: #1db6e1;
	margin: 5px 0;
}
.tienda-detalle-container h2 {
	margin: 0 0 30px 0;
	letter-spacing: -1px;
}
.tienda-detalle-container h4 {
	line-height: 1.5em;
	margin: 30px 0;
}
.tienda-detalle-container h5 {
	font-size: 1em;
	text-align: right;
}
.tienda-resultado h6 {
    font-size: 1.2em;
    width: 80%;
    line-height: 1.4em;
    font-weight: normal;
    color: #FF8C1C;
    margin: 60px 0 0 0;
}

.tienda-resultado ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    font-size: 1.9em;
    line-height: 1em;
}
.tienda-resultado li {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='iconli' x='0px' y='0px' viewBox='0 0 30 30' %3E%3Cstyle type='text/css'%3E .iconli-st0%7Bfill:%2300C100;%7D%3C/style%3E%3Cpath class='iconli-st0' d='M15,0C6.7,0,0,6.7,0,15c0,8.3,6.7,15,15,15s15-6.7,15-15C30,6.7,23.3,0,15,0z M15.8,19.5l-2.6,2.6l-5.8-5.8 l2.6-2.6l3.2,3.2L21,9l2.6,2.6L15.8,19.5z'/%3E%3C/svg%3E") no-repeat left top / auto 25px;
	padding: 0 0 24px 35px;
    width: max-content;
}
.tienda-resultado ul li a:hover {
    text-decoration: underline !important;
}
.tienda-resultado h4 {
    font-size: 1.2em;
}
.fancybox-wrap {
  top: 100px !important;
}
