@font-face {
    font-family: dinPro;
    src: url(../fonts/din-pro-cond/DINPro.otf);
}
@font-face {
	font-family: dinProCond;
	src: url(../fonts/din-pro-cond/DINPro-Cond.otf);
}
@font-face {
	font-family: dinProCondBold;
	src: url(../fonts/din-pro-cond/DINPro-CondBold.otf);
}
@font-face {
	font-family: dinProLight;
	src: url(../fonts/din-pro-cond/DINPro-Light.otf);
}
/**************************************************************
					CMS Pages Styles
***************************************************************/
#cms #center_column .block-cms {
  padding-bottom: 20px; }
#cms #center_column h1 {
  margin-bottom: 25px; }
#cms #center_column h3 {
  font-size: 16px;
  border-bottom: none;
  margin: 0;
  padding: 0 0 17px 0; }
#cms #center_column p {
  line-height: 18px; }
#cms #center_column .list-1 li {
  padding: 4px 0 6px 0;
  font-weight: bold;
  color: #46a74e;
  border-top: 1px solid #d6d4d4; }
  #cms #center_column .list-1 li:first-child {
    border: none; }
  #cms #center_column .list-1 li em {
    font-size: 20px;
    line-height: 20px;
    padding-right: 15px;
    vertical-align: -2px; }
#cms #center_column img {
  margin: 4px 0 17px;
  max-width: 100%;
  height: auto; }
#cms #center_column .testimonials {
  border: 1px solid;
  border-color: #dfdede #d2d0d0 #b0afaf #d2d0d0;
  margin: 4px 0 13px 0;
  position: relative; }
  #cms #center_column .testimonials .inner {
    border: 1px solid #fff;
    padding: 19px 18px 11px 18px;
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #fefefe));
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%, #fefefe 100%); }
    #cms #center_column .testimonials .inner span {
      text-indent: -5000px;
      display: inline-block;
      width: 20px;
      height: 15px; }
      #cms #center_column .testimonials .inner span.before {
        background: url(../img/bl-before-bg.png) no-repeat;
        margin-right: 8px; }
      #cms #center_column .testimonials .inner span.after {
        background: url(../img/bl-after-bg.png) no-repeat;
        margin-left: 8px; }
  #cms #center_column .testimonials:after {
    content: ".";
    display: block;
    text-indent: -5000px;
    position: absolute;
    bottom: -16px;
    left: 21px;
    width: 15px;
    height: 16px;
    background: url(../img/testimon-after.gif) no-repeat; }
  #cms #center_column .testimonials + p {
    padding-left: 45px;
    margin-bottom: 18px; }
#cms #center_column p.bottom-indent {
  margin-bottom: 18px; }
#cms #center_column #admin-action-cms {
  background: none repeat 0 0 #F6F6F6;
  border: 1px solid #d2d0d0;
  padding: 10px; }
  #cms #center_column #admin-action-cms p {
    margin: 0; }
    #cms #center_column #admin-action-cms p span {
      display: block;
      padding-bottom: 10px;
      font-size: 14px;
      font-weight: bold;
      color: #333; }
    #cms #center_column #admin-action-cms p .button {
      font: 700 17px/21px Arial, Helvetica, sans-serif;
      padding: 0;
      border: 1px solid;
      padding: 10px 14px;
      display: inline-block; }
      #cms #center_column #admin-action-cms p .button.publish_button {
        color: #fff;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
        border-color: #0079b6 #006fa8 #012740 #006fa8;
        background: #009ad0;
        background: -moz-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
        background: -webkit-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: -o-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: -ms-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0); }
        #cms #center_column #admin-action-cms p .button.publish_button:hover {
          border-color: #01314e #004b74 #0079b6 #004b74;
          filter: none;
          background: #0084bf; }
      #cms #center_column #admin-action-cms p .button.lnk_view {
        color: #333;
        text-shadow: 1px 1px white;
        border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
        background: #f7f7f7;
        background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
        background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0); }
        #cms #center_column #admin-action-cms p .button.lnk_view:hover {
          border-color: #9e9e9e #9e9e9e #c8c8c8 #9e9e9e;
          filter: none;
          background: #e7e7e7; }

/*# sourceMappingURL=cms.css.map */

/* CMS DIA DEL PADRE */
.cms-10 h1,
.cms-10 h2,
.cms-10 h3{
	font-family: "BebasNeue";
}
.cms-10 h1{
	text-align: center;
	color: #2f2f2f;
	font-size: 25px;
	margin-bottom: 8px !important;
}
.cms-10 h1 span{
	display: block;
	font-size: 50px;
	margin-top: 5px;
}
.cms-10 .soy_banner{
	margin: 0 auto;
	text-align: center;
}
.cms-10 .soy_banner h2{
	color: #252324;
	font-size: 30px;
	margin-bottom: 0;
}
.cms-10 .soy_banner h3{
	color: #383735;
	font-size: 25px;
	font-family: inherit;
}
.cms-10 .soy_oculto {
	display: block;
	position: absolute;
	bottom: 55px;
	text-align: center;
	width: 100%;
	background: rgba(255,255,2555,0.75);
	left: 0;
	z-index: 1;
}
.cms-10 .soy_banner:hover img,
.cms-10  #soy_productos img:hover {
	opacity: 0.7;
}
.cms-10 .soy_oculto h2{
	text-transform: uppercase;	
}
.cms-10 .rte > h1,
.cms-10 .rte > h2{
	color: #524f4e;
}
.cms-10 .rte > h2{
	font-size: 30px;
	margin-top: 70px;
}
.cms-10 .rte > h2,
.cms-10 .rte > p{
	text-align: center;
	color: #524f4e;
}
.cms-10 .rte > p {
	font-size: 14px;
	color: inherit;
	line-height: 25px !important;
	margin: 20px auto 40px;
}
.cms-10 .rte #soy_productos h2 {
	text-align: center;
	color: #524f4e;
	font-size: 35px;
	margin-top: 35px;
	margin-bottom: 30px;
}
.cms-10 .rte #soy_productos > div{
	text-align: center;
}
.cms-10 .fa-angle-double-right::before,
.cms-10 .fa-angle-double-left::before{
	font-family: "FontAwesome";
	content: "\f101";
	font-size: 60px;
	position: relative;
	margin-right: 10px;
	top: 7px;
}
.cms-10 .fa-angle-double-right::before{
	content: "\f100";
	margin-right: 0px;
	margin-left: 10px;
}
.cms-10 #soy_linea {
	background: #524f4e;
	height: 4px;
	width: 200px;
	margin: 0 auto;
}

.cms-10 .central img{
	width: 1170px;
}

.cms-10 a,
.cms-10 a:hover, a:active, a:focus{ 
  outline: 0;
}


.cms-10 #center_column h3 {
  font-size: 15px;
}

@media(max-width:991px){
	.cms-10 .rte #soy_productos h2 {
		font-size: 35px;
		margin-top: 15px;
		margin-bottom: 20px;
	}
}
@media(max-width: 768px){
	.cms-10 .central .noresponsive{
		display: none;
	}
	.cms-10 .central .responsive{
		display: inline !important;
		width: auto;
	}
	
}
@media(min-width:481px){
	
	.cms-10 .responsive,	
	.cms-10 #soy_productos i.responsive{
		display: none;
	}
	.soy_banner img{
		margin-bottom: 35px !important;
	}
	.cms-10 .soy_banner:hover .soy_oculto {
		bottom: 55px;
	}
	
	.cms-14 .responsive,	
	.cms-14 #soy_productos i.responsive{
		display: none;
	}
	.soy_banner img{
		margin-bottom: 35px !important;
	}
	.cms-14 .soy_banner:hover .soy_oculto {
		bottom: 55px;
	}
}
@media(max-width:480px){
	.cms-10 #soy_productos i.noresponsive{
		display: none;
	}
	.cms-10 .soy_banner h2{
		font-size: 30px !important;
	}
	.cms-10 .soy_banner h3{
		font-size: 12px !important;
	}
	.cms-10 .rte #soy_productos h2 {
		font-size: 34px !important;
	}
	.cms-10 .fa-angle-double-right::before, 
	.cms-10 .fa-angle-double-left::before {
		font-size: 30px;
		top: 2px;
	}
	.cms-10 .rte #soy_productos h2 {
		margin-top: 25px;
		margin-bottom: 20px;
	}
	.cms-10 .rte > h2 {
		font-size: 30px;
		margin-top: 20px;
	}
	.cms-10 .rte > p {
		font-size: 15px;
		margin: 20px auto;
	}
	.cms-10 .soy_oculto {
		bottom: 35px;
	}
	
	.cms-14 .noresponsive{
		display: none;
	}
	.cms-14 .soy_banner h2{
		font-size: 30px !important;
	}
	.cms-14 .soy_banner h3{
		font-size: 12px !important;
	}
	.cms-14 .rte #soy_productos h2 {
		font-size: 34px !important;
	}
	.cms-14 .fa-angle-double-right::before, 
	.cms-14 .fa-angle-double-left::before {
		font-size: 30px;
		top: 2px;
	}
	.cms-14 .rte #soy_productos h2 {
		margin-top: 25px;
		margin-bottom: 20px;
	}
	.cms-14 .rte > h2 {
		font-size: 30px;
		margin-top: 20px;
	}
	.cms-14 .rte > p {
		font-size: 15px;
		margin: 20px auto;
	}
	.cms-14 .soy_oculto {
		bottom: 35px;
	}
}
@media(max-width:400px){
	.cms-10 .rte #soy_productos h2 {
		font-size: 27px !important;
	}
}


#dia-madre .soy_oculto {
	display: block;
	position: absolute;
	bottom: 55px;
	text-align: center;
	width: 100%;
	background: rgba(255,255,2555,0.2);
	left: 0;
	z-index: 1;
}

#dia-madre, #dia-madre h1, #dia-madre h2{
	font-family: 'dinPro';
}

#dia-madre{max-width: 1128px; margin-left: auto; margin-right: auto}
#dia-madre .imagen-medio {
	padding-top: 14px;
	display: inline-block;
}

#dia-madre img{
	width: 100%;
}
#dia-madre .soy-first-title {
	text-align: center;
	color: #494949;
	font-size: 26px;
}
#dia-madre .soy-first-title span {
	font-family: 'dinProCondBold';
	font-size: 50px;
	font-weight: 700;
}
#dia-madre .soy-first-title span::after {
	border-bottom: 3px solid red;
	content: "";
	width: 282px;
	display: block;
	margin: auto;
	margin-top: 4px;
}
#dia-madre p {
	font-size: 16px;
	font-weight: 100;
	text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;
	color: #494949;
	font-family: 'dinProLight';
	letter-spacing: 1px;
	line-height: 19px !important;
}
#dia-madre .soy_oculto h2 {
	color: #fff;
	font-style: italic;
	font-weight: 700;
	font-size: 26px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-shadow: 3px 3px 3px rgba(70, 70, 70, 1);
}
#dia-madre .first-banner-img {
	margin-top: 30px;
}
#dia-madre .arrow-title {
	color: #494949;
	font-family: 'dinProCondBold';
	letter-spacing: 1px;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 40px;
	margin-top: 44px;
	margin-bottom: 37px;
}
#dia-madre .arrow-title img {
	width: 28px;
	margin-right: 9px !important;
	margin-left: 9px !important;
}
#dia-madre .soy-list-item h2 {
	font-weight: 700;
	color: #494949;
	text-align: center;
	position: absolute;
	bottom: 76px;
	width: 100%;
	font-size: 31px;
	font-style: italic;
}
#dia-madre .last-banner{
	float: left;
}
#dia-madre .soy-list-item {
	margin-bottom: 15px;
}

@media(max-width: 1199px){
	.cms-13 .columns-container .container{
		max-width: 930px;
	}
	#dia-madre .soy-list-item h2 {
		font-size: 28px;
		bottom: 57px;
	}
}
@media(max-width: 991px){
	.cms-13 .columns-container .container {
		max-width: 706px;
	}
	#dia-madre .soy-list-item h2 {
		font-size: 24px;
		bottom: 41px;
	}
}

@media(min-width: 768px){
	#dia-madre .first-img {
		padding-right: 18px;
	}
	#dia-madre .second-img {
		padding-left: 18px;
	}
}

@media(max-width: 767px){
	#dia-madre .soy-first-title {
		margin-top: 47px;
	}
	#dia-madre .arrow-title img{
		display: none;
	}
	#dia-madre .soy-list-item h2 {
		font-size: 14px;
		bottom: 22px;
	}
}
@media(max-width: 479px){
	#dia-madre .soy-list-item{
		width: 100%;
	}
}


/* MOD CMS BLACK FRIDAY 2019*/

@font-face {
	font-family: "Open Sans-extra-bold";
	src: url("../fonts/OpenSans-extrabold.woff2")format('woff');
}


#cms.cms-20 .soy_scorer_content .soy_block_1{
    background: #1A1A1A;

}

#cms.cms-20 .header-container {
    display: none;
}

#cms.cms-20 #columns {
    max-width: none;
}

#cms.cms-20 .soy_block_1{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}


#cms.cms-20 .soy_block_1 a:focus{
	animation-duration: 1s;
}

#cms.cms-20 .soy_block_2{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    height: 990px;
    padding-top: 90px;
    background: url("https://scorer.es/img/cms/blackfriday2019/background_scorer.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

#cms.cms-20 .soy_scorer_content h1 span.soy_black{
    color:#fff;
    font-size: 141px;
    font-weight: 800;
    font-family: Open Sans-extra-bold;
    display: block;
     text-shadow: 1px 5px 15px #000;
}

#cms.cms-20 .soy_scorer_content h1{
    text-align: center;
    line-height: .8;
}
#cms.cms-20 #center_column .soy_block_1 h3{
    margin-top: 50px;
    font-size: 52px;
    color:#fff;
    font-weight: 900;
    font-family: Open Sans-extra-bold;
    display: block;
    line-height: 0.8;
    padding-bottom: 0;
     text-shadow: 1px 5px 15px #000;
}

#cms.cms-20 .soy_scorer_content h1 span.soy_friday{
    color:#fff;
    font-size: 127px;
    font-weight: 900;
    font-family: Open Sans-extra-bold;
    display: block;
    text-shadow: 1px 5px 15px #000;
}

#cms.cms-20 .soy_text_block_1{
    color:#fff;
    font-size: 23px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 50px;
}

#cms.cms-20 .soy_text_block_1 p{
	font-family: Open Sans;
	font-weight: 100;
}

#cms.cms-20 .soy_text_block_2{
    text-align: center;


}

#cms.cms-20 #center_column .soy_text_block_2 h2{
    font-size: 60px;
    font-family: Open Sans-extra-bold;
    text-transform: uppercase;
    color:#fff;
    font-weight: 900;
    line-height: 0.8;
     text-shadow: 1px 5px 15px #000;
}

#cms.cms-20 #center_column .soy_text_block_1 img{
    margin-top: 50px;
}

#cms.cms-20 .soy_background_brillo{
    background: url("https://scorer.es/img/cms/blackfriday2019/brillo.png");
    background-size: 100%;
    background-position: center center;
    width: 60%;
    background-repeat: no-repeat;
}



#cms.cms-20 .soy_block_2 .soy_logo_scorer{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cms.cms-20 .soy_block_2 .soy_logo_scorer img{
    width: 50%;
}

#cms.cms-20 .soy_block_2 .soy_items_descuentos{

   /* display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;*/
    width: 75%;
    min-height: 150px;
    margin-top: 100px;

}

#cms.cms-20 .soy_block_2 .soy_items_descuentos .soy-item{
    background: url("https://scorer.es/img/cms/blackfriday2019/box.png");
    background-position: top;
    
    background-repeat: no-repeat;
    height: 330px;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
#cms.cms-20 .soy_block_2 .soy_items_descuentos .soy-item span{
    color:#fff;
    font-size: 107px;
    font-family: Open Sans-extra-bold;
    font-weight: 900;
}

#cms.cms-20 .soy_block_2 .soy_items_descuentos .soy-item a{
	padding: 15px;
	background: #c2082e;
	margin-top: 55px;
	min-width: 182px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-family: Open sans;
	font-weight: 100;
	font-size: 13px;
	cursor: pointer;
}

#cms.cms-20 .soy_block_2 .soy_items_descuentos .soy-item a:hover{
	background: #9e0726;
	font-size: 15px;
	transition: all 0.7s ease-in-out;
	
}

#cms.cms-20 .soy_block_2 .container{
	max-width: none;
}

#cms.cms-20 .vc_row-fluid{
	margin-top: -18px;	
}

@media(max-width: 1200px){
	
	#cms.cms-20 #columns.container{
		padding: 0;
	}
	
	#cms.cms-20 .soy_block_2 .soy_items_descuentos{
	
		width: 100%;
		
	}

}

@media(max-width: 768px){

	#cms.cms-20 #columns.container{
		padding: 0;
	}

    #cms.cms-20 .soy_scorer_content h1 span.soy_black{
        font-size: 70px;
    }

    #cms.cms-20 .soy_scorer_content h1 span.soy_friday{
        font-size: 60px;
    }

    #cms.cms-20 .soy_background_brillo{
        width: 100%;
    }

    #cms.cms-20 .soy_block_1 img {
        padding-left: 15px;
        padding-right: 15px;
    }

    #cms.cms-20 #center_column .soy_block_1 h3{

        font-size: 30px;

    }

    #cms.cms-20 .soy_text_block_1{
        font-size: 16px;

    }

    #cms.cms-20 .soy_block_2{
        background: url("https://scorer.es/img/cms/blackfriday2019/background_scorer.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: auto;
        
    }
    
    #cms.cms-20 #center_column .soy_text_block_2 h2{
    	font-size: 45px;
	}
	
	#cms.cms-20 .soy_block_2 .soy_items_descuentos .soy-item{
		margin-bottom: 70px;
	}

}

