/**** fonts ****/
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 1000;
    src: url(../../fonts/Inter-VariableFont_slnt\,wght.ttf) format("truetype supports variations"),
         url(../../fonts/Inter-VariableFont_slnt\,wght.ttf) format("truetype-variations");
    font-stretch: 25% 151%;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/MaterialIcons-Regular.ttf);
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(../../fonts/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga"
}

/**** override bootstrap ****/

:root {
    --bs-font-inter: Inter;
    --bs-body-font-family: var(--bs-font-inter);
    --bs-body-color: #171717;
}

a:hover {
    color: #01ADF0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    /*background-color: #01ADF0;*/
    background-color: inherit;
    font-weight: bold;
}

.dropdown-item.active, 
.dropdown-item:active {
    color: #fff;
    background-color: inherit;
    font-weight: bold;
}

.form-check-input:checked {
    background: #01ADF0;
    border-color: #01ADF0;
}

.form-check-input:focus {
    box-shadow: none;
    border: none;
}

.btn-primary,
.btn-primary.disabled, 
.btn-primary:disabled {
    background: #01ADF0;
    color: #FFFFFF;
    border-color: #01ADF0;
    border-radius: 30px;
}

.btn-primary:hover {
    background: #FFFFFF;
    color: #01ADF0;
    border-color: #01ADF0;
}

.btn-check:focus+.btn-primary, 
.btn-primary:focus {
    background-color: #01ADF0;
    border-color: #01ADF0;
    box-shadow: none;
}

.btn-check:active+.btn-primary, 
.btn-check:checked+.btn-primary, 
.btn-primary.active, 
.btn-primary:active, 
.show>.btn-primary.dropdown-toggle {
    background: #01ADF0;
    border: #01ADF0;
}

.btn {
    font-size: 14px;
    font-weight: bold;
}

input.form-control {
    height: 46px;
}

.alert-danger {
    list-style: none;
}

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

.dropdown-menu {
    border-radius: 10px;
}

#header .dropdown button::after, 
.block-preguntas .title:after {
    content: url(/img/icons/flecha-desplegable-menu.svg);
    width: 13px;
    height: 7px;
    margin-left: 8px;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
}


#header .container-menu .dropdown button::after {
    right: 7px;
}

.block-preguntas .title:after { 
    content: url(/img/icons/flecha-abajo.svg);
    right: 9px; 
    width: 11px;
    top: calc(50% - 7px);
}

.dropdown.open > button:after {
    content: url(/img/icons/flecha-desplegable-activa.svg);
}

#top_menu li.dropdown > button[data-submenu="top-menu"]::after {
    content: url(/img/icons/flecha-desplegable-menu.svg);
}


#top_menu .button-submenu::after { 
    content: url(/img/icons/flecha-desplegable-activa-cerrada.svg);
    display: inline-block;
}

#top_menu li.dropdown.submenu-open > .button-submenu::after {
    content: url(/img/icons/flecha-desplegable-activa.svg);
}

.block-preguntas .title.on:after {
    content: url(/img/icons/flecha-arriba.svg);
}

.form-control:focus {
    box-shadow: none;
}

dl, ol, ul {
    margin-bottom: 0;
}

.card {
    border: none;
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1590px;
    }
}

/**** comunes ****/

.breadcrumb {
    background-color: #282828;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
}

.breadcrumb a {
    color: #FFFFFF;
    text-decoration: none;
}

.breadcrumb .container-xxl {
    height: 30px;
    padding: 0 35px;
}

.home_breadcrumb {
    background: url(/img/icons/icono-home.svg) no-repeat;
    background-position-y: center;
    display: flex;
    width: 14px;
    height: 14px;
    transform: translateY(50%);
}

.separator_breadcrumb {
    padding: 0 16px;
    color: #A0A0A0;
}

.breadcrumb li {
    list-style: none;
}

.breadcrumb ol {
    margin: 0;
    padding: 0;
    display: inline-flex;
    margin-block-end: 0;
}

::marker {
    display: none;
}

:focus-visible {
    outline: none;
}

.center-vertical {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.center-horizontal {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

body {
    background-color: #282828;
    overflow-x: hidden;
}

body#index {
    background-color: #FFFFFF;
}

.help-block ul {
    padding: 0;
}

.alert-danger {
    padding: 8px;
    font-size: 13px;
    margin-top: 10px;
}

.material-icons.expand-less {
    display: none;
}

.dropdown.open .material-icons.expand-more {
    display: none;
    line-height: 50px;
}

.dropdown.open .material-icons.expand-less { 
    display: block;
    line-height: 50px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #C8C8C8;
    width: 6px;
    height: 6px;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #01ADF0;
}

.owl-theme .owl-dots {
    padding-top: 45px;
}

.owl-nav {
    display: none;
    position: absolute;
    top: 150px;
    width: 100%;
    left: 0;
}

.owl-nav button img {
    width: 24px;
    height: 36px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: none;
}

.owl-nav .owl-prev {
    left: 0;
    position: absolute;
}

.owl-nav .owl-next {
    right: 0;
    position: absolute;
}

.owl-theme .owl-nav {
    margin-top: 0;
    transform: translateY(-45px);
}

/**** header ****/

#header .logo {
    height: 64px;
}

#header .logo.desktop {
    display: none;
}

#header .logo.tablet {
    height: 43px;
}

#header {
    background: #171717;
    color: #7a7a7a;
    font-size: 13px;
}

#header .content-desktop {
    height: 80px;
}

#header a {
    text-decoration: none;
    color: #FFFFFF;
}
#header a:hover {
    color: #01ADF0;
}

a .prueba-gratuita {
    border: 1px solid #01ADF0;
    background: #01ADF0;
    line-height: 80px;
    height: 80px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    transform: none;
    font-size: 15px;
    width: 100vw;
}

a .prueba-gratuita:hover {
    color: #FFFFFF;
    background: #01ADF0;
}

.prueba-gratuita-home {
    box-shadow: 0 0 3px 0 rgba(20,25,35,0.3);
    background: #01ADF0;
    border-radius: 30px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 60px;
    text-decoration: none;
    display: block;
    font-family: 'Inter';
    font-weight: 800;
    margin-top: 23px;
    margin-bottom: 35px;
}

a.prueba-gratuita-home:hover {
    border-color: #01ADF0;
    background: #FFFFFF;
}

.icon-menu {
    cursor: pointer;
    display: flex;
}

ul#top-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#header .dropdown button {
    color: #FFFFFF;
    background: #171717;
    border: none;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.65px;
    line-height: 50px;
    padding: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #353535;
    width: 100%;
    position: relative;
}


#header .container-menu .dropdown button {
    padding: 0 30px 0 15px;
}

#user_info .user-info {
    text-transform: uppercase;
    border-bottom: 1px solid #353535;
    font-size: 15px;
    line-height: 50px;
}
#header .dropdown-menu {
    border-bottom: 1px solid #353535;
    border-radius: 0;
    margin: 0;
    padding: 10px 0;
    right: inherit;
    font-size: 14px;
    width: 350px; 
}

#header .dropdown-menu a {
    color: #FFFFFF;
    line-height: 45px;
    padding: 0;
    letter-spacing: 0.65px;
    font-weight: 500;
}

#header .dropdown-menu a:hover {
    color: #01ADF0;
}

/* ps_mainmenu: soporte subniveles anidados */
#top_menu .top-menu li.dropdown > ul.top-menu {
    display: none;
    position: relative;
    left: 0;
    top: 0;
    border: none;
    border-bottom: 1px solid #EEE;
    border-radius: 0;
    margin-bottom: 10px;  
    width: 100%;
    padding: 5px 0px 0 28px;
} 

#top_menu .top-menu li.dropdown > ul.top-menu > li {
    margin: 0;
}


#top_menu .top-menu li.dropdown > ul.top-menu > li > a {
    line-height: 25px;
    white-space: wrap;

}

#top_menu .top-menu li.dropdown.submenu-open > ul.top-menu {
    display: block; 
} 

#header .dropdown button .material-icons {
    color: #FFFFFF;
}

.menu {
    position: relative;
    z-index: 9;
}

.dropdown li {
    list-style-type: none;
    margin: 5px 0;
}

#header .menu .dropdown .top-menu button {
    background: none;
    color: #171717;
    text-align: left;
}

#header .dropdown button:hover,
#header .dropdown button:hover .material-icons,
#header .dropdown.open button,
#header .dropdown.open button .material-icons {
    color: #01ADF0;
}

.menu .dropdown .top-menu .material-icons {
    display: none;
}

.position-static {
    z-index: 9;
}

.user-info .dropdown-menu {
    right: 0;
    padding: 20px;
}

.icon-menu i.menu-cross,
.open.icon-menu i.menu-burguer {
    display: none;
} 

.open.icon-menu i.menu-cross {
    display: block;
}

.container-prueba {
    bottom: 0;
    width: 100%;
    padding: 0;
    right: 0;
    z-index: 1001;
}

.menu-burguer {
    background: url(/img/icons/icono-hamburguesa.svg);
    width: 20px;
    height: 18px;
}

.menu-cross {
    background: url(/img/icons/icono-cierre.svg);
    width: 17px;
    height: 17px;
}

/**** footer ****/

#footer {
    background: #171717;
    font-size: 13px;
    color: #FFFFFF;
}

#footer a {
    color: #FFFFFF;
    text-decoration: none;
}

#footer a:hover ,
a:hover {
    color: #01ADF0;
}

.logo-footer {
    background: url(/img/icons/logo-freemusix-footer.svg) no-repeat;
    width: 84px;
    height: 43px;
    margin: 0 auto;
}

.icon-facebook {
    background: url(/img/icons/facebook.svg) no-repeat;
    width: 27px;
    height: 27px;
    margin: 0 auto;
    margin-top: 9px;
    margin-bottom: 9px;
}

.icon-facebook:hover {
    background: url(/img/icons/facebook-hover.svg) no-repeat;
    width: 27px;
    height: 27px;
}

.icon-youtube {
    background: url(/img/icons/youtube.png) no-repeat;
    width: 27px;
    height: 27px;
    margin: 0 auto;
    margin-top: 9px;
    margin-bottom: 9px;
}

.icon-youtube:hover {
    background: url(/img/icons/youtube.png) no-repeat;
    width: 27px;
    height: 27px;
}

.content-links-footer .cms-page-link,
.content-links-footer .custom-page-link {
    vertical-align: middle;
}

.copy-footer {
    border-top: 1px solid #353535;
    color: #353535;
    font-size: 12px;
}

.text-footer {
    padding: 13px 0;
    display: block;
}

#footer.footer-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.element-link {
    line-height: 45px;
}

.content-links-footer {
    padding-top: 20px;
}

/***** PRODUCT MINIATURE ****/

.product-miniature .product-title a {
    font-family: 'Inter';
    font-weight: 800;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 40px;
    color: #171717;
    text-transform: uppercase;
}

.product-miniature .discription-short {
    font-size: 18px;
    font-weight: bold;
    color: #787878;
}

.product-miniature p {
    margin: 0;
}

.product-miniature {
    font-weight: 500;
}
.product-miniature .price-iva {
    font-size: 25px;
    line-height: 40px;
    padding-top: 5px;
    display: block;
}

.product-miniature .price-iva .product-iva {
    font-size: 14px;
}

.product-miniature .product-month {
    font-size: 13px;
    letter-spacing: 0.8px;
    font-weight: bold;
    color: #787878;
}

.container-menu.open {
    right: 0;
    position: absolute;
}

.container-menu.open .container-prueba {
    position: fixed;
}

.container-menu {
    background-color: #171717;
    position: fixed;
    top: 80px;
    height: calc(100vh - 80px);
    right: -100%;
    padding: 0;
    transition: right .6s ease-in-out;
    border-top: 1px solid #353535;
    overflow-y: auto;
    padding-bottom: 80px;
}
.container-menu.center-vertical {
    transform: inherit;
}

.menu,
#language_selector,
#currency_selector,
#user_info {
    line-height: 40px;
}

.contain_footer {
    padding: 20px 0;
}

.block-social ul {
    margin: 0;
}

.dropdown-menu {
    position: relative;
    background: inherit;
}

.user-info .material-icons.icon-user {
    display: none;
}

.menu .js-dropdown.center-vertical,
.language-selector-wrapper.center-vertical,
.currency-selector.center-vertical {
    top: inherit;
    position: inherit;
    transform: inherit;
}

.flechas-desplegable {
    position: absolute;
    right: 0;
}

/**** Reproductor ****/

.reproductor_muestra {
    position: fixed;
    bottom: 0;
    background: #171717;
    padding: 0;
    z-index: 9;
    width: 100%;
    left: 0;
    border-top: 1px solid #353535;
}

.container-reproductor {
    height: 80px;
    background: #171717;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    margin: 0;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    padding: 0;
}

.container-reproductor.pause {
    display: none;
}

.container-reproductor.play {
    display: flex;
}

.title-reproductor,
.container-controls {
    padding: 0 18px;
}

.container-reproductor .img-reproductor {
    border-radius: 10px;
    width: 80px;
    height: 60px;
}

.container-controls img{
    width: 16px;
    height: 20px;
}

.container-controls .pause.show,
.container-controls .play.show {
    display: flex;
    cursor: pointer;
}

.container-controls .pause,
.container-controls .play {
    display: none;
    width: 16px;
    height: 20px;
}

.container-controls .pause {
    background: url('/img/icons/pause-reproductor.png') no-repeat;
}

.container-controls .play {
    background: url('/img/icons/play-reproductor.png') no-repeat;
}

.container-controls .pause:hover {
    background: url('/img/icons/pause-reproductor-hover.png') no-repeat;
}

.container-controls .play:hover {
    background: url('/img/icons/play-reproductor-hover.png') no-repeat;
}

/*** fin reproductor ***/

.title-register-head {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 36px;
    padding-bottom: 16px;
    display: block;
}

@media (min-width: 576px) {
    .icon-facebook {
        margin: initial;
        margin-top: initial;
        margin-bottom: initial;
        margin-right: 10px;
    }

    .icon-youtube {
        margin: initial;
        margin-top: initial;
        margin-bottom: initial;
        margin-right: 10px;
    }

    .content-links-footer {
        padding-top: inherit;
    }

    .element-link {
        line-height: 20px;
        padding: 0 17px;
    }

    .logo-footer {
        margin: inherit;
        margin-right: 35px;;
    }

    .container-prueba {
        margin: 0 auto;
        margin-top: 44px;
        margin-bottom: 44px;
        position: relative;
        width: auto;
        padding: inherit;
        right: inherit;
    }

    .container-menu.open .container-prueba {
        position: relative;
    }

    a .prueba-gratuita {
        color: #01ADF0;
        background: inherit;
        border-radius: 30px;
        line-height: 42px;
        height: 42px;
        font-size: 13px;
        padding: 0 34px;
        position: relative;
        transform: translateY(-50%);
        top: 50%;
        width: auto;
    }

    .container-menu.open {
        position: fixed;
        padding: 0 33px;
    }

    #header .container-menu .dropdown button::after {
        right: 0px;
    }

    .product-miniature .product-title a {
        font-size: 16px;
    }

    .product-miniature .discription-short {
        font-size: 20px;
    }

    .product-miniature .price-iva {
        font-size: 28px;
    }

    .product-miniature .price-iva .product-iva {
        font-size: 15px;
    }

    .prueba-gratuita-home {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .product-miniature .product-title a {
        font-size: 18px;
    }

    .product-miniature .discription-short {
        font-size: 22px;
    }

    .product-miniature .price-iva {
        font-size: 31px;
    }

    .product-miniature .price-iva .product-iva {
        font-size: 17px;
    }

    .product-miniature .product-month {
        font-size: 14px;
    }

    .prueba-gratuita-home {
        line-height: 54px;
        margin-top: 15px;
    }
}

@media (min-width: 992px) {
    .owl-nav {
        display: block;
    }

    .owl-dots {
        display: none;
    }

    #header .dropdown-menu {
        right: 0;
        padding: 15px;
        border-radius: 10px;
        border-bottom: none;
    }

    #header .dropdown-menu[data-depth="0"] {
        margin-top: 15px;
    }

    #header .dropdown-menu a {
        line-height: 35px;
        color: #787878;
    }

    #header .currency-selector .dropdown-menu {
        width: auto;
    }
    #header .language-selector .dropdown-menu {
        width: auto;
    }

    .container-menu {
        background-color: inherit;
        position: relative;
        height: inherit;
        right: inherit;
        padding: inherit;
        transition: inherit;
        border: none;
        top: 50%;
        overflow: inherit;
        transform: translateY(-50%);
        padding: 0;
    }

    .container-menu.open {
        position: relative;
    }

    .container-menu.center-vertical {
        transform: translateY(-50%);
    }

    .dropdown-menu {
        position: absolute;
        background: #fff;
    }

    .menu .js-dropdown.center-vertical,
    .language-selector-wrapper.center-vertical,
    .currency-selector.center-vertical {
        position: relative;
        top: 50%;
        transform: translateY(-50%)
    }

    #header .top-menu .dropdown button::after {
        content: url(/img/icons/flecha-desplegable-activa-cerrada.svg);
    }
    

    .menu, 
    #language_selector, 
    #currency_selector, 
    #user_info {
        height: 75px;
        padding: 0 19px;
        letter-spacing: 0.65px;
    }

    #user_info {
        padding-right: 12px;
        padding-left: 33px;
        font-weight: 500;
    }

    .user-info .material-icons.icon-user.logged {
        margin-right: 9px;
    }

    #header .dropdown button {
        line-height: 20px;
        text-transform: none;
        border-bottom: none;
        font-size: inherit;
    }

    #header .container-menu .dropdown button {
      /* padding: 0; */
    }

    #header .container-menu .dropdown button::after {
        top: 3px;
    }

    #header .container-menu .dropdown li {
        margin: 0;
        padding: 5px 0;
    }

    .flechas-desplegable {
        position: relative;
    }

    .dropdown.open .material-icons.expand-less,
    .dropdown.open .material-icons.expand-more {
        line-height: 20px;
    }

    #user_info .user-info {
        border-bottom: none;
        text-transform: none;
        font-size: 13px;
    }

    .container-prueba {
        margin: 0;
        padding: 0 19px;
    }

    #header .dropdown button.img-sound {
        background: url(/img/icons/icono-negocios.svg) no-repeat;
        background-size: 19px 17px;
        background-position-y: center;
        padding-left: 29px;
    }
    
    #header .dropdown button.img-sound:hover,
    #header .dropdown.open .img-sound{
        background: url(/img/icons/icono-negocios-hover-activo.svg) no-repeat;
        background-size: 19px 17px;
        background-position-y: center;
    }

    .icon-user {
        background: url(/img/icons/icono-acceder.svg) no-repeat;
        background-size: 14px 15px;
        background-position-y: center;
        padding-left: 9px;
    }
    
    .icon-user:hover {
        background: url(/img/icons/icono-acceder-hover.svg) no-repeat;
        background-size: 14px 15px;
        background-position-y: center;
        padding-left: 9px;
    }

    .dropdown button::after {
        position: initial;
        right: initial;
        width: 8px;
        height: 5px;
    }

    #header .dropdown-menu a:hover {
        color: #353535;
    }

    .product-miniature .product-title a {
        font-size: 15px;
    }

    .product-miniature .discription-short {
        font-size: 19px;
    }

    .product-miniature .price-iva {
        font-size: 26px;
        padding-top: 15px;
    }

    .product-miniature .price-iva .product-iva {
        font-size: 13px;
    }

    .product-miniature .product-month {
        font-size: 12px;
    }

    .prueba-gratuita-home {
        font-size: 14px;
    }

    .block-preguntas .title:after {
        top: initial;
    }

    .prueba-gratuita-home {
        font-size: 13px;
        line-height: 46px;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .product-miniature .product-title a {
        font-size: 16px;
    }

    .product-miniature .discription-short {
        font-size: 20px;
    }

    .product-miniature .price-iva {
        font-size: 28px;
    }

    .product-miniature .price-iva .product-iva {
        font-size: 15px;
    }

    .product-miniature .product-month {
        font-size: 13px;
    }

    #header .logo.desktop {
        display: block;
    }

    #header .logo.tablet {
        display: none;
    }
}

@media (min-width: 1400px) {
    .product-miniature .product-title a {
        font-size: 18px;
    }

    .product-miniature .discription-short {
        font-size: 22px;
    }

    .product-miniature .price-iva {
        font-size: 31px;
    }

    .product-miniature .price-iva .product-iva {
        font-size: 17px;
    }

    .product-miniature .product-month {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    #header .menu .dropdown .top-menu button {
        color: #FFFFFF;
    }

    #header .menu .dropdown .top-menu button:hover {
        color: #01ADF0;
    }

    #header .menu .dropdown .top-menu button:hover .material-icons {
        color: #01ADF0;
    }

    html.mobile-header-menu-open { 
        overflow: hidden;
        height: 100%;
    }
}

@media screen and (max-width: 576px) {
    #header .dropdown-menu {
        width: 100% !important;
    }
    
}