body {
    height: 100vh !important;
    /*padding-top: 50px !important;*/
}

* {
    font-family: 'poppins', 'sans-serif';
    box-sizing: border-box;
    position: relative;
    font-size: 12px;
}

.sub-service {
    color: #bebebe !important;
}

*[data-type="currency"]::placeholder {
    font-size: 12px;
}

*[data-type="currency"]::-webkit-input-placeholder {
    font-size: 12px;
}

.bolita {
    background-color: #5cb85c;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 6px;
}

#migajas > div span > div {
    text-align: left !important;
}

#migajas #num-module > div {
    text-align: left !important;
    width: fit-content !important;
    padding: 14px 25px;
    border-right: 1px solid #dddddd8a;
}

#migajas > div {
    width: fit-content !important;
    padding: 14px 25px;
    border-right: 1px solid #dddddd8a;
}

:root {
    --secondary-color: #b657b5;
    --primary: #017D94;
    --primary2: #113E55;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #1bbc9b;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
}

.btn-apoyar {
    padding: 4px;
    border-radius: 20px;
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    border: solid 3px var(--primary);
    padding-right: 20px;
    cursor: pointer;
    transition: all ease .3s;
}

.btn-apoyar:hover {
    background-color: var(--primary);
}

.alerta-header {
    background-color: #3a3a3a;
    color: #fff;
    position: sticky;
    left: 0;
    top: 50px;
    z-index: 1;
    padding: 10px;
}

.like {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.like i {
    font-size: 25px !important;
    color: rgba(255, 255, 255, .8);
}

.like[data-estado="1"] > i {
    color: rgb(237, 73, 86) !important;
}

.drop-down .arrow-down i.drop {
    transform: rotate(
            180deg);
}

.drop-down {
    width: 260px;
    border: 1px solid #dddd;
    /*border-radius: 4px;*/
    border-radius: 25px;
    background: #fff;
    height: 36px;
}

.down {

}

.drop-down .down {
    position: absolute;
    z-index: 1;
    top: 40px;
    /*top: 35px;*/
    right: 0;
    display: none;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
}

.drop-down .items-drop-down {
    padding: 4px 10px;
    cursor: pointer !important;
}

.drop-down .items-drop-down:hover {
    background: #017D94;
    color: #FFF !important;
}

.drop-down .items-drop-down i {
    color: #017D94 !important;
}

.drop-down .items-drop-down:hover i {
    color: #FFF !important;
}


.drop-down .items-drop-down:hover .tag-number {
    background: #FFF !important;
    color: #017D94 !important;
}

.drop-down .down > div {
    color: #292929;
    overflow-y: scroll;
    max-height: 300px;
    /*min-width: 270px;*/
    min-width: 100%;
    width: max-content;
}

.drop-down .drop {
    display: flex !important;
}

.tag-number {
    background: #017D94;
    color: #FFF;
    padding: 0 5px;
    border-radius: 5px;
    font-weight: 500;
}

div[id^='html5_'] {
    display: none;
}

input::placeholder {
    color: #dedede !important;
}

/*input[valid='false'] {*/
input[valid='false'] {
    background: url("https://distribution.aparatajemusicgroup.com/public/img-desing/alerta-2.svg") no-repeat 97% 50%;
    background-size: 20px;
    /* transition: border-color 0.1s ease-out;*/
}


.editar {
    display: none !important;
}

.block {
    display: block !important;
}

.bootstrap-tagsinput > .tag {
    display: flex;
    align-items: center;
    color: #fff !important;
    width: max-content;
}

.bootstrap-tagsinput > .tag > span:after {
    content: "x";
    font-size: 18px !important;
}

.bootstrap-tagsinput > .tag > span {
    right: -10px;
}

.bootstrap-tagsinput {
    display: flex;
    border: solid 1px #cbd4db;
    outline: none !important;
    width: 100%;
    min-height: 40px;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 4px;
    flex-flow: wrap;
    white-space: break-spaces;
}

.bootstrap-tagsinput input {
    border: unset !important;
    outline: none !important;
    width: unset !important;
    padding: unset !important;
    border-radius: unset !important;
    margin-bottom: unset !important;
    margin-left: 10px !important;
}

input::-webkit-input-placeholder {
    color: #dedede !important;
}

input:-moz-placeholder {
    color: #dedede !important;
}

input::-moz-placeholder {
    color: #dedede !important;
}

input:-ms-input-placeholder {
    color: #dedede !important;
}


/*ARTICLE HORIZONTAL*/
.article-h {
    width: 100%;
    background-color: #fff;
    color: #3e4357;
    padding: 15px 15px 2px 15px;
    display: block;
    border-radius: 2px;
    /*padding-bottom: 2px;*/
    overflow: initial !important;
}

.article-h:hover .infoview {
    opacity: 0;
}

.article-h:hover .controles {
    right: 0;
}

.article-h .cover {
    border-radius: 3px;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    overflow: hidden;
}

.article-h .cover > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-h .info > div:nth-child(1) {
    margin-bottom: 5px;
}

.article-h .infoview {
    color: #ddd;
    text-align: right;
}

.article-h .infoview > i {
    font-size: 24px !important;
    margin-left: 14px;
    color: #ddd;
}

.article-h .controles {
    position: absolute;
    right: -250px;
    top: 50%;
    transform: translateY(-50%);
    width: max-content;
    color: #00adff;
    transition: all ease .3s;
}

.article-h .controles li > a i {
    padding: 10px;
    border: solid 1px rgba(65, 71, 84, 0.1);
    font-size: 16px !important;
    border-radius: 6px;
    background-color: #fff;
}

.article-h .controles li > a i:hover {
    background-color: #f7f7f8;
}


.context-menu {
    background-color: #fff;
    padding: 5px;
    border-radius: 4px;
    position: absolute;
    z-index: 3;
    display: none;
    width: 200px;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
}

.tooltext {
    cursor: pointer;
}

.tooltext:hover .detalle {
    display: block;
}

.tooltext > .detalle {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    background-color: #1e2b3b;
    padding: 10px;
    border-radius: 3px;
    width: max-content;
    max-width: 180px;
    text-align: left;
    font-size: 11px;
    color: #fff;
    line-height: 16px;
    display: none;
    transform: translateX(-50%) translateY(-0%) translateZ(0);
    z-index: 3;
}

.tooltext > .detalle:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-0%) translateZ(0);
    width: 0;
    content: "";
    font-size: 0;
    line-height: 0;
    bottom: -10px;
    border: 5px solid transparent;
    border-top-color: #1e2b3b;
}

.lt-text {
    font-size: 11px !important;
}

.minleng {
    color: #8694a3 !important;
}

/*ARTICLE HORIZONTAL*/
.form-control input[type='submit'] {
    /* border-radius: 4px !important;*/
    display: flex;
    background: #36b4e6;
    color: #fff;
    border: solid 1px #61b9fd;
    cursor: pointer;
    padding: 5px 41px;
}

.form-control .btn-primary-radio {
    border-radius: 25px !important;
    width: 200px;
    margin: 0 auto;
    padding: 10px 15px !important;
    background-color: #14aaf5 !important;
    border: 0 !important;
    outline: 0 !important;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    color: #fff !important;
    transition: all ease .3s;
    cursor: pointer !important;
    font-weight: 700 !important;
}

.alert-valid {
    position: absolute;
    top: -9px;
    color: #000;
    left: calc(100% / 1.3);
    border-radius: 4px;
    border: 1px solid #d2d0d0;
    z-index: 2;
    box-shadow: 0 0 7px 2px rgba(0, 0, 59, 05.3);
    width: max-content;
}

.alert-valid:before {
    box-shadow: 0 0 7px 2px rgba(0, 0, 59, 0.53);
    position: absolute;
    z-index: 1;
    left: 11px;
    bottom: -4px;
    content: "";
    width: 11px;
    height: 11px;
    background-color: #fff;
    -webkit-transform: scaleY(1.5) rotate(45deg);
    -ms-transform: scaleY(1.5) rotate(45deg);
    transform: scaleY(1.5) rotate(45deg);
}

.alert-valid-span {
    display: flex;
    background: #fff;
    padding: 4px 6px;
    border-radius: 4px;
    z-index: 1;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.57);
    width: -webkit-fill-available;
}

.alert-valid-span > img {
    /* width: 29px;*/
    width: 33px;
    margin-right: 12px;
}

.bg-saldo {
    border: 1px solid #e1e0ff;
    background: #f7f7f7;
    border-radius: 4px;
    padding: 2px 4px;
}


.disablid {
    opacity: .4;
    cursor: default !important;
    pointer-events: none;
}

.disablid_1 {
    opacity: .1;
    cursor: default !important;
    pointer-events: none;
}

.disablid_2 {
    opacity: .2;
    cursor: default !important;
    pointer-events: none;
}

.disablid_3 {
    opacity: .3;
    cursor: default !important;
    pointer-events: none;
}

.disablid_4 {
    opacity: .4;
    cursor: default !important;
    pointer-events: none;
}

.disablid_5 {
    opacity: .5;
    cursor: default !important;
    pointer-events: none;
}

.disablid_6 {
    opacity: .6;
    cursor: default !important;
    pointer-events: none;
}

.disablid_7 {
    opacity: .7;
    cursor: default !important;
    pointer-events: none;
}

.disablid_8 {
    opacity: .8;
    cursor: default !important;
    pointer-events: none;
}


.content-alert {
    cursor: pointer;
}

.content-alert {
    position: absolute;
    top: calc(100% + 5px);
    color: #000;
    right: 10px;
    width: max-content;
    z-index: 1;
}


.numalert {
    position: absolute;
    top: -7px;
    right: 3px;
    background: var(--red);
    border-radius: 100%;
    width: 16px;
    height: 16px;
    font-size: 10px;
    z-index: 1;
    box-shadow: 0 0 7px 2px rgba(0, 0, 59, 0.21);
}

.arrow-icon {
    font-size: 20px !important;
    margin: 0 5px !important;
}

.arrow-icon-blue {
    color: rgb(119 110 253) !important;
}

.arrow-icon-yellow {
    color: rgb(121 220 46) !important;
}


.btn-scale:hover {
    transform: scale(.95);
    transition: 1s;
}

.content-alert a:hover {
    /*background-color: #f1f1f1 !important;*/
}

.bold-500 {
    font-weight: 600;
}

.content-alert {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.content-alert {
    display: none;
    top: calc(100% + 20px);
    right: -130px;
    min-height: 200px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0px 8px rgba(0, 0, 59, 0.18);
    z-index: 22;
    width: 100vw;
    max-width: 450px;
    color: #333;
    padding-bottom: 10px;
}

.content-alert:before {
    /*box-shadow: 0 0 7px 2px rgba(0, 0, 59, 0.23);*/
    border-radius: 2px;
    position: absolute;
    top: -5px;
    right: 140px;
    z-index: 1;
    content: "";
    width: 15px;
    height: 15px;
    background-color: #fff;
    -webkit-transform: scaleY(1.5) rotate(45deg);
    -ms-transform: scaleY(1.5) rotate(45deg);
    transform: scaleY(1.5) rotate(45deg);
}

.noti-elementos {
    padding: 12px 16px;
    padding-bottom: 5px;
    z-index: 11;
    color: #333 !important;
}

.noti-elementos a {
    padding: 0;
    color: #333;
}

.noti-elementos a:hover {
    color: #333;
}

.noti-elementos .coverfoto {
    width: 45px !important;
    height: 45px !important;
}

.noti-elementos .foto {
    border-radius: 3px !important;
    background-image: none !important;
    background-color: #f9f9f9;
}

.evalhrf {
    cursor: pointer;
}

.jq-toast-loaded {
    opacity: 0 !important;
}

.jq-toast-wrap {
    width: 304px !important;
}

.jq-toast-wrap > .jq-has-icon > strong {
    font-size: 15px !important;
}

.jq-toast-single {
    font-size: 15px !important;
}

.jq-toast-heading {
    font-size: 16px !important;
}

.jq-has-icon {
    padding: 15px 10px 14px 50px !important;
    background-size: 30px !important;
}

.jq-icon-info {
    background-color: rgb(0 135 215) !important;
}

.jq-icon-warning {
    background-color: #FF8800 !important;
    color: #ffffff;
!important;
}

.jq-icon-success {
    background-color: #376a37 !important;
    color: #ffffff;
!important;
}

.jq-icon-error {
    background-color: #ec1638 !important;
    color: #ffffff;
!important;
}

.btn-remove-table-row {
    cursor: pointer;
    border: 1.5px solid #d82020;
    color: #d82020;
    font-weight: 600;
    border-radius: 3px;
    width: 27px;
    height: 27px;
    font-size: 25px;
}

response .responsemodal, response2 .responsemodal, result .responsemodal, resultshell .responsemodal {
    display: flex;
    opacity: 1;
    justify-content: center;
    align-items: center;
    overflow-y: scroll;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    /* transition: 1s;*/
    /*background-color: rgba(0,0,0,.8);*/
    background-color: rgba(0, 0, 0, 0.32);
}

response, response2, result, resultshell {
    /*transition: 1s;*/
    background-color: rgba(39, 50, 64, .6);
}

.input-hidden {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-color: rgba(255, 255, 255, 0) !important;
    /*left: -134px !important;*/
    z-index: 1;
    position: absolute;
    opacity: 0;
}

response .responsemodal > .modalbody, result, response2 .responsemodal > .modalbody, result .responsemodal > .modalbody, resultshell .responsemodal > .modalbody {
    display: flex;
    max-width: 90%;
    height: auto;
    /*background: aliceblue;*/
    background: #FFF;
    /*max-height: 95vh;*/
    /*border-radius: 3px;*/
    border-radius: 8px;
    /*overflow: hidden;*/
    position: relative;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

response .responsemodal > .modalbody > #modal-close, response2 .responsemodal > .modalbody > #modal-close, result .responsemodal > .modalbody > #modal-close, resultshell .responsemodal > .modalbody > #modal-close {
    position: absolute;
    /*right: 0;
    top: -11px;*/
    right: -15px;
    top: -15px;
    border-radius: 35px;
    width: 41px;
    height: 41px;
    z-index: 1;
    font-size: 25px;
    background: #3c7d94;
    cursor: pointer;
    color: #fff;
}

.result-lupa, .result-lupa div {
    margin: 0 !important;
}

ul.tabs-body {
    width: 100%;
    display: flex;
}

ul.tabs-body > .tabs {
    display: none;
    /* border: solid 1px #ddd !important; */
    width: 100%;
}

ul.tabs-body > .tabs #example {
    border: none !important;
}

.table2 {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 0 2px 8px rgb(125 135 154 / 10%);
}

.table2 > thead {
    background-color: var(--primary);
    color: #fff;
    overflow: hidden;
}

.table2 td {
    padding: 13px !important;
    font-weight: 500;
    font-size: 13px !important;
    /* color: #9c9c9c; */
}

.table2 tbody > td {
    color: #131313;
}

.table2 tbody > tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.table2 tr > td:nth-child(1) {
    padding-left: 20px !important;
}

.tabs-header {
    display: flex;
    padding: 6px;
    border-radius: 18px;
    background-color: #f9f9f9;
}

/*div.main-tabs ul.tabs-header > li > a {
    border-radius: 16px;
    display: flex;
    background: transparent;
    color: gray;
    cursor: pointer;
    padding: 12px 42px;
    font-weight: 500;
    min-width: 170px;
    text-align: center;
}*/

div.main-tabs ul.tabs-header > li > a {
    border-radius: 16px;
    display: flex;
    /*background: transparent;*/
    background: #FFF;
    color: gray;
    cursor: pointer;
    padding: 12px 42px;
    font-weight: 500;
    min-width: 170px;
    text-align: center;
    margin-right: 10px;
}

.bg-active {
    /*background: #fff !important;
    color: #131313 !important;*/
    box-shadow: 0 2px 2px rgba(0, 0, 0, .07);
}

/*
ul.tabs>li>ul{
    display: none;
}
ul.tabs>li>input[type='radio']{
    opacity: 0;
}
ul.tabs>li>input[type='radio']:checked + ul{
    display: flex;
}*/


/*
ul.tabs{
    display: flex;
}
ul.tabs>li>a{
    width: 150px;
    border-radius: 4px 4px 0 0;
    display: flex;
    background: #36b4e6;
    color: #fff;
    border-right: 1.5px solid #fff;
    cursor: pointer;
    padding: 3px 9px;
}
ul.tabs>li>a:hover{
    background: #0f77a0;
    color: #fff;
}
.bg-active{
    background: #0f77a0 !important;
    color: #fff !important;
}
ul.tabs>li>ul{
    display: none;
}
ul.tabs>li>input[type='radio']{
    opacity: 0;
}
ul.tabs>li>input[type='radio']:checked + ul{
    display: flex;
}
*/


.nav {
    /* position: fixed; */
    position: sticky;
    top: 0;
}

.spacing {
    flex-grow: 1;
}

.flex-star {
    display: flex;
    align-items: flex-start;
}

.flex-colum {
    display: flex;
    flex-direction: column;
}

.flex-colum-reverse {
    display: flex;
    flex-direction: column-reverse;
}

.flex-row-reverse {
    display: flex;
    flex-direction: row-reverse;
}

.flex-top {
    display: flex;
    align-self: flex-start;
}

.flex-justify-right {
    display: flex;
    justify-content: flex-end;
}

.flex-right {
    display: flex;
    align-items: flex-end;
}

.flex-left {
    display: flex;
    align-items: flex-start;
}

*[data-title-left]:hover:after {
    content: attr(data-title-left);
    position: absolute;
    right: calc(100% / 2) !important;
    top: calc(0px - 100%);
    padding: 5px 10px;
    /*background: #14aaf5;*/
    background: #1bbc9b;
    color: #FFF;
    font-size: 12px;
    z-index: 1;
    max-width: 200px;
    width: max-content;
    border-radius: 4px;
    text-align: left;
    font-weight: bold;
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.10);
}

.items-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.width-content {
    width: max-content;
}

.meta-tags > div > .tag {
    font-size: 10px;
    /*padding: 2px 10px;*/
    padding: 0px 7px;
    display: flex;
    align-items: center;
    color: #191919 !important;
    width: max-content;
    border-radius: 3px;
    font-weight: 300;
    text-align: center;
    background-color: #f8f8f8 !important;
}


.article-h {
    padding: 6px 15px;
}

.meta-tags > div {
    width: 227px;
    min-height: 22px;
    display: flex;
    outline: none !important;
    /* width: 100%;*/
    border-radius: 3px;
    flex-flow: wrap;
    white-space: break-spaces;
}

.article-h .tags-check, #mtags .tags-check {
    position: unset !important;
}

.article-h .checkbox, #mtags .checkbox {
    margin-bottom: 0px;
    margin-left: 10px;
}

.alims-center {
    display: flex;
    align-items: center;
}

.flex-reverse-row-end {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}


.dropdown dd ul li:hover {
    background: #36b4e6;
}

.dropdown dd ul li:hover .title-menu {
    color: #FFF;
}

.dropdown dd, .dropdown dt, .dropdown ul {
    margin: 0;
    padding: 0;
}

.dropdown dd {
    position: relative;
}

.dropdown a, .dropdown a:visited {
    color: #000000;
    text-decoration: none;
    outline: none;
}

.dropdown dt a {
    background: url('/public/img-desing/arrow.png') no-repeat scroll right center;
    display: block;
    padding-right: 20px;
}

.dropdown dt a span {
    cursor: pointer;
    display: flex;
    padding: 4px;
}


.dropdown span.value {
    display: none;
}


.dropdown img.flag {
    vertical-align: middle;
    margin-right: 10px;
    float: left;
}

.flagvisibility {
    display: none;
}


.radius-full {
    border-radius: 100%;
    overflow: hidden;
}

.space-between {
    justify-content: space-between;
}

.space-around {
    justify-content: space-around;
}

.container-select {
    display: flex;
    width: 100%;
}

.container-select > select {
    display: flex;
    width: 100%;
}

.container-select > .select2-selection, .select2-selection--single {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.container-select > .select2-container {
    top: -1px;
}

.container-select > a {
    display: flex;
    /*padding: 10px;*/
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
}

.container-select > a {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.contact {
    display: flex !important;
    padding: 5px 5px;
    box-shadow: 0 0 7px 2px rgba(0, 0, 59, 0.53);
    font-size: 13px;
    color: #333;
    border-radius: 23px;
    background-color: #fafafa;
    position: fixed;
    cursor: pointer;
    /* bottom: 179px;*/
    bottom: 15px;
    right: 17px;
    border: 1px solid rgb(201 203 204);
    z-index: 48;
}

.contact:before {
    /*position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 20px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('<?=URL?>public/img-desing/contact.svg') no-repeat center;
    vertical-align: middle;
    margin-right: 5px;*/
}

.contact-title-span {
    margin-right: 21px;
    color: #14aaf5;
    margin-left: 8px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
}


/*INICIO SPACIOS*/
.space-40 {
    width: 40px;
}

.space-35 {
    width: 35px;
}

.space-30 {
    width: 30px;
}

.space-25 {
    width: 25px;
}

.space-20 {
    width: 20px;
}

.space-15 {
    width: 15px;
}

.space-10 {
    width: 10px;
}

.space-5 {
    width: 5px;
}

/*FIN SPACIOS*/


/*INICIO BORDERLINE*/
.br-cover {
    border: solid 1px rgb(203, 210, 214);
}

.br-0 {
    border-radius: 0 !important;
}

.br-4 {
    border-radius: 4px;
}


.b-full {
    border: solid 1px #eee;
}

.b-b {
    border-bottom: solid 1px #eee;
}

.b-t {
    border-top: solid 1px #eee;
}

.b-l {
    border-left: solid 1px #eee;
}

.b-r {
    border-right: solid 1px #eee;
}

.b-fino {
    border: 1px solid #ddd;
}

.bb-unset {
    border: unset;
}

.bb {
    border-bottom: 1px solid #f7d7d7;
}

.bb1 {
    border-bottom: 1px solid #f1f1f1;
}

.wh-cover-mini {
    width: 50px;
    height: 50px;
    border: 0.005em solid #ddd;
}

/*FIN BORDERLINE*/


.shadow > li, .shadow {
    box-shadow: 0 1px 3px 0 rgba(21, 27, 38, .15);
}


/*INICIO MARGINS*/
.m-0 {
    margin: 0;
}

.m-auto {
    margin: auto;
}


.m-50 {
    margin: 50px;
}

.m-40 {
    margin: 40px;
}

.m-30 {
    margin: 30px;
}

.m-20 {
    margin: 20px;
}

.m-10 {
    margin: 10px;
}

.m-5 {
    margin: 5px;
}


.mr-50 {
    margin-right: 50px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-3 {
    margin-right: 3px;
}


.mb-3 {
    margin-bottom: 3px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}


.mt-250 {
    margin-top: 250px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-3 {
    margin-top: 3px;
}


.mtb-30 {
    margin: 30px 0;
}


.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-3 {
    margin-left: 3px !important;
}


.mlr-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.mlr-10 {
    margin-left: 10px;
    margin-right: 10px;
}


.pd-card {
    padding: 1px 8px 15px 8px;
}


/*FIN MARGINS*/


/*INICIO PADDING*/
.p-30 {
    padding: 30px;
}

.p-25 {
    padding: 25px;
}

.p-20 {
    padding: 20px;
}

.p-15 {
    padding: 15px;
}

.p-10 {
    padding: 10px;
}

.p-5 {
    padding: 5px;
}

.p-2 {
    padding: 2px;
}

.p-0 {
    padding: 0;
}


.p5 {
    padding: 5px 10px !important;
}

.p0 {
    padding: 0 !important;
}


.pr-30 {
    padding-right: 30px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-5 {
    padding-right: 5px;
}


.pl-30 {
    padding-left: 30px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-10 {
    padding-right: 10px;
}


.pb-30 {
    padding-bottom: 30px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-5 {
    padding-bottom: 5px;
}


.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}


.ptb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ptb-0-5 {
    padding-top: 0;
    padding-bottom: 5px;
}


.plr-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.plr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.plr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.plr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.p-footer {
    /*padding: 40px 3%;*/
    padding: 20px 3% 40px 3%;
    background: rgb(17, 23, 25);
}


.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-28 {
    padding-top: 28px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}


/*FIN PADDING*/


/*INICIO WIDTH*/
.w-auto {
    width: auto !important;
}

.w-700 {
    width: 700px;
}

.w-600 {
    width: 600px;
}

.w-500 {
    width: 500px;
}

.w-400 {
    width: 400px;
}

.w-350 {
    width: 350px;
}

.w-335 {
    width: 335px;
}

.w-300 {
    width: 300px;
}

.w-270 {
    width: 270px;
}

.w-235 {
    width: 235px;
}

.w-200 {
    width: 200px;
}

.w-170 {
    width: 170px;
}

.w-160 {
    width: 160px !important;
}

.w-150 {
    width: 150px;
}

.w-120 {
    width: 120px;
}

.w-100-0 {
    width: 100px;
}

.w-90-0 {
    width: 90px;
}

.w-80-0 {
    width: 80px;
}

.w-70-0 {
    width: 70px;
}

.w-50-0 {
    width: 50px;
}

.w-40-0 {
    width: 40px;
}


.w-100 {
    width: 100%;
}

.w-66 {
    width: 60.66%;
}

.w-60 {
    width: 60%;
}

.w-55 {
    width: 55%;
}

.w-50 {
    width: 50%;
}

.w-45 {
    width: 45%;
}

.w-40 {
    width: 40%;
}

.w-35 {
    width: 35%;
}

.w-33 {
    width: 33.33%;
}

.w-30 {
    width: 30%;
}

.w-25 {
    width: 25%;
}

.w-20 {
    width: 20%;
}

.w-15 {
    width: 15%;
}

.w-10 {
    width: 10%;
}

.w-0 {
    width: 0;
}


/*FIN WIDTH*/


/*INICIO MAX-WIDTH*/
.w-max-450 {
    max-width: 450px;
}

.w-max-400 {
    max-width: 400px;
}

.w-max-350 {
    max-width: 350px;
}

.w-max-300 {
    max-width: 300px;
}

.w-max-250 {
    max-width: 250px;
}

.w-max-200 {
    max-width: 200px;
}

.w-max-170 {
    max-width: 170px;
}

.w-max-150 {
    max-width: 150px;
}

.w-max-100 {
    max-width: 100px;
}

.w-max-50 {
    max-width: 50px;
}

.w-max-45 {
    max-width: 45px;
}

.w-max-40 {
    max-width: 40px;
}


.h-300-px {
    height: 300px;
}

.h-250-px {
    height: 250px;
}

.h-200-px {
    height: 200px;
}

.h-150-px {
    height: 150px;
}

.h-100-px {
    height: 100px;
}

.h-80-px {
    height: 80px;
}

.h-50-px {
    height: 50px;
}


.h-100 {
    height: 100%;
}

.h-54 {
    height: 54%;
}

.h-50 {
    height: 50%;
}

.h-18 {
    height: 18px;
}


/*FIN MAX-WIDTH*/


.countpanel {
    width: 35px;
    height: 25px;
    font-size: 15px;
    background: #36b4e6;
    border-radius: 3px;
    position: absolute;
    color: #fff;
    top: -3px;
    right: 0;
}


/* MAYUSCULAS DE TEXTO*/

.upper-text {
    text-transform: uppercase;
}

.lower-text {
    text-transform: lowercase;
}


/*FIN MAYUSCULAS DE TEXTO*/


/*INICIO DISPLAY*/
.d-flex {
    display: flex !important;
}

.d-flexible {
    display: flex;
}

.d-none {
    display: none !important;
}

.d-line-block {
    display: inline-block !important;
}

.d-hidden {
    display: none;
}

/*FIN DISPLAY*/


.invisible {
    visibility: hidden;
}

.visible {
    visibility: visible;
}


/*INICIO COLOR TEXTO*/
.tc-white {
    color: #fff;
}

.tc-primary {
    color: #36b4e6;
}

.tc-black {
    color: #000;
}

.tc-blue {
    color: #19426b;
}

.tc-gray {
    color: #333333;
}

.tc-black-light {
    color: #292929;
}

.tc-paypal {
    color: #0070ba
}

/*FIN COLOR TEXTO*/


/*INICIO COLOR FONDO*/
.bg-color-inset {
    background-color: unset;
}

.bg-white {
    background: #fff;
}

.bg-primary {
    background: #36b4e6;
}

.bg-black {
    background: #424344;
}

.bg-blue {
    background: #19426b;
}

.bg-paypal {
    background: #0070ba
}

.bg-chadow {
    background-color: rgba(0, 0, 0, .6);
}

.bg-shadow {
    background: aliceblue;
}

.bg-black-light {
    background: #292929;
}


/*FIN COLOR FONDO*/


/*INICIO COLOR FONDO*/
.bg-white {
    background: #fff;
}

.bg-primary {
    background: #36b4e6;
}

.bg-black {
    background: #424344;
}

.bg-blue {
    background: #19426b;
}

/*FIN COLOR FONDO*/


/*INICIO COLOR CURSORS*/
.crs-default {
    cursor: default;
}

.crs-pointer {
    cursor: pointer;
}

/*FIN COLOR CURSORS*/


/*INICIO CENTRADOS*/
.center-y {
    display: flex;
    align-items: center;
}

.center-y-i {
    display: flex !important;
    align-items: center;
}

.underline-hover:hover {
    text-decoration: underline !important;
}

.center-x {
    display: flex;
    justify-content: center;
}

/*FIN CENTRADOS*/


/*INICIO SCROLL*/
.scroll-x {
    overflow-x: scroll;
}

.scroll-y {
    overflow-y: scroll;
}

.scroll-x-none {
    overflow-x: hidden;
}

.scroll-y-none {
    overflow-y: hidden;
}

.overflow-unset {
    overflow: unset !important;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

/*FIN SCROOL*/


/*INICIO DE BOTONES*/
.btn-chevror {
    position: absolute;
    background: #2c3363;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.btn-chevror:hover {
    color: #7f8be6;
}

.btn-chevror:active {
    color: #6670c1;
}

.btn-chevror > i {
    font-size: 24px !important;
    color: #ffffff !important;
}

input.default {
    border: solid 1px #cbd4db;
    outline: none !important;
    width: 100%;
    padding: 5px 10px;
    border-radius: 3px;
}


/*FIN DE BOTONES*/


/*CAPA PARA DESABILITAR*/

.disable-input {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* cursor: default;*/
    cursor: no-drop !important;
}

/*CAPA PARA DESABILITAR*/


/*INICIO DE HEIGHT*/
.h-content {
    height: max-content;
}

/*FIN DE HEIGHT*/


/*INICIO DE INPUT FALSE*/
.input-area {
    border: solid 1px #cbd4db;
    outline: none !important;
    width: 100%;
    padding: 5px 10px;
    border-radius: 3px;
    margin-bottom: 10px;
    height: 30px;
}

/*FIND E INPUT FALSE*/


/*INICIO FUENTES DE TEXTO*/
.size-75 {
    font-size: 75px;
}

.size-25 {
    font-size: 25px;
}

.size-22 {
    font-size: 22px;
}

.size-20 {
    font-size: 20px;
}

.size-12 {
    font-size: 12px;
}

.size-10 {
    font-size: 10px;
}

.size-18 {
    font-size: 18px;
}

.size-16 {
    font-size: 16px !important;
}

.size-15 {
    font-size: 15px;
}

.size-14 {
    font-size: 14px;
}


#option-close {
    position: absolute;
    /* z-index: 3; */
    right: 0;
    top: -11px;
    border-radius: 35px;
    width: 22px;
    z-index: 1;
    font-size: 15px;
    background: #14aaf5;
    cursor: pointer;
    color: #fff;
}

#num-crate {
    background: #fff;
    border-radius: 100%;
    width: 25px;
    color: #14aaf5;
    font-weight: 600;
    height: 25px;
}

/*FIN FUENTES DE TEXTO*/

.jq-toast-loader {
    background: unset !important;
}

/*INICIO LINKS*/
#boxverifyartista {
    font-size: 35px !important;
    color: #14aaf5 !important;
}

.link-default-hover:hover {
    text-decoration: underline;
}

.link-primary {
    color: #14aaf5;
    text-decoration: underline;
}

.link-artista {
    font-size: 11px;
    padding: 0 4px;
    border: 1px solid #efeded;
    border-radius: 7px;
}

/*FIN LINKS*/


/*INICIO ORIENTACIOND E TEXTO*/

.leer {
    border-radius: 4px !important;
    display: flex;
    background: #36b4e6;
    color: #fff;
    border: solid 1px #61b9fd;
    cursor: pointer;
    text-align: center;
    width: max-content;
    padding: 0 5px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

/*FIN LINKS*/


/*INICIO ANIMACIONES*/

.seg-2 {
    transition: transform .2s;
}

.scale-1-1:hover {
    transform: scale(1.1);
}

/*FIN ANIMACIONES*/


/* CONTADOR DE DATOS ENCIMA DE LAS TABLAS*/
.widget {
    box-shadow: 0 -1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    border-radius: 3px;
    overflow: hidden;
    color: #fff;
}

.widget-number {
    text-align: center;
    padding: 2px 19px;
    background: #36b4e6;
}

.widget-number > label {
    font-size: 17px;
}

/* FIN CONTADOR DE DATOS ENCIMA DE LAS TABLAS*/


/*INICIO TAG CONTAINER*/
.space-break {
    display: flex;
    white-space: break-spaces;
    flex-flow: wrap;
}

.tag-count {
    display: flex;
    padding: 3px 10px;
    border-radius: 4px;
}

.tag-count > .tag-number {
    background: #fff;
    border-radius: 30px;
    color: #36b4e6;
    text-align: center;
    padding: 0 2px;
    width: 25px;
}


.input-tags {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inherit;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    /*max-width: 100%;*/
    line-height: 22px;
    cursor: text;
    min-height: 32px;
    height: auto;
}

.tag {
    margin-right: 2px;
    padding: 5px 5px;
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    margin: 2px 2px;
    font-weight: 300;
    text-align: center;
    padding-right: 20px;
}

.tag > span[role='remove'] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 5px 0 0;
    cursor: pointer;
}

input.oculto {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.input-tags input[role='text-tag'] {
    height: 20px;
    border: 0;
    box-shadow: none;
}

.input-tags ul.search-list {
    border-radius: 3px;
    position: absolute;
    width: 100%;
    border: 1px solid #d4c3f9;
    z-index: 10;
    background: #FFF;
    left: 0;
    top: -10px;
}

.input-tags ul.search-list > li {
    padding: 2px 10px 2px 5px;
    border-bottom: 1px solid #d4c3f9;
}

.title-form {
    font-size: 25px;
    border-bottom: solid 1px #eee;
}

.title-view {
    font-size: 35px;
    letter-spacing: -0.02em;
    font-weight: 600;
}

.font-inherit {
    font-family: inherit;
    line-height: 1.1;
}

.suscribete .title { /*ESTILO DE PAGINA PRINCIPAL - ELIMINAR DESPUES*/
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 10px;
}

.suscribete input[type='text'] { /*ESTILO DE PAGINA PRINCIPAL - ELIMINAR DESPUES*/
    text-align: center;
    font-weight: bold;
    color: #FA1C1C;
    font-size: 16px;
    width: 100%;
    max-width: 400px;
    padding: 15px;
    border: 0;
    border: solid 3px #eee;
    border-radius: 30px;
    outline: 0;
    margin-bottom: 20px;
}

.distribution p { /*ESTILO DE PAGINA PRINCIPAL - ELIMINAR DESPUES*/
    font-size: 18px;
    text-align: center;
    max-width: 800px;
    display: block;
    margin: 10px auto;
}

.distribution h2 { /*ESTILO DE PAGINA PRINCIPAL - ELIMINAR DESPUES*/
    font-size: 50px !important;
    font-weight: 700;
    margin-bottom: 20px;
}

.distribution .boton-d { /*ESTILO DE PAGINA PRINCIPAL - ELIMINAR DESPUES*/
    display: inline-block;
    border-radius: 30px;
    margin: 20px;
    padding: 20px 40px;
    background-color: #FA1C1C;
    color: white;
    transition: all ease .3s;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}

/*
.tag>span[data-role="remove"]:after {
    content: "x";
    padding: 0 2px;
    margin-left: 8px;
    cursor: pointer;
}*/
/*FIN TAG CONTAINER*/


/*INICIO DE MARKETING*/
.card-box {
    width: 100%;
    height: 100%;
    border: 1px solid #e6e6e6;
    display: flex;
}

.card-frame {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.card-frame:hover {
    background: rgba(0, 0, 0, 0.42);
    color: rgba(215, 211, 211, 0.85);
}

.card-body > p {
    display: none;
}

.card-frame:hover > .card-body > p {
    display: block;
}

.card-body {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-footer {
    display: flex;
    align-items: center;
    background: rgba(12, 12, 12, 0.57);
}

.card-footer > a {
    padding: 6px 7px;
}

.card-body > p {
    font-size: 18px;
    font-weight: 600;
}

.card-footer > a > i {
    font-size: 18px !important;
    color: #fff !important
}


.card-box > img {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.container-card {
    display: flex;
    flex-flow: wrap;
    white-space: break-spaces;
}

.card {
    width: 25%;
    padding: 3px 3px 13px 3px;
    display: flex;
    flex-direction: column;
}

.alerta {
    font-size: 20px !important;
    right: 27px;
    top: 22px;
    position: absolute;
    color: #c15757 !important;
}

.box-audio {
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    width: 264px;
    height: 61px;
}

.cover-img {
    display: flex;
    max-width: 60px;
    width: 100%;
    border-right: 1px solid #c3c6;
    position: relative;
}

.info-audio {
    flex-grow: 1;
    /* padding: 8px 8px 8px 10px;*/
    padding: 8px 2px 8px 3px;
    display: flex;
}

.sm-mr-top {
    margin-top: 0;
}

.name-star-url {
    color: white;
    font-size: 30px;
    padding: 5px;
    margin: 0;
}

.name-sub-star-url {
    font-size: 20px;
    color: rgba(250, 250, 250, .8) !important;
}

.escuchar {
    /*padding: 10px 20px;*/
    padding: 6px 18px;
    border: 1px solid #fff;
    border-radius: 4px;
    transition: transform .2s;
}

.escuchar:hover {
    border: 1px solid #0b8e25;
    transform: scale(1.1);
}

.absolute-item {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
}

.cover-icon:hover {
    background: rgba(23, 22, 22, 0.47);
}

.absolute-item > i {
    font-size: 86px !important;
    color: #fffffffa !important;
}

.slider-social {
    border: 1px solid #8e8db1;
    background: #fff;
    box-shadow: inset 0 1px 5px -2px rgba(70, 1, 1, 0.99);
    padding: 5px 10px;
    border-radius: 4px;
}

.sliders {
    background: #636ab338;
    border-radius: 4px;
}

#calendario {
    width: 100%;
}

.bnone {
    border: 0 !important;
    background-color: transparent !important;
    border-top: 0;
    border-bottom: 0;
    height: auto !important;
    padding: 10px;
    color: #292929;
    font-weight: 500;
}

#calendario .dias {
    width: calc(100% / 7 + 3px);
    height: 200px;
    display: inline-block;
    border: solid #ddd 3px;
    background: #fff;
    margin: 0;
    margin: -3px;
    border-top: solid .5px #ddd;
    border-bottom: solid .5px #ddd;
    vertical-align: text-top;
}

#calendario .dias[data-activo="1"] {
    border-top: solid 3px #2ecc71;
}

#calendario .dias > .number {
    padding: 5px;
}

#calendario .lanzamientos {
    padding: 5px;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 2px;
    transition: all ease .3s;
}

#calendario .lanzamientos:hover {
    transform: scale(.98);
}

#calendario .dias .datos a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.calendaryfecha {
    border: 0;
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
}

.list-service .clone {
    list-style: none !important;
}


.display-movil {
    display: none !important;
}

@media screen and (max-width: 600px) {
    .card {
        width: 100%;
        max-width: 200px;
    }

    .display-no-movil {
        display: none !important;
    }


    .display-movil {
        display: block !important;
    }


    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .title-view {
        font-size: 27px;
        letter-spacing: -0.02em;
        font-weight: 700;
    }

    .sm-mr-top {
        margin-top: 50px;
    }
}

@media screen and (max-width: 400px) {
    .card {
        width: 100%;
        max-width: 150px;
    }
}

.w-logo-fotter-2 {
    width: 120px;
}

@media screen and (min-width: 600px) {
    .card {
        width: 50%;
        max-width: 250px;
    }

    .w-logo-fotter-2 {
        width: 90px;
    }

    .sm-mr-top {
        margin-top: 0;
    }

}

@media screen and (min-width: 768px) {


}

@media screen and (min-width: 880px) {
    .card {
        width: 33%;
        max-width: 280px;
    }


}

@media screen and (min-width: 992px) {
    .card {
        width: 25%;
        max-width: 280px;
    }
}

@media screen and (min-width: 1200px) {

}


/*FIN DE MARKETING*/


/*INICIO DE MANAGER*/
.card-manager {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #efe4e4;
}

.card-body-content {
    border: 1px solid #f7d7d7;
    border-radius: 4px;
    padding: 10px;
    background: #fff;
}

/*INICIO DE MANAGER*/


/*INICIO DE BARRA RESPOSIVA*/
.separador-menu-resposive {
    width: 100%;
    height: 0.5px;
    background: #292929;
}

/*INICIO DE BARRA RESPOSIVA*/


/*INICIO DE LINEA DE BARRA*/
.border-left-bar {
    border-left: solid 1px rgba(250, 250, 250, .3);
}

.border-right-bar {
    border-left: solid 1px rgba(250, 250, 250, .3);
}

.border-right-bar {
    border-right: solid 1px rgba(250, 250, 250, .3);
}

.border-rl-bar {
    border-right: solid 1px rgba(250, 250, 250, .3);
    border-left: solid 1px rgba(250, 250, 250, .3);
}


.menu2 > li > a {
    display: flex;
    align-items: center;
}

.menu2 > li > a.a-strong {
    font-size: 13px;
    display: flex;
    font-weight: 600;
    padding-left: 37px;
    align-items: center;
}

.menu2 > li > a.a-strong > i {
    position: absolute !important;
    left: 8px;
}

/*FIN DE LINEA DE BARRA*/
/*INICIO STYLOS DE ICONOS*/
.size-17 {
    font-size: 17px !important;
}

.size-20 {
    font-size: 20px !important;
}

.size-23 {
    font-size: 23px !important;
}

.size-25 {
    font-size: 25px !important;
}

.text-upper {
    font-size: 20px !important;
    text-transform: uppercase;
}


/*INICIO STYLOS DE ICONOS*/


.service-header {
    font-size: 20px;
    padding: 9px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.saldo {
    /*border: 1.5px solid rgb(52 59 74 / 18%);*/
    border-radius: 39px;
    padding: 2px 31px;
    -webkit-box-shadow: 4px 3px 9px -2px rgba(0, 0, 0, 0.20);
    box-shadow: 4px 3px 9px -2px rgba(0, 0, 0, 0.20);
}

.paypal-box {
    border: 1px solid rgba(0, 0, 0, 0.32);
    border-radius: 8px;
    padding: 16px 17px;
}


/*INICIO DE INVITADO*/
.contianer-flex-invitado {
    display: flex;
}

.invitado-table {
    /*margin-right: 10px;*/
}

.sidebar-right-invitado {
    display: flex;
    min-width: 300px;
    background: red;
    height: 300px;
    margin-top: 10px;
}

.p-btn-icon {
    padding: 4px 9px;
}

.size-14 {
    font-size: 14px !important;
}

.padding-40 {
    padding: 40px !important;
}

.font-size-28 {
    font-size: 28px !important;
}

.btn-cross {
    position: absolute;
    z-index: 1;
    padding: 8px;
    border-radius: 100px;
    right: 0;
    top: 0;
    cursor: pointer;
    background-color: #3c7d94 !important;
}

.btn-cross:hover {
    background-color: #2d6f87 !important;
}

.btn-cross i {
    font-size: 24px !important;
    color: #FFF !important;
}

.btn-cross-html:hover {
    background-color: #2d6f87 !important;
}


.btn-cross-html {
    position: absolute;
    z-index: 1;
    border-radius: 100px;
    cursor: pointer;
    background-color: #3c7d94 !important;
    top: -10px;
    right: -10px;
    padding: 3px;
}

.btn-cross-html i {
    font-size: 24px !important;
    color: #FFF !important;
    margin-right: 0.5px;
    margin-top: 0.5px;
}

.option ul li {
    font-size: 10px;
    margin-bottom: 10px;
    list-style: initial;
}

.width-300 {
    width: 300px;
}

.width-280 {
    width: 280px;
}

.bold500 {
    font-weight: 500;
}

.display-flex {
    display: flex;
}

.display-flex-i {
    display: flex !important;
}

.button-submit {
    text-decoration: none;
}

.display-none {
    display: none;
}

.display-none-i {
    display: none !important;
}

.colum-flex {
    flex-direction: column;
}

.row-flex {
    flex-direction: row;
}

.width-100 {
    width: 100%;
    height: auto;
}

.width-max-350 {
    max-width: 350px;
    height: auto;
}

.width-max-400 {
    max-width: 400px;
    height: auto;
}

.load-container {
    width: 100%;
    flex-grow: 1;
    height: auto;
    background: #fff;
}

.spacing {
    flex-grow: 1;
    height: auto;
}

.center-x {
    display: flex;
    justify-content: center;
}

.center-x-i {
    display: flex !important;
    justify-content: center !important;
}

.center-y {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 600px) {

    .contianer-flex-invitado {
        display: flex;
        flex-direction: column;
    }

    .sidebar-right-invitado {
        width: 100%;
        height: 200px;
    }
}

@media screen and (max-width: 400px) {

}

@media screen and (min-width: 600px) {

}

@media screen and (min-width: 768px) {


}

@media screen and (min-width: 880px) {


}

@media screen and (min-width: 992px) {


}

@media screen and (min-width: 1200px) {


}


/*FIN DE INVITADO*/


/*MEDIAD --> EXTRA LARGO   XL*/
@media only screen and (max-width: 1200px) {
    .hide-nickname-1200 {
        display: none !important;
    }
}

@media only screen and (max-width: 1200px) {

    /*INICIO DE DISPLAY CAJA*/
    .xl-flex-colum-reverse {
        flex-direction: column-reverse;
    }

    .xl-flex-row {
        flex-direction: row;
    }

    .xl-flex-colum {
        display: flex;
        flex-direction: column;
    }

    .xl-hide-1200 {
        display: none;
    }

    /*FIN DISPLAY CAJA*/
    .xl-w-100-xl {
        width: 100px;
    }

    .xl-w-100 {
        width: 100px !important;
    }

    .xl-w-700 {
        width: 700px;
    }
}

@media only screen and (max-width: 1000px) {
    /*INICIO DE DISPLAY CAJA*/
    .hide-1000 {
        display: none;
    }

    /*FIN DISPLAY CAJA*/
    .w-100-1000 {
        width: 100px;
    }

    .w-100-1000 {
        width: 100px !important;
    }

    .l-display-none {
        display: none !important;
    }

    .l-display-flex {
        display: flex !important;
    }

    .p-especial {
        padding: 3.4px 0;
    }

    .main > div.menu {
        padding: 0 10px !important;
    }
}


/*MEDIAD --> LARGO   L*/
@media only screen and (max-width: 992px) {

    /*INICIO DE DISPLAY CAJA*/
    .l-flex-colum-reverse {
        flex-direction: column-reverse;
    }

    .l-flex-row {
        flex-direction: row;
    }

    .l-flex-colum {
        display: flex;
        flex-direction: column;
    }

    .l-hide-920 {
        display: none;
    }

    .l-hide-992 {
        display: none;
    }

    /*FIN DISPLAY CAJA*/
    .l-w-100-full {
        width: 100%;
    }

    .l-mr-0 {
        margin-right: 0;
    }

    .l-mt-0 {
        margin-top: 0;
    }

    .l-mb-10 {
        margin-bottom: 20px;
    }

    .l-space-30px {
        width: 30px;
    }

    .l-space-20px {
        width: 20px;
    }

    .l-space-10px {
        width: 10px;
    }


    .l-w-100 {
        width: 100px !important;
    }

}

/*MEDIAD --> MEDIO LARGO   ML*/
@media only screen and (max-width: 880px) {

    /*INICIO DE DISPLAY CAJA*/
    .ml-flex-colum-reverse {
        flex-direction: column-reverse;
    }

    .ml-hide-880 {
        display: none;
    }

    .ml-flex-colum {
        display: flex;
        flex-direction: column;
    }

    .ml-items-center {
        display: flex;
        align-items: center;
    }

    /*FIN DISPLAY CAJA*/
    /*INICIO WIDTH*/
    .ml-w-100-full {
        width: 100%;
    }

    .ml-center-y {
        display: flex;
        justify-content: center;
    }

    .ml-w-100 {
        width: 100px !important;
    }

    /*FIN WIDTH*/
    .ml-plr-20 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ml-p-20 {
        padding: 20px;
    }

    .ml-plr-5 {
        padding: 0 5px;
    }

    .ml-ptb-20-10 {
        padding: 20px 10px;
    }

    .ml-p-30 {
        padding: 30px;
    }

    .ml-p-0 {
        padding: 0;
    }

    .ml-text-center {
        text-align: center;
    }

    .ml-mt-10 {
        margin-top: 10px;
    }

    .ml-pt-10 {
        padding-top: 10px;
    }

    .menu-rd {
        line-height: 35px;
        display: flex;
        padding: 30px 5px 20px 5px;
        flex-direction: row;
        justify-content: space-around;
    }

    .ml-space-around {
        justify-content: space-around;
    }

}

.space-evenly {
    justify-content: space-evenly !important;
}

.submenu {
    height: 48px;
}

/*MEDIAD --> MEDIO   M*/
@media only screen and (max-width: 800px) {

    /*INICIO DE DISPLAY CAJA*/
    .m-text-size-768-65 {
        font-size: 65px;
    }

    .m-flex-colum-reverse {
        flex-direction: column-reverse;
    }

    .m-hide-768 {
        display: none;
    }

    .m-ptb-10 {
        display: none;
    }

    .m-size-20 {
        font-size: 20px !important;
    }

    .m-size-18 {
        font-size: 18px !important;
    }

    .m-size-14 {
        font-size: 14px !important;
    }

    .m-size-16 {
        font-size: 16px !important;
    }

    .m-size-12 {
        font-size: 12px !important;
    }

    .m-p-5 {
        padding: 5px !important;
    }

    .m-pt-20 {
        padding-top: 20px;
    }

    .m-pb-10 {
        padding-bottom: 10px;
    }

    .m-pb-20 {
        padding-bottom: 20px;
    }

    .m-pb-30 {
        padding-bottom: 30px;
    }

    .m-pb-40 {
        padding-bottom: 40px;
    }

    .m-pb-50 {
        padding-bottom: 50px;
    }

    .m-pb-60 {
        padding-bottom: 60px;
    }

    .m-ptb-5 {
        padding: 5px 3px;
    }

    .m-pt-0 {
        padding-top: 0;
    }

    .m-flex-colum {
        display: flex;
        flex-direction: column;
    }

    .m-colum-flex {
        display: flex;
        flex-direction: column;
    }

    .m-width-100 {
        width: 100%;
    }

    .m-width-100-i {
        width: 100% !important;
    }

    .m-width-50 {
        width: 50%;
    }

    .m-width-max-u {
        max-width: unset;
    }

    .m-space-evenly {
        justify-content: space-evenly;
    }

    .m-ml-0 {
        margin-left: 0;
    }

    .m-row-flex {
        display: flex;
        flex-direction: row;
    }

    .m-height-200 {
        height: 200px;
    }

    .m-mr-0 {
        margin-right: 0;
    }

    .m-p-10 {
        padding-left: 20px;
        padding-right: 10px;
    }

    .hide-768 {
        display: none;
    }

    .m-card-flow {
        display: flex;
        flex-flow: wrap;
        white-space: break-spaces;
    }

    .m-white-space-none {
        white-space: unset;
    }

    .m-mb-10 {
        margin-bottom: 10px;
    }

    .m-pr-10 {
        padding-right: 10px;
    }

    .m-p-0 {
        padding: 0 !important;
    }

    .m-mr-10 {
        margin-right: 10px;
    }

    .m-mr-5 {
        margin-right: 5px;
    }

    .show-768 {
        display: flex !important;
    }

    .m-width-unset {
        width: unset !important;
    }

    .m-padding-20 {
        padding: 20px !important;
    }

    .m-text-end {
        text-align: end !important;
    }

    .m-pointer {
        cursor: pointer !important;
    }

    .m-padding-10 {
        padding: 10px !important;
    }

    .m-padding-0 {
        padding: 0 !important;
    }

    .m-font-size-24 {
        font-size: 24px !important;
    }

    /*FIN DISPLAY CAJA*/
    /*INICIO WIDTH*/
    .m-w-100-full {
        width: 100%;
    }


    .m-w-76 {
        width: 76px !important;
    }

    .m-center-y-i {
        display: flex !important;
        align-items: center;
    }

    .m-display-flex {
        display: flex !important;
    }

    .m-spacing {
        flex-grow: 1;
        height: auto;
    }

    .m-items-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .m-fz-10 {
        font-size: 10px !important;
    }

    .m-fz-11 {
        font-size: 11px !important;
    }

    .m-fz-12 {
        font-size: 12px !important;
    }

    .m-fz-13 {
        font-size: 13px !important;
    }

    .m-fz-14 {
        font-size: 14px !important;
    }

    .m-fz-15 {
        font-size: 15px !important;
    }

    .m-display-none {
        display: none !important;
    }

    .m-center-y {
        display: flex;
        align-items: center;
    }

    .m-width-auto {
        width: auto !important;
    }

    .m-flex-flow-none {
        flex-flow: unset;
    }

    .m-bb {
        border-bottom: 1px solid #ddd;
    }

    /*FIN WIDTH*/
}


/*MEDIAD -->PEQUEÑO   S*/
@media only screen and (max-width: 600px) {


    /*INICIO DE MEDIDA DE TEXTOS*/
    .s-text-size-600-40 {
        font-size: 40px;
    }

    .s-text-size-600-10 {
        font-size: 10px;
    }

    .s-text-size-600-10 span {
        font-size: 9px;
    }

    .s-text-size-600-24-force {
        font-size: 24px !important;
    }

    /*FIN DE MEDIDA DE TEXTOS*/
    /*INICIO DE DISPLAY CAJA*/
    .s-flex-colum-reverse {
        flex-direction: column-reverse;
    }

    .s-show-600 {
        display: flex;
    }

    .s-hide-600 {
        display: none;
    }

    .s-hide-600-force {
        display: none !important;
    }

    .s-flex-colum {
        display: flex;
        flex-direction: column;
    }

    .s-flex-colum-force {
        display: flex !important;
        flex-direction: column !important;
    }

    .s-items-center {
        display: flex;
        align-items: center;
    }

    .s-align-items-unset {
        align-items: unset !important;
    }

    /*FIN DISPLAY CAJA*/
    /*INICIO POSITION*/
    .s-position-unset {
        position: unset;
    }

    /*FIN POSITION*/
    /*INICIO STILOS DE TABLA*/
    #example tbody th, #example tbody td {
        padding: 0 !important;
    }

    #example tbody td {
        padding: 4px 0 !important;
    }

    #example thead tr th {
        padding: 10px 4px !important;
    }

    /*FIN DE STILOS DE TABLA*/
    /*INICIO DE PADDING DE CAJA*/
    .s-p-0-600 {
        padding: 4px 8px;
    }

    .s-pr-10px-force {
        padding-right: 10px !important;
    }

    .s-ptr-0-5-force {
        padding: 0 5px !important;
    }

    .s-ptr-3-5-force {
        padding: 3px 5px !important;
    }

    /*FIN DE PADDING DE CAJA*/
    /*INICIO WIDTH*/
    .s-w-100-full {
        width: 100%;
    }

    /*FIN WIDTH*/
    /*INICIO MARGIN*/
    .s-mr-0 {
        margin-right: 0;
    }

    .s-mr-5 {
        margin-right: 5px;
    }

    .s-mb-20 {
        margin-bottom: 20px;
    }

    .s-mt-20 {
        margin-top: 20px;
    }

    /*FIN MARGIN*/
    /*INICIO PADDING*/
    .s-p-0-force {
        padding: 0 !important;
    }

    /*FIN PADDING*/
    .s-w-76 {
        width: 76px !important;
    }

    .max-width-600-unset {
        max-width: unset;
    }

    .ms-display-none {
        display: none !important;
    }
}


/*MEDIAD -->PEQUEÑO   S*/
@media only screen and (max-width: 500px) {
    .flex-colum-reverse-500 {
        flex-direction: column-reverse;
    }

    .hide-500 {
        display: none;
    }

    .s-size-12 {
        font-size: 12px;
    }

    .s-size-10 {
        font-size: 10px;
    }

    .mb-10-500 {
        margin-bottom: 10px;
    }

    .w-100-full-500 {
        width: 100%;
    }

    .s-width-30-500 {
        width: 33.3%;
    }

    .max-width-500-unset {
        max-width: unset;
    }

    .s-500-break-items {
        display: flex;
        flex-flow: wrap;
        white-space: break-spaces;
    }

    .s-500-text-center {
        text-align: center;
    }

    .s-p-footer {
        padding: 20px 3% 40px 3%;
        background: rgb(17, 23, 25);
    }

    .s-p-10 {
        padding: 10px;
    }

    .s-pb-20 {
        padding-bottom: 20px;
    }

    .s-500-pd-card {
        padding: 1px 1px 15px 1px;
    }

}

@media only screen and (max-width: 500px) {

    /*INICIO DE MEDIDA DE TEXTOS*/
    .s-400-w-140 {
        width: 140px !important;
    }


}

/*MEDIAD --> ESTA PEQUEÑO   XS*/
@media only screen and (max-width: 320px) {

    /*INICIO DE MEDIDA DE TEXTOS*/
    .s-text-size-10 {
        font-size: 10px;
    }

    .s-text-size-10 span {
        font-size: 9px;
    }

    .s-320-w-130 {
        width: 130px !important;
    }

    /*FIN DE MEDIDA DE TEXTOS*/


}


/*INICIO DE ESPACION*/

.spacing {
    flex-grow: 1;
}

.spacing-1 {
    flex-grow: 1;
}

.spacing-1-5 {
    flex-grow: 1.5;
}

.spacing-2 {
    flex-grow: 2;
}

.spacing-2-5 {
    flex-grow: 2.5;
}

.spacing-3 {
    flex-grow: 3;
}

.spacing-3-5 {
    flex-grow: 3.5;
}

.spacing-4 {
    flex-grow: 4;
}

.spacing-4-5 {
    flex-grow: 4.5;
}

.spacing-5 {
    flex-grow: 5;
}

.spacing-5-5 {
    flex-grow: 5;
}


/*FIN DE ESPACION*/


/*INICIO DE BARRA DE NAVEGACION RESPOSIBE*/
.account {
    width: auto;;
}


.bar-right {
    display: flex;
}

.icon-bars {
    margin-left: 10px;
    font-size: 24px;
    padding-left: 4px;
    /* padding: 5px; */
    height: 35px;
    border-radius: 3px;
    cursor: pointer;
    transform: rotate(360deg);
    width: 43px;
}

.list-service {
    position: fixed !important;
    z-index: 2;
    height: calc(100vh - 50px);
    right: -100%;
    overflow-y: auto;
    width: 270px;
    transition: 0.5s;
}

#sombra {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 2;
    background-color: rgba(0, 0, 0, .1);
}

.list-service .item-services {
    /*margin-top: 1px;*/
    background: #100c0d;
    display: flex;
    flex-flow: column;
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 1;
    right: 0;
}

.list-service.active {
    right: 0 !important;
}

.list-service .item-services > li {
    display: flex;
}

.service {
    padding: 10px 14px !important;
    width: 100%;
}

.service:hover {
    background: #f3f3f3;
    font-weight: 700;
    color: #343b4a !important;
}

.icon-bars {
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    /*margin: 6px 0;*/
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 7px);
    transform: rotate(-45deg) translate(-3px, 7px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar2 {
    display: none !important;
}

.menu div.change > div:nth-child(2n) {
    display: none;
}


.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-10px, -8px);
    transform: rotate(45deg) translate(-3px, -7px);
}

@media screen and (max-width: 600px) {
    .fule-min-alto {
        /*margin-top: 58px;*/
    }

    .menu-movil {
        padding: 0 7px;
    }

    .movil-correo {
        display: none;
    }

    .bar-right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    /*.icon-bars {
        display: block;
    }*/
    /*.icon-bars:hover{
        background: #464646;
    }*/
    .account {
        min-width: auto;
        width: auto;
    }

    .menu-movil-service {
        display: none;
    }

    .menu-service > a {
        display: none;
    }

    .drop-disable {
        content: ' ';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        cursor: default;
    }

    .submenu {
        display: none;
    }

    .arrow-sm {
        display: none;
    }

    #example thead th i {
        display: none
    }

    .xs-service {
        display: none;
    }

    /*.icon-bars {
        display: block;
    }*/

}

@media screen and (min-width: 600px) {
    .fule-min-alto {
        margin-top: 20px;
    }

    #example thead th i {
        display: none
    }

    /*.icon-bars {
        display: block;
    }*/
    .menu-movil-service {
        display: none;
    }

    .menu-service > a {
        display: none;
    }

    .arrow-sm {
        display: none;
    }

    /*.icon-bars{
        display: block;
    }*/
    .bar-right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .drop-disable {
        content: ' ';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        cursor: default;
    }

    .submenu {
        display: none;
    }

    .xs-service {
        display: none;
    }

    /*.icon-bars{
        display: none !important;
    }*/
}

@media screen and (min-width: 768px) {

    #example thead th i {
        display: block
    }

    .menu-movil-service {
        display: block;
    }

    .menu-service > a {
        display: flex;
    }

    .arrow-sm {
        display: block;
    }

    /*.icon-bars {
        display: none !important;
    }*/
    /*.list-service {
        display: none;
    }*/
    .drop-disable {
        content: unset;
        width: unset;
        height: unset;
        position: unset;
        left: unset;
        top: unset;
        cursor: unset;
    }

    .submenu {
        display: block;
    }

    .xs-service {
        display: block;
    }

    /*.icon-bars {
        display: none;
    }*/

}

@media screen and (min-width: 880px) {

}

@media screen and (min-width: 992px) {

}

@media screen and (min-width: 1200px) {

}


/*FIN DE BARRA DE NAVEGACION RESPOSIBE*/
#cajacomentarios {
    width: 100%;
    display: block;
    color: #fff;
}

#cajacomentarios .cover {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    background-color: #121215 !important;
    border: solid 0 #121215;
    cursor: pointer;
    transition: all ease .3s;
}

#cajacomentarios .cover:hover {
    border: solid 5px #121215;
}

#cajacomentarios .cover > img {
    width: inherit;
    height: inherit;
}

#cajacomentarios .comentario {
    margin-bottom: 20px;
}

#cajacomentarios .comentario .estructura {
    background-color: #121215;
    border-radius: 6px;
}

#cajacomentarios .comentario .estructura:before {
    content: '';
    border-color: #121215;
    border: #121215 solid 6px;
    position: absolute;
    left: -5px;
    top: 20px;
    z-index: 1;
    transform: rotate(45deg);
}

#cajacomentarios .comentario .estructura .header {
    border-bottom: solid 1px #17171a;
    padding: 15px 20px;
}

#cajacomentarios .comentario .estructura .header .fecha {
    font-size: 11px;
}

#cajacomentarios .comentario .estructura .body {
    padding: 15px 20px;
    font-size: 11px;
}

.btnlike {
    font-size: 14px;
}

#formcomentario {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 10px;
}

#formcomentario .cajatext {
    border-radius: 6px;
    background-color: #fff;
    border: 0;
    padding: 0;
}


#formcomentario .cajatext:before {
    content: '';
    border-color: #fff;
    border: #fff solid 6px;
    position: absolute;
    left: -5px;
    top: 23px;
    z-index: 1;
    transform: rotate(45deg);
}

#formcomentario .cajatext textarea {
    margin: 0;
    padding: 20px;
    border: 0;
}


#formcomentario input {
    background-color: #3c7d94;
    padding: 7px 20px;
    border: 0;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
}

.btnpin {
    cursor: pointer;
    font-size: 14px;
}

.btnpin {
    cursor: pointer;
    font-size: 14px;
}

.btnpin[data-fijado='1'] {
    color: #3c7d94;
}

.btnpin[data-fijado='1'] {
    color: #3c7d94;
}

.btnpin[data-fijado='1']:hover {
    color: red;
}

.tooltext2 {
    position: relative;
}

.btndelete {
    font-size: 14px;
}

.btndelete:hover {
    color: red;
    cursor: pointer;
}

.tooltext2:hover:after {
    content: attr(data-text);
    padding: 10px 20px;
    background-color: #3c7d94;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: -50px;
    z-index: 7;
    border-radius: 25px;
    font-weight: bold;
    color: #fff;
}

.textareawhite {
    background: #f9f9f9;
    border: none;
    border-radius: 10px;
    padding: 20px;
}

.tooltext2:hover:before {
    content: '';
    border: solid 5px #3c7d94;
    position: absolute;
    top: -18px;
    z-index: 1000;
    right: 50%;
    transform: translateX(50%);
    transform: rotate(45deg);
}

.btnseguir {
    color: #fff;
    background-color: #3c7d94;
    border-radius: 25px !important;
    padding: 7px 20px !important;
    border: unset !important;
    font-weight: 500;
    cursor: pointer;
    transition: all ease .3s;
}

.btnseguir[data-follow='1']:hover {
    background-color: #fff;
    color: #292929;
}

.btnseguir[data-follow='1']:after {
    content: 'Siguiendo';
}

.btnseguir[data-follow='0']:after {
    content: 'Seguir';
}

#menuvertical {
    height: 100vh;
    width: 250px;
    background-color: #000;
    color: #fff;
    border-right: solid 1px rgba(255, 255, 255, .08);
}


.main-auto {
    margin: 0 auto;
}

#menuvertical .headmenu {
    border-bottom: solid 1px rgba(250, 250, 250, .05);
    padding: 15px 20px;
}

#menuvertical .cover {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#menuvertical .cover > img {
    width: inherit;
    min-height: 100%;
}

#menuvertical .name {
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}

#menuvertical ul li > a {
    padding: 10px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
}

.btn-cross2 {
    position: absolute;
    z-index: 1;
    padding: 8px;
    border-radius: 100px;
    right: 0;
    top: 0;
    cursor: pointer;
    background-color: #3c7d94 !important;
}

.btn-cross2 i {
    font-size: 24px !important;
    color: #FFF !important;
}