	
	
	.selector-estancias:after {
		content: '>';
		position: absolute;
		display: block;
		right: 10px;
		top: 50%;
	}
	
	.selector-estancias {
		position: relative;
		width: 100%;
	    font-size: 1.4em;
	    text-transform: uppercase;
	    border: 0;
	    border-radius: 0;
	    cursor: pointer;
	    -webkit-appearance: none;
	    outline: none;
	    padding: 10px 20px;
	    background-color: #f8f8f8;
	    border-top: 1px solid #cccc;
	    border-bottom: 1px solid #cccc;

	}
	#configurador {
		height: 100vh;
	}
	#configurador > .contenedor {
		display: flex;
		justify-content: center;
	    height: calc(100% - 65px);
	}
	
	#configurador .titulo {
		font-size: 2em;
		margin: 0px 20px 30px 20px;
		font-weight: 300;
		line-height: 1.2em;
		max-width: 350px;
	}
	
	#configurador .estancia-principal {
		font-size: 3em;
	    margin: 20px 20px 0px 20px;
	    line-height: 1.2;
	}
	
	
	#configurador #box-selector {
		width: 30%;
		position: relative;
		overflow: auto;
		min-width: 300px;
	}
	

	
	#lienzo {
		position: relative;
		width: 70%;
	    height: 100%;
	    overflow: hidden;
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover;
        background-color: #f7f6f4;
        background-image: none !important;
	}
	
	#lienzo .estancia {
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	}
	
	#lienzo .estancia.inactivo {
	}
	
	#lienzo .estancia.activo {
	}
	
	
	#lienzo .btn-info {
		position: absolute;
	    z-index: 1;
	    display: block;
	    width: 20px;
	    bottom: 10px;
	    right: 10px;
	    cursor: pointer;
	}
	
	#lienzo .info {
		position: absolute;
	    z-index: 1;
	    width: 90%;
	    top: 50%;
	    left: 50%;
	    padding: 30px;
	    background-color: #033339;
	    color: #fff;
	    max-width: 700px;
	    transform: translate(-50%,-50%);
	    -webkit-transform: translate(-50%,-50%);

	    text-align: center;
		display: none;

	}	
	
	#lienzo .info .cerrar {
		margin-top: 10px;
		font-size: 1.4em;
		cursor: pointer;
		color: #7ad7d7;
	}		
	
	.tipo-acabado {
		/*position: absolute;
		top: 0;
		left: 0;
		 display: none; */
		
	}
	
	.tipo-acabado > .contenedor {
		position: relative;		
	}
	
	.tipo-acabado.inactivo {
		opacity: 0;
	}
	
	.tipo-acabado .capa {
		position: absolute;
		top: 0;
		left: 0;
		/* display: none;*/
	}
	
	.tipo-acabado .capa img {
		width: 100%;
	}	
	
	.tipo-acabado .capa.activa {
		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;	}
	
	
	@-webkit-keyframes fadeIn {
		from {
			opacity: 0;
		}
		
		to {
			opacity: 1;
		}
	}
	
	@keyframes fadeIn {
		from {
			opacity: 0;
		}
		
		to {
			opacity: 1;
		}
	}
	
	
	
	
	
	.tipo-acabado .capa.inactiva {
		opacity: 0;
	}
	
	#box-selector > .acordeon > div.inactivo {
		display: none;
	}
	
	
	.acordeon button {
		width: 100%;
	    text-align: left;
	    border: 0;
	    border-radius: 0;
	    padding: 10px 30px;
	    outline: none;
	    font-size: 1.4em;
	    border-bottom: 1px solid #eeeeee;
	    color: #292728;
	    cursor: pointer;
	    background-color: transparent;
	}

	.panel-acordeon ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	.panel-acordeon ul li {
	    padding: 4px 20px 4px 25px;
	    display: flex;
	    align-items: center;
	    text-transform: uppercase;
	    cursor: pointer;
	}	
	.panel-acordeon ul li .icono {
		position: relative;
		width: 70px;
		height: 70px;
	    min-width: 70px;
	}
	
	.panel-acordeon ul li:hover {
		background-color: #e8e8e8;
	}
	
	.panel-acordeon ul li.activa {
		background-color: #eee;
	}
	
	.panel-acordeon ul li.activa .icono:after {
		content: url('../img/checked.svg');;
		position: absolute;
		display: block;
		left: 0px;
		bottom: 0px;
		width: 25px;
		height: 25px;
	}
	
	
	.panel-acordeon ul li img {
		border-radius: 50%;
		border: 3px solid transparent;
		width: 70px;
		height: 70px;
	}	
	
	.panel-acordeon ul li.activa img {
		border: 3px solid #20636d;
		height: 71px;
	}	
	
	.panel-acordeon ul li .nombre-tipo-acabado {
		margin-left: 10px;
		line-height: 1.2;
	}
	
	.panel-acordeon ul li .precio-acabado {
	    width: 100%;
	    text-align: right;
	    font-style: italic;
	}

	.panel-acordeon, 
	.panel-acordeon.accordion:hover {
	    background-color: #f8f8f8;
	}
	
	.acordeon .panel-acordeon {
		max-height: 0px;
		overflow: hidden;
	}
	
	.acordeon button:after {
	    content: '+';
	    color: #ccc;
	    font-weight: bold;
	    float: right;
	    margin-left: 5px;
	}

	.acordeon button.active:after {
	    content: '-';
	}	
	
	.botonera-configurador {
		position: absolute;
		bottom: 10px;
		width: 100%;
		padding: 30px;
	}
	
	.botonera-configurador .contenedor{
		display: flex;
		justify-content: space-between;
	}
	
	.botonera-configurador .anterior,
	.botonera-configurador .siguiente {
		width: 50%;
	}
	.botonera-horizontal .flickity-page-dots {
		display: none;
	}
	
	.botonera-configurador .anterior {
		text-align: left;
	}
	
	.botonera-configurador .siguiente {
		text-align: right;
	}
	
	.botonera-configurador .botonera {
		position: relative;
	}
	
	.botonera-configurador .botonera .icono {
		max-width: 20px;
		cursor: pointer;
	}
	
	.botonera-expandida {
		position: absolute;
	    bottom: 50px;
	    text-align: center;
	    left: 50%;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);

	    padding: 20px;
        box-shadow: 0px 0px 10px 2px lightgrey;
        min-width: 160px;
        display: none;
        z-index: 9999;
        background-color: #fff;
	}
	
	.botonera-expandida p {
	    margin: 7px 0;
	    position: relative;
    }

    
    .numeros {
	    padding: 30px;
    }
    
    .total {
	    font-size: 1.4em;
	    font-weight: 500;
    }
    
    .resultado-subtotal,
    .resultado-total {
	    margin: 0 4px;
    }
    
    
	.subtotal {
	}
	
	.total,
	.subtotal {
		display: flex;
		text-align: center;
	}
	
	
	.ver-resumen:hover {
		cursor: pointer;
		background-color: #033339;
	}
	
	.ver-resumen {
		margin-top: 20px;
		padding: 5px 10px;
		background-color: #7ad7d7;
		display: inline-block;
		color: #fff;
		font-weight: 500;
	}
	
	.ver-resumen a {
		color: #fff;
	}
	
	#reset {
		display: none;
		color: #fff;
		cursor: pointer;
	}
	
	.boton-reset {
		margin-top: 20px;
	    padding: 5px 10px;
	    background-color: #7ad7d7;
	    display: inline-block;
	    color: #fff;
	    font-weight: 500;
	}

	
	.boton-reset:hover {
		background-color: tomato;
		cursor: pointer;
	}
	

	.boton-reset img {
		width: 14px;
	    vertical-align: middle;
	}
	
	#popup-resumen {
	    width: 100%;
	    height: 100%;
	    position: fixed;
	    padding: 30px;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    z-index: 9;
	    overflow: auto;
		display: none;
		background-color: rgba(3,51,57,0.9);
		background-image: url('../img/loading.svg');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 60px;
	}
	
	#popup-resumen-contenedor {
		background-color: #f8f8f8;
	}
	
	#cerrar-popup {
		display: none;
		width: 70px;
	    position: absolute;
	    background-color: #033339;
	    right: 45px;
	    top: 30px;
	    z-index: 10;
	    padding: 10px;
	    cursor: pointer;
	}
	
	section#resumen {

	}
	.page-id-1043 #configurador #lienzo,
	.page-id-1043 #configurador #box-selector,
	.page-id-943 #configurador #lienzo,
	.page-id-943 #configurador #box-selector {
		width: 50%;
	}
	
	.page-id-1043 .panel-acordeon ul li .precio-acabado,
	.page-id-1043 .panel-acordeon ul li .nombre-tipo-acabado,
	.page-id-943 .panel-acordeon ul li .precio-acabado,
	.page-id-943 .panel-acordeon ul li .nombre-tipo-acabado {
		width: 50%;
	}
	
	.page-id-1043 #lienzo,	
	.page-id-943 #lienzo {
		background-image: url('../img/takara_nocturna.jpg') !important;
		
	}
	
	