
/* ---------------- WIZARD ----------------- */

.configuracion-wizard .page-header{
	border: none;
}

.configuracion-wizard .control-label {
	margin: 20px 0 5px 0;
	font-size: 16px;
}

.configuracion-wizard .control-label small {
	font-size: 70%;
}

/* ------------ WIZARD / PASOS -------------- */

.configuracion-wizard .pagination.pagination-pasos {
	margin: 20px 0 0;
}

.configuracion-wizard .pagination.pagination-pasos > ul {
	box-shadow: none;
}

.configuracion-wizard .pagination.pagination-pasos > ul > li {
	display: inline-block;
}

.configuracion-wizard .pagination.pagination-pasos > ul > li > a,
.configuracion-wizard .pagination.pagination-pasos > ul > li > span {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 23px;
	box-shadow: none;
	border: none;
	background-color: #e1e1e1;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	margin-left: 0;
	-ms-transform: scale(0.8,0.8);
	-webkit-transform: scale(0.8,0.8);
	-moz-transform: scale(0.8,0.8);
	-o-transform: scale(0.8,0.8);
	transform: scale(0.8,0.8);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.configuracion-wizard .pagination.pagination-pasos > ul > li.active > a,
.configuracion-wizard .pagination.pagination-pasos > ul > li.active > span{
	background-color: #999;
	color: #fff;
	-ms-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
}

/* ------------- WIZARD / BIENVENIDO -------------- */

.wizard-configuracion-bienvenido {
	position: relative;
}

.wizard-configuracion-bienvenido .img-wizard-configuracion-bienvenido {
	margin: -145px auto 0;
	display: block;
}

.wizard-configuracion-accion {
	position: absolute;
	width: 100%;
}

.wizard-configuracion-bienvenido .btn-primary {
	top: 10px;
	left: 215px;
	position: relative;
	margin-top: 10px;
	font-size: 20px;
	padding: 20px 30px;
	border-radius: 10px;
}

@media (min-width: 1200px) {
	.wizard-configuracion-bienvenido .btn-primary {
		top: -110px;
		left: 320px;
		padding-left: 30px;
		padding-right: 30px;
		font-size: 24px;
		line-height: 40px;
	}
}

@media (max-width: 979px) {
	.wizard-configuracion-bienvenido .btn-primary {
		left: 125px;
		top: 45px;
	}
}

@media (max-width: 767px) {
	.wizard-configuracion-bienvenido .btn-primary {
		left: 5%;
		height: 60px;
		font-size:12px;
		position: relative;
		width: 50%;
		top: 10px;
	}
}


/* ------------- WIZARD / NOMBRE -------------- */

.wizard-configuracion-nombresitio {
	background: none;
}

.wizard-configuracion-nombresitio .page-header {
    margin-bottom: 50px;
}

.wizard-configuracion-nombresitio h1 {
	color: #fc3903;
	font-size: 52px;
	line-height: 52px;
}

.wizard-configuracion-nombresitio h2 {
	margin-top: 20px;
}

.wizard-configuracion-nombresitio .page-body {
	min-height: 250px;
}

.wizard-configuracion-nombresitio .page-footer .form-actions {
	padding: 19px 0 20px;
}

.wizard-configuracion-nombresitio .tipo-de-sitio {
	margin-bottom: 40px;
}

.wizard-configuracion-nombresitio .page-body select + .description {
	margin-top: -5px;
}

@media (min-width: 767px) {
	.wizard-configuracion-nombresitio {
		background: url(/img/wizard-01-nombre-y-email.png) -25px 60px no-repeat;
		background-size: 40%;
	}
}

@media (min-width: 1200px) {
	.wizard-configuracion-nombresitio {
		background-size: 38% auto;
		background-position: left 15px;
	}
	
	.wizard-configuracion-nombresitio .page-body{
		min-height: 350px;	
	}
}

/* ------------- WIZARD / TEMPLATE -------------- */

.wizard-configuracion-template .page-header {
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
}

.template-seleccionado {
	background: url('/img/snippets/bg-controles-snippets.png') repeat;
	border-bottom: 1px solid #ccc;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

.wizard-configuracion-template .template-seleccionado {
	background: transparent;
	top: -85px;
	margin-left: -20px;
    margin-right: -20px;
}

.template-seleccionado .template-navegador-container {
	position: relative;
	width: 100%;
}

.template-seleccionado .template-navegador-container .template-navegador {
	position: absolute;
	width: 98.7%;
	height: 100%;
	bottom: 0;
	padding-left: 1px;
}

.template-seleccionado .template-navegador-container .template-navegador > img {
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.template-seleccionado .template-navegador-container .template-navegador .navegador-spinner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 33%;
    text-align: center;
    z-index: 1;
    color: #fff;
}

.template-seleccionado .template-comenzar-container {
	margin-top: 5%;
	margin-bottom: 20px;
}

.template-seleccionado .template-comenzar-container .btn {
	font-size: 14px;
}

.wizard-configuracion-template .template-seleccionado .template-comenzar-container .btn {
	display: table;
	margin: 20px 0 5px;
	font-size: 14px;
}

.template-seleccionado .template-comenzar-container .btn-link {
	font-size: 11px;
	text-transform: uppercase;
}

.template-seleccionado .template-comenzar-container h1 {
	font-weight: 300;
	margin-bottom: 20px;
	font-size: 46px;
}

.template-seleccionado .template-comenzar-container h3 {
    font-size: 20px;
    line-height: 23px;
    color: #999;
}

.wizard-configuracion-template .cargando-templates {
    min-height: 150px;
    padding-top: 150px;
}

.wizard-configuracion-template .wizard-template-volver .btn-link {
	margin-bottom: 20px;
	margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.wizard-configuracion-template .wizard-categorias-templates {
	position: relative;
    top: -40px;
}

.wizard-configuracion-template .wizard-categorias-templates .categorias-templates {
	-webkit-transform: translate3d(0, 0, 0);
}

.wizard-configuracion-template .wizard-categorias-templates .categorias-templates .radio .active {
	font-weight: 700;
}

.wizard-configuracion-template .elige-categoria {
	margin-top: 15px;
}

.wizard-configuracion-template .elige-categoria ul.dropdown-menu {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
	max-height: 400px;
	overflow-y: scroll;
}

.wizard-configuracion-template .elige-categoria ul.dropdown-menu > li > a {
	padding: 10px 15px
}

.wizard-configuracion-template .elige-categoria ul.dropdown-menu > li > a >span {
	font-size: 16px;
    font-weight: 100;
}

.wizard-configuracion-template .elige-categoria input {
    font-size: 21px;
    font-style: italic;
    font-weight: 100;
    height: 40px;
    padding-left: 13px;
    width: 300px;
    background-color: #fff;
    cursor: default;
}

.wizard-configuracion-template .elige-categoria .btn {
	height: 50px;
    width: 50px;
}

.wizard-configuracion-template ul.lista-categorias-templates {
	margin: 0;
}

.wizard-configuracion-template ul.lista-categorias-templates > li {
	list-style: none;
}

.wizard-configuracion-template ul.lista-categorias-templates > li h2 {
    font-size: 24px;
}

.wizard-configuracion-template ul.thumbnails.lista-thumbnails-templates > li > .thumbnail .caption .btn {
    display: block;
    left: 50%;
    margin-left: -73px;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    top: 50%;
   	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.wizard-configuracion-template ul.thumbnails.lista-thumbnails-templates > li:HOVER > .thumbnail .caption .btn {
	opacity:1;
}

.wizard-configuracion-template .pagination {
    text-align: center;
}

@media (min-width: 767px) {
	.template-seleccionado .template-comenzar-container {
		margin-top: 20%;
	}
	.wizard-configuracion-template .template-seleccionado {
		margin-left: 0px;
	    margin-right: 0px;
	}
	.wizard-configuracion-template .template-seleccionado .template-comenzar-container {
		margin-top: 40%;
	}
}

@media (min-width: 979px) {
	.wizard-configuracion-template .template-seleccionado h1 {
		font-size: 70px;
		margin-bottom: 30px;
	}
	.wizard-configuracion-template .template-seleccionado h3 {
	    font-size: 24.5px;
	    line-height: 30px;
	}
	.wizard-configuracion-template .template-seleccionado .btn {
		margin: 30px 0 15px;
		font-size: 17.5px;
	}
}

@media (min-width: 1200px) {
	/*
	.wizard-configuracion-template .template-navegador {
		width: 88%;
	}
	*/
}

/* ------------- WIZARD / PREVISUALIZACION -------------- */

.wizard-configuracion-previsualizacion .page-header h1{
	color: #d32121;
}

.wizard-configuracion-previsualizacion .page-header h1 small{
	font-size: 34.5px;
}

.wizard-configuracion-previsualizacion .page-footer .form-actions {
	margin-top: 0;
}

.wizard-configuracion-previsualizacion .compartir-container,
.wizard-configuracion-previsualizacion .actividades-principales-container{
	margin-bottom: -5000px;
	padding-bottom: 5020px;
}

.wizard-configuracion-previsualizacion .info-container h1 {
    font-size: 70px;
    font-weight: bold;
    color: #fb4d2d;
    letter-spacing: -1px;
    line-height: 1;
	margin-top: 70px;
}

.wizard-configuracion-previsualizacion .info-container h2 {
	margin-top: 20px;
}

.wizard-configuracion-previsualizacion .info-container h3 {
	margin-top: 30px;
}

.wizard-configuracion-previsualizacion .info-container .acciones-sitio {
	margin-top: 40px;
}

/* ------------- WIZARD / NOTEBOOK IFRAME -------------- */

.notebook-iframe-container {
	position: relative;
	max-width: 859px;
	margin: 0 auto;
	margin-top: 40px;
}

.notebook-iframe-container .notebook-iframe-tips .tip {
	height: 48px;
	position: absolute;
	z-index: 4;
	color: #000;
	opacity: 0.5;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.notebook-iframe-container .notebook-iframe-tips .tip .descripcion {
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 34px;
}

.notebook-iframe-container .notebook-iframe-tips .tip .tip-ayuda {
	color: #333;
	text-decoration: none;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

.notebook-iframe-container .notebook-iframe-tips .tip .tip-ayuda i {
	font-size: 20px;
	vertical-align: middle;
}

.notebook-iframe-container .notebook-iframe-tips .tip .tip-ayuda:hover {
	color: #22aae4;
}

.notebook-iframe-container .notebook-iframe-tips .tip:HOVER {
	text-decoration: none;
}

@media (max-width: 979px) {
	.notebook-iframe-container .notebook-iframe-tips.active .tip {
		display: none;
	}
}

.notebook-iframe-container .notebook-iframe-tips .tip .plus {
	background: url(/img/tip.png) no-repeat transparent;
	display: inline-block;
	width: 48px;
	height: 48px;
	position: relative;
	z-index: 2;
	margin-right: -20px;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
}

.notebook-iframe-container .notebook-iframe-tips .tip:HOVER .plus {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}

.notebook-iframe-container .notebook-iframe-tips .tip .leyenda {
	background: #fff;
	color: #333;
	position: relative;
	z-index: 1;
	font-size: 21px;
	vertical-align: 16px;
	line-height: 18px;
	height: 36px;
	display: inline-block;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-left: 20px;
	padding-right: 10px;
}

.notebook-iframe-container .notebook-iframe-tips .tip:HOVER .leyenda {
	color: #22aae4;
}

.notebook-iframe-container .notebook-iframe-tips .tip1 {
	top: 17%;
	left: 22%;
}

.notebook-iframe-container .notebook-iframe-tips.active .tip1 {
	left: 23%;
	opacity: 1;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.notebook-iframe-container .notebook-iframe-tips .tip2 {
	top: 30%;
	left: 49%;
}

.notebook-iframe-container .notebook-iframe-tips.active .tip2 {
	left: 50%;
	opacity: 1;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-ms-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.notebook-iframe-container .notebook-iframe-tips .tip3 {
    bottom: 23%;
    left: 13%;
}

.notebook-iframe-container .notebook-iframe-tips.active .tip3 {
	left: 14%;
	opacity: 1;
	-webkit-transition-delay: 1.5s;
	-moz-transition-delay: 1.5s;
	-ms-transition-delay: 1.5s;
	-o-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.notebook-iframe-container .notebook-iframe-tips .tip4 {
    bottom: 27%;
    left: 54%;
}

.notebook-iframe-container .notebook-iframe-tips.active .tip4 {
	left: 55%;
	opacity: 1;
	-webkit-transition-delay: 2s;
	-moz-transition-delay: 2s;
	-ms-transition-delay: 2s;
	-o-transition-delay: 2s;
	transition-delay: 2s;
}

.notebook-iframe-container .notebook-iframe-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
}

.notebook-iframe-container .notebook-iframe {
    bottom: 12.5%;
    display: block;
    height: auto;
    left: 13.3%;
    overflow: hidden;
    position: absolute;
    right: 12.9%;
    top: 5%;
}

.notebook-iframe-container .notebook-iframe .notebook-iframe-clickable-area {
	background-color: rgba(212, 212, 212, 0.79);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	cursor: default;
	text-decoration: none;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}

.notebook-iframe-container .notebook-iframe .previsualizacion-sitio {
    height: 708px;
    width: 1199px;
    border: none;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}

.notebook-iframe-container .notebook-iframe .previsualizacion-sitio-imagen {
	width: 100%;
}
