:root {
    --color1: #010B18;
    --color2: linear-gradient(195deg, #ec407a, #d81b60);
    --color3: #eef4ed;
    --color4: #3da0eb;
    --font1: "Questrial", sans-serif;
    --font2: "Quicksand", sans-serif;
    --icon1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

* {
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
    color: var(--color3);
    list-style: none;
    padding: 0;
    margin: 0;
}

body {
    font-size: var(--font1);
    background: var(--color1);
    background-image: url(../imgs/fondo.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    font-family: var(--font2);
}

.items__menu {
    font-family: var(--font2);
    font-size: 13pt;
}

.items__menu i {
    font-size: 10pt;
}

.items__menu:hover {
    opacity: 0.8 !important;
    cursor: pointer;
}

.boton__sesion {
    background: transparent;
    border: 1.8px solid var(--color4);
    padding: 3px 10px 5px 10px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -7px !important;
    color: var(--color4);
}

.link {
    color: var(--color3);
    font-size: 22pt;
    text-decoration: none;
    margin-top: -7px !important;
}

.link:hover {
    opacity: 0.8 !important;
}

.boton__sesion:hover {
    opacity: 0.8 !important;
}

.hambur {
    font-size: 22pt;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

#menuFijo {
    height: 80px;
}

.menu-color-fijo-scroll {
    height: 60px !important;
    background: rgba(254, 73, 67, 0.64);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12.6px);
    -webkit-backdrop-filter: blur(12.6px);
    border-bottom: 1.8px solid rgba(254, 73, 67, 1);
}

.menu {
    position: fixed;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: start;
    align-items: center;
    z-index: 1000;
}

.brand__ul {
    width: 80% !important;
    padding-left: 80px;
}

.btn__complemento {
    width: 20% !important;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

.menu-scroll-img {
    width: 100px;
    margin-top: 5px !important;
}

.menu-scroll-items {
    font-size: 12pt !important;
}

.menu-scroll-boton {
    border: 1.8px solid var(--color3) !important;
    color: var(--color3) !important;
}

.nav__principal {
    display: block;
}

.sub__menu {
    position: fixed;
    z-index: 10;
    width: 18rem;
    background: linear-gradient(180deg, rgba(254, 73, 67, 0.90), rgba(145, 54, 51, 0.9));
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12.6px) !important;
    -webkit-backdrop-filter: blur(12.6px) !important;
    border-left: 1.8px solid rgba(254, 73, 67, 1);
    top: 0;
    left: -18rem;
}

.fullmenu {
    left: 0;
}

#submenu.fullmenu::after {
    left: -18rem;
}

#submenu.fullmenu::before {
    left: 0;
}


.items__menu2 i {
    font-size: 22pt;
    width: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.items__menu2 {
    font-size: 16pt;
    margin-left: 30px;
    font-family: var(--font2);
}

.boton__sesion2 {
    background: transparent;
    border: 2px solid var(--color3);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18pt;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    width: 100%;
}

.cabecera {
    height: 100vh;
}

.lottie {
    width: 100% !important;
    margin-right: -100px !important;
}

.text__cabecera {
    margin-left: -100px;
}

.nombre__cabecera {
    font-family: var(--font1);
    font-size: 44pt;
    line-height: 2.8rem;
}

.slogan {
    text-align: center;
    margin-top: -10px !important;
    font-family: var(--font2);
    width: 100%;
}

.cajaRepro {
    width: 60%;
    height: 80px;
    background: rgba(254, 73, 67, 0.64);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12.6px);
    -webkit-backdrop-filter: blur(12.6px);
    border: 1px solid rgba(254, 73, 67, 1);
    border-radius: 10px 10px 0px 0px;
    z-index: 999999999999999999999999999999999999999999999999999;
}



.cnt__player {
    bottom: 0;
    z-index: 1000;
}

.fullCajaRepro {
    bottom: -80px;
}

#ContPlayer.fullCajaRepro::after {
    bottom: 0;
}

#ContPlayer.fullCajaRepro::before {
    bottom: -80px;
}

#player {
    font-size: 30pt;
    background: transparent;
    border: none;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    z-index: 900 !important;
}

.redes ul li a i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 2px solid var(--color3);
    border-radius: 50%;

}

.redes ul li a {
    text-decoration: none;
    opacity: 0.7;
}

.redes ul li a:hover {
    opacity: 1;
}

#caratula {
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.btn__controlPlayer {
    right: 0;
    top: -40px;
}

.btn__controlPlayer button {
    width: 30px;
    height: 30px;
    background: rgba(254, 73, 67, 0.64);
    border-radius: 50px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12.6px);
    -webkit-backdrop-filter: blur(12.6px);
    border: 1px solid rgba(254, 73, 67, 1);
}



@media screen and (max-width: 1060px) {
    .nav__principal {
        display: none !important;
    }


    #player {
        padding-left: 80px;
    }

    .redes {
        display: none !important;
    }

    .cajaRepro {
        width: 100%;
    }

    .slogan {
        margin-top: -10px !important;
        font-size: 14pt !important;
    }

    .botones {
        margin-top: 50px;
    }

    .nombre__cabecera {
        font-family: var(--font1);
        font-size: 44pt;
        line-height: 2.8rem;
        margin-top: -180px !important;
    }

    .text__cabecera {
        margin-left: 0px;
        text-align: center;
    }

    .lottie {
        margin-right: -10px !important;
        margin-top: 50px !important;
    }

    .hambur {
        display: block;
        margin-right: -60px !important;
        margin-top: -5px !important;
        z-index: 100 !important;
    }

    .boton__sesion {
        display: none;
    }

    .brand__ul {
        padding-left: 20px;
    }

    .btn__complemento {
        justify-content: end;
        padding-right: 20px;
    }

    .menu-scroll-img {
        margin-top: 0px !important;
    }

    body {
        background-position: center right;
    }
}

.cardServicios {
    background: rgba(129, 129, 129, 0.48);
    backdrop-filter: blur(14.7px);
    -webkit-backdrop-filter: blur(14.7px);
    border: 1px solid rgba(129, 129, 129, 0.3);
}

.rojo {
    background: rgba(254, 73, 67, 0.64) !important;
    backdrop-filter: blur(12.6px);
    -webkit-backdrop-filter: blur(12.6px);
    color: #eef4ed !important;
}

.iconService {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 20pt;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    margin-right: 10px;
}

.accordion-button::after {
    background-image: var(--icon1) !important;
}

.accordion-item {
    border: none !important;
}

.accordion-button::focus {
    border: none !important;
    outline: none !important;
}

.barra {
    width: 100px;
    height: 5px;
    background: rgba(254, 73, 67, 0.64);
}

.cards__services {
    padding: 10px;
}

.content__cards {
    background-image: url(../imgs/fondo_cards.png);
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
    margin-bottom: 50px;
    border-radius: 15px;
}

.content__cards i {
    font-size: 50pt;
}

.cardSaleRadio {
    background: linear-gradient(180deg, rgba(127, 120, 224, 0.29), transparent) !important;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(13.6px);
    -webkit-backdrop-filter: blur(13.6px);
    box-sizing: border-box;
    overflow: clip;
    border: 2px solid rgba(87, 67, 134, 0.8);
    border-bottom: none;
}

.cardSaleRadio img {
    transform: rotate(-15deg);
    opacity: 0.5;
    z-index: -1;
}

.nav__principal li a {
    text-decoration: none;
    color: var(--color3);
}

.menu__resposivo ul li a{
    text-decoration: none;
    color: var(--color3);
}

.active__link {
    color: rgb(149, 240, 79) !important;
}

.cnt__cardsales {
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
}

.cardSaletv {
    background: linear-gradient(180deg, rgba(254, 73, 67, 0.6), transparent) !important;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(13.6px);
    -webkit-backdrop-filter: blur(13.6px);
    box-sizing: border-box;
    overflow: clip;
    border: 1px solid rgba(254, 73, 67, 1);
    border-bottom: none;
}

.cardSaleRadio:hover {
    margin-top: -20px;
}

.cardSaletv:hover {
    margin-top: -20px;
}

.cardSaletv img {
    transform: rotate(-15deg);
    opacity: 0.3;
    z-index: 1;
}

.card__nosotros {
    /* From https://css.glass */
    background: linear-gradient(180deg, rgba(127, 120, 224, 0.29), transparent) !important;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.4px);
    -webkit-backdrop-filter: blur(9.4px);
    border: 2px solid rgba(87, 67, 134, 0.8);
    border-bottom: none;
}

.bullets {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f36d33;
}

.card__servicios {
    position: relative;
    height: 250px;
    background: linear-gradient(180deg, rgba(254, 73, 67, 0.6), transparent) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    /* backdrop-filter: blur(12.6px);
    -webkit-backdrop-filter: blur(12.6px); */
    border: 1px solid rgba(254, 73, 67, 1);
    border-bottom: none;
    border-radius: 16px;
    display: flex;
    width: 100%;
    max-width: 90%;
    margin: 30px 0;
}

.imgBx {
    font-size: 55pt;
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(254, 73, 67, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(254, 73, 67, 1);
    border-radius: 16px;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

.card__servicios:hover .imgBx {
    width: 150px;
    height: 150px;
    left: -75px;
    top: calc(50% - 75px);
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);

}

.card__servicios:hover .imgBx i {
    filter: invert(1);
    transition: 0.5s ease-in-out;
    font-size: 40pt;
}

.card__servicios .content {
    position: absolute;
    right: 0;
    width: calc(100% - 75px);
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card__servicios .content a {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 20px;
    background: rgba(35, 0, 255, 0.5);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(13.9px);
    -webkit-backdrop-filter: blur(13.9px);
    border: 1px solid rgba(35, 0, 255, 1);
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.lottie__audio {
    width: 100px;
    height: 100px;
    right: 15px;
    bottom: 0;
}

@media screen and (max-width: 992px) {
    .card__servicios {
        max-width: 300px;
        height: auto;
        flex-direction: column;
        background: transparent !important;
        border: none;
        margin: -20px 0;

    }

    .imgBx {
        position: relative;
        margin-left: 20px;
    }

    .card__servicios .imgBx,
    .card__servicios:hover .imgBx {
        width: 80%;
        height: 200px;
        top: 100px;
        left: 10px;
    }

    .card__servicios:hover .imgBx {
        top: 80px;
    }

    .card__servicios .imgBx i,
    .card__servicios:hover .imgBx i {
        max-width: 100px;
    }

    .card__servicios .content {
        position: relative;
        width: 100%;
        background: rgba(254, 73, 67, 0.64);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(254, 73, 67, 1);
        border-radius: 16px;
        padding-top: 120px;
    }

    .lottie__audio {
        bottom: -10px;
    }

    .cardSaleRadio {
        margin-bottom: 50px;
    }

    .cardSaletv {
        margin-bottom: 50px;
    }

    #player {
        margin-left: 25px;
    }

}

.btn-primary {
    background: rgba(35, 0, 255, 0.5);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(13.9px);
    -webkit-backdrop-filter: blur(13.9px);
    border: 1px solid rgba(35, 0, 255, 1);
}

.btn-danger {
    background: rgba(255, 0, 28, 0.5);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(13.9px);
    -webkit-backdrop-filter: blur(13.9px);
    border: 1px solid rgba(255, 0, 28, 1);
}

.btn-warning {
    background: rgba(245, 255, 0, 0.5);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(13.9px);
    -webkit-backdrop-filter: blur(13.9px);
    border: 1px solid rgba(245, 255, 0, 1);
    color: #fff !important;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.floating {
    animation: float 3s ease-in-out infinite;
    opacity: 0.6;
}

.espacios {
    height: 50px;
}


#brand-slider-container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
}

#brand-slider {
    background: linear-gradient(180deg, rgba(127, 120, 224, 0.29), transparent) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(13.9px);
    -webkit-backdrop-filter: blur(13.9px);
    border: 1px solid rgba(35, 0, 255, 1);
    border-bottom: none;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.tech-icon {
    position: absolute;
    transition: all 0.5s ease;
    color: #ffffff;
    opacity: 0.5;
    font-size: 15vw;
}

.tech-icon.active {
    font-size: 20vw;
    opacity: 1;
    z-index: 10;
}

@media (min-width: 500px) {
    .tech-icon {
        font-size: 40px;
    }

    .tech-icon.active {
        font-size: 80px;
    }

    .list__respon {
        align-items: center !important;
    }
}

footer {
    background: rgba(254, 73, 67, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(254, 73, 67, 1);
    border-left: none;
    border-right: none;
    padding: 30px 50px 30px 50px;
    margin-top: 40px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.copyR {

    background: rgba(5, 1, 25, 0.8);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12.9px);
    -webkit-backdrop-filter: blur(12.9px);
    border: 1px 0 0 0 solid rgba(5, 1, 25, 1);
}

.paypal-powered-by .paypal-button-text {
    display: none !important;
}