/**
* General
*/
	@font-face {
	  font-family: Open_Sans;
	  src: url(fonts/OpenSans-Regular.ttf);
	}
	html, body {font-family: 'geomanist_regularregular', arial, sans-serif; color: #929292; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: #90c7ca; }
	.container,
	.container-fluid { position: relative; }

	.container {max-width: 960px;width: auto; }
	
	.roll-opacity { transition: opacity 0.3s; }
	.roll-opacity:hover {opacity: 0.7; }

	.roll-rotate { transition: -webkit-transform 0.3s; transition: transform 0.3s; transition: transform 0.3s, -webkit-transform 0.3s; -webkit-transform-origin: center center; transform-origin: center center; }
	.roll-rotate:hover {-webkit-transform: rotate(180deg);transform: rotate(180deg); }

	.display-t { display: table; width: 100%; height: 100%; }
	.display-tc { display: table-cell; vertical-align: middle; width: 100%; text-align: center; }
	.display-tc.text-left { text-align:left; }

	[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {display: none !important; }
	
	a { color: #90c7ca; text-decoration: none; }
	a:hover { color: #888888;}
	a:focus { text-decoration: none; }
	.color-blue { color:#90c7ca; }

	.border { border: red 1px solid;}

	img { max-width: 100%; }

	.std-btn { background: #662483; color: white; font-size: 17px;outline: transparent 1px solid; font-weight: bold; text-align: center; height: 50px;line-height: 50px;display: inline-block; border: 0 none; transition:all 0.5s; padding:0 25px; max-width:198px; text-transform: uppercase; }

	.std-btn--sm {/* width: 70%; */padding: 0 20px;font-size: 12px;height: 35px;line-height: initial;}
	
	.std-btn:active,
	.std-btn:focus,
	.std-btn:hover { opacity: 0.5; color: white; text-decoration: none; }

	.std-btn[disabled],
	.std-btn.disabled { opacity: 0.5; }

	.std-btn[disabled]:active,
	.std-btn[disabled]:focus,
	.std-btn[disabled]:hover  
	.std-btn.disabled:active,
	.std-btn.disabled:focus,
	.std-btn.disabled:hover { }

	.std-btn.green { background: #90c7ca;  }
	.std-btn.gray {  background: #6e6d6f; }

	.std-btn-100 { background: #662483; color: white; font-size: 17px;outline: transparent 1px solid; font-weight: bold; text-align: center; height: 50px;line-height: 50px;display: inline-block; border: 0 none; transition:all 0.5s; padding:0 25px; max-width:250px; text-transform: uppercase; }
	
	.std-btn-100:active,
	.std-btn-100:focus,
	.std-btn-100:hover { opacity: 0.5; color: white; text-decoration: none; }
	.std-btn-100[disabled],
	.std-btn-100.disabled { opacity: 0.5; }

	.std-btn-100[disabled]:active,
	.std-btn-100[disabled]:focus,
	.std-btn-100[disabled]:hover  
	.std-btn-100.disabled:active,
	.std-btn-100.disabled:focus,
	.std-btn-100.disabled:hover { }

	.std-btn-100.green { background: #90c7ca;  }
	.std-btn-100.gray {  background: #6e6d6f; }
	.rounded { border-radius: 50%; }
	
	.color-green {  color: #90c7ca; }
	.color-purple { color: #662483; }
	.color-light { color: #b9b9b9; }

	.green .colored { color: #90c7ca; }
	.purple .colored { color: #662483; }

	.green  .bg-colored { background-color: #90c7ca !important; }
	.purple .bg-colored { background-color: #662483 !important; }

	.text-uppercase,
	.text-upper { text-transform: uppercase; }

	#content {background: #f6f6f6;padding-top: 25px;padding-bottom: 25px;}
	.small {font-size: 0.875em;}

	.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {
		display: none!important;
	}
	.hidden { display: none!important; visibility: hidden!important; }
	.nowrap { white-space: nowrap; }

	@media screen and (max-width: 992px) {
		#content {/* padding: 30px 20px 54px 20px; */}
	}
	@media screen and (max-width: 768px) {
		#content {/* padding: 20px; */}
		.visible-xs { display: block!important; }
	}



/**
* Content
*/

/**
* Banner
*/
	#banner {background: url(../img/banner-1.jpg) no-repeat center center #662583;height: 550px; display: block; }

	@media screen and (max-width: 768px) {
		#banner {background-position: 55% center;background-size: 900px auto;}
	}

/**.
* Footer
*/
.banner-footer{background-color: #662583;}
	#footer {padding-top: 20px;font-size: 16px;padding-bottom: 37px;color: white;}
	#footer .links {color: white;font-size: 12px; }
	#footer .links a {color: white;text-transform: uppercase;}
	#footer .social {position: absolute;top: 0;right: 0;}
	#footer .social a {margin-left: 10px;}
	#footer .social a img {width: 16px;}
	#footer .contact {text-transform: uppercase;margin-bottom: 30px;}
	#footer .contact a {color:white;}
	#footer .logo {margin-bottom: 10px;display: block;}
	#footer .logo img {width: 160px;}

	@media screen and (max-width: 768px) {
		#footer {padding: 11px;}
		#footer .links {}
		#footer .links a {display: block;margin-top: 10px;}
		#footer .social {top: 16px;}
		#footer .social a {}
		#footer .social a img {}
		#footer .contact {}
		#footer .logo {}
		#footer .logo img {}
	}

/**
* Home
*/
	#home { }
	#home .welcome{font-size: 16px;margin-bottom: 20px;}
	#home .total{ font-size: 16px; }
	
	#home .section { display: table; width: 100%; margin-bottom: 15px; }
	#home .section .title{ font-family: 'P22Underground'; font-size: 50px; display: table-cell; width: 14.9%; border: #90c7ca 2px solid; color: #90c7ca; padding-left: 14px; padding-top: 23px; line-height: 43px; }
	#home .section .items{display: table-cell;width: 79%;/* padding-left: 10px; */}
	#home .section .items .row { margin-bottom: -10px; }
	#home .section .item {background: white;height: 189px;margin-bottom: 10px;padding: 0px 10px;font-size: 18px;position: relative;}
	#home .section .item.status-closed { opacity: 0.6; }
	#home .section .item .estado{text-transform: uppercase;color: #90c7ca;background: url(../img/icon-almacenado-green.png) no-repeat;padding-left: 40px;line-height: 26px;font-size: 15px;margin-bottom: 14px;margin-left: -11px; }
	
	#home .section .item .estado-new {background-image: url(../img/icon-new-green.png); }
	#home .section .item .estado-requested {background-image: url(../img/icon-new-green.png); }
	#home .section .item .estado-stored {background-image: url(../img/icon-stored-green.png); }
	#home .section .item .estado-picked {background-image: url(../img/icon-picked-green.png); }
	#home .section .item .estado-issue {background-image: url(../img/icon-issue-green.png); }
	#home .section .item .estado-shipped {background-image: url(../img/icon-shipped-green.png); }
	#home .section .item .estado-delivered {background-image: url(../img/icon-delivered-green.png); }
	#home .section .item .estado-pending_pickup {background-image: url(../img/icon-pending_pickup-green.png); }


	#home .section .item .estado-futuro-green { background: url(../img/icon-check-green.png) no-repeat left center; color: #90c7ca; padding-left: 21px; position: absolute; bottom: 15px; right: 15px; font-size: 16px; }
	#home .section .item .estado-futuro-purple { background: url(../img/icon-check-purple.png) no-repeat left center; color: #662483; padding-left: 21px; position: absolute; bottom: 15px; right: 15px; font-size: 16px; }
	
	#home .section .item .hover { position: absolute;width:100%; height: 100%; top: 0; left:0; background: #90c7ca; z-index: 2; color: white; padding: 14px 18px; opacity: 0; transition: all 0.5s; }
	#home .section .item:hover .hover { border: : 1; }
	#home .section .item .hover p {text-align: right;font-size: 16px;}
	#home .section .item .hover .opciones {position: absolute;bottom: 16px;}
	#home .section .item .hover .opciones a {color: white;text-transform: uppercase;font-size: 15px;display: block;margin-top: 3px; transition: all 0.5s;outline: 0 none; }
	#home .section .item .hover .opciones a span {-webkit-transform: scale(1.2);transform: scale(1.2);display: inline-block;-webkit-transform-origin: center center;transform-origin: center center;margin-right: 5px;position: relative;top: 0px;  } 
	#home .section .item .hover .opciones a:hover { text-decoration: none; color: #662483; }
	#home .section .item .green {color:#90c7ca;}
	#home .section .item .purple {color:#662483;}

	#home .section .item.changed:hover { border: #662483 2px solid;  }

	#home .section .item-add {border: #90c7ca 5px solid; background: url(../img/plus-green.png) no-repeat center center; transition: all 0.5s; }
	
	#home .section .item-add:hover { background: #90c7ca url(../img/plus-white.png) no-repeat center center;  }

	#home .section.purple .title{border-color: #662483;color: #662483; }
	#home .section.purple .item .estado{color: #662483;background-image: url(../img/icon-almacenado-purple.png)}

	#home .section.purple .item .estado-new {background-image: url(../img/icon-new-purple.png); }
	#home .section.purple .item .estado-requested {background-image: url(../img/icon-new-purple.png); }
	#home .section.purple .item .estado-stored {background-image: url(../img/icon-stored-purple.png); }
	#home .section.purple .item .estado-picked {background-image: url(../img/icon-picked-purple.png); }
	#home .section.purple .item .estado-issue {background-image: url(../img/icon-issue-purple.png); }
	#home .section.purple .item .estado-shipped {background-image: url(../img/icon-shipped-purple.png); }
	#home .section.purple .item .estado-delivered {background-image: url(../img/icon-delivered-purple.png); }
	#home .section.purple .item .estado-pending_pickup {background-image: url(../img/icon-pending_pickup-purple.png); }


	#home .section.purple .item .estado-futuro { background-image: url(../img/icon-check-purple.png); color: #662483; }
	#home .section.purple .item-add {border-color: #662483;background-image: url(../img/plus-purple.png);}
	#home .section.purple .item .hover {  background-color: #662483; }
	#home .section.purple .item .hover .opciones a:hover { color: #90c7ca; } 
	#home .section.purple .item-add:hover { background: #662483 url(../img/plus-white.png) no-repeat center center;  }
	#home .section.purple .item.changed { border-color: #662483;  }

	#home .resumen { margin-top: 80px; }
	#home .resumen .text-importe {background: url(../img/icon-carrito.png) no-repeat 5px -2px;position: relative;padding-left: 105px;font-size: 18px; color: #888888; }
	#home .resumen .text-importe .num {background: #662483;color: white;border-radius: 50%;position: absolute;top: -10px;left: 47px;width: 32px;height: 32px;text-align: center;line-height: 30px; }
	#home .resumen .total {text-align: right;margin-bottom: 25px; }
	
	#home .resumen .total .cifra { color: #662483;font-size: 46px; line-height: 46px; }
	#home .resumen .total .moneda { font-size: 23px; color: #4e4e4e; }

	#home .resumen .btn-finalizar {max-width: initial;height: 74px;line-height: 75px; }
	
	#home .resumen .promo-code {margin-top: 10px;  }
	#home .resumen .promo-code label {  }
	#home .resumen .promo-code input.form-control {background: white;margin-bottom: 10px; text-align: right;max-width: 187px;display: block;float: right;clear: both; }
	#home .resumen .promo-code .error { margin-bottom: 10px; }
	#home .resumen .promo-code .std-btn {  }

	#home .resumen .opciones-tabla {font-size: 17px;margin-bottom: 42px;  }
	#home .resumen .opciones-tabla a { text-decoration: underline; position: relative; display: inline-block; padding-right: 15px; }
	#home .resumen .opciones-tabla a.mostrar-detalle { color: #888888;  }
	#home .resumen .opciones-tabla a.ocultar-detalle { color: #662483; text-decoration: underline; }
	#home .resumen .opciones-tabla a .chevron { position: absolute; top: 0; right: -6px; }
	
	#home .resumen .table-detalle {width: 100%;margin-bottom: 18px; }
	#home .resumen .table-detalle td {padding-bottom: 11px;  }
	#home .resumen .table-detalle .col-1{text-align: right;font-size: 16px; }
	#home .resumen .table-detalle .col-2{font-size: 17px;text-align: right;width: 15%;padding-right: 13px; }
	#home .resumen .table-detalle .col-3{font-size: 17px;text-align: left;width: 7%;}
	#home .resumen .table-detalle .col-4{text-align: right;font-size: 20px;color: #424242;width: 20%; }
	
	#home .resumen .iva-incluido {font-size: 17px;margin-bottom: 36px; }

	@media screen and (max-width: 768px) {

		#home {padding-top: 20px; }
		#home .welcome{margin-bottom: 10px; }
		#home .total{text-align: left;margin-bottom: 30px; }
		
		#home .section {display: block; }
		#home .section .title{display: block;max-width: 271px;height: 271px;width: auto;margin: 0 auto;margin-bottom: 13px;}
		#home .section .items{display: block;width: auto;padding: 0;}
		#home .section .items .row { }
		#home .section .item {max-width: 271px;height: 100%;width: auto;margin: 0 auto;margin-bottom: 13px;}
		#home .section .item .estado{}
		#home .section .item .estado-futuro { }
		
		#home .section .item .hover {}
		#home .section .item:hover .hover { }
		#home .section .item .hover p {}
		#home .section .item .hover .opciones {}
		#home .section .item .hover .opciones a {}
		#home .section .item .hover .opciones a span {}
		#home .section .item .hover .opciones a:hover { }

		#home .section .item.changed { }

		#home .section .item-add {}
		#home .section .item-add:hover {}

		#home .section.purple .title{}
		#home .section.purple .item .estado{}
		#home .section.purple .item .estado-futuro { }
		#home .section.purple .item-add {}
		#home .section.purple .item .hover {  }
		#home .section.purple .item .hover .opciones a:hover {}
		#home .section.purple .item-add:hover { }
		#home .section.purple .item.changed {}

		#home .resumen { }
		#home .resumen .text-importe {font-size: 16px;margin-bottom: 10px;min-height: 47px;}
		#home .resumen .text-importe .num {}
		#home .resumen .total {}
		
		#home .resumen .total .cifra { }
		#home .resumen .total .moneda { }

		#home .resumen .btn-finalizar {width: 100%;}

		#home .resumen .promo-code input.form-control {width: 100%; float: none;max-width: initial; }

		#home .resumen .opciones-tabla {}
		#home .resumen .opciones-tabla a {}
		#home .resumen .opciones-tabla a.mostrar-detalle {}
		#home .resumen .opciones-tabla a.ocultar-detalle {}
		#home .resumen .opciones-tabla a .chevron { }
		
		#home .resumen .table-detalle {display: block;width: 100%;}
		#home .resumen .table-detalle tbody {display: block;width: 100%;}
		#home .resumen .table-detalle tr {display: block;width: 100%;}
		#home .resumen .table-detalle td {display: block; float: left;}
		#home .resumen .table-detalle .col-1{width: 100%;text-align: left;padding-bottom: 0;}
		#home .resumen .table-detalle .col-2{width: 12%;}
		#home .resumen .table-detalle .col-3{width: 12%;}
		#home .resumen .table-detalle .col-4{width: 76%;}
		
		#home .resumen .iva-incluido {}
	}

/**
* Forms
*/
	.control-label {font-weight: normal;color: #90c7ca;text-transform: uppercase;font-size: 16px;/* text-align: right; */}
	.form-horizontal .control-label {padding-top: 10px;}
	.form-horizontal .form-control-static {/* padding-top: 13px; */}
	input.form-control,
	textarea.form-control { background: #f2f1f1; color: #969696; font-size: 16px;box-shadow: none;border: 0 none;border-radius: 0; }
	input.form-control {height: 45px; }
	input.form-control-inline { display: inline-block; width: 70px; }
	textarea.form-control {  }

	.input-group {  }
	.input-group .form-control:first-child {border-radius: 0;  }
	.input-group .input-group-addon { background: #90c7ca; border:0; min-width: 49px; padding:0; }
	.input-group .input-group-addon:last-child {  border-radius: 0; }

	.lighter input.form-control,
	.lighter textarea.form-control{ background: white; }

	.upload {}
	.upload .picture {border: #90c7ca 2px solid;width: 258px;height: 258px; position: relative;background: no-repeat center center;background-size: cover;}
	.upload .picture input[type=file] {position: absolute;width: 100%;height: 100%;display: block;top: 0;left: 0;z-index: 1; opacity: 0; }
	.upload .picture a {color: #90c7ca;display: block;background: url(../img/icon-camara.png) no-repeat center 83px;width: 100%;height: 100%;position: absolute;top: 0;left: 0;text-align: center;padding-top: 154px;text-decoration: underline;font-size: 18px;}
	.upload .options {text-align: right;color: #90c7ca;}
	.upload .options a {color: #90c7ca;}
	.upload .options img {vertical-align: middle;position: relative;top: -2px;  }

	.has-error div.selector,
	.has-error .form-control,
	.has-error .form-control:focus { border: #90c7ca 2px solid; box-shadow: none; }
	.input-group.has-error .form-control { border-right: 0; }
	.has-error .control-label { color: #90c7ca; }

	.purple .upload .picture a,
	.purple .upload .options,
	.purple .upload .options a,
	.purple .control-label { color: #662483;}
	.purple .upload .picture { border-color:#662483;}
	.purple .upload .picture a {background-image: url(../img/icon-camara-purple.png); }
	
	.purple .has-error div.selector,
	.purple .has-error .form-control,
	.purple .has-error .form-control:focus { border: #662483 2px solid; }
	.purple .has-error .control-label { color: #662483; }

	.purple .input-group.has-error .form-control { border-right: 0; }

	@media screen and (max-width: 768px) {

		.upload {}
		.upload .picture {width: 100%;max-width: 258px;margin: 0 auto;}
		.upload .picture input[type=file] {}
		.upload .picture a {}
		.upload .options {}
		.upload .options a {}
		.upload .options img {}

	}

/**
* Uniform JS
*/
	.selector-wrapper { display: inline-block; }

	div.selector { background: #f2f1f1; border: none; height: 45px; padding-left: 0; width: 100% !important; }
	div.selector span { background: url(../img/chevron-select.png) no-repeat right 10px center !important; height: 45px; line-height: 45px; position: absolute; width: 100% !important; left: 0; top: 0; padding-left: 8px; color: #969696; font-size: 17px; }
	div.selector select { top: 0; line-height: 45px; height: 45px;  }
	div.selector.hover span, 
	div.selector.focus span { }

	.purple div.selector span { background: url(../img/chevron-select-purple.png) no-repeat right 10px center !important; }
	.small-uniform div.selector span {background-size: 13px !important;}

	div.selector.hover,
	div.selector.focus{}

	div.checker, 
	div.checker span, 
	div.checker input { width: 25px; height: 25px; }

	div.checker { background: #f2f1f1;}
	div.checker span { background: none !important; }
	div.checker span.checked{}
	div.checker span.checked:before{content: '\2713';}
	div.checker input { position: absolute; top: 0; left: 0; }

	.lighter div.selector,
	.lighter div.radio,
	.lighter div.checker{ background: white; }

	div.radio, 
	div.radio span, 
	div.radio input {width: 25px;height: 25px;border-radius: 50%;}

	div.radio { background: #f2f1f1;}
	div.radio span { background: none !important; }
	div.radio span.checked{}
	div.radio span.checked:before{content: '\2713';}
	div.radio input { position: absolute; top: 0; left: 0; }


/**
* Tabla desglose
*/
	.table-desglose {font-size: 15px;  }
	.table-desglose tbody > tr > td {border-top: none;padding: 4px;  }
	.table-desglose .col-1{width: 52%;text-align: right;padding-right: 14px;  }
	.table-desglose .col-2{color: #393636;text-align: right;  }
	.table-desglose .col-3{ }

	@media screen and (max-width: 768px) {
		.table-desglose { display: block; width: 100%; }
		.table-desglose tbody   { display: block;  }
		.table-desglose tbody > tr  { display: block; width: 100%;  }
		.table-desglose tbody > tr > td { display: block;  }
		.table-desglose .col-1{ width: 100%; text-align: left; }
		.table-desglose .col-2{ width: 50%; text-align: left; float: left; }
		.table-desglose .col-3{ width: 50%; text-align: right; float: left; }
	}


/**
* Modal
*/

	.modal h2 {font-size: 32px;color: #90c7ca;padding-left: 23px;font-weight: normal;/* margin-top: 10px; *//* margin-bottom: 27px; */}
	.modal-footer {text-align: right;padding-top: 18px;border-top: 0;padding-bottom: 30px;padding: 18px 60px 30px 60px; }
	.modal-footer .std-btn {margin-left: 9px; }
	.modal-footer .std-btn:focus,
	.modal-footer .std-btn:active,
	.modal-footer .std-btn:visited {
		opacity: 1
	}

	.modal-lg {/* width: auto; *//* max-width: 827px; */}
	.modal-content {border: 0 none;border-radius: 0;box-shadow: none;}
	.modal-content .step-1 {border: 0 none;border-radius: 0;box-shadow: none; }
	.modal-content .step-2 {border: 0 none;border-radius: 0;box-shadow: none; }
	.modal-content .step-3 {border: 0 none;border-radius: 0;box-shadow: none; }
	.modal-body {padding: 30px;}
	.modal-body .close {width: 37px;height: 36px;/* background: url(../img/aspa.png) no-repeat center center; */float: none;display: block;position: absolute;top: 7px;right: 7px;opacity: 1;/* text-indent: -9999px; */transition: all 0.5s;border: none;color: black;background: none;appearance: none;font-size: 28px;line-height: 28px;}
	.modal-body .close:hover { transform:rotate(180deg); }
	.modal-footer.text-center {text-align: center;}
	.modal-dialog {box-shadow:0 0 20px 43px rgba(0 0 0 / 25%);}

	.green  .close {background-image: url(../img/aspa-green.png); }
	.purple .close {/* background-image: url(../img/aspa-purple.png); */}

	@media screen and (max-width: 991px) {

		.modal h2 {padding-left: 0;font-size: 25px;}

	}
	@media screen and (max-width: 768px) {
		.modal h2 {padding-left: 0;}
		.modal-body {padding: 45px 20px 0 20px;}
		.modal-footer {padding: 18px 20px 30px 20px;}
		.modal-footer .std-btn {width: 100%;margin-left: 0;max-width: initial;margin-bottom: 5px; }
	}

/**
* Modal ver/editar
*/
	.modal-edit {font-size: 16px;padding: 20px;}
	.modal-edit .upload {position: absolute;top: 51px;right: 61px;}
	.modal-edit .form-group {margin-bottom: 5px;  }
	.modal-edit .control-label {/* padding-right: 17px; */}
	.modal-edit .form-control-static {  }
	.modal-edit .divider {margin-bottom: 32px; }
	.modal-edit .precio-cada { }
	.modal-edit .precio {padding: 16px;font-size: 31px;vertical-align: middle;display: inline-block; }
		
	@media screen and (max-width: 768px) {
		.modal-edit {}
		.modal-edit .upload {position: static;}
		.modal-edit .form-group {}
		.modal-edit .control-label {}
		.modal-edit .form-control-static {  }
		.modal-edit .divider {}
		.modal-edit .precio-cada { text-align: right; margin-top: 50px;}
		.modal-edit .precio {}
	}

/**
* Modal add
*/
	.step { margin-bottom:20px; }
	.modal-add { font-size: 16px; }
	.modal-add .step-number {font-size: 22px;color: #6e6d6f;  }
	.modal-add .step-name { font-size: 27px; margin-bottom: 15px; }
	.modal-add .intro {margin-bottom: 40px;  }
	.modal-add .step-2 { font-size: 17px; }
	.modal-add .step-2 .formato { height: 258px; }
	.modal-add .step-2 .submit-wrapper {margin-top: -50px;padding-top: 0;margin-bottom: 25px; }
	.modal-add .step-3 .form-horizontal { margin-bottom: 30px; }
	.modal-add .step-3 .precio-cada { }
	.modal-add .step-3 .precio {display: inline-block;padding: 7px;font-size: 31px;vertical-align: middle;  }

	@media screen and (max-width: 768px) {
		.modal-add { }
		.modal-add .step-number {}
		.modal-add .step-name {font-size: 20px;}
		.modal-add .intro {}
		.modal-add .step-2 { }
		.modal-add .step-2 .formato { height: auto;}
		.modal-add .step-2 .submit-wrapper {}
		.modal-add .step-3 .form-horizontal {}
		.modal-add .step-3 .precio-cada {text-align: right; }

		.modal-add .step-3 .precio {}

	}
/**
* Modal delivery
*/
	.modal-delivery { font-size: 16px; }
	.modal-delivery .step-number {font-size: 22px;color: #6e6d6f;  }
	.modal-delivery .step-name { font-size: 27px; margin-bottom: 15px; }
	.modal-delivery .precio {display: inline-block;font-size: 31px;vertical-align: middle;position: relative;top: -10px;  }
	.modal-delivery .no-direccion {background: #f2f1f1;height: 45px;line-height: 45px;padding-left: 10px; }
	.modal-delivery .no-direccion a {text-decoration: underline;margin-left: 30px; }

/**
* Modal confirm
*/
	.modal-confirm {text-align: center;}
	.modal-confirm p {font-size: 20px;color: #b9b9b9;}
	.modal-confirm .modal-footer .std-btn { width: 80px; }

/**
* Modal direcciÃƒÂ³n
*/
	.modal-direccion {}
	.modal-direccion h3 {font-size: 27px; color: #6e6d6f;margin-bottom: 10px;margin-top: 0;}
	.modal-direccion .form-horizontal { padding-top: 24px; }
	.modal-direccion .form-group {margin-bottom: 15px; }
	.modal-direccion .control-label { font-size: 16px; }
	.modal-direccion .control-label.text-left { text-align: left; }
	.modal-direccion .form-control {  }

	.modal-direccion .has-error .form-control { border: #6c278b 2px solid; }
	.modal-direccion .has-error div.selector { border: #6c278b 2px solid; }


/**
* Perfil
*/
	.profile { }
	.profile section {width: 100%;display: table;margin-bottom: 10px; }
	.profile section .title{display: table-cell;vertical-align: middle; color: #90c7ca; font-size: 20px;text-align: right;width: 16%;padding-right: 27px;word-break: break-word; }
	.profile section .right{display: table-cell; }
	
	section.profile-perfil .right {background: white;position: relative;padding: 49px 15px;}
	section.profile-perfil .form-group {  }
	section.profile-perfil .form-group.last { margin-bottom: 0; }
	section.profile-perfil .control-label { color: #682586; }
	section.profile-perfil .form-control {  }
	section.profile-perfil .error-message { color: #682586 }
	section.profile-perfil .std-btn {position: absolute;top: 50%;right: 86px;margin-top: -25px;  }

	section.profile-direcciones {  }
	section.profile-direcciones .right {  }
	section.profile-direcciones .right .row { margin-bottom: -10px; }
	section.profile-direcciones .item {background: white center center no-repeat;height: 227px;padding: 26px 15px 26px 33px;font-size: 16px;line-height: 25px;position: relative;margin-bottom: 10px;  }
	section.profile-direcciones .item .options {padding-top: 23px;position: absolute;width: 214px;bottom: 10px;left: 26px;  }
	section.profile-direcciones .item .options .std-btn {padding: 0 19px;width: 32%;  }
	section.profile-direcciones .item .options .std-btn:first-child {width: 65%;margin-right: 1%;  }
	section.profile-direcciones .item-add {  }
	section.profile-direcciones .item-add { transition: all 0.5s; background-image: url(../img/plus-purple.png); }
	section.profile-direcciones .item-add:hover { background: #662483 url(../img/plus-white.png) no-repeat center center;  }


	.profile-historial {  }
	.profile-historial .right {background: white;padding: 27px 36px;  }
	.profile-historial .table {max-width: initial;font-size: 16px;}

	.profile-historial .table th,
	.profile-historial .table td {border-top: 0;padding: 11px 31px;  }

	.profile-historial .table th { color: #692586; text-transform: uppercase; font-weight: normal; font-size: 17px; border-top: 0; }
	.profile-historial .table td {}

	.profile-historial .table tbody > tr:nth-child(odd) td {  }
	.profile-historial .table tbody > tr:nth-child(even) td { background: #f6f6f6;}

	@media screen and (max-width: 992px) {
		.profile section .title {font-size: 16px;  }
		section.profile-perfil .form-group.last {margin-bottom: 15px; }

		section.profile-perfil .std-btn {position: static;margin-top: 0;}
	}
	@media screen and (max-width: 768px) {
		.profile { }
		.profile section {	display: block; padding-top: 20px;}
		.profile section .title{display: block; width: 100%; text-align: left; padding-left: 28px; margin-bottom: 20px; font-size: 20px;}
		.profile section .right{display: block; padding: 50px 28px;}
		
		section.profile-perfil .right {}
		section.profile-perfil .form-group {  }
		section.profile-perfil .control-label {text-align: left;}
		section.profile-perfil .form-control {  }
		section.profile-perfil .error-message { }

		section.profile-direcciones {  }
		section.profile-direcciones .right {padding: 0;  }
		section.profile-direcciones .right .row { }
		section.profile-direcciones .item {}
		section.profile-direcciones .item .options {}
		section.profile-direcciones .item .options .std-btn {}
		section.profile-direcciones .item .options .std-btn:first-child {}
		section.profile-direcciones .item-add {  }
		section.profile-direcciones .item-add {}
		section.profile-direcciones .item-add:hover { }

		section.profile-historial {  }
		section.profile-historial .right {}
		section.profile-historial .table {/* width: 100%; *//* display: block; */}
		section.profile-historial .table tbody {/* display: block; */}
		section.profile-historial .table tr {/* display: block; */}
		section.profile-historial .table th,
		section.profile-historial .table td {/* display: block; *//* text-align: left !important; *//* padding: 2px 20px; */padding: 5px;}
		section.profile-historial .table td:first-child {padding-top: 10px; }
		section.profile-historial .table td:last-child {padding-bottom: 10px; }
		section.profile-historial .table tbody > tr:nth-child(odd) td {  }
		section.profile-historial .table tbody > tr:nth-child(even) td {padding: 5px;}
	}

/**
* Register
*/
	.register { font-size: 16px;  }
	.register .container {background: white;padding: 50px 69px;  }
	.register h1 { color: #454545; font-size: 22px; margin-bottom: 17px; margin-top: 0; }
	.register p.intro {margin-bottom: 44px;   }
	.register .form-group {margin-bottom: 19px;  }
	.register .control-label {  }
	.register .help-block {font-size: 16px;color: #a5a5a5;margin: 0;min-height: 45px;height: 45px; }
	.register .form-control {  }
	.register .submit-wrapper {  }
	.register .has-error .form-control { border: #6c278b 2px solid; }
	.register .has-error .help-block { color: #6c278b; }

	@media screen and (max-width: 768px) {
		.register { }
		.register .container {padding: 25px 28px;}
		.register h1 { }
		.register p.intro {}
		.register .form-group {}
		.register .control-label {  }
		.register .help-block {height: auto;min-height: initial;}
		.register .form-control {  }
		.register .submit-wrapper {  }
		.register .has-error .form-control {}
		.register .has-error .help-block { }
		.register .selector { margin-bottom: 5px; }
	}


/**
* Item filter
*/
	.item-filter {margin-bottom: 20px;}
	.item-filter .std-btn {height: 32px;line-height: 32px;width: 100%;font-size: 13px;padding: 0;}
	.item-filter .form-control {font-size: 13px; height: 32px; line-height: 32px; }
	.item-filter .selector {height: 32px; }
	.item-filter .selector span {height: 100%;line-height: 32px;font-size: 13px;}



	.container-step1 {
		display: flex;
		justify-content: space-between;
	}
	.container-step4 {
		display: flex;
		justify-content: space-evenly;
	}

	.title-category {
		width: 150px;
		height: 150px;
	}

	.title-category button{ 
		border-color: :red; 
		color: red !important; }

	#title-category-purple {
		font-size: 24px;
		color: white;
		background-color: #662483;
		width: 150px;
		height: 150px;
	}
	#title-category-green {
		font-size: 24px;
		color: white;
		background-color: #90c7ca;
		width: 150px;
		height: 150px;
	}
	#estilo_espacio{
		margin-top: 15px;
		margin-left: 8px;
	}

	.estilo_espacio{
		width: : 10px;
	}


	.input-stripe{
	    background: #f2f1f1;
		color: #969696;
		font-size: 16px;
		box-shadow: none;
		border: 0 none;
		height: 45px;
		border-radius: 0;
		padding-left: 10px;
	}
	.StripeElement {
		box-sizing: border-box;
		height: 40px;
		padding: 10px 12px;
		border: 1px solid transparent;
		border-radius: 4px;
		background-color: white;
		box-shadow: 0 1px 3px 0 #e6ebf1;
		-webkit-transition: box-shadow 150ms ease;
		transition: box-shadow 150ms ease;
	}

	.StripeElement--focus {
		box-shadow: 0 1px 3px 0 #cfd7df;
	}

	.StripeElement--invalid {
		border-color: #fa755a;
	}

	.StripeElement--webkit-autofill {
		background-color: #fefde5 !important;
	}

	.step .disabled {
		background-color: #bbb !important;
	}

	@media screen and (max-width:768px){
	.col-md-4-custom{ width:99%; }
	}
	.col-md-4-custom{
    width: 32.33333%;
	display: inline-block;
	padding: 20px;
	font-size: 16px;
	color:white;
   }

   .banner-footer ul li{
   	list-style: none;
   	border-bottom: solid 1px white;
   	padding-top:10px;
   	padding-bottom: 10px; 
   }

   button.disabled {
   		cursor: auto;
   }

   .logo-service{
   		height: 40px;

   }

   	.logo-normal{ height: 60px; }

	.item-list{ border:solid 5px #90c7ca; border-radius:1px; }

	.item-list img{ display:inline-block; }
	.item-list img.active{ display:none; }

	.item-list:hover{ border:solid 5px #662483; border-radius:1px; cursor: pointer; }
	.item-list:hover img{ display:none; }
	.item-list:hover img.active{ display:inline-block; }

	.item-list .item-necesary-espace{ color:#90c7ca; }
    .item-list:hover .item-necesary-espace{ color:#662483; }
    .purple-color{ color:#662483; text-transform: uppercase; font-size: 16px; }
    .ar{ text-align: right; }

    .content-items{ }
    .pt10{ padding-top: 10px; }

    .rrss-icon{ width: 18px; }


    .box_number_input {
	    border: solid 3px #90c7ca !important;
		border-radius: 1px !important;
		margin: auto;
	}

	.box_number_input:hover {
    	border: solid 3px #662483 !important;
    	border-radius: 1px !important;
	}

    .box_number_input img{
   		display:inline-block;
   		height: 50px;
    }
   .box_number_input img.active{
   		display:none;
   		height: 50px;
   }

   .box_number_input:hover img{
   		display:none;
   		height: 50px;
   }
   .box_number_input:hover img.active{
   		display:inline-block;
   		height: 50px;
   }

   .box_number_input .item-necesary-espace{
    	color:#90c7ca;
    }
    .box_number_input:hover .item-necesary-espace{
    	color:#662483;
    }

    .box_number_input:hover input:active,  .box_number_input:hover input:focus{
    	border-color: #662483;
    	box-shadow: inset 0 1px 1px #6424807d,0 0 8px #642480;
    }
    .pt20{
    	padding-top: 20px;
    }

    .pb20{
    	padding-bottom: 20px;
    }

    .last-state{
    
    }
    .item-alias{
    	height: 55px;
    	width:200px;overflow:hidden;
    }


    .status-item-api-text{
    	text-transform: capitalize;
    }
    .al{
    	text-align: left;
    }

    .banner-footer, .banner-footer a, #footer{
    	font-family: "Open_Sans";
    	font-weight: 400;
    	letter-spacing: 0px;
    	font-style: normal;
    	font-size: 16px;
    	line-height: 29px;
    	color: #f1f1f1;
    	font-weight: 500;
    }

    .banner-footer{
    	max-height: 331px;
    	padding-bottom: 64px;
    }


    .type_service_box {
	    border: solid 3px #90c7ca !important;
		border-radius: 1px !important;
		margin: auto;
		width: 150px;
    	height: 150px;
    	color:#90c7ca;
    	font-weight: bold;
    	font-size: 20px;
    	background-color: #fff;
	}
	.type_service_box p{
	   padding-top: 20px;
	}
	.type_service_box.active {
    	border: solid 3px #82449d !important;
    	border-radius: 1px !important;
    	color:#82449d;
    	border-color: -internal-light-dark(#82449d, #82449d);
	}
    .type_service_box img{
   		display:inline-block;
   		height: 60px;
   		padding-top: 5px;
    }

    #footer{
    	max-height: 82px;
    }


   .type_service_box img.active{
   		display:none;
   		height: 60px;
   		padding-top: 5px;
   }

   .type_service_box:hover img{
   		/* display:none;
   		height: 60px;
   		padding-top: 5px; */
   }
   .type_service_box:hover img.active{
   			/* display:inline-block;
   		height: 60px;
   		padding-top: 5px; */
   }


  	.type_service_box.desactive:hover{
   		cursor: auto;
   		opacity: 70%;
   }

   .type_service_box.desactive:hover img{
   }

	#myBtn { display: none; position: fixed; bottom: 20px; right: 30px; z-index: 9999; font-size: 18px; border: none; outline: none; background-color: red; color: white; cursor: pointer; padding: 15px; border-radius: 4px; }

	#myBtn:hover {
	background-color: #555;
	}

	.clear40{
		width: 100%;
		height: 40px;
		clear: both;
	}
	.privado{
		max-width: 300px;
		margin-right: 40px;
		margin-top:40px;
		float:left;   
	}
	.pie-footer{
		background-color: #662583;
		padding-top: 40px;
		padding-bottom: 40px;
		font-size: 18px !important;
	}
	.pie2{
		font-size: 13px !important;
	}
	.pie{
		/* float: left; */
		/* max-width: 30%; */
		/* margin: 20px; */
		color:white;
		font-size: 16px;
	}
	.pie-mas{
		/* float: left; */
		/* max-width: 33%; */
		/* margin: 20px; */
		/* color:white; */
		/* font-size: 16px; */
	}
	.medio{
		margin-top: 20px;
		display: block;
		line-height: 1.8em;
		font-weight: 400;
		letter-spacing: 0px;
		font-style: normal;
		letter-spacing: 1px;
	}
	.clan{
		padding-bottom: 10px !important;
	}
	.clan:hover { color: #90c7ca !important; text-decoration: none;}
	.ver{
		padding-bottom: 10px;
	}
	.nuevo{
		margin-top: 10px;
		margin-bottom: 10px;
		border: 0;
		border-top: 1.5px solid #eee;
		width: 280px;
	}

	@media screen and (max-width: 1200px) {
		.pie-mas{
			border-top: rgb(238 238 238 / 25%) 1px solid;
			margin-top: 10px;
			padding-top: 20px;
		}
	}

	@media screen and (max-width: 991px) {
		.logo-normal { height: 35px; }
	}


	@media screen and (max-width: 768px) {
		.pie{
		}
		.clear40{
			width: 100%;
			height: 40px;
			clear: both;
		}
		.privado{
			max-width: 300px;
			margin-right: 40px;
			margin-top:40px;
			float:left;   
		}
		.pie-footer{
			background-color: #662583;
			padding-top: 40px;
			padding-bottom: 40px;
			font-size: 18px !important;
		}
		.pie2{
			text-align: center;
			font-size: 13px !important;
		}
		.pie{
			color:white;
			font-size: 16px;
		}
		
		.medio{
			margin-top: 20px;
			display: block;
			line-height: 1.8em;
			font-weight: 400;
			letter-spacing: 0px;
			font-style: normal;
			font: PTSansRegular,Arial,Helvetica,sans-serif;
		}
		.clan{
			padding-bottom: 10px !important;
		}
		.clan:hover { color: #90c7ca !important; text-decoration: none;}
		.ver{
			padding-bottom: 10px;
		}
		.nuevo{
			margin-top: 10px;
			margin-bottom: 10px;
			border: 0;
			border-top: 1.5px solid #eee;
			width: 430px;
		}
		.telefono{
			text-align: center;
			padding-top: 45px;
			padding-right: 15px;
			clear: both;
			width: 100%;
		}
	}

/** Wizard steps */
	.wizard_steps {position: relative;overflow: hidden;counter-reset: wizard;list-style: none;padding: 0;/* margin: 0 -2em; */width: 100%;/* margin-left: -2em; */display: flex;justify-content: space-around;}
	.wizard_steps li {position: relative;text-align: center;color: #674ea7;font-weight: 600;transition: all 0.3s ease;flex: 1 1 0px;}
	.wizard_steps .current ~ li { color: #76a5af; }
	.wizard_steps li:before { counter-increment: wizard; content: counter(wizard); display: flex; color: #fff; background-color: #674ea7; border: 2px solid #674ea7; text-align: center; width: 2.5em; height: 2.5em; line-height: 2em; border-radius: 2em; position: relative; left: 50%; margin-bottom: 1em; margin-left: -1em; z-index: 1; align-items: center; justify-content: center; transition: all 0.3s ease; }
	.wizard_steps .current ~ li:before { background-color: #76a5af; color: #fff; border-color: #76a5af; }
	.wizard_steps li + li:after {content: "";display: block;width: 100%;background-color: #674ea7;height: 5px;position: absolute;left: -50%;top: calc(1.25em - 2px);z-index: 0;transition: all 0.3s ease}
	.wizard_steps .current ~ li:after { background-color: #76a5af; }

	@media screen and (max-width:767px){
		.wizard_steps {}
		.wizard_steps li { font-size: 12px; }
		.wizard_steps li:before{width: 30px;height: 30px;font-size: 13px;margin-bottom: 10px;}
		.wizard_steps li + li:after {top: 14px;height: 3px;}
	}

	@media screen and (max-width:500px){
		.wizard_steps {}
		.wizard_steps li {  }
		.wizard_steps li span {display: none;}
		.wizard_steps li:before {margin-bottom: 0;}
	}


/** Presupuesto box */
	.presupuesto-box{position: absolute;left: calc(100% + 40px);top: 0;width: 300px;background-color: #fff;color: #333;padding: 20px 10px;border: 1px solid #674ea7;box-shadow: 0 6px 18px rgba(0,0,0,0.16)!important;-ms-transform: translateY(-3px);}
	.presupuesto-box h3{color: #674ea7;text-transform: uppercase;font-weight: 100;text-align: center;margin: 0;font-size: 18px;}
	.presupuesto-box h4{color: #674ea7;font-weight: 600;text-align: center;margin: 15px 0;line-height: 1.3em;font-size: 20px;}
	.presupuesto-box h4 small{display: block;color: #9E9E9E;font-size: 1rem;line-height: 2rem;}
	.presupuesto-box h4 span{ font-size: 1.5rem; line-height: 1rem; }

	.presupuesto-box h5{ color: #674ea7; margin-bottom: 0; }
	.presupuesto-box p { color: #9E9E9E; }
	.presupuesto-box p a { color: #674ea7; font-weight: 600; }
	.presupuesto-box p strong { color: #674ea7; font-weight: 400; }
	.presupuesto-box ul {padding-left: 20px;color: #9E9E9E;margin-bottom: 10px;}
	.presupuesto-box ul li > div{ display: flex; flex-direction: row; justify-content: space-between; width: 60%; }
	.presupuesto-box p .tooltip-link{ color: #674ea7; font-weight: 600; }
	.presupuesto-box p .tooltip-link:hover{ cursor: pointer; }

	@media screen and (max-width:1500px){
		.presupuesto-box{ position: relative; left: auto; border: 0; width: 100%; }
	}


	@media screen and (max-width:768px){
		.presupuesto-box {/* left: 0; *//* top: calc(100% + 40px); *//* margin-bottom: 120px; *//* width: 100%; *//* max-width: 100% !important; */}
	}

/** Box item */
	.boxitem table{/* width: 100%; */}
	.boxitem p, 
	.boxitem table { color: #9E9E9E; }
	.row.boxitem{display: flex;align-items: center;/* margin-bottom: 10px; */}
	.boxitem .std-btn{/* width: 100%; */}
	.boxitem__image {max-width: 100%;}

	@media screen and (max-width:991px){
		.boxitem__image {max-width: 40px;}
	}

/** Dottable */
	.dottable {display: flex;}
	.dottable__label { }
	.dottable__dots {flex-grow: 1;border-bottom: var(--bs-modal-color) 1px dotted;transform: translateY(-6px);margin: 0 6px;}
	.dottable__value { }