@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@100;200;300;400;500;600;700&display=swap');

body{
	font-family: 'PT Sans', sans-serif;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0;
}

.alert-warning {
	border-color: #EE1F26;
	padding-left: 15px !important;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.a_nd{
	position: relative;
}

.a_nd .o-form-field__style-title:hover, .a_nd .o-form-field__style-title-b:hover, .a_nd:hover {
	background-color: inherit;
	color: inherit;
	border-radius: inherit;
}

.a_nd:hover .o-form-field__style-img{
	border: 2px solid #e6e6e6;
	cursor: default;
}

.a_nd:hover .o-form-field__style-title, .a_nd:hover .o-form-field__style-title-b{
	background-color: transparent;
	color: initial;
	cursor: default;
}

.a_nd img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	opacity: 0.6;
}

.nodisponible {
	position: absolute;
	top: calc(30%);
	width: 100%;
	text-align: center;
	background-color: #343434;
	color: white;
	cursor: default;
	font-size: 14px;
	opacity: 0.9;
}

.dependiente {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #343434;
	z-index: 10;
	opacity: 0.7;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	border-radius: 0px;
}

.dependiente-texto {
	position: absolute;
	top: calc(50% - 20px);
	width: 100%;
	text-align: center;
	background-color: #A10C11;
	color: white;
	cursor: default;
	font-size: 16px;
	padding: 10px 0;
	z-index: 11;
}

.simulacion img{
	max-width: 100%;
}

.simulacion_2 img{
	max-width: 40%;
	margin-top: 30px;
}

.imgdemo {
	text-align: center;
	margin-top: 50px;
}

.imgdemo img{
	max-width: 75%;
}

.precios .u-row{
	line-height: 34px;
	padding: 10px 0;
}

.row-bt{
	border-bottom: 1px solid #fcfcfc;
}

.sel-zona{
	width: 220px;
	display: inline-block;
	margin-left: 15px;

}

.zona-gratis {
	font-size: 11px;
	clear: both;
	display: block;
	margin-top: -10px;
}

.w50 {
	width: 50%;
	vertical-align: top;
}

.cargas .separa {
	transform: rotate(270deg);
	font-size: 12px;
	vertical-align: bottom;
}
.cargas td {
	border: none !important;
	text-align: right;
	padding-left: 10px;
}

.carga-titulo{
	font-size: 10px;
}

.tcomponentes {
	display: inline-block;
	margin: 0;
	font-size: 14px;
	font-size: .875rem;
	line-height: 19.6px;
	line-height: 1.225rem;
	font-weight: 400;
	font-family: "PT Sans", sans-serif;
	color: #333;
	width: 100%;
	border-collapse: collapse;
}

.tcomponentes tr.producto:hover {
	transition: .2s ease-in-out;
	background-color: #f0fae3;
}

.add-componente {
	display: inline-block;
	height: 16px;
	color: #78be20;
	font-size: 18px;
	cursor: pointer;
}

.u-col15\@mm {
	width: 14.285714%;
}

.iunidades {
	width: 50px;
	text-align: right;
	padding: 5px;
	margin-right: 5px;
	display: inline-block;
}

.tdnombre{
	width: 60%;
}

.tdcolor{
	width: 20%;
}

.tdprecio{
	width: 75px;
}

.tdunidades{
	width: 95px;
}

.bauhaus-header{
	background-color: #ee1f26 !important;
	min-height: 90px;
}

.bauhaus-footer
{
	background-color: #ee1f26;
}