@charset "UTF-8";@media screen and (max-width: 767px) {
    .smallshow {
        display:block!important
    }

    .smallhide {
        display: none!important
    }
}

@media screen and (max-width: 1024px) {
    .medium-downshow {
        display:block!important
    }

    .medium-downhide {
        display: none!important
    }
}

@media screen and (min-width: 768px) {
    .medium-upshow {
        display:block!important
    }

    .medium-uphide {
        display: none!important
    }
}

@media screen and (min-width: 1025px) {
    .large-upshow {
        display:block!important
    }

    .large-uphide {
        display: none!important
    }
}

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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before {
    content: '';
    content: none
}

q:after,q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font-family: Montserrat,HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif!important;
    font-size: 100%;
    font-weight: 400;
    color: #101010;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    letter-spacing: -.5px
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 100%
}

h6 {
    font-size: 13px
}

a,button,li,p,ul {
    font-size: 90%;
    font-weight: 200
}

small.small {
    font-size: 75%!important
}

a {
    text-decoration: none;
    color: #101010
}

a:hover {
    text-decoration: none;
    color: #101010
}

a:focus,a:hover {
    color: initial!important;
    text-decoration: none!important
}

a:focus {
    outline: 0!important
}

.bg-color-black {
    background: #101010
}

.text-color-black {
    color: #101010
}

.bg-color-white {
    background: #fff
}

.text-color-white {
    color: #fff
}

.bg-color-grayLigh {
    background: #ebebeb
}

.text-color-grayLigh {
    color: #ebebeb
}

.bg-color-grayMedium {
    background: #b3b3b3
}

.text-color-grayMedium {
    color: #b3b3b3
}

.bg-color-grayDark {
    background: #5f5f5f
}

.text-color-grayDark {
    color: #5f5f5f
}

.bg-color-red {
    background: #e21737
}

.text-color-red {
    color: #e21737
}

.bg-color-purple {
    background: #8b74ac
}

.text-color-purple {
    color: #8b74ac
}

.bg-color-pink {
    background: #d16186
}

.text-color-pink {
    color: #d16186
}

.bg-color-blue {
    background: #00c2bd
}

.text-color-blue {
    color: #00c2bd
}

.bg-color-bodyColor {
    background: #101010
}

.text-color-bodyColor {
    color: #101010
}

.bg-color-bodyColorOpacity {
    background: rgba(0,0,0,.8)
}

.text-color-bodyColorOpacity {
    color: rgba(0,0,0,.8)
}

.bg-color-lightRed {
    background: #fe6262
}

.text-color-lightRed {
    color: #fe6262
}

.bg-color-lightGreen {
    background: #59a263
}

.text-color-lightGreen {
    color: #59a263
}

.bg-color-colorDisabled {
    background: #101010
}

.text-color-colorDisabled {
    color: #101010
}

.bg-color-colorDisabledBorder {
    background: #101010
}

.text-color-colorDisabledBorder {
    color: #101010
}

.bg-color-colorError {
    background: red
}

.text-color-colorError {
    color: red
}

.bg-color-colorErrorBg {
    background: #101010
}

.text-color-colorErrorBg {
    color: #101010
}

.bg-color-colorSuccess {
    background: #59a263
}

.text-color-colorSuccess {
    color: #59a263
}

.bg-color-colorSuccessBg {
    background: #101010
}

.text-color-colorSuccessBg {
    color: #101010
}

.bg-color-colorBody {
    background: #fff
}

.text-color-colorBody {
    color: #fff
}

@font-face {
    font-family: Trade-Gothic;
    src: url(https://colchonesspring.vtexassets.com/arquivos/TradeGothicLight.woff2.css)
}

::-moz-selection {
    background: #101010;
    color: #fff
}

::selection {
    background: #101010;
    color: #fff
}

::-moz-selection {
    background: #101010;
    color: #fff
}

::-webkit-selection {
    background: #101010;
    color: #fff
}

::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
    opacity: 0
}

::-webkit-scrollbar:horizontal {
    height: 6px;
    width: auto
}

::-webkit-scrollbar-track {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    width: 9px;
    text-align: center
}

::-webkit-scrollbar-thumb {
    background: rgba(16,16,16,.3);
    border-radius: 25px;
    position: absolute;
    top: 0;
    right: 0
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
    float: none
}

.hide {
    display: none
}

.pagError .container-error .svg-img {
    margin-top: 9%;
    padding-top: 5%
}

button.close {
    background: #484142;
    font-weight: 400;
    color: #fff;
    position: relative;
    width: 80px;
    z-index: 3;
    height: 25px;
    border-radius: 1px;
    opacity: 1;
    font-size: 71.42857%;
    top: 24px;
    cursor: pointer
}

button.close:hover {
    background: #484142;
    color: #fff
}

button.close .span {
    position: absolute;
    height: 25px;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%
}

@media all and (max-width: 767px) {
    button.close {
        top:24px;
        right: 0!important;
        -webkit-right: 0!important
    }
}

.close-btn {
    z-index: 100;
    position: absolute;
    top: 61px;
    font-size: 18px;
    font-weight: 700;
    left: 50%;
    margin-left: 148px;
    background: #101010;
    color: #fff;
    border-radius: 12px;
    width: 24px;
    text-align: center;
    transition: all .3s ease
}

.close-btn:hover {
    text-decoration: none;
    background: #fff;
    color: #101010
}

.logo {
    position: relative;
    z-index: 9
}

.logo a:before {
    margin: 0 3.2rem
}

#toTop {
    position: fixed;
    bottom: 60px;
    right: 28px;
    cursor: pointer;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    z-index: 666;
    background: #101010;
    border-radius: 2px;
    box-shadow: 1px 2px 1px rgba(16,16,16,.2)
}

#toTop:before {
    font-family: icofont;
    font-weight: 400;
    text-indent: 0;
    content: "\e931";
    text-align: center;
    position: relative;
    display: block;
    font-size: 100%;
    font-display: swap
}

#ajaxBusy {
    display: none!important
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
    background-color: transparent
}

.header {
    display: block;
    background: #fff;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: -webkit-fill-available;
    display: flex;
    border-bottom: 1px solid #ebebeb;
    flex-direction: column
}

.titulo-envio {
    color: #fff;
    padding: 12px 0 0 0
}

.txt-envio {
    color: #fff;
    padding: 0 0 8px 0;
    font-size: 12px;
    margin-top: -10px
}

.top-bar-envio {
    display: inline-block!important
}

.header .top-bar {
    font-size: 100%;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    background: #ebebeb
}

.header .top-bar .fa {
    margin-right: 3px
}

.header .top-bar>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    background: inherit
}

.header .top-bar>.container ul {
    display: flex;
    width: 100%;
    margin: 0
}

.header .top-bar>.container ul .search-bar {
    margin-right: 10px;
    width: 15%
}

.header .top-bar>.container ul .search-bar a:after {
    content: "BUSCAR";
    position: absolute;
    top: 44%;
    font-size: 87%;
    letter-spacing: .3px;
    font-weight: 500
}

.header .top-bar>.container ul .search-bar a i {
    font-size: 30px;
    font-display: swap
}

.header .top-bar>.container ul li {
    padding: .5rem;
    text-transform: uppercase
}

.header .top-bar>.container ul li a:hover {
    text-decoration: underline;
    color: #2d5377
}

.header .top-bar>.container ul li a span {
    display: flex;
    align-items: center;
    font-size: 80%
}

.header .top-bar>.container ul li a span i {
    font-size: 40px;
    padding: 0 0 0 1rem
}

.header .top-bar>.container .contact-user {
    justify-content: flex-end
}

.header .top-bar .nav-left {
    float: left
}

.header .top-bar .nav-right {
    float: right
}

.header .top-bar:after {
    content: "";
    display: table;
    clear: both;
    float: none
}

.header .top-bar .mobile-logo {
    display: none;
    opacity: 0;
    transition: .4s
}

.header .top-bar .cart-container,.header .top-bar .contact-info,.header .top-bar .search-bar,.header .top-bar .useful-links {
    display: inline-block;
    position: relative
}

.header .head-content {
    clear: both;
    float: none;
    width: fill-available;
    position: relative;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 1rem;
    background-color: #fff;
    transition: background-color .1s ease-in-out
}

.header .logo a {
    display: block;
    color: #e21737;
    font-size: 40px
}

.header .logo a i:last-child {
    color: #5f5f5f;
    display: block;
    text-align: center;
    line-height: .3;
    font-size: 55px
}

.header .logo a:hover {
    text-decoration: none
}

.header .logo img {
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
    display: inline-block
}

.header .logo svg {
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
    display: inline-block
}

.header .search-bar {
    text-align: center;
    position: relative
}

.header .search-bar .busca {
    position: absolute;
    opacity: 0;
    right: 50px;
    top: 0;
    max-width: 0;
    width: 0;
    transition: all .1s;
    overflow: hidden
}

.header .search-bar .busca legend {
    display: none
}

.header .search-bar .busca label {
    display: none
}

.header .search-bar .busca select {
    display: none
}

.header .search-bar .fulltext-search-box {
    width: 100%;
    margin: 0;
    height: 75px;
    border-radius: 0;
    font-size: 100%;
    color: #5f5f5f;
    padding: 0;
    box-shadow: none;
    border: none;
    text-align: left
}

.header .search-bar .btn-buscar {
    position: absolute;
    left: 0;
    top: 25%;
    background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Ik00OTUsNDY2LjJMMzc3LjIsMzQ4LjRjMjkuMi0zNS42LDQ2LjgtODEuMiw0Ni44LTEzMC45QzQyNCwxMDMuNSwzMzEuNSwxMSwyMTcuNSwxMUMxMDMuNCwxMSwxMSwxMDMuNSwxMSwyMTcuNSAgIFMxMDMuNCw0MjQsMjE3LjUsNDI0YzQ5LjcsMCw5NS4yLTE3LjUsMTMwLjgtNDYuN0w0NjYuMSw0OTVjOCw4LDIwLjksOCwyOC45LDBDNTAzLDQ4Ny4xLDUwMyw0NzQuMSw0OTUsNDY2LjJ6IE0yMTcuNSwzODIuOSAgIEMxMjYuMiwzODIuOSw1MiwzMDguNyw1MiwyMTcuNVMxMjYuMiw1MiwyMTcuNSw1MkMzMDguNyw1MiwzODMsMTI2LjMsMzgzLDIxNy41UzMwOC43LDM4Mi45LDIxNy41LDM4Mi45eiIgZmlsbD0iIzAwMDAwMCIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat 12px center;
    background-size: 33px;
    width: 50px;
    height: 40px;
    padding: 0;
    opacity: 1;
    font-size: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin: 0;
    outline: 0
}

.header .search-bar.opened .busca {
    opacity: 1;
    z-index: 100000;
    width: 66vw;
    max-width: 100vw;
    background: rgba(255,255,255,.8);
    box-shadow: 1px 1px 40px rgba(0,0,0,.4);
    padding: 3rem;
    top: -6px
}

.header .search-bar.opened .search-toggle i:before {
    content: "\e92d"
}

.header .search-bar.opened .fulltext-search-box {
    padding-left: 45px;
    padding-right: 45px;
    opacity: 1;
    position: initial
}

.header .utility>ul {
    margin: 0
}

.header .utility>ul .link-user {
    width: 50%
}

.header .utility>ul .link-user a {
    font-size: 11px;
    display: block
}

.header .utility>ul .link-user a i {
    font-size: 24px;
    padding: 0;
    font-display: swap
}

.header .utility>ul .cart-container {
    width: 30%
}

.header .utility>ul>li {
    padding: 0
}

.header .utility>ul>li>a {
    color: #101010;
    display: flex;
    transition: .2s;
    cursor: pointer;
    opacity: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 22px
}

.header .utility>ul>li>a:hover {
    text-decoration: none;
    color: #e21737
}

.header .mobile-menu {
    display: none
}

.header .cart-container {
    text-align: center;
    transition: .5s ease-in-out;
    padding-right: 0!important
}

.header .cart-container .cart-short {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    white-space: nowrap
}

.header .cart-container .cart-short:hover {
    text-decoration: none
}

.header .cart-container .cart-short.clicked {
    text-decoration: none
}

.header .cart-container .amount-items,.header .cart-container .amount-kits,.header .cart-container .title,.header .cart-container .total-cart {
    display: none
}

.header .cart-container .cart-info {
    padding: 0;
    margin: 0
}

.header .cart-container .cart-info strong {
    display: none
}

.header .cart-container .amount-products {
    display: inline-block;
    padding-left: 0
}

.header .cart-container .amount-products-em {
    width: 19px;
    display: inline-block;
    font-size: 17px;
    font-style: normal;
    position: absolute;
    top: -6px
}

.header .cart-container .portal-totalizers-ref {
    display: inline-block;
    text-align: center
}

.header .cart-container.clicked {
    z-index: 3
}

.header .mini-cart {
    position: absolute;
    top: 30px;
    right: -2px;
    z-index: 100;
    width: 500px;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: opacity .5s;
    overflow: hidden
}

.header .mini-cart .portal-minicart-ref {
    overflow: hidden;
    display: block;
    padding: 10px 0;
    background: #fff;
    border-radius: 3px
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-bt {
    width: 20px;
    height: 20px;
    font-size: 25px;
    position: absolute;
    top: 3.3%;
    right: 7px
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-bt:after {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bolder;
    content: "x";
    color: #101010
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center {
    overflow: hidden;
    height: 100%
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap {
    margin-top: 100px;
    max-height: 250px;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 10px
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap .vtexsc-productList {
    width: 100%
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap .vtexsc-productList thead {
    display: none
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap .vtexsc-productList tbody tr {
    border-bottom: 1px solid #e6e6e6
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap .vtexsc-productList tbody tr:last-child {
    border-bottom: none
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap .vtexsc-productList tbody tr .cartSkuQuantity {
    text-align: center
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap .vtexsc-productList tbody tr .cartSkuQuantity .cartSkuQtt {
    width: 32px;
    text-align: center;
    border: none;
    border-radius: 0
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap .vtexsc-productList tbody tr .cartSkuActions {
    text-align: center
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap .vtexsc-productList tbody tr .cartSkuActions .cartSkuRemove {
    width: 50px;
    height: 30px;
    display: inline-block
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap .vtexsc-productList tbody tr .cartSkuActions .cartSkuRemove a {
    text-decoration: none;
    font-size: 0;
    display: block!important
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap .vtexsc-productList tbody tr .cartSkuActions .cartSkuRemove a:before {
    content: "x";
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap .vtexsc-productList tbody tr.empty-cart td {
    text-align: left;
    font-size: 16px
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap .vtexsc-productList tbody td {
    text-align: left;
    padding: 3px;
    vertical-align: middle;
    white-space: normal
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap .vtexsc-productList tbody td h4 {
    font-family: inherit;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    max-width: 270px
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap .vtexsc-productList tbody td h4 a {
    font-size: 100%;
    transition: .2s;
    font-weight: 400
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap .vtexsc-productList tbody td span {
    font-size: 100%;
    transition: .2s;
    font-weight: 400
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap .vtexsc-productList tbody td span a {
    font-size: 100%;
    transition: .2s;
    font-weight: 400
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap .vtexsc-productList tbody td .availability {
    font-size: 0;
    margin: 3px auto;
    font-weight: 700;
    display: none
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap .vtexsc-productList tbody td .availability:before {
    content: "¡Producto no disponible en este momento.!"
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap .vtexsc-productList tbody td.cartSkuName {
    display: table-row-group;
    display: block;
    padding: .4em .3em 0
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap .vtexsc-productList tbody td.cartSkuPrice {
    display: table-row-group;
    display: block;
    padding: .2em .3em 0;
    font-weight: 400
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap .vtexsc-productList tbody td.cartSkuPrice .cartSkuUnitPrice span {
    font-weight: 400
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap .vtexsc-productList tbody td.cartSkuImage a {
    display: block
}

.header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap .vtexsc-productList tbody td.cartSkuImage a img {
    border-radius: 0;
    width: 45px;
    height: auto;
    margin: 2px auto 6px auto
}

.header .mini-cart .portal-minicart-ref .mouseActivated .cartFooter {
    position: absolute;
    bottom: 133px;
    width: 100%;
    background-color: transparent;
    text-align: left;
    text-transform: uppercase;
    margin-top: 5px;
    overflow: hidden
}

.header .mini-cart .portal-minicart-ref .mouseActivated .cartFooter .cartTotal {
    text-align: left;
    display: block;
    font-size: 20px;
    width: 100%;
    padding: 1rem
}

.header .mini-cart .portal-minicart-ref .mouseActivated .cartFooter .cartTotal .vtexsc-totalCart {
    padding-left: 8px;
    font-weight: 400
}

.header .mini-cart .portal-minicart-ref .mouseActivated .cartFooter .cartCheckout {
    display: block;
    background: #e21737;
    border-radius: 3px;
    height: 36px;
    font-size: 27px;
    color: #fff;
    font-weight: 600;
    padding: 0 12px;
    text-align: center
}

.header .mini-cart .portal-minicart-ref .mouseActivated .cartFooter .cartCheckout:after {
    content: "Finalizar Compra »";
    display: inline-block;
    font-size: 12px
}

.header .cart-container.clicked .mini-cart {
    opacity: 1;
    height: auto;
    visibility: visible;
    box-shadow: 1px 1px 2px rgba(16,16,16,.28);
    border-radius: 3px
}

.header .cart-container.clicked .mini-cart .portal-minicart-ref .v2-vtexsc-cart {
    display: block!important;
    min-height: 104px;
    height: 100%!important
}

.header .main-menu {
    width: auto;
    overflow: hidden;
    margin: 0
}

.header .main-menu:hover {
    overflow: visible
}

.header .main-menu .dept-menu {
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center
}

.header .main-menu .dept-menu li {
    padding: 0;
    text-align: center
}

.header .main-menu .dept-menu li>a {
    color: #101010;
    display: block;
    padding: 0 .5rem;
    transition: all .4s;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid transparent;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .header .main-menu .dept-menu li>a {
        font-size:130%
    }
}

.header .main-menu .dept-menu li>a>span {
    z-index: 1;
    position: relative
}

.header .main-menu .dept-menu li>a:hover {
    color: #e31837
}

.header .main-menu .dept-menu li:hover .dropdown {
    opacity: 1;
    z-index: 2;
    max-height: 100vh;
    margin-top: 31px
}

.header .main-menu .dept-menu li:hover .dropdown .container {
    background: inherit
}

@media (min-width: 768px) {
    .header .main-menu .dept-menu li:hover>a a:after,.header .main-menu .dept-menu li:hover>a a:before,.header .main-menu .dept-menu li:hover>a p:after,.header .main-menu .dept-menu li:hover>a p:before {
        width:100%!important
    }
}

.header .main-menu .dept-menu .with-drop a a,.header .main-menu .dept-menu .with-drop a p {
    line-height: 1.8;
    height: 28px
}

.header .main-menu .dept-menu .with-drop a a:before,.header .main-menu .dept-menu .with-drop a p:before {
    transition: all .25s ease-in;
    content: '';
    width: 0;
    border-top: 2px solid #e31837;
    position: absolute;
    bottom: 2px;
    left: 0;
    top: 0
}

.header .main-menu .dept-menu .with-drop a a:after,.header .main-menu .dept-menu .with-drop a p:after {
    transition: all .25s ease-in;
    content: '';
    width: 0;
    border-bottom: 2px solid #e31837;
    position: absolute;
    bottom: 2px;
    left: 0
}

.header .main-menu .dept-menu .with-drop .dropdown {
    background: #f4f4f4;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    position: fixed;
    height: 330px;
    transition: all .3s ease-in-out;
    max-height: 0;
    border-radius: 0 0 4px 4px;
    padding: 0 10px;
    vertical-align: top;
    min-width: 100%;
    left: 0
}

.header .main-menu .dept-menu .with-drop .dropdown .links-wrapper {
    display: flex;
    padding: 16px 0;
    justify-content: center
}

@media all and (max-width: 767px) {
    .header .main-menu .dept-menu .with-drop .dropdown {
        position:relative;
        padding: 0
    }

    .header .main-menu .dept-menu .with-drop .dropdown ul li h2 {
        font-size: 0!important;
        background: 0 0!important;
        width: auto!important;
        height: auto!important;
        margin: 0!important
    }
}

li .drop2 {
    box-shadow: none;
    position: inherit;
    padding-top: 0
}

li .drop2 .drop-wrapper ul {
    display: flex;
    justify-content: center
}

li .drop2 .drop-wrapper ul li a {
    width: 100%;
    transition: 1s
}

li .drop2 .drop-wrapper ul li a:hover {
    color: #000;
    transform: scale(1.1)
}

li .drop2 .drop-wrapper ul li a span.tipo-colchon {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px
}

li .drop2 .drop-wrapper ul li a span {
    font-size: 13px;
    display: block;
    font-weight: 400
}

li .drop2 .drop-wrapper ul li a span:hover {
    border-bottom: 2px solid #000;
    border-top: none;
    color: #000
}

li .drop2 .drop-wrapper ul li a h2 {
    background: #e31837;
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    margin: 70% 0 25%
}

li .drop2 .drop-wrapper ul li a a,li .drop2 .drop-wrapper ul li a p {
    font-size: 16px
}

main#content {
    padding-top: 138px;
    -webkit-padding-top: 138px
}

.link-user {
    position: relative
}

.link-user a {
    display: flex;
    align-items: center;
    font-size: 80%;
    letter-spacing: .3px;
    font-weight: 500
}

.link-user a i {
    font-size: 30px;
    padding: 0 0 0 1rem
}

.link-user:first-child a i {
    font-size: 40px
}

.link-user .user-drop {
    position: absolute;
    background: #101010;
    color: #fff;
    padding: 0 15px 0;
    font-size: 12px;
    right: 0;
    min-width: 120px;
    text-align: right;
    overflow: hidden;
    transition: all .2s ease-in-out;
    max-height: 0;
    opacity: 0
}

.link-user .user-drop a {
    color: inherit;
    cursor: pointer
}

.link-user .user-drop em {
    display: block
}

.link-user .user-drop .ajax-content-loader {
    transform: translateY(20px);
    opacity: 0;
    transition: all .2s ease-in-out .2s
}

.link-user:hover .user-drop {
    opacity: 1;
    padding-top: 10px;
    max-height: 50vh
}

.link-user:hover .user-drop .ajax-content-loader {
    transform: translateY(0);
    opacity: 1
}

.scrollHeader .header .contact-info {
    padding-left: 210px;
    transition: .4s
}

.scrollHeader .header .contact-info li a {
    font-size: .8em
}

.scrollHeader .header .menu-wrapper {
    padding-top: 0
}

.scrollHeader .header .menu-wrapper .logo {
    float: left;
    max-width: 150px;
    margin: 5px auto
}

.scrollHeader .header .menu-wrapper .main-menu {
    width: calc(100% - 150px);
    display: inline-block;
    margin-top: 10px
}

.scrollHeader .header .menu-wrapper .main-menu .dept-menu li>a {
    padding: 0 18px
}

.scrollHeader .menu-overlay {
    top: 115px
}

.breadcrumb ul {
    display: flex
}

.breadcrumb ul li {
    margin-right: 14px
}

.ui-autocomplete.ui-menu {
    padding: 0;
    margin-top: 20px;
    border-radius: 4px;
    margin-left: 83px;
    width: 386px;
    position: fixed!important;
    top: 74px!important;
    box-shadow: rgba(16,16,16,.298039) 1px 2px 3px 1px
}

.ui-autocomplete.ui-menu:before {
    content: "";
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e6e6e6;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -20px;
    left: 10px
}

.ui-autocomplete.ui-menu li {
    font-size: 16px;
    height: 30px;
    overflow: hidden;
    margin: 0;
    background: #fff;
    position: relative;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb
}

.ui-autocomplete.ui-menu li:first-child {
    border-radius: 4px 4px 0 0
}

.ui-autocomplete.ui-menu li:last-child {
    border-radius: 0 0 4px 4px
}

.ui-autocomplete.ui-menu li a {
    padding: 0 10px 0 15px;
    color: #5f5f5f;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    transition: all .5s
}

.ui-autocomplete.ui-menu li a:hover {
    background: #ebebeb;
    color: #5f5f5f
}

.ui-autocomplete.ui-menu li a:hover:before {
    content: "";
    border: 9px solid transparent;
    position: absolute;
    top: 6px;
    left: 0;
    border-left: 7px solid #5f5f5f
}

.ui-autocomplete.ui-menu li a img {
    border-radius: 3px;
    margin-top: -2px;
    margin-right: 5px
}

.ui-autocomplete.ui-menu li a.ui-state-hover {
    background: #ebebeb;
    color: #5f5f5f
}

.ui-autocomplete.ui-menu li a.ui-state-hover:before {
    content: "";
    border: 9px solid transparent;
    position: absolute;
    top: 6px;
    left: 0;
    border-left: 7px solid #5f5f5f
}

.promesas {
    display: block;
    clear: both;
    float: none;
    border-top: 1px solid #f2f2f2;
    background: #fff
}

.promesas ul {
    margin: 0;
    text-align: center
}

.promesas ul li {
    display: inline-block;
    width: 25%;
    padding: 25px 0
}

.promesas ul li .prom {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 0 30px;
    text-align: center;
    min-height: 50px;
    border-right: 1px solid #f2f2f2
}

.promesas ul li .prom:hover {
    text-decoration: none
}

.promesas ul li .prom i {
    display: block;
    width: 40px;
    height: 34px;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 2em
}

.promesas ul li .prom .sub {
    font-size: 100%;
    display: block;
    padding-top: 4px
}

.promesas ul li:last-child .prom {
    border: none
}

.promesas.simple ul li {
    padding: 5px 0
}

.promesas.simple ul li a {
    min-height: 40px
}

.promesas.simple ul li .prom .sub {
    display: none
}

.menu-toggle {
    text-align: center
}

.menu-toggle span:before {
    content: "";
    background: #101010;
    top: -8px
}

.menu-toggle span:after {
    content: "";
    background: #101010;
    display: block;
    bottom: -8px
}

@media (min-width: 1025px) {
    .header .head-content>.container {
        display:flex;
        justify-content: space-between;
        background: inherit;
        margin: 0 auto;
        position: initial;
        width: 100%
    }

    .header .search-bar .fulltext-search-box {
        width: 79%;
        height: 44px;
        border-bottom: 1px solid #101010;
        outline: 0
    }

    .header .search-bar .fulltext-search-box:focus,.header .search-bar .fulltext-search-box:hover {
        border-bottom: 3px solid #000
    }

    .header .search-bar .btn-buscar {
        left: 78px;
        top: 44px
    }

    .header .main-menu,.header .utility {
        display: flex;
        align-items: center
    }
}

@media all and (min-width: 768px) {
    .header .mini-cart {
        width:100%;
        right: -100%;
        height: 100vh;
        transition: all .1s ease-in-out
    }

    .header .mini-cart .portal-minicart-ref {
        width: 500px;
        right: 0;
        position: absolute;
        height: 100%;
        box-shadow: 18px 6px 36px #000
    }

    .header .cart-container.clicked .mini-cart {
        height: 100vh;
        right: 0;
        background: rgba(255,255,255,.5);
        top: 0
    }
}

.solo-mobile {
    display: none!important
}

@media all and (max-width: 1023px) {
    .solo-mobile {
        display:block!important
    }

    .menu-toggle span,.menu-toggle span:after,.menu-toggle span:before {
        background: #101010;
        display: block;
        height: 2px;
        position: relative;
        left: 0;
        width: 25px;
        transition-delay: .2s;
        transition: all .2s ease-in-out,transform .2s linear,top .2s linear
    }

    .header {
        z-index: 100
    }

    .header .head-content {
        height: 75px;
        padding: 0
    }

    .header .head-content .container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        background: inherit;
        margin: 0 auto
    }

    .header .logo {
        z-index: initial
    }

    .header .logo a:before {
        margin: 0
    }

    .header .logo img {
        transform: translateY(3px)
    }

    .header .logo svg {
        transform: translateY(3px)
    }

    .header .logo a {
        font-size: 35px
    }

    .header .logo a i:last-child {
        font-size: 40px
    }

    .header .top-bar {
        display: inherit
    }

    .header .link-user {
        display: inherit
    }

    .header .top-bar>.container .contact-user {
        display: none
    }

    .header .utility {
        float: right;
        width: 30%
    }

    .header .utility>ul {
        display: flex
    }

    .header .utility>ul .contact-user.hide {
        display: flex;
        justify-content: space-around
    }

    .header .utility>ul .contact-user.hide .link-search a {
        font-size: 19px;
        display: flex;
        align-items: center
    }

    .header .utility>ul .contact-user.hide .link-search a:after {
        content: "BUSCAR";
        font-size: 7px
    }

    .header .utility>ul .contact-user.hide .link-user a {
        font-size: 7px;
        display: flex
    }

    .header .utility>ul .contact-user.hide .link-user a i {
        font-size: 19px
    }

    .header .utility>ul>li>a {
        width: 53px
    }

    .header .mobile-menu {
        display: inline-flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        padding: 1rem 0;
        width: 20%;
        margin-right: 20px
    }

    .header .search-bar .busca {
        position: fixed;
        right: 0;
        left: 0;
        top: 54px;
        width: 100%;
        background: rgba(0,0,0,.3)
    }

    .header .search-bar.opened .busca {
        width: 100vw;
        left: 0;
        top: 79px
    }

    .header .cart-container {
        border: none;
        padding-left: 0
    }

    .header .cart-container .cart-short {
        padding: 0
    }

    .header .cart-container .amount-products-em {
        font-size: 12px;
        width: auto
    }

    .header .cart-container.clicked {
        background-color: transparent;
        border: none
    }

    .header .cart-container.clicked .cart-short {
        border-bottom: 1px solid #fff;
        padding: 0 10px
    }

    .header .cart-container.clicked .cart-short:after {
        border-top-color: #101010
    }

    .header .cart-container.clicked .mini-cart {
        right: 0;
        box-shadow: -1px 0 2px rgba(16,16,16,.18);
        border-radius: 0
    }

    .header .mini-cart {
        z-index: 100000;
        position: fixed;
        top: 54px;
        bottom: 0;
        width: calc(100% - 55px);
        right: -100%;
        border-radius: 0;
        transition: .2s;
        height: auto;
        margin-top: 0;
        background: #fff;
        max-width: 300px
    }

    .header .mini-cart .portal-minicart-ref {
        border-radius: 0;
        padding-bottom: 0;
        box-shadow: none;
        background: 0 0
    }

    .header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap .vtexsc-productList tbody tr.empty-cart td {
        font-weight: 300
    }

    .header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap .vtexsc-productList tbody td.cartSkuName {
        width: 150px;
        max-height: 36px;
        overflow: hidden
    }

    .header .mini-cart .portal-minicart-ref .mouseActivated .vtexsc-center .vtexsc-wrap .vtexsc-productList tbody td h4 {
        white-space: normal;
        font-size: 13px
    }

    .header .mini-cart .portal-minicart-ref .mouseActivated .cartFooter {
        height: auto;
        margin-top: 15px
    }

    .header .mini-cart .portal-minicart-ref .mouseActivated .cartFooter .cartTotal {
        display: block;
        width: 100%;
        float: none;
        text-align: center
    }

    .header .mini-cart .portal-minicart-ref .mouseActivated .cartFooter .cartCheckout {
        position: relative;
        width: 100%;
        max-width: 195px;
        margin: 0 auto 16px;
        display: block
    }

    .header .main-menu {
        overflow: hidden;
        background: #fff;
        overflow-y: scroll;
        margin: 0;
        position: fixed;
        float: none;
        left: -100%;
        transition: .2s;
        max-width: 63%;
        min-width: 63%;
        top: 54px;
        bottom: 0;
        z-index: 999999;
        position: fixed;
        box-shadow: 1px 30px 30px rgba(95,95,95,.3)
    }

    .header .main-menu .vtexsc-bt {
        display: none
    }

    .header .main-menu .vtexsc-bt:after {
        color: #101010;
        content: "x"
    }

    .header .main-menu .container {
        width: 100%
    }

    .header .main-menu .info-faq {
        max-width: 100%;
        margin: 0
    }

    .header .main-menu .info-faq .col-xs-6:nth-child(2) {
        padding: 0
    }

    .header .main-menu .dept-menu {
        height: auto;
        width: 100%;
        display: block
    }

    .header .main-menu .dept-menu .with-drop a,.header .main-menu .dept-menu .with-drop p {
        padding-left: 11px
    }

    .header .main-menu .dept-menu .with-drop li .drop2 .drop-wrapper ul {
        display: block
    }

    .header .main-menu .dept-menu li {
        display: block;
        float: none;
        border-bottom: 1px solid #ebebeb
    }

    .header .main-menu .dept-menu li>a {
        margin-bottom: 0;
        border-radius: 0
    }

    .header .main-menu .dept-menu li a {
        position: relative;
        background: 0 0;
        font-size: 16px;
        text-align: left;
        opacity: .8;
        padding: 7px 0;
        margin: 0;
        display: flex;
        align-items: center
    }

    .header .main-menu .dept-menu li a img {
        display: none
    }

    .header .main-menu .dept-menu li a span.tipo-colchon {
        margin-bottom: 0!important;
        margin-right: 10px
    }

    .header .main-menu .dept-menu .is-single li {
        border-bottom: 0;
        padding: 5px
    }

    .header .main-menu .dept-menu .is-single a {
        font-size: .8em!important
    }

    .header .main-menu .dept-menu .is-single a:after {
        content: '';
        display: none
    }

    .header .contact-info {
        padding: 12px 10px;
        text-align: left
    }

    .header .contact-info div {
        line-height: 1.2;
        font-size: .9em;
        color: #ebebeb;
        padding: 5px;
        display: block;
        clear: both;
        float: none
    }

    .header .contact-info .info {
        display: flex;
        padding-left: 10px
    }

    .header .contact-info .info li {
        line-height: 30px;
        text-transform: none;
        text-align: center
    }

    .header .contact-info .info li a {
        color: #b3b3b3;
        font-size: 14px;
        line-height: 1;
        margin-bottom: 5px
    }

    .header .contact-info .info li i {
        display: block;
        font-size: 20px;
        color: #101010;
        margin-bottom: 5px;
        padding: 8px 30px;
        border: 1px solid #ebebeb
    }

    .header .contact-info .info li:nth-child(2) {
        margin-left: -1px
    }

    .header.menu-opened .main-menu {
        overflow-y: scroll;
        opacity: 1;
        height: auto;
        left: 0;
        text-align: left;
        top: 123px
    }

    .header.menu-opened .menu-toggle span {
        background: 0 0
    }

    .header.menu-opened .menu-toggle span:before {
        top: 2px;
        transform-origin: 50% 50%;
        transform: rotate(45deg);
        background: #e21737
    }

    .header.menu-opened .menu-toggle span:after {
        top: 0;
        transform-origin: 50% 50%;
        transform: rotate(-45deg);
        background: #e21737
    }

    .menu-overlay {
        top: 54px;
        background: rgba(255,255,255,.5)
    }

    .overlay-top .menu-overlay {
        top: 0
    }

    #toTop {
        right: 21px;
        width: 35px;
        height: 35px;
        bottom: 120px
    }

    #toTop:before {
        line-height: 33px
    }

    .misc-menu {
        margin: 0;
        padding: 10px
    }

    .misc-menu:after {
        content: "";
        clear: both;
        float: none;
        display: table
    }

    .misc-menu li {
        display: block;
        width: 100%;
        float: left
    }

    .misc-menu li a {
        font-size: 11px;
        padding: 10px 15px 5px 15px;
        display: block;
        text-align: left;
        color: #101010
    }

    .misc-menu li a i {
        width: 20px;
        text-align: center;
        margin-right: 4px;
        display: inline-block
    }

    .promesas ul li {
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #fff
    }

    .promesas ul li .prom {
        border: none
    }

    .promesas ul li .prom i {
        float: left;
        margin-right: 20px
    }

    .promesas ul li:last-child {
        border-bottom: none
    }

    .module-heading {
        margin-bottom: 15px;
        text-align: left
    }

    .ui-autocomplete.ui-menu {
        top: 100px!important;
        width: 100%;
        display: none!important
    }

    .ui-autocomplete.ui-menu:before {
        left: 50%;
        margin-left: -10px
    }

    .mobile-orders {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .mobile-orders h3 {
        color: #101010
    }

    .mobile-orders a {
        display: block
    }

    .menu-overlay {
        display: none;
        top: 176px;
        position: fixed;
        background: rgba(255,255,255,.5);
        width: 100%;
        left: 0;
        height: 100%;
        z-index: 1;
        transition: .4s ease-in-out
    }

    .menu-overlay.show {
        visibility: visible;
        opacity: 1;
        z-index: 2;
        display: block
    }

    main#content {
        padding-top: 138px
    }
}

@media all and (max-width: 640px) {
    .header .menu-wrapper .main-menu {
        max-width:280px
    }

    .misc-menu {
        padding: 10px 0
    }

    .misc-menu li {
        width: auto;
        float: none;
        clear: both;
        width: 100%
    }

    .promesas ul li {
        width: 90%;
        float: none;
        margin: 0 auto
    }

    .promesas ul li .prom {
        border-right: none
    }
}

.header>.social-media {
    display: none
}

@media screen and (min-width: 1025px) {
    .header>.social-media {
        display:block
    }
}

@media screen and (min-width: 1025px) {
    .header .social-media {
        position:relative
    }
}

.header .social-media .media-icon {
    background: #fff;
    padding: .5rem;
    display: flex;
    flex-direction: row;
    justify-content: center
}

@media screen and (min-width: 1025px) {
    .header .social-media .media-icon {
        position:absolute;
        top: 40vh;
        right: 0
    }
}

@media screen and (min-width: 1025px) {
    .header .social-media .media-icon {
        display:flex;
        flex-direction: column;
        box-shadow: 5px 1px 5px #b3b3b3;
        border-radius: .2rem
    }
}

.header .social-media .media-icon a {
    width: 40px;
    height: 40px;
    background: #bebcbb;
    border-radius: 20px;
    border: 1px solid #b3b3b3;
    transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    padding: .5rem!important;
    background-color: transparent;
    margin-bottom: .6rem;
    margin-right: 1rem!important
}

@media screen and (min-width: 768px) {
    .header .social-media .media-icon a {
        margin-right:auto
    }
}

.header .social-media .media-icon a:last-child {
    margin-bottom: 0
}

.header .social-media .media-icon a:hover {
    border-color: #e21737
}

.header .social-media .media-icon a:hover i {
    color: #e21737
}

.header .social-media .media-icon a i {
    font-size: 20px;
    color: #e21737
}

@media screen and (min-width: 1025px) {
    .header .social-media .media-icon a i {
        color:#b3b3b3
    }
}

@media screen and (min-width: 768px) {
    .with-drop .social-media {
        display:none
    }
}

.nav-footer,.seo-footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around
}

.footer,.newsletter-footer,.payment-footer,.poweredby-footer,.seo-footer .seo-column {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

#returnToTop span {
    display: none
}

.ZP-Chat {
    transition: all .2s ease-in;
    position: fixed;
    right: 20px;
    bottom: 69px;
    box-shadow: 1px 2px 3px rgba(0,0,0,.2);
    width: 45px;
    height: 45px;
    background: rgba(85,85,85,.6);
    text-decoration: none;
    border-radius: 50%;
    z-index: 2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff!important
}

.ZP-Chat:before {
    content: "Habla con un asesor";
    font-size: 10px;
    position: absolute;
    top: -60px;
    color: #000;
    background-color: #d3d3d3;
    padding: 9px;
    border-radius: 8px;
    transition: 1s
}

.zopim {
    visibility: visible
}

.openZopim {
    visibility: visible
}

.close {
    opacity: 1
}

.cookies-disclaimer {
    display: none;
    position: fixed;
    z-index: 1;
    bottom: 0;
    padding: 30px 150px;
    background-color: #d3d3d3;
    opacity: .9;
    width: 80%;
    margin: 0 auto;
    border-radius: 12px 12px 0 0
}

.cookies-disclaimer a.mobile,.cookies-disclaimer p.mobile {
    display: none
}

.newsletter-footer {
    color: #fff;
    padding: 1rem;
    background-image: url(https://colchonesspring.vtexassets.com/arquivos/NewsletterBKG.jpg);
    background-size: cover;
    background-position: 50% 50%;
    display: none
}

.info-wrapper a,.info-wrapper p {
    padding: 1rem
}

.newsletter-title {
    display: none
}

.newsletter {
    width: 70%;
    text-align: center
}

fieldset {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

@media screen and (min-width: 768px) {
    fieldset {
        width:80%
    }
}

fieldset a,fieldset p {
    display: none
}

.news-form {
    width: 100%
}

@media screen and (min-width: 768px) {
    .news-form {
        width:90%
    }
}

.newsletter-client-email {
    width: 100%;
    color: #fff;
    background-color: rgba(179,179,179,.7);
    border: none;
    height: 40px;
    text-align: center;
    margin-bottom: 1rem
}

@media screen and (min-width: 768px) {
    .newsletter-client-email {
        width:70%
    }
}

.newsletter-button-ok {
    background: rgba(16,16,16,.2);
    border-radius: 0;
    height: 40px;
    margin: 0;
    border: 2px solid #fff;
    text-transform: uppercase;
    margin-top: -3px;
    margin-top: 0
}

.seo-footer {
    display: none!important
}

.seo-footer {
    padding: 3rem 1rem
}

.seo-footer .slick-dots {
    position: absolute;
    bottom: 20px
}

.seo-footer .seo-column {
    width: 33%;
    padding: 0 2rem
}

.seo-footer .seo-column i {
    font-size: 60px;
    padding: 1rem;
    color: #5f5f5f
}

.seo-footer .seo-column h2 {
    font-weight: 800;
    font-size: 75%;
    padding: 1rem;
    color: #5f5f5f;
    text-align: center!important
}

.seo-footer .seo-column a,.seo-footer .seo-column p {
    padding: 1rem;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    color: #5f5f5f
}

.seo-footer .seo-column .ico {
    width: 110px;
    height: 110px;
    background: #bebcbb;
    border-radius: 55px;
    background-color: #5f5f5f;
    color: #fff;
    font-size: 80px;
    font-display: swap
}

.nav-footer {
    padding: 2rem
}

.nav-footer .contentLocalizador select {
    padding: 0
}

.nav-footer .row-footer {
    width: 20%;
    color: #5f5f5f
}

.nav-footer .row-footer.row-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.nav-footer .row-footer.row-4 .social-media {
    margin-top: 20px
}

.nav-footer .row-footer.row-4 .social-media .media-icon a {
    font-size: 19px;
    color: #fff;
    font-display: swap
}

.nav-footer .row-footer.row-4 .social-media .media-icon a:hover {
    color: #e21737
}

.nav-footer .row-footer.row-4 .social-media .media-icon a i {
    color: #e21737;
    border: 1px solid #e21737!important;
    padding: 9px;
    border-radius: 23px;
    margin-right: 9px;
    font-display: swap
}

.nav-footer .row-footer.row-4 .social-media .media-icon a i:hover {
    border: 1px solid #e21737
}

.nav-footer .row-footer h4 {
    padding: 1rem 0;
    font-weight: 900
}

.nav-footer .row-footer a,.nav-footer .row-footer p {
    margin-top: 14px
}

.nav-footer .row-footer ul li {
    padding: .25rem 0;
    font-size: 20px
}

.nav-footer .row-footer ul li a {
    color: #5f5f5f
}

.nav-footer .row-footer .logo a {
    display: block;
    color: #e21737;
    font-size: 40px;
    text-align: center
}

.nav-footer .row-footer .logo a i:last-child {
    color: #5f5f5f;
    display: block;
    line-height: .3;
    font-size: 55px
}

.nav-footer .row-footer .logo a:hover {
    text-decoration: none
}

.payment-footer {
    padding: 1rem
}

.payment-footer h4 {
    padding: 1rem 0;
    color: #5f5f5f
}

.payment-footer img {
    width: 100%
}

@media screen and (min-width: 768px) {
    .payment-footer img {
        width:initial
    }
}

.row-3a {
    display: none
}

.poweredby-footer {
    padding: 1rem 0;
    color: #5f5f5f
}

.poweredby-footer a,.poweredby-footer p {
    text-align: center;
    padding: 1rem
}

@media screen and (min-width: 768px) {
    .poweredby-footer a,.poweredby-footer p {
        padding:0 1rem;
        display: flex;
        align-items: center
    }
}

.poweredby-footer .footer-bottom {
    font-size: 30px;
    vertical-align: middle
}

@media screen and (min-width: 768px) {
    .poweredby-footer .footer-bottom {
        font-size:35px;
        margin-left: 0
    }
}

@media only screen and (max-width: 600px) {
    .cookies-disclaimer {
        padding:30px 50px
    }

    .cookies-disclaimer a.mobile,.cookies-disclaimer p.mobile {
        display: block
    }

    .cookies-disclaimer a.desktop,.cookies-disclaimer p.desktop {
        display: none
    }

    .product .zopim {
        bottom: 75px!important
    }

    .seo-footer .seo-column {
        width: 100%
    }

    .newsletter .formNewsletter {
        display: flex
    }

    .nav-footer .row-1 {
        order: 2;
        width: 50%;
        border-right: 2px solid #b3b3b3;
        margin-top: 2rem
    }

    .nav-footer .row-2 {
        order: 3;
        width: 50%;
        margin: 2rem 0 0 0;
        padding-left: 10%
    }

    .nav-footer .row-3 {
        order: 4;
        width: 50%;
        margin: 0 50% 0 0
    }

    .nav-footer .row-3 ul li {
        padding: 1rem 1rem 0 0
    }

    .nav-footer .row-3 .tiendas {
        display: inherit
    }

    .nav-footer .row-3 .locator-footer {
        display: none
    }

    .nav-footer .row-3 select {
        width: 80%
    }

    .nav-footer .row-3a {
        display: block;
        order: 4;
        width: 100%;
        text-align: center
    }

    .nav-footer .row-3a h4 {
        padding: 40px 0 0 0
    }

    .nav-footer .row-4 {
        order: 1;
        width: 100%
    }

    .locator-footer {
        width: 100%;
        text-align: center
    }

    .locator-footer form {
        display: block;
        background: #ebebeb
    }

    .locator-footer form select {
        display: block;
        background: #fff;
        width: 100%;
        margin-top: 1rem
    }

    .row-footer h4 {
        font-weight: 600!important;
        font-size: 75%!important
    }

    .nav-footer .row-footer ul li {
        font-size: 15px
    }
}

.vtexIdUI,.vtexIdUI-show-app {
    border-color: #fff!important;
    box-shadow: none!important;
    background: #fff!important
}

.vtexIdUI *,.vtexIdUI .muted {
    color: #555759!important
}

.vtexId-modal-app {
    border: none!important;
    box-shadow: none!important
}

.vtexIdUI .vtexIdUI-heading {
    color: #555759!important
}

.vtexIdUI .modal-header .close {
    color: #fff!important;
    display: block!important;
    background: #da573b!important
}

.vtex-modal-backdrop {
    background-color: #262626!important
}

.vtexIdUI .modal-header {
    background: #fff!important;
    color: #555759!important;
    text-align: center!important;
    border-bottom-width: 0!important
}

.vtexIdUI .vtexId-link,.vtexIdUI a {
    color: #555759!important
}

.vtexIdUI #classicLoginBtn,.vtexIdUI #confirmLoginAccessKeyBtn,.vtexIdUI #sendAccessKeyBtn {
    background: #555759!important;
    color: #fff!important;
    box-shadow: none!important;
    text-shadow: none!important;
    border-radius: 4px;
    margin-right: 20px;
    padding: 7px 15px;
    margin-top: 10px
}

.vtexIdUI-loading {
    background: #fff!important
}

.vtexIdUI .modal-body {
    padding-top: 25px!important;
    color: #555759!important;
    background: #fff!important
}

.vtexIdUI .modal-footer a {
    color: #555759!important;
    text-shadow: none!important
}

.vtexIdUI .btn-block {
    border-radius: 2px!important;
    border: none!important;
    height: 40px!important;
    text-shadow: none!important;
    box-shadow: none!important;
    text-transform: uppercase!important
}

.vtexIdUI .btn-success {
    background: #ed1e4a!important
}

.vtexIdUI .btn-success:hover {
    opacity: .8!important;
    background: #ed1e4a!important
}

.vtexIdUI .vtexIdUI-send-email span {
    font-size: 15px!important;
    color: #fff!important
}

.vtexIdUI #vtexIdUI-google-plus {
    background: #da573b!important
}

.vtexIdUI #vtexIdUI-google-plus:hover {
    background: #da573b!important;
    opacity: .9!important
}

.vtexIdUI #vtexIdUI-facebook {
    background: #4568ad!important;
    border: none!important;
    box-shadow: none!important
}

.vtexIdUI #vtexIdUI-facebook:hover {
    background: #4568ad!important;
    opacity: .9
}

.vtexIdUI #loginWithUserAndPasswordBtn {
    background: #ed1e4a!important
}

.vtexIdUI #loginWithUserAndPasswordBtn:hover {
    background: #ed1e4a!important;
    opacity: .9!important
}

.vtexIdUI .btn-block span {
    color: #fff!important
}

.vtexIdUI .vtexIdUI-auth-code input {
    font-size: 30px!important;
    height: 45px!important;
    margin-top: 15px!important;
    border-radius: 3px!important;
    padding: 0 10px!important;
    line-height: 1!important;
    text-align: center!important;
    margin-bottom: 2px!important
}

.vtexIdUI input[type=email]:focus,.vtexIdUI input[type=password]:focus,.vtexIdUI input[type=text]:focus {
    background: #fff!important;
    color: #555759!important
}

.vtexIdUI .vtexid-icon-lock.bottom-icon {
    box-shadow: none!important;
    text-shadow: none!important;
    right: 0;
    bottom: 5px!important;
    color: #555759!important;
    font-weight: 400!important;
    background: #fff!important
}

.vtexIdUI .modal-footer {
    background: 0 0!important;
    border: none!important;
    box-shadow: none!important
}

.vtexIdUI #confirmLoginAccessKeyBtn {
    background: #ffafbe!important;
    text-shadow: none!important;
    border-radius: 2px!important
}

.vtexIdUI .btn.active,.vtexIdUI .btn.disabled,.vtexIdUI .btn:active,.vtexIdUI .btn:focus,.vtexIdUI .btn:hover,.vtexIdUI .btn[disabled] {
    background: #ed1e4a!important;
    color: #fff!important
}

.vtexIdUI input {
    color: #555759!important
}

.pv9-l {
    padding-top: 6rem
}

@media screen and (min-width: 64em) {
    .pv9-l {
        padding-top:13rem
    }
}

.c-action-primary,.c-link {
    color: #ed1e4a
}

.b--action-primary {
    border-color: #ed1e4a
}

.bg-action-primary {
    background-color: #ed1e4a
}

#account-content svg {
    fill: #ed1e4a
}

.bg-action-primary {
    color: #ed1e4a
}

.bg-action-primary:hover,.myo-details-btn,.myo-details-btn:hover {
    background-color: #ed1e4a;
    border-color: #ed1e4a;
    color: #fff
}

.vtex-button.b--danger,.vtex-profile-form__toggle-business-btn__wrapper button {
    background: 0 0;
    border-color: #ed1e4a;
    color: #ed1e4a
}

.bw1,.vtex-account__menu-links,.w-60-ns {
    background-color: #fff
}

.staticContent .container .contentStatic {
    padding-top: 135px!important
}

.staticContent .container .contentStatic .boxContent .content a,.staticContent .container .contentStatic .boxContent .content h2,.staticContent .container .contentStatic .boxContent .content p {
    color: #8a8787
}

.staticContent .container .contentStatic .boxContent .content .accordian ul li h3 {
    color: #8a8787
}

@media screen and (max-width: 767px) {
    .staticContent .container .contentStatic {
        padding-top:70px!important
    }

    .staticContent .container .contentStatic .boxContent .menuLeft {
        flex-basis: 100%!important;
        -ms-flex: 100%!important
    }

    .staticContent .container .contentStatic .boxContent .menuLeft ul li {
        width: 100%!important;
        border-radius: 10px!important;
        border-right: 1px solid #ccc!important
    }

    .staticContent .container .contentStatic .boxContent .content {
        flex-basis: 100%!important;
        -ms-flex: 100%!important;
        margin-top: 12px
    }
}

.contenedor {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: inherit
}

.tabordion .section-triggers {
    width: 20%
}

.tabordion section {
    display: flex;
    width: 100%;
    left: 0
}

.tabordion section input[name=sections] {
    left: -9999px;
    position: absolute;
    top: -9999px
}

.tabordion section input[name=sections]:checked~article {
    display: block
}

.tabordion section label {
    color: #555;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 14px;
    position: relative;
    width: 100%;
    line-height: 21px
}

.tabordion section .active {
    color: #fff;
    background-color: #ed1e4a
}

.tabordion section article {
    display: none;
    left: 0;
    width: 100%;
    padding: 1em;
    position: relative;
    top: 0
}

.tabordion section article a,.tabordion section article p {
    margin-bottom: 1em
}

.tabordion section article:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    display: block;
    left: -229px;
    position: absolute;
    top: 0;
    width: 220px;
    z-index: 1
}

.tabordion section article .tab a,.tabordion section article .tab p {
    margin-bottom: 0
}

.tabordion section a,.tabordion section p {
    line-height: 20px
}

.tabordion section ul li span {
    line-height: 20px
}

.tabordion h5 {
    margin-bottom: 20px;
    margin-top: 8px
}

.tabordion h3 {
    margin-top: 13px;
    margin-bottom: 13px;
    font-size: 16px
}

.tabordion input[name=sections]:checked~article:after {
    clear: both;
    content: "";
    display: table
}

.tabordion input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.tabordion input:checked+.tab-label::after {
    transform: rotate(90deg)
}

.tabordion input:checked~.tab-content {
    max-height: 220vh;
    padding: 1em
}

@media all and (min-width: 768px) {
    .tabordion {
        width:80%
    }

    .tabordion section {
        justify-content: space-between
    }

    .tabordion section label {
        padding: 1em 2.5%;
        width: 20%;
        position: absolute
    }

    .tabordion section .title-tab {
        padding: .2em 2.5%
    }

    .tabordion section article {
        width: 70%
    }

    .tabordion section:nth-child(2) label {
        top: 250px
    }

    .tabordion section:nth-child(3) label {
        top: 310px
    }

    .tabordion section:nth-child(4) label {
        top: 350px
    }
}

@media (max-width: 533px) {
    .tabordion {
        width:100%
    }

    .tabordion .section-triggers {
        display: none
    }

    .tabordion section {
        width: 94%
    }

    .tabordion section label {
        font-size: .8em;
        width: 160px;
        padding: 1em 4.5%;
        width: 81%;
        position: absolute;
        top: 25%;
        font-size: 11px;
        line-height: 12px
    }

    .tabordion section article {
        margin-left: 0;
        width: 100%;
        margin-top: 190px
    }

    .tabordion section article:after {
        background-color: #ccc;
        bottom: 0;
        content: "";
        display: block;
        left: -199px;
        position: absolute;
        top: 0;
        width: 200px
    }

    .tabordion section:nth-child(2) label {
        top: 30%
    }

    .tabordion section:nth-child(3) label {
        top: 35%
    }

    .tabordion section:nth-child(4) label {
        top: 40%
    }

    .tabordion h5 {
        font-size: 13px
    }

    .tabordion article a,.tabordion article p {
        font-size: 11px
    }

    .title-list-terms {
        font-size: 12px
    }

    .tab {
        width: 88%
    }
}

.tab {
    width: 100%;
    color: #fff;
    overflow: hidden;
    border-bottom: 1px #b5b5b5 solid
}

.tab label {
    position: unset!important
}

.tabs {
    overflow: hidden
}

.tabs .tab-label {
    width: 100%;
    font-weight: 600
}

.tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    cursor: pointer
}

.tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    float: right;
    transition: all .35s
}

.tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: #fff;
    transition: all .35s
}

.tab-content h4 {
    margin-top: 12px;
    margin-bottom: 12px
}

.tab-content ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: circle;
    margin-left: 15px
}

.tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: .75em;
    background: #2c3e50;
    cursor: pointer
}

.tab-close:hover {
    background: #1a252f
}

.title-list-terms {
    margin-bottom: 16px
}

.clearfix {
    clear: both
}

.pstrong {
    margin-top: 10px;
    font-weight: 700!important;
    margin-bottom: 4px
}

.banner-top-product {
    width: 100%
}

.banner-top-product img {
    width: 100%
}

.slick-track .item .product-vitrine-old {
    background: #fff;
    border: 1px solid #f4f4f4;
    margin: 3%;
    padding: 4%;
    transition: transform .5s
}

.slick-track .item .product-vitrine-old:hover {
    transform: scale(1.02);
    box-shadow: 1px 1px 17px -10px rgba(0,0,0,.75)
}

.slick-track .item .product-vitrine-old .product-name {
    text-align: center;
    height: 40px;
    margin: 7% 0
}

.slick-track .item .product-vitrine-old .product-name a h3 {
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0;
    font-weight: 700;
    font-size: 19px
}

.slick-track .item .product-vitrine-old .productImage {
    position: relative
}

.slick-track .item .product-vitrine-old .productInfo {
    margin-top: 0
}

.slick-track .item .product-vitrine-old .productInfo .prices {
    text-align: center;
    height: 35px;
    margin: 5% 0;
    font-weight: 400;
    padding: 0
}

.slick-track .item .product-vitrine-old .productInfo .prices .productList {
    text-decoration: line-through;
    font-size: .8rem;
    display: block;
    color: gray
}

.slick-track .item .product-vitrine-old .productInfo .prices .bestPrice,.slick-track .item .product-vitrine-old .productInfo .prices .uniquePrice {
    font-size: 1.2rem;
    color: gray;
    font-weight: 700
}

.slick-track .item .product-vitrine-old .productInfo .descrip-producto {
    color: gray;
    font-size: 19px;
    height: 100px;
    text-transform: lowercase;
    display: none
}

.slick-track .item .product-vitrine-old .productInfo .btnAgregar {
    display: flex;
    padding: 0;
    margin-top: 45px;
    flex-direction: row
}

.slick-track .item .product-vitrine-old .productInfo .btnAgregar .add-cart {
    width: 60%;
    margin: 0 2%;
    padding: 12px 0;
    background: 0 0;
    border: 2px solid transparent;
    text-align: center;
    transition: all ease-in-out .2s
}

.slick-track .item .product-vitrine-old .productInfo .btnAgregar .add-cart:hover {
    background-color: #fff
}

.slick-track .item .product-vitrine-old .productInfo .btnAgregar .add-cart a {
    color: #fff;
    text-transform: uppercase;
    font-size: 0;
    padding: 25px 13px 13px 13px;
    -webkit-padding: 25px 13px 13px 13px;
    position: inherit;
    width: 90%;
    background-color: #e31837
}

.slick-track .item .product-vitrine-old .productInfo .btnAgregar .add-cart a:hover {
    color: #e31837;
    background-color: #fff;
    border: solid 2px #e31837
}

.slick-track .item .product-vitrine-old .productInfo .btnAgregar .add-cart a:before {
    content: "Agregar al Carrito";
    font-size: 11px
}

.slick-track .item .product-vitrine-old .productInfo .btnAgregar .ver-mas {
    width: 40%;
    padding: 0;
    margin: 0;
    background: 0 0
}

.slick-track .item .product-vitrine-old .productInfo .btnAgregar .ver-mas a {
    display: flex;
    -webkit-box-justify-content: center;
    -moz-box-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: #3d3d3d;
    border: 2px solid #3d3d3d;
    padding: 12% 0;
    transition: all ease-in-out .2s
}

.slick-track .item .product-vitrine-old .productInfo .btnAgregar .ver-mas a:hover {
    color: #3d3d3d;
    background: #fff
}

@media only screen and (max-width: 600px) {
    .slick-track .item .product-vitrine-old .product-name a h3 {
        font-size:12px
    }

    .slick-track .item .product-vitrine-old .productInfo {
        margin-top: 140px
    }

    .slick-track .item .product-vitrine-old .productInfo .btnAgregar .add-cart {
        padding: 6px 0
    }

    .slick-track .item .product-vitrine-old .productInfo .btnAgregar .add-cart a {
        -webkit-padding: 20px 13px 10px 13px;
        padding: 20px 13px 10px 13px!important
    }

    .slick-track .item .product-vitrine-old .productInfo .btnAgregar .add-cart a::before {
        font-size: 9px
    }

    .slick-track .item .product-vitrine-old .productInfo .btnAgregar .ver-mas {
        width: 30%
    }

    .slick-track .item .product-vitrine-old .productInfo .btnAgregar .ver-mas a {
        font-size: 10px
    }

    .slick-track .item .product-vitrine-old .productInfo .prices .bestPrice,.slick-track .item .product-vitrine-old .productInfo .prices .uniquePrice {
        font-size: 1rem
    }

    .slick-track .item .product-vitrine-old .productInfo .descrip-producto {
        font-size: 12px;
        height: auto
    }
}

@media only screen and (min-width: 1400px) {
    .slick-track .item .product-vitrine-old .productInfo {
        margin-top:90px
    }

    .slick-track .item .product-vitrine-old .productInfo .btnAgregar .ver-mas a {
        padding: 9% 0
    }
}

.blogSpring #content .page-content .container {
    width: auto;
    padding: 0
}

.blogSpring #content .page-content .container .banner {
    position: relative;
    margin-bottom: 50px
}

.blogSpring #content .page-content .container .banner img {
    width: 100%
}

.blogSpring #content .page-content .container .content-container {
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 60px;
    color: #5d5b5b;
    padding: 0 15px;
    margin-bottom: 90px
}

.blogSpring #content .page-content .container .content-container .item-img-1 {
    background-image: url(https://colchonesspring.vtexassets.com/arquivos/BlogNov10_EntradaDestacada-Resortes.png);
    background-size: cover;
    padding: 65px;
    margin-right: 6px;
    width: 49%;
    height: 394px
}

.blogSpring #content .page-content .container .content-container .item-img-1 .text {
    padding: 73px
}

.blogSpring #content .page-content .container .content-container .item-img-2 {
    background-image: url(https://colchonesspring.vtexassets.com/arquivos/BlogNov10_EntradaBlog-Pets.png);
    background-size: cover;
    margin-bottom: 10px;
    width: 49%
}

.blogSpring #content .page-content .container .content-container .item-img-3 {
    background-image: url(https://colchonesspring.vtexassets.com/arquivos/BlogNov10_EntradaBlog-Bebes.png);
    background-size: cover;
    margin-left: 6px
}

.blogSpring #content .page-content .container .content-container .item-img-4 {
    background-image: url(https://colchonesspring.vtexassets.com/arquivos/BlogNov10_EntradaBlog-Pillow.png);
    background-size: cover;
    width: 49%;
    margin-right: 6px
}

.blogSpring #content .page-content .container .content-container .item-img-5 {
    background-image: url(https://colchonesspring.vtexassets.com/arquivos/BlogNov10_EntradaBlog-Firmeza.png);
    background-size: cover
}

.blogSpring #content .page-content .container .content-container .text {
    text-align: center;
    background-color: #000;
    opacity: .3;
    margin: 30px;
    padding: 36px
}

.blogSpring #content .page-content .container .content-container .text a {
    color: #fff
}

.blogSpring #content .page-content .container .entrada .img {
    text-align: center
}

.blogSpring #content .page-content .container .entrada .info {
    text-align: left;
    padding: 0 258px;
    color: #a5a5a5;
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 1.2rem
}

.blogSpring #content .page-content .container .entrada .info h3 {
    font-weight: 600
}

.blogSpring #content .page-content .container .entrada .info a,.blogSpring #content .page-content .container .entrada .info p {
    margin-top: 15px;
    font-weight: 100;
    margin-bottom: 15px
}

.blogSpring #content .page-content .container .entrada .info .btn {
    background-color: #a5a5a4;
    border: solid #a5a5a5;
    color: #fff;
    position: inherit
}

.entrada-3 #content .page-content .container {
    width: auto;
    padding: 0
}

.entrada-3 #content .page-content .container .banner img {
    width: 100%
}

.entrada-3 #content .page-content .container .content-container {
    padding: 0 147px;
    padding-bottom: 40px
}

.entrada-3 #content .page-content .container .content-container .articulo img {
    width: 100%
}

.entrada-3 #content .page-content .container .content-container .articulo h1 {
    text-align: center;
    color: #6d6a6a
}

.entrada-3 #content .page-content .container .content-container .articulo a,.entrada-3 #content .page-content .container .content-container .articulo p {
    margin: 20px 0;
    color: #a5a5a5
}

.entrada-3 #content .page-content .container .content-container .articulo .botones {
    display: flex;
    justify-content: space-between
}

.entrada-3 #content .page-content .container .content-container .articulo .botones a {
    font-weight: 700;
    color: #a5a5a5
}

.entrada-3 #content .page-content .container .content-container .articulo .botones .next {
    color: #e21737
}

.entrada-3 #content .page-content .container .content-container .entradas {
    text-align: center;
    margin-top: 200px
}

.entrada-3 #content .page-content .container .content-container .entradas h2 {
    margin-bottom: 20px
}

.entrada-3 #content .page-content .container .content-container .entradas .item-img-1 {
    background-image: url(https://colchonesspring.vtexassets.com/arquivos/BlogNov10_EntradaBlog-Pets.png)
}

.entrada-3 #content .page-content .container .content-container .entradas .item-img-2 {
    background-image: url(https://colchonesspring.vtexassets.com/arquivos/BlogNov10_EntradaBlog-Bebes.png)
}

.entrada-3 #content .page-content .container .content-container .entradas .item-img-3 {
    background-image: url(https://colchonesspring.vtexassets.com/arquivos/BlogNov10_EntradaBlog-Pillow.png)
}

.entrada-3 #content .page-content .container .content-container .entradas .item-img-4 {
    background-image: url(https://colchonesspring.vtexassets.com/arquivos/BlogNov10_EntradaDestacada-Resortes.png)
}

.entrada-3 #content .page-content .container .content-container .entradas .item {
    padding: 30px;
    margin-bottom: 15px
}

.entrada-3 #content .page-content .container .content-container .entradas .item .text {
    background-color: #000;
    opacity: .3;
    padding: 40px
}

.entrada-3 #content .page-content .container .content-container .entradas .item .text a {
    color: #fff
}

.entrada-3 #content .page-content .container .content-container .entradas .item .text a h3 {
    margin-bottom: 13px
}

@media only screen and (max-width: 768px) {
    .blogSpring #content .page-content .container .content-container .item-img-1,.blogSpring #content .page-content .container .content-container .item-img-2,.blogSpring #content .page-content .container .content-container .item-img-3,.blogSpring #content .page-content .container .content-container .item-img-4,.blogSpring #content .page-content .container .content-container .item-img-5 {
        padding:16px;
        width: 100%;
        margin: 0;
        margin-bottom: 13px;
        height: auto
    }

    .blogSpring #content .page-content .container .content-container .item-img-1 .text,.blogSpring #content .page-content .container .content-container .item-img-2 .text,.blogSpring #content .page-content .container .content-container .item-img-3 .text,.blogSpring #content .page-content .container .content-container .item-img-4 .text,.blogSpring #content .page-content .container .content-container .item-img-5 .text {
        padding: 30px
    }

    .blogSpring #content .page-content .container .entrada .img img {
        width: 100%
    }

    .blogSpring #content .page-content .container .entrada .info {
        display: block;
        padding: 0 20px
    }

    .entrada-3 #content .page-content .container .content-container {
        padding: 0 30px
    }

    .entrada-3 #content .page-content .container .content-container .entradas {
        margin-top: 70px
    }
}

.sale {
    box-sizing: border-box;
    display: block!important;
    position: fixed;
    left: -108px;
    bottom: 46%;
    transform: rotate(-90deg);
    z-index: 10
}

@media screen and (max-width: 768px) {
    .sale {
        left:0;
        right: 0;
        bottom: 0;
        transform: rotate(0)
    }
}

.link-logo:hover {
    color: #e21737!important
}

.link-logo:active {
    color: #e21737!important
}

.link-logo:focus {
    color: #e21737!important
}

.sale--sticky__link {
    background-color: #ff1135;
    color: #fff;
    display: block;
    height: 58px;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    padding: 20px 50px;
    text-align: center;
    transition: all .2s ease-in-out
}

@media screen and (max-width: 768px) {
    .sale--sticky__link {
        padding:10px 0;
        height: auto
    }
}

.sale--sticky__link:before {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 29px 16px 29px 0;
    right: 0
}

@media screen and (max-width: 768px) {
    .sale--sticky__link:before {
        margin-right:10px;
        left: 0
    }
}

.sale--sticky__link:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 29px 0 29px 16px;
    left: 0
}

@media screen and (max-width: 768px) {
    .sale--sticky__link:after {
        margin-left:10px;
        right: 0
    }
}

.sale--sticky__link:after,.sale--sticky__link:before {
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    top: 0;
    width: 0
}

@media screen and (max-width: 768px) {
    .sale--sticky__link:after,.sale--sticky__link:before {
        background-color:#fff;
        border: none;
        border-radius: 50%;
        display: inline-block;
        height: 8px;
        position: relative;
        width: 8px
    }
}

.mobile-pop {
    display: none
}

@media (max-width: 768px) {
    .mobile-pop {
        display:inherit!important
    }

    .desktop-pop {
        display: none!important
    }
}

@media (max-device-width: 768px) {
    .mobile-pop {
        display:inherit!important
    }

    .desktop-pop {
        display: none!important
    }
}

.sale--sticky__link:hover {
    background-color: rgba(255,17,53,.9);
    color: #fff
}
