body {}


/*HOTSALE LANDING*/

.hs-cm-socialTag {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #005B9C;
    font-family: Ubuntu;
    font-weight: 300;
}

.hs-cm-socialTage-mobile {
    margin: 0px 0px 20px;
    padding: 0px 20px;
}

.hs-cm-socialBar {
    margin: 25px 0px;
}

.btn-cm-social {
    width: 48%;
    margin: 0px 0.5%;
    font-size: 17px;
    background-color: #005B9C;
    border-color: #005B9C;
}

.btn-cm-social-prehs {
    width: 30%;
    margin: 0px 0.5%;
    font-size: 17px;
    background-color: #005B9C;
    border-color: #005B9C;
}

.hs-cm-socialContainer {
    text-align: center;
}

.hs-cm-bannerContainer {
    background-color: #e4e4e4;
    overflow: hidden;
}

.hs-cm-social {
    background-color: rosybrown;
}

.border-between>[class*='col-']:before {
    background: #ff0014;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    width: 2px;
    top: 0;
}

.border-between>[class*='col-']:first-child:before {
    display: none;
}

.hs-home-logo {
    max-height: 300px;
}

.hs-home-timer-number {
    background-color: white;
    width: 90px;
    height: 100px;
    text-align: center;
    font-size: 2.7em;
    border-radius: 8%;
    margin: 0px 5px;
}

.hs-home-tag {
    max-height: 46px;
}

.footer-hs {}

.hs-home-header-line {
    background-color: #8959cd;
    bottom: 0;
    width: 100%;
}

.hs-header {
    margin-top: -20px;
    background-repeat: repeat-x;
    position: relative;
    background: #E3E3E3;
    /* border-bottom: #fa3c04 5px solid; */
}
.prehs-header {
    margin-top: -39px;
    background-repeat: repeat-x;
    position: relative;
    background: #E3E3E3;
    /* border-bottom: #fa3c04 5px solid; */
}

.bf-header {
    background-color: #323232;
    color: white;
}

.hs-timer-number {
    background-color: white;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    margin: 0px 5px;
    font-size: 70px;
    font-weight: 100;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(192, 192, 192);
    -moz-box-shadow: 1px 1px 1px 0px rgba(192, 192, 192);
    box-shadow: 1px 1px 1px 0px rgb(192, 192, 192);
    font-family: 'Ubuntu Condensed';
    color: black;
}

.hs-timer-container {
    font-family: 'Ubuntu';
    width: 515px;
    margin: auto;
}

.hs-home-timer-container {
    font-family: 'Ubuntu';
    width: 515px;
    margin: auto;
}

.hs-timer {
    margin: 30px auto 0px;
    text-align: center;
}
.prehs-timer {
    margin: 50px auto 0px;
    text-align: center;
}

.hs-timer-label {
    text-align: center;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 400;
}

.hs-timer-number-d {}

.hs-timer-number-h {}

.hs-timer-number-m {}

.hs-timer-number-s {}

.hs-timer-divider {
    background-color: #252525;
    height: 2px;
    margin-top: 5px;
}

.hs-timer-title {
    text-align: center;
    margin-top: 5px;
}

.hs-timer-titletext {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    font-weight: 300;
    margin: 0px 10px;
}

.hs-timer-bookstop {
    width: 45px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background-image: url('../img/landing/hs-bookmark.png');
}

.hs-timer-bookstop-r {}

.hs-timer-bookstop-l {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}


/* */

.hs-sm-timer-number {
    background-color: white;
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
    margin: 0px 5px;
    padding: 5px;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(192, 192, 192);
    -moz-box-shadow: 1px 1px 1px 0px rgba(192, 192, 192);
    box-shadow: 1px 1px 1px 0px rgb(192, 192, 192);
    color: black;
}

.hs-sm-timer-container {
    font-family: 'Ubuntu';
    width: 280px;
    margin: auto;
}

.hs-sm-timer {
    margin: -5px auto 0px;
    text-align: center;
}

.hs-sm-timer-label {}

.hs-sm-timer-number-d {}

.hs-sm-timer-number-h {}

.hs-sm-timer-number-m {}

.hs-sm-timer-number-s {}

.hs-sm-timer-divider {
    background-color: white;
    height: 1px;
    margin-top: 5px;
}

.hs-sm-timer-title {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
}

.hs-sm-timer-titletext {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    font-weight: 300;
}

.hs-sm-timer-bookstop {
    width: 45px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background-image: url('../img/landing/hs-bookmark.png');
}

.hs-sm-timer-bookstop-r {}

.hs-sm-timer-bookstop-l {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.hs-paralax-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-size: 100%;
    pointer-events: none;
}

.hs-paralax-container {
    position: relative;
}

/* FONDO TRIANGULOS DE CYBERMONDAY */
.hs-p-pattern-a {
    background-image: url('../img/landing/triangulos.png');
}

.hs-p-pattern-b {
    background-image: url('../img/landing/triangulos-2.png');
}

.hs-p-pattern-c {
    background-image: url('../img/landing/bf/triangulos.png');
}

.hs-p-pattern-d {
    background-image: url('../img/landing/bf/triangulos-2.png');
}
/* FIN TRIANGULOS DE CYBERMONDAY */


/**/

.hs-header-line {
    height: 5px;
    background-color: #e5e3e3;
    bottom: 0;
    width: 100%;
}

.hs-logo-container {
    height: 245px;
    position: relative;
}

.hs-logo {
    max-width: 400px;
    margin: auto;
    position: relative;
    bottom: 35px;
    /* top: 5px; */
    left: 40px;
}
.prehs-logo {
    max-width: 250px;
    margin: auto;
    position: relative;
    top: 30px;
}

.hs-mobile-logo {
    max-height: 180px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.hs-form-square {
    background-color: #ff5400;
    overflow: hidden;
    padding: 25px;
    border-radius: 10px;
    margin: 39px 0px 40px;
}

.hs-msg-square {
    background-color: #ff5400;
    overflow: hidden;
    padding: 25px;
    border-radius: 10px;
    margin: 20px 0px 50px;
}

.hs-msg-text {
    color: white;
    font-family: Ubuntu;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    font-weight: 300;
    padding: 0px 5px 0px;
}

.hs-form-text {
    color: white;
    font-family: Ubuntu;
    font-size: 22px;
    text-align: center;
    line-height: 25px;
    font-weight: 300;
    padding: 0px 20px 30px;
}

.hs-form-input {
    margin-bottom: 25px;
    height: 40px;
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.hs-form-col {}

.hs-form-high {
    font-weight: 400;
}

.hs-btn-red {
    padding: 5px 70px;
    font-size: 20px;
    font-family: Ubuntu;
    color: white;
    border-radius: 10px;
    background-color: #BF001F;
    border: thin solid #BF001F;
    font-weight: bold;
}

.hs-btn-red:hover {
    color: white;
    opacity: 0.9;
}

.hs-destacados-divider {
    height: 3px;
    background-color: lightgray;
    margin: 10px 0px 50px;
}

.hs-destacados-icon {}

.hs-destacados-title {
    color: #005B9C;
    text-align: center;
    font-weight: 400;
    font-family: Ubuntu;
    font-size: 25px;
    margin: 10px 0px 8px;
    line-height: 25px;
}

.hs-destacados-blurb {
    color: #005B9C;
    font-family: Ubuntu;
    text-align: center;
    margin-bottom: 50px;
}

.dash-pink {
    /*border: hotpink dotted thin;*/
    color: #252525;
}

.hs-timer-box {
    height: 245px;
    position: relative;
    overflow: hidden;
    color: white;
}

.bf-timer-box {
    height: 245px;
    position: relative;
    overflow: hidden;
    color: white;
}

.hs-footer {
    background-color: #E4E3E3;
    margin: 10px 0px 20px;
}

.hs-footer-copy {
    display: inline-block;
    padding: 5px 10px;
    font-size: 20px;
    font-family: Ubuntu;
    font-weight: 300;
    color: #005B9C;
    border-right: red medium solid;
    vertical-align: middle;
}

.hs-social-links {
    display: inline-block;
    vertical-align: middle;
    background-color: #005B9C;
    padding: 10px;
    border-radius: 50%;
    color: white;
    margin: 0px 5px;
}

.hs-social-links-btn {
    display: inline-block;
    background-color: #FFF;
    padding: 6px 0px;
    border-radius: 50%;
    color: #005B9C;
    margin: 0px 7px 0px 0px;
    font-size: 11px;
    height: 25px;
    width: 25px;
    vertical-align: baseline;
}

.hs-social-container {
    padding: 10px 0px;
    text-align: center;
}


/**/

.header-landing {
    max-height: 200px;
    background-image: url("../img/landing/banner_bg.jpg");
    background-size: cover;
    background-position-y: center;
    background-position-x: center;
    margin-bottom: 30px;
}

.header-row {
    margin: 0px;
}

.timer {
    font-family: 'Ubuntu';
    width: 295px;
    margin: 40px 0px;
    display: inline-block;
    float: right;
}

.timer-block {
    display: inline-block;
    margin: 0px 7px 10px;
}

.timer-block-sm {
    display: inline-block;
    margin: 0px 0px 10px;
}

.timer-number {
    background-color: white;
    width: 60px;
    height: 80px;
    text-align: center;
    font-size: 2.7em;
    border-radius: 8%;
    margin: 5px;
}

.timer-number-d {
    padding-top: 0;
    font-weight: 700;
    font-size: 4.5em;
    line-height: 1.3em;
    font-style: italic;
}

.timer-number-h {
    padding-top: 0;
    font-size: 3.5em;
    line-height: 1.7em;
    font-style: italic;
    font-weight: 700;
}

.timer-number-m {
    padding-top: 0;
    font-weight: 300;
    font-size: 3.5em;
    line-height: 1.7em;
    font-style: italic;
}

.timer-number-s {
    padding-top: 0;
    font-weight: 300;
    font-size: 3.5em;
    line-height: 1.7em;
    font-style: italic;
}

.timer-label {
    color: white;
    text-align: center;
    margin-top: 0px;
}

.featured-block {
    border: 2px solid #e5e5e5;
    padding: 10px;
    margin: 0px 0px 30px;
    background-color: white;
}

.featured-info {
    font-family: 'Ubuntu';
    color: #606060;
    padding: 10px 10px 0px;
    margin: -10px 0px 0px;
}

.featured-categoria {
    font-size: 27px;
    font-weight: 300;
    margin: 0px 0px -5px;
}

.featured-nombre {
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    margin: 0px 0px -5px;
}

.featured-vermas:hover {
    color: #004c88;
    background-color: #9B0013;
    text-decoration: none;
}

.featured-vermas {
    font-size: 19px;
    background-color: #D1011B;
    padding: 10px 20px;
    color: white;
    font-weight: 300;
    margin: 15px 10px 5px;
    font-family: 'Ubuntu';
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
}

.featured-vermas>a {
    color: white;
    text-decoration: none;
}

.featured-vermas>a:hover {
    color: white;
    text-decoration: none;
}

.featured-blurb {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    padding: 5px 0px 0px 0px;
    margin: 10px 0px 0px;
    border-top: 2px solid #e5e5e5;
}

.featured-form {
    padding: 10px;
    margin: 10px;
    background-color: #C9C9C9;
}

.featured-input {
    padding: 5px;
}

.featured-form-row {
    margin: 0px;
}

.featured-consultar-titulo {
    font-family: 'Ubuntu';
    font-weight: 300;
    padding: 0px 10px 0px;
    font-size: 18px;
}

.featured-price {
    padding: 0px 10px;
}

.featured-consultar {
    padding: 5px 5px 0px;
}

.featured-ws {
    margin: 10px -10px 0px;
}

.featured-ws-icon {}

.btn-red {
    background-color: #E2001A;
    color: white;
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    /* ...and now for the proper property */
    transition: 1s;
}

.btn-red:hover {
    background-color: #A90215;
    color: white;
}

.extra-stripe {
    background-color: white;
    padding: 31px 0px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.01), 0 1px 20px 0 rgba(0, 0, 0, 0.03);
    margin: 20px 0px 40px;
}

.legales {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}

.contacto-landing {
    background-color: #F9F9F9;
    padding: 10px;
}

.featured-destacado {
    font-family: "Ubuntu";
    font-size: 18px;
    background-color: #ffea00;
    padding: 0px;
    width: 50%;
    text-align: center;
    font-weight: 300;
    position: absolute;
    top: 3%;
    left: 15px;
}

.tx-high {
    font-weight: 400;
}

.featured-comprar {
    background-color: #E2001A;
    border: 0px;
    font-family: "Ubuntu";
    font-size: 35px;
    font-weight: 300;
    color: white;
    width: 96%;
    margin: 7px;
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    /* ...and now for the proper property */
    transition: 1s;
}

.featured-comprar:hover {
    background-color: #A90215;
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    /* ...and now for the proper property */
    transition: 1s;
}

.sucursales-hotspot {
    height: 100px;
    position: absolute;
    width: 203px;
    top: 41px;
    right: 40px;
}

.promos-hotspot {
    height: 120px;
    position: absolute;
    width: 200px;
    top: 21px;
    left: 0px;
}

.sucursales-hotspot2 {
    height: 29%;
    position: absolute;
    width: 100%;
    bottom: 1%;
    right: 0;
    /*background-color: #54524560;*/
}

.sucursales-hotspot-wsp {
    height: 34%;
    position: absolute;
    width: 100%;
    bottom: 31%;
    right: 0;
    /*background-color: #54524560;*/
}

.sucursales-hotspot-con {
    height: 34%;
    position: absolute;
    width: 100%;
    bottom: 64%;
    right: 0;
}

.extra-blocks {
    margin-bottom: 35px;
    font-family: 'Ubuntu';
}

.extra-nombre {
    font-size: 30px;
    font-weight: 300;
    display: inline-block;
    color: grey;
    margin: 0px 10px 0px 0px;
}

.extra-vermas:hover {
    color: #004c88;
    background-color: #F1F1F1;
}

.extra-vermas {
    font-size: 20px;
    display: inline-block;
    background-color: #004c88;
    padding: 3px 20px;
    color: white;
    font-weight: 300;
    margin: 0px 10px;
}

.extra-comprar {
    background-color: #E2001A;
    border: 0px;
    font-family: "Ubuntu";
    font-size: 35px;
    font-weight: 300;
    color: white;
    width: 100%;
    margin: 10px 0px;
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

.extra-comprar:hover {
    background-color: #A90215;
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    /* ...and now for the proper property */
    transition: 1s;
}

.extra-img {
    margin-bottom: 10px;
}

.extra-price {
    margin-top: 10px;
}

.hs-footer-tags {
    text-align: center;
    margin: -10px 0px 10px;
}

@media only screen and (min-width: 768px) {
    .extra-vermas {
        font-size: 12px;
        padding: 3px 5px;
        margin: 0px;
    }
    .extra-nombre {
        font-size: 15px;
        margin: 0px 12px 0px 0px;
    }
    .extra-comprar {
        font-size: 20px;
        margin: 0px 0px;
    }
    .hs-form-text {
        font-size: 30px;
        line-height: 34px;
        padding: 0px 85px 10px;
    }
}

@media only screen and (min-width: 576px) {
    .footer-hs {
        margin: 0px;
        padding: 0px;
    }
}