/*-----------------------------------
           LEGEND CSS

1. HOMEPAGE
    1.1 MEDIAQUERIES HOMEPAGE
--------------------------------------*/

/*----------------------------------------------
                 1. HOMEPAGE          
----------------------------------------------*/

h2 {
   font-size: 20px;
   color: #333333;
   font-weight: 600;
   margin-bottom: 20px;
}

.titulo-home {
    font-size: 50px !important;
    line-height: 30px !important;
    color: #113F92;
    font-weight: 500;
    margin-top: -5px;
    margin-bottom: -23px;
}

.home-h1 {
    text-align: center;
}

.home-h1 span {
    font-size: 55px;
    text-align: center;
    padding: 8px;
    color: #113F95;
    border: 2px solid #113F95;
    border-radius: 45px;
}

.title-home {
    margin-bottom: 5px;
}

.bar-right {
    border-right: 0;
}

.space-home {
    height: 170px;
    overflow: auto;
}

.home_title {
    font-size: 25px;
    font-weight: 300;
    line-height: 29px;
    color: #113F92;
    text-align: center;
    margin: 15px 0;
}

.home_subtitle {
    font-size: 19px;
    font-weight: 300;
    line-height: 22px;
    color: #575756;
    margin-top: -9px;
    text-align: center;
}

.home_text {
    font-size: 16px;
    color: #575756;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}

.home_text2 {
    font-size: 1.4rem;
    color: #333333;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}

.display-more {
    color: #113F96!important;
    text-decoration: underline;
}

p.home_text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.hidden-txt {
    display: none;
}

.height-home {
    height: 100%;
}

.text-slider img {
    max-width: 100%;
}

.legal{
    position: absolute;
    bottom: 0px;
}

.legal p{
    font-size: 13px;
    color: white;
}

.content-image-campaign img {
    display: block;
    margin: 0 auto;
    max-width: 189px;
}

.banner-right-bottom {
    background: url(/shoppingmall/assets/images/background_video.jpg) no-repeat;
    background-size: 100%;
    min-height: 200px;
    color: white;
    font-weight: 200;
    text-align: center;
    padding-top: 25px;
}

.banner-right-bottom i {
    font-size: 80px;
    margin-bottom: 10px;
}

.banner-right-bottom span {
    display: block;
    font-size: 30px;
    line-height: 1.1;
}

.claim-info-box {
    padding: 0 0;
}

.claim-info {
    border: 1px solid #D9D9D9;
    text-align: center;
    padding: 45px 58px 25px;
    min-height: 211px;
}

.claim-info h3 {
    color: #113f92;
    font-size: 24px;
}

.claim-info p {
    color: #848484;
    font-size: 15px;
}

.advantages-account span {
    text-align: left;
    color: #3A3A3A!important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.popover.bottom {
    margin-top: 0px;
}

.btn-rojo {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background-color: #d10026;
    font-size: 12px;
    border-radius: 90px;
    border: 1px dashed #fff;
    box-shadow: 0 0 0 4px #d10026;
    -webkit-box-shadow: 0 0 0 4px #d10026;
    -moz-box-shadow: 0 0 0 4px #d10026;
}

.btn-rojo:hover {
    color: #d10026;
    background-color: #fff;
}

.logo-ventajon-modal {
    width: 170px;
}

.embed-container{
    height: 385px;
}


#popup {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 999;
    /* Animación que durará 2 segundos*/
    -webkit-animation: autopopup 1s;
    -moz-animation: autopopup 1s;
    animation: autopopup 1s;
    overflow: scroll;
}

@-webkit-keyframes autopopup {
    from {
        opacity: 0;
        margin-top: -200px;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes autopopup {
    from {
        opacity: 0;
        margin-top: -200px;
    }
    to {
        opacity: 1;
    }
}

@keyframes autopopup {
    from {
        opacity: 0;
        margin-top: -200px;
    }
    to {
        opacity: 1;
    }
}

#popup:target {
    visibility: hidden;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 999;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.popup-contenedor {
    position: relative;
    margin: 16% auto;
    padding: 10px 5px;
    background-color: #fff;
    color: #333;
    width: 90%;
    border-top: 2px solid #113f96;
    border-bottom: 5px solid #113f96;
}

a.popup-cerrar {
    position: absolute;
    top: 3px;
    right: 3px;
    background-color: #333;
    padding: 7px 10px;
    font-size: 20px;
    text-decoration: none;
    line-height: 1;
    color: #fff;
}

.close-modal {
    font-size: 25px;
    color: #B1B1B1;
    z-index: 10;
}

.modal {
    display: none;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    padding: 0 !Important;
}

#newDirection {
    z-index: 1000;
}

.title-modal-home {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    color: #113f96;
    font-weight: 300;
    text-align: center;
}

.new-modal-home {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    margin-top: 12px;
    background-color: #d10026;
    padding: 1px 19px;
    max-width: 140px;
    text-align: center;
}

.subtitle-modal-home {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    color: #113f96;
    font-weight: 100;
    text-align: left;
}

#home-slider img {
    width: 100%;
}

.mallorca-modal-home {
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    color: #113f96;
    text-align: left;
    top: -14px;
}

.info-modal-home {
    font-family: 'Roboto Slab', serif;
    font-size: 19px;
    color: #113f96;
    font-weight: 100;
    line-height: 22px;
    text-align: center;
}

.text-modal-home {
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    color: #113f96;
    font-weight: 100;
}

/*buttons modal*/
.red_ventajon_btn {
    background-color: #d10026;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    line-height: 27px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: blink !Important;
    padding: 0 28px;
    margin: 15px 0;
    border-radius: 90px;
    border: 1px dashed #fff;
    box-shadow: 0 0 0 4px #d10026;
    -webkit-box-shadow: 0 0 0 4px #d10026;
    -moz-box-shadow: 0 0 0 4px #d10026;
    display: inline-block;
}

.red_ventajon_btn:hover {
    background-color: #fff;
    color: #d10026;
}

.button-modal {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
}

.modal-content-club {
    background-color: rgba(12, 60, 139, 0.9);
    border: 1px solid transparent;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    top: 59px;
    position: absolute;
    max-width: 100%;
    padding: 12px;
    border: 0;
    width: 100%;
    right: initial;
    left: 100px;
    z-index: 999999999999;
}

.popover.bottom > .arrow {
    left: 88%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #cccccc;
    border-bottom-color: rgba(12, 60, 139, 0.9);
    top: -10px;
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: rgba(12, 60, 139, 0.9);
}

.modal-small {
    width: 320px;
}

.modal-title-club {
    margin: 0;
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    font-weight: 300;
    color: #FFF;
    text-align: left;
    padding: 0 10px;
    line-height: 21px;
}

.modal-header .close-club {
    margin-top: -16px;
    color: #FFF;
}

.close-login .modal-club {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    font-size: 15px;
    border: 0;
    border-radius: 43px;
    color: #ffffff;
    top: 6px;
    right: 6px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    z-index: 1;
}

.modal-club-text {
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    color: #FFF;
    text-align: left;
    padding-left: 15px;
}

.slider-content-config {
    height: 150px;
}

/*----------------------------------------------
            1.1 MEDIAQUERIES HOMEPAGE          
----------------------------------------------*/

/* CSS for 320px 450px */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 450px) {
    #Stage_jbeeb_3 {
        width: 328px !important;
    }

    .sales {
        min-height: 40px;
    }

    .sales h1 {
        font-size: 33px;
        margin: 20px 0 0 0;
    }

    .sale-icon {
        margin: 0 auto;
        display: block;
        float: none;
    }

    .facebook {
        padding-left: 15px !important;
    }

    .facebook, .google {
        text-align: center;
        margin-bottom: 0 !important;
    }

    .facebook2 {
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    
    .select-round{
        min-width: 160px!important;
    }
}
/* End Mediaqueries 320px 450px*/

/* CSS for 520 */
@media (min-width: 480px) {
    .slider-content-config {
        height: 270px;
    }
}
/* End Mediaqueries 520*/

/* CSS for 768 */
@media (min-width: 768px) {
    
    .popup-contenedor {
        margin: 15% auto;
    }

    .title-modal-home {
        font-size: 33px;
    }

    .subtitle-modal-home {
        font-size: 40px;
    }

    .subtitle-modal-home {
        text-align: right;
    }

    .mallorca-modal-home {
        font-size: 37px;
    }

    .info-modal-home {
        text-align: left;
    }

    .red_ventajon_btn {
        font-size: 14px;
        line-height: 25px;
        padding: 4px 17px;
        margin: 0px 0;
    }

    .mallorca-modal-home {
        text-align: right;
    }

    .slider-content-config {
        height: 355px;
    }

    .modal-sm {
        width: 350px;
}

    #modalNarrower .modal-dialog {
        top: 20% !important;
        margin: 32px auto;
    }
    
    .ribbon-wrapper-new-expanded {
        width: 86px;
        height: 105px;
        overflow: hidden;
        position: absolute;
        top: 430px;
        right: 16px;
    }
    
    .ribbon-wrapper-new-expanded-location {
        width: 86px;
        height: 104px;
        overflow: hidden;
        position: absolute;
        top: 430px;
        right: 16px;
    }
    
    .ribbon-wrapper-featured-expanded {
        width: 86px;
        height:    104px;
        overflow: hidden;
        position: absolute;
        top: 430px;
        right: 16px;
    }
    
    .ribbon-wrapper-featured-expanded-location {
        width: 86px;
        height: 104px;
        overflow: hidden;
        position: absolute;
        top: 430px;
        right: 16px;
    }

    .store-showcase-grid-view-new {
        padding: 10px;
        margin: 0;
        min-height: 123px;
        border: solid 1px #8BB81F;
    }
    
    .titulo-home {
        line-height: 36px !important;
        color: #113F92;
        font-weight: 500;
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .bar-right {
        border-right: 0;
    }

    .home_title {
        font-size: 33px;
        font-weight: 400;
        line-height: 25px;
        color: #113F92;
        text-align: center;
        padding-bottom: 16px;
    }

    .home_subtitle {
        font-size: 16px;
        line-height: 22px;
        text-align: left;
    }

    .height-home {
        height: 187px;
    }


    .modal .form-group {
        margin-bottom: 14px;
    }
    
    .modal-legal-info-txt iframe, #modalDataProtection iframe, 
    #modalLegalWeb iframe, #modalPrivacyPolicy iframe {
        min-height: 480px;
    }
}
/* End Mediaqueries 768*/

/* CSS for Mobile */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 767px) {
    .modal-dialog {
        top: 0 !important;
        margin: 70px auto;
    }
    
    .mega-dropdown-menu li{
        padding: 0!important;
    }
    
    .js-navbar-collapse{
        position: absolute;
        border-top: 2px solid #113f92;
    }
    
    .mega-dropdown a {
        text-align: left;
        border-bottom: 1px solid #d4d4d4;
        padding: 17px!important;
    }
    
    .promotional-campaign {
        margin-top: 0;
    }

    .promotional-banner-title h2 {
        font-size: 45px;
        line-height: 39px;
    }

    .promotional-campaign h2 {
        text-align: center;
    }

    .promotional-banner {
        background-size: 100%;
    }

    .promotional-banner-title {
        margin-top: 25%;
    }

    .titulo-home {
        font-size: 19px !important;
    }

    .claims-info-content {
        margin-top: 0 !important;
    }

    .claim-info {
        padding: 10px;
        min-height: auto;
    }

    .claim-info-box {
        margin-bottom: 15px;
    }

    .col:first-child {
        padding-right: 0 !important;
    }

    .col:last-child {
        padding-left: 0 !important;
    }

    .slider-products-content-home {
        padding-left: 0;
        padding-top: 16px;
    }

    .product-card {
        min-width: 165px !important;
        height: auto !important;
        margin: 0 auto!important;
    }
    
    .product-card-name-store {
        position: relative!important;
        font-size: 12px;
        bottom: 0;
    }
    
    .product-card-name h3 {
        padding-top:10px!important;
    }
    
    .center-device {
        text-align: center;
    }

    .messageBox-slider {
        min-width: inherit;
        max-width: none;
        margin-top: 6%;
        padding: 7px 9px;
    }

    .messageBox-slider h2 {
        font-size: 14px;
        line-height: 15px;
    }

    .messageBox-slider span {
        font-size: 11px;
    }

    .messageBox-slider small {
        margin-top: 2px;
        font-size: 10px;
    }

    .messageBox-slider p {
        margin-top: 2px;
        font-size: 12px
    }
    
    .title-denomination{
        margin: 0px 0 15px 75px!important;
    }
    
    .special-item{
        float: none!important;
    }

    #filters button.button.btn.mobile-filter-button {
        width: 100%;
    }

    #filters button.button.btn.mobile-filter-button.btn-primary {
        border-radius: 0;
        margin: 0 !important;
        width: 100%;
        background-color: #A8A9AD !important;
        color: white !important;
    }

    #filters button.button.btn {
        border-radius: 0;
        margin: 0 !important;
        width: 50%;
        float: left;
        border: 1px solid #A8A9AD !important;
        color: #A8A9AD !important;
        background: white !important;
    }

    #filters button.button.btn.btn-primary {
        background-color: #A8A9AD !important;
        color: white !important;
    }

    #cart-trigger2 {
        margin-right: 0;
        padding: 3px;
    }
    
    .remove-filter{
        top: 54px;
    }
    
    .legal p {
        font-size: 8px;
        color: white;
        position: absolute;
        bottom: 0;
    }

    .landing_template {
        background: url(../images/landings/cab-vuelta-cole-mobile.jpg) no-repeat;
        background-size: 100%;
    }
    
    .landing_template h1  {
        text-align: center;
        font-size: 29px;
        margin: 13px 0 5px 0;
        line-height: 32px;
        float: none;
    }
    
    .landing_template p {
        text-align: center;
        width: auto!important;
    }
    
    .logo-footer-ventajon {
        float: none!important;
    }
    
    .dropdown-menu {
        background-color: white!important;
    }
    
    .dropdown-filter3 {
        margin-left: -135px!important;
        margin-top: 38px!important; 
    }
    
    .dropdown-menu.pull-right {
        right: -21px;
    }
    
    .ventajon-cash-container {
        padding: 0 25px;
    }
    
    .ventajon-cash-content {
        margin-top: 15px;
    }
    
    .tarjetas-ventajon-cash {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .map-ikea {
        padding: 0!important;
    }
    
    .dates-influencers {
        padding: 20px 0 0 0!important;
    }
    
    #confirmation .col-xs-12 {
        padding: 10px 0!important;
    }
    
    .register-bar {
        background: url(../images/landings/register-bar-mobile.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        height: 310px;
    }
    
    .container-product-photo {
        min-height: 100px!important;
    }
    
    #voucher {
        margin-bottom: 63px!important;
    }
 
    #modalRegister .modal-content {
        margin: 0 15px;
    }
    
    .dropdown-accordion .panel-heading {
        padding: 15px;
    }
    
    .dropdown-accordion .panel-heading .panel-title .checkbox {
        display: inline;
    }
    
    .dropdown-accordion .panel-heading .panel-title .titulo-filters {
        padding-left: 23px!important;
    }

    #display-more, #title_your_ventajon_shops {
        display: table;
        margin: auto;
    }

}

/* CSS for Mobile Orientation Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 767px)
and (orientation: landscape){
    .bubble2 {
        width: 400px;
    }
    .img-circle {
        width: 100%!important;
        max-width: 230px!important;
        margin: 0 auto!important;
        display: block!important;
    } 
    
    #videoPromo .img-responsive {
        display: block;
    }
    
    .tab-nav li > a {
        width: 50% !important;
        float: left !important;
    }
}

/* CSS for Mobile 639px 767px*/
@media (min-width: 639px) 
and (max-width: 767px) { 
    .promotional-text-shipping {
        font-size: 49px;
        line-height: 41px;
    }
    .promotional-text-entertaiment { 
        font-size: 50px;
        line-height: 44px;
        margin-left: 4%;
        padding-top: 5%;
    }
    .square-ventajon-cash {
        width: auto;
        margin: 0 auto;
        display: block;
    }
    .register-bar {
        background: url(../images/landings/register-bar-tablet.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        height: 140px;
    }
}
/* End Mediaqueries 639px 767px*/

/* CSS for 768 */
@media (min-width: 768px) {
    .h2-store-grid-view {
        margin: 0;
        font-weight: 400;
        font-size: 15px;
        background: transparent;
        text-align: left;
    }
}

/* CSS for Mobile 768px 1199px */
@media (min-width: 768px) and (max-width: 1199px) {
    .navbar-nav {
        float: none!important;
    }
    .mega-dropdown a {
        text-align: left;
        border-bottom: 1px solid #d4d4d4;
        padding: 17px!important;
    }
    .menu-ventajon{
        width: 100%;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
}
/* End Mediaqueries 768px  1199px*/

/* Mediaqueries 1024*/
@media (min-width: 1024px) {
    .slider-products-content-home {
        padding-top: 0px;
        padding-left: 30px;
        background-color: #EDEDED;
    }   
}
/* End Mediaqueries 1024*/

/* CSS for Tablets */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {

    .promotional-banner-title h2 {
        font-size: 21px;
        line-height: 24px;
    }

    .promotional-campaign h2 {
        text-align: center;
    }

    .promotional-campaign {
        margin-top: 25px;
    }

    .promotional-banner-title-device {
        display: none;
    }

    .titulo-home {
        font-size: 35px !important;
        margin-top: 0;
    }

    .claim-info {
        padding: 12px;
    }

    .promotional-banner-title {
        margin: 8% 0 0 8%;
        padding: 0;
    }

    .grid-masonry {
        padding-top: 5%;
        width: 80%;
        margin: 0 auto;
    }

    .masonry-item {
        float: left;
        width: calc(100% / 6);
        min-height: 185px;
        height: auto;
    }

    .vert_img {
        max-height: 98px;
    }

    .box-red .m-t-30 {
        margin-top: 0 !important;
    }

    .box-yellow img, .box-blue img, .box-lilac img {
        margin-top: 0 !important;
    }

    .box-blue img {
        max-width: 132px;
    }

    .content-prices-mosaic {
        margin-top: 45px !important;
    }

    .sales {
        min-height: 80px;
    }

    .sales h1 {
        font-size: 45px;
    }

    #filters {
        padding: 12px;
    }

    #filters .btn {
        font-size: 11px;
    }

    #filters .button.button.btn.btn-primary {
        margin: 0 8px 0px 0 !important;
    }

    #filters button.button.btn {
        margin: 0 8px 0px 0 !important;
    }
    
    .title-denomination{
        margin: 0px 0 6px 15px!important;
        top: 2px!important;
    }
    
    .grid-opacity2 {
        top: 100px;
    }
    
    .navbar-collapse.collapse{
       display: none!important;
    }
    
    .navbar-collapse.collapse.in{
       display: block!important;
    }
    
    .navbar-nav {
        float: none!important;
    }
    
    .nav > li > a {
        padding: 20px 15px 24px;
    }
    
    .facebook, .google {
        text-align: center;
        margin-bottom: 0 !important;
    }
    
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    
    .mega-dropdown a {
        text-align: left;
        border-bottom: 1px solid #d4d4d4;
        padding: 17px!important;
    }
    
    .remove-filter{
        margin-top: 54px;
    }
    
    .legal p {
        font-size: 11px;
        color: white;
        margin-left: 22px;
    }
    
    .landing_template {
        background-size: 100%;
        min-height: 127px;
    }
    
    .landing_template h1 {
        line-height: 45px;
        font-size: 46px;
    }    

    .ventajon-cash-container {
        padding: 0px 45px;
    }
    
    .ventajon-cash-content {
        margin-top: 30px;
    }
    
    .register-bar-cash {
        margin: 10px 0 35px;
        width: 100%;
    }
    
    .square-ventajon-cash {
        margin: 0 auto;
        display: block;
    }
    
    .register-bar {
        background: url(../images/landings/register-bar-tablet.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        height: 140px;
    }

    .last-square {
        margin: 0 auto;
        display: block;
        width: 50%;
    }
    
    .product-card-discount-ventajon3 {
        float: left;
    }
    
    .content-image-campaign img {
        max-width: 170px;
    }
    
    #top-bar .menu-top-bar {
        margin-left: 0%!important;
    }
    
    #contenedorSelectorIslas {
        margin-right: 5px!important;
    }
}

/* Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape){
    .menu-ventajon{
        width: 100%;
    }
    
    .modal-dialog {
        margin: 130px 5%;
    }
}

@media only screen
and (min-width: 768px)
and (max-width: 991px) {
    .col-md-6.p-0.m-t-30 {
        margin-top: -13px !important;
    }
}
/* End Mediaqueries 768px and 991px */

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1000px) {
    .messageBox-slider {
        margin-top: 12%;
        min-width: 375px;
    }

    .credit-cart-ventajon {
        width: 190px;
        right: -21px;
        top: 97px;
    }
}
/* End Mediaqueries 768px and 1000px */

/* CSS for 800 */
@media (min-width: 800px) {
    .height-home {
        height: 173px;
    }
}
/* End Mediaqueries 800*/

/* CSS for 980 */
@media (min-width: 980px) {
    .height-home {
        height: 144px;
    }
    
    .popup-contenedor {
        margin: 6% auto;
        padding: 30px 50px;
        width: 85%;
        overflow: hidden;
    }

    .info-modal-home {
        text-align: left;
        font-size: 22px;
        line-height: 25px;
    }

    .slider-content-config {
        height: 510px;
    }
}

/* End Mediaqueries 980*/
/* CSS for 992 */
@media (min-width: 992px) {
    .bar-right {
        border-right: 1px solid #D2D2D2;
        margin-top: 15px;
    }

    #filters {
        margin: 20px 0px 0px 23px;
    }
}
/* End Mediaqueries 992*/

/* CSS for 1024 */
@media (min-width: 1024px) {
    .home_title {
        font-size: 22px;
        font-weight: 400;
        line-height: 25px;
        color: #113F92;
        text-align: left;
        padding-bottom: 0px;
    }
}
/* End Mediaqueries 1024*/

/* CSS for 1280 */
@media (min-width: 1200px) {
    .box-father {
        background-color: #fff;
        background-image: none;
        background-repeat: no-repeat;
        background-position: 116% 0%;    
    }

    .home_title {
        font-size: 20px;
        line-height: 27px;
        text-align: left;
        max-width: 400px;
        padding-bottom: 0px;
    }

    .home_subtitle {
        font-size: 16px;
        line-height: 22px;
        text-align: left;
    }

    .space-home {
        height: 155px;
        overflow: auto;
    }

    .height-home {
        height: 125px;
    }

    .messageBox-slider {
        margin-top: 14%;
    }
    
    .menu-ventajon {
        width: 600px!important;
    }
}
/* End Mediaqueries 1280*/

/* CSS for 1280 */
@media (min-width: 1280px) {

    .modal-content-club {
        left: 300px;
    }

    #popup {
        overflow: hidden;
    }

    .popup-contenedor {
        margin: 4% auto;
        padding: 30px 50px;
        width: 66%;
        overflow: hidden;
    }

    .text-modal-home {
        font-size: 16px;
    }
}
/* End Mediaqueries 1280*/

/* CSS for 1300 */
@media (min-width: 1300px) {
    .product-card {
        max-width: 202px!important;
        height: 315px!important;
    }
    
    .slider-products-content-home .product-card {
        height: 295px!important;
    }    
    
    .found-products .product-card {
        height: 267px!important;
    }
    
    .home_title {
        font-size: 22px;
        font-weight: 300;
        line-height: 26px;
        text-align: left;
    }

    .home_subtitle {
        font-size: 18px;
        font-weight: 300;
        line-height: 22px;
        color: #575756;
        margin-top: -9px;
        text-align: left;
    }

    .space-home {
        height: 170px;
        overflow: auto;
    }
}
/* End Mediaqueries 1300*/

/* CSS for 1400 */
@media (min-width: 1400px) {
    .home_title {
        font-size: 24px;
        font-weight: 300;
        line-height: 31px;
        text-align: left;
    }

    .promotional-banner-title {
        margin-top: 0;
    }

    .home_subtitle {
        font-size: 18px;
        font-weight: 300;
        line-height: 24px;
        color: #575756;
        margin-top: -9px;
        text-align: left;
    }

    .sales h1 {
        font-size: 65px;
    }
    
    .header-ventajon-cash {
        min-height: 500px;
    }
}
/* End Mediaqueries 1400*/

/* CSS for 1500 */
@media (min-width: 1500px) {
    .home_title {
        font-size: 32px;
        font-weight: 300;
        line-height: 35px;
        text-align: left;
        margin: 15px 0;
    }

    .home_subtitle {
        font-size: 20px;
        font-weight: 300;
        line-height: 27px;
        color: #575756;
        margin-top: -9px;
        text-align: left;
    }
}
/* End Mediaqueries 1500*/

/* CSS for 1600 */
@media (min-width: 1600px) {
    
    .header-influencers {
        min-height: 485px;
    }
}
/* End Mediaqueries 1600*/

/* CSS for 1800 */
@media (min-width: 1800px) {
    
    .messageBox-slider {
        margin-top: 9%;
    }
    #popup {
        overflow: hidden;
    }

    .popup-contenedor {
        margin: 7% auto;
        padding: 30px 50px;
        overflow: hidden;
        max-width: 1100px;
    }

    .title-modal-home {
        font-size: 48px;
        text-align: center;
        font-weight: 300 !Important;
    }

    .new-modal-home {
        font-size: 28px;
        margin-top: 20px;
        padding: 1px 24px;
    }

    .subtitle-modal-home {
        font-size: 54px;
    }

    .mallorca-modal-home {
        font-size: 41px;
    }

    .info-modal-home {
        font-size: 27px;
        text-align: left;
        line-height: 29px;
    }
}
/* End Mediaqueries 1800*/
/*-----------------------------*/