.cajaBanner {
    padding: 5% 2% 5% 5%;
    background: black;
}

.columnaBanner {
    box-sizing: border-box;
    -mox-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 49.8%;
}

.columnaBanner:first-child {
    padding-right: 50px;
}

.columnaBanner:last-child {
    padding-left: 50px;
}

.columnaBanner p {
    font-size: 40px;
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    line-height: 1.2em;
    margin: 20px 0 0;
    color: white;
}

.columnaBanner p span {
    display: block;
    font-size: 28px;
    margin: 20px 0 0;
    line-height: 1.2em;
}

.logoBuen {
    width: 190px;
    height: 215px;
    background: url(/medios-plazavip/swift/v1/claroshop/landings/hotsale/imagenes/hot_sale_mexico_logo_2020.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
}

#contador {
    background: #fff;
    width: 470px;
    text-align: center;
    -webkit-box-shadow: 0px 3px 9px 0px rgba(139, 139, 139, 0.68);
    -moz-box-shadow: 0px 3px 9px 0px rgba(139, 139, 139, 0.68);
    box-shadow: 0px 3px 9px 0px rgba(139, 139, 139, 0.68);
}

#contador h5 {
    font-size: 20px;
    padding: 15px 10px;
}

#contador ul {
    padding: 15px 10px;
}

#contador #ulConteo {
    background: #F4F4F4;
    padding: 10px 55px;
    width: 450px;
    margin-left: -40px;
}

#contador ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    width: calc(95% / 4);
}

#ulConteo li {
    font-size: 60px;
}

#cajaNews {
    display: flex;
    flex-direction: row;
    padding: 65px 15px;
    background: rgba(255, 71, 80, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 71, 80, 1) 0%, rgba(227, 6, 19, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 71, 80, 1)), color-stop(100%, rgba(227, 6, 19, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 71, 80, 1) 0%, rgba(227, 6, 19, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 71, 80, 1) 0%, rgba(227, 6, 19, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 71, 80, 1) 0%, rgba(227, 6, 19, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 71, 80, 1) 0%, rgba(227, 6, 19, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff4750', endColorstr='#e30613', GradientType=1);
}

#cajaNews>div {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    width: 42.5%;
    text-align: right;
    padding-right: 6%;
}

#cajaNews div h4 {
    font-size: 24px !important;
    color: #fff;
    margin: 0;
    line-height: 32px;
    padding: 0 !important;
}

#cajaNews div h2 {
    font-size: 34px;
    color: #fff;
}

#cajaNews div h2:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    background: url(https://www.claroshop.com/medios-plazavip/swift/v1/claroshop/claroshop/landings/BuenFin2018/mail.svg) no-repeat center;
    background: url(https://www.claroshop.com/medios-plazavip/swift/v1/claroshop/claroshop/landings/BuenFin2018/mail.svg) no-repeat center;
}

#cajaNews form {
    display: flex;
    flex-direction: row;
    width: 49.5%;
    max-height: 50px;
}

#emailbuenfin2020,
#btnSend,
#btnVolver {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    border: none;
    outline: none;
    font-size: 20px;
    text-align: center;
    padding: 12px;
    min-width: 180px;
}

#emailbuenfin2020 {
    color: #333;
    width: 60%;
}

#btnSend {
    background: #333333;
    color: #fff;
    width: 30%;
    margin-left: 20px;
    cursor: pointer;
    display: inline-block;
}

#emailbuenfin2020::placeholder {
    color: #787878;
}

.container_seo {
    width: 85%;
    margin: auto;
    padding-bottom: 1em;
}

.container_seo h3 {
    color: #555;
    text-decoration: none;
    font-size: 20px;
    margin-top: 2em;
    font-weight: 700;
}

.container_seo p {
    color: #000;
    font-size: 1em;
    margin-top: 1em;
    line-height: 2em;
    text-align: justify;
}

.container_seo a {
    color: #EF3829;
    text-decoration: none;
}

.container_seo a:hover {
    color: #EF3829;
    text-decoration: underline;
}

.inputError {
    border: 1px solid#000;
}

#msjError {
    font-size: 14px;
    color: #fff;
    position: absolute;
    display: none;
    margin: 10px 0 0;
}

.conProductos {
    width: 100% !important;
}

.contWhy {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contWhy img {
    width: 100%;
    max-width: calc(33.3% - 10px);
    object-fit: scale-down;
}

.seo a {
    color: #EF3829;
    text-decoration: underline;
    display: inline-block;
    font-size: 0.95rem;
    margin: 0 5px;
}

.seo dl {
    color: #333;
}

.seo dt {
    margin-top: 20px;
    font-weight: 500;
}

.seo dt:before {
    content: "\002022";
    margin-rigth: 10px;
}

.seo dd {
    font-weight: 300;
    line-height: 1.3;
    margin-left: 20px;
}

.seo h2 {
    font-weight: 500;
    font-size: 45px;
    color: black;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 20px;
    margin: 0;
    box-sizing: border-box;
}

.seo h2:before {
    position: absolute;
    content: " ";
    width: 300px;
    height: 6px;
    border-radius: 3px;
    background: #EF3829;
    bottom: 0px;
    left: 50%;
    margin-left: -150px;
}

.seo h2 span {
    color: #EF3829;
}

.seo p {
    max-width: 700px;
    text-align: center;
}

.contComoComprar {
    max-width: 1340px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 0 50px;
}

.contComoComprar .steps {
    width: calc(33.3% - 10px);
    cursor: default;
}

.contComoComprar .steps img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
    margin: auto;
}

.contComoComprar .steps h3 {
    width: 100%;
    text-align: center;
    margin: -60px auto 10px;
    font-size: 28px;
}

.contComoComprar .steps p {
    width: 80%;
    text-align: center;
    font-size: 20px;
    margin: auto;
}

.contComoComprar .steps p a {
    font-size: 1rem;
}

.contComoComprar .steps {
    width: calc(33.3% - 10px);
    cursor: default;
}

.contComoComprar .steps img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
    margin: auto;
}

.contComoComprar .steps h3 {
    width: 100%;
    text-align: center;
    margin: -60px auto 10px;
    font-size: 28px;
}

.contComoComprar .steps p {
    width: 80%;
    text-align: center;
    font-size: 20px;
    margin: auto;
}

.contComoComprar .steps p a {
    font-size: 1rem;
}

#slideCategorias {
    display: block;
    overflow: hidden;
}

#slideCategorias a {
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    width: 170px;
    height: auto;
    float: left;
    font-size: 14px;
    text-align: center;
}

#slideCategorias p {
    color: #666;
    padding: 15px 0 0;
    height: 45px;
}

#slideCategorias a div {
    position: absolute;
    top: 35%;
    left: 55%;
}

#slideCategorias a div:before {
    color: #666;
    font-size: 40px;
}

#slideCategorias span {
    display: block;
    width: 100px;
    height: 100px;
    margin: 10px auto;
    border-radius: 50%;
    background: #f2f2f2;
    position: relative;
}

.contMarcas {
    max-width: 1340px;
    margin: 10px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
}

.contMarcas a {
    width: calc(14.28% - 10px);
}

.contMarcas a img {
    width: 100%;
    height: 80px;
    object-fit: scale-down;
}

.contMarcas+.verMas {
    color: #EF3829;
    text-decoration: underline;
    display: block;
    font-size: 0.95rem;
    margin: 0 5px;
    margin: auto;
    width: 100px;
    opacity: 0;
}

#slideMarcas a {
    position: relative;
    width: calc(50% - 7px);
    background: #fff;
    margin-bottom: 10px;
}

#slideMarcas a {
    position: relative;
    width: 150px;
    height: 150px;
    background: #fff;
    display: table;
    float: left;
    border: 1px solid #ddd;
    margin: 10px;
}

#slideMarcas a:after {
    content: "";
    display: table;
    clear: both;
}

#slideMarcas a img {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    display: block;
}

#slideMarcas {
    overflow: auto;
    width: 90%;
    margin: auto;
}

#slideMarcas a {
    position: relative;
    width: calc(50% - 7px);
    background: #fff;
    margin-bottom: 10px;
}

#slideMarcas a {
    position: relative;
    width: 100px;
    height: 100px;
    background: #fff;
    display: table;
    float: left;
    border: 1px solid #ddd;
    margin: 10px;
}

#slideMarcas a:after {
    content: "";
    display: table;
    clear: both;
}

#slideMarcas a img {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    display: block;
}

.slick-list {
    width: 90%;
    margin: auto !important;
}

.slick-prev,
.slick-next {
    width: 38px !important;
    height: 58px !important;
    opacity: 1;
}

.slick-prev {
    left: 0 !important;
    border-radius: 5px 0px 0px 5px !important;
    background: rgba(0, 0, 0, 0.4) !important;
}

.slick-next {
    right: 0 !important;
    border-radius: 0px 5px 5px 0px !important;
    background: rgba(0, 0, 0, 0.4) !important;
}

.slick-prev:before {
    background: url(/img/flecha-back-32px.png) no-repeat !important;
}

.slick-next:before {
    background: url(/img/flecha-next-32px.png) no-repeat !important;
}

.slick-prev:before,
.slick-next:before {
    content: " " !important;
    display: block;
    width: 32px !important;
    height: 32px !important;
    margin: 0px auto;
    position: relative;
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contenedor-general {
    width: 80%;
    margin: auto;
}

.contenido {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.contenido a {
    display: contents;
    text-decoration: none;
}

.espacio-fila {
    padding: 7px;
}

.card-descuento {
    background: white;
    border-radius: 10px;
}

.card-descuento:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
}

.card-descuento-img {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: auto;
}

.card-descuento-img img {
    width: 100%;
}

.card-mediana {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 24%;
}

.card-mediana .card-descuento-texto {
    display: flex;
    flex-direction: column;
    padding: 3%;
    width: 50%;
}

.card-descuento-texto p {
    color: black;
    padding: 7px 0;
}

.card-mediana .contenedor-mitad-imagen {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.card-descuento-img {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: auto;
}

.card-descuento-img img {
    width: 100%;
}

.title-descuento {
    font-size: 14px;
}

.descuento {
    font-weight: 700;
    font-size: 1.5em;
}

.titulo {
    text-align: center;
    font-size: 1.2em;
    padding: 1% 0% !important;
    color: black
}

.contenedor-edades {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.contenedor-edad {
    display: flex;
    flex-direction: column;
    width: 24%;
}

.contenedor-edad:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
}

.contenedor-edad {
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    -webkit-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
}

.contenedor-imagen {
    display: flex;
    flex-direction: column;
}

.contenedor-imagen img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.contenedor-texto {
    display: flex;
    flex-direction: column;
    background: white;
    text-align: center;
    border-radius: 0 0 10px 10px;
}

.contenedor-texto p {
    padding: 6% 0;
    font-weight: 300;
    color: rgb(85, 85, 85);
}

.ver-ofertas {
    color: #3483fa !important;
}

.nino {
    display: flex;
    flex-direction: column;
    width: 49%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 235px;
}

.nino,
.contenedor-edad,
.card-descuento {
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    -webkit-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
}

.nino:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
}

.nino img {
    width: 100%;
    border-radius: 10px;
}

.contenedor-tipo-mama {
    display: flex;
    position: relative;
    flex-direction: column;
    background: #fff;
    opacity: 0.8;
    padding: 5px;
    width: 160px;
    margin-top: 22%;
    margin-left: 5%;
    text-align: center;
    color: black;
}

.contenedor-tipo-mama p {
    padding: 2%;
}

@media only screen and (max-width:1366px) {
    #cajaNews>div {
        width: 45%;
    }
}

@media only screen and (max-width:1200px) {
    .card__product {
        width: none !important;
    }
}

@media only screen and (max-width:1200px) {
    .columnaBanner p {
        font-size: 30px;
    }
    .columnaBanner p span {
        font-size: 22px;
        line-height: 1.4em;
    }
    .columnaBanner:first-child {
        padding-right: 2%
    }
    .columnaBanner:last-child {
        width: 48.8%;
    }
    .logoBuen {
        height: 160px;
        background-size: contain;
    }
    #contador {
        width: 380px;
    }
    #contador #ulConteo {
        width: 365px;
    }
    #cajaNews div h4 {
        font-size: 20px !important;
    }
    #emailbuenfin2020[type="email"] {
        width: 55%;
    }
}

@media only screen and (max-width:992px) {
    .columnaBanner {
        display: block;
        width: 100% !important;
        padding: 0 !important;
    }
    .columnaBanner p {
        width: 60%;
        margin: 40px 0 0;
    }
    .columnaBanner p span {
        margin: 10px 0 0;
    }
    .columnaBanner p span br {
        display: none;
    }
    .cajaBanner {
        padding: 5% 2% 2%;
    }
    .logoBuen {
        width: 30%;
        height: 130px;
    }
    #contador {
        width: 90%;
        margin: 40px auto;
    }
    #contador #ulConteo {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -mox-box-sizing: border-box;
        width: 110%;
        margin-left: -5.5%;
        padding: 10px 30px;
    }
    #cajaNews {
        padding: 35px 15px;
        flex-direction: column;
    }
    #cajaNews div,
    #cajaNews form {
        display: block;
        width: 90%;
        text-align: center;
        margin: auto;
        padding-right: 0;
    }
    #cajaNews form {
        margin: 20px auto;
        max-height: none;
    }
    #emailbuenfin2020[type="email"],
    #btnSend,
    #btnVolver {
        width: 90%;
        display: block;
        margin: 10px auto;
        padding: 12px;
    }
    #msjError {
        position: relative;
        font-size: 16px;
        margin: -10px auto 20px;
        bottom: 0;
    }
}

@media only screen and (max-width:768px) {
    .columnaBanner p {
        margin: 25px 0 0 5%;
    }
    .contWhy {
        flex-direction: column;
    }
    .contWhy img {
        margin-bottom: 10px;
        max-width: 100%;
    }
    .seo h2 {
        font-weight: 500;
        font-size: 25px;
    }
    .seo h2:before {
        width: 200px;
        height: 4px;
        border-radius: 2px;
        margin-left: -100px;
    }
    .contComoComprar {
        flex-direction: column;
    }
    .contComoComprar .steps {
        width: 100%;
        cursor: default;
        margin-top: 20px;
    }
    .contComoComprar .steps img {
        width: calc(50% - 20px);
        height: auto;
        object-fit: scale-down;
        margin: auto 20px auto auto;
        float: left;
    }
    .contComoComprar .steps h3 {
        width: 50%;
        text-align: left;
        margin: 40px auto 10px;
        font-size: 22px;
        float: right;
    }
    .contComoComprar .steps p {
        width: 50%;
        text-align: left;
        font-size: 17px;
        margin: auto;
        float: right;
    }
    .contComoComprar .steps {
        width: 100%;
        cursor: default;
        margin-top: 20px;
    }
    .contComoComprar .steps img {
        width: calc(50% - 20px);
        height: auto;
        object-fit: scale-down;
        margin: auto 20px auto auto;
        float: left;
    }
    .contComoComprar .steps h3 {
        width: 50%;
        text-align: left;
        margin: 40px auto 10px;
        font-size: 22px;
        float: right;
    }
    .contComoComprar .steps p {
        width: 50%;
        text-align: left;
        font-size: 17px;
        margin: auto;
        float: right;
    }
    .contMarcas {
        max-height: 340px;
    }
    .contMarcas.allMarcas {
        max-height: 100%;
    }
    .contMarcas a {
        width: calc(33.3% - 10px);
    }
    .contMarcas+.verMas {
        opacity: 1;
        text-align: center;
        cursor: pointer;
    }
    .contMarcas.allMarcas+.verMas {
        opacity: 0;
        text-align: center;
        cursor: pointer;
    }
    #slideMarcas {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    #slideMarcas a {
        width: 60px;
        height: 60px;
    }
    .contenedor-general {
        width: 95%;
    }
    .espacio-fila {
        padding: 0;
    }
    .card-mediana .card-descuento-texto {
        width: 100%;
        text-align: center;
    }
    .card-mediana .card-descuento-texto p {
        padding: 2px 0;
    }
    .card-mediana .contenedor-mitad-imagen {
        width: 100%;
    }
    .descuento {
        font-size: 1.2em;
    }
    .card-mediana {
        width: 48%;
        margin: 1% 0;
        flex-wrap: wrap;
    }
    .card-mediana .contenedor-mitad-imagen {
        width: 100%;
    }
    .card-mediana .card-descuento-texto {
        width: 100%;
        text-align: center;
    }
    .card-mediana .card-descuento-texto p {
        padding: 2px 0;
    }
    .titulo {
        padding: 2% 0 !important;
        font-size: 1em;
    }
    .contenedor-edad {
        width: 47%;
        padding: 2% 0%;
    }
    .contenedor-texto p {
        font-size: 13px;
    }
    .slick-prev,
    .slick-next {
        width: 34px !important;
        height: 48px !important;
    }
    .nino {
        width: 100%;
        margin: 2% 0;
        height: 150px;
    }
    .contenedor-tipo-mama {
        margin-top: 20%;
        width: 150px;
        padding: 5px;
    }
}

@media only screen and (max-width:480px) {
    #ulConteo li {
        font-size: 38px !important;
    }
    #contador h5 {
        font-size: 14px;
    }
    #contador ul {
        padding: 10px 10px 15px;
    }
    #contador ul li {
        font-size: 14px;
        width: calc(94% / 4);
    }
    .container {
        padding: 0;
    }
}

@media only screen and (max-width:360px) {
    #contador h5 {
        font-size: 11px;
    }
    #contador ul li {
        font-size: 11px;
    }
    .logoBuen,
    .columnaBanner p {
        width: 100%;
        display: block;
        padding: 0 3%;
        margin: 30px auto;
    }
    #ulConteo li {
        font-size: 34px !important;
    }
    #emailbuenfin2020[type="email"],
    #btnSend,
    #btnVover {
        font-size: 18px;
    }
    #slideMarcas a {
        width: 45px;
        height: 45px;
    }
    #slideCategorias a {
        width: 138px;
    }
    .contenedor-tipo-mama {
        margin-top: 22%;
    }
    #cajaNews div h2 {
        font-size: 25px;
    }
}