﻿:root {
    /*white*/
    --primary-color: #ffffff;
    /*amarillo*/
    --secondary-color: #ffff68;
    /*naranja*/
    --tertiary-color: #ff824f;
    /*azul*/
    --quaternary-color: #52c9ba;
    /*verde*/
    --fifth--color: #6eea81;
    /*verdetransp*/
    --fifthTransp--color: #6eea8166;
    /*bgApp*/
    --bgApp-color: #000000;
}




@font-face {
    font-family: 'coolveticalight';
    src: url('/fonts/v2/coolveticalt-regular-webfont.eot');
    src: url('/fonts/v2/coolveticalt-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/v2/coolveticalt-regular-webfont.woff2') format('woff2'), url('/fonts/v2/coolveticalt-regular-webfont.woff') format('woff'), url('/fonts/v2/coolveticalt-regular-webfont.svg#coolveticalight') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'coolveticabold';
    src: url('/fonts/v2/coolveticarg-bold-webfont.eot');
    src: url('/fonts/v2/coolveticarg-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/v2/coolveticarg-bold-webfont.woff2') format('woff2'), url('/fonts/v2/coolveticarg-bold-webfont.woff') format('woff'), url('/fonts/v2/coolveticarg-bold-webfont.svg#coolveticabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*change color of text highlight*/
::-moz-selection {
    color: var(--bgApp-color);
    background: var(--fifth--color);
}

::selection {
    color: var(--bgApp-color);
    background: var(--fifth--color);
}

.bgApp {
    background-color: var(--bgApp-color) !important
}

.bgPrimary {
    background-color: var(--primary-color) !important
}

.bgSecondary {
    background-color: var(--secondary-color) !important
}

.bgTertiary {
    background-color: var( --tertiary-color) !important
}

.bgQuaternary {
    background-color: var(--quaternary-color) !important
}

.bgfifth {
    background-color: var(--fifth--color) !important
}

.bgPrimaryBottonBgApp {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 33%, rgba(0,0,0,1) 35%, rgba(70,190,230,1) 35%);
}

.light {
    font-family: 'coolveticalight' !important;
}

.bold {
    font-family: 'coolveticabold' !important;
}



.boldBig {
    font-weight: bolder;
    font-size: 1.1em;
}

.regular {
    font-weight: 400;
}

.semibold {
    font-weight: 600;
}

.whiteColor {
    color: #ffffff !important;
}

.blackColor {
    color: #000 !important;
}

.transparentColor {
    color: transparent;
}

.greyColor {
    color: #CECFD1;
}

.primaryColor {
    color: var(--primary-color)!important;
}

.secondaryColor {
    color: var(--secondary-color)!important
}

.tertiaryColor {
    color: var( --tertiary-color)!important
}

.quaternaryColor {
    color: var(--quaternary-color)!important
}

.fifthColor {
    color: var(--fifth--color)!important
}

/*amarillo*/
.colorPromoTipo_1 {
    color: var(--secondary-color)
}

.bgColorPromoTipo_1 {
    background-color: var(--secondary-color) !important;
}
/*naranja*/
.colorPromoTipo_2 {
    color: var( --tertiary-color)
}

.bgColorPromoTipo_2 {
    background-color: var(--tertiary-color) !important;
}
/*azul*/
.colorPromoTipo_3 {
    color: var(--quaternary-color)
}

.bgColorPromoTipo_3 {
    background-color: var(--quaternary-color) !important;
}

.redColor {
    color: var(--red-color);
}

.blackColor {
    color: #000000;
}

.orangeColor {
    color: orange;
}

.greenColor {
    /*color: #aad400;*/
    color: #00ff26;
}

.blueColor {
    color: var(--blue-color);
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

@media(max-width:768px) {
    .text-center-portrait {
        text-align: center;
    }

    .row-center-portrait {
        justify-content: center !important;
    }
}


.text-left {
    text-align: left;
}

.text-right {
    text-align: right !important;
}

a {
    text-decoration: none;
    color: var(--primary-color);
    cursor: pointer;
}

/* CSS Document */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}


* {
    /*padding: 0;
    margin: 0;
    box-sizing: border-box;*/
    /*height: 100%;*/
    /*height:100%;*/
    /*display:flex;
    flex-direction:column;*/
    /*height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    background-color: var(--bgApp-color);
    font-weight: 400;
    font-family: 'coolveticalight';
    font-size: 14px;
  
    color: #ffffff;*/
    /*background-color: violet;*/
}

html {
    height: 100%;
    padding: 0;
    min-height: 100%;
    overflow-y: auto;
    /*overflow-x: hidden;*/
}

body {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    background-color: var(--bgApp-color);
    font-weight: 400;
    font-family: 'coolveticalight';
    font-size: 14px;
    color: #ffffff;
    min-height: 100%;
    overflow-y: auto;
    /*overflow-x: hidden;*/
    display: flex;
    flex-direction: column;
}

form {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
    min-height: 100%;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3);
    background-color: #fff;
}

body::-webkit-scrollbar {
    width: 16px;
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--tertiary-color);
    border: 2px solid var(--tertiary-color);
}

p {
    line-height: 1.2em;
}
h2 {
    line-height: 1.2em;
}
h1 {
    line-height: 1.2em;
}
@media (min-width:767px) {
    html, body, form {
        font-size: 16px;
    }
}

.pMed {
    font-size: 1.2em !important;
}

.pMedSmallMobile {
    font-size: 1.2em !important;
}

@media(max-width:600px) {
    .pMedSmallMobile {
        font-size: 1em !important;
    }
}

.pXL {
    font-size: 2.4em !important;
}

.pBig {
    font-size: 1.6em !important;
   /*line-height:1em;*/
}

.pSmall {
    /*font-size: 0.8em !important;*/
    font-size: 1em !important;
}

.icoSmall {
    font-size: 10px;
}

form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.appContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    /*overflow-y: hidden;
    overflow-x: hidden;*/
    position: relative;
}

@media(orientation:landscape) {
    /*.appContainer {
        display: flex;
        flex-direction: column;
        width: 390px;
        height: 640px;
        overflow-y: hidden;
        overflow-x: hidden;
        border:5px solid #cccccc;
        border-radius:25px;
        
    }*/

    /*form{
        background-image: url("/images/bgPc.jpg");
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center 0;
    }*/
}

.cabeceraPosition {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.cabecera {
    display: flex;
    flex-direction: row;
    /*height: 70px;*/
    width: 100%;
    height: 100px;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    padding: 0 4% 0 4%;
}

.pr4pc {
    padding-right: 4%;
}

.borderBottomRed {
    border-bottom: 5px solid #e23838;
    height: 70px;
}


.cabecera p {
    font-family: 'Lato', sans-serif;
}

.cabecera h2 {
    font-size: 24px;
    font-family: 'Lato', sans-serif;
}

.contentPages {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1 1 auto;
    /*overflow-y: auto;
    overflow-x: hidden;
    height: 0px;*/
    background-color: var(--bgApp-color);
    padding-top: 100px;
}

.paddingPage {
    padding: 4%;
    box-sizing: border-box;
}

.paddingPageSm {
    padding: 1%;
    box-sizing: border-box;
}
/***********scrpll generico***********/
/*.contentPages::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3);
    background-color: #fff;
}

.contentPages::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

.contentPages::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
}*/

.sideBar {
    position: fixed;
    /*top: 70px;*/
    top: 100px;
    /*right: calc(-400px);
    width: 400px;*/
    right: calc(-300px);
    width: 300px;
    /*height: calc(100% - 70px);*/
    height: calc(100% - 50px);
    display: flex;
    flex-direction: row;
    transition: right ease-in-out 300ms;
    z-index: 998;
    box-sizing: border-box;
}


    /*.sideBarButton {
    background-color: var(--primary-color);
    color: #ffffff;
    height: 50px;
    width: 50px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
 
    -webkit-box-shadow: -1px 4px 4px 0px rgba(0,0,0,0.60);
    -moz-box-shadow: -1px 4px 4px 0px rgba(0,0,0,0.60);
    box-shadow: -1px 4px 4px 0px rgba(0,0,0,0.60);
    position: absolute;
    z-index: 998;
    top: 75px;
    left: 0;
    transition: left ease-in-out 300ms;
}*/

    .sideBar.show {
        right: 0;
    }
/*.sideBarButton.show {
    left: calc(90% - 50px)
}*/

@media (min-width:500px) {
    .sideBar {
        right: calc(-360px);
        width: 360px
    }
    /*.sideBarButton.show {
        left: calc(360px)
    }*/
}


.sideBarContainer {
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: var(--primary-color);
    width: 100%;
    /*border-left: 1px solid var(--fifth--color);*/
    box-sizing: border-box;
}





.iconMenu:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f0c9";
    font-size: 40px;
}

.iconMenu.close:before {
    content: "\f00d";
}

@media(max-width:600px) {
    .iconMenu:before {
        font-size: 30px;
    }
}

.grid3columns {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
}

.gridExperiencias {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
}

@media(max-width:680px) {
    .gridExperiencias {
        display: grid;
        grid-gap: 0;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
    }
}



.containerButtonsMenu {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-left: 20px;
}

    .containerButtonsMenu a {
        font-size: 10px;
        color: #ffffff;
        text-decoration: none;
        display: block;
        text-align: center;
    }


.containerListadoMenu {
    margin-top: 20px;
    box-sizing: border-box;
}

    .containerListadoMenu a {
        text-decoration: none;
    }

.itemListMenu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-gap: 10px;
    color: #ffffff;
    font-size: 10px;
    align-items: center;
    color: var(--bgApp-color);
    /*padding: 20px 10px 20px 25px;*/
    padding: 20px 10px 20px 0;
    margin-top: 5px;
}

    .itemListMenu.activa {
        color: var(--fifth--color);
    }

    .itemListMenu:hover {
        color: var(--fifth--color);
    }

    .itemListMenu i {
        font-size: 40px;
    }

    .itemListMenu p {
        font-size: 2em;
        font-family: 'coolveticabold';
    }

.itemListMenuStyle2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-gap: 10px;
    color: #ffffff;
    font-size: 10px;
    align-items: center;
    background-color: transparent;
    padding: 10px;
    margin-top: 5px;
    border-top: 1px solid #ffffff88;
}

.aspNetDisabled {
    opacity: 0.2;
    cursor: no-drop !important;
}

.colIcoMenuSide {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 60px;
}

@media(orientation:portrait) and (max-width:480px) {
    .itemListMenu {
        padding: 15px 10px 15px 10px;
    }

    .colIcoMenuSide i {
        font-size: 25px;
    }

    .sideBarContainer {
        padding: 0;
    }

    .colIcoMenuSide {
        flex: 0 0 40px;
    }
}
/***********scrpll sideBarContainer***********/
.sideBarContainer::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: transparent;
}

.sideBarContainer::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.sideBarContainer::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #000000;
}

​
/*****rows*********/
.mr10 {
    margin-right: 10px !important;
}

.ml5 {
    margin-left: 3px;
}
.mr3 {
    margin-right: 5px;
}
.mr5 {
    margin-right: 5px;
}

.ml30 {
    margin-left: 30px;
}

.mt20 {
    margin-top: 20px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mt6 {
    margin-top: 6px !important;
}

.mt7 {
    margin-top: 7px !important;
}

.mt8 {
    margin-top: 8px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.ptb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb30 {
    padding: 30px 0px;
}

.ptb60 {
    padding: 60px 0px;
}

.pt30pb60 {
    padding-top: 30px;
    padding-bottom: 60px;
}

.pt20 {
    padding-top: 20px;
}

.pt60 {
    padding-top: 60px;
}

.pb60 {
    padding-bottom: 60px;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.nowrap {
    flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.colico20 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 20px;
}

.colico30 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 30px;
}

.colico50 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 50px;
}

.colico55 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 55px;
}

.colico {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 30px;
}

.colico80 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 80px;
}

.colico60 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 60px;
}

.colico50 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 50px;
}

.colico40 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 40px;
}

.colIco20 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 20px;
}

.colIco15 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 15px;
}

.col120 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 120px;
}



.col-md {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.colMp3 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}


.col-md-7 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.col-md-8 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}



.col-md-10 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}


.col {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1
}

.col-7 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1.5
}

.col-8 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 2
}

.col-10 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 3;
}


.row-space-betweenPCCenterMobile {
    display: flex;
    justify-content: center;
}

.colTExtCenterMobileLeftPc {
    text-align: center;
    align-items: center;
}


@media screen and (min-width: 765px) {

    .row-space-betweenPCCenterMobile {
        display: flex;
        justify-content: center;
    }

    .colTExtCenterMobileLeftPc {
        text-align: left;
        align-items: start;
    }

    .col-md {
        flex: 1
    }

    .colMp3 {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        flex: 0 0 330px;
    }

    .col-md-7 {
        flex: 1.5
    }

    .col-md-8 {
        flex: 2
    }

    .col-md-10 {
        flex: 3;
    }
}

.gap5 {
    grid-gap: 5px;
}


.gap10 {
    grid-gap: 10px;
}

.rowgap10 {
    grid-row-gap: 10px;
}

.gap20 {
    grid-gap: 20px;
}

.gap30 {
    grid-gap: 30px;
}
.gap50 {
    grid-gap: 50px;
}
.gap50Landgap10POrt {
    grid-gap: 50px;
}
@media(max-width:767px){
    .gap50Landgap10POrt {
        grid-gap: 10px;
    }
}
.row-space-between {
    display: flex;
    justify-content: space-between;
}


.row-space-evenly {
    justify-content: space-evenly;
}


.row-flex-end {
    justify-content: flex-end !important;
}
.row-flex-EndLands-leftMobile{
    justify-content:flex-end;
}
.row-flex-EndLands-centerMobile {
    justify-content: flex-end;
}

@media(max-width:1028px){
    .row-flex-EndLands-leftMobile {
        justify-content: flex-start;
    }
    .row-flex-EndLands-centerMobile {
        justify-content: center;
    }
}
.center {
    justify-content: center;
    align-content: center;
}

.rowCenterVertical {
    align-items: center !important;
}

.rowCenterHorizontal {
    justify-content: center;
}

.bottomVertical {
    align-items: flex-end;
}

.colTextCenter {
    align-items: center;
}

.colTextLeft {
    align-items: flex-start;
}

.colTextRight {
    align-items: flex-end;
}

.colTextRightLandscape {
    align-items: flex-end;
}

@media(max-width:768px) {
    .colTextRightLandscape {
        align-items: center;
    }
}

.colTextBottomVertical {
    justify-content: flex-end;
}

.colTextCenterVertical {
    justify-content: center;
}

.colTextSpaceBetweenVertical {
    justify-content: space-between;
}

.underlineText {
    text-decoration: underline !important;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

/*loading y alertas*/

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(62,32,68,1);
    z-index: 1000;
}

.load {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay {
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #333333;
    opacity: .8;
    display: none;
}

.alert {
    width: 95%;
    max-width: 400px;
    padding: 30px;
    position: fixed;
    z-index: 999;
    background-color: rgba(255,255,255,1);
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid var(--bgApp-color);
}

    .alert .txt {
        text-align: center;
        padding: 15px 0;
        color:#000000!important;
    }

    .alert .uiBtnBar {
        width: 100%;
        margin: 0 auto;
        padding: 15px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        grid-gap: 10px;
    }

    .alert .uiBtn {
        width: 150px;
        margin: 0 auto;
        display: block;
    }



    .alert .btn-primary {
        color: var(--bgApp-color);
        background-color: var(--fifth--color);
        border: none;
        transition: all .4s cubic-bezier(.43,.39,.23,1.01);
        font-family: 'coolveticabold';
        font-size: 1.6em;
        text-transform: lowercase;
        /*min-height: 70px;*/
        min-height: 60px;
        padding: 0;
        border-radius: 0;
        text-decoration: none;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        /*width: 100%;*/
        width: fit-content;
        line-height: 1em;
        /*padding: 0 10px;*/
        padding: 0 30px;
        box-sizing: border-box;
        text-align: center;
        border-radius: 60px;
        /**/
        border: 2px solid var(--bgApp-color);
        color: var(--bgApp-color);
        background-color: var(--primary-color);
    }

        .alert .btn-primary:hover {
            background-color: var(--fifth--color);
            border: 2px solid var(--fifth--color);
        }





.alert {
    display: none;
}

.block {
    display: block;
}

.alertaNotificacion {
    position: absolute;
    width: 100%;
    min-height: 40px;
    max-height: 120px;
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 10px;
    line-height: 1.1em;
    top: -120px;
    left: 0;
    padding: 10px 15px;
    box-sizing: border-box;
    transition: top ease-in-out 300ms;
    z-index: 1000;
}

    .alertaNotificacion .icoBell {
        font-size: 20px;
    }

    .alertaNotificacion .icoClose {
        font-size: 18px;
    }

    .alertaNotificacion .titulo {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .alertaNotificacion.show {
        top: 0;
    }


/********************************************************************************************/
/*******************************************loading*****************************************/
/*******************************************************************************************/
#divLoading {
    height: 100%;
    width: 100%;
    color: #ADAFB6;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bgApp-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    /*display:none;*/
}

/* HTML: <div class="loader"></div> */
.loader {
    height: 45px;
    --c: no-repeat linear-gradient(#6eea81 0 0);
    background: var(--c) left, var(--c) center, var(--c) right;
    background-size: 16px 100%;
    animation: l33-1 1.5s infinite, l33-2 1.5s infinite;
}

@keyframes l33-1 {
    0%,100% {
        width: 45px
    }

    35%,65% {
        width: 65px
    }
}

@keyframes l33-2 {
    0%,40% {
        transform: rotate(0)
    }

    60%,100% {
        transform: rotate(90deg)
    }
}

/*.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }*/


/*small*/

/*.lds-dual-ring-sm {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring-sm:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #03adef;
        border-color: #03adef transparent #03adef transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/




/***********************************************************/
/*botones*/
/**********************************************************/
.btn-primary {
    color: var(--bgApp-color);
    background-color: var(--fifth--color);
    border: none;
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    font-family: 'coolveticabold';
    font-size: 1.6em;
    text-transform: lowercase;
    /*min-height: 70px;*/
    min-height: 60px;
    padding: 0;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /*width: 100%;*/
    width: fit-content;
    line-height: 1em;
    /*padding: 0 10px;*/
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 60px;
    /**/
    /*border: 4px solid var(--bgApp-color);*/
    color: var(--bgApp-color);
    background-color: var(--primary-color);
}

    .btn-primary:hover {
        background-color: var(--fifth--color);
        /*border: 4px solid var(--fifth--color);*/
    }
    .btn-secondary {
    color: var(--bgApp-color);
    background-color: transparent;
    border: 2px solid var(--bgApp-color);
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    font-family: 'coolveticabold';
    font-size: 1.6em;
    text-transform: lowercase;
    min-height: 70px;
    padding: 0;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    line-height: 1em;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 60px;
}

.alert .btn-secondary, .alert .btn-primary {
    min-height: 50px;
}

.btn-link {
    color: #fff;
    background-color: var(--red-color);
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 25px;
    padding: 0 20px;
    width: fit-content;
    line-height: 1em;
}

.btnCircle {
    color: #000000;
    background-color: var(--fifth--color);
    border: none;
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    width: 50px;
    height: 50px;
    font-size: 26px;
    border-radius: 100%;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btnCircleWhite {
    color: #000000;
    background-color: var(--primary-color);
    border: none;
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    /*width: 40px;
    height: 40px;
    font-size: 20px;*/
    width: 30px;
    height: 30px;
    font-size: 16px;
    border-radius: 100%;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}



.btnBlack {
    background-color: var(--bgApp-color);
    color: #ffffff;
}

.btnBgPrimary {
    background-color: var(--primary-color);
    color: var(--bgApp-color);
}

.btn-border-menu {
    border: 4px solid var(--bgApp-color);
    color: var(--bgApp-color);
    background-color: var(--primary-color);
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    font-family: 'coolveticabold';
    font-size: 2em;
    text-transform: lowercase;
    min-height: 40px;
    padding: 5px 20px !important;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: fit-content;
    line-height: 1em;
    box-sizing: border-box;
    text-align: center;
    border-radius: 40px;
}
    .btn-border-menu:hover {
        background-color: var(--fifth--color);
        border: 4px solid var(--fifth--color);
    }
.btn-border {
    /*border: 4px solid var(--bgApp-color);*/
    color: var(--bgApp-color);
    background-color: var(--primary-color);
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    font-family: 'coolveticabold';
    font-size: 1.6em;
    text-transform: lowercase;
    min-height: 50px;
    padding: 10px 30px !important;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: fit-content;
    line-height: 1em;
    box-sizing: border-box;
    text-align: center;
    border-radius: 50px;
    border:none;
}
    .btn-border:hover {
        background-color: var(--fifth--color);
        /*border: 4px solid var(--fifth--color);*/
    }

.btnFichaPresentacion {
    color: #fff;
    border: none;
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    font-family: 'Lato', sans-serif;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    line-height: 1em;
    background-color: var(--primary-color);
    min-height: 30px;
    font-size: 0.8em;
    padding: 0 10px;
    width: 100%;
    grid-gap: 10px;
}

.btnFichaNegativo {
    background-color: var(--grey-color);
    color: var(--primary-color);
}

.btnXS {
    font-size: 1em;
    min-height: 40px;
    padding: 0 10px;
}

.textMayusMinus{
    text-transform:none!important;
}
/*formulario*/
.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/*cusotm select 2*/

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
}

.select2-container--default .select2-selection--multiple {
    border: none;
}


/*opcion añadida al multiselect*/
.select2-container--default .select2-results__option--selected {
    background-color: var(--fifth--color);
    color: var(--bgApp-color);
}
/*opcion hover*/
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #eeeeee;
    color: var(--bgApp-color);
}
/*options default*/
.select2-results__option {
    background-color: #ffffff;
    color: var(--bgApp-color);
}

select {
    line-height: 40px;
}

option {
    box-sizing: border-box;
    padding: 8px;
}

select {
    width: 100%;
    float: left;
    font-weight: 400;
    background-color: #fff;
    /* margin: 0 0 10px 0; */
    border: 0px solid #000;
    /*padding: 5px;*/
    /*font-size: 14px;*/
    color: var(--bgApp-color);
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
    min-height: 40px;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
    font-family: 'coolveticalight';
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: var(--bgApp-color);
    font-size: 16px;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: var(--bgApp-color);
    font-size: 16px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: var(--bgApp-color);
    opacity: 1;
    font-size: 16px;
}

@supports (-webkit-touch-callout: none) {


    ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: var(--bgApp-color);
    }

    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: var(--bgApp-color);
    }

    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: var(--bgApp-color);
        opacity: 1;
    }
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus {
    border: 1px solid #ffffff;
    /*color texto*/
    -webkit-text-fill-color: var(--bgApp-color);
    /*fondo*/
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}
/*select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
}*/

/**********************************************/
/*selector noticias animado ( simula animación)*/



.select-ctr {
    position: absolute;
    /*top: 0;*/
    left: 0;
    /*-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);*/
    width: 300px;
    /*height: 370px;*/
    /*height: 550px;*/
    z-index: 8;
    border-radius: 60px;
    border: 2px solid ;
}

    .select-ctr > div {
        padding: 15px 10px;
        box-sizing: border-box;
        position: absolute;
        width: 100%;
        font-size: 1.2em;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        border-radius: 60px;
        border: 2px solid;
    }

    .select-ctr .input-9 {
        top: 540px;
    }

    .select-ctr .input-8 {
        top: 480px;
    }

    .select-ctr .input-7 {
        top: 420px;
    }

    .select-ctr .input-6 {
        top: 360px;
    }

    .select-ctr .input-5 {
        top: 300px;
    }

    .select-ctr .input-4 {
        top: 240px;
    }

    .select-ctr .input-3 {
        top: 180px;
    }

    .select-ctr .input-2 {
        top: 120px;
    }

    .select-ctr .input-1 {
        top: 60px;
    }

    .select-ctr > div.input {
        /*background: var(--tertiary-color);*/
        background: var(--primary-color) !important;
        color: #000;
        border-radius: 2px;
        box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.1);
        border-radius: 60px;
        border: 2px solid;
    }
    .select-ctr > div.input:hover {
       
        background: var(--tertiary-color) !important;
       
    }

        .select-ctr > div.input.active {
            color: #000000;
            /*background-color: var(--fifth--color) !important;*/
            background-color: var(--primary-color) !important;
        }

            .select-ctr > div.input.active:hover {
                background: var(--tertiary-color) !important;
            }



    .select-ctr > div.input-preview {
        /*color: rgba(255, 255, 255, 1);*/
        position: relative;
        transition: 0.3s all ease;
        color: rgba(0,0,0,1);
        /*background-color: var(--fifth--color);*/
        background-color: var(--primary-color) !important;
    }

        .select-ctr > div.input-preview.active {
            /*color: white;*/
            color: #000000;
        }

        .select-ctr > div.input-preview:before {
            content: "";
            position: absolute;
            top: 18px;
            right: 20px;
            bottom: 20px;
            width: 20px;
            /*background: rgba(255, 255, 255, 1);*/
            background: #000000;
            -webkit-clip-path: polygon(50% 73%, 0 0, 100% 0);
            clip-path: polygon(50% 73%, 0 0, 100% 0);
            padding: 10px;
            box-sizing: border-box;
            transition: 0.3s all ease;
        }

        .select-ctr > div.input-preview.active:before {
            background: black;
            -webkit-clip-path: polygon(50% 0, 0 73%, 100% 73%);
            clip-path: polygon(50% 0, 0 73%, 100% 73%);
        }
/****************/
.contenedorInputsPc {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
}

.containerFormControl {
    border-radius: 30px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-gap: 10px;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    /*padding: 10px 25px;*/
    padding: 5px 25px;
}

.containerFormControlSmall {
    border-radius: 10px;
    border: 1px solid #000000;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-gap: 10px;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 5px 20px;
}

.form-control {
    color: var(--bgApp-color);
    background-color: #ffffff;
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    min-height: 40px;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
    font-family: 'coolveticalight';
}

.inputFileImg {
    display: none;
}

.icoUploadFile {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/*.form-controlBlack {
    color: #ffffff;
    background-color: var(--primary-color);
    min-height: 40px;
}

select.form-control.form-controlBlack {
    background-color: var(--primary-color);
}*/
.btnBorderWhite {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}

    .btnBorderWhite .option {
        background-color: transparent;
        border: 2px solid #ffffff;
        color: var(--primary-color);
    }

textarea {
    text-align: left !important;
    /*padding: 10px !important;*/
    box-sizing: border-box;
    font-family: 'coolveticalight';
}


/* IE and EDGE */
progress {
    /* RESETS */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 200px;
    height: 15px;
    border-radius: 20px;
    background-color: #fff;
    color: rgb( 0,0, 0);
}

    /* WEBKIT BROWSERS - CHROME, OPERA AND SAFARI */
    progress::-webkit-progress-bar {
        background-color: #cccccc;
        border-radius: 20px;
    }

    progress::-webkit-progress-value {
        background-color: var(--fifth--color);
        border-radius: 20px;
    }

    /* MOZILLA FIREFOX */
    progress::-moz-progress-bar {
        background-color: var(--fifth--color);
        border-radius: 20px;
    }


.progressNavbar {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100px;
    height: 8px;
    border-radius: 10px;
    background-color: #fff;
    color: rgb( 0,0, 0);
}
    /* WEBKIT BROWSERS - CHROME, OPERA AND SAFARI */
    .progressNavbar::-webkit-progress-bar {
        background-color: #cccccc;
        border-radius: 10px;
    }

    .progressNavbar::-webkit-progress-value {
        background-color: var(--fifth--color);
        border-radius: 10px;
    }

    /* MOZILLA FIREFOX */
    .progressNavbar::-moz-progress-bar {
        background-color: var(--fifth--color);
        border-radius: 10px;
    }
/****************************************************************************************************************************/
/*********************************************************NOTICIAS*****************************************************/
/**********************************************************************************************************************/











/*imagenes, anchos */
.w100 {
    width: 100%;
}

.w90 {
    width: 90%;
}

.w60px {
    width: 60px;
}

.wauto {
    width: auto;
}

.rwd {
    max-width: 100%;
    height: auto;
}

.rwd90 {
    max-width: 90%;
    height: auto;
}

.img {
    border: none;
}

.img100 {
    width: 100%;
    max-width: 100px;
}

.img60 {
    width: 100%;
    width: 60px;
}

.imgArrowBack {
    height: 40px;
}

.img40pc {
    width: 100%;
    max-width: 40%;
}

.fullSize {
    display: flex;
    flex-direction: column;
}

.fullSizeCol {
    display: flex;
    flex-direction: column;
    height: 100%;
}
/*PLANTILLA*/


.logoCabecera {
    /*height: 40px;*/
    height: 70px;
}

@media(max-width:600px) {
    .logoCabecera {
        height: 50px;
    }
}

.miPerfilHeader {
    /*color: #000000;
    background-color: var(--primary-color);
    border: none;
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    width: 50px;
    height: 50px;
    font-size: 26px;
    border-radius: 100%;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 100%;*/
    height: 45px;
    width: 45px;
    border-radius: 100%;
    object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media(max-width:360px) {
    .logoCabecera {
        /*height: 40px;*/
        height: 50px;
    }
}


@media(max-width:500px) {
    .miPerfilHeader {
        width: 40px;
        height: 40px;
    }
}

.pt0 {
    padding-top: 0;
}


/**NOTIFICACIONES****/
.itemList {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-gap: 10px;
    align-items: center;
    background-color: var(--grey-color);
    padding: 10px 10px 10px 20px;
    margin-bottom: 5px;
}

    .itemList.notif .titular {
        font-weight: bolder;
    }

    .itemList.notif .mensaje {
    }

    .itemList.notif.noleida .titular {
        font-weight: bolder;
        color: var(--red-color);
    }

    .itemList.notif.noleida .mensaje {
        font-weight: bolder;
    }


.boxDetalles {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    grid-gap: 5px;
    align-items: center;
    justify-content: flex-start;
    background-color: var(--grey-color);
    padding: 15px;
}

    .boxDetalles p {
        text-align: left;
        width: 100%;
    }

.borderTopFifth {
    border-top: 1px solid var(--fifth--color);
}

.separatorFifth {
    width: 100%;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: var(--fifth--color);
}

.borderBottomPrimary {
    border-bottom: 1px solid var(--primary-color);
}

.borderBottomWhite {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 20px;
}


.wordBreak {
    word-break: break-all;
}

.wordNoBreak {
    white-space: nowrap;
}
/* Checkboxes mostrar caracteres contraseña ( sin documento  linkado) */
.containerCheckbox {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    color: #ffffff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 1;
    margin-top: 20px;
}

    .containerCheckbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: -10px;
    left: 0;
    height: 28px;
    width: 28px;
    border-radius: 100%;
    border: 2px solid #ffffff;
    background-color: transparent;
}

.containerCheckbox:hover input ~ .checkmark {
    background-color: transparent;
}

.containerCheckbox input:checked ~ .checkmark {
    background-color: transparent;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.containerCheckbox input:checked ~ .checkmark:after {
    display: block;
}

.containerCheckbox .checkmark:after {
    left: 9px;
    top: 1px;
    width: 3px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Checkboxes experiencia para fondo negro ( checkbox documento linkado) */
.containerCheckboxExper {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    color: #ffffff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 1;
    /*margin-top: 20px;*/
    text-align: left;
}

    .containerCheckboxExper a {
        color: #ffffff;
        text-decoration: underline !important;
    }

    .containerCheckboxExper input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmarkExp {
    position: absolute;
    top: 0PX;
    left: 0;
    height: 28px;
    width: 28px;
    border-radius: 100%;
    border: 2px solid var(--fifth--color);
    background-color: transparent;
}

.containerCheckboxExper:hover input ~ .checkmarkExp {
    background-color: transparent;
}

.containerCheckboxExper input:checked ~ .checkmarkExp {
    background-color: transparent;
}

.checkmarkExp:after {
    content: "";
    position: absolute;
    display: none;
}

.containerCheckboxExper input:checked ~ .checkmarkExp:after {
    display: block;
}

.containerCheckboxExper .checkmarkExp:after {
    left: 9px;
    top: 1px;
    width: 3px;
    height: 14px;
    border: solid var(--fifth--color);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.boxTerminos {
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
    color: #ffffff;
}

    .boxTerminos a {
        color: #ffffff !important;
        text-decoration: underline;
    }

.br100 {
    border-radius: 100%;
}



.wfitContent {
    width: fit-content;
}

.mlrAuto {
    margin-left: auto;
    margin-right: auto;
}

.closeModal {
    font-size: 40px;
    font-family: 'Lato', sans-serif;
    line-height: 40px;
    margin-bottom: 10px;
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}




/***************************************************************************************************/
/*HOME, PROMOCIONES*/
/***************************************************************************************************/

.icoTipoExperiencia {
    /*width: 120px;*/
    width: 100px;
    max-width: 18vw;
}

.faldonBorder {
    /*border: 3px solid var(--bgApp-color);*/
    color: var(--bgApp-color);
    background-color: var(--primary-color);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    width: fit-content;
    text-align: center;
    min-height: 50px;
    font-family: 'coolveticabold';
    font-weight: bolder;
    border-radius:40px;
    border: 4px solid var(--bgApp-color);
    color: var(--bgApp-color);
    background-color: var(--primary-color);
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    font-family: 'coolveticabold';
    font-size: 1.2em;
    text-transform: lowercase;
    min-height: 40px;
}
    .faldonBorder:hover {
        /*border: 3px solid var(--fifth--color);*/
        background-color: var(--fifth--color);
    }



.faldonCategoria {
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 2.8em;
    text-align: left;
    font-family: 'coolveticabold';
    /*max-width:1500px;*/
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

    .faldonCategoria label, .faldonCategoria .btnFiltrar {
        font-size: 14px;
    }

.faldonCategoriaSliderNoticias {
    padding: 10px 10px 30px 10px;
}

.faldonCategoriaSecundario {
    padding: 10px 0 10px 0;
    box-sizing: border-box;
    color: #ffffff;
    /*text-transform: uppercase;*/
    font-size: 2.8em;
    text-align: left;
    font-family: 'coolveticabold';
    /*max-width: 1500px;*/
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom: 20px;*/
}

/*contendor del slider no es fullwidht (pantallas ancho mayor que 1300px)*/
.itemSlideDestacadosV2 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    /*width: 1300px;
    min-height: 628px;*/
    width: 100vw;
    min-height: calc(100vw/3.96694214876);
    height: auto;
    position: relative;
    background-image: url("/images/master/loading-horizontal.jpg");
   
}

/*contendor del slider  es fullwidht*/
/*@media(max-width:1299px){
    .itemSlideDestacadosV2 {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        flex: 0 0 100%;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        min-height: calc(100vw/2.07530647986);
        height: auto;
        position: relative;
    }
}*/

@media(min-width:2300px) {
    .itemSlideDestacadosV2 {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        flex: 0 0 100%;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center center;
        width: 2300px;
        min-height: calc(2300px/3.96694214876);
        height: auto;
        position: relative;
    }
}





@media(max-width:1600px) {
    .itemSlideDestacadosV2 {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        flex: 0 0 100%;
        /*background-size: 100% auto;*/
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        /*min-height: calc(100vw/2.07530647986);*/
        /*min-height: calc(100vw/3.96694214876);*/
        min-height: calc(100vw/3.4);
        height: auto;
        position: relative;
    }
}

@media(max-width:1300px) {
    .itemSlideDestacadosV2 {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        flex: 0 0 100%;
        /*background-size: 100% auto;*/
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        /*min-height: calc(100vw/2.07530647986);*/
        /*min-height: calc(100vw/3.96694214876);*/
        min-height: calc(100vw/3);
        height: auto;
        position: relative;
    }
}


@media(orientation:portrait) {
    .itemSlideDestacadosV2 {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        flex: 0 0 100%;
        /*background-size: 100% auto;*/
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        
        /*min-height: calc(100vw/2.55);*/
        min-height: calc(100vw/2);
        height: auto;
        position: relative;
    }
}

.absoluteCategoriaDestacadosV2 {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.imgCategoriaDestacadosV2 {
    width: 80%;
    max-width: 40vw;
    min-width: 180px;
}

.colImgDestacado {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 33%;
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-height: 45vh;
    height: auto;
}

.contentDestacado {
    color: #ffffff;
    padding: 0 30px
}

.mw900 {
    width: 100%;
    max-width: 900px;
}

/*pc*/
.contentDestacado .subtitle {
    font-size: 1.8em;
    /*text-transform: uppercase;*/
}

.contentDestacado .description {
    font-size: 1em;
}

.contentDestacado .title {
    font-size: 4em;
    font-family: 'coolveticabold';
}

/*mobile*/
.colImgDestacado .title {
    font-size: 3em;
    color: #ffffff;
    margin-bottom: 20px;
    padding: 20px 20px 0px 20px;
    font-family: 'coolveticabold';
}

.colImgDestacado.subtitle {
    font-size: 1em;
    text-transform: uppercase;
}

@media(orientation:portrait) {
    .colImgDestacado {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        min-height: 30vh;
        justify-content: flex-end;
        box-sizing: border-box;
    }
}


.faldonDestacadoMobile {
    background-color: #00000066;
    padding: 0px;
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    flex-direction: row;
}

.p20 {
    padding: 20px;
}

.pro {
    position: relative;
}

/*mostrar pastilla pro en destacado, mobile y pc en funcion 
    de añadirle al contenedor padre clase pro
*/
.proPastillaDestacadoPc {
    display: none;
}



.proPastillaDestacadoMobile {
    display: none;
}

.pro .proPastillaDestacadoMobile {
    display: block;
}

    .pro .proPastillaDestacadoMobile img {
        max-height: 90px;
    }

@media(orientation:landscape) and (min-width:768px) {
    .proPastillaDestacadoMobile {
        display: none;
    }

    .pro .proPastillaDestacadoMobile img {
        display: none;
    }

    .pro .proPastillaDestacadoPc {
        display: flex;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

/*mostrar pastilla pro en sliders en funcion de tener clase pro o no*/

.imgSliderContainer {
    position: relative;
    box-sizing: border-box;
    padding: 8% 4% 0% 4%;
}

.iconTipoContenido {
    display: block;
    position: absolute;
    top: 0;
    /*top: 15px;*/
    right: 5px;
    width: 20%;
    min-width: 30px;
    max-width: 85px;
}
.iconTipoContenidoconFase {
    display: block;
    position: absolute;
    /*top: 0;*/
    top: 15px;
    right: 5px;
    width: 20%;
    min-width: 30px;
    max-width: 85px;
}
.iconTipoContenidoDetalles {
    display: block;
    position: absolute;
    top: -4%;
    /*top:-1%;*/
    right: 0;
    width: 15%;
    min-width: 30px;
    max-width: 85px;
}

.imgProSlider {
    display: none;
}

.pro .imgProSlider {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 33%;
}

.containerSliderDestacados {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 2300px;
}

.containerSliderFullWidth {
    /*width: 100vw;*/
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*width: 90vw;*/
    max-width: 1300px;
}

    .containerSliderFullWidth .swiper {
        /*max-width: calc(100% - 50px);*/
        max-width: calc(100% - 80px);
    }

    .containerSliderFullWidth.fullwidth .swiper {
        max-width: calc(100%);
    }

    .containerSliderFullWidth:last-of-type {
        /*margin-bottom: 20px;*/
        margin-bottom: 30px;
    }
    @media(max-width:600px){
        .containerSliderFullWidth:last-of-type {
          
            margin-bottom: 20px;
        }
        .mtPort10 {
            margin-top: 6px!important;
        }
    }
.containerSliderFullWidthPortrait {
    width: 100%;
}

.containerSliderWidhtInputs {
    width: 100%;
}

.sliderPagination {
    padding-bottom: 20px !important;
}

@media(orientation:landscape) and (min-width:1100px) {
    .containerSliderFullWidthPortrait {
        max-width: 1100px;
    }
}

@media (min-width:600px) {
    .containerSliderWidhtInputs {
        max-width: 600px;
    }
}

.swiper-button-prev, .swiper-button-next {
    color: transparent !important;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0 !important;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet {
    background: var(--secondary-color) !important;
    opacity: 0.3 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: var(--fifth--color) !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    right: auto;
    width: 40px !important;
    left: 0 !important;
    background-image: url("/images/master/left.png") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
    left: auto;
    width: 40px !important;
    background-image: url("/images/master/right.png") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

@media(max-width:1332px) {
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 8px !important;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 8px !important;
    }
}

@media(max-width:500px) {
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        width: 30px !important;
        left: 8px !important;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        width: 30px !important;
        right: 8px !important;
    }
}

#sliderNoticias .swiper-slide {
    padding: 0 20px;
}

.faldonSlider {
    background: var(--bgApp-color);
    /*padding: 6px;*/
    padding: 6px 4% 6px 4%;
    box-sizing: border-box;
    text-align: left;
    color: var(--primary-color);
    font-family: 'coolveticabold';
    font-size: 1.5em;
    /*min-height:80px;*/
}

    /*impares: 1, 3, 5*/
    /*.faldonSlider p:nth-child(odd) {
        font-size: 1.5em !important;
    }*/
    /*pares: 2,4,6*/
    .faldonSlider p:nth-child(even) {
        font-size: 0.7em;
    }

/*.faldonSlider p:first-child {
        font-size: 1.5em !important;
    }
    .faldonSlider p:last-child {
        font-size: 0.7em;
    }*/

.dBlock {
    display: block;
}

/*DETALLLES PROMOCIÓN*/

.faldonDetallePromocion {
    background-color: #00000066;
    padding: 0;
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.PromoActiveColor {
    color: var(--fifth--color);
}

.PromoDisabledColor {
    color: orange;
}

.itemEstilosMusicalesHome {
    display: flex;
    flex-direction: column;
}

/*****************************************************************************************************/
/***********MI PERFIL**********************************************************************************/
/*****************************************************************************************************/
.content {
    width: 95%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.contentBig {
    width: 90%;
    max-width: 1900px;
    margin-left: auto;
    margin-right: auto;
}

.contentSmall {
    width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contentSmall100 {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.containerSliderEqualContent {
    width: 95vw;
    max-width: 1100px;
}

.bgMiPerfil {
    background-color: var(--primary-color);
}

.bgMisDatos {
    background-color: var(--quaternary-color);
    background-image: url('/images/miPerfil/imgBg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% bottom;
    display: flex;
    min-height: 80%;
}

.bgTelegram {
    background-image: url('/images/telegram/cabecera.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    /*min-height: 70%;*/
    min-height: 400px;
}

.bgMiActividad {
    background-image: url('/images/miactividad/cabecera.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    min-height: 350px;
}

@media(max-height:500px) {
    .bgMisDatos {
        min-height: 600px;
    }

    .bgTelegram {
        min-height: 600px;
    }
}

@media(orientation:landscape) and (min-width:900px) {
    .bgMisDatos {
        background-position: 60% 0;
    }
}

/*@media(orientation:portrait) and (max-width:600px){
    .bgMisDatos {
        background-color: var(--quaternary-color);
        background-image: url(/images/miPerfil/imgBg.png);
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: 100% bottom;
        display: flex;
        min-height: 80%;
    }
}*/

.gridMiPerfilPreferencias {
    display: flex;
    flex-direction: row;
    grid-gap: 15px;
    /*justify-content: center;*/
    flex-wrap: wrap;
    margin-top: 40px;
}

.itemPreferencias {
    /*comentado mientras sean botones ( no imagen) y no queramos un ancho fijo*/
    /*display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 100px;
    font-size: 10px;
    margin-bottom: 30px;*/
}


label {
    text-align: center;
    cursor: pointer;
}

.checkboxImgContainer {
    display: flex;
    flex-direction: column;
    max-width: 100px;
    margin: 0 auto;
    cursor: pointer;
}

.checkBoxImg {
    display: none;
}
    /*cuando el checkbox tiene imagen se aplica esto*/
    .checkBoxImg:checked + label img {
        border: 5px solid var(--fifth--color);
        border-radius: 100%;
    }
    /*cuando el checkbox no tiene imagen solo texto*/

    .checkBoxImg + label span {
        padding: 3px 10px;
        border: 1px solid var(--primary-color);
        text-decoration: none;
    }

    .checkBoxImg:checked + label span {
        border: 1px solid var(--fifth--color);
        background-color: var(--fifth--color);
        color: var(--bgApp-color) !important;
    }

    /*change color of text highlight*/
    .checkBoxImg + label span::-moz-selection {
        background: red;
    }

    .checkBoxImg + label span ::selection {
        background: red;
    }

/*que no se subraye texto*/
.preventSelect {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

#sliderMiPerfil .swiper-slide {
    width: 100px;
}

.circleImg {
    border-radius: 100%;
}

.separatorLineDot {
    border-top: 1px dotted #ffffff;
    height: 2px;
}
/***************************************************************************************************/
/*MASTER*/
/*****************************************************************************************************/
footer {
    background-color: var(--fifth--color);
    padding: 50px 4% 50px 4%;
    width: 100%;
}

.logoFooter {
    width: 70%;
    max-width: 300px;
    min-width:250px;
}

.visibleMobile {
    display: flex;
}

.visiblePc {
    display: none;
}

@media(orientation:landscape) and (min-width:765px) {
    .visibleMobile {
        display: none;
    }

    .visiblePc {
        display: flex;
    }
}


/****************************************************************************************************************************/
/*********************************************************NOTICIAS*****************************************************/
/**********************************************************************************************************************/
.titlePage {
    box-sizing: border-box;
    /*padding: 10px 0px 10px 10px;*/
    /*border-left: 2px solid var(--primary-color);*/
    /*margin-top: 20px;*/
    margin-top: 35px;
    margin-bottom: 20px;
    font-family: 'coolveticabold';
    font-size: 1.8em;
    line-height: 1.6em;
    text-transform: lowercase;
}

.titlePage p{
    font-size:2em;
}

.titlePageBlack {
    box-sizing: border-box;
    /*padding: 10px 0px 10px 10px;*/
    /*border-left: 2px solid var(--bgApp-color);*/
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'coolveticabold';
    font-size: 1.8em;
    line-height: 1.6em;
    text-transform: lowercase;
}

@media(max-width:536px) {
    .titlePage {
        font-size: 1.2em;
        line-height: 1.4em;
        text-transform: lowercase;
    }

    .titlePageBlack {
        font-size: 1.2em;
        line-height: 1.4em;
    }
}

.borderText {
    /*-webkit-text-stroke: 1px #ffffff;
    text-stroke: 1px #ffffff;
    text-shadow: none;*/
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    /* fallback */
    color: #333;
}


.colImgListNews {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 30vw;
}

.imgListNews {
    object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 30vw;
    height: 30vw;
}


@media(min-width:768px) {
    .colImgListNews {
        flex: 0 0 200px;
    }

    .imgListNews {
        width: 200px;
        height: 200px;
    }
}


/****************************************************************************************************************************/
/*********************************************************ARTISTAS*****************************************************/
/**********************************************************************************************************************/

.icoRssArtista {
    /*height: 50px;*/
    height: 30px;
    width: auto;
}

.btnNoFavorito {
    min-height: 40px;
    border: 2px solid var(--primary-color);
    padding: 8px 20px;
    box-sizing: border-box;
    width: fit-content;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    grid-gap: 10px;
    border-radius:40px;
}

    .btnNoFavorito p, .btnNoFavorito i {
        color: var(--primary-color);
    }

.btnFavorito {
    min-height: 30px;
    border: 2px solid var(--fifth--color);
    padding: 8px 20px;
    box-sizing: border-box;
    width: fit-content;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    grid-gap: 10px;
    border-radius: 40px;
}

    .btnFavorito p, .btnFavorito i {
        color: var(--fifth--color);
    }


/****************************************************************************************************************/
/*********************************DETALLE ARTISTA**************************************************************************/
/*****************************************************************************************************************/


.overflowXHidden {
    overflow-x: hidden;
}

.imgArtistaCroppedMobile {
    /*width: 100%;
    height: calc(100%/3.14285714286);*/
    width: 1100px;
    height: 350px;
    object-fit: cover;
    object-position: left center;
}

.titleArtistaPosition {
    position: absolute;
   
    right: 0;
    text-align: right;
    bottom: 20px;
}
.titleArtistaPositionLeft {
    position: absolute;
    left: 0;
    text-align: right;
    bottom: 20px;
}


.resizeTexHorizontalDetalleArtista {
    container-type: size;
    /*hay que definir altura, si no no va*/
    width: 1100px;
    height: 350px;
    overflow: hidden;
}

@media(max-width:1180px) {
    .imgArtistaCroppedMobile {
        width: 95vw;
        height: calc(95vw/3.14285714286);
        object-fit: cover;
        object-position: left center;
    }
    .titleArtistaPosition {
        position: absolute;
        right: 2.5vw;
        text-align: right;
        bottom: 20px;
    }
    .resizeTexHorizontalDetalleArtista {
        container-type: size;
        /*hay que definir altura, si no no va*/
        width: 95vw;
        height: calc(95vw/3.14285714286);
        overflow: hidden;
    }
}

@media(max-width:600px) {
    .imgArtistaCroppedMobile {
        /*width: 95vw;
        height: calc(95vw/3.14285714286);*/
        width: 130vw;
        height: 41.3636363636vw;
        object-fit: cover;
        object-position: left center;
        background-color: red;
    }

    .titleArtistaPosition {
        position: absolute;
        right: 38vw;
        text-align: right;
        bottom: 10px;
    }

    .resizeTexHorizontalDetalleArtista {
        container-type: size;
        /*hay que definir altura, si no no va*/
        width: 130vw;
        height: 41.3636363636vw;
        overflow: hidden;
    }
}





.resizeTexHorizontalDetalleArtista .childResizeText {
    font-size: 6cqw;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'coolveticabold';
    /*font-size: 10cqmin;*/
}

@media(max-width:600px) {
    .resizeTexHorizontalDetalleArtista .childResizeText {
        font-size: 4.6cqw;
        line-height: 1em;
        /*font-size: 10cqmin;*/
    }
}


.resizeTexHorizontalDetalleArtista .childResizeText.interlineadoEspecial {
    line-height: 0.85em!important;
}



@media(max-width:500px) {
    .resizeTexHorizontalDetalleArtista .childResizeText {
        font-size: 4.2cqw;
        line-height: 1em;
        /*font-size: 10cqmin;*/
    }
}

/*home slider artistas*/
.positionTitleARtistaSliderHome {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 92%;
    height: 70%;
    padding: 0;
    /*padding-bottom: 2%;
    padding-right: 4%;*/
    padding-bottom: 10px;
    padding-right: 4%;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* background-color: red; */
    text-align: right;
}

    .positionTitleARtistaSliderHome.letrasSobresalenInferior {
        /*padding-bottom: 3%;*/
        padding-bottom: 10px;
    }

    .titleArtistaSliderHome {
        font-size: 32px;
        line-height: 1em;
        font-weight: bold;
        word-break: break-word;
        font-family: 'coolveticabold';
    }

    /*destacados home*/
.contenidoDestacadosHome  {

  /*text-align:center;*/
  text-align:left;
  position:relative;
 
}

.sello{
    position:absolute;
    right:-30px;
    bottom:5px;
}
.sello img{
    width:60px;
}

@media(max-width:800px){
    .sello {
        position: absolute;
        right: -20px;
        bottom: 5px;
    }

        .sello img {
            width: 50px;
        }
}
@media(max-width:500px) {
    .sello {
        position: absolute;
        right: -20px;
        bottom: 0;
    }

        .sello img {
            width: 40px;
        }
}
.titleArtistaSliderHomeDestacados {
    font-size: 70px;
    line-height: 0.85em;
    font-weight: bold;
    word-break: break-word;
    font-family: 'coolveticabold';
}
@media(max-width:1300px) {
    .contenidoDestacadosHome {
        /*text-align:center;*/
        text-align: left;
        padding-left: 20px;
        box-sizing: border-box;
    }

}

    @media(max-width:1200px) {
        .titleArtistaSliderHomeDestacados {
            font-size: 6vw;
        }

        /*.contenidoDestacadosHome img {
            width: 30vw;
            margin-top: -20px;
        }*/
    }

    @media(max-width:600px) {
        .titleArtistaSliderHomeDestacados {
            font-size: 7vw;
        }

        /*.contenidoDestacadosHome img {
            width: 40vw;
            margin-top: -20px;
        }*/
    }
    /*destacados home*/
    .interlineadoEspecial p {
        line-height: 0.9;
    }

    .nombreLargo p {
        font-size: 26px;
    }

    .nombreExtraLargo p {
        /*font-size: 18px;*/
        font-size: 20px;
    }

    .gridExperiencias .titleArtistaSliderHome {
        font-size: 32px;
    }

    .gridExperiencias .nombreLargo p {
        font-size: 30px;
    }

    .gridExperiencias .nombreExtraLargo p {
        /*font-size: 22px;*/
        font-size: 24px;
    }


    @media(max-width:1290px) {
        .interlineadoEspecial p {
            line-height: 0.9;
        }

        .nombreLargo p {
            font-size: 26px;
        }

        .nombreExtraLargo p {
            font-size: 18px;
        }

        .gridExperiencias .titleArtistaSliderHome {
            font-size: 34px;
        }

        .gridExperiencias .nombreLargo p {
            font-size: 30px;
        }

        .gridExperiencias .nombreExtraLargo p {
            /*font-size: 22px;*/
            font-size: 24px;
        }
    }

    @media(max-width:1180px) {
        .titleArtistaSliderHome {
            font-size: 3vw;
        }

        .nombreLargo p {
            font-size: 2.7vw;
        }

        .nombreExtraLargo p {
            /*font-size: 1.8vw;*/
            font-size: 1.94vw;
        }

        .gridExperiencias .titleArtistaSliderHome {
            font-size: 34px;
        }

        .gridExperiencias .nombreLargo p {
            font-size: 30px;
        }

        .gridExperiencias .nombreExtraLargo p {
            /*font-size: 22px;*/
            font-size: 24px;
        }
    }

    @media(max-width:1153px) {
        .gridExperiencias .titleArtistaSliderHome {
            font-size: 3vw;
        }

        .gridExperiencias .nombreLargo p {
            font-size: 2.4vw;
        }

        .gridExperiencias .nombreExtraLargo p {
            /*font-size: 1.8vw;*/
            font-size: 2.1vw;
        }
    }



    @media(max-width:997px) {
        .titleArtistaSliderHome {
            font-size: 3vw;
        }

        .nombreLargo p {
            font-size: 2.4vw;
        }

        .nombreExtraLargo p {
            /*font-size: 1.8vw;*/
            font-size: 2vw;
        }

        .gridExperiencias .titleArtistaSliderHome {
            font-size: 3vw;
        }

        .gridExperiencias .nombreLargo p {
            font-size: 2.4vw;
        }

        .gridExperiencias .nombreExtraLargo p {
            /*font-size: 1.8vw;*/
            font-size: 2vw;
        }
    }

    @media(max-width:899px) {
        .titleArtistaSliderHome {
            font-size: 3.6vw;
        }

        .nombreLargo p {
            font-size: 2.9vw;
        }

        .nombreExtraLargo p {
            /*font-size: 2.1vw;*/
            font-size: 2.2vw;
        }

        .gridExperiencias .titleArtistaSliderHome {
            font-size: 3vw;
        }

        .gridExperiencias .nombreLargo p {
            font-size: 2.4vw;
        }

        .gridExperiencias .nombreExtraLargo p {
            /*font-size: 1.8vw;*/
            font-size: 2.1vw;
        }
    }

    @media(max-width:700px) {
        .titleArtistaSliderHome {
            font-size: 4.4vw;
            bottom: 10%;
            left: 10%;
        }

        .nombreLargo p {
            font-size: 3.3vw;
        }

        .nombreExtraLargo p {
            /*font-size: 2.6vw;*/
            font-size: 2.7vw;
        }
    }

    @media(max-width:679px) {
        .gridExperiencias .titleArtistaSliderHome {
            font-size: 4vw;
        }

        .gridExperiencias .nombreLargo p {
            font-size: 4vw;
        }

        .gridExperiencias .nombreExtraLargo p {
            /*font-size: 2.8vw;*/
            font-size: 3vw;
        }
    }

    @media(max-width:500px) {
        .titleArtistaSliderHome {
            font-size: 4.4vw;
            bottom: 10%;
            left: 10%;
        }

        .nombreLargo p {
            font-size: 4.2vw;
        }

        .nombreExtraLargo p {
            font-size: 3vw;
        }
    }

    @media(max-width:400px) {
        .titleArtistaSliderHome {
            font-size: 4.4vw;
            bottom: 10%;
            left: 10%;
        }

        .nombreLargo p {
            font-size: 4.2vw;
        }

        .nombreExtraLargo p {
            /*font-size: 2.9vw;*/
            font-size: 3.2vw;
        }
    }
    /****************************************************************************************************************/
    /*********************************MI PLAN**************************************************************************/
    /*****************************************************************************************************************/
    .relative {
        position: relative !important;
    }

    .bgClubBasic {
        background-image: url(/images/miPlan/bgBasic.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left top;
        min-height: 230px;
        border-radius: 15px;
    }

    .bgClubPro {
        background-image: url(/images/miPlan/bgPro.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left top;
        min-height: 230px;
        border-radius: 15px;
    }

    .imgRibbonPlan {
        position: absolute;
        top: 0;
        left: 0;
        width: 60%;
    }

    @media(max-width:700px) {
        .imgRibbonPlan {
            position: absolute;
            top: 0;
            left: 0;
            width: 80%;
        }
    }

    .bgInfoPlan {
        background-color: #000000bb;
        padding: 20px;
        box-sizing: border-box;
        color: #ffffff;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }


    /*checkbox con contenido dentro: mi plan*/
    .checkboxImgPlanContainer {
        display: flex;
        flex-direction: column;
        max-width: 100px;
        margin: 0 auto;
        cursor: pointer;
    }

    .checkboxImgPlanContainer {
        display: none;
    }

        .checkboxImgPlanContainer:checked + label .rowPlan {
            border: 5px solid white;
        }

    /*radiobutton con contenido dentro: mi plan*/
    .radioButtonImgPlanContainer {
        display: flex;
        flex-direction: column;
        max-width: 100px;
        margin: 0 auto;
        cursor: pointer;
    }

    .radioButtonImgPlanContainer {
        display: none;
    }

        .radioButtonImgPlanContainer:checked + label .rowPlan {
            border: 5px solid var(--fifth--color);
        }

    .flex1 {
        flex: 1;
    }



    /*******************************************************************************************/
    /*************************************** TABLÓN ANUNCIOS *******************************************/
    /***************************************************************************************************/

    .boxMensajesNuevos {
        display: flex;
        flex-direction: row;
        grid-gap: 10px;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        /*border:3px solid var(--primary-color);*/
        border-radius: 10px;
        padding: 10px 0px;
        box-sizing: border-box;
        color: #ffffff;
        font-family: 'coolveticabold';
        font-size: 1.6em;
    }


    .itemAnuncioPpal {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        grid-gap: 10px;
        margin-bottom: 50px;
        background-color: #ffffff22;
        border-radius: 5px;
        padding: 10px;
        box-sizing: border-box;
    }

    @media(min-width:600px) {
        .itemAnuncioPpal {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            grid-gap: 10px;
            margin-bottom: 50px;
            background-color: #ffffff22;
            border-radius: 5px;
            padding: 20px;
            box-sizing: border-box;
        }
    }

    .imgPerfilTablon {
        border-radius: 100%;
        border: 1px dotted #ffffff;
        object-fit: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
    }

    .itemAnuncioPpal .fecha {
        color: var(--quaternary-color);
        font-weight: bold;
    }

    .itemAnuncioPpal .nick {
        color: #ffffff;
        font-size: 1.2em;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .itemAnuncioPpal .titular {
        color: var(--fifth--color);
        font-size: 1.3em;
        /*margin-top:15px;*/
    }

    .itemAnuncioPpal .asunto {
        color: #ffffff;
        /*margin-top:15px;*/
    }

    .itemAnuncioPpal .numRespuestas {
        color: var(--tertiary-color);
        font-size: 0.8em;
        margin-top: 8px;
    }

    .btnResponderTablon {
        width: 40px;
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: var(--secondary-color);
        color: var(--bgApp-color);
        border-radius: 100%;
    }

    .btnResponderTablonSmall {
        width: 30px;
        height: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: var(--primary-color);
        color: var(--bgApp-color);
        border-radius: 100%;
    }

    .icoRespuestaPrimerNivel {
        width: 40px;
        font-size: 20px;
        color: var(--secondary-color);
        text-align: right;
    }

    .icoRespuestaSegundoNivel {
        width: 40px;
        font-size: 20px;
        color: var(--primary-color);
    }

    .respuestaSegundoNivel {
        margin-top: 22px;
        margin-bottom: 15px;
    }

    /*paginador*/

    .paginador {
        margin: 15px auto;
        position: relative;
    }

    .col30 {
        display: flex;
        flex-direction: column;
        flex-basis: auto;
        flex: 0 0 30px;
    }

    .colList {
        display: flex;
        flex-direction: column;
        flex-basis: auto;
        flex: 0 0 80px;
    }

        .colList span {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
        }

            .colList span span {
                width: 24px;
                height: 24px;
            }

                .colList span span a {
                    color: var(--primary-color);
                }

    .paginador .first {
        width: 24px;
        height: 24px;
        background-color: var(--primary-color);
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding: 5px 10px;
        line-height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
        margin-right: 5px;
    }

    .paginador .previous {
        width: 24px;
        height: 24px;
        background-color: var(--primary-color);
        -webkit-border-radius: 5px;
        border-radius: 5px;
        line-height: 24px;
        padding: 5px 10px;
        margin-right: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
    }

    .paginador .next {
        width: 24px;
        height: 24px;
        background-color: var(--primary-color);
        -webkit-border-radius: 5px;
        border-radius: 5px;
        line-height: 24px;
        padding: 5px 10px;
        margin-right: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
    }

    .paginador .last {
        width: 24px;
        height: 24px;
        background-color: var(--primary-color);
        -webkit-border-radius: 5px;
        border-radius: 5px;
        line-height: 24px;
        padding: 5px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
    }

    .imgProDetalle {
        height: 80px;
    }

    /*input predictivo*/

    .eac-sugg {
        top: 11px !important;
        color: var(--fifth--color) !important;
        font-size: 16px;
        font-family: 'coolveticalight' !important;
    }

    .eac-input-wrap {
        width: 100% !important;
    }

    .error {
        color: red !important;
    }

        .error::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: red;
            opacity: 1; /* Firefox */
        }

        .error:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: red;
        }

        .error::-ms-input-placeholder { /* Microsoft Edge */
            color: red;
        }


    /*experiencias*/

    .active.exp1 img {
        content: url("/images/experiencias/tipo_contenido_1.png");
    }

    .active.exp2 img {
        content: url("/images/experiencias/tipo_contenido_2.png");
    }

    .active.exp3 img {
        content: url("/images/experiencias/tipo_contenido_3.png");
    }

    .active.exp1 p {
        color: var(--secondary-color) !important;
    }

    .active.exp2 p {
        color: var(--tertiary-color) !important;
    }

    .active.exp3 p {
        color: var(--quaternary-color) !important;
    }

    .hidden {
        visibility: hidden;
    }


    /*swith custom*/

    .toggle-button-cover {
        display: table-cell;
        position: relative;
        width: 200px;
        /*height: 140px;*/
        height: 40px;
        /*height:auto;*/
        box-sizing: border-box;
    }

    .button-cover {
        /*height: 100px;*/
        height: 40px;
        /*margin: 20px;*/
        background-color: transparent;
    }

        .button-cover:before {
            /*counter-increment: button-counter;
        content: counter(button-counter);*/
            position: absolute;
            right: 0;
            bottom: 0;
            color: #d7e3e3;
            font-size: 12px;
            line-height: 1;
            padding: 5px;
        }

    .button-cover,
    .knobs,
    .layer {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .button {
        position: relative;
        top: 50%;
        /*width: 74px;*/
        width: 140px;
        height: 36px;
        margin: -20px auto 0 auto;
        overflow: hidden;
    }


        .button.r,
        .button.r .layer {
            border-radius: 100px;
        }

        .button.b2 {
            border-radius: 2px;
        }

    .checkboxSwitch {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        opacity: 0;
        cursor: pointer;
        z-index: 3;
    }

    .knobs {
        z-index: 2;
    }

    .layer {
        width: 100%;
        background-color: #cccccc;
        transition: 0.3s ease all;
        z-index: 1;
    }

    /* Button 1 */
    #button-1 .knobs:before {
        /*yes*/
        /*content: "participando";*/
        content: "";
        position: absolute;
        top: 8px;
        left: 6px;
        /*width: 20px;
    height: 10px;*/
        width: 18px;
        height: 18px;
        color: #000;
        font-size: 10px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        /*padding: 9px 4px;*/
        /*background-color: #03a9f4;*/
        background-color: #000000;
        border-radius: 50%;
        transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
    }

    #button-1 .checkboxSwitch:checked + .knobs:before {
        /*no*/
        /*content: "participar";*/
        content: "";
        /*left: 42px;*/
        left: 114px;
        /*background-color: #f44336;*/
        background-color: var(--fifth--color);
    }


    #button-1 .layer:before {
        content: "participar";
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        z-index: 2
    }

    #button-1 .checkboxSwitch:checked ~ .layer:before {
        content: "participando";
        position: absolute;
        top: 50%;
        left: 48%;
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        color: var(--fifth--color);
        z-index: 2
    }

    #button-1 .checkboxSwitch:checked ~ .layer {
        background-color: var(--primary-color);
    }

    #button-1 .knobs,
    #button-1 .knobs:before,
    #button-1 .layer {
        transition: 0.3s ease all;
    }

    .videoIframe {
        width: 90vw;
        height: calc(90vw/1.77777777778);
    }

    @media screen and (orientation:landscape) {
        .videoIframe {
            width: 33vw;
            height: calc(33vw/1.77777777778);
        }
    }

    .boxParaAudio {
        height: 200px;
        position: relative;
        margin-top: 30px;
    }

    .player #playhead {
        /*position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;*/
        background: var(--fifth--color);
    }

    .player__next:hover, .player__play:hover, .player__prev:hover {
        background: var(--fifth--color);
    }




    .form-label {
        background-color: var(--primary-color);
        color: var(--white-color);
        padding: 10px 20px;
        box-sizing: border-box;
        position: relative;
        border-radius: 20px;
        cursor: pointer;
        white-space: nowrap;
    }

    .form-control-file {
        opacity: 0;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        min-height: 35px;
        cursor: pointer;
        white-space: nowrap;
    }







    /*BUSCADOR*/

    /*.containerBuscador {
    width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}*/

    .BoxResultados {
        background-color: #ffffff;
        width: 95%;
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 55px;
        border-radius: 3px;
        max-height: 25vh;
        overflow-y: auto;
        left: 2%;
        z-index: 998;
        display: none;
        border: 1px solid var(--bgApp-color);
    }

        .BoxResultados::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3);
            background-color: #fff;
        }

        .BoxResultados::-webkit-scrollbar {
            width: 6px;
            background-color: #fff;
        }

        .BoxResultados::-webkit-scrollbar-thumb {
            background-color: var(--fifth--color);
            border: 2px solid var(--fifth-color);
        }

    .mas {
        position: absolute;
        top: calc( 25vh + 55px);
        cursor: pointer;
        background-color: var(--fifth--color);
        color: var(--bgApp-color);
        width: 90px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        height: 25px;
        right: 3.5%;
        text-align: center;
        display: none;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        box-sizing: border-box;
        letter-spacing: 2px;
        font-size: 0.9em;
        z-index: 9999;
    }


        .mas:hover {
            background-color: #000000;
        }

    .BoxResultados #boxPalabra {
        border-bottom: 1px solid #59646d;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #59646d;
        cursor: pointer;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: row;
        grid-gap: 8px;
    }




        .BoxResultados #boxPalabra:last-child {
            border-bottom: 0px solid #00000088;
        }

        .BoxResultados #boxPalabra:hover {
            color: var(--fifth--color);
        }




    /*animacion con scroll el scroll sin usar liberia js y aplicada sobrfe el div que se quiera */

    /*.toAnimate {
  
    visibility: hidden;
}

    .toAnimate.visible {
        visibility: visible;
    }*/




    .containerRichEditor, .containerRichEditor p {
        color: #ffffff;
        font-family: 'coolveticalight';
        line-height: 1.2em !important;
    }

        .containerRichEditor p.bold {
            color: #ffffff;
            font-family: 'coolveticabold';
        }
        .containerRichEditor strong {
            color: #ffffff;
            font-family: 'coolveticabold';
        }
        .containerRichEditor b {
            color: #ffffff;
            font-family: 'coolveticabold';
        }
        .containerRichEditor b {
            color: #ffffff;
            font-family: 'coolveticabold';
        }

        .containerRichEditor img {
            max-width: 100%;
            height: auto;
        }

        .containerRichEditor a {
            text-decoration:underline;
        }
            .containerRichEditor a.btn-primary {
                text-decoration: none;
            }
        .containerRichEditor ul {
           padding-left:20px;
           box-sizing:border-box;
        }
        .containerRichEditor ol {
            padding-left: 20px;
            box-sizing: border-box;
        }

        .containerRichEditor a.nounderline {
            text-decoration: none;
        }

.faseTag {
    color: var(--primary-color);
    font-weight: bold;
}

.boxIcon-mi-actividad {
    width: 30px;
    text-align: center;
}


/************PAGE IFRAME **************************/

.pageIframe .contentPages {
   
    padding-top: 0;
}

.pageIframe .titlePage{
    margin-top:0px!important;
}

.pageIframe body{
    overflow-x:hidden!important;
}

.pageIframe .containerSliderWidhtInputs {
    width:100%!important;
}




@media (min-width:600px) {
    .pageIframe .containerSliderWidhtInputs {
        max-width: 600px;
    }
}


.pageIframe .mt60 {
    margin-top: 10px !important;
}

.pageIframe .pb60{
    padding-bottom:10px!important;

}
.pageIframe .titlePage {
    font-size: 1.4em;
    line-height: 1.2em;
}
.pageIframe .titlePageBlack {
    font-size: 1.4em;
    line-height: 1.2em;
}