* {
    margin: 0;
    padding: 0;
    border: 0 none transparent;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    outline: 0
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    font-size: 100%
}

body {
    font-family: Raleway, sans-serif;
    color: #444;
    font-weight: 400;
    font-style: normal
}

a {
    outline: 0!important;
    color: #010101
}

a:focus,
a:hover {
    color: #010101;
    outline: 0!important;
    text-decoration: none
}

strong {
    font-weight: 700
}

.text-indent-icon {
    text-indent: -9999em!important
}

.clearfix {
    display: block;
    zoom: 1
}

.clearfix:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.content-grid {
    margin: 0 auto;
    padding: 0 2%;
    max-width: 1200px;
    max-width: 75rem
}

.anchor_tag {
    margin-top: -70px;
    margin-top: -4.375rem;
    position: absolute
}

.youtube__iframe {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    height: auto;
    width: 100%;
    display: inline-table
}

.youtube__iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.youtube__player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #010101
}

.youtube__player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: 0 0
}

.youtube__player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.youtube__player img:hover {
    -webkit-filter: brightness(75%)
}

.youtube__player .play {
    width: 120px;
    width: 7.5rem;
    height: 120px;
    height: 7.5rem;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-left: -3.75rem;
    margin-top: -60px;
    margin-top: -3.75rem;
    position: absolute;
    background-image: url(/assets/m/casadecor/images/player.png);
    background-repeat: no-repeat;
    cursor: pointer
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .youtube__player .play {
        background-image: url(/assets/m/casadecor/images/player@2x.png);
        background-size: 120px 120px
    }
}

#fixed_right {
    display: none;
    position: fixed;
    right: -241px;
    right: -15.0625rem;
    top: 50%;
    background-color: #e52420;
    border-radius: 28px 0 0 28px;
    z-index: 10001
}

#fixed_right .pencil {
    width: 43px;
    width: 2.6875rem;
    height: 28px;
    height: 1.75rem;
    display: block;
    float: left;
    background-image: url(/assets/m/casadecor/images/sprites.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position: -113px -1131px;
    margin: 20px 4px;
    margin: 1.25rem 4px;
    margin: 20px .25rem;
    margin: 1.25rem .25rem;
    margin-left: 10px;
    margin-left: .625rem;
    cursor: pointer
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    #fixed_right .pencil {
        background-image: url(/assets/m/casadecor/images/sprites@2x.png);
        background-size: 374px 1213px
    }
}

#fixed_right .links {
    float: right;
    padding-left: 10px;
    padding-left: .625rem;
    padding-right: 10px;
    padding-right: .625rem;
    border-left: 1px solid #fff;
    border-left: .0625rem solid #fff;
    margin-top: 7px;
    margin-top: .4375rem;
    margin-bottom: 6px;
    margin-bottom: .375rem;
    padding-bottom: 8px;
    padding-bottom: .5rem
}

#fixed_right .links div {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
    text-align: center;
    padding: 4px 0;
    letter-spacing: 2px;
    letter-spacing: .125rem
}

#fixed_right .links a {
    font-size: 12px;
    font-size: .75rem;
    color: #e52420;
    background: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    letter-spacing: .125rem;
    text-transform: uppercase;
    padding: 2px 6px 1px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

#fixed_right .links a:last-child {
    border: 0
}

#fixed_right .links a:focus,
#fixed_right .links a:hover {
    color: #fff;
    background: #e52420
}

.dcwss.dc-wall .stream li .section-thumb img {
    max-width: 100%
}

#primary.generic-content .title-full.title-inner {
    margin-top: 150px
}

#primary.generic-content ol,
#primary.generic-content ul {
    padding-left: 20px
}

#primary.generic-content ol li,
#primary.generic-content ul li {
    font-weight: 300;
    line-height: 25px;
    padding: 16px 0;
    color: #555;
    font-size: 17px
}

@media only screen and (max-width:992px) {
    #fixed_right {
        display: none!important
    }
}

@media only screen and (min-width:992px) {
    #fixed_right {
        display: block
    }
}

#main_head {
    position: fixed;
    display: block;
    width: 100%;
    text-align: center;
    height: 68px;
    height: 4.25rem;
    background: #f1f1f1;
    z-index: 10001
}

#main_head .branding {
    top: 12px;
    top: .75rem;
    left: 40px;
    /* left: 2.5rem; */
    left: .5rem;
    position: absolute
}

#main_head .branding .logo a {
    width: 92px;
    width: 5.75rem;
    height: 44px;
    height: 2.75rem;
    display: block;
    text-indent: -9999em!important;
    z-index: 9999;
    position: relative;
    background-image: url(/assets/m/casadecor/images/sprites.png);
    background-repeat: no-repeat;
    background-position: -48px -186px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    #main_head .branding .logo a {
        background-image: url(/assets/m/casadecor/images/sprites@2x.png);
        background-size: 374px 1213px
    }
}

#main_head #navigation .mobile_container .mobile {
    position: absolute;
    top: 10px;
    top: .625rem;
    /* left: 8px;
    left: .5rem;
    */
    right: .5rem;
    float: left;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 48px;
    width: 3rem;
    height: 48px;
    height: 3rem;
    font-size: 0;
    text-indent: -9999em!important;
    appearance: none;
    box-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    cursor: pointer;
    background: 0 0;
    z-index: 10000002;
}

#main_head #navigation .mobile_container .mobile:focus {
    outline: 0
}

#main_head #navigation .mobile_container .mobile span {
    text-indent: -9999em!important;
    display: block;
    position: absolute;
    top: 22px;
    top: 1.375rem;
    left: 10px;
    left: .625rem;
    right: 10px;
    right: .625rem;
    height: 4px;
    height: .25rem;
    background: #e52420;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

#main_head #navigation .mobile_container .mobile span::after,
#main_head #navigation .mobile_container .mobile span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    height: .25rem;
    background-color: #e52420;
    content: "";
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

#main_head #navigation .mobile_container .mobile span::before {
    top: -10px;
    top: -.625rem
}

#main_head #navigation .mobile_container .mobile span::after {
    bottom: -10px;
    bottom: -.625rem
}

#main_head #navigation .mobile_container .mobile.mobile--htx span {
    -webkit-transition: background 0s .3s;
    -moz-transition: background 0s .3s;
    -ms-transition: background 0s .3s;
    -o-transition: background 0s .3s;
    transition: background 0s .3s
}

#main_head #navigation .mobile_container .mobile.mobile--htx span::after,
#main_head #navigation .mobile_container .mobile.mobile--htx span::before {
    transition-duration: .3s, .3s;
    transition-delay: .3s, 0s
}

#main_head #navigation .mobile_container .mobile.mobile--htx span::before {
    transition-property: top, transform
}

#main_head #navigation .mobile_container .mobile.mobile--htx span::after {
    transition-property: bottom, transform
}

#main_head #navigation .mobile_container .mobile.mobile--htx.is-active span {
    background: 0 0
}

#main_head #navigation .mobile_container .mobile.mobile--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg)
}

#main_head #navigation .mobile_container .mobile.mobile--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg)
}

#main_head #navigation .mobile_container .mobile.mobile--htx.is-active span::after,
#main_head #navigation .mobile_container .mobile.mobile--htx.is-active span::before {
    transition-delay: 0s, .3s
}

#main_head #navigation .menu-top-container {
    display: none
}

#main_head #navigation .menu-top-container ul#top__navigation {
    position: relative;
    z-index: 1000
}

#main_head #navigation .menu-top-container ul#top__navigation li {
    list-style: none
}

#main_head #user_social {
    top: 24px;
    top: 1.5rem;
    right: 40px;
    right: 2.5rem;
    position: absolute
}

#main_head #user_social ul li {
    list-style: none;
    float: left;
    padding: 0 10px;
    padding: 0 .625rem
}

#main_head #user_social ul li.social,
#main_head #user_social ul li.user {
    display: none
}

#main_head #user_social ul li#search_nav .buscador {
    width: 20px;
    width: 1.25rem;
    height: 22px;
    height: 1.375rem;
    display: block;
    text-indent: -9999em!important;
    z-index: 9999;
    position: relative;
    background-image: url(/assets/m/casadecor/images/sprites.png);
    background-repeat: no-repeat;
    background-position: -140px -686px;
    cursor: pointer;
    margin-top: 1px;
    margin-right: -10px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    #main_head #user_social ul li#search_nav .buscador {
        background-image: url(/assets/m/casadecor/images/sprites@2x.png);
        background-size: 374px 1213px
    }
}

#main_head #user_social ul li#search_nav .buscador:hover {
    background-position: -356px -686px
}

#main_head #user_social ul li:last-child {
    border-right: 0 none transparent;
    border-right: 0 none transparent;
    padding-right: 0
}

#main_head #user_social .entradas {
    position: absolute;
    bottom: -48px;
    width: 200px;
    display: inline-block;
    right: -7px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background: #e52420;
    border-radius: 0 0 22px 22px
}

#main_head #user_social .entradas a {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 27px;
    width: 100%;
    display: inline-block
}

#main_head #user_social .entradas:focus a,
#main_head #user_social .entradas:hover a {
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8
}

#search__header {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1000011;
    background-color: rgba(255, 255, 255, .95);
    text-align: center
}

#search__header .close_search {
    position: absolute;
    cursor: pointer;
    top: 130px;
    top: 8.125rem;
    right: 15px;
    right: .9375rem;
    width: 38px;
    width: 2.375rem;
    height: 38px;
    height: 2.375rem;
    display: block;
    z-index: 999999;
    background-image: url(/assets/m/casadecor/images/sprites.png);
    background-repeat: no-repeat;
    background-position: -14px -962px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    #search__header .close_search {
        background-image: url(/assets/m/casadecor/images/sprites@2x.png);
        background-size: 374px 1213px
    }
}

#search__header #search_head label {
    display: none
}

#search__header #search_head input[type=search],
#search__header #search_head input[type=text] {
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #444;
    border-bottom: .0625rem solid #444;
    color: #444;
    line-height: 70px;
    line-height: 4.375rem;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 300;
    margin-top: 30%;
    letter-spacing: 2px;
    letter-spacing: .125rem;
    -webkit-appearance: none
}

#search__header #search_head button {
    width: 33px;
    width: 2.0625rem;
    height: 33px;
    height: 2.0625rem;
    display: block;
    background-image: url(/assets/m/casadecor/images/sprites.png);
    background-repeat: no-repeat;
    background-position: -342px -418px;
    background-color: transparent;
    position: absolute;
    text-indent: -9999em!important;
    right: 15px;
    right: .9375rem;
    margin-top: -53px;
    margin-top: -3.3125rem
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    #search__header #search_head button {
        background-image: url(/assets/m/casadecor/images/sprites@2x.png);
        background-size: 374px 1213px
    }
}

@media only screen and (max-width:991px) {
    #search__header .close_search {
        top: 15px;
        margin-right: -3px
    }
    #search__header #search_head input[type=search],
    #search__header #search_head input[type=text] {
        line-height: 50px;
        font-size: 20px;
        margin-top: 60%
    }
    #search__header {
        z-index: 1000202999
    }
    #main_head.fixed {
        z-index: 1000201
    }
    #main_head .branding .logo a {
        background-position: -298px -874px
    }
    #main_head {
        z-index: 100000001
    }
    #main_head #navigation .menu-top-container {
        display: none;
        left: 0;
        top: 68px;
        padding-bottom: 68px;
        height: auto;
        max-height: 100%;
        width: 100%;
        z-index: 1000010;
        text-align: left;
        position: fixed;
        overflow-y: scroll
    }
    #main_head #navigation .menu-top-container ul {
        position: relative
    }
    #main_head #navigation .menu-top-container li {
        border-top: 1px solid #444
    }
    #main_head #navigation .menu-top-container li a {
        font-size: 14px;
        font-size: .875rem;
        text-transform: uppercase;
        line-height: 49px;
        padding: 0 20px;
        font-weight: 600;
        color: #444
    }
    #main_head #navigation .menu-top-container li a:focus,
    #main_head #navigation .menu-top-container li a:hover {
        color: #e52420
    }
    #main_head #navigation .menu-top-container li span {
        position: absolute;
        right: 20px;
        font-size: 36px;
        font-size: 2.25rem;
        font-weight: 100;
        margin-top: 3px
    }
    #main_head #navigation .menu-top-container li li span {
        display: none
    }
    #main_head #navigation .menu-top-container li:last-child {
        border-bottom: 1px solid #444
    }
    #main_head #navigation .menu-top-container li.user {
        border: 0;
        list-style: none;
        margin: 0;
        padding: 0
    }
    #main_head #navigation .menu-top-container li.user a {
        padding: 5px 9px 2px 0;
        background: #fff;
        margin: 9px 10px 0 0;
        display: inline-block;
        line-height: normal;
        border-radius: 14px
    }
    #main_head #navigation .menu-top-container li.user a i {
        float: left;
        margin: -4px 2px 0 5px
    }
    #main_head #navigation .menu-top-container li .sub-menu li {
        border-top: 1px solid #fff
    }
    #main_head #navigation .menu-top-container li .sub-menu li a {
        color: #444;
        text-transform: lowercase
    }
    #main_head #navigation .menu-top-container li .sub-menu li.current_page_item a {
        color: #e52420
    }
    #main_head #navigation .menu-top-container li .sub-menu li:last-child {
        border-bottom: 0 none
    }
    #main_head #navigation .menu-top-container li.current-category-parent a,
    #main_head #navigation .menu-top-container li.current-category-parent span,
    #main_head #navigation .menu-top-container li.current-menu-ancestor a,
    #main_head #navigation .menu-top-container li.current-menu-ancestor span,
    #main_head #navigation .menu-top-container li.current-menu-item a,
    #main_head #navigation .menu-top-container li.current-menu-item span,
    #main_head #navigation .menu-top-container li.current-page-parent a,
    #main_head #navigation .menu-top-container li.current-page-parent span,
    #main_head #navigation .menu-top-container li.current_page_parent a,
    #main_head #navigation .menu-top-container li.current_page_parent span {
        color: #e52420
    }
    #main_head #navigation .menu-top-container li.current-category-parent .sub-menu,
    #main_head #navigation .menu-top-container li.current-menu-ancestor .sub-menu,
    #main_head #navigation .menu-top-container li.current-menu-item .sub-menu,
    #main_head #navigation .menu-top-container li.current-page-parent .sub-menu,
    #main_head #navigation .menu-top-container li.current_page_parent .sub-menu {
        display: block
    }
    #main_head #navigation .menu-top-container .sub-menu {
        display: none
    }
    #main_head #navigation .menu-top-container #top__navigation,
    #main_head #navigation .menu-top-container .userMobile {
        background-color: #f1f1f1
    }
    #main_head #navigation .menu-top-container .userMobile {
        position: relative;
        width: 100%;
        display: inline-block
    }
    #main_head #navigation .menu-top-container .social {
        border: 0 none;
        margin-left: 0
    }
    #main_head #navigation .menu-top-container .social span {
        display: none
    }
    #main_head #navigation .menu-top-container .social li {
        border: 0 none;
        float: left;
        height: 55px;
        list-style: none
    }
    #main_head #navigation .menu-top-container .social a {
        display: block;
        text-indent: -9999em!important;
        background-image: url(/assets/m/casadecor/images/sprites.png);
        background-repeat: no-repeat;
        width: 25px;
        width: 1.5625rem;
        height: 40px;
        height: 2.5rem;
        margin-top: 10px
    }
    #main_head #navigation .menu-top-container .social a.instagram {
        background-position: -345px -541px
    }
    #main_head #navigation .menu-top-container .social a.instagram:hover,
    #main_head #navigation .menu-top-container .social a.instagramfocus {
        background-position: -344px -1185px
    }
    #main_head #navigation .menu-top-container .social a.linkedin {
        background-position: -202px -541px
    }
    #main_head #navigation .menu-top-container .social a.linkedin:hover,
    #main_head #navigation .menu-top-container .social a.linkedinfocus {
        background-position: -201px -1185px
    }
    #main_head #navigation .menu-top-container .social a.youtube {
        background-position: -126px -541px
    }
    #main_head #navigation .menu-top-container .social a.youtube:hover,
    #main_head #navigation .menu-top-container .social a.youtubefocus {
        background-position: -125px -1185px
    }
    #main_head #navigation .menu-top-container .social a.pinterest {
        background-position: -278px -541px
    }
    #main_head #navigation .menu-top-container .social a.pinterest:hover,
    #main_head #navigation .menu-top-container .social a.pinterestfocus {
        background-position: -277px -1185px
    }
    #main_head #navigation .menu-top-container .social a.twitter {
        background-position: -50px -541px
    }
    #main_head #navigation .menu-top-container .social a.twitter:hover,
    #main_head #navigation .menu-top-container .social a.twitterfocus {
        background-position: -49px -1185px
    }
    #main_head #navigation .menu-top-container .social a.facebook {
        background-position: 16px -541px
    }
    #main_head #navigation .menu-top-container .social a.facebook:hover,
    #main_head #navigation .menu-top-container .social a.facebookfocus {
        background-position: 17px -1185px
    }
    #main_head #navigation .menu-top-container .user {
        border: 0 none;
        position: absolute;
        right: 0;
        top: 0;
        border-left: 1px solid #444;
        padding-left: 20px;
        margin-top: 16px;
        padding-top: 4px;
        padding-bottom: 4px
    }
    #main_head #navigation .menu-top-container .user a {
        color: #e52420;
        text-transform: uppercase;
        font-size: 12px;
        font-size: .75rem
    }
    #main_head #navigation .menu-top-container .user a i {
        width: 20px;
        width: 1.25rem;
        height: 20px;
        height: 1.25rem;
        display: block;
        text-indent: -9999em!important;
        z-index: 9999;
        position: relative;
        background-image: url(/assets/m/casadecor/images/sprites.png);
        background-repeat: no-repeat;
        background-position: -64px -686px;
        cursor: pointer
    }
    #main_head #navigation .menu-top-container .user a i:hover {
        background-position: -290px -686px
    }
    #main_head #navigation .menu-top-container .entradas {
        background: #e52420;
        margin-top: -4px
    }
    #main_head #navigation .menu-top-container .entradas a {
        line-height: 46px;
        padding: 0 20px;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600
    }
    #main_head #navigation .menu-top-container #search_nav {
        display: none
    }
    #search_nav {
        margin-right: -20px
    }
    #search__header #search_head button {
        display: none
    }
    #main_head #user_social .entradas {
        display: block
    }
}

@media only screen and (max-width:991px) and only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (max-width:991px) and only screen and (min--moz-device-pixel-ratio:2),
only screen and (max-width:991px) and only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (max-width:991px) and only screen and (min-device-pixel-ratio:2),
only screen and (max-width:991px) and only screen and (min-resolution:192dpi),
only screen and (max-width:991px) and only screen and (min-resolution:2dppx) {
    #main_head #navigation .menu-top-container .social a {
        background-image: url(/assets/m/casadecor/images/sprites@2x.png);
        background-size: 374px 1213px
    }
}

@media only screen and (max-width:991px) and only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (max-width:991px) and only screen and (min--moz-device-pixel-ratio:2),
only screen and (max-width:991px) and only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (max-width:991px) and only screen and (min-device-pixel-ratio:2),
only screen and (max-width:991px) and only screen and (min-resolution:192dpi),
only screen and (max-width:991px) and only screen and (min-resolution:2dppx) {
    #main_head #navigation .menu-top-container .user a i {
        background-image: url(/assets/m/casadecor/images/sprites@2x.png);
        background-size: 374px 1213px
    }
}

@media only screen and (min-width:992px) {
    #main_head #navigation .mobile_container .mobile {
        display: none
    }
    #main_head #navigation .menu-top-container {
        margin-top: 24px;
        margin-top: 1.5rem;
        display: inline-block
    }
    #main_head #navigation .menu-top-container ul#top__navigation {
        position: relative;
        z-index: 1000
    }
    #main_head #navigation .menu-top-container ul#top__navigation li {
        float: left;
        list-style: none;
        position: relative
    }
    #main_head #navigation .menu-top-container ul#top__navigation li a {
        color: #444;
        letter-spacing: 2px;
        letter-spacing: .125rem;
        font-size: 14px;
        font-size: .875rem;
        text-transform: uppercase;
        padding: 2px 30px;
        padding: .125rem 30px;
        padding: 2px 1.875rem;
        padding: .125rem 1.875rem;
        border-right: 1px solid #777;
        border-right: .0625rem solid #777;
        -webkit-transition: color .4s ease;
        -moz-transition: color .4s ease;
        -ms-transition: color .4s ease;
        -o-transition: color .4s ease;
        transition: color .4s ease
    }
    #main_head #navigation .menu-top-container ul#top__navigation li a:focus,
    #main_head #navigation .menu-top-container ul#top__navigation li a:hover {
        color: #e52420
    }
    #main_head #navigation .menu-top-container ul#top__navigation li .sub-menu {
        position: absolute;
        z-index: 100;
        -webkit-transition: max-height .6s ease;
        -moz-transition: max-height .6s ease;
        -ms-transition: max-height .6s ease;
        -o-transition: max-height .6s ease;
        transition: max-height .6s ease;
        min-width: 100%;
        max-width: 150%;
        max-height: 0;
        overflow: hidden;
        padding-top: 25px;
        padding-top: 1.5625rem
    }
    #main_head #navigation .menu-top-container ul#top__navigation li .sub-menu li {
        float: none
    }
    #main_head #navigation .menu-top-container ul#top__navigation li .sub-menu li a {
        border-right: 0 none transparent;
        border-right: 0 none transparent;
        border-top: 2px solid #fff;
        border-top: .125rem solid #fff;
        background: #f1f1f1;
        width: 100%;
        padding: 8px 15px;
        padding: .5rem 15px;
        padding: 8px .9375rem;
        padding: .5rem .9375rem;
        display: block;
        font-size: 13px;
        font-size: .8125rem;
        text-transform: lowercase;
        color: #444
    }
    #main_head #navigation .menu-top-container ul#top__navigation li .sub-menu li.current-menu-item a {
        color: #e52420
    }
    #main_head #navigation .menu-top-container ul#top__navigation li .sub-menu li.current-menu-item a[href*="#"] {
        color: #444
    }
    #main_head #navigation .menu-top-container ul#top__navigation li .sub-menu li.current-menu-item a:active,
    #main_head #navigation .menu-top-container ul#top__navigation li .sub-menu li.current-menu-item a:focus,
    #main_head #navigation .menu-top-container ul#top__navigation li .sub-menu li.current-menu-item a:hover {
        color: #e52420
    }
    #main_head #navigation .menu-top-container ul#top__navigation li:last-child a {
        border-right: 0 none transparent;
        border-right: 0 none transparent
    }
    #main_head #navigation .menu-top-container ul#top__navigation li:hover a {
        color: #e52420
    }
    #main_head #navigation .menu-top-container ul#top__navigation li:hover ul {
        max-height: 450px;
        max-height: 30rem;
    }
    #main_head #navigation .menu-top-container ul#top__navigation li:hover ul a {
        color: #444
    }
    #main_head #navigation .menu-top-container ul#top__navigation li:hover ul a:focus,
    #main_head #navigation .menu-top-container ul#top__navigation li:hover ul a:hover {
        color: #e52420
    }
    #main_head #navigation .menu-top-container ul#top__navigation li:hover ul ul {
        height: 0
    }
    #main_head #navigation .menu-top-container ul#top__navigation li.current-category-parent a,
    #main_head #navigation .menu-top-container ul#top__navigation li.current-menu-ancestor a,
    #main_head #navigation .menu-top-container ul#top__navigation li.current-menu-item a,
    #main_head #navigation .menu-top-container ul#top__navigation li.current-page-parent a,
    #main_head #navigation .menu-top-container ul#top__navigation li.current_page_parent a {
        color: #e52420
    }
    #main_head #user_social {
        top: 24px;
        top: 1.5rem;
        right: 40px;
        right: 2.5rem;
        position: absolute
    }
    #main_head #user_social ul li {
        list-style: none;
        float: left;
        padding: 0 10px;
        padding: 0 .625rem
    }
    #main_head #user_social ul li.social {
        display: block
    }
    #main_head #user_social ul li.social span {
        width: 20px;
        width: 1.25rem;
        height: 20px;
        height: 1.25rem;
        display: block;
        text-indent: -9999em!important;
        z-index: 9999;
        position: relative;
        background-image: url(/assets/m/casadecor/images/sprites.png);
        background-repeat: no-repeat;
        background-position: 2px -687px;
        cursor: pointer
    }
    #main_head #user_social ul li.social span:hover {
        background-position: -214px -687px
    }
    #main_head #user_social ul li.social ul {
        position: absolute;
        z-index: 100;
        -webkit-transition: max-height .6s ease;
        -moz-transition: max-height .6s ease;
        -ms-transition: max-height .6s ease;
        -o-transition: max-height .6s ease;
        transition: max-height .6s ease;
        max-height: 0;
        overflow: hidden;
        padding-top: 25px;
        padding-top: 1.5625rem;
        right: -20px;
        right: -1.25rem;
        top: 19px;
        width: 231%
    }
    #main_head #user_social ul li.social ul li {
        float: left;
        padding: 0;
        border-right: 2px solid #fff;
        border-right: .125rem solid #fff
    }
    #main_head #user_social ul li.social ul li a {
        border-top: 2px solid #fff;
        border-top: .125rem solid #fff;
        background: #f1f1f1;
        padding: 10px 20px;
        padding: .625rem 20px;
        padding: 10px 1.25rem;
        padding: .625rem 1.25rem;
        display: block;
        text-indent: -9999em!important;
        background-image: url(/assets/m/casadecor/images/sprites.png);
        background-repeat: no-repeat;
        width: 25px;
        width: 1.5625rem;
        height: 40px;
        height: 2.5rem
    }
    #main_head #user_social ul li.social ul li a.instagram {
        background-position: -345px -541px
    }
    #main_head #user_social ul li.social ul li a.instagram:hover,
    #main_head #user_social ul li.social ul li a.instagramfocus {
        background-position: -344px -1185px
    }
    #main_head #user_social ul li.social ul li a.linkedin {
        background-position: -202px -541px
    }
    #main_head #user_social ul li.social ul li a.linkedin:hover,
    #main_head #user_social ul li.social ul li a.linkedinfocus {
        background-position: -201px -1185px
    }
    #main_head #user_social ul li.social ul li a.youtube {
        background-position: -126px -541px
    }
    #main_head #user_social ul li.social ul li a.youtube:hover,
    #main_head #user_social ul li.social ul li a.youtubefocus {
        background-position: -125px -1185px
    }
    #main_head #user_social ul li.social ul li a.pinterest {
        background-position: -278px -541px
    }
    #main_head #user_social ul li.social ul li a.pinterest:hover,
    #main_head #user_social ul li.social ul li a.pinterestfocus {
        background-position: -277px -1185px
    }
    #main_head #user_social ul li.social ul li a.twitter {
        background-position: -50px -541px
    }
    #main_head #user_social ul li.social ul li a.twitter:hover,
    #main_head #user_social ul li.social ul li a.twitterfocus {
        background-position: -49px -1185px
    }
    #main_head #user_social ul li.social ul li a.facebook {
        background-position: 16px -541px
    }
    #main_head #user_social ul li.social ul li a.facebook:hover,
    #main_head #user_social ul li.social ul li a.facebookfocus {
        background-position: 17px -1185px
    }
    #main_head #user_social ul li.social ul li:last-child {
        border-right: 0 none
    }
    #main_head #user_social ul li.social:hover a {
        color: #e52420
    }
    #main_head #user_social ul li.social:hover ul {
        max-height: 350px;
        max-height: 21.875rem
    }
    #main_head #user_social ul li.social:hover ul a {
        color: #444
    }
    #main_head #user_social ul li.social:hover ul a:focus,
    #main_head #user_social ul li.social:hover ul a:hover {
        color: #e52420
    }
    #main_head #user_social ul li.user {
        display: block
    }
    #main_head #user_social ul li.user a {
        display: block;
        border: 1px solid #e52420;
        border: .0625rem solid #e52420;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        padding: 1px 7px 0 5px;
        font-size: 12px;
        font-size: .75rem;
        font-weight: 600;
        color: #e52420;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 900;
        display: inline-block;
        line-height: 20px;
        line-height: 1.25rem;
        background-color: #fff;
        cursor: pointer;
        letter-spacing: 1.5px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease
    }
    #main_head #user_social ul li.user a i {
        float: left;
        width: 20px;
        width: 1.25rem;
        height: 20px;
        height: 1.25rem;
        display: block;
        text-indent: -9999em!important;
        z-index: 9999;
        position: relative;
        background-image: url(/assets/m/casadecor/images/sprites.png);
        background-repeat: no-repeat;
        background-position: -64px -686px;
        cursor: pointer;
        margin-top: -1px;
        margin-top: -.0625rem;
        margin-right: 2px;
        margin-right: .125rem
    }
    #main_head #user_social ul li.user a:focus,
    #main_head #user_social ul li.user a:hover {
        background-color: #e52420;
        color: #fff
    }
    #main_head #user_social ul li.user a:focus i,
    #main_head #user_social ul li.user a:hover i {
        background-position: -290px -686px
    }
    #main_head #user_social ul li.user span i {
        width: 20px;
        width: 1.25rem;
        height: 20px;
        height: 1.25rem;
        display: block;
        text-indent: -9999em!important;
        z-index: 9999;
        position: relative;
        background-image: url(/assets/m/casadecor/images/sprites.png);
        background-repeat: no-repeat;
        background-position: -64px -686px;
        cursor: pointer
    }
    #main_head #user_social ul li.user span ul {
        position: absolute;
        z-index: 100;
        -webkit-transition: max-height .6s ease;
        -moz-transition: max-height .6s ease;
        -ms-transition: max-height .6s ease;
        -o-transition: max-height .6s ease;
        transition: max-height .6s ease;
        max-height: 0;
        overflow: hidden;
        padding-top: 25px;
        padding-top: 1.5625rem;
        right: -10px;
        right: -.625rem;
        top: 19px;
        top: 1.1875rem;
        width: 191%
    }
    #main_head #user_social ul li.user span ul li {
        border-top: 2px solid #fff;
        border-top: .125rem solid #fff;
        background: #f1f1f1;
        padding: 10px 20px;
        padding: .625rem 20px;
        padding: 10px 1.25rem;
        padding: .625rem 1.25rem;
        display: block;
        width: 100%;
        letter-spacing: 2px;
        letter-spacing: .125rem;
        font-size: 14px;
        font-size: .875rem
    }
    #main_head #user_social ul li.user span ul li a {
        display: block;
        border: 2px solid #e52420;
        border: .125rem solid #e52420;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        padding: 9px 20px;
        padding: .5625rem 20px;
        padding: 9px 1.25rem;
        padding: .5625rem 1.25rem;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 600;
        color: #e52420;
        margin-top: 10px;
        margin-bottom: 5px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 900;
        display: inline-block;
        line-height: 20px;
        line-height: 1.25rem;
        background-color: #fff;
        cursor: pointer;
        -webkit-transition: all .1s ease;
        -moz-transition: all .1s ease;
        -ms-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease
    }
    #main_head #user_social ul li.user span ul li a:focus,
    #main_head #user_social ul li.user span ul li a:hover {
        background-color: #e52420;
        color: #fff
    }
    #main_head #user_social ul li.user span:hover i {
        background-position: -290px -686px
    }
    #main_head #user_social ul li.user span:hover ul {
        max-height: 350px;
        max-height: 21.875rem
    }
    #main_head #user_social ul li#search_nav .buscador {
        width: 20px;
        width: 1.25rem;
        height: 22px;
        height: 1.375rem;
        display: block;
        text-indent: -9999em!important;
        z-index: 9999;
        position: relative;
        background-image: url(/assets/m/casadecor/images/sprites.png);
        background-repeat: no-repeat;
        background-position: -140px -686px;
        cursor: pointer
    }
    #main_head #user_social ul li#search_nav .buscador:hover {
        background-position: -356px -686px
    }
    #main_head #user_social ul li:last-child {
        border-right: 0 none transparent;
        border-right: 0 none transparent;
        padding-right: 0
    }
}

@media only screen and (min-width:992px) and only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-width:992px) and only screen and (min-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (min-resolution:192dpi),
only screen and (min-width:992px) and only screen and (min-resolution:2dppx) {
    #main_head #user_social ul li.social span {
        background-image: url(/assets/m/casadecor/images/sprites@2x.png);
        background-size: 374px 1213px
    }
}

@media only screen and (min-width:992px) and only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-width:992px) and only screen and (min-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (min-resolution:192dpi),
only screen and (min-width:992px) and only screen and (min-resolution:2dppx) {
    #main_head #user_social ul li.social ul li a {
        background-image: url(/assets/m/casadecor/images/sprites@2x.png);
        background-size: 374px 1213px
    }
}

@media only screen and (min-width:992px) and only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-width:992px) and only screen and (min-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (min-resolution:192dpi),
only screen and (min-width:992px) and only screen and (min-resolution:2dppx) {
    #main_head #user_social ul li.user a i {
        background-image: url(/assets/m/casadecor/images/sprites@2x.png);
        background-size: 374px 1213px
    }
}

@media only screen and (min-width:992px) and only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-width:992px) and only screen and (min-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (min-resolution:192dpi),
only screen and (min-width:992px) and only screen and (min-resolution:2dppx) {
    #main_head #user_social ul li.user span i {
        background-image: url(/assets/m/casadecor/images/sprites@2x.png);
        background-size: 374px 1213px
    }
}

@media only screen and (min-width:992px) and only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-width:992px) and only screen and (min-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (min-resolution:192dpi),
only screen and (min-width:992px) and only screen and (min-resolution:2dppx) {
    #main_head #user_social ul li#search_nav .buscador {
        background-image: url(/assets/m/casadecor/images/sprites@2x.png);
        background-size: 374px 1213px
    }
}

@media only screen and (min-width:992px) and (max-width:1180px) {
    #main_head #navigation .menu-top-container ul#top__navigation li a {
        padding: 2px 11px
    }
    #main_head #navigation .menu-top-container ul#top__navigation li .sub-menu {
        min-width: 130%
    }
}

#primary.page {
    color: #444
}

#primary.page .full__image {
    overflow: hidden;
    height: 665px;
    height: 41.5625rem;
    position: relative;
    margin-bottom: 55px;
    margin-bottom: 1rem
}



#primary.page .full__image img {
    min-width: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

#primary.page .full__image .img__title {
    left: 50%;
    top: 50%;
    font-size: 36px;
    font-size: 2.25rem;
    color: #e52420;
    font-weight: 800;
    letter-spacing: 10px;
    letter-spacing: .625rem;
    padding: 6px 5px;
    padding: .375rem 5px;
    padding: 6px .3125rem;
    padding: .375rem .3125rem;
    width: 100%;
    height: 75px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center
}

#primary.page .full__image .img__title span {
    padding: 4px;
    text-align: center;
    display: inline-block;
    background: #fff
}

#primary.page .full__image .img__title span i {
    border: 1px solid #e52420;
    border: .0625rem solid #e52420;
    padding: 8px 30px 9px;
    text-align: center;
    display: inline-block;
    width: 100%
}

#primary.page .full__image .img__title.edicion {
    padding: 5px;
    padding: .3125rem;
    width: 360px;
    width: 22.5rem;
    height: 360px;
    height: 22.5rem;
    overflow: hidden
}

#primary.page .full__image .img__title.edicion span {
    text-indent: -9999em!important;
    background-image: url(/assets/m/casadecor/images/2017/logo-2017.jpg);
    background-repeat: no-repeat;
    background-position: 20px;
    width: 350px;
    width: 21.875rem;
    height: 350px;
    height: 21.875rem;
    display: inline-block
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    #primary.page .full__image .img__title.edicion span {
        background-image: url(/assets/m/casadecor/images/2017/logo-2017@2x.jpg);
        background-size: '300px' '320px'
    }
}

#primary.page .full__image .img__title.edicion span i {
    height: 100%;
    display: block;
    margin-bottom: 5px
}

#primary.page h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700
}

#primary.page h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600
}

#primary.page h3.gray {
    color: #444;
    letter-spacing: 3px;
    letter-spacing: .1875rem;
    font-size: 22px;
    font-size: 1.375rem
}

#primary.page h3.title-28 {
    font-size: 28px;
    font-size: 1.75rem
}

#primary.page p {
    font-weight: 300;
    line-height: 25px;
    line-height: 1.5625rem;
    padding: 16px 0;
    padding: 1rem 0;
    color: #555;
    font-size: 17px;
    font-size: 1.0625rem
}

#primary.page.title-mid-top {
    margin-top: 100px;
    margin-top: 6.25rem
}

#primary.page.title-mid-top header {
    margin-top: -36px;
    margin-top: -2.25rem
}

#primary.page.title-mid-top h3 {
    font-size: 22px;
    font-size: 1.375rem
}

#primary.page.title-mid-top p {
    padding-top: 0
}

#primary.page .line {
    background-color: #e52420;
    width: 80px;
    width: 5rem;
    height: 2px;
    height: .125rem;
    display: block;
    margin: 30px 0;
    margin: 1.875rem 0;
    margin-top: 0
}

#primary.page .center-text {
    text-align: center
}

#primary.page .center-text.gray_bg {
    padding: 100px 0;
    padding: 6.25rem 0;
    padding-bottom: 120px;
    padding-bottom: 7.5rem
}

#primary.page .center-text.gray_bg p {
    padding: 16px 52px;
    padding: 1rem 52px;
    padding: 16px 3.25rem;
    padding: 1rem 3.25rem
}

#primary.page .center-text.gray_bg.line-box p {
    padding: 0 52px 46px
}

#primary.page .center-text.gray_bg.line-box p:last-child {
    padding-bottom: 0
}

#primary.page .center-text.gray_bg.line-box {
    padding: 30px 0;
    padding: 1.875rem 0;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
    margin-top: 40px;
    margin-top: 2.5rem
}

#primary.page .center-text blockquote {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

#primary.page .center-text blockquote p {
    font-weight: 900;
    font-family: Raleway, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 300;
    font-style: italic;
    line-height: 38px;
    line-height: 2.375rem
}

#primary.page .center-text blockquote p::after,
#primary.page .center-text blockquote p::before {
    color: #e52420;
    font-size: 178px;
    font-size: 11.125rem;
    font-family: 'Playfair Display', serif;
    position: relative
}

#primary.page .center-text blockquote p::before {
    float: left;
    content: open-quote;
    margin-top: 22px;
    margin-top: 1.375rem
}

#primary.page .center-text blockquote p::after {
    position: absolute;
    bottom: 8px;
    content: close-quote
}

#primary.page .center-text blockquote span {
    font-size: 18px;
    font-size: 1.125rem
}

#primary.page .a-margin {
    margin-bottom: 70px;
    margin-bottom: 4.375rem
}

#primary.page .b-margin {
    margin-bottom: 150px;
    margin-bottom: 9.375rem
}

#primary.page .c-margin {
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

#primary.page .d-margin {
    margin-bottom: -60px;
    margin-bottom: -3.75rem
}

#primary.page .no-margin {
    margin-top: -70px;
    margin-bottom: 50px
}

#primary.page .interiorista__image {
    padding-left: 0;
    padding-right: 0
}

#primary.page .datos {
    text-align: center;
    padding-bottom: 0
}

#primary.page .datos.gray_bg {
    padding: 100px 0;
    padding: 6.25rem 0;
    padding-bottom: 120px;
    padding-bottom: 7.5rem
}

#primary.page .datos.gray_bg p {
    padding: 16px 52px;
    padding: 1rem 52px;
    padding: 16px 3.25rem;
    padding: 1rem 3.25rem
}

#primary.page .datos.gray_bg.line-box p {
    padding: 0 52px 46px
}

#primary.page .datos.gray_bg.line-box p:last-child {
    padding-bottom: 0
}

#primary.page .datos.gray_bg.line-box {
    padding: 30px 0;
    padding: 1.875rem 0;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
    margin-top: 40px;
    margin-top: 2.5rem
}

#primary.page .datos blockquote {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

#primary.page .datos blockquote p {
    font-weight: 900;
    font-family: Raleway, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 300;
    font-style: italic;
    line-height: 38px;
    line-height: 2.375rem
}

#primary.page .datos blockquote p::after,
#primary.page .datos blockquote p::before {
    color: #e52420;
    font-size: 178px;
    font-size: 11.125rem;
    font-family: 'Playfair Display', serif;
    position: relative
}

#primary.page .datos blockquote p::before {
    float: left;
    content: open-quote;
    margin-top: 22px;
    margin-top: 1.375rem
}

#primary.page .datos blockquote p::after {
    position: absolute;
    bottom: 8px;
    content: close-quote
}

#primary.page .datos blockquote span {
    font-size: 18px;
    font-size: 1.125rem
}

#primary.page .datos i {
    font-style: normal;
    font-weight: 900;
    font-size: 44px;
    font-size: 2.75rem;
    letter-spacing: 3px;
    letter-spacing: .1875rem
}

#primary.page .datos span {
    font-weight: 300;
    font-size: 14px;
    font-size: .875rem;
    padding-top: 6px;
    padding-top: .375rem
}

#primary.page .datos sup {
    vertical-align: super;
    font-size: 10px;
    font-size: .625rem
}

#primary.page .red-title h2,
#primary.page .red-title h3,
#primary.page.red-title h2,
#primary.page.red-title h3 {
    color: #e52420;
    letter-spacing: 2px;
    letter-spacing: .125rem
}

#primary.page .red-title h2.gray,
#primary.page .red-title h3.gray,
#primary.page.red-title h2.gray,
#primary.page.red-title h3.gray {
    color: #444;
    letter-spacing: 3px;
    letter-spacing: .1875rem
}

#primary.page .red-title h2.title-mid-center,
#primary.page .red-title h3.title-mid-center,
#primary.page.red-title h2.title-mid-center,
#primary.page.red-title h3.title-mid-center {
    font-size: 20px;
    font-size: 1.25rem
}

#primary.page .red-title.edificio_box h3,
#primary.page.red-title.edificio_box h3 {
    font-size: 28px;
    font-size: 1.75rem;
    color: #e52420;
    font-weight: 600;
    padding-bottom: 14px;
    padding-bottom: .875rem
}

#primary.page .full__image-width .image-width {
    padding: 0
}

#primary.page .full__image-width .image-width img {
    width: 100%;
    height: auto
}

#primary.page .gray_bg,
#primary.page.gray_bg {
    background-color: #f3f3f3
}

#primary.page .gray_bg .title-full h2,
#primary.page .gray_bg .title-full h3,
#primary.page.gray_bg .title-full h2,
#primary.page.gray_bg .title-full h3 {
    background: #f3f3f3
}

#primary.page .la-casa-marcha-boxes .content-grid {
    padding: 0
}

#primary.page .full-line .gray_bg,
#primary.page .full-line.gray_bg {
    background-color: #f3f3f3
}

#primary.page .inter_text {
    padding-top: 75px;
    padding-top: 4.6875rem;
    padding-bottom: 75px;
    padding-bottom: 4.6875rem
}

#primary.page .inter_text.title-mid-top header {
    margin-top: -119px;
    margin-top: -7.4375rem
}

#primary.page .mas-info-box {
    padding-bottom: 70px;
    padding-bottom: 4.375rem
}

#primary.page .mas-info-box h3 {
    color: #666;
    font-weight: 900;
    letter-spacing: 4px;
    letter-spacing: .25rem
}

#primary.page .mas-info-box .mas-info {
    position: absolute;
    bottom: 85px;
    bottom: 5.3125rem;
    width: 94%
}

#primary.page .mas-info-box .mas-info.m-top {
    position: inherit;
    bottom: inherit;
    top: 40px;
    top: 2.5rem;
    width: 100%
}

#primary.page .mas-info-box .mas-info a {
    border-bottom: 2px solid #e52420;
    border-bottom: .125rem solid #e52420;
    letter-spacing: 2px;
    letter-spacing: .125rem;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 4px 0;
    padding: .25rem 0;
    padding-left: 20px;
    padding-left: 1.25rem;
    color: #010101
}

#primary.page .mas-info-box .mas-info a span {
    font-weight: 300;
    font-size: 25px;
    font-size: 1.5625rem;
    margin-top: -6px;
    margin-top: -.375rem;
    position: absolute;
    margin-left: -20px;
    margin-left: -1.25rem
}

#primary.page .mas-info-box .mas-info a:focus,
#primary.page .mas-info-box .mas-info a:hover {
    color: #e52420
}

#primary.page .title-full {
    border: 2px solid #666;
    border: .125rem solid #666;
    border-bottom: 0;
    text-align: center;
    margin-top: 100px;
    margin-top: 6.25rem
}

#primary.page .title-full.title-inner {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-bottom: 2.5rem
}

#primary.page .title-full h1,
#primary.page .title-full h2,
#primary.page .title-full h3 {
    background: #fff;
    margin: -37px auto;
    margin-bottom: 0;
    display: table;
    width: auto;
    padding: 0 10px;
    padding: 0 .625rem;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: 4px;
    letter-spacing: .25rem
}

#primary.page .gray__photos [class*=grid__col-] {
    padding: 0;
    overflow: hidden
}

#primary.page .gray__photos [class*=grid__col-] img {
    width: 100%
}

#primary.page .gray__photos [class*=grid__col-] a {
    cursor: pointer;
    margin-bottom: -6px;
    margin-bottom: -.375rem
}

#primary.page .gray__photos [class*=grid__col-] a:active .text_box,
#primary.page .gray__photos [class*=grid__col-] a:focus .text_box,
#primary.page .gray__photos [class*=grid__col-] a:hover .text_box {
    background-color: #e52420;
    background-color: rgba(229, 36, 32, .9);
    color: #fff
}

#primary.page .gray__photos [class*=grid__col-] a:active .text_box i,
#primary.page .gray__photos [class*=grid__col-] a:focus .text_box i,
#primary.page .gray__photos [class*=grid__col-] a:hover .text_box i {
    border-bottom: 2px solid #010101;
    border-bottom: .125rem solid #010101
}

#primary.page .gray__photos [class*=grid__col-] .text_box {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    text-align: center;
    width: 150px;
    width: 9.375rem;
    height: 150px;
    height: 9.375rem;
    line-height: 150px;
    line-height: 9.375rem;
    margin-top: -75px;
    margin-top: -4.6875rem;
    margin-left: -75px;
    margin-left: -4.6875rem;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: inline-block;
    vertical-align: middle
}

#primary.page .gray__photos [class*=grid__col-] .text_box i {
    padding-bottom: 3px;
    padding-bottom: .1875rem;
    border-bottom: 2px solid #e52420;
    border-bottom: .125rem solid #e52420;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 2px;
    letter-spacing: .125rem
}

#primary.page .full__slider img {
    width: 100%;
    height: auto
}

#primary.page .full__slider [class*=grid__col-] {
    padding: 0;
    overflow: hidden
}

#primary.page .full__slider [class*=grid__col-] a {
    cursor: pointer
}

#primary.page .full__slider [class*=grid__col-] a:active .text_box,
#primary.page .full__slider [class*=grid__col-] a:focus .text_box,
#primary.page .full__slider [class*=grid__col-] a:hover .text_box {
    background-color: #e52420;
    background-color: rgba(229, 36, 32, .9);
    color: #fff
}

#primary.page .full__slider [class*=grid__col-] a:active .text_box i,
#primary.page .full__slider [class*=grid__col-] a:focus .text_box i,
#primary.page .full__slider [class*=grid__col-] a:hover .text_box i {
    border-bottom: 2px solid #010101;
    border-bottom: .125rem solid #010101
}

#primary.page .full__slider .text_box {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    text-align: center;
    width: 150px;
    width: 9.375rem;
    height: 150px;
    height: 9.375rem;
    line-height: 150px;
    line-height: 9.375rem;
    margin-top: -75px;
    margin-top: -4.6875rem;
    margin-left: -75px;
    margin-left: -4.6875rem;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: inline-block;
    vertical-align: middle
}

#primary.page .full__slider .text_box i {
    padding-bottom: 3px;
    padding-bottom: .1875rem;
    border-bottom: 2px solid #e52420;
    border-bottom: .125rem solid #e52420;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 2px;
    letter-spacing: .125rem
}

#primary.page .video-grid {
    padding: 0 1%;
    margin-top: -16px;
    margin-top: -1rem
}

#primary.page .icon {
    background-image: url(/assets/m/casadecor/images/sprites.png);
    background-repeat: no-repeat;
    height: 68px;
    height: 4.25rem;
    width: 68px;
    width: 4.25rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    #primary.page .icon {
        background-image: url(/assets/m/casadecor/images/sprites@2x.png);
        background-size: 374px 1213px
    }
}

#primary.page .icon.info {
    background-position: 0 -753px
}

#primary.page .icon.users {
    width: 100px;
    width: 6.25rem;
    background-position: -139px -750px
}

#primary.page .icon.config {
    background-position: -310px -750px
}

#primary.page .icon.quien {
    width: 100px;
    width: 6.25rem;
    height: 70px;
    height: 4.375rem;
    background-position: -138px -751px
}

#primary.page .icon.como {
    width: 100px;
    width: 6.25rem;
    height: 70px;
    height: 4.375rem;
    background-position: 17px -851px
}

#primary.page .icon.camera {
    width: 43px;
    width: 2.6875rem;
    height: 32px;
    height: 2rem;
    background-position: -8px -1127px
}

#primary.page .line__left {
    border-left: 1px solid #e52420;
    border-left: .0625rem solid #e52420;
    margin-top: 30px;
    margin-top: 1.875rem;
    margin-left: 8%;
    text-align: left;
    position: relative
}

#primary.page .line__left span {
    position: absolute;
    left: -24px;
    left: -1.5rem;
    background-color: #e52420;
    color: #fff;
    font-size: 36px;
    font-size: 2.25rem;
    height: 46px;
    height: 2.875rem;
    width: 46px;
    width: 2.875rem;
    text-align: center;
    line-height: 38px;
    line-height: 2.375rem;
    display: block;
    margin-top: 4px;
    margin-top: .25rem;
    -webkit-border-radius: 46px;
    -moz-border-radius: 46px;
    border-radius: 46px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

#primary.page .line__left p:first-child {
    padding-top: 0
}

#primary.page .line__left p:first-child span {
    top: -12px;
    top: -.75rem
}

#primary.page .line__left p:nth-child(4) span {
    margin-top: -9px;
    margin-top: -.5625rem
}

#primary.page .line__left p:last-child {
    padding-bottom: 0
}

#primary.page .display_boxes.d__btns {
    padding-bottom: 160px;
    padding-bottom: 10rem
}

#primary.page .display_boxes h3 {
    color: #666;
    font-weight: 900;
    letter-spacing: 4px;
    letter-spacing: .25rem
}

#primary.page .display_boxes .display_box {
    padding-bottom: 0;
    font-weight: 800;
    color: #666;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 2px;
    letter-spacing: .125rem;
    cursor: pointer
}

#primary.page .display_boxes .display_box i {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 300;
    position: absolute;
    padding-left: 5px;
    padding-left: .3125rem
}

#primary.page .display_boxes .display_box.plus i:before {
    content: "+";
    color: #e52420
}

#primary.page .display_boxes .display_box.minus i:before {
    content: "-";
    color: #e52420
}

#primary.page .display_boxes .hide {
    display: none
}

#primary.page .display_boxes>div {
    padding-bottom: 40px;
    padding-bottom: 2.5rem
}

#primary.page .display_boxes .descarga {
    border: 1px solid #e52420;
    border: .0625rem solid #e52420;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 9px 40px;
    padding: .5625rem 40px;
    padding: 9px 2.5rem;
    padding: .5625rem 2.5rem;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    color: #e52420;
    display: inline-block;
    line-height: 35px;
    line-height: 2.1875rem;
    cursor: pointer;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

#primary.page .display_boxes .descarga i {
    width: 33px;
    width: 2.0625rem;
    height: 35px;
    height: 2.1875rem;
    display: block;
    float: left;
    background-image: url(/assets/m/casadecor/images/sprites.png);
    background-repeat: no-repeat;
    background-position: -240px -615px;
    margin-right: 10px;
    margin-right: .625rem
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    #primary.page .display_boxes .descarga i {
        background-image: url(/assets/m/casadecor/images/sprites@2x.png);
        background-size: 374px 1213px
    }
}

#primary.page .display_boxes .descarga:focus,
#primary.page .display_boxes .descarga:hover {
    color: #fff;
    background-color: #e52420
}

#primary.page .display_boxes .descarga:focus i,
#primary.page .display_boxes .descarga:hover i {
    background-position: -190px -615px
}

#primary.page .display_boxes .descarga__btns {
    width: 100%;
    position: absolute;
    bottom: 0
}

#primary.page .display_boxes .descarga__btns .descarga {
    width: 220px;
    width: 13.75rem;
    display: block
}

#primary.page .display_boxes .descarga__btns .descarga:nth-child(1) {
    float: left;
    margin: 0 0 0 4%
}

#primary.page .display_boxes .descarga__btns .descarga:last-child {
    float: right;
    margin: 0 4% 0 0
}

#primary.page .display_boxes.edicion_box h3 {
    color: #e52420;
    font-weight: 600;
    letter-spacing: 3px;
    letter-spacing: .1875rem
}

#primary.page .display_boxes.edicion_box .descarga__btns {
    width: 100%;
    position: relative
}

#primary.page .display_boxes.edicion_box .descarga__btns .descarga {
    width: 255px;
    width: 15.9375rem;
    display: block
}

#primary.page .display_boxes.edicion_box .descarga__btns .descarga:last-child,
#primary.page .display_boxes.edicion_box .descarga__btns .descarga:nth-child(1) {
    float: none;
    margin: 24px auto;
    margin: 1.5rem auto
}

#primary.page .display_boxes.edicion_box .descarga__btns .descarga.big__width {
    width: 340px;
    width: 21.25rem;
    text-transform: uppercase
}

#primary.page .swiper-container .swiper-slide img,
#primary.page .swiper-container-ediciones .swiper-slide img,
#primary.page .swiper-container-ficha .swiper-slide img {
    width: 100%
}

#primary.page .swiper-container .swiper-button-next,
#primary.page .swiper-container .swiper-button-prev,
#primary.page .swiper-container-ediciones .swiper-button-next,
#primary.page .swiper-container-ediciones .swiper-button-prev,
#primary.page .swiper-container-ficha .swiper-button-next,
#primary.page .swiper-container-ficha .swiper-button-prev {
    width: 79px;
    width: 4.9375rem;
    height: 79px;
    height: 4.9375rem;
    background-size: inherit
}

#primary.page .swiper-container .swiper-button-next:focus,
#primary.page .swiper-container .swiper-button-next:hover,
#primary.page .swiper-container .swiper-button-prev:focus,
#primary.page .swiper-container .swiper-button-prev:hover,
#primary.page .swiper-container-ediciones .swiper-button-next:focus,
#primary.page .swiper-container-ediciones .swiper-button-next:hover,
#primary.page .swiper-container-ediciones .swiper-button-prev:focus,
#primary.page .swiper-container-ediciones .swiper-button-prev:hover,
#primary.page .swiper-container-ficha .swiper-button-next:focus,
#primary.page .swiper-container-ficha .swiper-button-next:hover,
#primary.page .swiper-container-ficha .swiper-button-prev:focus,
#primary.page .swiper-container-ficha .swiper-button-prev:hover {
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7
}

#primary.page .swiper-container .swiper-button-next,
#primary.page .swiper-container-ediciones .swiper-button-next,
#primary.page .swiper-container-ficha .swiper-button-next {
    background: url(/assets/m/casadecor/images/arrow-right.png)
}

#primary.page .swiper-container .swiper-button-prev,
#primary.page .swiper-container-ediciones .swiper-button-prev,
#primary.page .swiper-container-ficha .swiper-button-prev {
    background: url(/assets/m/casadecor/images/arrow-left.png)
}

#primary.page .swiper-container h4,
#primary.page .swiper-container-ediciones h4,
#primary.page .swiper-container-ficha h4 {
    position: absolute;
    top: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjglIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 8%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .8)), color-stop(8%, rgba(0, 0, 0, .8)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 8%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 8%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 8%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 8%, rgba(0, 0, 0, 0) 100%);
    padding-top: 34px;
    padding-top: 2.125rem;
    padding-bottom: 220px;
    padding-bottom: 13.75rem;
    width: 100%;
    color: #e52420;
    text-align: center;
    font-size: 15px;
    font-size: .9375rem
}

#primary.page .swiper-container h4 span,
#primary.page .swiper-container-ediciones h4 span,
#primary.page .swiper-container-ficha h4 span {
    font-size: 46px;
    font-size: 2.875rem;
    color: #fff;
    display: inline-block;
    margin-top: -11px;
    margin-top: -.6875rem;
    letter-spacing: 3px;
    letter-spacing: .1875rem
}

#primary.page .swiper-container h4 span:before,
#primary.page .swiper-container-ediciones h4 span:before,
#primary.page .swiper-container-ficha h4 span:before {
    content: "";
    border-top: 2px solid #fff;
    border-top: .125rem solid #fff;
    border-left: 2px solid #fff;
    border-left: .125rem solid #fff;
    width: 36px;
    width: 2.25rem;
    height: 20px;
    height: 1.25rem;
    position: relative;
    float: left;
    margin-right: 0
}

#primary.page .swiper-container h4 span:after,
#primary.page .swiper-container-ediciones h4 span:after,
#primary.page .swiper-container-ficha h4 span:after {
    content: "";
    border-top: 2px solid #fff;
    border-top: .125rem solid #fff;
    border-right: 2px solid #fff;
    border-right: .125rem solid #fff;
    width: 36px;
    width: 2.25rem;
    height: 20px;
    height: 1.25rem;
    position: relative;
    float: right;
    margin-left: 0
}

#primary.page .swiper-container-ficha {
    overflow: hidden;
    position: relative
}

#primary.page .swiper-container-ficha .swiper-slide img {
    height: auto;
    max-height: 705px;
    width: auto;
    max-width: 100%
}

#primary.page .swiper-container-ficha .swiper-button-next {
    background: url(/assets/m/casadecor/images/arrowred-next.png);
    float: right;
    margin-right: 35%;
    margin-top: -31px
}

#primary.page .swiper-container-ficha .swiper-button-prev {
    background: url(/assets/m/casadecor/images/arrowred-prev.png);
    float: left;
    margin-left: 35%;
    margin-top: 9px
}

#primary.page .swiper-container-ficha .swiper-button-next,
#primary.page .swiper-container-ficha .swiper-button-prev {
    width: 17px;
    height: 25px;
    position: absolute;
    top: inherit
}

#primary.page .swiper-container-ediciones .swiper-slide {
    overflow: hidden
}

#primary.page .swiper-container-ediciones .swiper-slide img {
    width: auto;
    left: -45%;
    position: relative
}

#primary.page .ficha-gallery {
    padding-top: 0
}

#primary.page .edificio_caract {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
}

#primary.page .edificio_caract h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 100;
    text-transform: uppercase;
    padding: 60px 0;
    padding: 3.75rem 0;
    padding-bottom: 20px;
    padding-bottom: 1.25rem
}

#primary.page .edificio_caract.title-mid-top header {
    padding-left: 0
}

#primary.page .edificio_caract.title-mid-top h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 100;
    text-transform: uppercase;
    padding: 40px 0;
    padding: 2.5rem 0;
    padding-bottom: 20px;
    padding-bottom: 1.25rem
}

#primary.page .edificio_caract p {
    padding: 16px .8em;
    padding: 1rem .8em
}

#primary.page .slider_photos {
    margin-top: 100px;
    margin-top: 6.25rem;
    margin-bottom: -5px;
    margin-bottom: -.3125rem
}

#primary.page .slider_photos .mas-info {
    text-align: center;
    padding-bottom: 20px;
    padding-bottom: 1.25rem
}

#primary.page .slider_photos .mas-info a {
    border-bottom: 2px solid #e52420;
    border-bottom: .125rem solid #e52420;
    font-weight: 700;
    color: #010101
}

#primary.page .slider_photos .mas-info a:focus,
#primary.page .slider_photos .mas-info a:hover {
    color: #e52420
}

#primary.page .slider_photos.slider_ediciones {
    margin-top: 0
}

#primary.error404 {
    padding-top: 60px;
    padding-top: 3.75rem
}

#primary.error404 .bg-404 {
    background: url(/assets/m/casadecor/images/error404.jpg) center center;
    height: 900px;
    height: 56.25rem
}

#primary.error404 .text404 {
    position: absolute;
    bottom: 10%
}

#primary.error404 .text404 h1,
#primary.error404 .text404 h2,
#primary.error404 .text404 p {
    display: none
}

#primary form a {
    text-decoration: underline;
    cursor: pointer
}

#primary form a:focus,
#primary form a:hover {
    text-decoration: none
}

#primary form label {
    color: #666;
    letter-spacing: 3px;
    letter-spacing: .1875rem;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 800;
    padding-top: 15px;
    padding-top: .9375rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem
}

#primary form label.check_label {
    letter-spacing: 0;
    font-weight: 300;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-bottom: 0;
    margin-bottom: -20px;
    margin-bottom: -1.25rem
}

#primary form input[type=checkbox] {
    float: left;
    position: absolute;
    margin-top: 16px;
    margin-top: 1rem
}

#primary form input[type=email],
#primary form input[type=password],
#primary form input[type=text],
#primary form textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    padding: 10px 15px;
    padding: .625rem 15px;
    padding: 10px .9375rem;
    padding: .625rem .9375rem
}

#primary form textarea {
    height: 135px;
    height: 8.4375rem;
    resize: none;
    line-height: 28px;
    line-height: 1.75rem
}

#primary form textarea:-moz-placeholder,
#primary form textarea:-ms-input-placeholder,
#primary form textarea::-moz-placeholder,
#primary form textarea::-webkit-input-placeholder {
    color: #e52420;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

#primary form input[type=button],
#primary form input[type=submit] {
    border: 1px solid #e52420;
    border: .0625rem solid #e52420;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 9px 40px;
    padding: .5625rem 40px;
    padding: 9px 2.5rem;
    padding: .5625rem 2.5rem;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    color: #e52420;
    display: inline-block;
    line-height: 35px;
    line-height: 2.1875rem;
    background: 0 0;
    width: 150px;
    width: 9.375rem;
    margin: 0 auto 50px;
    margin-top: 35px;
    margin-bottom: 84px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

#primary form input[type=button]:focus,
#primary form input[type=button]:hover,
#primary form input[type=submit]:focus,
#primary form input[type=submit]:hover {
    color: #fff;
    background: #e52420
}

#primary form .select {
    overflow: hidden;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    padding: 10px 15px;
    padding: .625rem 15px;
    padding: 10px .9375rem;
    padding: .625rem .9375rem;
    background-image: url(/assets/m/casadecor/images/arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 13px;
    cursor: pointer
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    #primary form .select {
        background-image: url(/assets/m/casadecor/images/arrow@2x.png);
        background-size: 20px 16px
    }
}

#primary form .select select {
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer
}

#primary form .complete i,
#primary form .error i {
    background-image: url(/assets/m/casadecor/images/iconos-check.svg);
    width: 128px;
    height: 128px;
    -webkit-opacity: .2;
    -moz-opacity: .2;
    opacity: .2;
    float: right;
    display: block;
    background-size: 254px 359px;
    margin-top: 0
}

#primary form .error {
    padding: 10px 20px;
    padding: .625rem 20px;
    padding: 10px 1.25rem;
    padding: .625rem 1.25rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #ffd5d4
}

#primary form .error i {
    background-position: -50px -183px
}

#primary form .error ol {
    padding-left: 30px;
    padding-left: 1.875rem
}

#primary form .error ol li {
    padding: 6px;
    padding: .375rem
}

#primary form .complete {
    padding: 10px 20px;
    padding: .625rem 20px;
    padding: 10px 1.25rem;
    padding: .625rem 1.25rem;
    padding-bottom: 10px;
    padding-bottom: .625rem;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #a5cc95
}

#primary form .complete i {
    background-position: -50px -53px
}

#primary .documentacion h3.title__select {
    color: #444;
    background: #f3f3f3;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 25px;
    padding: .625rem 25px;
    padding: 10px 1.5625rem;
    padding: .625rem 1.5625rem;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 3px;
    letter-spacing: .1875rem
}

#primary .documentacion h4 {
    color: #444;
    letter-spacing: 2px;
    letter-spacing: .125rem;
    font-size: 17px;
    font-size: 1.0625rem;
    background-color: #fff;
    line-height: 60px;
    line-height: 3.75rem;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    padding-left: 75px;
    padding-left: 4.6875rem;
    padding-right: 10px;
    padding-right: .625rem
}

#primary .documentacion h4 .icon {
    height: 59px;
    height: 3.6875rem;
    width: 75px;
    width: 4.6875rem;
    display: block;
    position: relative;
    float: left;
    margin-left: -75px;
    margin-left: -4.6875rem;
    margin-top: -6px;
    margin-top: -.375rem;
    background-color: #fff
}

#primary .documentacion h4 .icon.prensa {
    background-position: 10px -1033px
}

#primary .documentacion h4 .icon.guia {
    background-position: -95px -1033px
}

#primary .documentacion h4 .icon.edificio {
    background-position: -195px -1033px
}

#primary .documentacion h4 .icon.ruta {
    background-position: -304px -1033px
}

#primary .documentacion .descarga__btns {
    position: relative!important;
    margin-top: 50px;
    margin-top: 3.125rem
}

#primary .documentacion .descarga__btns .one__btn {
    float: none!important;
    margin: 0 auto!important
}

#primary .documentacion .line {
    height: 1px;
    height: .0625rem;
    background-color: #b1b1b1;
    width: 100%;
    padding: 0!important;
    margin-top: -43px;
    margin-top: -2.6875rem
}

#primary .material__photos {
    padding: 0;
    margin-top: 50px;
    margin-top: 3.125rem
}

#primary .material__photos .center-text {
    padding: 0;
    position: relative
}

#primary .material__photos .img__links {
    width: 200px;
    height: 200px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

#primary .material__photos .img__links a {
    background: rgba(255, 255, 255, .9);
    padding: 65px 40px;
    padding: 4.0625rem 40px;
    padding: 65px 2.5rem;
    padding: 4.0625rem 2.5rem;
    display: block;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 3px;
    letter-spacing: .1875rem;
    color: #444;
    font-weight: 600;
    width: 200px;
    width: 12.5rem;
    height: 200px;
    height: 12.5rem;
    -webkit-transition: color .1s ease;
    -moz-transition: color .1s ease;
    -ms-transition: color .1s ease;
    -o-transition: color .1s ease;
    transition: color .1s ease
}

#primary .material__photos .img__links a span {
    padding-bottom: 3px;
    padding-bottom: .1875rem;
    border-bottom: 2px solid #e52420;
    border-bottom: .125rem solid #e52420
}

#primary .material__photos .img__links a:focus,
#primary .material__photos .img__links a:hover {
    color: #e52420
}

#primary .enlaces-interes h4 {
    font-size: 14px;
    font-size: .875rem;
    font-family: Raleway, sans-serif;
    letter-spacing: 3px;
    letter-spacing: .1875rem;
    color: #e52420;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    padding-top: 50px;
    padding-top: 3.125rem
}

#primary .enlaces-interes a {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: Raleway, sans-serif;
    letter-spacing: 3px;
    letter-spacing: .1875rem;
    text-transform: uppercase;
    color: #010101;
    -webkit-transition: color .1s ease;
    -moz-transition: color .1s ease;
    -ms-transition: color .1s ease;
    -o-transition: color .1s ease;
    transition: color .1s ease
}

#primary .enlaces-interes a span {
    border-bottom: 2px solid #e52420;
    border-bottom: .125rem solid #e52420;
    display: table;
    margin: 0 auto;
    line-height: 28px;
    line-height: 1.75rem
}

#primary .enlaces-interes a:focus,
#primary .enlaces-interes a:hover {
    color: #e52420
}

#primary .enlaces-interes .social {
    padding-top: 5px;
    padding-top: .3125rem;
    margin: 0 auto
}

#primary .enlaces-interes .social li {
    list-style: none;
    float: left;
    padding: 0;
    border-right: 0 none transparent;
    border-right: 0 none transparent
}

#primary .enlaces-interes .social li a {
    border-top: 2px solid #fff;
    border-top: .125rem solid #fff;
    padding: 10px 20px;
    padding: .625rem 20px;
    padding: 10px 1.25rem;
    padding: .625rem 1.25rem;
    display: block;
    text-indent: -9999em!important;
    background-image: url(/assets/m/casadecor/images/sprites.png);
    background-repeat: no-repeat;
    width: 25px;
    width: 1.5625rem;
    height: 40px;
    height: 2.5rem
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    #primary .enlaces-interes .social li a {
        background-image: url(/assets/m/casadecor/images/sprites@2x.png);
        background-size: 374px 1213px
    }
}

#primary .enlaces-interes .social li a.instagram {
    background-position: -344px -539px
}

#primary .enlaces-interes .social li a.linkedin {
    background-position: -202px -539px
}

#primary .enlaces-interes .social li a.youtube {
    background-position: -126px -539px
}

#primary .enlaces-interes .social li a.pinterest {
    background-position: -278px -539px
}

#primary .enlaces-interes .social li a.twitter {
    background-position: -50px -539px
}

#primary .enlaces-interes .social li a.facebook {
    background-position: 16px -539px
}

#primary .e-margin .content-grid {
    padding: 0
}

#primary .map {
    padding-right: 0;
    padding-left: 0
}

#primary .map h2 {
    text-align: center;
    font-family: Raleway, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 600
}

#primary .map h3 {
    text-align: center;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    padding-top: 10px;
    padding-top: .625rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem
}

#primary .map .descarga__btns {
    width: 100%
}

#primary .map .descarga__btns .descarga {
    width: 220px;
    width: 13.75rem;
    display: block
}

#primary .edificio_box .mas-info,
#primary .galeria-boxes .mas-info,
#primary .sponsors-boxes .mas-info {
    text-align: center;
    padding-top: 20px;
    padding-top: 1.25rem
}

#primary .edificio_box .mas-info a,
#primary .galeria-boxes .mas-info a,
#primary .sponsors-boxes .mas-info a {
    border-bottom: 2px solid #e52420;
    border-bottom: .125rem solid #e52420;
    text-transform: uppercase;
    letter-spacing: 2px;
    letter-spacing: .125rem;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 4px 0;
    padding: .25rem 0;
    padding-left: 20px;
    padding-left: 1.25rem;
    color: #010101
}

#primary .edificio_box .mas-info a span,
#primary .galeria-boxes .mas-info a span,
#primary .sponsors-boxes .mas-info a span {
    font-weight: 300;
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: -6px;
    margin-top: -.375rem;
    position: absolute;
    margin-left: -20px;
    margin-left: -1.25rem
}

#primary .edificio_box .mas-info a:focus,
#primary .edificio_box .mas-info a:hover,
#primary .galeria-boxes .mas-info a:focus,
#primary .galeria-boxes .mas-info a:hover,
#primary .sponsors-boxes .mas-info a:focus,
#primary .sponsors-boxes .mas-info a:hover {
    color: #e52420
}

#primary .galeria-boxes {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    padding-left: 0;
    padding-right: 0
}

#primary .galeria-boxes .title-full {
    margin-top: 65px;
    margin-top: 4.0625rem
}

#primary .galeria-boxes .mas-info a {
    padding-left: 0
}

#primary .sponsors-boxes .logo {
    width: 100%
}

#primary .sponsors-boxes .logo img {
    width: auto;
    height: auto;
    max-height: 85px;
    display: block;
    margin: 10px auto;
    max-width: 80%
}

#primary .sponsors-boxes .principal .logo img {
    max-height: none;
    max-width: 100%
}

#primary .sponsors-boxes .mas-info {
    padding-top: 30px;
    padding-top: 1.875rem;
    padding-bottom: 90px;
    padding-bottom: 5.625rem;
    margin-top: 40px;
    margin-top: 2.5rem
}

#primary .sponsors-boxes .mas-info a {
    padding-left: 0
}

#primary .newsletter_box {
    margin: 90px 0;
    margin: 5.625rem 0
}

#primary .newsletter_box h3 {
    font-weight: 100;
    font-size: 28px;
    font-size: 1.75rem
}

#primary .newsletter_box p {
    font-weight: 100;
    color: #444;
    padding-top: 5px;
    padding-top: .3125rem
}

#primary .premios-logo {
    overflow: hidden;
    min-height: 300px;
    min-height: 18.75rem;
    padding-top: 100px;
    text-align: right;
    background-size: cover;
    margin-bottom: 0!important
}

#primary .premios-logo img {
    width: 100%
}

#primary .quote .content-grid {
    padding: 0
}

#primary .blog-boxes .blog-box .blog-img {
    width: 100%;
    overflow: hidden;
    text-align: center
}

#primary .blog-boxes .blog-box .blog-img img {
    min-width: 100%;
    width: auto;
    height: 325px;
    height: 20.3125rem
}

#primary .blog-boxes .blog-box strong a {
    font-weight: 600;
    color: #e52420;
    font-size: 14px;
    font-size: .875rem;
    text-transform: uppercase;
    line-height: 36px;
    line-height: 2.25rem;
    letter-spacing: 2px;
    letter-spacing: .125rem
}

#primary .blog-boxes .blog-box h4 a {
    color: #444;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 34px;
    line-height: 2.125rem;
    font-weight: 100
}

#primary .blog-boxes .blog-box span {
    font-size: 12px;
    font-size: .75rem;
    line-height: 56px;
    line-height: 3.5rem;
    letter-spacing: 2px;
    letter-spacing: .125rem;
    text-transform: lowercase;
    color: #e52420
}

#primary .sponsors-boxes h4 {
    color: #444;
    font-size: 14px;
    font-size: .875rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem
}

#primary .edificio_desc {
    padding: 1em .5em
}

#primary .edificio_desc .descarga {
    border: 1px solid #e52420;
    border: .0625rem solid #e52420;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 9px 40px;
    padding: .5625rem 40px;
    padding: 9px 2.5rem;
    padding: .5625rem 2.5rem;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    color: #e52420;
    display: inline-block;
    line-height: 35px;
    line-height: 2.1875rem;
    cursor: pointer;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

#primary .edificio_desc .descarga i {
    width: 33px;
    width: 2.0625rem;
    height: 35px;
    height: 2.1875rem;
    display: block;
    float: left;
    background-image: url(/assets/m/casadecor/images/sprites.png);
    background-repeat: no-repeat;
    background-position: -240px -615px;
    margin-right: 10px;
    margin-right: .625rem
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    #primary .edificio_desc .descarga i {
        background-image: url(/assets/m/casadecor/images/sprites@2x.png);
        background-size: 374px 1213px
    }
}

#primary .edificio_desc .descarga:focus,
#primary .edificio_desc .descarga:hover {
    color: #fff;
    background-color: #e52420
}

#primary .edificio_desc .descarga:focus i,
#primary .edificio_desc .descarga:hover i {
    background-position: -190px -615px
}

#primary .edificio_desc .descarga__btns {
    width: 100%;
    margin: 65px 0;
    margin: 4.0625rem 0;
    margin-bottom: 0
}

#primary .edificio_desc .descarga__btns .descarga {
    width: 220px;
    width: 13.75rem;
    display: block
}

#primary .edificio_desc .descarga__btns .descarga:last-child,
#primary .edificio_desc .descarga__btns .descarga:nth-child(1) {
    float: none;
    margin: 0 auto
}

#primary .edificio_desc.inte_desc .descarga__btns {
    margin: 20px 0;
    margin: 1.25rem 0;
    margin-bottom: 0
}

#primary .quote .grid {
    padding-bottom: 90px;
    padding-bottom: 5.625rem
}

#primary .quote header {
    margin-bottom: 50px;
    margin-bottom: 3.125rem
}

#primary .quote blockquote {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

#primary .quote blockquote p {
    font-weight: 900;
    font-family: Raleway, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 300;
    font-style: italic;
    line-height: 38px;
    line-height: 2.375rem;
    padding-left: 75px;
    padding-left: 4.6875rem
}

#primary .quote blockquote p::after,
#primary .quote blockquote p::before {
    color: #e52420;
    font-size: 178px;
    font-size: 11.125rem;
    font-family: 'Playfair Display', serif;
    position: relative
}

#primary .quote blockquote p::before {
    content: open-quote;
    margin-top: 22px;
    margin-top: 1.375rem;
    position: absolute;
    left: 0
}

#primary .quote blockquote p::after {
    position: absolute;
    right: 0;
    margin-top: 40px;
    margin-top: 2.5rem;
    content: close-quote
}

#primary .quote blockquote span {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 75px;
    padding-left: 4.6875rem
}

#primary .g-margin {
    margin-bottom: 20px
}

#primary .h-margin {
    margin-top: 50px
}

#primary .desc_out {
    width: 185px;
    margin: 0 auto
}

#primary .ediciones-box h2 {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 400;
    padding-top: 55px;
    padding-top: 3.4375rem;
    text-transform: uppercase
}

#primary .ediciones-box h2 a {
    color: #e52420
}

#primary .ediciones-box h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 100;
    padding-bottom: 20px;
    padding-bottom: 1.25rem
}

#primary .ediciones-box a img {
    width: 100%
}

#primary .ediciones-box .mas-info {
    text-align: center;
    padding-top: 20px;
    padding-top: 1.25rem
}

#primary .ediciones-box .mas-info a {
    border-bottom: 2px solid #e52420;
    border-bottom: .125rem solid #e52420;
    text-transform: uppercase;
    letter-spacing: 2px;
    letter-spacing: .125rem;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 4px 0;
    padding: .25rem 0;
    color: #010101
}

#primary .ediciones-box .mas-info a span {
    font-weight: 300;
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: -6px;
    margin-top: -.375rem;
    position: absolute;
    margin-left: -20px;
    margin-left: -1.25rem
}

#primary .ediciones-box .mas-info a:focus,
#primary .ediciones-box .mas-info a:hover {
    color: #e52420
}

#primary .participar-box {
    padding-bottom: 80px!important
}

#primary .participar-box .mas-info {
    bottom: 50px!important
}

#primary .breadcrumb {
    margin-top: -70px;
    margin-top: -4.375rem
}

#primary .breadcrumb.interiorista-breadcrumb {
    margin-top: 0;
    padding: 50px 0 0;
    margin-bottom: -5px
}

#primary .breadcrumb p {
    font-size: 16px;
    font-size: 1rem;
    color: #e52420;
    font-weight: 600;
    letter-spacing: 3px;
    letter-spacing: .1875rem
}

#primary .breadcrumb p a,
#primary .breadcrumb p span {
    color: #444
}

#primary.search .breadcrumb {
    margin-top: 0;
    padding-top: 70px;
    padding-top: 4.375rem
}

#primary.search .search_box {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    width: 100%
}

#primary.search .search_box .image__box {
    overflow: hidden;
    height: 300px
}

#primary.search .search_box .image__box img {
    height: 100%;
    width: auto;
    max-height: 430px;
    max-height: 26.875rem
}

#primary.search .search_box .cat a {
    font-weight: 600;
    color: #e52420;
    font-size: 14px;
    font-size: .875rem;
    text-transform: uppercase;
    line-height: 36px;
    line-height: 2.25rem;
    letter-spacing: 2px;
    letter-spacing: .125rem
}

#primary.search .search_box h4 a {
    color: #444;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 34px;
    line-height: 2.125rem;
    font-weight: 100
}

#primary.search .search_box time {
    font-size: 12px;
    font-size: .75rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    letter-spacing: 2px;
    letter-spacing: .125rem;
    text-transform: lowercase;
    color: #e52420
}

#primary.search .search_box .mas-info {
    padding-top: 20px;
    padding-top: 1.25rem
}

#primary.search .search_box .mas-info a {
    border-bottom: 2px solid #e52420;
    border-bottom: .125rem solid #e52420;
    text-transform: uppercase;
    letter-spacing: 2px;
    letter-spacing: .125rem;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 4px 0;
    padding: .25rem 0;
    color: #010101
}

#primary.search .search_box .mas-info a span {
    font-weight: 300;
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: -6px;
    margin-top: -.375rem;
    position: absolute;
    margin-left: -20px;
    margin-left: -1.25rem
}

#primary.search .search_box .mas-info a:focus,
#primary.search .search_box .mas-info a:hover {
    color: #e52420
}

#primary .grid-espacio {
    text-align: center;
    display: block
}

#primary .grid-espacio .img-espacio {
    overflow: hidden;
    height: 350px;
    display: block;
    text-align: center;
    position: relative
}

#primary .grid-espacio img {
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    min-width: 100%;
    max-width: 610px;
    max-height: 610px;
    position: absolute
}

#primary .grid-espacio h3 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    padding-top: 12px;
    padding-top: .75rem;
    text-transform: uppercase
}

#primary .grid-espacio h3 a {
    color: #e52420
}

#primary .grid-espacio h3 a:focus,
#primary .grid-espacio h3 a:hover {
    color: #010101
}

#primary .grid-espacio p {
    padding-top: 4px;
    padding-top: .25rem;
    font-size: 18px;
    font-size: 1.125rem
}

#primary .gird-espacios-edicion {
    overflow: hidden;
    height: 350px;
    height: 21.875rem
}

#primary .gird-espacios-edicion a {
    overflow: hidden;
    height: 100%;
    display: block;
    text-align: center;
    position: relative
}

#primary .gird-espacios-edicion img {
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    min-width: 100%;
    max-width: 550px;
    max-height: 550px;
    height: auto;
    position: absolute
}

#primary .gird-espacios-edicion:focus .espacios-title,
#primary .gird-espacios-edicion:hover .espacios-title {
    opacity: 1
}

#primary .gird-espacios-edicion .espacios-title {
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0;
    display: block;
    width: 92%;
    height: 91%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

#primary .gird-espacios-edicion .espacios-title a {
    color: #fff;
    width: 100%;
    height: 100%;
    background-color: rgba(229, 36, 32, .7);
    padding: 35% 2%
}

#primary .gird-espacios-edicion .espacios-title a h4 {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase
}

#primary .gird-espacios-edicion .espacios-title a strong {
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    display: block
}

#primary .gird-espacios-edicion .espacios-title a span {
    border-bottom: 2px solid #fff;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    padding: 20px 2px 1px
}

#primary.espacio .breadcrumb.espacio-top {
    margin-top: 0;
    padding-top: 70px;
    padding-top: 4.375rem;
    margin-bottom: -60px;
    margin-bottom: -3.75rem
}

#primary.espacio .breadcrumb.espacio-top a {
    border-bottom: 0 none
}

#primary.espacio .breadcrumb.espacio-top a:focus,
#primary.espacio .breadcrumb.espacio-top a:hover {
    color: #444
}

#primary.espacio .title-full {
    border: 2px solid #e52420;
    border: .125rem solid #e52420;
    border-bottom: 0
}

#primary.espacio .title-full h1 {
    padding: 0 40px;
    padding: 0 2.5rem;
    font-size: 24px;
    font-size: 1.5rem;
    color: #e52420;
    text-transform: uppercase;
    padding-top: 4px;
    padding-top: .25rem
}

#primary.espacio .title-full h2 {
    font-size: 32px;
    font-size: 2rem;
    margin-top: 15px;
    margin-top: .9375rem;
    font-weight: 900;
    margin-bottom: -55px;
    margin-bottom: -3.4375rem
}

#primary.espacio .main-text-ficha {
    padding-top: 40px;
    padding-top: 2.5rem
}

#primary.espacio b {
    font-weight: 700;
    display: block
}

#primary.espacio .number {
    font-weight: 900;
    font-size: 17px;
    font-size: 1.0625rem;
    padding-top: 10px;
    padding-bottom: 10px
}

#primary.espacio .number i {
    color: #e52420
}

#primary.espacio .text-ficha {
    padding-right: 30px;
    padding-right: 1.875rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    text-align: right
}

#primary.espacio .text-ficha li {
    list-style: none;
    color: #555
}

#primary.espacio a {
    border-bottom: 2px solid #e52420;
    border-bottom: .125rem solid #e52420;
    padding-bottom: 3px;
    padding-bottom: .1875rem
}

#primary.espacio a:focus,
#primary.espacio a:hover {
    color: #e52420
}

#primary.espacio .swiper-button-next {
    right: 10px;
    right: .625rem
}

#primary.espacio .swiper-button-prev {
    left: 10px;
    left: .625rem
}

#primary .sidebar_gray {
    text-align: left;
    margin-left: 20px;
    margin-left: 1.25rem;
    margin-right: 20px;
    margin-right: 1.25rem
}

#primary .sidebar_gray li {
    list-style: none;
    padding-top: 0;
    padding-bottom: 30px;
    padding-bottom: 1.875rem
}

#primary .sidebar_gray li a {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase
}

#primary .sidebar_gray li a:focus,
#primary .sidebar_gray li a:hover {
    color: #e52420
}

#primary .blog-box {
    text-align: left
}

#primary .blog-box .cat {
    font-size: 16px;
    font-size: 1rem;
    color: #e52420;
    text-transform: uppercase;
    font-weight: 600
}

#primary .blog-box .cat a {
    font-size: 16px;
    font-size: 1rem;
    color: #e52420;
    text-transform: uppercase;
    font-weight: 600
}

#primary .blog-box .date {
    padding-top: 15px;
    padding-top: .9375rem;
    font-size: 16px;
    font-size: 1rem;
    color: #e52420;
    font-weight: 600
}

#primary .blog-box .blog-img {
    width: 100%
}

#primary .blog-box .blog-img img {
    width: 100%;
    height: auto
}

#primary .blog-box h4 {
    padding-top: 15px;
    padding-top: .9375rem;
    padding-bottom: 15px;
    padding-bottom: .9375rem;
    letter-spacing: 3px;
    letter-spacing: .1875rem;
    font-weight: 700;
    font-size: 30px;
    font-size: 1.875rem;
    color: #444
}

#primary .blog-box h4 a {
    letter-spacing: 3px;
    letter-spacing: .1875rem;
    font-weight: 700;
    font-size: 30px;
    font-size: 1.875rem;
    color: #444
}

#primary .blog-box h4 a:focus,
#primary .blog-box h4 a:hover {
    color: #e52420
}

#primary .blog-content p a {
    text-decoration: underline
}

#primary .text-blog h3,
#primary .text-blog h4 {
    letter-spacing: 1px;
    letter-spacing: .0625rem;
    font-size: 20px;
    font-size: 1.25rem
}

#primary .text-blog img {
    margin: 0 auto;
    display: block
}

#primary .text-blog p i {
    font-style: italic
}

#primary .bottom-blog h4 a {
    line-height: 28px!important
}

#primary .breadcrumb.sponsor {
    margin: 0;
    padding-top: 70px;
    margin-bottom: -30px
}

#primary .sponsor-top-box h4 {
    color: #e52420;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    padding-bottom: 25px;
    padding-bottom: 1.5625rem
}

#primary .sponsor-top-box .principal {
    margin-top: -40px;
    margin-top: -2.5rem;
    margin-bottom: 50px;
    margin-bottom: 3.125rem
}

#primary .sponsor-top-box .logo img {
    width: auto;
    height: auto;
    max-height: 130px;
    display: block;
    margin: 10px auto;
    max-width: 80%
}

#primary .sponsor-top-box .principal .logo img {
    max-height: none;
    max-width: 100%
}

#primary .sponsor-bottom-box {
    padding: 20px 0
}

#primary .sponsor-bottom-box .logo-colabora .logo {
    background: #fff;
    text-align: center;
    height: 250px;
    display: block
}

#primary .sponsor-bottom-box .logo-colabora .logo img {
    max-width: 80%;
    width: auto;
    height: auto;
    max-height: 125px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.homepagepage {
    padding-top: 44px;
    padding-top: 2.75rem
}

.homepage .newsletter_box {
    margin-top: 28px;
    margin-top: 1.75rem;
    margin-bottom: 3px;
    margin-bottom: .1875rem
}

.homepage .full__image {
    overflow: hidden;
    height: 665px;
    height: 41.5625rem;
    position: relative
}

.homepage .full__image img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-width: 100%;
    height: auto
}

.homepage .full__image .img__title {
    font-size: 36px;
    font-size: 2.25rem;
    color: #e52420;
    background: #fff;
    font-weight: 800;
    letter-spacing: 10px;
    letter-spacing: .625rem;
    padding: 16px 5px;
    padding: 1rem 5px;
    padding: 16px .3125rem;
    padding: 1rem .3125rem
}

.homepage .full__image .img__title span {
    border: 1px solid #e52420;
    border: .0625rem solid #e52420;
    padding: 10px 40px;
    padding: .625rem 40px;
    padding: 10px 2.5rem;
    padding: .625rem 2.5rem
}

.homepage .full__image .img__title_box {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 400px;
    width: 25rem;
    height: 400px;
    height: 25rem
}

.homepage .full__image .img__title_box .img__title {
    position: inherit;
    left: inherit;
    top: inherit;
    -webkit-transform: inherit;
    padding: 10px 0;
    padding: .625rem 0;
    background: rgba(255, 255, 255, .7);
    width: 400px;
    width: 25rem;
    height: 400px;
    height: 25rem;
    border: 20px solid #e52420;
    border: 1.25rem solid #e52420
}

.homepage .full__image .img__title_box .img__title span {
    margin-top: 25px;
    margin-top: 1.5625rem;
    margin-left: 29px;
    margin-left: 1.8125rem;
    border: 0 none;
    width: 285px;
    width: 17.8125rem;
    height: 130px;
    height: 8.125rem;
    display: block;
    text-indent: -9999em!important;
    background-image: url(/assets/m/casadecor/images/sprites.png);
    background-repeat: no-repeat;
    background-position: -46px 0
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .homepage .full__image .img__title_box .img__title span {
        background-image: url(/assets/m/casadecor/images/sprites@2x.png);
        background-size: 374px 1213px
    }
}

.homepage .full__image .arrow {
    background: #fff;
    width: 1px;
    height: 15%;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 15%;
    right: 0
}

.homepage .full__image .arrow i {
    display: inline-block;
    height: 17px;
    width: 17px;
    transform: rotate(45deg);
    transform-origin: center center;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-right: 0;
    margin-left: -8px;
    margin-top: -8px;
    bottom: 2px;
    position: absolute
}

.homepage .full__image .arrow .door {
    width: 28px;
    width: 1.75rem;
    height: 39px;
    height: 2.4375rem;
    display: block;
    position: absolute;
    bottom: -54px;
    bottom: -3.375rem;
    margin-left: -14px;
    margin-left: -.875rem;
    background-image: url(/assets/m/casadecor/images/sprites.png);
    background-repeat: no-repeat;
    background-position: 0 -417px;
    cursor: pointer
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .homepage .full__image .arrow .door {
        background-image: url(/assets/m/casadecor/images/sprites@2x.png);
        background-size: 374px 1213px
    }
}

.homepage .homepage__full {
    background: url(/assets/m/casadecor/images/2017/home.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

#primary.page.que-es .full__image {
    margin-bottom: 5px;
    margin-bottom: .3125rem
}

#primary.page.que-es .g-margin {
    margin-bottom: -23px
}

#primary.page.que-es .video-grid {
    margin-top: 100px;
    margin-top: 6.25rem
}

#primary.page.que-es .participar-box {
    padding-bottom: 160px!important
}

#primary.page.que-es .participar-box .mas-info {
    bottom: 104px!important
}

#primary.page.como-participar .full__image {
    margin-bottom: 5px;
    margin-bottom: .3125rem
}

#primary.page.como-participar .center-text.gray_bg {
    padding-bottom: 131px;
    padding-bottom: 8.1875rem
}

#primary.page.como-participar .mas-info-box .mas-info.m-top {
    top: 51px
}

#primary.page.como-participar .b-margin {
    margin-bottom: 96px
}

#primary.page.como-participar .no-margin {
    margin-top: -16px;
    margin-bottom: 80px
}

#primary.page.como-participar .video-grid {
    margin-bottom: 84px
}

#primary.page.empresas .breadcrumb,
#primary.page.profesionales .breadcrumb {
    margin-bottom: -30px;
    margin-bottom: -1.875rem
}

#primary.page.empresas .center-text.gray_bg,
#primary.page.profesionales .center-text.gray_bg {
    padding-bottom: 99px;
    padding-bottom: 6.1875rem
}

#primary.page.empresas .c-margin,
#primary.page.profesionales .c-margin {
    margin-bottom: -20px
}

#primary.page.empresas .display_boxes.d__btns,
#primary.page.profesionales .display_boxes.d__btns {
    /*padding-bottom: 220px*/
}

#primary.page.empresas .descarga__btns,
#primary.page.profesionales .descarga__btns {
    bottom: 60px
}

#primary.page.empresas .b-margin,
#primary.page.profesionales .b-margin {
    margin-bottom: 88px
}

#primary.page.empresas .inter_text,
#primary.page.profesionales .inter_text {
    padding-bottom: 12px
}

#primary.page.empresas .inter_empresa,
#primary.page.profesionales .inter_empresa {
    padding-top: 12px
}

#primary.page.empresas .participa-form-title,
#primary.page.profesionales .participa-form-title {
    margin-top: 114px
}

#primary.page.prensa .full__image {
    margin-bottom: 5px;
    margin-bottom: .3125rem
}

#primary.page.prensa .documentacion .descarga__btns {
    margin-top: 27px
}

#primary.page.prensa .e-margin {
    margin-bottom: -65px
}

#primary.page.prensa .b-margin {
    margin-bottom: 113px
}

#primary.page.prensa #participa_prensa {
    margin-top: -50px
}

#primary.page.prensa .participa-form-title {
    margin-bottom: 14px
}

#primary.page.ediciones {
    margin-bottom: 80px
}

#primary.page.ediciones .full__image {
    margin-bottom: 5px;
    margin-bottom: .3125rem
}

#primary.page.ediciones .c-margin {
    margin-bottom: -6px
}

#primary.page.edicion_page .full__image {
    margin-bottom: 5px;
    margin-bottom: .3125rem
}

#primary.page.edicion_page .e-margin {
    margin-bottom: 0
}

#primary.page.edicion_page .newsletter_box {
    margin-top: 30px;
    margin-bottom: -80px
}

#primary.page.edicion_page .blog-boxes .blog-box span {
    margin-top: -20px;
    margin-bottom: 32px
}

#primary.page.edicion_page .premios-logo {
    margin-bottom: 70px
}

#primary.page.edicion_page.edicion_page17 .e-margin {
    margin-bottom: -40px
}

#primary.page.edicion_page .gray_bg.c-margin {
    margin-top: 113px
}

#primary.page.edicion_page .galeria-boxes .title-full {
    margin-top: 100px
}

#primary.page.edicion_page .galeria-boxes .mas-info {
    padding-top: 20px;
    padding-bottom: 30px
}

#primary.page.edicion_page .sponsors-boxes {
    margin-top: -21px;
    margin-bottom: 60px;
    padding: 0
}

#primary.page.edificio .breadcrumb {
    margin-bottom: -30px;
    margin-bottom: -1.875rem
}

#primary.page.edificio .edificio_desc .descarga__btns {
    margin-top: 15px
}

#primary.page.edificio .slider_photos {
    margin-top: 30px;
    margin-bottom: -36px
}

#primary.page.edificio .slider_photos.slider_ediciones {
    margin-top: 0;
    margin-bottom: -.3125rem
}

#primary.page.edificio .recorrido {
    margin-bottom: -7px
}

#primary.page.espacio_list .breadcrumb {
    margin-bottom: -30px;
    margin-bottom: -1.875rem
}

#primary.homepagepage {
    padding-top: 44px;
    padding-top: 2.75rem
}

#primary.homepage .newsletter_box {
    margin-top: 28px;
    margin-top: 1.75rem;
    margin-bottom: 3px;
    margin-bottom: .1875rem
}

#primary.homepage .title-full.title-inner {
    margin-top: 84px;
    margin-top: 5.25rem
}

#primary.homepage .home-box {
    margin-top: 40px;
    margin-top: 2.5rem
}

#primary.homepage .home-box .title-full {
    margin-top: 0;
    border: 2px solid #e52420;
    border: .125rem solid #e52420;
    border-bottom: 0 none
}

#primary.homepage .home-box .title-full h2 {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #e52420;
    padding: 0 10px;
    padding: 0 .625rem;
    margin-top: -10px;
    margin-top: -.625rem;
    padding-bottom: 35px;
    padding-bottom: 2.1875rem
}

#primary.homepage .home-box .logo-edicion {
    margin: -55px 0;
    margin: -3.4375rem 0;
    margin-bottom: 10px;
    margin-bottom: .625rem;
    padding-bottom: 0
}

#primary.homepage .home-box .logo-edicion a {
    margin: 0 auto;
    width: 140px;
    width: 8.75rem;
    height: 110px;
    height: 6.875rem;
    display: block;
    background-image: url(/assets/m/casadecor/images/sprites.png);
    background-repeat: no-repeat;
    background-position: -118px -281px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    #primary.homepage .home-box .logo-edicion a {
        background-image: url(/assets/m/casadecor/images/sprites@2x.png);
        background-size: 374px 1213px
    }
}

#primary.homepage .home-box h3 {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    letter-spacing: .0625rem;
    color: #444
}

#primary.homepage .home-box h4 {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 300;
    color: #e52420;
    padding: 6px 0;
    padding: .375rem 0;
    padding-bottom: 0
}

#primary.homepage .home-box p a {
    text-transform: uppercase;
    border-bottom: 2px solid #e52420;
    border-bottom: .125rem solid #e52420;
    letter-spacing: 1px;
    letter-spacing: .0625rem;
    font-size: 14px;
    font-size: .875rem;
    padding-bottom: 5px;
    padding-bottom: .3125rem;
    font-weight: 900;
    cursor: pointer;
    width: 80px;
    margin: 0 auto;
    position: relative;
    display: block;
    line-height: 20px
}

#primary.homepage .home-box p a:focus,
#primary.homepage .home-box p a:hover {
    color: #e52420
}

#primary.homepage .home-box p a i {
    margin-right: 7px;
    margin-right: .4375rem;
    background-image: url(/assets/m/casadecor/images/sprites.png);
    background-repeat: no-repeat;
    background-position: -75px -425px;
    width: 19px;
    width: 1.1875rem;
    height: 22px;
    height: 1.375rem;
    display: block;
    position: absolute;
    margin-left: -24px;
    margin-top: 1px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    #primary.homepage .home-box p a i {
        background-image: url(/assets/m/casadecor/images/sprites@2x.png);
        background-size: 374px 1213px
    }
}

#primary.homepage .home-img a {
    position: relative;
    overflow: hidden
}

#primary.homepage .home-img img {
    width: 100%;
    height: auto
}

#primary.homepage .home-img:focus span,
#primary.homepage .home-img:hover span {
    opacity: 1
}

#primary.homepage .home-img span {
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0;
    background-color: rgba(229, 36, 32, .7);
    display: block;
    position: absolute;
    top: 0;
    height: 99%;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-top: 29%;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px
}

#primary.homepage .home-img span i {
    border-bottom: 2px solid #fff
}

#primary.homepage .display_boxes {
    z-index: 1
}

#primary.homepage .display_boxes .descarga__btns {
    width: 100%;
    margin: 10px 0;
    margin: .625rem 0;
    margin-bottom: 0;
    position: relative
}

#primary.homepage .display_boxes .descarga__btns .descarga {
    width: 260px;
    width: 16.25rem;
    display: block
}

#primary.homepage .display_boxes .descarga__btns .descarga:last-child,
#primary.homepage .display_boxes .descarga__btns .descarga:nth-child(1) {
    float: none;
    margin: 0 auto
}

#primary.homepage .display_boxes .descarga__btns .descarga:focus,
#primary.homepage .display_boxes .descarga__btns .descarga:hover {
    background: #e52420;
    color: #fff
}

#main_head.homepage {
    position: relative
}

#main_head.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000201
}

#primary.page .gray_bg .title-full h1,
#primary.page .gray_bg .title-full h2,
#primary.page .gray_bg .title-full h3 {
    background: #f3f3f3
}

.pagination {
    margin-top: 40px;
    margin-top: 2.5rem;
    margin-bottom: 70px;
    margin-bottom: 4.375rem
}

.pagination li {
    float: left;
    list-style: none
}

.pagination li .page-numbers {
    padding: 6px 32px;
    padding: .375rem 32px;
    padding: 6px 2rem;
    padding: .375rem 2rem;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 900;
    border-left: 1px solid #444;
    border-left: .0625rem solid #444
}

.pagination li .page-numbers.current {
    color: #e52420
}

.pagination li .page-numbers.next,
.pagination li .page-numbers.prev {
    border-left: 0 none
}

.pagination li:first-child .page-numbers {
    border-left: 0 none
}

.pagination .proyecto-datos {
    display: none
}

.content-grid.no-padding {
    padding: 0
}

#primary.page .title-home h1 {
    color: #e52420;
    font-size: 24px;
    padding: 0 30px;
    position: relative;
    margin-top: -12px;
    margin-bottom: 30px;
    font-size: 17px;
    font-size: 1.0625rem
}

#primary.page .newsletter_form::-webkit-input-placeholder {
    color: #444
}

#primary.page .newsletter_form:-moz-placeholder {
    color: #444;
    opacity: 1
}

#primary.page .newsletter_form::-moz-placeholder {
    color: #444;
    opacity: 1
}

#primary.page .newsletter_form:-ms-input-placeholder {
    color: #444
}

#primary.page .newsletter_form .mc4wp-form-fields {
    width: 50%;
    margin: 0 auto;
    position: relative
}

#primary.page .newsletter_form .mc4wp-form-fields p {
    padding: 0
}

#primary.page .newsletter_form .mc4wp-form-fields label {
    display: none
}

#primary.page .newsletter_form .mc4wp-form-fields input[type=email],
#primary.page .newsletter_form .mc4wp-form-fields input[type=text] {
    width: 100%;
    background: #f3f3f3;
    color: #444;
    border-radius: 34px
}

#primary.page .newsletter_form .mc4wp-form-fields input[type=checkbox] {
    margin: 19px 0 0 -20px
}

#primary.page .newsletter_form .mc4wp-form-fields .label-check {
    display: inline-block;
    font-size: 12px;
    margin-right: -35px;
    letter-spacing: 0;
    font-weight: 400
}

#primary.page .newsletter_form .mc4wp-form-fields input[type=submit] {
    position: absolute;
    top: -34px;
    right: 1px;
    z-index: 2;
    background: #fff;
    padding: 2px 0;
    width: 120px;
    border: 2px solid #e52420;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

#primary.page .newsletter_form .mc4wp-form-fields input[type=submit]:focus,
#primary.page .newsletter_form .mc4wp-form-fields input[type=submit]:hover {
    color: #fff;
    background-color: #e52420
}

#primary.page .newsletter_form .mc4wp-response {
    padding: 12px 0 0
}

#primary .slider-homepage {
    height: 650px;
    overflow: hidden;
    position: relative;
    margin-top: 80px;
    margin-bottom: 40px
}

#primary .slider-homepage a {
    width: 100%;
    height: 650px;
    overflow: hidden;
    display: block;
    position: relative
}

#primary .slider-homepage a img {
    width: 100%;
    height: auto;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-height: 100%;
    min-width: 100%
}

#primary .slider-homepage .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px
}

#primary .slider-homepage .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 100%;
    background: 0 0;
    opacity: 1;
    border: 1px solid red
}

#primary .slider-homepage .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e52420
}

#primary .slider-homepage .slider-home-text {
    padding: 0 15px
}

#primary .slider-homepage .slider-home-text .center-text {
    background: rgba(255, 255, 255, .9);
    height: 650px;
    position: relative
}

#primary .slider-homepage .slider-home-text .center-text .content-slider {
    width: 80%;
    height: 250px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

#primary .slider-homepage .slider-home-text .center-text .content-slider h3 {
    color: #e52420;
    font-size: 36px;
    padding-bottom: 25px;
    letter-spacing: 3px;
    text-transform: uppercase
}

#primary .slider-homepage .slider-home-text .center-text .content-slider h3:hover {
    color: #010101
}

#primary .slider-homepage .slider-home-text .center-text .content-slider span {
    position: absolute;
    bottom: 0;
    padding: 0;
    left: 0;
    right: 0;
    text-align: center
}

#primary .slider-homepage .slider-home-text .center-text .content-slider span i {
    border-bottom: 2px solid #e52420;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 3px;
    display: inline-block
}

#primary .slider-homepage .slider-home-text .center-text .content-slider span i:hover {
    color: #e52420
}

@media only screen and (max-width:640px) {
    #primary .breadcrumb.interiorista-breadcrumb {
        margin-top: 0;
        margin-bottom: -85px
    }
    #primary .gird-espacios-edicion {
        height: 100%
    }
    #primary .gird-espacios-edicion a {
        overflow: hidden;
        height: 320px;
        display: block
    }
    #primary .gird-espacios-edicion img {
        width: 100%;
        height: auto
    }
    #primary.page .swiper-container-ficha .swiper-button-next,
    #primary.page .swiper-container-ficha .swiper-button-prev {
        width: 17px;
        height: 25px;
        position: absolute;
        top: inherit
    }
    #primary.page .swiper-container-ficha .swiper-button-next {
        margin-right: 20%;
        margin-top: -31px
    }
    #primary.page .swiper-container-ficha .swiper-button-prev {
        margin-left: 20%;
        margin-top: 9px
    }
    #primary .grid-espacio {
        padding: 0
    }
}

@media only screen and (max-width:767px) {
    #primary .gird-espacios-edicion {
        height: 500px
    }
    #primary .gird-espacios-edicion a {
        height: 100%;
        min-height: 350px;
        width: 350px;
        margin: 0 auto
    }
    #primary .sponsors-boxes h4 {
        text-align: center!important;
        margin-right: 0!important
    }
}

@media only screen and (max-width:991px) {
    #primary .breadcrumb.interiorista-breadcrumb {
        margin-top: 0;
        margin-bottom: -85px
    }
    #primary .blog-boxes .blog-box .blog-img img {
        min-height: 200px;
        min-height: 12.5rem
    }
    #primary .blog-boxes .blog-box h4 {
        padding: 0;
        line-height: 27px;
        line-height: 1.6875rem
    }
    #primary .blog-boxes .blog-box h4 a {
        line-height: 24px;
        line-height: 1.5rem
    }
    #primary.page .datos {
        padding-bottom: 20px;
        padding-bottom: 1.25rem
    }
    .m-margin {
        margin-bottom: 120px;
        margin-bottom: 7.5rem
    }
    #primary.page .mas-info-box .mas-info {
        width: 100%
    }
    #primary.page .full__image .img__title.edicion span {
        background-image: url(/assets/m/casadecor/images/logo-casadecor.png)
    }
    #primary.page .full__image .img__title {
        display: inline-flex;
        text-align: center;
        padding: 6px;
        padding: .375rem
    }
    .ficha-gallery {
        margin-top: 60px;
        margin-top: 3.75rem;
        padding: 0
    }
    #primary .sponsor-bottom-box .logo-colabora .logo {
        height: 200px;
        height: 12.5rem
    }
    #primary.page .center-text.gray_bg.line-box p {
        padding: 0 0 62px 52px;
        margin-top: -10px;
        margin-top: -.625rem
    }
    #primary.page .center-text.gray_bg {
        padding: 60px 0
    }
    #primary .material__photos img {
        width: 100%;
        height: auto
    }
    #primary .material__photos .img__links {
        margin: 25% 25%
    }
    .homepage .full__image .img__title_box {
        width: 280px;
        width: 17.5rem;
        height: 280px;
        height: 17.5rem
    }
    .homepage .full__image .img__title_box .img__title {
        width: 280px;
        width: 17.5rem;
        height: 280px;
        height: 17.5rem;
        border: 10px solid #e52420;
        border: .625rem solid #e52420
    }
    .homepage .full__image .img__title_box .img__title span {
        background-position: -34px 0;
        margin-left: 23px;
        background-size: 100%
    }
    .order-2 {
        order: 2
    }
    .no-padding {
        padding: 0
    }
    .gradient_bg {
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMzIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .33) 49%, rgba(0, 0, 0, .65) 97%, rgba(0, 0, 0, .65) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(49%, rgba(0, 0, 0, .33)), color-stop(97%, rgba(0, 0, 0, .65)), color-stop(100%, rgba(0, 0, 0, .65)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .33) 49%, rgba(0, 0, 0, .65) 97%, rgba(0, 0, 0, .65) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .33) 49%, rgba(0, 0, 0, .65) 97%, rgba(0, 0, 0, .65) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .33) 49%, rgba(0, 0, 0, .65) 97%, rgba(0, 0, 0, .65) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .33) 49%, rgba(0, 0, 0, .65) 97%, rgba(0, 0, 0, .65) 100%)
    }
    #primary.homepage .home-img {
        overflow: hidden;
        position: relative;
        height: 500px;
        height: 31.25rem;
        margin-bottom: -80px;
        margin-bottom: -5rem
    }
    #primary.homepage .home-img a {
        overflow: inherit
    }
    #primary.homepage .home-img img {
        height: 500px;
        height: 31.25rem;
        width: auto;
        position: relative;
        top: inherit;
        bottom: inherit;
        overflow: hidden;
        display: block;
        right: 0;
        margin: auto
    }
    #primary.homepage .home-img .gradient {
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMzIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .33) 49%, rgba(0, 0, 0, .65) 97%, rgba(0, 0, 0, .65) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(49%, rgba(0, 0, 0, .33)), color-stop(97%, rgba(0, 0, 0, .65)), color-stop(100%, rgba(0, 0, 0, .65)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .33) 49%, rgba(0, 0, 0, .65) 97%, rgba(0, 0, 0, .65) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .33) 49%, rgba(0, 0, 0, .65) 97%, rgba(0, 0, 0, .65) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .33) 49%, rgba(0, 0, 0, .65) 97%, rgba(0, 0, 0, .65) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .33) 49%, rgba(0, 0, 0, .65) 97%, rgba(0, 0, 0, .65) 100%);
        position: absolute;
        width: 100%;
        height: 500px;
        height: 31.25rem
    }
    #primary .quote blockquote {
        text-align: center
    }
    #primary .quote blockquote p {
        text-align: center;
        padding: 10px 40px
    }
    #primary .quote blockquote p:after {
        right: 4%
    }
    #primary .quote blockquote span {
        padding-left: 0
    }
    .title-mid-top header {
        margin-top: -42px
    }
    #primary .sponsors-boxes .mas-info {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0
    }
    #primary .blog-box h4 a {
        font-size: 26px
    }
    #primary .blog-box .cat {
        font-size: 14px
    }
    #primary .content-grid.blog-box {
        border-bottom: 1px solid #444
    }
    #primary .sidebar_gray {
        margin-top: 60px
    }
    #primary.page .full__image {
        height: auto;
        width: 100%;
        padding-top: 68px;
        margin-bottom: 10px
    }
    
    #primary.page .full__image.cab_espace {
        min-height: 280px;
        margin-bottom: 30px
    }


    #primary.page .full__image img {
        width: 100%;
        position: relative
    }
    #primary.page .full__image .img__title {
        display: none
    }
    #primary .text-blog img {
        max-width: 100%;
        height: auto
    }
    .map {
        padding: 0
    }
    .map iframe {
        margin-bottom: 20px
    }
    .edicion_mobile {
        width: 100%
    }
    .edicion_mobile i {
        background: url(/assets/m/casadecor/images/2017/logo-2017.jpg);
        width: 150px;
        width: 9.375rem;
        height: 160px;
        height: 10rem;
        display: block;
        margin: 30px auto;
        margin-bottom: -40px;
        background-size: 100%
    }
    .edicion-foto img {
        width: 100%;
        height: auto
    }
    #primary.page .e-margin {
        margin-bottom: -70px
    }
    #primary.page .f-margin {
        margin-bottom: 50px
    }
    #primary.page .g-margin {
        margin-bottom: 100px
    }
    #primary.page .h-margin {
        margin-top: 100px
    }
    #primary .premios-logo {
        height: 300px;
        padding: 0
    }
    #primary .premios-logo img {
        margin: 0 auto;
        width: 100%
    }
    #primary.page .m-title-80 {
        width: 85%;
        margin: 40px auto 30px
    }
    #primary .ediciones-box a img {
        width: 100%;
        margin-bottom: -40px
    }
    #primary .top-boxgray {
        margin-top: 30px
    }
    #primary .edificio-breadcrumb p {
        margin-top: 40px;
        margin-bottom: 0;
        text-align: center
    }
    #primary .recorrido {
        margin-top: 100px
    }
    #primary .recorrido h2 {
        width: 230px;
        margin-top: -36px
    }
    #primary.page .line__left {
        border: 0 none;
        margin: 0
    }
    #primary.page .center-text.gray_bg.line-box p {
        padding: 0 8%;
        text-align: center
    }
    #primary.page .line__left span {
        position: relative;
        margin: 25px auto 15px!important;
        left: 0
    }
    #primary.page .inter_text.title-mid-top header {
        margin-top: -109px
    }
    #primary.page .edificio_caract h3,
    #primary.page .edificio_caract.title-mid-top h3 {
        font-weight: 600
    }
    .participa-form-title header {
        margin-top: -35px
    }
    .edificio-foto2 img {
        width: 100%;
        height: auto
    }
    #primary .empresas-breadcrumb p,
    #primary .espacios-breadcrumb p {
        margin-top: 40px;
        margin-bottom: -50px;
        text-align: center
    }
    #primary .espacios-breadcrumb p {
        margin-bottom: 0
    }
    #primary .sponsor-top-box .principal {
        margin-top: 20px
    }
    #primary .sponsor-top-box h4 {
        margin-top: 50px
    }
    .sponsor-bottom-box header {
        margin-top: -35px
    }
    #primary.page .display_boxes .descarga__btns {
        position: relative
    }
    #primary.page .display_boxes .descarga__btns .descarga {
        float: none!important;
        margin: 30px auto!important
    }
    #primary.page .swiper-container .swiper-button-next,
    #primary.page .swiper-container .swiper-button-prev,
    #primary.page .swiper-container-ediciones .swiper-button-next,
    #primary.page .swiper-container-ediciones .swiper-button-prev,
    .swiper-container-ediciones .swiper-button-prev,
    .swiper-container-ediciones .swiper-button-next
    {
        background-size: 100%;
        width: 41px;
        height: 41px
    }


    #primary.page .swiper-container-ficha .swiper-button-next,
    #primary.page .swiper-container-ficha .swiper-button-prev {
        width: 17px;
        height: 25px;
        position: absolute;
        top: inherit
    }
    #primary.page .swiper-container-ficha .swiper-button-next {
        margin-right: 20%;
        margin-top: -31px
    }
    #primary.page .swiper-container-ficha .swiper-button-prev {
        margin-left: 20%;
        margin-top: 9px
    }
    #primary.espacio .breadcrumb.espacio-top p {
        text-align: center;
        margin-bottom: -50px
    }
    #primary .blog-box-2 {
        text-align: center!important
    }
    #primary.page .title-full {
        border: 0 none;
        margin-top: 75px
    }
    #primary.page .title-full h1 {
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 90%;
        padding: 0;
        margin: 0;
        z-index: 1;
        display: block
    }
    #primary.page .title-full h2 {
        position: absolute;
        top: 50px;
        width: 90%;
        margin: 0;
        z-index: 1;
        display: block
    }
    #primary.page .title-full span {
        border: 2px solid #666;
        border-bottom: 0;
        text-align: center;
        position: absolute;
        height: 30px;
        width: 100%;
        left: 0
    }
    #primary.page .title-full span.red {
        border: 2px solid #e52420;
        border-bottom: 0
    }
    #primary.page .title-full.espacio-title {
        margin-top: 112px
    }
    #primary.page .title-full.espacio-title span {
        height: 50px
    }
    #primary.espacio .main-text-ficha {
        padding-top: 200px
    }
    .red-title-2 header {
        text-align: center;
        margin-top: -35px
    }
    #primary.page .line {
        margin: 0 auto;
        margin-bottom: 15px
    }
    #primary.homepage .home-box .logo-edicion {
        margin-top: -40px
    }
    #primary.page .home-box .title-full span.red {
        width: 100%;
        margin: 2px auto 0;
        position: relative;
        display: block
    }
    #primary.page .home-box .title-full h1 {
        width: 70%;
        margin: 0 auto -13px;
        position: relative;
        display: block
    }
    #primary.homepage .home-box .title-full {
        border: 0 none
    }
    #primary.homepage .home-img span {
        display: none
    }
    #primary.page .newsletter_form .mc4wp-form-fields input[type=submit] {
        position: relative;
        border: 1px solid #e52420;
        margin-bottom: -20px
    }
    #primary.page .newsletter_form .mc4wp-form-fields {
        width: 94%
    }
    #primary.page .newsletter_form .mc4wp-form-fields .label-check {
        width: 90%
    }
    #primary .gird-espacios-edicion .espacios-title {
        opacity: 1;
        overflow: hidden;
        width: 350px;
        height: 350px;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 80%, rgba(0, 0, 0, .8) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, .7)), color-stop(100%, rgba(0, 0, 0, .8)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 80%, rgba(0, 0, 0, .8) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 80%, rgba(0, 0, 0, .8) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 80%, rgba(0, 0, 0, .8) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 80%, rgba(0, 0, 0, .8) 100%)
    }
    #primary .gird-espacios-edicion .espacios-title a {
        color: #444;
        background: 0 0;
        padding-top: 20px;
        padding-bottom: 2%;
        height: auto;
        min-height: inherit;
        height: 100%;
        width: 100%;
        position: relative
    }
    #primary .gird-espacios-edicion .espacios-title a .bottom-block {
        position: absolute;
        width: 96%;
        bottom: 2%
    }
    #primary .gird-espacios-edicion .espacios-title a .bottom-block h4 {
        color: #fff;
        font-size: 26px;
        text-transform: none;
        font-weight: 400;
        padding-bottom: 10px
    }
    #primary .gird-espacios-edicion .espacios-title a .bottom-block strong {
        text-transform: uppercase;
        color: #fff;
        padding-bottom: 10px;
        font-weight: 100;
        font-size: 14px
    }
    #primary .gird-espacios-edicion .espacios-title a span {
        display: none
    }
    #primary .gird-espacios-edicion .espacios-title a span {
        border-bottom: 2px solid #e52420
    }
    #primary .gird-espacios-edicion {
        height: 100%;
        padding-left: 2%;
        padding-right: 2%
    }
    #primary .gird-espacios-edicion a {
        overflow: hidden;
        height: 350px;
        display: block;
        width: 350px;
        margin: 0 auto
    }
    #primary .gird-espacios-edicion img {
        width: auto;
        height: 100%
    }
    #primary .grid-espacio .img-espacio {
        width: 350px;
        margin: 0 auto
    }
    #primary .slider-homepage {
        height: 450px;
        margin-top: 180px;
        margin-bottom: 0
    }
    #primary .slider-homepage a {
        width: auto;
        height: 450px;
        overflow: hidden;
        display: block;
        position: relative
    }
    #primary .slider-homepage a img {
        height: 450px;
        width: auto
    }
    #primary .slider-homepage .slider-home-text .center-text {
        height: 450px
    }
    #primary.page .swiper-container h4,
    #primary.page .swiper-container-ediciones h4,
    #primary.page .swiper-container-ficha h4 {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .6) 8%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .6)), color-stop(8%, rgba(0, 0, 0, .6)), color-stop(100%, rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .6) 8%, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .6) 8%, rgba(0, 0, 0, 0) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .6) 8%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .6) 8%, rgba(0, 0, 0, 0) 100%);
        color: #fff
    }
}

@media only screen and (min-width:992px) {
    .m-margin {
        margin-bottom: 0
    }
    #primary.page .full__image .img__title {
        display: inline-block;
        overflow: hidden
    }
    #primary.page .gray_bg,
    #primary.page.gray_bg {
        background-color: #f3f3f3
    }
    #primary.page .gray_bg.grid__col-md-6,
    #primary.page .gray_bg.grid__col-sm-6,
    #primary.page.gray_bg.grid__col-md-6,
    #primary.page.gray_bg.grid__col-sm-6 {
        width: 48%;
        margin: 1%
    }
    #primary.page .full-line .gray_bg.grid__col-md-6,
    #primary.page .full-line .gray_bg.grid__col-sm-6,
    #primary.page .full-line.gray_bg.grid__col-md-6,
    #primary.page .full-line.gray_bg.grid__col-sm-6 {
        width: 45%
    }
    #primary.page .full-line .gray_bg.grid__col-md-6:nth-child(2),
    #primary.page .full-line .gray_bg.grid__col-sm-6:nth-child(2),
    #primary.page .full-line.gray_bg.grid__col-md-6:nth-child(2),
    #primary.page .full-line.gray_bg.grid__col-sm-6:nth-child(2) {
        margin: 1% 1% 1% 4%
    }
    #primary.page .full-line .gray_bg.grid__col-md-6:last-child,
    #primary.page .full-line .gray_bg.grid__col-sm-6:last-child,
    #primary.page .full-line.gray_bg.grid__col-md-6:last-child,
    #primary.page .full-line.gray_bg.grid__col-sm-6:last-child {
        margin: 1% 4% 1% 1%
    }
    #primary.page .title-mid-top {
        margin-top: 100px;
        margin-top: 6.25rem
    }
    #primary.page .title-mid-top header {
        margin-top: -44px;
        margin-top: -2.75rem
    }
    #primary.page .title-mid-top h3 {
        font-size: 30px;
        font-size: 1.875rem
    }
    #primary.page.homepage .title-mid-top {
        margin-top: 84px;
        margin-top: 5.25rem
    }
    #primary.page .title-full h1,
    #primary.page .title-full h2,
    #primary.page .title-full h3 {
        padding: 0 90px;
        padding: 0 5.625rem
    }
    #primary.page .datos {
        padding-bottom: 55px;
        padding-bottom: 3.4375rem;
        margin-top: -18px;
        margin-top: -1.125rem
    }
    #primary.page .full__slider [class*=grid__col-] {
        overflow: visible
    }
    #primary.page .grid__2 {
        padding-left: 2%;
        padding-right: 2%
    }
    #primary.page .grid__2_left {
        padding-left: 2%
    }
    #primary.page .grid__2_right {
        padding-right: 2%
    }
    #primary.page .grid__4 {
        padding: 4%
    }
    #primary.page .grid__8 {
        padding-left: 8%;
        padding-right: 8%;
        margin-bottom: 40px;
        margin-bottom: 2.5rem
    }
    #primary.espacio .title-full h1 {
        padding: 0 40px;
        padding: 0 2.5rem;
        padding-top: 4px;
        padding-top: .25rem
    }
    #primary.page .title-home h1 {
        padding: 0 20px
    }
}

#primary.page.homepage .home-box .logo-edicion a {
    text-indent: -9999em!important
}

#primary.page.homepage .home-box .eventoDesc {
    display: none
}

#primary.page.homepage .home-box h3 {
    font-weight: 100
}

#primary.page.homepage .home-box h3 span {
    font-weight: 600;
    font-size: 32px;
    font-size: 2rem
}

#primary.page.homepage .home-box h4 span {
    color: #444;
    display: block;
    padding: 10px 0 0
}

#primary.page.homepage .home-box .eventData {
    display: none
}

#primary.page.homepage .entradas {
    line-height: 24px;
    padding: 0 1rem 1rem
}

#primary.page.homepage .entradas a {
    display: inline-block;
    width: inherit;
    line-height: 12px;
    text-transform: none;
    font-size: 16px;
    font-size: 1rem
}

#primary.page.edicion_page17 .edicion_box h2 {
    font-weight: 100;
    font-size: 36px;
    font-size: 2.25rem
}

#primary.page.edicion_page17 .edicion_box h2 span {
    font-weight: 700
}

#primary.page.edicion_page17 .edicion_box h3 span {
    font-weight: 100;
    padding-bottom: 10px;
    display: inline-block
}

#primary.page.edicion_page17 .edicion_box p {
    padding: 8px 34px
}

#primary.page.edicion_page17 .edicion_box .entradas {
    line-height: 30px;
    font-size: 24px;
    font-size: 1.5rem
}

#primary.page.edicion_page17 .edicion_box .entradas a {
    border-bottom: 2px solid #e52420;
    font-weight: 600
}

#primary.page #project .b-margin {
    margin-bottom: 0
}

#primary.page #project .breadcrumb.interiorista-breadcrumb {
    margin-top: -70px;
    margin-top: -4.375rem;
    margin-bottom: 0
}

#primary.page #project .mob__title {
    font-family: Raleway, sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    color: #e52420;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    display: block;
    text-transform: uppercase
}

#primary.page #project .mob__title strong {
    display: block;
    padding-top: 10px;
    color: #444
}

#primary.page #project ul.tags {
    width: 90%;
    margin: 40px auto 0;
    text-align: center;
    display: block;
    list-style: none
}

#primary.page #project ul.tags li {
    display: inline-block;
    margin: 9px 0
}

#primary.page #project ul.tags li a {
    font-family: Raleway, sans-serif;
    border: 1px solid #e52420;
    color: #e52420;
    text-transform: uppercase;
    padding: 4px;
    line-height: 20px;
    font-size: 16px;
    margin: 0 4px
}

#primary.page #project .swiper-container-ficha {
    border-bottom: 1px solid #b1b1b1
}

#primary.page #project .swiper-container-ficha .swiper-button-next,
#primary.page #project .swiper-container-ficha .swiper-button-prev {
    top: 45%;
    margin-top: 0;
    background-image: url(/assets/m/casadecor/images/sprites-fase2.png);
    background-repeat: no-repeat;
    background-color: #e52420;
    width: 52px;
    width: 3.25rem;
    height: 52px;
    height: 3.25rem;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    #primary.page #project .swiper-container-ficha .swiper-button-next,
    #primary.page #project .swiper-container-ficha .swiper-button-prev {
        background-image: url(/assets/m/casadecor/images/sprites-fase2@2x.png);
        background-size: 289px 83px
    }
}

#primary.page #project .swiper-container-ficha .swiper-button-next {
    right: 0;
    margin-right: 2px;
    background-position: -28px -42px
}

#primary.page #project .swiper-container-ficha .swiper-button-prev {
    left: 0;
    margin-left: 0;
    background-position: 8px -42px
}

#primary.page #project .number {
    border-top: 1px solid #b1b1b1;
    margin-top: -4px
}

#primary.page #project .title-full h2 {
    margin-top: -51px;
    margin-top: -3.1875rem;
    font-size: 26px;
    font-size: 1.625rem
}

#primary.page #project .decorador,
#primary.page #project .empresa {
    text-align: left;
    background-color: #f3f3f3
}

#primary.page #project .decorador img,
#primary.page #project .empresa img {
    width: 100%;
    height: auto
}

#primary.page #project .decorador h3,
#primary.page #project .empresa h3 {
    color: #e52420;
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: 0;
    font-weight: 400;
    padding-bottom: 24px
}

#primary.page #project .decorador ul,
#primary.page #project .empresa ul {
    list-style: none;
    margin: 6px 0
}

#primary.page #project .decorador ul li,
#primary.page #project .empresa ul li {
    padding: 6px 0
}

#primary.page #project .decorador ul li a,
#primary.page #project .empresa ul li a {
    color: #010101;
    text-decoration: underline;
    border-bottom: 0
}

#primary.page #project .decorador ul li .icon_contacto,
#primary.page #project .empresa ul li .icon_contacto {
    background-image: url(/assets/m/casadecor/images/sprites-fase2.png);
    background-repeat: no-repeat;
    width: 22px;
    width: 1.375rem;
    height: 22px;
    height: 1.375rem;
    display: block;
    float: left;
    margin-top: -2px;
    margin-right: 5px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    #primary.page #project .decorador ul li .icon_contacto,
    #primary.page #project .empresa ul li .icon_contacto {
        background-image: url(/assets/m/casadecor/images/sprites-fase2@2x.png);
        background-size: 289px 83px
    }
}

#primary.page #project .decorador ul li .icon_contacto.icon_dir,
#primary.page #project .empresa ul li .icon_contacto.icon_dir {
    background-position: -90px -58px
}

#primary.page #project .decorador ul li .icon_contacto.icon_tel,
#primary.page #project .empresa ul li .icon_contacto.icon_tel {
    background-position: -131px -58px
}

#primary.page #project .decorador ul li .icon_contacto.icon_web,
#primary.page #project .empresa ul li .icon_contacto.icon_web {
    background-position: -173px -58px
}

#primary.page #project .decorador ul li .icon_contacto.icon_mail,
#primary.page #project .empresa ul li .icon_contacto.icon_mail {
    background-position: -215px -58px
}

#primary.page #project .empresa img {
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto
}

#primary.page #project .colaboradoas .logos {
    max-width: 60%;
    margin: 0 auto 30px
}

#primary.page #project .colaboradoas .logos a {
    border-bottom: 0
}

#primary.page #project .colaboradoas .logos img {
    max-width: 100%;
    height: auto
}

#primary.page #project .colaboradoas p {
    font-size: 18px;
    font-weight: 100;
    padding: 6px 0
}

#primary.page #project .proyectos_rel .galeria-boxes {
    margin-top: 60px
}

#primary.page #project .proyectos_rel .title-full.title-inner {
    margin: 0;
    margin-top: -26px
}

#primary.page #project .proyectos_rel .title-full.title-inner h1 {
    background: 0 0;
    text-align: left;
    font-size: 24px
}

#primary.page #project .proyectos_rel .gird-espacios-edicion .espacios-title a {
    border-bottom: 0
}

#primary.page #espacio_filter .espacio_hide {
    display: none
}

#espacios_loadall {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1000011;
    background-color: rgba(255, 255, 255, .95);
    text-align: center;
    display: none
}

#espacios_loadall div {
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    letter-spacing: .3em;
    text-transform: uppercase;
    padding-top: 125px
}

#espacios_loadall div span {
    margin: 10px 10px -20px;
    padding: 10px 0 0;
    position: relative
}

#espacios_loadall div span img {
    margin-bottom: -9px
}

#primary .grid-espacio.colores_ok,
#primary .grid-espacio.ediciones_ok,
#primary .grid-espacio.empresas_ok,
#primary .grid-espacio.espacios_ok,
#primary .grid-espacio.estilo_ok,
#primary .grid-espacio.interioristas_ok,
#primary .grid-espacio.material_ok {
    display: block
}

#primary .grid-espacio.colores_no,
#primary .grid-espacio.ediciones_no,
#primary .grid-espacio.empresas_no,
#primary .grid-espacio.espacios_no,
#primary .grid-espacio.estilo_no,
#primary .grid-espacio.interioristas_no,
#primary .grid-espacio.material_no {
    display: none
}

@media only screen and (max-width:991px) {
    #espacios_loadall {
        z-index: 99999999999
    }
    #espacios_loadall div {
        width: 90%;
        height: 70%
    }
    #black_back {
        z-index: 999999999;
        background-color: rgba(0, 0, 0, .6);
        -webkit-opacity: .6;
        -moz-opacity: .6;
        opacity: .6;
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%
    }
    #primary.page.inspiracion_page .title-full.title-inner {
        padding-top: 155px
    }
    #primary.page.inspiracion_page .title-full.title-inner h1 {
        color: #e52420;
        font-size: 26px;
        font-size: 1.625rem;
        letter-spacing: 0;
        letter-spacing: 0
    }
    #primary.page.inspiracion_page h2 {
        font-weight: 100;
        margin-top: -30px;
        padding-bottom: 30px;
        font-size: 20px;
        font-size: 1.25rem;
        text-align: center;
        color: #444
    }
    #primary.page.inspiracion_page #current_selectors {
        margin: 0 2%;
        display: none
    }
    #primary.page.inspiracion_page #current_selectors span {
        background: #f3f3f3;
        padding: 8px 26px 8px 14px;
        border-radius: 22px;
        margin: 8px 6px 8px 0;
        font-size: 14px;
        color: #444;
        text-transform: lowercase;
        letter-spacing: .2em;
        position: relative;
        display: inline-block;
        cursor: pointer
    }
    #primary.page.inspiracion_page #current_selectors span i {
        color: #e52420;
        font-size: 24px;
        position: absolute;
        top: -3px;
        right: 8px
    }
    #primary.page.inspiracion_page #option_tabs ul {
        text-align: center
    }
    #primary.page.inspiracion_page #option_tabs ul #buscar_tab,
    #primary.page.inspiracion_page #option_tabs ul #inspiracion_tab {
        list-style: none
    }
    #primary.page.inspiracion_page #option_tabs ul #buscar_tab h3,
    #primary.page.inspiracion_page #option_tabs ul #inspiracion_tab h3 {
        cursor: pointer;
        width: 95%;
        border: 1px solid #e52420;
        display: inline-block;
        border-radius: 22px;
        color: #e52420;
        text-transform: lowercase;
        font-size: 19px;
        letter-spacing: .25rem;
        line-height: 52px;
        margin-bottom: 30px
    }
    #primary.page.inspiracion_page #option_tabs ul #buscar_tab:hover h3,
    #primary.page.inspiracion_page #option_tabs ul #inspiracion_tab:hover h3 {
        background-color: #e52420;
        color: #fff
    }
    #primary.page.inspiracion_page #options_block #buscar_options,
    #primary.page.inspiracion_page #options_block #current_selectors,
    #primary.page.inspiracion_page #options_block #inspiracion_options {
        display: none
    }
    #primary.page.inspiracion_page #options_block #buscar_options,
    #primary.page.inspiracion_page #options_block #inspiracion_options {
        position: fixed;
        top: 0;
        background-color: #f3f3f3;
        z-index: 999999999;
        width: 85%;
        right: 0;
        height: 100%;
        padding-top: 1em
    }
    #primary.page.inspiracion_page #options_block .option {
        padding-top: 0;
        padding-bottom: 0
    }
    #primary.page.inspiracion_page #options_block .option:first-child::before {
        content: "busco inspirarme";
        color: #e52420;
        font-size: 18px;
        font-size: 1.125rem;
        letter-spacing: .2rem;
        font-family: Raleway, sans-serif;
        font-weight: 600;
        padding-left: 34px
    }
    #primary.page.inspiracion_page #options_block .option:first-child strong::after {
        top: 35px
    }
    #primary.page.inspiracion_page #options_block .option strong {
        font-weight: 100;
        color: #444;
        border-bottom: 1px solid #e52420;
        line-height: 50px;
        padding-top: 2px;
        padding-left: 1em
    }
    #primary.page.inspiracion_page #options_block .option strong:after {
        background-image: url(/assets/m/casadecor/images/sprites-fase2.png);
        background-repeat: no-repeat;
        background-position: -94px -14px;
        content: "";
        width: 17px;
        height: 17px;
        margin: 0 0 0 8px;
        display: inline-block;
        position: absolute;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        right: 2.2em;
        top: 17px
    }
    #primary.page.inspiracion_page #options_block .option strong:hover {
        color: #e52420
    }
    #primary.page.inspiracion_page #options_block .option strong:hover:after {
        background-image: url(/assets/m/casadecor/images/sprites-fase2.png);
        background-repeat: no-repeat;
        background-position: -50px -14px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        margin: 6px 0 0 9px
    }
    #primary.page.inspiracion_page #options_block .option strong.selected {
        color: #e52420;
        border-bottom: none
    }
    #primary.page.inspiracion_page #options_block .option strong.selected:after {
        background-image: url(/assets/m/casadecor/images/sprites-fase2.png);
        background-repeat: no-repeat;
        background-position: -50px -14px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        margin: -2px 0 0 9px
    }
    #primary.page.inspiracion_page #options_block .option.red strong {
        border-left: 1px solid #e52420;
        border-right: 1px solid #e52420
    }
    #primary.page.inspiracion_page #options_block .option.red.first {
        margin-top: 40px
    }
    #primary.page.inspiracion_page #options_block .option.red.first::before {
        content: "CASA DECOR";
        color: #e52420;
        font-size: 11px;
        position: absolute;
        text-align: center;
        width: 80px;
        top: -6px;
        background-color: #f3f3f3;
        margin-left: 2em
    }
    #primary.page.inspiracion_page #options_block .option.red.first strong {
        border-top: 1px solid #e52420
    }
    #primary.page.inspiracion_page #options_block .option.red .option_title {
        display: none
    }
    #primary.page.inspiracion_page #options_block .option.red ul.option_visible {
        border-right: 1px solid #e52420;
        border-left: 1px solid #e52420;
        border-bottom: 1px solid #e52420;
        margin-bottom: 0
    }
    #primary.page.inspiracion_page #options_block .option.red.redborders strong,
    #primary.page.inspiracion_page #options_block .option.red.redborders ul.option_visible {
        border: 0
    }
    #primary.page.inspiracion_page #options_block .option.red.redborders.first strong {
        border: 0
    }
    #primary.page.inspiracion_page #options_block .option.red.redborders.first::before {
        display: none
    }
    #primary.page.inspiracion_page #options_block .option ul {
        max-height: 0;
        overflow: hidden;
        display: none
    }
    #primary.page.inspiracion_page #options_block .option ul.option_visible {
        max-height: 225px;
        overflow-y: scroll;
        margin-bottom: 20px;
        display: block
    }
    #primary.page.inspiracion_page #options_block .option ul .separator_option {
        display: block;
        height: 40px;
        width: 100%
    }
    #primary.page.inspiracion_page #options_block .option ul .separator_option:first-child {
        height: 0
    }
    #primary.page.inspiracion_page #options_block .option ul li {
        text-align: left;
        list-style: none;
        margin: 5px 0;
        padding: 0 1em;
        display: inline-block;
        vertical-align: text-top;
        width: 100%
    }
    #primary.page.inspiracion_page #options_block .option ul li.first_letter {
        position: relative;
        margin-top: 50px
    }
    #primary.page.inspiracion_page #options_block .option ul li.first_letter .capital {
        position: absolute;
        left: -1px;
        font-size: 30px;
        font-weight: 700;
        top: -50px;
        bottom: 0;
        color: #444;
        padding: 0 16px
    }
    #primary.page.inspiracion_page #options_block .option ul li label {
        font-size: 17px;
        text-transform: lowercase;
        cursor: pointer
    }
    #primary.page.inspiracion_page #options_block .option ul li input[type=checkbox] {
        display: none
    }
    #primary.page.inspiracion_page #options_block .option ul li input[type=checkbox]+i {
        background-image: url(/assets/m/casadecor/images/sprites-fase2.png);
        background-repeat: no-repeat;
        background-position: -269px -12px;
        height: 16px;
        width: 16px;
        display: inline-block;
        padding: 0;
        margin: 2px 7px -2px 0;
        -webkit-opacity: .4;
        -moz-opacity: .4;
        opacity: .4;
        float: left;
        margin-bottom: 24px
    }
    #primary.page.inspiracion_page #options_block .option ul li input[type=checkbox]:checked+i {
        background-position: -226px -12px;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }
    #primary.page.inspiracion_page #options_block #buscar_options .search-box::before {
        content: "busco algo concreto";
        color: #e52420;
        font-size: 18px;
        font-size: 1.125rem;
        letter-spacing: .2rem;
        font-family: Raleway, sans-serif;
        font-weight: 600;
        padding-left: 34px
    }
    #primary.page.inspiracion_page #options_block #buscar_options .screen-reader-text {
        display: none
    }
    #primary.page.inspiracion_page #options_block #buscar_options .search-form {
        text-align: center;
        margin: -4px 0 0 0
    }
    #primary.page.inspiracion_page #options_block #buscar_options input[type=search] {
        width: 90%;
        line-height: 44px;
        margin: 110px auto 0;
        font-weight: 100;
        font-size: 18px;
        padding: 0 30px 0 20px;
        border-radius: 66px
    }
    #primary.page.inspiracion_page #options_block #buscar_options input[type=submit] {
        line-height: 40px;
        padding: 0;
        position: relative;
        border: 2px solid #e52420;
        background-color: #fff;
        margin: 40px auto;
        width: 150px
    }
    #primary.page.inspiracion_page #options_block #buscar_options input[type=submit]:focus,
    #primary.page.inspiracion_page #options_block #buscar_options input[type=submit]:hover {
        background-color: #e52420
    }
    #primary.page.inspiracion_page #options_block .close_options {
        display: block;
        position: fixed;
        top: 8px;
        left: 15%;
        width: 26px;
        height: 40px;
        background: #fff;
        border-radius: 0 12px 12px 0
    }
    #primary.page.inspiracion_page #options_block .close_options i {
        background-image: url(/assets/m/casadecor/images/sprites-fase2.png);
        background-repeat: no-repeat;
        background-position: -262px -45px;
        display: block;
        width: 20px;
        height: 36px
    }
    #letters_select {
        display: none
    }
}

@media only screen and (max-width:991px) and only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (max-width:991px) and only screen and (min--moz-device-pixel-ratio:2),
only screen and (max-width:991px) and only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (max-width:991px) and only screen and (min-device-pixel-ratio:2),
only screen and (max-width:991px) and only screen and (min-resolution:192dpi),
only screen and (max-width:991px) and only screen and (min-resolution:2dppx) {
    #primary.page.inspiracion_page #options_block .option strong:after {
        background-image: url(/assets/m/casadecor/images/sprites-fase2@2x.png);
        background-size: 289px 83px
    }
}

@media only screen and (max-width:991px) and only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (max-width:991px) and only screen and (min--moz-device-pixel-ratio:2),
only screen and (max-width:991px) and only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (max-width:991px) and only screen and (min-device-pixel-ratio:2),
only screen and (max-width:991px) and only screen and (min-resolution:192dpi),
only screen and (max-width:991px) and only screen and (min-resolution:2dppx) {
    #primary.page.inspiracion_page #options_block .option strong:hover:after {
        background-image: url(/assets/m/casadecor/images/sprites-fase2@2x.png);
        background-size: 289px 83px
    }
}

@media only screen and (max-width:991px) and only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (max-width:991px) and only screen and (min--moz-device-pixel-ratio:2),
only screen and (max-width:991px) and only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (max-width:991px) and only screen and (min-device-pixel-ratio:2),
only screen and (max-width:991px) and only screen and (min-resolution:192dpi),
only screen and (max-width:991px) and only screen and (min-resolution:2dppx) {
    #primary.page.inspiracion_page #options_block .option strong.selected:after {
        background-image: url(/assets/m/casadecor/images/sprites-fase2@2x.png);
        background-size: 289px 83px
    }
}

@media only screen and (max-width:991px) and only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (max-width:991px) and only screen and (min--moz-device-pixel-ratio:2),
only screen and (max-width:991px) and only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (max-width:991px) and only screen and (min-device-pixel-ratio:2),
only screen and (max-width:991px) and only screen and (min-resolution:192dpi),
only screen and (max-width:991px) and only screen and (min-resolution:2dppx) {
    #primary.page.inspiracion_page #options_block .option ul li input[type=checkbox]+i {
        background-image: url(/assets/m/casadecor/images/sprites-fase2@2x.png);
        background-size: 289px 83px
    }
}

@media only screen and (max-width:991px) and only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (max-width:991px) and only screen and (min--moz-device-pixel-ratio:2),
only screen and (max-width:991px) and only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (max-width:991px) and only screen and (min-device-pixel-ratio:2),
only screen and (max-width:991px) and only screen and (min-resolution:192dpi),
only screen and (max-width:991px) and only screen and (min-resolution:2dppx) {
    #primary.page.inspiracion_page #options_block .close_options i {
        background-image: url(/assets/m/casadecor/images/sprites-fase2@2x.png);
        background-size: 289px 83px
    }
}

@media only screen and (min-width:992px) {
    #primary.page #project .full__image .img__title {
        display: inline-table;
        height: auto;
        max-width: 70%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
    
    #primary.page #project .full__image .img__title span i {
        letter-spacing: .2em;
        font-size: 32px;
        font-size: 2rem
    }
    #primary.page #project .full__image .img__title strong {
        font-weight: 400;
        display: block;
        font-size: 22px;
        font-size: 1.375rem;
        letter-spacing: .2em;
        text-transform: uppercase;
        color: #444;
        padding-top: 16px
    }
    #primary.page #project .breadcrumb.interiorista-breadcrumb {
        margin-top: -103px;
        margin-top: -6.4375rem;
        margin-bottom: -20px;
        margin-bottom: -1.25rem
    }
    #primary.page #project .mob__title {
        display: none
    }
    #primary.page #project ul.tags li a {
        padding: 6px 10px 5px;
        font-size: 16px;
        font-size: 1rem;
        margin: 0 8px
    }
    #primary.page #project ul.tags li a:focus,
    #primary.page #project ul.tags li a:hover {
        color: #444;
        border-color: #444
    }
    #primary.page #project .number {
        text-align: center
    }
    #primary.page #project .title-full {
        border-color: #444;
        width: 95%
    }
    #primary.page #project .title-full h2 {
        margin-top: -40px;
        margin-top: -2.5rem;
        font-size: 32px;
        font-size: 2rem
    }
    #primary.page #project .proyectos_rel .title-full.title-inner {
        border-color: transparent;
        width: 98%;
        margin: 0 auto;
        margin-top: -26px;
        padding-left: 0
    }
    #primary.page #project .proyectos_rel .title-full.title-inner h1 {
        width: 100%;
        padding: 0;
        margin-top: -21px;
        text-transform: lowercase;
        font-size: 32px
    }
    #primary.page #project .proyectos_rel .gird-espacios-edicion a {
        border-bottom: 0
    }
    #primary.page #project .proyectos_rel .gird-espacios-edicion .espacios-title a {
        border-bottom: 0;
        color: #fff
    }
    #primary.page #project .proyectos_rel .gird-espacios-edicion img {
        max-width: 500px;
        max-height: 500px
    }
    #primary.page #project .decorador,
    #primary.page #project .empresa {
        width: 91%;
        margin: 0 auto
    }
    #primary.page #project .colaboradoas .center-text {
        display: inline-block
    }
    #primary.page #project .colaboradoas .center-text .logos {
        display: inline-block;
        max-width: 200px;
        margin: 20px 50px;
        vertical-align: middle
    }
    #primary.page #project .colaboradoas .center-text .logos img {
        width: 100%;
        height: auto
    }
    #primary.page.inspiracion_page #current_selectors {
        margin: 30px 2% 10px;
        display: none
    }
    #primary.page.inspiracion_page #current_selectors span {
        background: #fff;
        padding: 5px 26px 5px 14px;
        border-radius: 22px;
        margin: 4px 6px 4px 0;
        font-size: 14px;
        color: #444;
        text-transform: lowercase;
        letter-spacing: .2em;
        position: relative;
        display: inline-block;
        cursor: pointer
    }
    #primary.page.inspiracion_page #current_selectors span i {
        color: #e52420;
        font-size: 24px;
        position: absolute;
        top: -3px;
        right: 8px
    }
    #primary.page.inspiracion_page .inspiracion_grid {
        position: relative
    }
    #primary.page.inspiracion_page .title-full.title-inner {
        border: 0;
        padding-top: 0
    }
    #primary.page.inspiracion_page .title-full.title-inner h1 {
        margin-top: 26px;
        font-size: 32px;
        font-size: 2rem;
        color: #e52420
    }
    #primary.page.inspiracion_page h2 {
        font-weight: 100;
        font-size: 20px;
        font-size: 1.25rem;
        text-align: center;
        margin-top: -50px;
        padding-bottom: 30px
    }
    #primary.page.inspiracion_page #espacio_filter_boxes {
        position: absolute;
        z-index: 1;
        width: 1040px;
        margin: 0 0 0 3%
    }
    #primary.page.inspiracion_page #option_tabs {
        margin: 0;
        padding: 0
    }
    #primary.page.inspiracion_page #option_tabs #buscar_tab,
    #primary.page.inspiracion_page #option_tabs #inspiracion_tab {
        list-style: none;
        width: 49%;
        border-radius: 14px 14px 0 0;
        background-color: transparent;
        line-height: 46px;
        text-align: center;
        cursor: pointer
    }
    #primary.page.inspiracion_page #option_tabs #buscar_tab h3,
    #primary.page.inspiracion_page #option_tabs #inspiracion_tab h3 {
        color: #444;
        text-transform: lowercase;
        letter-spacing: .2em
    }
    #primary.page.inspiracion_page #option_tabs #buscar_tab.tab_selected,
    #primary.page.inspiracion_page #option_tabs #inspiracion_tab.tab_selected {
        background-color: #f3f3f3
    }
    #primary.page.inspiracion_page #option_tabs #buscar_tab.tab_selected h3,
    #primary.page.inspiracion_page #option_tabs #inspiracion_tab.tab_selected h3 {
        color: #e52420
    }
    #primary.page.inspiracion_page #option_tabs #inspiracion_tab {
        float: left
    }
    #primary.page.inspiracion_page #option_tabs #buscar_tab {
        float: right
    }
    #primary.page.inspiracion_page #options_block {
        margin-top: 0;
        padding-top: 0;
        background-color: #f3f3f3;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options {
        width: 100%;
        display: inline;
        margin: 1em auto;
        text-align: center
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options .option {
        width: 14%;
        float: left;
        position: inherit
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options .option .d_espacio {
        font-weight: 400;
        font-size: 18px;
        cursor: pointer
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options .option .d_espacio.dot:after {
        width: 8px;
        height: 8px;
        background: #666;
        display: block;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options .option .d_espacio:after {
        background-image: url(/assets/m/casadecor/images/sprites-fase2.png);
        background-repeat: no-repeat;
        background-position: -94px -14px;
        content: "";
        width: 17px;
        height: 17px;
        margin: 0 0 0 8px;
        display: inline-block;
        position: absolute;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options .option .d_espacio:focus,
    #primary.page.inspiracion_page #options_block #inspiracion_options .option .d_espacio:hover {
        color: #e52420
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options .option .d_espacio:focus:after,
    #primary.page.inspiracion_page #options_block #inspiracion_options .option .d_espacio:hover:after {
        background-image: url(/assets/m/casadecor/images/sprites-fase2.png);
        background-repeat: no-repeat;
        background-position: -50px -14px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        margin: 6px 0 0 9px
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options .option .d_espacio.selected {
        color: #e52420
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options .option .d_espacio.selected:after {
        background-image: url(/assets/m/casadecor/images/sprites-fase2.png);
        background-repeat: no-repeat;
        background-position: -50px -14px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        margin: -2px 0 0 9px
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options .option.red {
        border-top: 1px solid #e52420;
        border-bottom: 1px solid #e52420
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options .option.red.first {
        border-left: 1px solid #e52420
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options .option.red.last {
        border-right: 1px solid #e52420
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options .option.red .option_title {
        color: #e52420;
        font-size: 11px;
        position: absolute;
        text-align: center;
        width: 80px;
        top: 11px;
        background-color: #f3f3f3;
        margin-left: 30px
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options .option ul {
        display: none
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options .option ul.option_visible {
        display: block!important;
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #f3f3f3;
        top: 72px;
        padding: 0 4% 40px;
        max-height: 390px;
        overflow-x: hidden;
        text-align: left;
        padding-top: 20px
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options .option ul .separator_option {
        display: block;
        height: 40px;
        width: 100%
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options .option ul .separator_option:first-child {
        height: 70px
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options .option ul li {
        text-align: left;
        list-style: none;
        margin: 5px 0;
        width: 25%;
        padding: 0 1%;
        display: inline-block;
        vertical-align: text-top
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options .option ul li.first_letter .capital {
        position: absolute;
        left: 19px;
        font-size: 30px;
        font-weight: 700;
        margin-top: -6px;
        color: #444
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options .option ul li label {
        font-size: 17px;
        text-transform: lowercase;
        cursor: pointer
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options .option ul li input[type=checkbox] {
        display: none
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options .option ul li input[type=checkbox]+i {
        background-image: url(/assets/m/casadecor/images/sprites-fase2.png);
        background-repeat: no-repeat;
        background-position: -269px -12px;
        height: 16px;
        width: 16px;
        display: inline-block;
        padding: 0;
        margin: 2px 7px -2px 0;
        -webkit-opacity: .4;
        -moz-opacity: .4;
        opacity: .4;
        float: left;
        margin-bottom: 24px
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options .option ul li input[type=checkbox]:checked+i {
        background-position: -226px -12px;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options .close_options {
        height: 42px;
        margin: 0 auto;
        bottom: 0;
        position: absolute;
        text-align: center;
        width: 100%;
        display: none
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options .close_options i {
        background-image: url(/assets/m/casadecor/images/sprites-fase2.png);
        background-repeat: no-repeat;
        background-position: -122px 0;
        width: 46px;
        height: 38px;
        display: inline-block;
        cursor: pointer;
        margin-bottom: -26px
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options #letters_select {
        position: absolute;
        top: 0;
        text-align: center;
        width: 98%;
        margin-left: -3%;
        padding-top: 20px;
        border-bottom: 1px solid #666;
        background: #f3f3f3
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options #letters_select span {
        display: block;
        width: 100%;
        border-top: 1px solid #666
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options #letters_select div {
        display: inline-block;
        padding: 10px 12px;
        font-weight: 100;
        cursor: pointer;
        color: #666
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options #letters_select div:hover {
        -webkit-opacity: .7;
        -moz-opacity: .7;
        opacity: .7
    }
    #primary.page.inspiracion_page #options_block #inspiracion_options #letters_select div.selected {
        color: #e52420
    }
    #primary.page.inspiracion_page #options_block #buscar_options {
        display: none
    }
    #primary.page.inspiracion_page #options_block #buscar_options.show_search {
        display: block
    }
    #primary.page.inspiracion_page #options_block #buscar_options .screen-reader-text {
        display: none
    }
    #primary.page.inspiracion_page #options_block #buscar_options .close_options {
        display: none!important;
        visibility: hidden
    }
    #primary.page.inspiracion_page #options_block #buscar_options .search-form {
        text-align: center;
        margin: -4px 0 -72px 24px
    }
    #primary.page.inspiracion_page #options_block #buscar_options::-webkit-input-placeholder {
        color: #b1b1b1
    }
    #primary.page.inspiracion_page #options_block #buscar_options::-moz-placeholder {
        color: #b1b1b1
    }
    #primary.page.inspiracion_page #options_block #buscar_options:-ms-input-placeholder {
        color: #b1b1b1
    }
    #primary.page.inspiracion_page #options_block #buscar_options:-moz-placeholder {
        color: #b1b1b1
    }
    #primary.page.inspiracion_page #options_block #buscar_options input[type=search] {
        width: 75%;
        line-height: 44px;
        margin: 0 auto;
        font-weight: 100;
        font-size: 18px;
        padding: 0 40px 0 20px;
        border-radius: 66px 0 0 66px
    }
    #primary.page.inspiracion_page #options_block #buscar_options input[type=submit] {
        line-height: 40px;
        padding: 0;
        position: relative;
        top: 0;
        right: 0;
        border: 2px solid #e52420;
        background-color: #fff;
        left: -25px
    }
    #primary.page.inspiracion_page #options_block #buscar_options input[type=submit]:focus,
    #primary.page.inspiracion_page #options_block #buscar_options input[type=submit]:hover {
        background-color: #e52420
    }
    #primary.page.inspiracion_page #espacio_filter {
        margin-top: 179px;
        min-height: 700px
    }
}

@media only screen and (min-width:992px) and only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-width:992px) and only screen and (min-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (min-resolution:192dpi),
only screen and (min-width:992px) and only screen and (min-resolution:2dppx) {
    #primary.page.inspiracion_page #options_block #inspiracion_options .option .d_espacio:after {
        background-image: url(/assets/m/casadecor/images/sprites-fase2@2x.png);
        background-size: 289px 83px
    }
}

@media only screen and (min-width:992px) and only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-width:992px) and only screen and (min-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (min-resolution:192dpi),
only screen and (min-width:992px) and only screen and (min-resolution:2dppx) {
    #primary.page.inspiracion_page #options_block #inspiracion_options .option .d_espacio:focus:after,
    #primary.page.inspiracion_page #options_block #inspiracion_options .option .d_espacio:hover:after {
        background-image: url(/assets/m/casadecor/images/sprites-fase2@2x.png);
        background-size: 289px 83px
    }
}

@media only screen and (min-width:992px) and only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-width:992px) and only screen and (min-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (min-resolution:192dpi),
only screen and (min-width:992px) and only screen and (min-resolution:2dppx) {
    #primary.page.inspiracion_page #options_block #inspiracion_options .option .d_espacio.selected:after {
        background-image: url(/assets/m/casadecor/images/sprites-fase2@2x.png);
        background-size: 289px 83px
    }
}

@media only screen and (min-width:992px) and only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-width:992px) and only screen and (min-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (min-resolution:192dpi),
only screen and (min-width:992px) and only screen and (min-resolution:2dppx) {
    #primary.page.inspiracion_page #options_block #inspiracion_options .option ul li input[type=checkbox]+i {
        background-image: url(/assets/m/casadecor/images/sprites-fase2@2x.png);
        background-size: 289px 83px
    }
}

@media only screen and (min-width:992px) and only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-width:992px) and only screen and (min-device-pixel-ratio:2),
only screen and (min-width:992px) and only screen and (min-resolution:192dpi),
only screen and (min-width:992px) and only screen and (min-resolution:2dppx) {
    #primary.page.inspiracion_page #options_block #inspiracion_options .close_options i {
        background-image: url(/assets/m/casadecor/images/sprites-fase2@2x.png);
        background-size: 289px 83px
    }
}

#footer {
    z-index: 10002;
    position: relative;
    background-color: #e52420;
    color: #fff;
    padding: 42px 0;
    padding: 2.625rem 0
}

#footer .userMobile {
    display: none
}

#footer h5 {
    font-size: 14px;
    font-size: .875rem;
    text-align: center;
    padding: 10px 0;
    padding: .625rem 0
}

#footer h5 i {
    background-image: url(/assets/m/casadecor/images/sprites.png);
    background-repeat: no-repeat;
    background-position: -290px -686px;
    float: left;
    width: 17px;
    height: 17px;
    display: block;
    margin: -1px 5px 0 -7px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    #footer h5 i {
        background-image: url(/assets/m/casadecor/images/sprites@2x.png);
        background-size: 374px 1213px
    }
}

#footer a {
    color: #fff;
    text-decoration: underline;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none
}

#footer a:focus,
#footer a:hover {
    text-decoration: none
}

#footer p.legal {
    margin-top: 45px;
    margin-top: 2.8125rem;
    font-size: 12px;
    font-size: .75rem;
    text-align: center;
    line-height: 18px;
    line-height: 1.125rem
}

#footer ul li {
    float: left;
    width: 100%;
    display: block;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 600;
    list-style: none;
    padding-bottom: 30px;
    padding-bottom: 1.875rem
}

#footer ul li ul {
    margin-top: 12px;
    margin-top: .75rem
}

#footer ul li ul li {
    float: none;
    width: 100%;
    font-weight: 400;
    padding: 4px 35px;
    padding: .25rem 35px;
    padding: 4px 2.1875rem;
    padding: .25rem 2.1875rem;
    padding-right: 0;
    font-size: 16px;
    font-size: 1rem
}

#footer ul li.menu-item-103:last-child {
    display: none
}

#footer .social {
    margin-top: -32px;
    margin-top: -2rem
}

#footer .social .redes_sociales {
    border: 2px solid #fff;
    border: .125rem solid #fff;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

#footer .social .redes_sociales li {
    width: 16.6%;
    float: left;
    padding-bottom: 0
}

#footer .social .redes_sociales li a {
    margin: 0 auto;
    display: block;
    text-indent: -9999em!important;
    background-image: url(/assets/m/casadecor/images/sprites.png);
    background-repeat: no-repeat;
    width: 26px;
    width: 1.625rem;
    height: 40px;
    height: 2.5rem
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    #footer .social .redes_sociales li a {
        background-image: url(/assets/m/casadecor/images/sprites@2x.png);
        background-size: 374px 1213px
    }
}

#footer .social .redes_sociales li a.instagram {
    background-position: -352px -479px
}

#footer .social .redes_sociales li a.linkedin {
    background-position: -212px -480px
}

#footer .social .redes_sociales li a.youtube {
    background-position: -133px -480px
}

#footer .social .redes_sociales li a.pinterest {
    background-position: -288px -480px
}

#footer .social .redes_sociales li a.twitter {
    background-position: -60px -480px
}

#footer .social .redes_sociales li a.facebook {
    background-position: 6px -480px
}

#footer .acceso {
    margin-top: -32px
}

#footer .acceso .acceso_btn {
    text-align: center
}

#footer .acceso .acceso_btn a {
    border: 2px solid #fff;
    font-size: 16px;
    border-radius: 45px;
    font-size: 12px;
    width: 100%;
    display: block;
    line-height: 41px;
    margin-top: -1px;
    letter-spacing: 3px;
    font-weight: 700
}

#footer .acceso .acceso_btn a:focus,
#footer .acceso .acceso_btn a:hover {
    color: #e52420;
    background: #fff
}

#footer .newsletter {
    margin-top: -32px;
    margin-top: -2rem
}

#footer .newsletter .newsletter_form label {
    display: none
}

#footer .newsletter .newsletter_form::-webkit-input-placeholder {
    color: #444
}

#footer .newsletter .newsletter_form:-moz-placeholder {
    color: #444;
    opacity: 1
}

#footer .newsletter .newsletter_form::-moz-placeholder {
    color: #444;
    opacity: 1
}

#footer .newsletter .newsletter_form:-ms-input-placeholder {
    color: #444
}

#footer .newsletter .newsletter_form .mc4wp-form-fields {
    width: 100%;
    margin: 0 auto;
    position: relative
}

#footer .newsletter .newsletter_form .mc4wp-form-fields p {
    padding: 0
}

#footer .newsletter .newsletter_form .mc4wp-form-fields label {
    display: none
}

#footer .newsletter .newsletter_form .mc4wp-form-fields input[type=email],
#footer .newsletter .newsletter_form .mc4wp-form-fields input[type=text] {
    width: 100%;
    background: #fff;
    color: #444;
    border-radius: 34px;
    padding: 13px 15px
}

#footer .newsletter .newsletter_form .mc4wp-form-fields input[type=checkbox] {
    position: absolute;
    margin-top: 10px
}

#footer .newsletter .newsletter_form .mc4wp-form-fields .label-check {
    display: inline-block;
    font-size: 12px;
    padding-left: 20px;
    padding-top: 10px
}

#footer .newsletter .newsletter_form .mc4wp-form-fields .label-check a {
    text-decoration: underline
}

#footer .newsletter .newsletter_form .mc4wp-form-fields input[type=submit] {
    background-image: url(/assets/m/casadecor/images/sprites.png);
    background-repeat: no-repeat;
    width: 46px;
    width: 2.875rem;
    height: 23px;
    height: 1.4375rem;
    background-position: -162px -429px;
    position: absolute;
    top: 11px;
    right: 16px;
    z-index: 2;
    background-color: transparent;
    padding: 4px 0;
    border: 0 none;
    color: transparent;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    cursor: pointer
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    #footer .newsletter .newsletter_form .mc4wp-form-fields input[type=submit] {
        background-image: url(/assets/m/casadecor/images/sprites@2x.png);
        background-size: 374px 1213px
    }
}

#footer .newsletter .newsletter_form .mc4wp-form-fields input[type=submit]:focus,
#footer .newsletter .newsletter_form .mc4wp-form-fields input[type=submit]:hover {
    opacity: .4
}

#footer .newsletter .newsletter_form .mc4wp-response {
    padding: 12px 0 0;
    text-align: center
}

#footer .logo {
    width: 143px;
    width: 8.9375rem;
    height: 67px;
    height: 4.1875rem;
    display: block;
    margin: 2px auto;
    margin: .125rem auto;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    background-image: url(/assets/m/casadecor/images/sprites.png);
    background-repeat: no-repeat;
    background-position: -193px -173px;
    text-indent: -9999em!important
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    #footer .logo {
        background-image: url(/assets/m/casadecor/images/sprites@2x.png);
        background-size: 374px 1213px
    }
}

#footer .address span,
#footer .email span,
#footer .phone span {
    background-image: url(/assets/m/casadecor/images/sprites.png);
    background-repeat: no-repeat;
    height: 24px;
    height: 1.5rem;
    display: block;
    float: left
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    #footer .address span,
    #footer .email span,
    #footer .phone span {
        background-image: url(/assets/m/casadecor/images/sprites@2x.png);
        background-size: 374px 1213px
    }
}

#footer .phone {
    padding-left: 50px;
    padding-left: 3.125rem
}

#footer .phone span {
    width: 35px;
    width: 2.1875rem;
    margin-bottom: -23px;
    margin-bottom: -1.4375rem;
    margin-left: -32px;
    margin-left: -2rem;
    background-position: -232px -429px
}

#footer .email {
    padding-left: 15px;
    padding-left: .9375rem
}

#footer .email span {
    width: 35px;
    width: 2.1875rem;
    margin-bottom: -23px;
    margin-bottom: -1.4375rem;
    margin-left: 0;
    background-position: -274px -429px
}

#footer .address {
    padding-left: 45px;
    padding-left: 2.8125rem
}

#footer .address span {
    width: 20px;
    width: 1.25rem;
    margin-bottom: -23px;
    margin-bottom: -1.4375rem;
    margin-left: -25px;
    margin-left: -1.5625rem;
    background-position: -114px -425px
}

#primary.page .c-margin.s-margin {
    margin-bottom: 0
}

#primary.page #social-stream-boxes {
    margin-top: 33px;
    margin-top: 2.0625rem;
    margin-bottom: 76px;
    margin-bottom: 4.75rem
}

#primary.page #social-stream-boxes .content-grid {
    padding: 0
}

#primary.page #social-stream-boxes .content-grid .grid {
    padding: 0
}

#primary.page #social-stream-boxes .wall-outer {
    margin-top: -50px
}

#primary.page #social-stream-boxes .dcsns-li .inner {
    border-top: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-left: 1px solid #efefef
}

#primary.page #social-stream-boxes .dcsns-li .inner .section-text {
    padding-bottom: 10px;
    color: #444
}

#primary.page #social-stream-boxes .dcsns-li .inner .section-text a {
    color: #e52420
}

#primary.page #social-stream-boxes .dcsns-li .inner .section-text a:focus,
#primary.page #social-stream-boxes .dcsns-li .inner .section-text a:hover {
    color: #444
}

#primary.page #social-stream-boxes .dcsns-li .inner .section-text a strong {
    color: #444
}

#primary.page #social-stream-boxes .dcsns-li .inner .section-text a strong:focus,
#primary.page #social-stream-boxes .dcsns-li .inner .section-text a strong:hover {
    color: #e52420
}

#primary.page #social-stream-boxes .dcsns-li .inner .section-thumb {
    margin: 0 0 10px
}

#primary.page #social-stream-boxes .dcsns-li .section-intro {
    padding-top: 30px
}

#primary.page #social-stream-boxes .dcsns-li .section-intro .link-intro,
#primary.page #social-stream-boxes .dcsns-li .section-intro .link-user,
#primary.page #social-stream-boxes .dcsns-li .section-intro span {
    display: none!important
}

#primary.page #social-stream-boxes .dcsns-li .socicon {
    bottom: 8px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#primary.page #social-stream-boxes .dcsns-li .socicon:focus,
#primary.page #social-stream-boxes .dcsns-li .socicon:hover {
    opacity: .6
}

#alertacookies {
    position: fixed;
    bottom: 0;
    background-color: rgba(255, 255, 255, .9);
    border-top: 1px solid #010101;
    color: #010101;
    font-size: 14px;
    text-align: center;
    padding: 25px 2%;
    width: 100%;
    z-index: 999999999;
    font-weight: 100;
    line-height: 20px;
    display: none
}

#alertacookies button {
    display: block;
    margin: 10px auto 0;
    padding: 2px 14px;
    color: #010101;
    background: #dedede;
    cursor: pointer;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    opacity: 1;
    letter-spacing: .6px;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    border: 1px solid #bbb
}

#alertacookies button:focus,
#alertacookies button:hover {
    opacity: .7
}

#alertacookies a {
    color: #010101;
    text-decoration: underline
}

#alertacookies a:focus,
#alertacookies a:hover {
    text-decoration: none
}

@media only screen and (max-width:767px) {
    #footer ul li.menu-item {
        text-align: center
    }
    #footer ul li ul li {
        padding: 6px 0
    }
    #footer #search_nav,
    #footer .entradas,
    #footer .user {
        display: none
    }
    #footer .social {
        margin-top: -3px
    }
    #footer .social .redes_sociales li {
        border-left: 1px solid #fff
    }
    #footer .social .redes_sociales li:first-child {
        border-left: none
    }
    #footer .acceso {
        margin-top: -5px
    }
    #footer .acceso h5 {
        width: 50%;
        margin: 0 auto
    }
    #footer .acceso h5 i {
        margin: -3px 5px 0 -7px
    }
    #footer .acceso .acceso_btn {
        width: 60%;
        margin: 0 auto
    }
    #footer .newsletter {
        margin-top: -5px;
        margin-bottom: 24px
    }
    #footer .newsletter .newsletter_form .mc4wp-form-fields input[type=email],
    #footer .newsletter .newsletter_form .mc4wp-form-fields input[type=text] {
        border-radius: 0
    }
    #footer .address,
    #footer .email,
    #footer .phone {
        text-align: center
    }
    #footer .address a,
    #footer .email a,
    #footer .phone a {
        display: inline-table;
        margin: 0 auto
    }
    #footer .address {
        padding-bottom: 50px;
        border-bottom: 1px solid #fff
    }
}

@media only screen and (min-width:768px) {
    #footer ul li {
        float: left;
        width: 50%
    }
}

@media only screen and (min-width:992px) {
    #footer ul li {
        float: left;
        width: 20%
    }
    #footer .phone {
        padding-left: 35px;
        padding-left: 2.1875rem
    }
    #footer .email {
        padding-left: 35px;
        padding-left: 2.1875rem
    }
    #footer .address {
        padding-left: 95px;
        padding-left: 5.9375rem
    }
}

.ie #primary.homepage .home-img a,
.ie-10 #primary.homepage .home-img a {
    height: 100%
}

.ie .page#primary article .full__image img,
.ie-10 .page#primary article .full__image img {
    left: auto;
    top: -20%
}

.ie .page#primary .newsletter_form .mc4wp-form-fields input[type=submit],
.ie-10 .page#primary .newsletter_form .mc4wp-form-fields input[type=submit] {
    padding: 1px 0
}

.ie .page#primary .newsletter_form .mc4wp-form-fields input[type=email],
.ie .page#primary .newsletter_form .mc4wp-form-fields input[type=text],
.ie-10 .page#primary .newsletter_form .mc4wp-form-fields input[type=email],
.ie-10 .page#primary .newsletter_form .mc4wp-form-fields input[type=text] {
    padding: 8px 15px 11px
}

.ie .gird-espacios-edicion,
.ie-10 .gird-espacios-edicion {
    display: inline-block
}

.ie .gird-espacios-edicion a,
.ie-10 .gird-espacios-edicion a {
    height: 0
}

.ie .page#primary .title-full h1,
.ie .page#primary .title-full h2,
.ie .page#primary .title-full h3,
.ie-10 .page#primary .title-full h1,
.ie-10 .page#primary .title-full h2,
.ie-10 .page#primary .title-full h3 {
    position: relative;
    margin: -35px auto 0;
    display: block
}

.ie .page#primary .gray__photos [class*=grid__col-] a,
.ie-10 .page#primary .gray__photos [class*=grid__col-] a {
    height: 100%
}

.ie .page#primary .full__image .edicion.img__title,
.ie-10 .page#primary .full__image .edicion.img__title {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 358px;
    top: 0;
    bottom: 0;
    height: 358px
}

.ie #primary .grid-espacio a,
.ie-10 #primary .grid-espacio a {
    display: block
}

.ie #footer .newsletter .newsletter_form .mc4wp-form-fields .label-check,
.ie-10 #footer .newsletter .newsletter_form .mc4wp-form-fields .label-check {
    width: 100%;
    clear: both
}

.ie .page#primary .title-full.espacio-title h2,
.ie-10 .page#primary .title-full.espacio-title h2 {
    margin-top: 10px
}

.ie .participa-form-title form,
.ie-10 .participa-form-title form {
    width: 100%
}

.ie #primary .enlaces-interes,
.ie .ie-width,
.ie-10 #primary .enlaces-interes,
.ie-10 .ie-width {
    width: 100%
}

.ie .page#primary .title-home h1,
.ie-10 .page#primary .title-home h1 {
    margin-top: -12px;
    margin-bottom: 30px;
    display: inherit;
    position: inherit;
    padding: 0;
    width: 70%
}

.ie .page#primary .newsletter_form .mc4wp-form-fields input[type=checkbox],
.ie-10 .page#primary .newsletter_form .mc4wp-form-fields input[type=checkbox] {
    margin: 19px 0 0 0
}

.ie .page#primary .newsletter_form .mc4wp-form-fields .label-check,
.ie-10 .page#primary .newsletter_form .mc4wp-form-fields .label-check {
    text-align: left;
    width: 100%
}

.ie #primary .blog-box .blog-img,
.ie-10 #primary .blog-box .blog-img {
    overflow: hidden;
    height: auto
}

.ie .page#primary .c-margin,
.ie-10 .page#primary .c-margin {
    height: auto;
    overflow: hidden
}

.ie .page#primary .datos i,
.ie-10 .page#primary .datos i {
    display: block
}

.ie-10 .homepage#primary .home-box .title-full {
    height: 50px
}

ol {
    padding-left: 20px;
    font-weight: 300;
    line-height: 25px;
    line-height: 1.5625rem;
    color: #555;
    font-size: 17px;
    font-size: 1.0625rem
}

.suscribirme-news {
    border: 2px solid #e52420;
    font-size: 16px;
    border-radius: 45px;
    font-size: 12px;
    width: 100%;
    display: block;
    line-height: 41px;
    margin-top: -1px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #e52420;
    width: 200px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 10px;
    transition: .4s
}

.suscribirme-news:hover {
    border: 2px solid #e52420;
    background-color: #e52420;
    color: #fff;
    transition: .4s
}

.homepage .full__image .img__title_box .img__title span {
    margin-top: 5.5625rem;
    margin-left: 2.4rem!important
}

.h4-madrid span:after {
    content: "";
    border-top: 2px solid #fff;
    border-top: .125rem solid #fff;
    border-right: 2px solid #fff;
    border-right: .125rem solid #fff;
    width: 26.25rem;
    height: 20px;
    height: 2.25rem;
    position: relative;
    float: right;
    margin-left: 0;
    margin-left: 140px
}

.solo-resp {
    display: none!important
}

.banner-nuevo {
    background: url(/assets/m/casadecor/images/2018/casa-decor-terraza.jpg);
    max-width: 1300px;
    margin: auto;
    margin-top: auto;
    margin-top: 80px;
    background-size: cover!important
}

#primary.page .b-margin {
    margin-bottom: 5.375rem
}

.h4-madrid {
    font-size: 36px
}

.h4-madrid span:before {
    content: "";
    border-top: 2px solid #fff;
    border-top: .125rem solid #fff;
    border-left: 2px solid #fff;
    border-left: .125rem solid #fff;
    width: 26.25rem;
    height: 20px;
    height: 2.25rem;
    position: relative;
    float: left;
    margin-right: 0;
    margin-right: 140px
}

.h4-madrid {
    text-align: center;
    color: #e52420;
    font-size: 36px;
    padding-top: 30px;
    padding-bottom: 47px;
    line-height: 26px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .6) 0, rgba(229, 229, 229, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6) 0, rgba(229, 229, 229, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0, rgba(229, 229, 229, 0) 100%)
}

.texto-correo {
    font-size: 20px!important;
    padding-top: 60px!important;
    padding-bottom: 60px!important;
    background: -moz-linear-gradient(top, rgba(229, 229, 229, 0) 0, rgba(0, 0, 0, .6) 100%);
    background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 0, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0, rgba(0, 0, 0, .6) 100%)
}

.texto-correo a {
    text-decoration: underline
}

.h4-madrid span {
    font-size: 30px!important;
    font-size: 2.875rem;
    color: #fff;
    display: inline-block;
    margin-top: -11px;
    margin-top: -.6875rem;
    letter-spacing: 3px;
    letter-spacing: .1875rem;
    line-height: 66px
}

.imagen-2019-mv {
    display: none
}

@media(max-width:1300px) {
    .h4-madrid span:after,
    .h4-madrid span:before {
        display: none!important
    }
}

@media (max-width:991px) {
    #primary .slider-homepage {
        height: 450px;
        margin-top: 95px
    }
    #main_head #user_social .entradas {
        position: absolute;
        bottom: 0;
        width: 110px;
        display: inline-block;
        right: 10px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        background: #e52420;
        border-radius: 22px
    }
}

@media(max-width:630px) {
    .imagen-2019-mv {
        display: block;
        margin: auto;
        max-width: 90%;
        margin: auto
    }
    img.imagen-2019-pc {
        display: none!important
    }
    .banner-nuevo {
        background: url(/assets/m/casadecor/images/2018/casa-decor-terraza-mv-2.jpg)!important;
        background-size: cover!important;
        background-repeat: no-repeat!important;
        max-width: 100%;
        display: block;
        margin: auto
    }
    #primary.page .b-margin {
        margin-bottom: 0!important
    }
    #primary .slider-homepage {
        margin-top: 0!important
    }
    .h4-madrid {
        padding-top: 58px!important
    }
    .h4-madrid {
        padding-top: 42px!important;
        padding-bottom: 24px
    }
    .texto-correo {
        padding-top: 42px!important;
        padding-bottom: 42px!important
    }
}

#primary .breadcrumb p a {
    transition: .4s
}

#primary .breadcrumb p a:hover {
    color: #e52420;
    transition: .4s
}

.logo.ocultar {
    opacity: 0;
    transition: .4s
}

.logo {
    opacity: 1;
    transition: .4s
}

.text-blog figcaption {
    margin-bottom: 20px
}

#main_head.fixed {
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000201
}

.full__image.homepage__full {
    max-height: 910px;
}

#main_head.homepage {
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

.page.homepage .la-casa-marcha-boxes {
    margin-bottom: 0!important;
    margin-top: 80px
}

@media (min-width:900px) {
    .flex-video {
        display: flex;
        align-items: center
    }
}

.content-news input[type=submit] {
    margin-top: 4px!important;
    margin-bottom: 0!important;
    min-width: 200px
}

.content-news input[type=email] {
    border: 1px solid #66666a!important
}

.let-peq {
    margin-top: 0!important;
    padding-top: 0!important;
    font-size: 14px!important;
    line-height: 17px!important
}

.la-casa-marcha-boxes,
.la-casa-marcha-boxes h1 {
    background-color: #fff!important
}

.page.homepage .la-casa-marcha-boxes {
    margin-top: 0!important;
    margin-bottom: 80px!important
}

.espacio-promocional {
    background-color: #fff!important
}

.col-datos {
    background-color: #f3f3f3!important;
    padding: 50px
}

.espacio-decorador {
    background-color: #fff!important
}

.col-datos-interiorista {
    background-color: #f3f3f3!important;
    padding: 50px
}

.col-img-interiorista {
    padding: 0!important
}

.foto-patrocinador {
    width: 100%!important;
    height: auto!important;
    padding-top: 2%!important;
    padding-bottom: 2%!important
}

.centrado-v {
    display: flex!important;
    align-items: center!important
}

.centrar-h {
    text-align: center!important
}

.logo-patrocinador {
    width: 60%!important;
    display: block;
    margin: auto;
    padding-bottom: 30px!important;
    padding-top: 10px!important
}

.pad-extra {
    padding-bottom: 70px!important;
    padding-top: 70px!important
}

.pad-bottom-extra {
    padding-bottom: 70px!important
}

.title-evento {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: .03em;
    padding-bottom: 10px!important;
    margin-top: 20px!important
}

.enlace-info {
    border-bottom: .125rem solid #e52420!important;
    font-weight: 700!important;
    color: #010101!important
}

.frase-1 {
    font-weight: 600!important;
    font-size: 1.5rem
}

.frase-3 {
    color: #e52420!important;
    font-weight: 600!important
}

.mas-info {
    letter-spacing: .03em!important
}

.no-mostrar {
    display: none!important
}

.btn-conoce {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 3px;
    display: block;
    text-align: center;
    margin: auto;
    width: 250px;
    padding-top: 40px!important;
    transition: .4s
}

.btn-conoce:hover {
    color: #e52420!important;
    transition: .4s
}

.btn-conoce:after {
    content: "";
    height: 2px;
    background-color: #e52420!important;
    width: 50px;
    display: block;
    margin: auto;
    transition: .4s;
    margin-top: 5px
}

.btn-conoce:hover:after {
    width: 150px;
    transition: .4s
}

.homepage.slide-2020,
.homepage.slide-2021,
.homepage.slide-2022
{
    padding-top: 70px!important
}

.bloq-home {
    margin: auto;
    position: absolute;
    top: 150px;
    right: 80px;
    width: 30rem;
    height: 30rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff
}

.homepage .homepage__full.fondo-nueva-portada {
    background: url(/assets/m/casadecor/images/2019/casa-decor-edificio-2019-2.jpg);
    background-position: top center;
    background-size: cover
}

.homepage .homepage__full.fondo-nueva-portada.fondo-pruebas {
    background: #fff!important;
    display: flex;
    align-items: center;
    justify-content: center
}

.img-home-slide {
    display: block!important;
    position: relative!important;
    width: 80%!important;
    min-width: 80%!important
}

.fondo-pruebas .bloq-home {
    background: #e52320!important
}

.fondo-pruebas .bloq-home .img-home-slide {
    width: 95%!important;
    min-width: 95%!important
}

.fondo-pruebas .img-central .img-home-slide {
    width: 100%!important;
    min-width: 100%!important;
    top: 80px;
}

.homepage .full__image .arrow {
    height: 10%!important
}

.col-home-slide {
    flex: 0 0 100%
}

.col-home-btn {
    flex: 0 0 100%
}

.title-slide {
    text-transform: uppercase!important;
    font-size: 50px!important;
    color: #e52420!important;
    text-align: center!important
}

.foto-patrocinador-mv {
    display: none!important
}

.edicion_logo {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
    margin-left: 29px;
    margin-top: 10px
}

.logo-edicion.header {
    height: 100px;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 33px
}

.logo-edicion.header img {
    width: 110px;
    height: auto;
    position: relative;
    min-width: auto
}

.homepage .full__image .img__title_box .img__title span {
    margin-top: 6.463rem
}

.img-zona {
    padding-top: 27px;
    width: 80%;
    display: block;
    margin: auto
}

.mapa-edificio {
    width: 600px!important;
    height: 450px!important
}

.mostrar-mv {
    display: none!important
}

@media only screen and (max-width:780px) {
    .edicion_logo {
        margin-top: -30px;
        margin-left: 25px
    }
    .logo-edicion.header,
    .logo-edicion.header img {
        height: 80px;
        bottom: 10px
    }
}

.pre-title {
    color: #e52420!important;
    font-size: 1.5rem!important;
    border: 0!important
}

.ajuste-mv-tit {
    margin-top: 20px!important;
    border: 0!important
}

.mas-info-edificio {
    margin-top: 20px!important;
    border: 1px solid #e52420;
    border: .0625rem solid #e52420;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 9px 40px;
    padding: .5625rem 40px;
    padding: 9px 2.5rem;
    padding: .5625rem 2.5rem;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    color: #e52420;
    display: inline-block;
    line-height: 35px;
    line-height: 2.1875rem;
    cursor: pointer;
    background: #e52420!important;
    color: #fff!important;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    font-size: 20px!important;
    margin-bottom: 20px!important
}

.mas-info-edificio:hover {
    color: #e52420!important;
    background: #fff!important;
    transition: all .1s ease
}

.bloq-mapa {
    display: flex!important;
    align-items: center!important
}

.bloq-botones {
    display: flex;
    padding-bottom: 50px!important
}

.pb-0 {
    padding-bottom: 0!important
}

.sec-btn {
    flex: 0 0 50%;
    display: flex;
    justify-content: center
}

#primary.homepage .newsletter_box {
    margin-top: 3.75rem
}

#primary>article:nth-child(2)>div>div.grid.centrado-v>div.grid__col-xs-12.grid__col-sm-12.grid__col-md-6.red-title.center-text.order-2>h3 {
    padding: 1rem 0!important
}

.foto-patrocinador-pc {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%
}

.ajuste-margin-top {
    margin-top: 4em!important
}

#primary>article:nth-child(2)>div>div.grid.centrado-v>div.grid__col-xs-12.grid__col-sm-12.grid__col-md-6.red-title.center-text.order-2>h3.title-edificio {
    font-size: 1.75rem!important;
    font-weight: 600!important;
    padding: 0!important;
    padding-top: 20px!important;
    padding-bottom: 10px!important
}

.subtitle-edificio {
    font-size: 22px!important;
    font-weight: 500!important;
    letter-spacing: .05em!important
}

.bg-banner-participa {
    width: 100%;
    text-align: center!important;
    background-image: url(/assets/m/casadecor/images/2018/publicacion/participa-casa-decor-2019.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border: 2px solid #e52520;
    background-blend-mode: overlay;
    background-color: rgba(255, 255, 255, .35)
}

.btn-participa {
    text-align: center!important;
    padding: 10px!important;
    background-color: #fff;
    border: 1px solid #e52420;
    color: #e52420;
    font-size: 22px;
    letter-spacing: .05em;
    width: 300px;
    display: block!important;
    margin: auto!important;
    margin-top: 30px!important;
    transition: .4s
}

.btn-participa:hover {
    text-align: center!important;
    background-color: #e52420;
    border: 1px solid #e52420;
    color: #fff;
    transition: .4s
}

.bg-contenido-participa {
    background-color: rgba(255, 255, 255, .75);
    height: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
    width: 45%;
    margin-left: 100px
}

.bg-banner-entradas {
    width: 100%;
    text-align: center!important;
    background-image: url(/assets/m/casadecor/images/2022/portada/slide-entradas-casa-decor-2022.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 2px solid #e52520;
    background-blend-mode: overlay;
    background-color: rgba(255, 255, 255, .2);
    padding-top: 50px!important;
    padding-bottom: 50px!important;
    margin-top: 50px!important
}

.bg-banner-entradas.bg-banner-cuenta {
    background-image: url(/assets/uploads/2023/03/cabecera-formularios-2023.jpg);
}


.bg-banner-entradas.bg-banner-videos {
    background-image: url(/assets/m/casadecor/images/2023/portada/casa-decor-2023-videos-230.webp);
    padding-top: 80px!important;
    padding-bottom: 80px!important;
}

.bg-banner-decorador {
    width: 100%;
    text-align: center!important;
    background-image: url(/assets/m/casadecor/images/2019/banner-interioristas-2019.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 2px solid #e52520;
    background-blend-mode: overlay;
    background-color: rgba(255, 255, 255, .35);
    padding-top: 65px!important;
    padding-bottom: 65px!important;
    margin-top: 50px!important;
    margin-bottom: 50px!important
}

.bg-banner-decorador-2020 {
    width: 100%;
    text-align: center!important;
    background-image: url(/assets/m/casadecor/images/2020/banner-interioristas-2020.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 2px solid #e52520;
    background-blend-mode: overlay;
    background-color: rgba(255, 255, 255, .35);
    padding-top: 65px!important;
    padding-bottom: 65px!important;
    margin-top: 50px!important;
    margin-bottom: 50px!important
}

.bg-contenido-entradas {
    background-color: #fff;
    padding: 4px;
    width: 70%;
    display: block;
    margin: auto!important
}

.bg-banner-videos .bg-contenido-entradas {
    padding: 10px;
    background-color: rgba(255,255,255,0.5);
}
.bg-banner-videos .bg-contenido-entradas .contenido-entradas {
    background-color: rgba(255,255,255,0.75);
}

.bg-banner-videos  .img-video-360 {
    display: block;
    margin: auto;
    max-width: 250px;
    height: auto;
}

.title-entradas {
    color: #e52420!important;
    font-size: 1.9rem!important;
    border: 0!important
}

.bg-banner-videos  .title-entradas {
    padding-top: 30px;
    padding-bottom: 0px;
}

.subtitle-entradas {
    color: #e52420!important;
    font-size: 1.5rem!important;
    border: 0!important;
    padding-top: 20px!important
}

.bloq-entradas-home {
    padding-top: 20px;
    margin-bottom: 0!important
}

.contenido-entradas {
    background-color: #fff;
    padding: 50px;
    border: 1px solid #e52420
}


.btn-entradas {
    text-align: center!important;
    padding: 10px!important;
    background-color: #fff;
    border: 1px solid #e52420;
    color: #e52420;
    font-size: 22px;
    letter-spacing: .05em;
    width: 300px;
    display: block!important;
    margin: auto!important;
    margin-top: 15px!important;
    transition: .4s
}

.btn-entradas:hover {
    text-align: center!important;
    background-color: #e52420;
    border: 1px solid #e52420;
    color: #fff;
    transition: .4s
}

.txt-rojo-participa {
    color: #e52420!important;
    font-weight: 600!important;
    letter-spacing: .125rem;
    line-height: 35px!important
}

#main_head #user_social .entradas {
    position: absolute;
    bottom: -78px;
    width: 200px;
    display: inline-block;
    right: -7px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background: #e52420;
    border-radius: 0 0 22px 22px;
    padding: 15px!important
}

#main_head #user_social .entradas:hover {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    bottom: -98px;
    padding-top: 35px!important
}

#main_head #user_social .entradas a {
    font-size: 18px!important
}

.cabecera-entradas {
    height: 25rem!important
}

#main_head #user_social .entradas {
    display: block!important
}

.slide-2020 .fondo-pruebas .img-home-slide-mv {
    display: none
}

.slide-2021 .fondo-pruebas .img-home-slide-mv {
    display: none
}

.slide-2020 .full__image.homepage__full {
    max-height: 800px
}

.slide-2021 .full__image.homepage__full {
    max-height: 800px
}

@media (max-width:1024px) {
    .slide-2020 .fondo-nueva-portada.fondo-pruebas {
        height: 100%!important
    }
    .slide-2021 .fondo-nueva-portada.fondo-pruebas {
        height: 100%!important
    }
}

@media (max-width:768px) {
    .mostrar-tablet {
        display: inline!important;
        width: 100%!important
    }
    .bloq-home {
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 30rem;
        height: 30rem;
        background: #fff;
        padding: 10px
    }
    .bloq-contenido-entradas {
        max-height: 360px!important;
        overflow: hidden
    }
    .cabecera-entradas {
        height: 18rem!important
    }
    .foto-patrocinador-pc {
        display: none!important
    }
    .foto-patrocinador-mv {
        display: block!important;
        margin: auto!important;
        margin-top: 50px!important;
        margin-bottom: 20px!important;
        width: 95%;
        height: 100%
    }
    .mapa-edificio {
        width: 100%!important;
        height: 450px!important;
        margin-top: 50px!important
    }
    .ocultar-mv {
        display: none!important
    }
    #primary.page .red-title h3 {
        padding-left: 5%!important
    }
    h3.title-28 {
        margin-top: 20px!important;
        margin-bottom: 10px!important
    }
    .img-zona-mv {
        margin-top: 50px!important
    }
    .ajuste-tablet {
        margin-top: 80px
    }
    .g-margin {
        margin-bottom: 50px!important
    }
    #main_head #user_social .entradas {
        position: absolute;
        bottom: -68px;
        width: 150px;
        display: inline-block;
        right: -7px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        background: #e52420;
        border-radius: 0 0 22px 22px;
        padding: 10px!important
    }
    #main_head #user_social .entradas:hover {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        bottom: -75px;
        padding-top: 17px!important
    }
    #main_head #user_social .entradas a {
        font-size: 15px!important
    }
    .homepage .homepage__full.fondo-nueva-portada {
        background: url(/assets/m/casadecor/images/2019/casa-decor-edificio-2019-tablet.jpg);
        background-position: top center;
        background-size: cover
    }
    .homepage .homepage__full.fondo-nueva-portada.fondo-pruebas {
        background: url(/assets/m/casadecor/images/portada/casa-decor-2020-tb.jpg);
        background-position: top center;
        background-size: cover
    }
    .bg-contenido-entradas {
        width: 80%
    }
    .homepage.slide-2020 .fondo-pruebas {
        max-height: 600px!important;
        height: 100%!important
    }
    .homepage.slide-2021 .fondo-pruebas {
        max-height: 600px!important;
        height: 100%!important
    }
}

@media (max-width:600px) {
    .bloq-entradas-home {
        padding-top: 0px !important;
    }
    .bg-banner-entradas {
        margin-top: 0px !important;
    }
}

@media (max-width:600px) {
    .homepage.slide-2020 .img-home-slide-mv {
        margin-top: 0 !important;
    }
    .homepage.slide-2021 .img-home-slide-mv {
        margin-top: 0 !important;
    }
    .homepage .homepage__full.fondo-nueva-portada.fondo-pruebas {
        align-items: start !important;
    }
    .homepage.slide-2020 .fondo-pruebas {
        height: 100%!important;
        max-height: 600px !important;
        min-height: 600px !important;
    }
    .slide-2020 .fondo-pruebas .img-home-slide-mv {
        display: block;
        width: 100%
    }
    .slide-2020 .fondo-pruebas .img-home-slide {
        display: none !important;
    }
    .homepage.slide-2021 .fondo-pruebas {
        height: 100%!important;
        max-height: 600px !important;
        min-height: 600px !important;
    }
    .slide-2021 .fondo-pruebas .img-home-slide-mv {
        display: block;
        width: 100%
    }
    .slide-2021 .fondo-pruebas .img-home-slide {
        display: none !important;
    }

    .slide-2023 .fondo-pruebas .img-home-slide-mv {
        display: block;
        width: 100%;
        top: 140px !important;
    }

    .fondo-pruebas .img-home-slide {
        display: none !important;
    }

    .cabecera-entradas {
        height: 18rem!important
    }
    #main_head #user_social .entradas {
        position: absolute;
        bottom: -58px;
        width: 125px;
        display: inline-block;
        right: -7px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        background: #e52420;
        border-radius: 0 0 22px 22px;
        padding: 5px!important
    }

    #main_head #user_social .entradas:hover {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        bottom: -63px;
        padding-top: 10px!important
    }
    #main_head #user_social .entradas a {
        font-size: 13px!important
    }

    .bg-contenido-entradas {
        width: 90%
    }
    .title-entradas {
        padding-bottom: 10px!important
    }
    .btn-entradas {
        text-align: center!important;
        padding: 10px!important;
        background-color: #fff;
        border: 1px solid #e52420;
        color: #e52420;
        font-size: 18px;
        letter-spacing: .05em;
        width: 300px;
        display: block!important;
        margin: auto!important;
        margin-top: 15px!important;
        transition: .4s    ;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .contenido-entradas {
        padding: 20px!important
    }
    #primary.page .edificio_caract {
        padding-bottom: 10px!important
    }

    .edificio_caract .c-tit_caract {
        margin-top: 0px !important;
    }

    .edificio_caract .c-tit_caract .tit_caract {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .mostrar-mv {
        display: inline!important;
        width: 100%!important
    }

    .img-caract-mv {
        width: 100%!important;
        padding-top: 30px!important
    }

    .img-caract-mv:first-child {
        padding-top: 0px!important;
    }


    .title-caracteristicas {
        padding-top: 10px!important;
        padding-bottom: 0!important
    }
    .bloq-home {
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 70%;
        height: 300px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        background: #fff;
        padding: 10px
    }

    .img-home-slide {
        display: block!important;
        position: relative!important;
        width: 100%!important;
        min-width: 80%!important
    }


    .title-principal {
        margin-top: 50px!important
    }
    .edificio_desc {
        margin-top: 113px
    }
    #primary.page .g-margin {
        margin-bottom: 20px!important
    }
    .mas-info-edificio {
        margin-bottom: 0!important;
        margin-top: 0!important
    }
    .center-text {
        padding: .5em!important
    }
    #primary>article:nth-child(2)>div>div.grid.centrado-v>div.grid__col-xs-12.grid__col-sm-12.grid__col-md-6.red-title.center-text.order-2>h3 {
        padding-bottom: 0!important
    }
    #primary.page .title-full {
        margin-top: 50px
    }
    .bg-grey-mv {
        background: #f5f5f5!important
    }
    .pag-interior {
        margin-top: 0!important
    }
    .bloq-botones {
        flex-direction: column!important
    }
    .bloq-informate {
        margin-top: 70px!important
    }
    .img-zona-mv {
        margin-top: 30px!important
    }
    .mapa-edificio {
        width: 100%!important;
        height: 450px!important;
        margin-top: 50px!important
    }
    .pad-extra {
        padding-bottom: 20px!important;
        padding-top: 20px!important
    }
    .pad-bottom-extra {
        padding-bottom: 70px!important;
        margin-bottom: 70px!important
    }
    .foto-patrocinador-mv {
        display: block!important;
        width: 100%;
        height: auto;
        margin-top: 50px!important;
        margin-bottom: 20px!important
    }
    .bloq-mapa {
        padding-bottom: 50px!important
    }
    .descarga__btns {
        padding-bottom: 20px!important
    }
    .bg-contenido-participa {
        margin-left: 0!important;
        width: 100%!important
    }
    #primary.page .grey-mv {
        background-color: #f5f5f5!important;
        padding-bottom: 50px!important;
        margin-bottom: 0!important
    }
}

.sponsorsenlinea {
    margin-bottom: 70px;
    height: 130px
}

.sponsorsenlinea .logo {
    float: left;
    height: 130px;
    line-height: 130px;
    width: 33.3%;
    display: flex;
    align-items: center
}

.sponsorsenlinea .logo a {
    margin: auto
}

.sponsorsenlinea .logo img {
    max-height: unset;
    max-width: 90%!important
}

#primary .sponsor-top-box .logo img {
    max-width: 60%
}

.solomovil {
    display: none
}

@media only screen and (max-width:576px) {
    .sponsorsenlinea .logo {
        width: 100%
    }
    .sponsorsenlinea .logo img {
        max-height: unset;
        max-width: 70%!important
    }
    .sponsorsenlinea {
        margin-bottom: 70px;
        height: 300px
    }
}

@media only screen and (max-width:992px) {
    .solomovil {
        display: block
    }

}

.acreditarse a {
    font-weight: 700;
    color: #e52420!important
}

.acreditarse a:hover {
    color: #444!important
}

@media (max-width:576px) {
    #primary.page .red-title h3 {
        padding-left: 0!important
    }
    #primary.page .red-title h3.tit-direccion-2019 {
        padding-top: 20px!important;
        padding-bottom: 0!important
    }
    .title-entradas {
        font-size: 1.5rem!important
    }
    .subtitle-entradas {
        font-size: 1.1rem!important;
        padding-top: 10px!important
    }
    .btn-entradas {
        font-size: 20px;
        width: 250px;
        transition: .4s
    }
}

.bloq-edificio-2019 {
    align-items: center!important
}

#main_head {
    top: 0!important
}

.bloq-inspiraciones {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 30px!important
}

.col-inspiracion.color {
    background: url(/assets/m/casadecor/images/cabeceras/color.jpg)
}

.col-inspiracion.estilo {
    background: url(/assets/m/casadecor/images/cabeceras/estilos.jpg)
}

.col-inspiracion.material {
    background: url(/assets/m/casadecor/images/cabeceras/materiales.jpg)
}

.col-inspiracion {
    flex: 0 0 32%;
    background-position: top center!important;
    background-size: cover!important;
    padding-top: 180px!important;
    padding-bottom: 180px!important;
    padding-right: 40px!important;
    padding-left: 40px!important;
    background-color: rgba(256, 256, 256, .2)!important;
    background-blend-mode: color;
    transition: all .3s
}

.col-inspiracion:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
    transition: all .3s
}

.col-inspiracion h4 {
    text-align: center!important;
    color: #fff!important;
    padding: 20px 40px!important;
    border: 1px solid #fff!important;
    background-color: rgba(65, 63, 63, .3)!important;
    transition: all .3s;
    letter-spacing: .1875rem!important;
    font-weight: 600!important;
    font-size: 25px!important
}

h4.tit-estancias {
    text-align: center!important;
    font-size: 25px!important;
    font-weight: 600!important;
    padding-top: 0!important
}

.col-inspiracion:hover h4 {
    background-color: #e52420!important;
    color: #fff!important;
    transition: all .3s
}

.padding-decoracion {
    padding-top: 20px!important
}

.margin-contenedor {
    padding-top: 80px!important;
    padding-bottom: 80px!important;
    margin-bottom: 0!important
}

.margin-home {
    margin-top: 0!important
}

#primary.page.que-es .full__image {
    max-height: 390px!important;
    background-image: url(/assets/m/casadecor/images/cabeceras/cabecera-quienes-somos.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

#primary.page.empresas .full__image {
    max-height: 390px!important;
    background-image: url(/assets/m/casadecor/images/cabeceras/cabecera-empresas.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover
}

#primary.page.profesionales .full__image {
    max-height: 390px!important;
    background-image: url(/assets/m/casadecor/images/cabeceras/cabecera-profesionales.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

#primary.page.como-participar .full__image {
    max-height: 390px!important;
    background-image: url(/assets/m/casadecor/images/cabeceras/cabecera-participar.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover
}

.full__image-width .img-final {
    width: 100%;
    height: auto!important
}

.newdata .subtitle-home {
    font-size: 30px!important;
    font-weight: 600!important;
    letter-spacing: .25rem!important;
    line-height: 35px!important
}

#primary .flex-video .newdata {
    padding: 0!important
}

@media (max-width:1500px) {
    #primary.page.empresas .full__image,
    #primary.page.profesionales .full__image,
    #primary.page.que-es .full__image {
        max-height: 450px!important;
        height: 450px!important
    }
}

@media (max-width:900px) {
    #primary.page.empresas .full__image,
    #primary.page.profesionales .full__image,
    #primary.page.que-es .full__image {
        max-height: 300px!important;
        height: 300px!important
    }
    .bloq-inspiraciones {
        margin-bottom: 50px!important
    }
    .padding-decoracion {
        padding-top: 0!important
    }
    .col-inspiracion {
        padding-top: 90px!important;
        padding-bottom: 90px!important;
        padding-right: 10px!important;
        padding-left: 10px!important
    }
    .margin-contenedor {
        padding-top: 40px!important;
        padding-bottom: 40px!important
    }
    #primary.page.empresas .full__image .img__title span,
    #primary.page.profesionales .full__image .img__title span {
        margin: auto!important
    }
}

@media (max-width:768px) {
    .full__image-width .grid.banner-final-empresas {
        min-height: 500px!important;
        background-image: url(/assets/m/casadecor/images/cabeceras/casa-decor-experiencia.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover
    }
    .full__image-width .grid.banner-final-profesionales {
        min-height: 500px!important;
        background-image: url(/assets/m/casadecor/images/cabeceras/interioristas-casa-decor-participa-nueva-edicion.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover
    }
    .full__image-width .img-final {
        display: none!important
    }

}

.aviso-abierto-corona {
    display: none!important;
    border: 2px solid #e52420;
    background-color: #fff;
    display: block;
    margin: auto;
    max-width: 1248px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px 10px
}

.aviso-abierto-corona .txt-aviso {
    color: #e52420!important;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px
}

.aviso-abierto-corona .txt-aviso-destacado {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .125rem
}

.video-youtube-bloq {
    padding-top: 5.625rem!important
}

.mv-show {
    display: none !important;
}

@media (max-width:1200px) {
    .video-youtube-bloq {
        padding-top: 50px!important;
        padding-bottom: 50px!important
    }
}

@media (max-width:800px) {
    .aviso-abierto-corona {
        padding: 15px 20px
    }
    .video-youtube-bloq {
        padding-top: 50px!important
    }
    .full__image.homepage__full {
        max-height: 600px !important;
    }
}

@media (max-width:576px) {
    .tit-inpi {
        margin-top: 50px!important
    }
    .bloq-inspiraciones {
        flex-wrap: wrap;
        justify-content: center;
        padding: 1em
    }
    .col-inspiracion {
        flex: 0 0 100%;
        margin-bottom: 1em
    }
    .margin-home {
        margin-top: 50px!important
    }
    #primary.page.empresas .title-full.title-inner {
        margin-top: 20px!important;
        margin-bottom: 0!important;
        padding-bottom: 0!important
    }
    #primary.page.empresas .title-full h1 {
        position: absolute;
        bottom: 0;
        top: 0;
        right: 0;
        left: 0;
        width: 100%!important
    }
    #main_head #user_social .entradas {
        right: -35px!important;
        border: 1px solid #fff!important;
        bottom: -61px!important
    }
    #primary .quote .grid.flex-video {
        padding-top: 0!important;
        padding-bottom: 50px!important
    }
    #primary .flex-video .newdata p {
        padding: 0!important;
        text-align: center!important;
        font-size: 1.0625rem!important;
        line-height: 1.5625rem!important
    }
    #primary .flex-video .newdata .line {
        float: inherit!important
    }
    #primary .flex-video .newdata .subtitle-home {
        font-size: 1.5rem!important;
        margin-bottom: 10px!important
    }
}



@media (max-width: 600px) {
    #main_head #user_social .entradas {
        bottom: -45px!important;
    }
    #main_head #user_social .entradas:hover {
        bottom: -45px!important;
    }
    #primary.homepage.page .c-margin.s-margin.mv-margin {
        margin-bottom: 30px !important;
    }

}


/* OCTUBRE 2021 */

@media screen and (max-width:767px) {
    .margin-bottom-mv {
        margin-bottom: 30px;
    }
}


/* MEJORAR VISIBILIDAD DEL LIGHTBOX DE LAS IMÁGENES */

.sl-wrapper .sl-image {
    z-index: 999999!important;
}

.sl-overlay {
    z-index: 99999!important;
    background: #000!important;
}

.sl-wrapper .sl-navigation button {
    z-index: 999999!important;
    color: #fff!important;
}

.sl-wrapper .sl-close {
    z-index: 999999!important;
    color: #fff!important;
    right: 40px!important;
    font-size: 4rem!important;
}

@media (min-width: 50em) {
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 60px!important;
        font-size: 4rem!important;
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 60px!important;
        font-size: 4rem!important;
    }
}

@media screen and (max-width:767px) {
    .sl-wrapper .sl-close {
        font-size: 3rem!important;
    }
}


@media (max-width: 600px) {

    .title-mid-top header {
        margin-top: -39px;
    }

    .img-home-slide {
        display: none !important;
    }

    .full__image.homepage__full {
        max-height: 650px !important;
    }
    #main_head #user_social .entradas {
        bottom: -45px!important;
    }
    #main_head #user_social .entradas:hover {
        bottom: -45px!important;
    }

    .homepage.slide-2020, .homepage.slide-2021, .homepage.slide-2022
    {
        padding-top: 50px!important
    }

    #primary.page.homepage.mv-ajust .title-full h3,
    #primary.page.homepage.mv-ajust .title-full h2

    {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    #primary.page .title-full h1, #primary.page .title-full h2, #primary.page .title-full h3 {
        background: transparent !important;
    }

    #primary.page.homepage.mv-ajust .title-full .title-separator
     {
        height: 2px !important;
        max-width: 50px!important;
        border-top: 2px solid #e52420 !important;
        display: block;
        margin: auto;
        margin-top: 20px;
    }
    .tit-deco .title-inner>span {
        top: 0px;
    }

    #primary.page.homepage.mv-ajust .bloq-grey-mv {
        margin: 40px 0px;
        padding: 40px 0px;
        background: #f9f9f9;
    }

    #primary.page.homepage.mv-ajust .menu-secciones {
        margin: 40px 0px;
        padding: 40px 0px;
        border-top: 1px solid #f1f1f1;
    }
    .mv-show {
        display: block !important;
    }
    #primary.page.homepage.mv-ajust .contenedor-grid{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

    }

    #primary.page.homepage.mv-ajust .col-2.row-2,
    #primary.page.homepage.mv-ajust .col-1.row-1,
    #primary.page.homepage.mv-ajust .col-2.row-1
    {
        flex: 0 0 48%;
    }
    #primary.page.homepage.mv-ajust .contenedor-grid .texto {
        background-color: rgba(255, 255, 255, 0.9);
    }

    #primary.page h2 {
        font-size: 1.4rem;
    }
    .homepage .edificio_caract {
        /* margin-top: 60px; */
    }

    .homepage .edificio_caract h2 {
        text-align: center !important;

    }

    .homepage .title-full.title-inner {
        position: relative;
        min-height: 100px;
    }

    .homepage .title-full.title-inner h1
    {
        top: 20%;
    }

    #primary.homepage.cd-2021 .title-full.title-inner {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }



    #primary.page .title-full.title-inner.tit-zone h2{
        position: absolute !important;
    }

}

/* FICHAS COLABORADORES */

#emp-colb .colaboradoras {
    display: block !important;
    width: 100%;
}

#emp-colb .colaboradoras .dos-columnas {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    justify-content: space-between;
}

#emp-colb .colaboradoras .dos-columnas .logos {
    flex: 0 0 46% !important;
    padding: 2%;
    margin: 1%;
    /* box-shadow: 0 0px 10px rgba(0, 0, 0, .15); */
    border: 1px solid #b1b1b1;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* #emp-colb .colaboradoras .dos-columnas .logos img {
    max-height: 130px !important;
    width: auto;
} */

#emp-colb .colaboradoras .dos-columnas .logos img {
    max-width: 200px !important;
    height: auto;
    margin-bottom: 20px;
}

#emp-colb .colaboradoras .dos-columnas .logos .logos-info-nombre {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    #emp-colb .colaboradoras .dos-columnas .logos {
        flex: 0 0 100% !important;
    }

    #primary.page .full__image.cab_espace {
        min-height: 200px !important;
        margin-bottom: 30px;
    }

    .bg-banner-videos  .img-video-360 {
        max-width: 150px;
    }
    .bg-banner-videos .title-entradas {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}