#ofertas {
	text-align: left;
	border-left: 30px solid #be1521;
	position: relative;
	overflow: hidden;
}

#caja_oferta {
	font-weight: 300;
	font-size: 1.5rem;
	text-transform: uppercase;
	background-color: #fff;
}

h1 {
	font-weight: 600;
	font-size: 3.8rem;
}

h1 small {
	font-size: 3rem;
}


#ofertas:after {
    content: url(/img/v2/fondo_circulos.svg);
    position: absolute;
    width: 60%;
    z-index: 0;
    right: -5%;
    bottom: -10%;
}

#ofertas{
	background: #800f19;
	background: -moz-linear-gradient(left, #800f19 0%, #be1521 25%, #ff1f3a 50%, #be1521 75%, #800f19 100%);
	background: -webkit-linear-gradient(left, #800f19 0%,#be1521 25%,#ff1f3a 50%,#be1521 75%,#800f19 100%);
	background: linear-gradient(to right, #800f19 0%,#be1521 25%,#ff1f3a 50%,#be1521 75%,#800f19 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800f19', endColorstr='#800f19',GradientType=1 );
}

#banner_ofertas{
	overflow: hidden;
}

#banner_ofertas h2{
	font-weight: 100;
	font-size: 2rem;
}

#oferta_flash {
	position: relative;
	overflow: hidden;
	width: 100%;
}

#oferta_flash:before{
	content: url('/img/v2/fondo_circulos.svg');
	position: absolute;
	width: 100%;
	z-index: 0;
	right: -5%;
	bottom: -10%;
}

#oferta_flash:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100vh;
	height: 100%;
	background-color: #be1521;
	opacity: 1;
	z-index: -2;
}

.bg_img_offer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -3;
}

.wrapper_portadas_oferta {
	position: relative;
	z-index: 1;
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}

.wrapper_portadas_oferta figure.ipad {
	width: 80%;
	margin: 0 auto
}

#portadas_oferta {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 70%;
	height: 83%;
	overflow: hidden;
}

#portadas_oferta .conte-lupa{display: none;}

#portadas_texto_medio .btn{
	min-width: 10rem;
	margin-top: 2rem;
}

#portadas_texto_superior {
    font-weight: 400;
    font-size: 1.6rem;
    padding: .5rem 1rem;
    background-color: #000;
    color: #fff;
    display: inline-block;
    position: relative;
}

#portadas_texto_medio {
    width: 100%;
    padding: 1rem 0;
    color: #fff;
    position: relative;
}

#portadas_texto_medio .btn-white {
	background-color: #be1521;
}

#portadas_texto_medio .btn-white:hover {
	background-color: #fff;
}

.texto_tachado,
.precio_tachado {
	text-decoration: line-through;
	text-align: center;
	color: #000;
	font-weight: 400;
	font-size: 1.3rem;
}

.precio_tachado {
	font-weight: 300;
	color: #989897;
}

.texto_bold2 {
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 2rem;
}

.category_menu {
		padding-bottom: 0!important;
}

#oferta_flash_Enterprise {
	text-align: center;
	padding: 2rem 6rem;
	margin: 0 6rem 1rem;
	border: 1px solid #be1521;
}

#oferta_flash_Enterprise p:last-child {
	margin-bottom: 0;
}

.subcaja {
	margin-bottom: 2rem;
}

.portada {
	width: 140px;
	height: 210px;
	overflow: hidden;
}

.subcaja .col {
	padding: .5rem;
	border: 1px solid #ededed;
	box-shadow: 1px 1px 4px #ededed;
	border-left: 0;
}

.subcaja .col p {
	font-size: .8rem;
}

.subcaja .col .timer{
	font-size: .85rem;
	margin: .5rem 0;
}

.subcaja .col .timer img{
	width: 15px !important;
}

.subcaja .btn {
	padding: .6rem;
	font-size: .85rem;
}

.conte-lupa {
	bottom: .7rem;
	width: 28px;
}

.imgOferta {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%; /* 20200213 - Se cambia de 120% a 100%*/
/*		transform: translateX(-50%);
    left: 50%;
    position: absolute; */
}

.clear_but_not_hidden {
	clear: both;
}

.texto_ofertaInf
{
	display: inline-block;
	font-weight: 300;
	color: #ffffff;
	margin: auto;
	text-align: center;
}

.targetSelector{
  display: block;
  position: relative;
  left: 54px;
  padding-bottom:5px;
  cursor: default;
}
.targetSelector span{
  background-color: darkred;
  border: 2px solid black;
  color: lightgrey;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
  box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
}
.targetSelector span:hover{
  background-color: #BB0000;
  transition: ease-in-out 250ms;
}


@keyframes item_portada2_anim
{
    0%   {bottom:75%;}
    100% {bottom:102%;}

}

@keyframes item_portada2_anim_exit
{
    0%   {bottom:75%;}
    100% {bottom:0%;}
}

@keyframes item_portada3_anim
{
    0%   {bottom:150%;}
    100% {bottom:204%;}
}

@keyframes item_portada3_anim_exit
{
    0%   {bottom:150%;}
    100% {bottom:75%;}
}

@keyframes item_portada3_anim_return
{
	0%   {bottom:0%;}
    100%   {bottom:150%;}
}
.item_portada_sm{
	position: relative;
	z-index: 0;
	bottom: 0%;
	transition: bottom .5s ease-in-out;
	-webkit-transition: bottom .5s ease-in-out;
	-moz-transition: bottom .5s ease-in-out;
	-o-transition: bottom .5s ease-in-out;
	height: inherit;
}

/************************* 2 ITEMS POR PORTADA **************************************/
.item_portada_2_1
{
	position: relative;
	z-index: 0;
	bottom: 0%;
	transition: bottom .5s ease-in-out;
	-webkit-transition: bottom .5s ease-in-out;
	-moz-transition: bottom .5s ease-in-out;
	-o-transition: bottom .5s ease-in-out;
}
.item_portada_2_1:hover + .item_portada_2_2
{
	bottom: 0%;
}

.item_portada_2_2
{
	position: relative;
	bottom: 50%;
	z-index: 1;
	padding-top: 2%;
	background-image: url('/img/newOffers_sombrag.png');
	transition: bottom .5s ease-in-out;
	-webkit-transition: bottom .5s ease-in-out;
	-moz-transition: bottom .5s ease-in-out;
	-o-transition: bottom .5s ease-in-out;
}
.item_portada_2_2:hover
{
	bottom: 100%;
}

/****************************************************/

/************************* 3 ITEMS POR PORTADA **************************************/
.item_portada_3_1
{
	position: relative;
	z-index: 0;
	bottom: 0%;
	transition: bottom .5s ease-in-out;
	-webkit-transition: bottom .5s ease-in-out;
	-moz-transition: bottom .5s ease-in-out;
	-o-transition: bottom .5s ease-in-out;
}
.item_portada_3_1:hover + .item_portada_3_2
{
	bottom: 0%;
}
.item_portada_3_1:hover + .item_portada_3_2 + .item_portada_3_3
{
	bottom: 66.66%;
}
.item_portada_3_2
{
	position: relative;
	bottom: 66.66%;
	z-index: 1;
	padding-top: 2%;
	background-image: url('/img/newOffers_sombrag.png');
	transition: bottom .5s ease-in-out;
	-webkit-transition: bottom .5s ease-in-out;
	-moz-transition: bottom .5s ease-in-out;
	-o-transition: bottom .5s ease-in-out;
}
.item_portada_3_2:hover
{
	bottom: 102%;
}
.item_portada_3_2:hover + .item_portada_3_3
{
	bottom: 66.66%;
}
.item_portada_3_3
{
	position: relative;
	bottom: 133.33%;
	z-index: 2;
	padding-top: 2%;
	background-image: url('/img/newOffers_sombrag.png');
	transition: bottom .5s ease-in-out;
	-webkit-transition: bottom .5s ease-in-out;
	-moz-transition: bottom .5s ease-in-out;
	-o-transition: bottom .5s ease-in-out;
}
.item_portada_3_3:hover
{
	z-index: 10;
	bottom: 203%;
}
/****************************************************/

/************************* 4 ITEMS POR PORTADA **************************************/
.item_portada_4_1
{
	position: relative;
	z-index: 0;
	bottom: 0%;
	transition: bottom .5s ease-in-out;
	-webkit-transition: bottom .5s ease-in-out;
	-moz-transition: bottom .5s ease-in-out;
	-o-transition: bottom .5s ease-in-out;
}
.item_portada_4_1:hover + .item_portada_4_2
{
	bottom: 0%;
}
.item_portada_4_1:hover + .item_portada_4_2 + .item_portada_4_3
{
	bottom: 75%;
}
.item_portada_4_1:hover + .item_portada_4_2 + .item_portada_4_3 + .item_portada_4_4
{
	bottom: 150%;
}
.item_portada_4_2
{
	position: relative;
	bottom: 75%;
	z-index: 1;
	padding-top: 2%;
	background-image: url('/img/newOffers_sombrag.png');
	transition: bottom .5s ease-in-out;
	-webkit-transition: bottom .5s ease-in-out;
	-moz-transition: bottom .5s ease-in-out;
	-o-transition: bottom .5s ease-in-out;
}
.item_portada_4_2:hover
{
	bottom: 102%;
}
.item_portada_4_2:hover + .item_portada_4_3
{
	bottom: 75%;
}
.item_portada_4_2:hover + .item_portada_4_3 + .item_portada_4_4
{
	bottom: 150%;
}
.item_portada_4_3
{
	position: relative;
	bottom: 150%;
	z-index: 2;
	padding-top: 2%;
	background-image: url('/img/newOffers_sombrag.png');
	transition: bottom .5s ease-in-out;
	-webkit-transition: bottom .5s ease-in-out;
	-moz-transition: bottom .5s ease-in-out;
	-o-transition: bottom .5s ease-in-out;
}
.item_portada_4_3:hover
{
	bottom: 203%;
}
.item_portada_4_3:hover + .item_portada_4_4
{
	bottom: 150%;
}
.item_portada_4_4
{
	position: relative;
	bottom: 225%;
	z-index: 2;
	padding-top: 2%;
	background-image: url('/img/newOffers_sombrag.png');
	transition: bottom .5s ease-in-out;
	-webkit-transition: bottom .5s ease-in-out;
	-moz-transition: bottom .5s ease-in-out;
	-o-transition: bottom .5s ease-in-out;
}
.item_portada_4_4:hover
{
	bottom: 304.5%;
}
/****************************************************/


/************************* 5 ITEMS POR PORTADA **************************************/
.item_portada_5_1
{
	position: relative;
	z-index: 0;
	bottom: 0%;
	transition: bottom .5s ease-in-out;
	-webkit-transition: bottom .5s ease-in-out;
	-moz-transition: bottom .5s ease-in-out;
	-o-transition: bottom .5s ease-in-out;
}
.item_portada_5_1:hover + .item_portada_5_2
{
	bottom: 0%;
}
.item_portada_5_1:hover + .item_portada_5_2 + .item_portada_5_3
{
	bottom: 80%;
}
.item_portada_5_1:hover + .item_portada_5_2 + .item_portada_5_3 + .item_portada_5_4
{
	bottom: 160%;
}
.item_portada_5_1:hover + .item_portada_5_2 + .item_portada_5_3 + .item_portada_5_4 + .item_portada_5_5
{
	bottom: 240%;
}
.item_portada_5_2
{
	position: relative;
	bottom: 80%;
	z-index: 1;
	padding-top: 2%;
	background-image: url('/img/newOffers_sombrag.png');
	transition: bottom .5s ease-in-out;
	-webkit-transition: bottom .5s ease-in-out;
	-moz-transition: bottom .5s ease-in-out;
	-o-transition: bottom .5s ease-in-out;
}
.item_portada_5_2:hover
{
	bottom: 102%;
}
.item_portada_5_2:hover + .item_portada_5_3
{
	bottom: 80%;
}
.item_portada_5_2:hover + .item_portada_5_3 + .item_portada_5_4
{
	bottom: 160%;
}

.item_portada_5_2:hover + .item_portada_5_3 + .item_portada_5_4 + .item_portada_5_5
{
	bottom: 240%;
}
.item_portada_5_3
{
	position: relative;
	bottom: 160%;
	z-index: 2;
	padding-top: 2%;
	background-image: url('/img/newOffers_sombrag.png');
	transition: bottom .5s ease-in-out;
	-webkit-transition: bottom .5s ease-in-out;
	-moz-transition: bottom .5s ease-in-out;
	-o-transition: bottom .5s ease-in-out;
}
.item_portada_5_3:hover
{
	bottom: 203%;
}
.item_portada_5_3:hover + .item_portada_5_4
{
	bottom: 160%;
}

.item_portada_5_3:hover + .item_portada_5_4 + .item_portada_5_5
{
	bottom: 240%;
}
.item_portada_5_4
{
	position: relative;
	bottom: 240%;
	z-index: 2;
	padding-top: 2%;
	background-image: url('/img/newOffers_sombrag.png');
	transition: bottom .5s ease-in-out;
	-webkit-transition: bottom .5s ease-in-out;
	-moz-transition: bottom .5s ease-in-out;
	-o-transition: bottom .5s ease-in-out;
}
.item_portada_5_4:hover
{
	bottom: 304.5%;
}
.item_portada_5_4:hover + .item_portada_5_5
{
	bottom: 240%;
}
.item_portada_5_5
{
	position: relative;
	bottom: 320%;
	z-index: 2;
	padding-top: 2%;
	background-image: url('/img/newOffers_sombrag.png');
	transition: bottom .5s ease-in-out;
	-webkit-transition: bottom .5s ease-in-out;
	-moz-transition: bottom .5s ease-in-out;
	-o-transition: bottom .5s ease-in-out;
}

.item_portada_5_5:hover
{
	bottom: 406%;
}
/****************************************************/

.content_caja_superior
{
	float: left;
	background-color: #eaeaec;
	width : 169px;
	height: 85px;
	/*193px*/
	padding:0px;
	margin: 0px;
	border: 0px;
	overflow: hidden;
}
.tooltip{
	border: 1px groove #e21728;
	padding: 14px;
}


.subcaja_sup
{
	width: 100%;
	margin-bottom: 4px;

	/*border: 1px solid brown;*/
}

.subcaja_med
{
	width: 100%;
	height: 66px;
	margin-bottom: 5px;
	background-color: #eaeaec;
	text-align: center;
	padding-top: 10px;
	/*border: 1px solid brown;*/
	overflow: hidden;
}

.subcaja_inf
{
	width: 100%;
	height: 32px;
	padding-top: 5px;
	/*margin-top: 2px;*/
	background-color: #e21728;
	text-align: center;
	/*border: 1px solid brown;*/
}


.validar_codigo #banner{
	height: 400px;
}

/** MEDIA QUERIES **/
@media (max-width: 1200px) {
	h1{font-size: 3rem;}
	#oferta_flash_Enterprise {text-align: left;padding: 1rem;margin: 0;border: 1px solid #be1521;font-size: 1rem;}
	.portada{width: 129px;height: 200px;}
}
@media (max-width: 992px) {
	h1{font-size: 2rem;}
	#oferta_flash {padding:2rem 0;}
	#oferta_flash:after{left:50%;width:105vh;-ms-transform:translateX(-50%);transform:translateX(-50%);}
	#ofertas{border-left:0;}
	#imagen_oferta{margin-left:0;}
	#portadas_texto_medio .btn {margin-top:.5rem;}
}
@media (max-width: 768px) {
	#caja_oferta{padding: 2rem 0;}
	.wrapper_portadas_oferta figure.ipad{width: 100%;}
	#portadas_oferta{width: 87%;}
	.portada{width: 165px;height: 175px;}

}
@media (max-width: 576px) {
	#caja_oferta{background-color: #be1521;}
	#caja_oferta h1{color: #fff;}
	#caja_oferta .coloured{color: #000 !important;}
	h1{font-size: 2.5rem;}
	h1 small{font-size: .8em;}
	#imagen_oferta{margin-left:-15px;}
	.numTexto_oferta{font-size: 1.5em;}
	.inputTextFiltro {font-size: 1rem !important;line-height: 3rem !important;height: 3rem !important;}
	.wrapper_search:after {width: 3rem;height: 3rem;background-size: 56% auto;}
	.category_menu{padding:0 0 1rem!important;}
	.portada {width: 120px;height: 160px;overflow: hidden;}
	.conte-lupa{width: 25px;}
	.category_menu a:not(.btn):not(.ui-datepicker-next):not(.ui-datepicker-prev){margin-bottom: 0;}
	section:not(.main_container){padding-top: .5rem;}

}
@media (max-width: 500px) {

}
@media(max-width: 480px){
	.portada{width: 100px;height: 170px;}
}
