
/* ESPECIFICADOR DE PROYECTOS */

.hidden{
	display: none;
}

.sep-esp {
    background-color: #ed2324;
    float: left;
    height: 25px;
    width: 245px;
    clear: left;
}

.box-img{
    background: url(../img/proyecto.jpg) center no-repeat;
    background-size: cover;
    align-items: center;
    border: 1px solid #d7d7d7;
    display: flex;
    float: left;
    height: 460px;
    margin-top: 0px;
    position: relative;
    width: 800px;
}
.box-img2{
    background: url(../img/proyecto2.jpg) center no-repeat;
    background-size: cover;
    align-items: center;
    border: 1px solid #d7d7d7;
    display: flex;
    float: left;
    height: 460px;
    margin-top: 0px;
    position: relative;
    width: 800px;
}
.punto-coordenada{
	background: url('../img/punto-coordenada.jpg') no-repeat center center;
	height: 14px;
	position: absolute;
	width: 14px;
}

.cruz11{
	bottom: 98px;
	left: 275px;
}
.cruz12{
	bottom: 199px;
	right: 269px;
}
.cruz13{
	top: 88px;
	right: 270px;
}
.cruz14{
	top: 72px;
	right: 249px;
}
.cruz15{
	top: 88px;
	right: 222px;
}
.cruz16{
	top: 176px;
	right: 221px;
}
.cruz17{
	top: 143px;
	right: 199px;
}
.cruz18{
	bottom: 125px;
	right: 123px;
}
.cruz19{
	bottom: 178px;
	right: 106px;
}
.cruz20{
	bottom: 117px;
	right: 62px;
}

.box-img > a{
	color: #ed2324;
	font-size: 16px;
	text-decoration: underline;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.box-img > a:hover{
	text-decoration: none;
}

.resumen-especificaciones{
	float: left;
	margin-left: 20px;
	width: 300px;
}

.resumen-esp-head{
	background-color: #f11d2c;
	color: #fff;
	float: left;
	font-family: "Montserrat",sans-serif;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	font-weight: 700;
	margin-top: 30px;
	text-align: center;
	width: 100%;
}

.body-resumen-esp{
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	float: left;
	width: calc(100% - 2px);
}

.footer-resumen-esp{
	border-top: 1px solid #d7d7d7;
	padding: 11px 0 10px;
	position: relative;
	float: left;
	width: 100%;
}

.generar{
	font-size: 20px;
	font-family: 'Source Sans Pro';
	text-align: center;
	float: none !important;
	width: 65%;
	opacity: 0.5;
	cursor: not-allowed;
}

.filtro-esp{
	width: 120px;
	background-color: transparent !important;
	border-left:1px solid #ed2324 !important;
	border-right:1px solid #ed2324 !important;  
	color: #ed2324 !important;
}

.select-esp {
    background: #ed2324 !important;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.open-menu{
	width: 100%;
    height: 100%;
    cursor: pointer;
}
a.agregar-carro{
	width: 100% !important;
    height: 100%;
    position: absolute !important;
    cursor: pointer;
    top: 0;
    left: 0;
    z-index: 1;
}
.menu-esp > a.agregar-carro{
	left: 50px;
    width: calc(100% - 50px);
}

.menu-esp li ul a.agregar-carro:hover{
	background-color: transparent !important;
	cursor: pointer; 
}

.menu-esp{
	display: none;
	background: #fff;
	border: 1px solid #d7d7d7;
	position: absolute;
	height: auto;
	top: 1px;
	left: 1px;
	min-width: 265px;
	font-weight: normal;
	z-index: 9
}

.head-menu-esp{
	height: 48px;
	color: #000;
	font-size: 18px;
	line-height: 48px;
}

.head-menu-esp img{
	border-right: 1px solid #d7d7d7;
	margin-right: 10px;
	float: left;
	cursor: pointer;
}
.head-menu-esp span{
	line-height: 18px;
    margin: 7px 0;
    float: left;
    width: 75%;
    font-size: 14px;
}

.menu-esp li{
	list-style: none;
	border-top: 1px solid #d7d7d7;
	padding: 15px 8px;
	position: relative;
	color: #000;
}

.menu-esp li:hover{
	background: #ed2524;
	color: #fff;
	}

.menu-esp > li.active1{
	background: #ed2524;
	color: #fff;
	}
	
.menu-esp ul li img, .menu-esp ul li span{
    float: right;
}

.menu-esp li ul{
	background-color:#f7f4f4; 
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	position: absolute;
    left: 266px;
    width: 230px;
    top: 0px;
	display: none;
	}
.menu-esp li ul li ul{
	position: relative;
    top: 16px;
    left: -8px;
}
.menu-esp li:hover > ul{
	display: block;
}

.menu-esp li ul li:hover ul{
	display: block;
}

.menu-esp li ul{
	color: #000;
	}

.menu-esp li ul .accordionButton{
	border-top: 1px solid #d7d7d7;
	padding: 15px 8px;
	float: left;
	width: calc(100% - 16px);
	position: relative;
}

.menu-esp li ul .accordionButton img{
	float: right;
}

.menu-esp li ul .accordionButton:hover{
	background-color:#f7f4f4; 
	color: #000;
	cursor: pointer; 
}

.menu-esp li ul .accordionButton.active2{
	background-color:#f7f4f4; 
	color: #000;
}
.accordionContent > div{
	position: relative;
}

.accordionContent{
	float: left;
    width: 100%;
}

.accordionContent > div{
	float: left;
	width: calc(100% - 28px) !important;
	background: #fff;
	color: #000;
	text-decoration: none;
	padding: 15px 8px 15px 20px !important;
	position: relative;
}

.accordionContent > div:hover{
	background: #fff !important;
	color: #a1a1a1 !important;
}

.accordionContent > div span{
	float: right;
	font-size: 17px;
	font-weight: bold;
	color: #ed2524;
	}

/*.accordionContent > a:hover span{
	color: #fff !important;
}*/

/* Tooltip text */
.accordionContent > div .tooltiptext {
	border: 1px solid #d7d7d7;
    visibility: hidden;
    width: 360px;
    background-color: #fff;
    color: #fff;
    text-align: center;
    padding: 5px 0;

    /* Position the tooltip text */
    position: absolute;
    z-index: 99;
    bottom: 115%;
    left: -20%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
    -webkit-box-shadow: 0px 5px 13px 7px rgba(101, 101, 101, 0.29);
	-moz-box-shadow:    0px 5px 13px 7px rgba(101, 101, 101, 0.29);
	box-shadow:         0px 5px 13px 7px rgba(101, 101, 101, 0.29);
}

/* Tooltip arrow */
.accordionContent > div .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.accordionContent > div:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.arrow-tooltip{
	left: 47%;
	z-index: 1;
	position: absolute;
	bottom: -17px;
}

.accordionContent > div:hover .tooltiptext a{
	border:0;
}


.accordionContent > div:hover .tooltiptext a:hover{
	background: #fff;
}

/* Form Planta */

.form-planta{	
	background: #fff;
}

.tit-form-planta{
	margin-top: 0;
	text-align: left;
	padding: 0 20px;
	width: calc(100% - 40px);
}

.fancybox-skin {
	border: 1px solid #d7d7d7 !important;
	padding: 0 !important;
	position: relative;
	background: #fff !important;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.fancybox-inner{
/*	width: 465px !important;
	height: 570px !important;*/
}
.fancybox-skin{
	display: table;
	clear: both;
}
.form-planta form{	
	float: right;
    padding: 0 20px;
    width: calc(50%);
    box-sizing: border-box;
}

.form-planta form label{	
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	color:#000;
	margin-top: 20px;
	margin-bottom: 5px;
	float: left;
	position: relative;
}

.form-planta form input{
	background-color:#ccc; 
	font-size: 14px;
	padding: 19px 15px;
	width: calc(100% - 30px);
	float: left;
}
.form-planta form input.pregunta{
    width: calc(100% - 100px);
}
.form-planta form .medida{
	float: right;
	margin: 25px 20px 0px 0;
}


.form-planta .img{
    border-right: 1px solid #d7d7d7;
	position: relative;
	float: left;
	width: 50%;
	padding: 36px 10px 5px;
	margin-top: 15px;
	box-sizing: border-box;
}

.btn-form-planta{
	text-decoration: none;
	color: #ed2324;
	background: #fff;
	padding: 5px 20px;
	float: right;
	font-family: "Asap",sans-serif;
	font-size: 20px;
	border:1px solid #ed2324;
	margin-bottom: 10px;
	cursor: pointer;
	margin-top: 15px;
}

.btn-form-planta:hover,
.btn-form-planta:focus{
	color: #fff;
	background: #ed2324;
	border: 1px solid #ed2324;
}

form a.btn-form-planta:last-child{
	margin-right: 15px !important;
}

/* Resumen Especificaciones */

.breadcrumb-resumen{
	font-size: 12px;
	color: #999;
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.breadcrumb-resumen input{
    font-size: 12px;
    color: #999;
    border: 1px solid #999;
    padding: 8px;
    width: calc(100% - 16px);
    text-transform: uppercase;
}
.breadcrumb-resumen .apodo{
	float: left;
	width: 70%;
	margin-right: 4px;
	color: #4f4f4f;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 0 0;
}
.breadcrumb-resumen > .apodo{
	width: 86%;
}

.breadcrumb-resumen .btn{
	float: left;
	width: calc(14% - 2px);
	padding: 8px 0;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
	margin-top: 6px;
}
.breadcrumb-resumen .btn.btn-success{
    background: #5cb85c;
    border:	1px solid #4cae4c;
    color: #fff;
}
.breadcrumb-resumen .btn.btn-success:hover{
	background: #4cae4c;
}
.breadcrumb-resumen .btn.btn-danger{
    background: #d9534f;
    border:	1px solid #d43f3a;
    color: #fff;
}
.breadcrumb-resumen .btn.btn-danger:hover{
	background: #d43f3a;
}
.breadcrumb-resumen .edit-name-resumen{
	display: none;
}
.campo-resumen{
	border-bottom: 1px solid #d7d7d7;
	float: left;
	padding: 10px 20px 15px;
	width: calc(100% - 40px);
}
.campo-resumen .fa{
	cursor: pointer;
}

/*.campo-resumen input{
	font-size: 18px;
	color: #363636;
}*/

.otras-zonas{
	color: #ed2324;
    font-size: 16px;
    text-decoration: underline;
    position: absolute;
    bottom: 15px;
    left: 15px;
    cursor: pointer;
}
.detalle-esp{
	float: left;
	width: 65%;
}

.detalle-esp input,
.datos-esp input{
	background: #d7d7d7;
	margin-top: 5px;
	padding: 20px 15px;
	width: calc(100% - 30px);
}

.detalle-esp label small{
	font-weight: 300;
	font-size: 14px;
}
.detalle-esp label > span{
	font-weight: 300;
	font-size: 14px;
}

.campo-left{
	float: left;
	margin: 20px 10px 0 20px; 
	width: calc(50% - 35px);
}

.campo-right{
	float: right;
	margin: 20px 20px 0 10px;
	width: calc(50% - 35px);
}

.campo-completo{
	float: left;
	margin: 20px 20px 0;
	width: calc(100% - 40px);
}

.campo-sin-llenar{
	background-color: #fccbcb !important;
	border:1px solid #ed2324;
    padding: 19px 15px !important;
}

.requerido{
	color: #ed2524;
}

.btn-form{
	border:1px solid #ed2324;
	color: #ed2324;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 33px;
	text-decoration: none;
	text-align: center;
	width: 120px;
}

.btn-form:hover{
	background-color: #ed2324;
	color: #fff;
}

.btn-sig{
	margin-right: 20px;
	margin-left: 10px;
}

.datos-esp{
	float: right;
	width: 30%;
}

fieldset{
	border:0;
	margin: 0;
	padding: 0;
}

div.checker span{
	background: url('../img/checkbox.jpg') no-repeat !important;
}

div.checker span.checked{
	background: url(../img/checkbox-ok.jpg) no-repeat !important;
}

.resumen-int{
	float: left;
	width: 80%;
}

.item-resumen{
	float: left;
	padding: 20px;
	width: calc(100% - 40px);
	border-bottom: 1px solid #d7d7d7;
}

.item-resumen:last-child{
	border-bottom: 0;
}

.img-resumen{
	float: left;
	width: 20%;
	border:1px solid #d7d7d7;
	margin-right: 20px;
}

.info-resumen{
	float: left;
	width: calc(80% - 25px);
}

.titulo-esp{
	font-family: 'Asap' sans-serif;
	font-size: 18px !important;
	color: #363636 !important;
	margin-bottom: 0;
}

.info-resumen p{
	color: #a3a3a3;
	float: left;
	font-size: 14px;
	width: 100%;
	margin-top: 0;
}

.solicitud-enviada{
	background-image: none !important;
	text-align: center;
	display: none;
    position: fixed;
    background: #fff;
    left: calc(50% - 311px);
    top: 100px;
    padding-top: 50px;
    height: 300px;
}

.cont-solicitud{
	float: left;
	width: 100%;
}

.img-mail{
	margin-top: 15%;
}

.enviada{
	font-family: 'Montserrat' sans-serif;
	font-size: 18px;
	color:#bcbec0; 
	width: 100%;
	margin-bottom: 10px;
}

.texto-enviada{
	font-size: 20px;
	font-weight: 300;
	color:#bcbec0; 
	width: 100%;
	margin-top: 0;
}

.btn-aceptar{
	background-color: #ed2324;
	color: #fff;
	font-size: 20px;
	line-height: 33px;
	font-weight: 300;
	padding: 8px 40px;
	text-decoration: none;
}

.btn-aceptar:hover{
	background-color: transparent;
	border:1px solid #ed2324;
	color: #ed2324;
	}


.render-casa{
	background-image: url('../img/casa.jpg');
}

.cruz1-casa{
	bottom: 115px;
	left: 50px;
}
.cruz2-casa{
	bottom: 222px;
	left: 83px;
}
.cruz3-casa{
	bottom: 179px;
	left: 208px;
}
.cruz4-casa{
	top: 67px;
	left: 230px;
}
.cruz5-casa{
	top: 126px;
	right: 186px;
}

.datos-per{

}

.disabled .resumen-esp-head{
	opacity: 0.5;
}
.disabled .btn-form{
	opacity: 0.5;	
}
.disabled .btn-form:hover{
	background: #fff;
	color: #ed2324;
	cursor: not-allowed;
}
.ayuda-eett{
    width: 100%;
    float: left;
    margin: 10px 0;
}
.ayuda-eett .title{
	cursor: pointer;
    font-weight: 400;
    margin: 5px 0 10px;
}
.ayuda-eett .desc{
	float: left;
    width: 81%;
    text-align: justify;
    display: none;
}
.ayuda-eett .desc ul{
	list-style: none;
}
.ayuda-eett .desc ul li{
	margin: 15px 5px;
}

label .fa{
	position: relative
}

.info-retorno{
    position: absolute;
	top: -108px;
    left: -21px;
    background: #fff;
    border: 1px solid #ccc;
    width: 175px;
    font-size: 14px;
    padding: 10px;
    border-radius: 15px;
    font-weight: 100;
	display: none;
    font-family: 'Source Sans Pro',sans-serif;
}
.info-retorno span {
    width: 32px;
    height: 15px;
    position: absolute;
    top: 90px;
    left: 13px;
    background: url(../img/info-icon.png);
}
.especificadores{
	margin-top: 40px;
    float: left;
    width: 100%;
	position: relative;
}
.especificadores .text{
	position: absolute;
    right: 50px;
    top: 30%;
	color: #5b5a5d;
    font-weight: 900;
    font-size: 23px;
    text-transform: uppercase;
    width: 300px;
    text-align: center;
}
.especificadores .text .logo-link{
    position: absolute;
    top: -250px;
    width: 320px;
    left: -10px;
}
.especificadores .btn-especificacion{
	position: absolute;
	right: 50px;
	top: 55%;
    background: url(../img/btn-especificacion.png) center center no-repeat;
	color: #fff;
    width: calc(300px - 120px);
    height: calc(90px - 30px);
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    padding-top: 30px;
    padding-left: 120px;
    font-weight: 900;
    text-transform: uppercase;
}
.especificadores-detalle{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.especificadores-detalle p{
	font-size: 20px;
}
.especificadores-detalle h3{
    font-size: 30px;
    margin: 70px 0;
}
.lightbox{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
	display: none;
    z-index: 10;
}
.lightbox .close{
    color: #fff;
    position: absolute;
    top: 2%;
    right: 2%;
    cursor: pointer;
}
.session{
    background: #fff;
    width: 300px;
    margin: 5% auto 0;
    padding: 15px;
}
.session h3{
    text-align: center;
    font-weight: 900;
    font-size: 18px;
    margin: 20px 0;
}
.session input{
    width: calc(100% - 20px);
    border-bottom: 1px solid #d8dfe5;
    padding: 10px;
    margin-bottom: 10px;
	font-size: 14px;
}
.session button{
    background: #ed2324;
    border: 0;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 15px;
    cursor: pointer;
}
.session .img{
    margin: 0 auto;
    width: 170px;
}
.session h4{
    font-size: 12px;
    color: #aaa;
    text-align: center;
    font-weight: 400;
    margin: 5px 0;
}
.solicitar{
    margin: 0 auto;
    width: 300px;
    background: #FFF;
    padding: 15px;
    text-align: center;
    border-top: 1px solid #d8dfe5;
    height: 20px;
}
.solicitar a{
	color: #000;
}

.solicitar-acceso{
	float: left;
	width: 100%;
}

.solicitar-acceso .title{
    width: 768px;
    margin: 0 auto;
    background: #ed2524;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    padding: 15px 0;
    margin-top: 50px;
}
.solicitar-acceso form{
    border: 1px solid #d8dfe5;
	width: 726px;
    margin: 0 auto;
    border-top: 0;
    display: table;
    clear: both;
    padding: 0 20px;
}
.solicitar-acceso form .input{
	float: left;
    padding: 10px 15px;
}
.solicitar-acceso form .input label{
	display: block;
}
.solicitar-acceso form .input label small{
	color: #ed2524;
}
.solicitar-acceso form .input input{
    background: #d7d7d7;
    padding: 10px;
    width: calc(100% - 20px);
    font-size: 14px;
}
.solicitar-acceso form .input input.error{
	background: #fccbcb;
	border: 1px solid #ed2524;
	padding: 8px;
	width: calc(100% - 22px);
}
.solicitar-acceso form .input.m{
    width: calc(100% / 2 - 30px);
}
.solicitar-acceso form .input.l{
    width: calc(100%  - 30px);
}
.solicitar-acceso .btn-solicitar{
    float: left;
    background: #ed2524;
    color: #fff;
    padding: 10px 20px;
    margin-top: 15px;
    margin-left: calc(50% - 73px);
    border-radius: 3px;
    font-weight: 600;
    margin-bottom: 20px;
    cursor: pointer;
}
.header .user{
    float: right;
    margin: 25px;
}
.logout{
	cursor: pointer;
	display: inline;
}
.edit-user{
    display: inline;
    margin: 0 5px;	
    cursor: pointer;
}
.opc-especificacion ul{
	list-style: none;
}
.opc-especificacion ul li{
	float: left;
	padding: 7px 20px;
	border: 1px solid #ed2324;
	margin-right: 10px;
	cursor: pointer;
	color: #ed2324;
	font-weight: 600;
}
.opc-especificacion ul li.selected{
	color: #fff;
	background: #ed2324;
}
.opc-especificacion ul li:hover{
	color: #fff;
	background: #ed2324;
}
.form-planta .img .link-txt{
	color: #f11d2c;
    font-style: italic;
    font-weight: 800;
    font-size: 20px;
    width: 150px;
    position: absolute;
    top: 0;
    left: 20px;
}
.titulo2{
	position: relative;
}
.titulo2 img{
	position: absolute;
    width: 280px;
    right: 50px;
    top: 0;
}
.session .btn-registro{
	background:#ed2324;
	border: 0;
	width: 100%;
	padding: 10px 0;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	margin-top: 15px;
	cursor: pointer;
	display: table;
	text-align: center;
	text-decoration: none;
	font-weight: 100;
}