/* misc. */
	.display-none{
		display: none!important;
	}


	.margin-top-36{
		margin-top: 36px!important;
	}

	.margin-top-15{
		margin-top: 15px!important;
	}

	.margin-top-20{
		margin-top: 20px!important;
	}

	.margin-top-4em{
		margin-top: 4em!important;
	}

	.margin-bottom-20{
		margin-bottom: 15px!important;
	}

	.no-margin-bottom{
		margin-bottom: 0px!important;

	}

	.border-right-grey{
		border-right: 1px solid #eeeeee;
	}

	.border-left-grey{
		border-left: 1px solid #eeeeee;
	}

	.error{
		background-color: pink!important;
		padding: 10px!important;
		font-size: initial!important;
		font-style: normal!important;
		color: initial!important;
	}

	.padding-top-14{
		padding: 6px!important;
	}

	.padding-top-8{
		padding: 8px 0px 0px 0px!important;
	}

	.no-padding{
		padding: 0px!important;
	}
	
	.no-padding-right{
		padding-right: 0px!important;
	}

	.no-margin{
		margin: 0px!important;
	}

	.calcForm .little-label, .modal .little-label{
		font-size: 11px!important;
		color: #222222;
	}

	.width-80{
		width: 80%!important;
		height: 40px!important;
		margin: 0 auto!important;
	}

	.filter-8{
		filter: opacity(35%);
	}

	.font-22{
		font-size: 1.25rem!important;
	}

/* fin misc. */

.title-quick-calc{
	font-size: 32px!important;
	text-align: center!important;
	font-weight: 700;
	margin-bottom: 25px!important;
	margin-top: 0px!important;
}

.form1-quick-calc p{
	font-size: 1.5rem!important;
	
}

.form1-quick-calc .browser-default-input{
	border: 1px solid #d2d2d2;
	padding: 10px;
	font-size: 24px!important;
	text-align: center!important;
	height: 45px!important;
	width: 100%!important;
}

.form1-quick-calc .quick-select{
	width: 250px;
    height: 50px;
    margin: 0 auto;
    cursor: pointer;
    font-size: 36px;
    display: inline-block;

}

	.form1-quick-calc .quick-select option{
		text-align: center!important;
	}


.calcForm{
	background-color: #eeeeee;
	padding-bottom: 10px;

}

.calcForm input[type="number"]{
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	text-align: center;
}

	.calcForm input[type=number]::-webkit-inner-spin-button, 
	.calcForm input[type=number]::-webkit-outer-spin-button { 
	  -webkit-appearance: none; 
	  margin: 0; 
	}

	.calcForm input[type=number] { -moz-appearance:textfield; }

.calcForm .input-radio, {
	display: inline-block;
	border: 1px solid #eeeeee;
	background-color: #ffffff!important;	
	text-align: center;
	

}

.calcForm .input-radio label{
	line-height: 18px;
	display: flex;
	font-size: 13px!important;

}

	.calcForm .input-radio label span{
		margin: auto 0!important;
		width: 100%!important;
		font-size: 12px;
		line-height: 2.1em;
	}

.calcForm .input-radio input[type="radio"]{
	display: none;

}


.calcForm [type="radio"]+label:before, .calcForm [type="radio"]+label:after{
	content: none!important;
	
}

.calcForm [type="radio"]:not(:checked)+label, .calcForm [type="radio"]:checked+label{
	height: 100%!important;
	width: 100%!important;
	padding: 4px!important;
	color: #222222!important;
	margin-left: 0px!important;
	background-color: #ffffff;
	
}

.calcForm input[type="radio"]:checked + label{
	background-color: #03A9F5;
	color: #ffffff!important;
}

.calcForm input[type="radio"]:checked + label .little-label{
	color: #ffffff!important;
}

.background-dark{
	background-color: #222222;
	text-transform: uppercase;
	
}

	.background-dark p{
		padding: 10px;
		color: #ffffff!important;
	}

	.background-dark strong{
		color: #ffffff!important;
	}

.row-totalHeight{
	display: flex;
}

.col-totalHeight{
	min-height: 100%;
}

.fit-img{
	height: 280px!important;
    width: 100%;
    object-fit: cover;
}

.div-product{
	/*padding-top: 15px!important;*/
	margin-top: 45px;
}

	.div-product:hover{		
		
		/*outline: 2px solid #03A9F5;*/
		/*background-color: #fff9c4;*/
	}

	.div-active{
		box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
		/*outline: 2px solid #03A9F5;*/
		
	}

	.div-product p{
		text-align: center!important;
	}

	.div-product .info-precio{
		background-color: #eeeeee;
		font-size: 20px!important;
		padding: 20px 0px 0px 0px!important;
	}
	.div-product .info-precio p{
		line-height: 34px!important;
	}

	.div-product .info-precio .price{
		font-weight: 700;
	}


	.div-product .title-product{
		font-size: 18px!important;
		text-align: center!important;
		
	}

	.btn-submit-form{
		height: auto!important;
		width: 100%!important;
		background-color: #43A047!important;
		border-radius: 0px!important;
	}

	.btn-submit-form:hover{
		background-color: #43A047!important;
	}
	

	.modal-trigger{
		color: initial!important;
	}

	.btnCarritoGreen{
		color: #ffffff!important;
		height: auto!important;
		padding: 3px 10px!important;
	}

		.btnCarritoGreen .material-icons{
			color: #ffffff!important;
		}

		.btnCarritoGreen:hover{
			color: #ffffff!important;
		}

	.help-icon{
		margin-left: 5px;
		margin-top: -34px!important;
		position: absolute;
	}

/* paso 1 */
.form1-quick-calc .input-radio, .form1-quick-calc .input-home{
	margin: 5px!important;
	display: inline-block;
	text-align: center;

}

.form1-quick-calc [type="radio"]+label:before, .form1-quick-calc [type="radio"]+label:after{
	content: none!important;
	
}

.form1-quick-calc input[type="radio"]:checked + label{
	background-color: #03A9F5;
	color: #ffffff!important;
}

.form1-quick-calc input[type="radio"] label:hover{

	text-decoration: none!important;
}

.form1-quick-calc [type="radio"]:not(:checked)+label, .form1-quick-calc [type="radio"]:checked+label{
	
	width: 100%!important;
	padding: 18px!important;
	color: #222222!important;

	
}

.form1-quick-calc .input-home label{
	line-height: 5px;
	display: flex;
	font-size: 1.25rem!important;
	border-bottom: 8px solid #ffffff;
	/*border: 2px solid #03A9F5!important;*/

}

.form1-quick-calc .input-radio label{
	line-height: 5px;
	display: flex;
	font-size: 1.25rem!important;
	background-color: #ffffff;
	border: 2px solid #03A9F5!important;

}

.form1-quick-calc .input-home label:hover{
	text-decoration: none;
	border-bottom: 6px solid #f9bf2f;
}

	.form1-quick-calc .input-radio label span, .form1-quick-calc .input-home label span{
		margin: auto 0!important;
		width: 100%!important;
	}


/* modal del producto */
.modal{
	width: 80%!important;
}

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

	.row-totalHeight{
		display: block!important;
	}
	
	main{
		padding: 0 0 0 1em!important;
	}
}



/* AJUSTES PARA LA PÁGINA  misc.*/
.container{
	margin-top: 0px!important;
}

.quick-calc{
	margin-top: 3em!important;
}

main{
	padding: 1em 2em;
}

.mat .col .row{
	margin: 0px!important;
}


.mat p{
	margin-bottom: 0px!important;
}

.title-light{
	font-size: 24px!important;
}

.mat .input-field .prefix{
	font-size: 1em!important;
	border: 0px!important;
}

.red-color{
	color: red!important;
}

.gamaKeyImg{
	width: 45px;
    position: absolute;
   
}

.mat .input-radio label{
	display: inline-block;
	font-size: 1rem!important;
    background-color: transparent;!important;
    text-align: center;
    min-height: 35px!important;
    min-width: 75px!important;
}

.mat .input-radio input[type="radio"]:checked + label {
    background-color: #03A9F5;
    color: #ffffff!important;
    min-height: 35px!important;
    min-width: 75px!important;
    font-size: 1rem!important;

}

.form1-quick-calc .input-radio input[type="radio"]{
	display: none!important;
}

.center-align{
	text-align: center!important;
}


/* Cambio de los grupos de color */

	.dotList{
		margin: 0px!important;
	}

	.dotList li{
		display: inline-block;
		margin: 0px 3px 0px 0px!important;
		width: 36px!important;

	}

	.dotList label{
		padding: 4px!important;
		
	}

	.dotList [type="radio"]:not(:checked)+label{
		background-color: transparent;!important;
	}

	.dotList input[type="radio"]:checked + label {
	    background-color: #67B359;
	    color: #ffffff !important;
	    width: auto!important;
	}

	.colorDot{

		width: 26px;
	    height: 26px;
	    border-radius: 13px;
	    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
	    margin: 0px!important;
	    display: inline-block;
	    float: left;
	}
