.card_eq_contect .price{	display: flex;	height: auto;}
.card_eq_contect{margin-top: 25px;	height: auto;    width: 100%;    max-width: 330px;}
.p_cont{height: auto;}
.card_eq_contect .price{background: #c00000;width: 70%;	margin-left: auto;	margin-right: auto;	min-height: 20px;	border-radius: 11px 11px 0px 0px;}
.p_c_1, .p_c_2{	float: left;color: white;padding-top: 10px;font-weight: bold;}
.p_c_1{	width: 99%;	text-align: center;	font-size: 19px;}
.p_c_2{  width: 1%;  text-align: end;    padding-right: 3px;font-size: 12px;}
.p_mod{	border-radius: 9px 9px 0px 0px;    min-height: 20px;    background: #595959;    font-size: 20px;    font-weight: bold;    color: white;    text-align: center;    padding: 15px 4px 8px 4px;}

.p_mod sub{
    /*position: absolute;
    top: 114px;*/
    font-size: 11px;
}

.card_eq_body{	min-height: 100px;	background: white;	border-radius: 0px 0px 11px 11px;}
.eq_c_1,.eq_c_2{padding: 10px;	height: 415px;}
.dll_clicks{width: 100%;	justify-content: space-between;    display: flex;    min-height: 33px;}
.dll_clicks button,.btn_i_red{	background: #c00000;    color: white;    min-width: 68px;    min-height: 23px;    border-radius: 13px;    margin-bottom: 10px;    font-weight: bold;}
.btn_i_grey{background: grey;    color: white;    min-width: 68px;    min-height: 23px;    border-radius: 13px;    margin-bottom: 10px;    font-weight: bold;}
.img_modelo{
	height: 300px;
}
.impresoras button{
    border: 0;
} 
.eq_t_mc button{
	width: 20px;
	height: 20px;
}
.eq_t_mc{
	font-weight: bold;
	font-style:italic;
}
.eq_c_2{
	display: none;
}
.footer_eq{
	height: 40px;
	text-align: center;
}

.cinta_espe{/* background: #c00000; */height: 25px;width: 168px;position: absolute;margin-left: 198px;transform: rotate(316deg);margin-top: -55px;border-right: 29px solid transparent;border-left: 30px solid transparent;border-top: 29px solid #c00000;}
.cinta_espe0{
	height: 25px;
    width: 169px;
    position: absolute;
    margin-left: 213px;
    transform: rotate(316deg);
    margin-top: -65px;
    overflow: hidden;
    color: white;
}
.cinta_espe2{
	height: 25px;
    width: 178px;
    position: absolute;
    margin-left: 198px;
    /*transform: rotate(316deg);*/
    margin-top: 0px;

    animation: moveText 5s linear infinite;
    white-space: nowrap;

    color: white;
    font-weight: bold;
}
@keyframes moveText {
    0% {
        transform: translateX(-3%);
    }
    100% {
        transform: translateX(-210%);
    }
}

.card_eq_contect .cotiza{
	background: #c00000;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    min-height: 41px;
    border-radius: 0px 0px 11px 11px;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.24);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: white;
    padding-top: 7px;	
}
.btn_i_red2{
	background: #c00000;
    color: white;
    min-width: 68px;
    min-height: 23px;
    border-radius: 13px;
    margin-bottom: 10px;
    font-weight: bold;
    width: 100px;
    text-align: center;
    padding: 4px 4px 4px 4px;
}
.impresoras{
    float: left;
    width: 335px;
    margin: 0px 11px 0px 11px;
}
.p_cont.label_out{
    height: 70px;
}
.p_cont.label_out .price{
    position: relative;
    height: 111px;
    width: 177px;
    margin-left: -52px;
    display: block;
}
.p_cont.label_out .price .p_c_1{
width: 70%;
    margin-top: 21px;
    margin-left: 24px;
}
.p_cont.label_out .price .p_c_2{
    width: 54%;
    margin-top: 0px;
    padding-top: 0px;
}
.p_mod a{
    text-decoration: none;
}
.p_cont.label_out2 .price{
    box-shadow: 0px 0px 20px rgba(250,10,10,1);
    animation: infinite resplandorAnimation 2s;
}
@keyframes resplandorAnimation {
  0%,100%{
    background: #c00000;
    box-shadow: 0px 0px 20px rgba(250,10,10,1);
  }
  50%{
    background: #ff0000;
    box-shadow: 0px 0px 0px;
  }

}
.preiotachado{
    text-decoration: line-through;
    color: #f1f1f1;
    font-style: italic;
    font-size: 12px;
    font-weight: 100;
    text-align: end;
}