@import url('fonts.css');

:root {
    --color-white: #ffffff;
    --color-black: #000000;
    --color-gray-1: #c2c2c2;
    --color-gray-2: #c6c6c6;
    --color-gray-3: #d8d8d8;
    --color-purple-1: #5f0aff;
    --color-purple-2: #c3a4fd;
    --color-red-1: #AC1B20;
    --color-red-2: #ff3f3f;
    --color-pink: #ed0039;
    --color-blue-1: #eff2fc;
    --color-blue-2: #3cc1ce;
    --color-blue-3: #4500c8;
    --color-orange-1: #ff5502;
    --color-green: #53ea03;
    --padding-box-1: 20px;
    --transition-feature: .2s;
    --transition-modal: .4s;
    --transition-cookies: .5s
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    color: var(--color-white);
    font-size: 16px;
}

/*header, .fondo .row.row-container {*/
/*font-family: Montserrat, sans-serif;*/
/*}*/

.color-red-1 {
    color: var(--color-red-1) !important;
}

.menu-header-derecho {
    color: #000;
    font-weight: 700;
}

a {
    color: var(--color-red-1);
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: var(--color-red-1);
}

p {
    margin: 0;
}

input:focus,
button:focus {
    outline: 0;
}

input {
    border-radius: 0;
    border: 1px solid #000;
}

.display-none {
    display: none !important;
}

.error-input {
    border-color: #f00;
}

.separator {
    height: 2px;
    width: 100px;
    margin: 20px 0;
}

.font-bold {
    font-weight: 600;
}

.display-block {
    display: block !important;
}

.back-white {
    background-color: var(--color-white) !important;
}

.back-red-1 {
    background-color: var(--color-red-1);
}

.back-blue-1 {
    background-color: var(--color-blue-1);
    /* padding-bottom: 100px; */
}

.back-black {
    background-color: var(--color-black);
}

.button-red-c2c,
.button-red-cookies,
.button-red {
    background-color: var(--color-red-1);
    color: var(--color-white);
    padding: 15px;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    text-align: center;
}

.button-white {
    background-color: var(--color-white);
    color: var(--color-black);
    padding: 15px 0;
    font-size: 20px;
    text-transform: uppercase;
    border: none;
}

.button-red-c2c:hover,
.button-red-cookies:hover,
.button-white:hover,
.button-red:hover {
    background-color: var(--color-black);
    color: var(--color-white);
}

.general-title-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.general-title-1 h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}

/* PRICE PROD */
.prod-price-cont {
    font-family: 'Druk', sans-serif;
    font-size: 80px;
    line-height: 18px;
    text-align: right;
    position: relative;
    margin: 50px 0 16px 0;
}

.prod-month,
.prod-iva {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    line-height: 0;
}

/* CHECKBOX */
.checkbox-cont {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.checkbox-cont-landing {
    display: flex;
    margin: 15px auto;
    justify-content: center;
}

.checkbox-cont input,
.checkbox-cont-landing input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox-cont label,
.checkbox-cont-landing label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 5px;
}

.checkbox-cont label:before,
.checkbox-cont-landing label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid var(--color-black);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.checkbox-cont input:checked + label:after,
.checkbox-cont-landing input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 11px;
    border: solid var(--color-red-1);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-error:before {
    border-color: #f00 !important;
}

.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.btn-close:after {
    content: url(../img/btn-close.svg);
}

.cookies-notice,
.c2c-auto-fixed,
header {
    /*box-shadow: 0px 0px 19px 0px #00000040;*/
}

.menu-superior {
    font-size: 16px;
    font-weight: 900;
    z-index: 9;
}

@media (max-width: 1199px) {
    .menu-superior {
        font-size: 13px;
    }
}

@media (max-width: 375px) {
    .general-title-1 h2 br {
        display: none;
    }
}

@media (min-width: 576px) {
    .general-title-1 h2 {
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    .menu-header-derecho {
        line-height: 1;
        font-size: 16px;
    }

    .general-title-1 h2 br {
        display: none;
    }

    .hidden-lg {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .div_click2call {
        margin: auto;
    }

    .col-sm-5, .col-sm-7, .col-sm-9, .col-sm-12 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        display: block !important;
    }

    .menu-header-derecho {
        line-height: 1.5;
        font-size: 12px;
    }

    footer {
        margin-bottom: 75px;
        padding-left: 20px;
    }

    .oferta {
        max-width: 400px;
        min-width: 300px;
        margin: auto;
    }

    .hidden-xs {
        display: none !important;
    }

    .container {
        max-width: 100% !important;
    }

    .opiniones,
    .principios {
        display: table !important;
        margin: auto;
    }

    .nuestros-principios {
        margin-top: 3rem;
    }

    .principio {
        height: 350px;
        border: none !important;
    }

    /*.social-media > div {*/
    /*width: 250px !important;*/
    /*}*/
    /*.social-media > div > div {*/
    /*margin: auto;*/
    /*}*/
    .descargas .descargas-iconos {
        display: table !important;
    }

    .parent-subtitle-1 {
        padding: 0 20px !important;
    }

}

.social-media > div {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 250px !important;
}

.social-media > div > div {
    margin: auto;
}

/* HEADER */
header {
    position: fixed !important;
    top: 0;
    width: 100%;
    background-color: var(--color-white);
    height: 64px;
    display: flex;
    align-items: center;
}

.row-container,
.header-container {
    height: 100%;
    justify-content: space-between;
}

.header-menu {
    list-style: none;
    display: flex;
    height: 100%;
    align-items: center;
    margin: 0;
    padding: 0;
}

.header-menu li .header-menu-btn {
    /*font-weight: 700;*/
    text-decoration: none;
    color: var(--color-white);
    padding: 0 20px;
}

.header-menu li .header-menu-btn:hover {
    color: var(--color-red-1);
}

.header-phone-cont {
    background-color: var(--color-red-1);
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    justify-content: center;
}

.header-phone-cont:hover {
    background-color: var(--color-black);
}

.header-phone-cont p {
    color: var(--color-white);
    font-size: 28px;
}

.header-phone-icon {
    margin-right: 10px;
    width: 34px;
}

.header-phone-cont .header-phone-number .free {
    font-size: 15px;
    font-weight: 400;
    margin: 5px 0;
    line-height: 80%;
}

.header-phone-cont .header-phone-number .number {
    color: var(--color-white);
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
}

.header-menu-mobile {
    position: absolute;
    background-color: var(--color-white);
    width: 100vw;
    height: 100vh;
    left: -100%;
    top: 0;
    transition: left 0.4s;
}

.header-menu-btn-mobile {
    position: absolute;
    background-size: cover;
    top: 20px;
}

.header-menu-btn-mobile-bar {
    position: absolute;
    height: 4px;
    width: 28px;
    background-color: var(--color-black);
    top: 0;
    transition: 0.2s;
    right: 0;
}

.header-menu-btn-mobile-bar.b {
    top: 9px;
}

.header-menu-btn-mobile-bar.c {
    top: 18px;
}

.header-menu-btn-mobile-bar.open-bar {
    top: 9px
}

.header-menu-btn-mobile-bar.a.open-rotate {
    transform: rotate(45deg);
}

.header-menu-btn-mobile-bar.b.open-bar-center {
    /*right: -150px;*/
    display: none;
}

.header-menu-btn-mobile-bar.c.open-rotate {
    transform: rotate(-45deg);
}

.header-menu-mobile-open {
    left: 0;
}

.header-menu-mobile-btns {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    list-style: none;
    padding: 0;
    align-items: center;
}

.header-menu-mobile-btns li a {
    text-decoration: none;
    color: var(--color-black);
    font-size: 20px;
    padding: 5px 0;
    display: flex;
}

.header-phone-cont.phone-menu {
    height: max-content;
    display: none;
}

.header-phone-cont.phone-menu i {
    font-size: 50px;
}

.header-phone-cont.phone-menu .number {
    font-size: 38px;
    margin-bottom: 7px;
}

.header-phone-cont.phone-menu .free {
    font-size: 20px;
}

@media (min-width: 992px) {
    .header-phone-cont .header-phone-number .number {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .header-phone-cont i {
        font-size: 32px;
    }

    .header-phone-cont .header-phone-number .number {
        font-size: 32px;
    }
}

/* BANNER */
.fondo,
.oferta-estrella,
.fondo1 {
    /*margin-top: 64px;*/
    background-position-x: center;
    position: relative;
    background-repeat: no-repeat;
}

.fondo {
    /*height: calc(210vh - 64px);*/
}

.fondo1 {
    height: 1500px;
}

.oferta-estrella {
    height: calc(100vh - 64px);
}

.banner-label {
    display: none;
    align-items: center;
    margin: 5px 0 20px 0;
}

.btn-red-banner {
    display: none;
}

.banner-label-red {
    background-color: var(--color-red-2);
    padding: 5px 80px 5px 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.banner-label-star-cont {
    position: relative;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-label-star {
    background-color: var(--color-white);
    position: absolute;
    width: 15px;
    height: 15px;
}

.banner-label-star:nth-child(2) {
    transform: rotate(30deg);
}

.banner-label-star:nth-child(3) {
    transform: rotate(60deg);
}

.banner-label-star:nth-child(4) {
    transform: rotate(90deg);
}

.banner-label-star:nth-child(5) {
    transform: rotate(120deg);
}

.banner-label-triangle {
    width: 35px;
    height: 35px;
    background-color: var(--color-white);
    position: relative;
    transform: translateX(-50%) rotate(45deg);
}

.prod-gift-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--color-red-2);
}

.prod-gift-cont img {
    width: 100%;
}

.prod-gift-label {
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: var(--color-red-2);
    color: var(--color-white);
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.banner-black-over-back {
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color: var(--color-black);*/
    background: linear-gradient(to bottom left, transparent, var(--color-black), var(--color-red-1));
    opacity: .65;
    left: 50%;
    transform: translateX(-50%);
}

.banner-red-over-back {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #8f1028;
    opacity: .65;
    left: 50%;
    transform: translateX(-50%);
}

.container-fondo {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.banner-title {
    font-family: 'Druk', sans-serif;
    font-size: 56px;
    color: var(--color-white);
    line-height: 100%;
    letter-spacing: 1px;
}

.banner-title br {
    display: none;
}

.banner-box {
    background-color: var(--color-white);
    font-family: 'Nunito Sans', sans-serif;
    display: flex;
    flex-direction: column;
    /* bottom: 30px; */
    padding: 20px;
    align-items: flex-start;
    width: max-content;
}

.banner-box-prod,
.banner-box-extra {
    font-size: 20px;
    /* text-transform: uppercase; */
    margin: 0;
}

.banner-box-prod br {
    display: none;
}

.banner-box-extra {
    line-height: 111%;
    font-size: 35px;
}

.feature-prod-title-bold,
.banner-box-extra,
.banner-box-bold {
    font-weight: 700;
}

.banner-box-price {
    font-family: 'Druk', sans-serif;
    font-size: 100px;
    line-height: 132%;
}

.banner-btn-scroll-cont {
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.banner-btn-scroll-arrow {
    border: solid var(--color-white);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 15px;
    transform: rotate(45deg);
    position: absolute;
    animation: anima-arrow 1.5s infinite linear;
    -webkit-animation: anima-arrow 1.5s infinite linear;
}

@keyframes anima-arrow {
    0% {
        opacity: 0;
        transform: translateY(-50%) rotate(45deg);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(50%) rotate(45deg);
    }
}

-webkit-

@keyframes anima-arrow {
    0% {
        opacity: 0;
        transform: translateY(-50%) rotate(45deg);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(50%) rotate(45deg);
    }
}

.banner-box-prod-cont {
    position: relative;
    z-index: 2;
}

@media (max-width: 370px) {
    .prod-gift-cont {
        display: none;
    }

    .container-fondo {
        align-items: flex-start;
    }

    .banner-title {
        margin-top: 10px;
    }
}

@media (max-width: 992px) {
    .banner-title {
        font-size: 85px;
    }
}

@media (max-width: 576px) {
    .banner-box {
        width: 100%;
    }

    .banner-black-over-back {
        display: block;
    }

    .banner-title {
        font-size: 35px;
    }
}

@media (min-width: 992px) {
    .banner-label {
        display: flex;
        align-items: center;
        display: none;
    }

    .btn-red-banner {
        display: block;
    }

    .banner-box-prod,
    .banner-box-extra {
        font-size: 24px;
    }

    .banner-title {
        font-size: 70px;
    }

    .banner-title br {
        display: block;
    }

    .banner-box-prod br {
        display: block;
    }
}

.oferta-estrella {
    background-size: cover;
}

@media (min-width: 1661px) {
    .fondo {
        background-size: cover;
    }
}

@media (max-width: 1660px) {
    .fondo {
        background-size: cover;
    }
}

@media (min-width: 1200px) {
}

.banner-box-prod br {
    display: none;
}

}

/* FEATURES */
.feature-cont {
    margin-bottom: 100px;
}

.plan-amigo-descrp-container,
.advantage-redlion-container,
.features-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.feature-check:before {
    content: url(../img/check.svg);
    margin-right: 5px;
}

.feature-prod {
    cursor: pointer;
    transition: var(--transition-feature);
}

.feature-gb-extra {
    background-color: var(--color-red-2);
    color: var(--color-white);
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 18px;
    top: 0;
}

.feature-prod-data {
    background-color: var(--color-white);
    /* padding: 40px var(--padding-box-1) var(--padding-box-1) var(--padding-box-1); */
    padding: var(--padding-box-1);
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: var(--transition-feature);
}

.feature-prod:hover {
    transform: scale(1.04);
}

.feature-prod:hover .feature-gb-extra {
    background-color: var(--color-white);
    color: var(--color-red-1);
}

.feature-prod:hover .feature-prod-data {
    background-color: var(--color-red-1);
    color: var(--color-white);
}

.feature-prod:hover .separator,
.feature-prod:hover .button-red {
    background-color: var(--color-white);
    color: var(--color-black);
}

.feature-prod h3 {
    font-size: 20px;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
}

.feature-prod-advantage {
    list-style: none;
    padding: 0;
    margin: 10px 0 40px 0;
}

.feature-prod-advantage li {
    display: flex;
    align-items: center;
}

.feature-prod-advantage li svg {
    margin-right: 5px;
}

.feature-prod > .button-red {
    width: 100%;
}

.feature-gift {
    background-color: var(--color-gray-3);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px var(--padding-box-1);
}

.feature-gift-title {
    font-size: 19px;
    color: var(--color-black);
    line-height: 29px;
}

@media (max-width: 370px) {
    .feature-prod h3 {
        font-size: 15px;
    }

    .banner-box-prod br {
        display: block;
    }
}

@media (min-width: 992px) {
    .feature-prod h3 {
        font-size: 25px;
    }
}

@media (min-width: 1200px) {
    .feature-gift-title {
        font-size: 24px;
        line-height: 32px;
        padding-left: 12px;
    }
}

/* ADDITIONAL LINES */
.additional-lines-cont {
    background-color: var(--color-black);
    margin-bottom: 20px;
    padding: 30px var(--padding-box-1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: column;
}

.additional-lines-cont > * {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.additional-lines-cont:hover {
    background-color: var(--color-red-1);
    color: var(--color-white);
}

.additional-lines-cont:hover .button-white {
    background-color: var(--color-white);
    color: var(--color-black);
}

.additional-lines-title {
    margin: 0;
    color: var(--color-white);
    font-size: 22px;
    text-align: center;
    line-height: 121%;
}

.additional-lines-cont .prod-price-cont {
    color: var(--color-white);
    margin-top: 60px;
}

@media (min-width: 992px) {
    .additional-lines-cont > * {
        margin: 0;
    }

    .additional-lines-cont {
        flex-direction: row;
    }

    .additional-lines-title {
        text-align: left;
    }

    .additional-lines-cont .prod-price-cont {
        margin-top: 25px;
    }
}

/* C2C */
.c2c-formu-resp,
.data-box {
    background-color: var(--color-white);
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
}

.c2c-title {
    font-size: 24px;
    font-weight: 600;
}

.c2c-text {
    margin: 10px 0;
}

.c2c-input {
    width: 100%;
    font-size: 25px;
    padding: 5px 10px;
}

.c2c-input::placeholder {
    color: var(--color-gray-1);
}

.c2c-form-msg {
    font-size: 14px;
    margin-bottom: 5px;
    color: white;
}

.c2c-formu-resp {
    background-color: var(--color-white);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.c2c-formu-resp .c2c-formu-data {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.c2c-form-ok:before {
    content: '';
    background-image: url(../img/c2c-form-ok.svg);
    background-size: cover;
    width: 70px;
    height: 70px;
    position: relative;
    display: inline-block;
}

.c2c-btn {
    font-size: 18px;
    width: 100%;
}

.c2c-auto-fixed {
    position: fixed;
    bottom: 0;
    transform: translateY(100%);
    z-index: 90;
    transition: transform 0.5s;
    width: 100%;
}

.c2c-auto-fixed-open {
    transform: translateY(0);
}

.c2c-auto-back {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

.c2c-auto-box {
    flex-direction: row;
    padding: 10px 0;
    align-items: center;
}

.c2c-auto-box .c2c-input {
    font-size: 15px;
}

.c2c-auto-box .checkbox-cont {
    margin-top: 10px;
}

.c2c-auto-box .c2c-text {
    margin: 0;
}

.c2c-auto-box .checkbox-cont label {
    font-size: 13px;
}

.c2c-auto-box .c2c-btn {
    font-size: 16px;
    padding: 5px;
}

.c2c-auto-box .c2c-text {
    /* display: none; */
    font-size: 14px;
}

.c2c-auto-box .c2c-title {
    font-size: 22px;
}

.c2c-auto-box .c2c-form-msg {
    margin: 0;
}

.c2c-auto-box .c2c-formu-data {
    flex-direction: row;
}

.c2c-auto-box .c2c-form-ok {
    margin: 0 10px 0 0;
}

.c2c-auto-box .c2c-form-ok:before {
    width: 30px;
    height: 30px;
}

.c2c-auto-box .c2c-form-ok,
.c2c-auto-box .c2c-formu-resp .c2c-title {
    font-size: 16px;
    margin-right: 5px;
}

.c2c-mobile {
    width: 100%;
}

.c2c-mobile-title {
    font-size: 18px;
}

@media (min-width: 992px) {
    .c2c-auto-box .c2c-title {
        font-size: 18px;
    }

    .c2c-mobile {
        display: none;
    }

    .c2c-auto-box .c2c-text {
        font-size: 11px;
    }

    .c2c-auto-box .checkbox-cont label {
        font-size: 11px;
    }
}

@media (min-width: 1200px) {
    .c2c-auto-box .c2c-title {
        font-size: 23px;
    }

    .c2c-auto-box .c2c-text {
        font-size: 13px;
    }

    .c2c-title {
        font-size: 30px;
    }
}

/* FOOTER */
.advantage-redlion-cont {
    margin: 30px 0;
    align-items: flex-end;
}

.advantage-redlion {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
}

.advantage-redlion-text {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

.footer-cont {
    padding-top: 15px;
    padding-bottom: 84px;
}

.footer-legals-btns {
    display: flex;
    justify-content: flex-end;
}

.footer-legals-btns,
.footer-legals-btns span {
    color: var(--color-white);
    font-size: 14px;
}

.footer-legals-btns span:hover {
    color: var(--color-red-2);
    cursor: pointer;
}

.footer-cont > * {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-phone {
    /* position: fixed; */
    bottom: 0;
    width: 100vw;
    z-index: 15;
    padding: 0;
    transition: var(--transition-cookies);
    height: 78px;
    display: flex;
    align-items: center;
    transform: translateY(-100%);
    position: absolute;
    top: 0;
}

.header-phone-cont.footer-phone .header-phone-number .number {
    font-size: 40px;
}

.header-phone-cont.footer-phone i {
    font-size: 40px;
}

@media (min-width: 992px) {
    .footer-legals-btns {
        justify-content: flex-end;
    }

    .footer-logo {
        justify-content: flex-start;
    }
}

@media (min-width: 576px) {
    .footer-cont > * {
        justify-content: left;
    }

    .footer-logo {
        justify-content: left;
    }
}

/* MODAL */
.modal-cont {
    position: fixed;
    top: 63px;
    left: 0;
    width: 0;
    height: 0;
    /*z-index: 100;*/
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    color: var(--color-black);
}

.modal-cont.sub-modal {
    z-index: 99999 !important;
}

.modal-cont-open {
    width: 100%;
    height: 100%;
}

.modal-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: var(--color-black);
    opacity: 0;
    transition: opacity var(--transition-modal);
}

.modal-back-open {
    width: 100%;
    height: 100%;
    opacity: .8;
}

.modal-data {
    width: 400px;
    height: max-content;
    position: absolute;
    z-index: 11;
    transform: scale(0.9);
    opacity: 0;
    transition: var(--transition-modal);
    justify-content: center;
}

.modal-data-open {
    opacity: 1;
    transform: scale(1);
}

.phone-modal {
    margin-top: 10px;
    background-color: var(--color-black);
    height: max-content;
}

.phone-modal:hover {
    background-color: var(--color-red-1);
}

@media (max-width: 576px) {
    .modal-back {
        display: none;
    }

    .modal-data {
        width: 100vw;
        height: 100vh;
    }

    .modal-cont {
        align-items: flex-start;
    }
}

/* POLITICAS */
.btn-politicas {
    color: var(--color-red-1);
}

.legales-cont p {
    margin-bottom: 20px;
}

.legales-cont h1 {
    font-weight: 700;
}

.legales-cont h1,
.legales-cont h2,
.legales-cont h3 {
    margin-top: 20px;
}

.legales-cont table {
    border-collapse: collapse;
    width: 95%;
    margin: 0 auto 15px auto;
    font-size: 16px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.legales-cont th, .legales-cont td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 576px) {
    .legales-cont h2 {
        font-size: 25px;
    }
}

/* COOKIES */
.cookies-notice {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999999;
    transition: var(--transition-cookies);
    padding: 10px 0;
}

.cookies-notice-open {
    transform: translateY(0%);
}

.cookies-notice-close {
    transform: translateY(100%);
}

.cookies-icon {
    width: 18px;
}

.cookies-notice-title {
    font-weight: 700;
}

.cookies-notice-text {
    color: var(--color-black);
    font-size: 12px;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.cookies-config-cont {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0;
}

.cookies-config-cont a {
    text-transform: uppercase;
    margin-right: 15px;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: var(--color-red-1);
}

.cookies-config-cont a img {
    height: 12px;
    margin-right: 2px;
}

.cookies-checkbox {
    width: 50%;
}

.cookies-checkbox-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 26px;
}

.cookies-checkbox input {
    margin-right: 10px;
}

.cookies-config {
    cursor: pointer;
    color: var(--color-red-1);
}

.button-red-cookies {
    padding: 6px 0 3px 0;
    text-align: center;
    font-size: 13px;
    margin: 5px 0;
    width: 100%;
}

.cookies-data-cont.legales,
.cookies-data-cont {
    position: absolute;
    top: 0;
    overflow-y: scroll;
    /* height: 86%; */
    height: 96%;
    padding: 30px 30px 0 0;
}

.cookies-data-cont.legales {
    height: 96%;
}

.cookies-data-cont p {
    margin-bottom: 5px;
    font-size: 12px;
}

.cookies-data-cont h1 {
    font-weight: 700;
    font-size: 25px;
}

.cookies-data-cont h2 {
    font-size: 20px;
    margin-top: 20px;
}

.cookies-data-cont h3 {
    font-size: 17px;
}

.cookies-botones {
    padding: 16px 30px;
    display: flex;
    background: var(--color-white);
    position: fixed;
    width: 100%;
    flex-direction: column;
    left: 0;
    bottom: 0;
}

.cookies-save-config {
    border: none;
    background: none;
    color: var(--color-red-2);
    text-align: center;
    width: 100%;
    font-size: 12px;
}

.cookies-checkbox-title {
    font-weight: 700;
    margin-top: 5px;
}

#cookie-nece + label {
    opacity: 0.3;
}

.cookie-description-cont {
    overflow: hidden;
    height: 0;
    transition: var(--transition-cookies);
}

.cookie-description-btn-show {
    display: flex;
    font-size: 12px;
    align-items: center;
    color: var(--color-red-1);
    cursor: pointer;
}

.cookie-description-arrow {
    transition: var(--transition-cookies);
    margin-left: 5px;
}

.cookie-description-arrow:after {
    content: url(../img/cookie-arrow.png);
}

.cookie-description {
    border-bottom: 1px solid var(--color-gray-1);
    padding: 10px 0;
}

.cookie-description p {
    margin: 0;
}

.cookie-title {
    font-size: 13px;
    font-weight: 700;
}

.data-box.legales,
.data-box.cookies {
    width: 100vw;
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    padding: 15px;
    padding-bottom: 5px;
}

@media (min-width: 992px) {
    .data-box.legales,
    .data-box.cookies {
        width: 33vw;
        height: 80vh;
        padding: 30px;
    }
}

/* CHECKBOX COOKIES */

.toggle {
    position: relative;
    display: block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: #0000;
    transform: translate3d(0, 0, 0);
}

.toggle:before {
    content: "";
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #f00;
    border-radius: 25px;
    transition: background 0.2s ease;
}

.toggle span {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    display: block;
    background: #fff;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.toggle span:before {
    content: "";
    position: absolute;
    display: block;
    margin: -18px;
    width: 56px;
    height: 56px;
    background: rgba(79, 46, 220, 0.5);
    border-radius: 50%;
    transform: scale(0);
    opacity: 1;
    pointer-events: none;
}

.cookies-checkbox-input {
    display: none;
}

.cookies-checkbox-input:checked + .toggle:before {
    background: green;
}

.cookies-checkbox-input:checked + .toggle span {
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
}

.center {
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 20px);
}

/* DISABLED HOVER MOBILE */
@media (max-width: 992px) {
    a:hover {
        color: inherit;
    }

    .feature-prod:hover .separator,
    .feature-prod:hover .button-red,
    .button-white:hover,
    .button-red:hover,
    .button-red-c2c:hover,
    .button-white:focus,
    .button-red:focus,
    .button-red-c2c:focus {
        background-color: var(--color-red-1);
        color: var(--color-white);
    }

    .feature-prod:hover .feature-prod-data {
        background-color: var(--color-white);
        color: inherit;
    }

    .feature-prod:hover .feature-gb-extra {
        background-color: var(--color-red-1);
        color: var(--color-white);
    }

    .feature-prod:hover {
        transform: scale(1);
    }

    .feature-prod:hover {
        stroke: inherit;
    }

    .additional-lines-cont:hover {
        background-color: var(--color-red-1);
        color: var(--color-white);
    }

    .additional-lines-cont:hover .button-white {
        background-color: var(--color-white);
        color: var(--color-black);
    }

    .footer-legals-btns span:hover {
        color: inherit;
    }

    .header-phone-cont:hover {
        background-color: var(--color-red-1);
    }

    .phone-modal:hover {
        background-color: var(--color-black);
    }

    /* #aceptar-todas-cookies-mobile:hover,
    #aceptar-todas-cookies-deskt:hover {
        background-color: var(--color-black);
    } */
    .cookies-notice-text a:hover {
        color: var(--color-red-1);
    }

    .plan-amigo-notice:hover button {
        color: var(--color-black);
        background-color: var(--color-white);
    }
}

/* CLASES CORRECTIVAS */
.back-red-1 {
    background-color: var(--color-red-1);
}

.back-red-2 {
    background-color: var(--color-red-2);
}

/* CAROUSEL */

.owl-carousel .owl-item img {
    width: 100px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--color-red-1);
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    top: -415px;
    position: relative;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    border: none;
    padding: 0 !important;
    font: inherit;
    background: var(--color-black);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: var(--color-white);
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--color-black);
}

@media (min-width: 992px) {
    .owl-stage {
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .owl-carousel .owl-stage-outer {
        overflow: inherit;
    }
}

/* @media(max-width: 992px) {
    .owl-carousel {
        width: 100vw !important;
        position: relative !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
} */

/* DESACTIVAR REGALOS */
.feature-gift,
.prod-gift-cont {
    display: none;
}

/* DESACTIVAR GB EXTRA */
/* .feature-gb-extra,
.banner-box-extra {
    display: none;
} */

.switch_button {
    display: inline-block;
}

.switch_button .switch-button_checkbox {
    display: none
}

.switch_button .switch-button_label {
    background-color: var(--color-gray-1);
    width: 4rem;
    height: 2rem;
    border-radius: 3rem;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.switch_button .switch-button_label:before {
    transition: .2s;
    display: block;
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-color: var(--color-blue-1);
    content: '';
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #000
}

.switch_button .switch-button_checkbox:checked + .switch-button_label {
    background-color: var(--color-red-1)
}

.switch_button .switch-button_checkbox:checked + .switch-button_label:before {
    transform: translateX(2rem)
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

a, a:hover {
    text-decoration: none;
    color: var(--color-white);
}

header a, header a:hover {
    text-decoration: none;
    color: #000;
}

.shadow-text {
    text-shadow: 1px 1px hsl(358, 73%, 39%),
    2px 2px hsl(358, 73%, 39%),
    3px 3px hsl(358, 73%, 39%),
    4px 4px hsl(358, 73%, 39%),
    5px 5px hsl(358, 73%, 39%),
    6px 6px hsl(358, 73%, 39%),
    7px 7px hsl(0, 0%, 32%);
}

.halloween {
    
    font-family: Montserrat, sans-serif;
    color: var(color red 1);

}

.shadow-text-lg {
    text-shadow: 1px 1px hsl(358, 73%, 39%),
    2px 2px hsl(358, 73%, 39%),
    3px 3px hsl(358, 73%, 39%),
    4px 4px hsl(358, 73%, 39%),
    5px 5px hsl(358, 73%, 39%),
    6px 6px hsl(358, 73%, 39%),
    7px 7px hsl(358, 73%, 39%),
    8px 8px hsl(358, 73%, 39%),
    9px 9px hsl(358, 73%, 39%),
    10px 10px hsl(358, 73%, 39%),
    11px 11px hsl(358, 73%, 39%),
    12px 12px hsl(358, 73%, 39%),
    13px 13px hsl(358, 73%, 39%),
    14px 14px hsl(0, 0%, 32%);
}

header {
    z-index: 999999;
}

.header-menu-mobile,
.menu-movile-btn {
    z-index: 99999;
}

.header-logo {
    z-index: 999991;
}

.header-logo > img {
    position: absolute;
    top: -20px;
    height: 80px;
}

.cookies-notice-title {
    color: #000;
}

/*.oferta_local:hover .oferta-header {*/
    /*background: var(--color-pink);*/
/*}*/

/*.oferta_local:hover .oferta-body{*/
    /*border: 1px solid var(--color-pink);*/
/*}*/

/*.oferta_local:hover .oferta-body .oferta-precio,*/
/*.oferta_local:hover .oferta-body .oferta-texto{*/
    /*color: var(--color-pink) !important;*/
/*}*/

.lo-que-dicen,
.nuestros-principios,
.descargas {
    margin-top: 3rem;
    padding-top: 3rem;
}

.descargas {
    padding-bottom: 3rem;
}

.media-icon-small-red a,
.media-icon a {
    color: #fff !important;
}

.media-icon-small a {
    color: var(--color-red-1) !important;
}

footer {
    position: relative;
    z-index: 9;
}

.btn_llamar_gratis {
    cursor: pointer;
}
