/* Reseter */

*,
:before,
:after {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    z-index: 0;
}

html {
    scroll-behavior: smooth;
}

:focus {
    outline: none;
}

a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    color: inherit;
    cursor: pointer;
    outline: none;
}

b {
    font-weight: 700;
}

p {
    font-size: 1.3rem;
    color: #054d59;
    font-weight: 300;
    text-align: center;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video {
    display: block;
}

picture {
    display: inline-block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
textarea,
select,
button {
    font-size: 12pt;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 100;
}

input[type="button"] {
    font-style: normal;
    cursor: pointer;
}

button {
    background: transparent;
    cursor: pointer;
}


/* Contents */

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Poppins';
}

.cell.auto {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    align-items: center;
    justify-items: center;
    width: 80%;
    margin: 5% auto 15%;
}

header {
    z-index: 10;
    /*background-color: #06F;*/
    display: flex;
    /*justify-content: center;*/
    transform: translateY(0);
    transition: transform 0.4s 0.2s;
    /*background-image: url(../images/FSD_Banner-Teaser_1920x300.jpg);*/
    height: auto;
    color: midnightblue;
    flex-direction: column;
    font-family: 'Poppins';
    font-weight: 600;
    position: fixed;
    width: 100%;
    margin-bottom: 10%;
    top: 0;
}

.title-type1 {
    color: #2f474f;
    font-size: 25pt;
    text-align: center;
    font-weight: 900;
    width: 80%;
    margin: 40px auto;
}

.title-type2 {
    color: #2f474f;
    font-size: 25pt;
    text-align: left;
    font-weight: 700;
    width: 80%;
    line-height: 1.2;
}

.wrapper-btn-categories {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
}

.wrapper-btn-categories a {
    border: 1px solid #2f474f;
    border-radius: 10px;
    padding: 5px;
    text-decoration: none;
    color: #2f474f;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
}

.title-categories {
    display: flex;
    border-bottom: 1px solid #2f474f;
    padding-top: 60px;
}

@media (max-width: 60em) {
    .wrapper-btn-categories {
        display: none
    }
    .title-categories {
        padding: 0;
        margin-bottom: 30px;
    }
}

.title-categories p {
    background: #ffffff;
    display: inline-block;
    margin: 0 auto -15px;
    padding: 0 10px;
    text-transform: uppercase;
}

label {
    color: #2f474f;
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 300;
}

.comenzo header {
    background-image: url(../images/FSD_Banner-YaComenzo_1920x300.jpg);
}

.pocas header {
    background-image: url(../images/FSD_Banner-UltimasHoras_1920X300.jpg);
}

.countdown-container {
    width: 100%;
    text-align: center;
    background: #b4357e;
    position: fixed;
    top: 0;
    z-index: 9998;
    font-family: 'Poppins';
    font-weight: 600;
}

.conditions {
    display: flex;
    width: 100%;
    justify-content: center;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 1rem;
    color: #103867;
    padding: 2rem 0;
}


/*
.countdown-container:hover {
    width: 100%;
    padding: 2rem;
    text-align: center;
    background-color: #9933ff;
     display:none;
}
*/

.comenzo .countdown-container {
    background-color: #3399ff;
}

.pocas .countdown-container {
    background-color: #00cc99;
}

.countdown p {
    font-size: 2rem;
    font-weight: bold;
}

h3 .title p {
    color: #000;
    font-size: 1.25rem;
    /* line-height: 2rem; */
    font-weight: 400;
}

h3 .title h3 {
    color: #232c48;
    font-size: 2rem !important;
    font-weight: bold;
    line-height: 1rem;
    padding: 0 !important;
}

.comenzo h3 .title h3 {
    color: #3399ff;
}

.pocas h3 .title h3 {
    color: #00cc99;
}

.brands-programs-wrapper {
    margin-bottom: 5%;
}

.brands-programs-wrapper ul li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.programming-hour-brands.programming-hour-brands {
    background: #4c44ae;
    color: white;
    border-radius: 10px;
    display: inline-block;
    padding: 15px 10px;
    font-weight: 600;
    font-size: 1.2rem;
    position: absolute;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    width: 80%;
}

.programming-hour-brands+img {
    margin-top: 40px;
    width: fit-content;
}

.brands-programs-wrapper ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    list-style: none;
}

.brands-programs-wrapper ul a {
    text-decoration: none;
    outline: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.programming-hour-brands::after {
    content: "";
    position: absolute;
    bottom: -13px;
    right: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 20px;
    border-color: transparent transparent transparent #4c44ae;
}

.top-live {
    display: flex;
    color: white;
    background: #d13373;
    font-weight: 300;
    font-size: 1.2rem;
    text-align: center;
    height: 50px;
    align-items: center;
    justify-content: space-around;
}

.big-brand-live.big-brand-live {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 5% auto;
    padding-top: 50px;
}

.big-brand-live img {
    border-radius: 10px;
}

.big-brand-img p {
    font-weight: 600;
    padding: 10px 0;
}

.big-brand-img {
    width: 70%;
}

.mini-brand-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25%;
}

.big-brand-img img,
.mini-brand-wrapper img {
    width: 100%;
}

.mini-brand:nth-child(1) {
    margin-bottom: 20px;
}

.mini-brand p:nth-child(1) {
    color: #19454e;
    font-weight: 600;
    font-size: 1.7rem;
    padding: 10px 0;
}

.mini-brand img+p {
    color: #19454e;
    font-weight: 600;
}

.brands-programs-wrapper img+p {
    text-align: center;
    padding: 10p 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #074e5a;
    border-bottom: 1px solid #074e5a;
    margin-top: 10px;
}

@keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}

.blink {
    display: flex;
    align-items: center;
    color: #19454e;
    font-weight: 600;
    font-size: 1.7rem;
}

.brands-programs-wrapper .blink {
    margin: 5px 15px 0 0;
    border-bottom: 1px solid #074e5a;
}

.blink:before {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    border-radius: 50%;
    background: #d03372;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.logo-live-landing {
    width: 10%;
}

.logo-live-landing img {
    width: 75%;
    display: block;
    margin: auto;
}

.play-button {
    width: 10% !important;
    position: absolute;
    bottom: 20px;
    left: 15px;
}

.brands-list.brands-list-two a .bgd {
    position: relative !important;
}

w-div[role="dialog"] {
    top: 5% !important;
}

.line-border-top {
    border-top: 3px solid #e8e8e8;
    padding-top: 5%;
}

.programming-hour-brands+img {
    margin-top: 40px;
    width: 85%;
}

@media (max-width: 1640px) {
    /* header {
        background-image: url(../images/FSD_Banner-Teaser_1300x300.jpg);
    }*/
    .comenzo header {
        background-image: url(../images/FSD_Banner-YaComenzo_1300x300.jpg);
    }
    .pocas header {
        background-image: url(../images/FSD-ultimashoras-1300X300.jpg);
    }
}

.dawn .brands-container {
    background-image: linear-gradient(#fda9c4, #fc596d);
    background-color: #fc596d;
}

.morning .brands-container {
    background-image: linear-gradient(#fbe6a6, #cf5658);
    background-color: #cf5658;
}

.midday .brands-container {
    background-image: linear-gradient(#65c2fc, #1f7dfb);
}

.dusk .brands-container {
    background-image: linear-gradient(#4080bb, #faf6c9);
    background-color: #faf6c9;
}

.sunset .brands-container {
    background-image: linear-gradient(#f4bb6a, #9e9c8f);
    background-color: #9e9c8f;
}


/*header:after,
header:before {
	content: "";
	display: block;
	flex: 0 1 100%;
	background: url('../images/pattern.png') repeat center;
}*/

header:before {
    background-position: 100% -20px;
}

header:after {
    background-position: 0% -20px;
}

header .center {
    padding: 20px 40px;
    display: none;
}

header .logo-freeshippingday {
    display: block;
    width: 100%;
    max-width: 240px;
    /*margin: 0 auto 20px;*/
}

header .logo-freeshippingday svg {
    display: block;
    width: 100%;
    height: auto;
}

.ie header .logo-freeshippingday svg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.ie header .logo-freeshippingday:after {
    content: "";
    display: block;
    padding-bottom: 20%;
}

header .logo-freeshippingday svg path,
header .logo-freeshippingday svg polygon {
    fill: #fff;
}

header .logo-freeshippingday svg path.red,
header .logo-freeshippingday svg polygon.red {
    fill: #be2b4b;
}

header .call {
    margin: 10px auto;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0;
    text-align: left;
}

.bye-bye-call {
    width: 640px;
    /*padding-top: 26px !important;*/
    margin: 55px 0 0;
    letter-spacing: 0.075em;
    text-align: left;
}

@media (max-width: 720px) {
    header .call {
        white-space: normal;
    }
    header:after,
    header:before {
        display: none;
    }
}

body.in-selector {
    overflow: hidden;
}

body.ie.in-selector {
    overflow: auto;
}

@media (min-width: 900px) {
    body.in-selector {
        overflow: auto;
    }
    .register-two img {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .register-two.register-two {
        background: #fff url(../images/v2-2021/Banner_REGISTRARSE_GRADIENTE_2.png.jpg) no-repeat;
        min-height: 275px;
        padding: 0 20px;
    }
}

section h2 {
    text-align: center;
    font-size: 1.5rem;
    color: #3f2e33;
    margin-bottom: 1rem;
}

.h2 {
    font-weight: 800;
    font-size: 24px;
    line-height: 1.3em;
}

.display-no {
    display: none;
}

.occult {
    height: 0;
    line-height: 0;
    color: transparent;
    font-size: 0;
    overflow: hidden;
}

.brands-back {
    background-color: #ffffff;
    padding-top: 50px;
}

.live-band {
    background-color: #103867;
    color: white;
    text-align: center;
    font-size: 1.3rem;
    padding: 15px 5px;
}

.live-band-one {
    background-color: #3b3b87;
    color: white;
    text-align: center;
    font-size: 1.3rem;
    padding: 15px 5px;
}

.brands-container {
    padding: 10px 0;
    margin: 0 27px;
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    border-radius: 25px;
}

@media (max-width: 640px) {
    .container {
        padding: 0 20px;
    }
}

.live-commerce .blue-bgd {
    background: #fff url(../images/live/footer-bg.png);
    background-repeat: no-repeat;
    padding: 1rem 0;
    background-size: cover;
    background-position: bottom;
    padding-top: 10%;
}

.blue-bgd {
    background: #fff;
    background-size: cover;
    background-position: bottom;
    padding-top: 5%;
}

.logo.logo-freeshippingday {
    display: block;
    max-width: 220px;
    height: auto;
    background-image: none;
    text-indent: 0;
    left: 5px;
}

#intoduction {
    height: 100%;
    width: 100%;
    position: relative;
}


/* Logos marcas */

.logos div.apagado img {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: url(estilos.css);
    filter: gray;
    filter: grayscale(100%);
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
}

.logos div.apagado a {
    border: none;
    pointer-events: none;
}


/* Footer */

footer {
    margin: 0;
    padding: 0;
    background: #e6e6e6;
    /*border-top: 1px solid #DDD;*/
    z-index: 200;
    text-align: center;
    color: #666;
    /*background-color: #fff;*/
    font-family: 'Poppins';
    font-weight: 600;
}

.night footer .blue-bgd {
    background-image: linear-gradient(#074e5c, #032e4a);
}

.dawn footer .blue-bgd {
    background-image: linear-gradient(#fda9c4, #fc596d);
}

.morning footer .blue-bgd {
    background-image: linear-gradient(#fbe6a6, #cf5658);
}

.midday footer .blue-bgd {
    background-image: linear-gradient(#65c2fc, #1f7dfb);
}

.dusk footer .blue-bgd {
    background-image: linear-gradient(#4080bb, #faf6c9);
}

.sunset footer .blue-bgd {
    background-image: linear-gradient(#f4bb6a, #9e9c8f);
}

.register {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: no-repeat center #fff url("../images/v3-2022/bg.jpg");
    background-size: cover;
    padding: 2rem 3rem .5rem;
    font-family: 'Poppins';
    font-weight: 600;
    min-height: 588px;
}

.register-two.register-two {
    background: #fff url(../images/v2-2021/Banner_REGISTRARSE_GRADIENTE_2.png.jpg) no-repeat;
    padding: 0;
    min-height: 495px;
}

.register .title-img {
    width: 75%;
}

.register-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.register-container h3 {
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 2rem;
}

.comenzo .register-container h3 {
    color: #3399ff;
}

.pocas .register-container h3 {
    color: #00cc99;
}

.register-container p {
    color: #2f474f;
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 300;
}

.form-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 70%;
    padding: 1rem 0;
}

.register-two .form-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 70%;
    padding: 1rem 0;
}

.register.register-two .container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.register.register-two .container div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.register-two img {
    width: 50% !important;
    margin-bottom: 20px;
}

.form-container .form-input-btn {
    display: inline-flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
}

.triangle-msg-bottom2 {
    width: 75%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 14px;
}

.triangle-msg-bottom2::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #ffffff transparent transparent;
    margin: 0 0 0 10%;
}

.triangle-msg-bottom2>.white-msg-bubble {
    background: #ffffff;
    color: #249af2;
    border-radius: 10px;
    padding: 10px 16px;
    text-align: center;
}

.form-container #free_email {
    /* box-shadow: 0 0 6px 1px rgba(0,0,0,0.2); */
    padding: 1rem;
    width: 60%;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right: 10px;
}

.form-container #free_submit,
.btn-footer {
    width: 35% !important;
    padding: 1rem !important;
    border-radius: 5px;
    color: #fff !important;
    background: #5b9c80;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.875rem;
    text-align: center;
    text-decoration: none;
}

.btn-footer {
    background: #324850 !important;
}

.register-empresa {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    flex-wrap: wrap;
    margin-top: 20px;
}

.register-empresa .pink-btn input {
    margin: auto;
}

.register-empresa .label-input {
    display: flex;
    flex-direction: column;
    width: 49%;
    text-align: left;
    margin-bottom: 20px;
}

.register-empresa input[type='text'],
.register-empresa input[type='tel'] {
    box-shadow: 7px 7px 25px -8px #000000d2;
    padding: 1rem;
    margin: 0.5rem;
    border-radius: 10px;
}

.register-empresa input[type='tel'] {
    border: 2px solid rgba(255, 255, 255, 0);
}

.register-empresa input[type='tel']:invalid {
    border: 2px solid red;
}

.register-empresa input[type='button'] {
    width: 50%;
}

.register-empresa #free_submit {
    width: 30%;
    padding: 1rem;
    border-radius: 5px;
    color: #fff;
    background-color: #232c48;
    min-width: 116px;
}

@media (max-width: 60em) {
    .register-empresa {
        flex-direction: column;
    }
    .register-empresa .label-input {
        width: 100%;
    }
    .register-empresa .label-input label {
        margin: 0 0 0 30px;
    }
    .register-empresa input[type='text'],
    .register-empresa input[type='tel'] {
        width: 95%;
    }
    .register-empresa input[type='button'] {
        width: 100%;
    }
    .register img {
        display: none;
    }
    .form-container {
        width: 100%;
        padding: 1rem 0;
        justify-content: center;
        align-items: center;
    }
    .form-container .form-input-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }
    .title-type2 {
        text-align: center;
    }
    .register input {
        text-align: center;
    }
}

div#animatedModal {
    background-color: #f2f2f2 !important;
    /*background-color: #37aced !important;*/
}

.swal2-container {
    z-index: 99999;
}

.close-animatedModal {
    padding: 1rem;
    color: #232c48;
}

.comenzo .close-animatedModal {
    color: #3399ff;
}

.pocas .close-animatedModal {
    color: #00cc99;
}

.text-center img {
    margin-top: 28px;
    width: 480px;
}

.text-left {
    width: 45%;
    display: flex;
    justify-content: flex-end;
    margin-right: 1rem;
}

.text-right {
    width: 45%;
    margin-left: 1rem;
    align-items: center;
}

section.content-banner div {
    display: flex;
}

section.content-banner {
    display: block;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.main-img {
    display: block;
    max-width: 749px;
    margin: auto;
}

.main-img-live {
    display: block;
    width: 100%;
    margin: auto;
}

.logo-wrapper {
    justify-content: flex-end;
}

.main-logo {
    display: block;
    padding: 85px 20px 20px;
    min-width: 190px;
    margin-bottom: -150px;
}

.text-banner-wrapper {
    font-size: 1.1rem;
    font-weight: 100;
    font-family: 'Poppins';
    justify-content: center;
    width: 100%;
}

.text-banner-wrapper-top {
    font-size: 1.1rem;
    font-weight: 100;
    font-family: 'Poppins';
    justify-content: center;
    width: 100%;
}

.text-banner-wrapper .triangle-msg {
    width: 85%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.text-banner-wrapper-top .triangle-msg-bottom {
    width: 85%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.text-banner-wrapper .triangle-msg>div {
    background: #02a381;
    color: #fff;
    border-radius: 10px;
    padding: 10px 16px;
}

.text-banner-wrapper-top .triangle-msg-bottom>.white-msg-bubble {
    background: #ffffff8a;
    color: #249af2;
    border-radius: 10px;
    padding: 10px 16px;
}

.text-banner-wrapper .triangle-msg::before {
    content: "";
    margin-top: 20px;
    margin-right: 25%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 15px;
    border-color: transparent transparent transparent #02a381;
}

.text-banner-wrapper-top .triangle-msg-bottom::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #ffffff8a transparent transparent;
    margin-left: -35%;
}

.pink-btn {
    margin: 5% auto 35px;
    font-size: 1.2rem;
    font-weight: 100;
    font-family: 'Poppins';
    width: 100%;
    text-align: center;
}

.seo-text .pink-btn {
    max-width: 30%;
}

.pink-btn a,
.pink-btn input[type='button'] {
    display: block;
    background: #d03372;
    font-weight: 500;
    color: #fff;
    border-radius: 10px;
    padding: 15px 45px;
    margin: auto;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    text-align: center;
}

.content-banner div p {
    color: #3f2e33;
    font-size: 1.6rem !important;
    font-weight: bold;
    line-height: 1rem;
}

.text-right p span img {
    min-width: 30px;
    max-width: 30px;
}

.text-right p:last-child {
    margin-left: 1rem;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 107px;
    background-color: #5555555e;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: -89%;
    left: 101%;
    margin-left: -118px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: .75rem;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: -40%;
    left: 50%;
    margin-left: 10px;
    border-width: 5px;
    border-bottom: 10px solid #5555555e;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 600px) {
    footer .sponsors .col {
        display: inline-block;
        width: 48%;
        vertical-align: top;
    }
}

@media (max-width: 480px) {
    .logo-wrapper {
        justify-content: center;
    }
    .register {
        background-color: #fff;
        text-align: center;
        padding: 3rem 1rem 3rem;
        min-height: 200px
    }
    .register-container {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .register-container h3 {
        font-size: 1.5rem;
        font-weight: bold;
    }
    .comenzo .register-container h3 {
        color: #3399ff;
    }
    .pocas .register-container h3 {
        color: #00cc99;
    }
    .register-container p {
        font-size: 0.75rem;
        line-height: 1rem;
    }
    .form-container {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        width: 100%;
        padding: 1rem 0px;
    }
    .form-container #free_email {
        /* box-shadow: 0 0 10px 5px rgba(0,0,0,0.25); */
        padding: 1rem;
        width: 90%;
    }
    .form-container #free_submit {
        width: 55%;
        padding: 1rem;
        color: #fff;
    }
    .pocas .form-container #free_submit {
        margin-top: 2rem;
        width: 55%;
        padding: 1rem;
        border-radius: 0px;
        color: #fff;
        background-color: #003333;
    }
    .seo-text .pink-btn {
        max-width: 80%;
    }
}

footer .sponsors {
    padding: 0 20px;
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 46px;
}

footer .sponsors p {
    margin: 30px 0 5px;
}

footer .sponsors a {
    display: inline-block;
    width: 210px;
}

footer .sponsors i.logo {
    height: 50px;
    margin: 5px auto;
    max-width: none;
    opacity: 0.75;
}

footer .sponsors .logo.logo-freeshippingday {
    display: block;
    max-width: 220px;
    margin: 20px auto;
    left: 5px;
}

footer .sponsors .logo.logo-freeshippingday svg {
    display: block;
    width: 100%;
    height: auto;
}

footer .sponsors .logo-freeshippingday path,
footer .sponsors .logo-freeshippingday polygon {
    fill: #06f;
}

footer .sponsors .logo-freeshippingday path.red,
footer .sponsors .logo-freeshippingday polygon.red {
    fill: #be2b4b;
}

footer .footer-nav {
    color: #fff;
    padding: 1rem 0;
    margin: 40px 0 0;
    background: #2f474f;
    font-family: 'Poppins';
    font-weight: 600;
}

footer .footer-nav:last-chid {
    padding-bottom: 40px;
}

footer .footer-nav p {
    text-align: left;
}

footer .footer-nav a:hover {
    opacity: 1;
}

@media (min-width: 900px) {
    /* footer .footer-nav a {
        display: inline-block;
        vertical-align: top;
        width: calc(20% - 24px);
    } */
}

footer .networks-nav {
    display: none;
    flex-direction: row;
    justify-content: center;
}

footer .networks-nav:before {
    content: "";
    display: block;
    margin: -20px -20px 20px;
    border-top: 1px solid #fff;
    opacity: 0.3;
}


/*
footer .networks-nav:last-child {
	padding-bottom: 40px;
}
*/

footer .networks-nav a {
    /* display: inline-block; */
    width: 40px;
    padding: 5px;
    margin: 0 10px;
}

footer .networks-nav a img {
    /* display: inline-block; */
    width: 45px;
    padding: 5px;
    margin: 0 10px;
}

.ie footer .networks-nav a {
    height: 30px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ie footer .networks-nav a img {
    height: 30px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ie footer .networks-nav a[href*="facebook"] {
    background-image: url("../images/rs_facebook.svg");
}

.ie footer .networks-nav a[href*="twitter"] {
    background-image: url("../images/rs_twitter.svg");
}

footer .networks-nav a svg {
    display: block;
    background: #3b5998;
    border-radius: 10%;
}

footer .networks-nav a svg path {
    fill: #fff;
}

#information {
    min-height: 100vh;
}

#information .container.container-well {
    padding: 40px;
    color: #333;
}

#information .container.container-well h2:after {
    content: "";
    display: block;
    margin: 20px auto;
    padding-bottom: 20px;
    border-top: 1px solid #666;
    width: 30%;
    max-width: 120px;
}

#information .comunicados {
    margin: 20px;
}

#information .comunicados li {
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #ccc;
    line-height: 1.3em;
    cursor: pointer;
}

#information .comunicados li a {
    color: #333;
    display: block;
    text-decoration: none;
}

#information .comunicados li a:hover {
    color: #06f;
}

#information .comunicados li:last-child {
    border-bottom: none;
}

#information .comunicados li .title,
#information .comunicados li .date {
    display: inline-block;
    vertical-align: middle;
}

#information .comunicados li .title {
    margin-right: 20px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
}

#information .comunicados li .date {
    width: 200px;
    font-weight: 800;
    margin: 10px 0 20px;
}

body>#icons,
body>.icons {
    display: none;
}


/**********
* - NEW - *
***********/


/*.brands-container {
   background-color: #fff;
    /* background-image: url("https://www.transparenttextures.com/patterns/shattered-dark.png");
}
*/

.brands-container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    background: #000;
    transition: opacity 0.5s 0.1s;
    z-index: 20;
}

.in-selector .brands-container:before,
.in-filter .brands-container:before {
    opacity: 0.3;
}


/* .brands-container:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    z-index: 0;
} */

.night .brands-container:after {
    background-image: url("../images/backgrounds/night.jpg");
}

.morning .brands-container:after {
    background-image: url("../images/backgrounds/morning.jpg");
}

.dusk .brands-container:after {
    background-image: url("../images/backgrounds/dusk.jpg");
}

.dawn .brands-container:after {
    background-image: url("../images/backgrounds/dawn.jpg");
}

.midday .brands-container:after {
    background-image: url("../images/backgrounds/midday.jpg");
}

.sunset .brands-container:after {
    background-image: url("../images/backgrounds/sunset.jpg");
}

#brands {
    display: flex;
    flex-direction: column-reverse;
}

.brands {
    /* min-height: 100vh; */
    margin-bottom: 80px;
    transform: translateZ(0);
    z-index: 10;
}

.brands-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    padding: 2rem 0rem;
}

.brands-list a {
    display: block;
    flex: 0 0 calc(50% - 20px);
    margin: 10px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    background-color: #bbb;
    transform: translateZ(0) translateY(0);
    /* box-shadow: 0 0 30px -3px rgba(0,0,0,0.5); */
    transition: transform cubic-bezier(0, 0, 0.2, 1) 0.5s 0s, box-shadow 0.5s 0s, opacity 0.2s -0.2s;
    filter: grayscale(1);
}

.logos-color a {
    filter: grayscale(1) !important;
}

.title-img {
    display: block;
    margin: 30px 0;
}

main .title-img {
    margin: 40px auto;
}

.footer-nav .title-img {
    display: block;
    margin: 30px auto;
}

.footer-nav .form-container .title-img {
    display: block;
    margin: 30px 0;
}

html.bye-bye .brands-list a {
    cursor: default !important;
    border-radius: 5%;
}

.brands-list a.disabled {
    cursor: not-allowed;
}

.in-filter .brands-list a {
    opacity: 0;
}

.brands-list a.hover,
.brands-list a:hover {
    transform: translateZ(0) translateY(-5px);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
}

html.bye-bye .brands-list a:hover {
    transform: translateZ(0) translateY(0px);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}

.brands-list a.display-no {
    display: none;
}

.brands-list a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
    border-radius: 0;
    opacity: 0.1;
    z-index: 20;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
}

.brands-list a:before:hover {
    height: 30%;
}

.brands-list a .title {
    display: block;
    line-height: 0;
    font-size: 0;
    text-indent: -9999px;
    color: transparent;
    padding-bottom: 100%;
    pointer-events: none;
    z-index: 10;
}

.brands-list a .title:after {
    content: "";
    position: absolute;
    display: block;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    border-radius: 100%;
    border: 4px solid #bbb;
    border-top-color: #888;
    background: #ddd;
    transform: scale(0);
    transition: transform 0.6s;
}

.brands-list a.loading .title:after {
    transform: scale(1);
    animation: brand-loading linear 2s infinite;
}

@keyframes brand-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.brands-list a .title:before {
    content: "";
    position: absolute;
    display: block;
    top: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
    border-radius: 0;
    border: 30px solid #ddd;
    transform: scale(2);
    transition: transform 0.6s;
}

.brands-list a.loading .title:before {
    transform: scale(1);
}

.brands-list a .bgd {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0
    filter: grayscale(100%);*/
}

.comenzo .brands-list a .bgd {
    -webkit-filter: none;
    /* Safari 6.0 - 9.0 */
    filter: none;
}

.pocas .brands-list a .bgd {
    -webkit-filter: none;
    /* Safari 6.0 - 9.0 */
    filter: none;
}

a.icon-giftfsd {
    margin-top: 1rem;
    border-radius: 5px;
    border: 1px dashed yellow;
    animation: 1s animateBorder infinite;
}

@keyframes animateBorder {
    to {
        border: 1px dashed #EA3556;
    }
}

@media (min-width: 600px) {
    .brands-list a {
        flex: 0 0 calc(33.3% - 20px);
    }
    .bye-bye header {
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 900px) {
    .brands-list a {
        flex-basis: 215px;
        margin: 10px;
    }
    .brands-list-two.brands-list a {
        flex-basis: 270px;
        margin: 10px;
    }
}


/* Menu categorias */

#categories {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: #fff;*/
    z-index: 200;
    color: midnightblue;
    /*border-top: 1px solid #DDD;
	box-shadow: 0 0 20px 0 #000;*/
}

#categories:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    opacity: 0;
    background: linear-gradient(#000, rgba(0, 0, 0, 0.3), transparent);
    transition: opacity 0.3s 0.5s;
    will-change: opacity;
    pointer-events: none;
}

#categories.open:after {
    opacity: 0.1;
    transition-delay: 0s;
}

@media (min-width: 900px) {
    #categories {
        position: absolute;
        bottom: auto;
        top: 0;
        border-top: none;
    }
    /*#categories.absolute-top {
        position: fixed;
        background: #fff;
    }*/
    #categories:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        /*border-top: 1px solid #DDD;*/
    }
}

#categories.absolute-bottom {
    position: absolute;
}

#categories .icons {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60px;
}

#categories .icons .icon {
    visibility: hidden;
    display: block;
}

#categories .icon path,
#categories .icon circle {
    fill: #06f;
}

#categories .icons .icon.current {
    visibility: visible;
}

#categories .select-wrapper {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

#categories .select-wrapper svg {
    z-index: 0;
    pointer-events: none;
}

#categories .select-wrapper h1 {
    font-size: 18px;
    letter-spacing: 0;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 5px 30px 10px 60px;
    z-index: 10;
    cursor: default;
    font-family: 'Poppins';
    font-weight: 600;
}

.ie #categories .select-wrapper h3 {
    padding-left: 80px;
}

.ie #categories .select-wrapper h3 svg {
    width: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.ie #categories .select-wrapper h3 svg g {
    display: none;
}

.ie #categories .select-wrapper.todas h3 svg g.icon-todas {
    display: block;
}

.ie #categories .select-wrapper.accesorios h3 svg g.icon-accesorios {
    display: block;
}

.ie #categories .select-wrapper.alimentos h3 svg g.icon-alimentos {
    display: block;
}

.ie #categories .select-wrapper.cuponeras h3 svg g.icon-cuponeras {
    display: block;
}

.ie #categories .select-wrapper.deportes h3 svg g.icon-deportes {
    display: block;
}

.ie #categories .select-wrapper.entretencion h3 svg g.icon-entretencion {
    display: block;
}

.ie #categories .select-wrapper.equipaje h3 svg g.icon-equipaje {
    display: block;
}

.ie #categories .select-wrapper.hogar h3 svg g.icon-hogar {
    display: block;
}

.ie #categories .select-wrapper.infantil h3 svg g.icon-infantil {
    display: block;
}

.ie #categories .select-wrapper.mascotas h3 svg g.icon-mascotas {
    display: block;
}

.ie #categories .select-wrapper.multitiendas h3 svg g.icon-multitiendas {
    display: block;
}

.ie #categories .select-wrapper.automotriz h3 svg g.icon-automotriz {
    display: block;
}

.ie #categories .select-wrapper.salud h3 svg g.icon-salud {
    display: block;
}

.ie #categories .select-wrapper.seguros h3 svg g.icon-seguros {
    display: block;
}

.ie #categories .select-wrapper.tecnologia h3 svg g.icon-tecnologia {
    display: block;
}

.ie #categories .select-wrapper.vestuario h3 svg g.icon-vestuario {
    display: block;
}

.ie #categories .select-wrapper.viajes h3 svg g.icon-viajes {
    display: block;
}

#categories .select-wrapper h3:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border: 6px solid transparent;
    border-bottom: 8px solid #666;
    border-top: 0;
    transform: translateY(-6px) rotate(0deg);
}

#categories.open .select-wrapper h3:after {
    transform: translateY(-6px) rotate(180deg);
}

#categories .select-wrapper h3 small {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0;
    display: block;
}

#categories .select-wrapper h1 {
    display: block;
    line-height: 1em;
    margin-top: 0;
    font-size: 2.5rem;
}

@media (min-width: 600px) {
    #categories .select-wrapper h3 small {
        font-size: 16px;
    }
    #categories .select-wrapper h3:after {
        transform: translateY(-6px) rotate(180deg);
    }
    #categories.open .select-wrapper h3:after {
        transform: translateY(-6px) rotate(0deg);
    }
}

#categories .select-wrapper .holder {
    overflow: auto;
    height: 0;
    margin: 0 -20px;
    position: absolute;
    bottom: 100%;
    left: 20px;
    right: 20px;
    /*border-bottom: 1px solid #ddd;*/
    background: #fff;
    transform: translateZ(0);
    transition: height 0.3s 0.1s, transform 0.6s;
    will-change: height, transform;
}

.in-selector #categories .select-wrapper .holder {
    transform: translateZ(0);
}

@media (min-width: 900px) {
    #categories .select-wrapper .holder {
        overflow: hidden;
        position: relative;
        bottom: auto;
        left: 0;
        right: 0;
        /* border-top: 1px solid #DDD; */
        border-bottom: none;
    }
}

#categories .select-wrapper nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    padding: 10px 0 30px;
}

#categories .select-wrapper nav a {
    display: flex;
    align-items: center;
    flex: 0 0 calc(100% - 40px);
    padding: 20px 0 20px 40px;
    margin: 0 20px;
    border-bottom: 1px solid #ddd;
    color: #666;
    text-decoration: none;
    line-height: 1.3em;
}

#categories .select-wrapper nav a:first-child {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

#categories .select-wrapper nav a .mini-icon,
#categories .select-wrapper nav a #icons {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    margin: -15px 0;
}

#categories .select-wrapper nav a #icons g {
    display: none;
}

#categories .select-wrapper nav a.anchor-todas #icons g.icon-todas {
    display: block;
}

#categories .select-wrapper nav a.anchor-accesorios #icons g.icon-accesorios {
    display: block;
}

#categories .select-wrapper nav a.anchor-alimentos #icons g.icon-alimentos {
    display: block;
}

#categories .select-wrapper nav a.anchor-cuponeras #icons g.icon-cuponeras {
    display: block;
}

#categories .select-wrapper nav a.anchor-deportes #icons g.icon-deportes {
    display: block;
}

#categories .select-wrapper nav a.anchor-entretencion #icons g.icon-entretencion {
    display: block;
}

#categories .select-wrapper nav a.anchor-equipaje #icons g.icon-equipaje {
    display: block;
}

#categories .select-wrapper nav a.anchor-hogar #icons g.icon-hogar {
    display: block;
}

#categories .select-wrapper nav a.anchor-infantil #icons g.icon-infantil {
    display: block;
}

#categories .select-wrapper nav a.anchor-mascotas #icons g.icon-mascotas {
    display: block;
}

#categories .select-wrapper nav a.anchor-multitiendas #icons g.icon-multitiendas {
    display: block;
}

#categories .select-wrapper nav a.anchor-automotriz #icons g.icon-automotriz {
    display: block;
}

#categories .select-wrapper nav a.anchor-salud #icons g.icon-salud {
    display: block;
}

#categories .select-wrapper nav a.anchor-seguros #icons g.icon-seguros {
    display: block;
}

#categories .select-wrapper nav a.anchor-tecnologia #icons g.icon-tecnologia {
    display: block;
}

#categories .select-wrapper nav a.anchor-vestuario #icons g.icon-vestuario {
    display: block;
}

#categories .select-wrapper nav a.anchor-viajes #icons g.icon-viajes {
    display: block;
}

#categories .select-wrapper nav a .mini-icon path,
#categories .select-wrapper nav a .mini-icon polygon,
#categories .select-wrapper nav a .mini-icon circle,
#categories .select-wrapper nav a #icons path,
#categories .select-wrapper nav a #icons polygon,
#categories .select-wrapper nav a #icons circle {
    fill: #666;
}

#categories .select-wrapper nav a.current .mini-icon path,
#categories .select-wrapper nav a.current .mini-icon polygon,
#categories .select-wrapper nav a.current .mini-icon circle,
#categories .select-wrapper nav a.current #icons path,
#categories .select-wrapper nav a.current #icons polygon,
#categories .select-wrapper nav a.current #icons circle {
    fill: #06f;
}

@media (min-width: 900px) {
    #categories .select-wrapper nav a {
        flex: 0 0 calc(25% - 40px);
    }
    #categories .select-wrapper nav a:first-child {
        border-top: none;
        padding-top: 10px;
    }
}

#categories .select-wrapper nav a.current {
    color: #06f;
    border-bottom-color: #06f;
}

#categories .select-wrapper nav a:hover {
    border-bottom-color: #06f;
}

#categories .select-wrapper select {
    width: 100%;
    background: transparent;
    font-weight: 300;
    padding: 20px;
    color: #666;
}

#categories .select-wrapper select option {
    color: #666;
    background: #fff;
}

.bye-bye header {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 315px; */
}

.bye-bye #categories .select-wrapper {
    text-align: center;
}

.bye-bye #categories .icons {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    margin: 5px 10px 5px -30px;
    vertical-align: middle;
}

.bye-bye #categories h1 {
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
    padding: 2rem 0 .5rem;
    color: #3f2e33;
}

.date-freeshipping_text {
    font-size: 1.2rem;
    font-weight: 700;
    color: #232c48;
}

@media (max-width: 600px) {
    .bye-bye #categories .icons {
        display: none;
    }
    .bye-bye #categories h1 {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 2rem;
        padding-top: 2.5rem;
    }
}

.bye-bye #categories h3:after {
    display: none;
}

@media (max-width: 640px) {
    .bye-bye-call {
        text-align: center;
    }
}

@media (max-width: 640px) {
    .bye-bye-call {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.bye-bye-call h3 {
    font-size: 26px;
}

.bye-bye-call h4 {
    margin: 10px 0;
    font-size: 24px;
    font-weight: 400;
}


/*
.bye-bye-call:before {
	content: "";
	display: block;
	width: 80px;
	border-top: 1px solid #FFF;
	margin: 0 auto 20px;
}*/

.brands-list a :hover {
    width: 300px;
}

.logoEcomsur {
    width: 267px;
}

.text_footer {
    font-size: 1.2rem;
    /*margin-bottom: 2rem !important;*/
    color: #232c48;
    line-height: 42px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: bold;
}

.comenzo .text_footer {
    color: #3399ff;
    border: 2px solid #3399ff;
}

.pocas .text_footer {
    color: #00cc99;
    border: 2px solid #00cc99;
}

.countdown {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.countdown p {
    color: #fff;
}

.countdown .text-solo {
    display: contents;
}

.countdown .text-solo h1 {
    font-weight: 600;
    font-size: 1rem;
}

.countdown .text-solo span {
    font-weight: 300;
    font-size: 1rem;
    padding-left: 5px;
}

.countdown-container:hover .countdown {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.countdown p {
    width: 100%;
}

.countdown p:first-child {
    font-size: 1.25rem;
    font-weight: 300;
}

.countdown p:last-child,
.countdown h3:last-child {
    font-size: 1.2rem;
    padding: 1.5rem 0;
}

.comenzo .countdown p:last-child {
    display: none;
}

.countdown .countdown-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0.5rem;
    background-color: #fff;
    margin: .5rem 0.5rem;
    color: #2f474f;
    border-radius: 5%;
}

.first-content {
    display: flex;
    font-size: 1rem;
    font-weight: 900;
    align-items: center;
}

.second-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3rem;
    font-size: 1.2rem;
    font-weight: 900;
}

.countdown-word {
    font-size: .7rem;
    font-weight: bold;
}

.countdown-number {
    font-size: 1.2rem;
    font-weight: bold;
    height: 1.5rem;
}

.content-columns {
    display: flex;
}

.first-content span:first-child {
    margin-right: .5rem;
}

.copyright {
    font-size: .75rem;
    font-family: 'Poppins';
    font-weight: 500;
    padding: 2rem 0.5rem;
    font-size: 1.2rem;
}

.copyright.copyright p {
    text-align: center;
    color: #fff;
}

.social {
    position: fixed;
    right: -3px;
    top: 50vh;
    z-index: 2000;
}

.social ul {
    list-style: none;
}

.social ul li a {
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.social ul li .icon-facebook {
    background: #0957c3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.social ul li .icon-instagram {
    background: #ef426f;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.seo-text {
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
    margin: 0 auto 5%;
    color: #606060;
    z-index: 100;
    font-family: 'Poppins';
}

.seo-text h1 {
    color: #054d59;
    margin-top: 2rem;
    font-size: 25px;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 1.3rem;
}

.seo-text h3 {
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
}

.seo-text h2 {
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
    color: inherit;
}

.seo-text p {
    max-width: 750px;
    display: inline-block;
    font-size: 1.3rem;
}

.seo-text span {
    display: inline-block;
    padding: 0 15px;
    font-size: 16px;
}

footer .footer-nav .title-img.partners {
    width: 20%;
}

@media (min-width: 1024px) {
    .h2 {
        font-size: 34px !important;
    }
    .bye-bye header {
        background-position: 50% 50%;
    }
}

@media (max-width: 1023px) {
    .bye-bye-call h3 {
        font-size: 14px;
        top: 110px;
        color: #fff;
    }
    .register-empresa input {
        width: 100%;
    }
}

@media (min-width: 764px) and (max-width: 1023px) {
    .bye-bye header {
        background-position: 50% 50%;
    }
    .bye-bye-call h3 {
        font-size: 16px;
    }
    /*.bye-bye-call {
		bottom: 128px;
	}*/
    .h2 {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    header .call {
        text-align: center;
    }
    .countdown {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .countdown-container {
        width: 100%;
        padding: 0 .5rem;
        text-align: center;
        background-color: #b4357e;
        /* display:none; */
    }
    .bye-bye #categories h3 {
        padding: 1rem 0;
    }
    .seo-text {
        font-size: 1rem;
    }
    .live-commerce .seo-text {
        font-size: 1rem;
        margin-bottom: 0;
    }
}

@media (max-width: 320px) {
    .bye-bye-call h3 {
        top: 80px;
    }
}

.footer-Partners {
    margin: 0.5rem;
    filter: grayscale(1);
}

@media (max-width: 900px) {
    .in-selector header {
        transform: translateY(-100%);
    }
    html.bye-bye #categories {
        position: relative !important;
    }
    .bye-bye header {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .pocas header {
        background-image: url(../images/BANNER-WEB-POCAS-HORAS-FREE--SHIPPING-720x300.jpg);
    }
    header .call {
        text-align: center;
        font-size: 1.2rem;
    }
    .countdown p {
        font-size: 1rem;
        font-weight: bold;
    }
    .bye-bye-call {
        top: 26px;
        text-align: center;
    }
    header .center {
        padding: 20px;
    }
    h3 .title p {
        color: #000;
        font-size: 1rem;
        line-height: 2rem;
    }
    h3 .title h3 {
        color: #232c48;
        font-size: 2rem !important;
        font-weight: bold;
        line-height: 2rem;
        padding: 0 !important;
    }
    .comenzo h3 .title h3 {
        color: #3399ff;
    }
    .pocas h3 .title h3 {
        color: #00cc99;
    }
    .countdown-number {
        font-size: 1rem;
        padding-top: 5px;
        line-height: 1;
    }
}

@media (max-width: 80em) {
    .main-img {
        width: 75%;
    }
    .text-banner-wrapper {
        justify-content: center;
        font-size: 1rem;
        width: 100%;
    }
    .text-banner-wrapper .triangle-msg>div {
        margin-right: 0;
        text-align: center;
    }
}

@media (max-width: 60em) {
    .main-logo {
        padding: 8% 0 20px;
        width: 20%;
        margin: auto;
    }
    .text-banner-wrapper span {
        margin-right: 0%;
    }
    .text-banner-wrapper .triangle-msg {
        width: 95%;
    }
    .live-band,
    .live-band-one {
        font-size: 1rem;
    }
    .brands-list {
        padding: 1rem 2rem;
    }
    .pink-message {
        width: 95%;
        font-size: 1rem;
        text-align: center;
    }
    .title-img {
        width: 70%;
    }
    .text-center {
        width: 100%;
        order: -1;
        justify-content: center;
    }
    section.content-banner {
        flex-wrap: wrap;
        justify-content: center;
    }
    .text-center img {
        width: 45%;
        margin-top: 10px;
    }
    .text-left {
        width: 100%;
        margin-right: 0;
        justify-content: center;
        margin-bottom: .5rem;
    }
    .text-right {
        width: auto;
        align-items: center;
    }
    .second-content {
        margin-left: 0;
        width: 100%;
        flex-direction: column;
    }
    .countdown {
        padding-top: .5rem;
    }
    .seo-text p {
        font-size: 1rem;
    }
    .first-content,
    .second-content {
        font-size: .75rem;
        justify-content: center;
        flex-wrap: wrap;
    }
    .date-freeshipping_text {
        font-size: 1rem;
        margin-top: 1rem;
    }
    .social ul li .icon-facebook,
    .social ul li .icon-instagram,
    .social ul li .icon-giftfsd {
        display: none;
    }
    .register .title-img {
        width: 90%;
    }
    footer .networks-nav {
        display: flex;
    }
    footer .footer-nav .title-img.partners {
        width: 60%;
    }
    footer .form-container .title-img {
        width: 80%;
    }
    .register-two img {
        width: 80% !important;
        margin-bottom: 20px;
    }
    .register-two.register-two {
        background: #fff url(../images/v2-2021/Banner_REGISTRARSE_GRADIENTE_2_Mobile.jpg) no-repeat;
        min-height: 275px;
        padding: 0 20px;
        background-size: cover;
    }
    .register-two.register-two .btn-footer {
        width: 50% !important;
    }
    .brands-programs-wrapper ul li {
        width: 50%;
    }
    .programming-hour-brands+img {
        margin-top: 40px;
        width: 40%;
    }
}

.conditions {
    padding: 0 20px 5%;
    text-align: center;
    font-size: 1rem;
}

.text-right p span img {
    min-width: 20px;
    max-width: 20px;
}

.blue-bgd p {
    display: block;
}

.countdown p:last-child {
    padding: .5rem;
}

#categories .select-wrapper {
    padding: 1rem 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.tooltip {
    margin-top: -10rem;
}

.blue-bgd .footer-nav p {
    font-size: 1rem;
}

.programming-hour-brands.programming-hour-brands {
    padding: 8px 0;
    font-size: 1rem;
    width: 50%;
}

.brands-programs-wrapper img+p {
    margin: 0 0 20px;
    font-size: 1rem;
    font-weight: 600;
}

.big-brand-live.big-brand-live {
    flex-direction: column;
    padding-top: 10px;
}

.big-brand-img {
    width: 90%;
    margin: auto;
}

.big-brand-img a+p,
.big-brand-img span {
    display: none;
}

.mini-brand-wrapper {
    width: 90%;
    margin: 40px auto;
    flex-direction: initial;
}

.mini-brand {
    width: 90%;
}

.mini-brand-wrapper .mini-brand img {
    width: 90%;
}

.top-live {
    padding: 10px;
    font-size: 1rem;
}

.logo-live-landing {
    width: 15%;
}

.brands-programs-wrapper .blink {
    margin: 0 15px 20px 0;
}

.blink {
    font-size: 1rem;
}

@media (max-width: 480px) {
    .countdown p:last-child,
    .countdown h3:last-child {
        font-size: 0.9rem;
    }
    .main-img {
        width: 95%;
    }
    .main-logo {
        padding: 75px 0 20px;
        width: 20%;
    }
    .comenzo header {
        background-image: url(../images/FSD_Banner-YaComenzo_400x300.jpg);
    }
    .pocas header {
        background-image: url(../images/FSD-ultimashoras-400X300.jpg);
    }
    .bye-bye header {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0 0 1rem;
    }
    .content-banner div p {
        font-size: 1rem !important;
    }
    .form-container .form-input-btn {
        width: 90%;
    }
    .text-right {
        margin-left: 0;
    }
    .text-center img {
        width: 75%;
        margin-top: 42px;
    }
    .title-img {
        width: 90%;
    }
    .footer-nav .title-img {
        width: 40%;
    }
    .cell.auto {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-row-gap: 20px;
        align-items: center;
        justify-items: center;
        width: 100%;
        margin: 5% auto 15%;
    }
    .cell.auto img {
        width: 100%
    }
    .brands-back {
        padding-top: 40px;
    }
    .logo-live-landing {
        width: 25%;
    }
    .register-two img {
        width: 95% !important;
        margin-bottom: 20px;
    }
}


/* carrusel */

.link-plain,
.link-plain:hover,
.link-plain:active,
.link-plain:visited {
    text-decoration: none;
}

.link-plain-f,
.link-plain-f:hover,
.link-plain-f:active,
.link-plain-f:focus,
.link-plain-f:visited {
    color: initial;
    text-decoration: none !important;
}

.div-center {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#va_container {
    position: relative;
    max-width: 1140px;
    margin: auto;
}

.va-thumbnail {
    border-radius: 5px;
    border: 0px;
    max-width: 100%;
    filter: grayscale(1);
}

.va-title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 700;
}

.va-carrousel-flexbox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}

.va-carrousel-flexbox .va-card {
    flex: 0 0 auto;
    padding-left: 15px;
}

.va-carrousel-flexbox .va-card:last-child {
    margin-right: 15px;
}

.va-carrousel-flexbox .va-card:last-child::after {
    content: ' ';
    display: inline-block;
}

.va-card {
    width: 100px;
    cursor: pointer;
    user-select: none;
    outline: none;
}

.va-card:hover {
    user-select: none;
    outline: none;
}

.va-card a {
    display: block;
}

@media (min-width: 768px) {
    .va-card {
        width: 215px;
    }
}

.va-carrousel,
.va-carrousel-flexbox {
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.va-carrousel::-webkit-scrollbar,
.va-carrousel-flexbox::-webkit-scrollbar {
    display: none;
}

.va-carrousel-title {
    display: inline-block;
    color: white;
    font-weight: 700;
    padding-bottom: 8px;
    margin-bottom: 18px;
}

.va-title {
    margin-top: 8px;
    font-size: 11px;
    max-height: 3em;
    overflow: hidden;
    color: white;
    font-weight: 700;
}

@media (min-width: 768px) {
    .va-title {
        font-size: 13px;
    }
}

.va-start-from {
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.va-points {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    color: white;
}

.deals-paddle {
    height: 38px;
    width: 38px;
    color: white;
    background-color: #00000089;
    border-radius: 50%;
    border: 0px solid;
    margin: auto;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.deals-paddle:focus {
    outline: none;
}

.deals-paddle:active {
    border-style: solid;
    outline: none;
    user-select: none;
}

.deals-paddle svg {
    width: 10px;
}

@media (min-width: 768px) {
    .other-game-button {
        width: 300px;
    }
}

.deals-scroll-left {
    top: 0;
    left: -40px;
    bottom: 0;
}

.deals-scroll-right {
    top: 0;
    bottom: 0;
    right: -40px;
}

.va-carrousel-section {
    font-family: "Roboto";
    padding: 0px;
    position: relative;
}

@media (min-width: 768px) {
    .va-carrousel-section {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.va-whitewrap {
    /*         background-color: white; */
    padding-top: 15px;
    margin-top: 15px;
}

.va-seeall {
    display: block;
    font-size: 18px;
    font-weight: 700;
    border-top: 1px solid #DDDDDD;
    text-align: center;
    padding: 10px;
}