:root {
    --color-fondo: #000000;
    --color-topbar: #21212a;
    --color-fondo-secundario: #ffffff;
    --color-fondo-principal: #000000;
    --color-acento-primario: #04e57b;
    --color-acento-secundario: #04e57b;
    --color-hover: #81b3d8;
    --color-acento-terciario: #f1be03;
    --color-acento-cuaternario: #50cc88;
    --color-error: #ed1a38;
    --color-texto-primario: #000000;
    --color-texto-secundario: #b6b6c4;
    --color-disabled: #7f7f8a;
    --color-conectado: #33a21a;
    --color-fondo-principal-select: #21212a;
}

.text-white{
    color: #ffffff;
}


.btn {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 125%;
    width: 190px !important;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
  }

  .login-aside{
    max-height: 100vh;
    overflow-y: scroll !important;
    scroll-behavior: smooth;
    padding-bottom: 45px;
  }
  
  .btn-secundario {
    background: #ffffff;
    font-weight: 100;
    border-radius: 0!important;
    color: #7200a7;
  }
  .btn-secundario svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 38px;
  }
  .btn-secundario rect {
    fill: none;
    stroke: #7200a7;
    stroke-width: 1;
    stroke-dasharray: 422, 0;
  }
  
  .btn-secundario:hover {
    background: rgba(225, 51, 45, 0);
    color: #ffffff;
  }

  .btn-secundario:hover rect {
    stroke-width: 4;
    stroke: #ffffff;
    stroke-dasharray: 45, 300;
    stroke-dashoffset: 48;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  }


  .btn-primario {
    background: var(--color-acento-primario);
    font-weight: 100;
    border-radius: 4px !important;
    border: solid 1px transparent;
    transition: all ease .2s;
  }
  .btn-primario:hover {
    color: #ffffff;
    border: solid 1px #ffffff;
    background-color: #000000;

  }

  .btn-secundario {
    background: transparent !important;
    font-weight: 100;
    border-radius: 4px!important;
    color: var(--color-acento-primario);
    border: solid 1px #04e57b;
    transition: all ease .2s;
  }
  
  .btn-secundario:hover {
    color: #ffffff;
    border: solid 1px #ffffff;

  }


  .btn-cifras {
    border: solid 2px;
    border-image: linear-gradient(to bottom, #7200a7 0%, #c100c1 100%) 1;
    padding: 10px 15px;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.btn-cifras:hover{
    background-color: rgba(114, 0, 167, 0.4);

}

.bg-primario {
    background-color: var(--color-acento-primario) !important;
}

.card-body .m-5{
    width: 100% !important;
}

.btn-banner {
    background: transparent !important;
    font-weight: 100;
    border-radius: 0!important;
    border: none !important;
    width: 300px !important;
  }
  .btn-banner svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height:36px;
  }
  .btn-banner rect {
    fill: none;
    stroke: #fff;
    stroke-width: 1;
    stroke-dasharray: 422, 0;
  }

  .btn-banner:hover {
    background: rgba(225, 51, 45, 0) !important;
    color: #ffffff;
  }

  .btn-banner:hover rect {
    stroke-width: 4;
    stroke: #ffffff;
    stroke-dasharray: 45, 300;
    stroke-dashoffset: 48;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  }


.burger-icon:hover span,
.burger-icon:hover span::after,
.burger-icon:hover span::before {
    background-color: #ffffff !important;
}

.login-link{
    color: var(--color-texto-secundario);
    font-weight: 400 !important;
}

.login-link-hover:hover{
    color: var(--color-acento-primario);
    text-decoration: underline !important;

}

.login .form-control.form-control-solid::placeholder {
  color: #a1a1a1 !important;
}

.texto-color-primario{
    color: var(--color-texto-primario);
}

.login-ver{
    color: var(--color-acento-primario);
}

.cifras-rendimiento{
    color: #005c90;
}

.completar-progreso{
    color: var(--color-acento-secundario);
}

.barra-progreso{
    background-color: var(--color-acento-primario);
}

.grupo-jornada{
    color: var(--color-acento-primario);
}

.table-hover .table-primary:hover {
    background-color: var(--color-acento-primario);
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: var(--color-acento-primario);
}

.svg-icon rect,
.svg-icon path:last-child {
    fill: var(--color-acento-primario) !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--color-acento-primario) !important;
    border-color: #E4E6EF #E4E6EF #ffffff;
}

.nav-vertical:active,
.nav-vertical:focus,
.nav-vertical:hover {
    border-left: solid 4px var(--color-acento-primario) !important;
    font-weight: 600;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    border-left: solid 4px var(--color-acento-primario) !important;
    color: var(--color-texto-primario) !important;
}

.hoverable:hover a.text-hover-primary,
.hoverable:hover .text-hover-primary {
    color: var(--color-acento-primario);
}

.hoverable:hover a.text-hover-primary i,
.hoverable:hover .text-hover-primary i {
    color: var(--color-acento-primario);
}

.hoverable:hover a.text-hover-primary .svg-icon svg g [fill],
.hoverable:hover .text-hover-primary .svg-icon svg g [fill] {
    fill: var(--color-acento-primario);
}

.hoverable:hover a.text-hover-primary i,
.hoverable:hover .text-hover-primary i {
    color: var(--color-acento-primario);
}

.hoverable:hover a.text-hover-primary .svg-icon svg g [fill],
.hoverable:hover .text-hover-primary .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: var(--color-acento-primario);
}

.hoverable:hover a.text-hover-primary i,
.hoverable:hover .text-hover-primary i {
    color: var(--color-acento-primario);
}

.hoverable:hover a.text-hover-primary .svg-icon svg g [fill],
.hoverable:hover .text-hover-primary .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: var(--color-acento-primario);
}

.nav.nav-pills .nav-link {
    color: var(--color-texto-primario);
}

.checkbox > input:checked ~ span {
    background-color: var(--color-acento-primario) !important;
}

.svg-icon.svg-logo-white svg path {
    fill: var(--color-acento-primario) !important;
}

.dataTables_wrapper .dataTable th,
.dataTables_wrapper .dataTable td {
    color: var(--color-texto-primario);
}

.dataTables_wrapper .dataTable tfoot th,
.dataTables_wrapper .dataTable thead th {
    font-weight: 500;
    color: var(--color-texto-primario) !important;
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item.previous > .page-link,
.dataTables_wrapper .dataTables_paginate .pagination .page-item.next > .page-link,
.dataTables_wrapper .dataTables_paginate .pagination .page-item.last > .page-link,
.dataTables_wrapper .dataTables_paginate .pagination .page-item.first > .page-link {
    background-color: var(--color-acento-primario) !important;
    color: #7E8299;
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item.previous > .page-link:hover,
.dataTables_wrapper .dataTables_paginate .pagination .page-item.next > .page-link:hover,
.dataTables_wrapper .dataTables_paginate .pagination .page-item.last > .page-link:hover,
.dataTables_wrapper .dataTables_paginate .pagination .page-item.first > .page-link:hover {
    background-color: var(--color-acento-primario) !important;
    color: #ffffff;
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item.active > .page-link {
    background-color: var(--color-acento-primario);
    color: #ffffff;
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item.active > .page-link:hover {
    background-color: var(--color-acento-primario) !important;
    color: #ffffff !important;
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item:hover:not(.disabled) > .page-link {
    background-color: var(--color-acento-primario);
    color: #ffffff;
}

html {
    background-color: var(--color-fondo)
}

html,
body {
    background-color: var(--color-fondo);
}

body {
    background-color: var(--color-fondo) !important;
}

@media (min-width:992px) {
    .header {
        background-color: var(--color-fondo);
    }


}

@media (max-width:991.98px) {
    .header-mobile {
        background-color: var(--color-fondo-principal);
    }
    .contenedor-link-ayuda {
        justify-content: center !important;
    }


}

.header-mobile .btn .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: var(--color-acento-primario);
}

a.text-hover-primary:hover,
a.text-hover-primary:focus {
    color: var(--color-acento-primario) !important;
}

.btn.btn-hover-primary:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-hover-primary:focus:not(.btn-text),
.btn.btn-hover-primary.focus:not(.btn-text) {
    color: #ffffff !important;
    background-color: var(--color-acento-primario) !important;
    border-color: var(--color-acento-primario) !important;
}

.btn.btn-outline-primary:not(:disabled):not(.disabled):active:not(.btn-text),
.btn.btn-outline-primary:not(:disabled):not(.disabled).active,.show > .btn.btn-outline-primary.dropdown-toggle,.show .btn.btn-outline-primary.btn-dropdown {
    color: #ffffff;
    background-color: var(--color-acento-secundario) !important;
}

.svg-icon.svg-icon-primary svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: var(--color-acento-primario) !important;
}

.svg-icon.svg-icon-primary svg g path [fill]:hover {
    fill: var(--color-acento-primario) !important;
}

a .svg-icon.svg-icon-primary svg g [fill]:hover {
    fill: var(--color-acento-primario) !important;
}

.navi .navi-item .navi-link:hover .navi-text {
    color: var(--color-acento-primario) !important;
}

.nav .nav-link:hover:not(.disabled) {
    color: var(--color-acento-primario);
}

.nav .nav-link-mobile:hover:not(.disabled) {
    color: var(--color-fondo) !important;
    background-color: #fff !important;
}

.checkbox > input:checked ~ span {
    color: var(--color-acento-primario) !important;
}

.checkbox.checkbox-primary > input:checked ~ span {
    color: var(--color-acento-primario) !important;
}

.dataTables_wrapper .dataTable th.sorting_desc,
.dataTables_wrapper .dataTable td.sorting_desc {
    color: var(--color-acento-secundario) !important;
}

.dataTables_wrapper .dataTable th.sorting_asc,
.dataTables_wrapper .dataTable td.sorting_asc {
    color: var(--color-acento-secundario) !important;
}

.table-hover tbody tr:hover {
    background-color: var(--color-acento-primario) !important;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover .text-dark-75 {
    color: var(--color-texto-primario) !important;
}

.aside,
.brand,
.aside-menu {
    background-color: #000000;
}

.duotone-card:hover .img-wrapper-duo > img {
    mix-blend-mode: multiply;
}

.duotone-card:hover .img-wrapper-duo::before {
    background-color: var(--color-acento-secundario) !important;
    opacity: 0.90;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: lighten;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading,
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link {
    background-color: var(--color-fondo);
    border: 1px solid var(--color-texto-secundario);
}

.menu-link:hover {
    background-color: var(--color-fondo-principal-select);
}

.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link > .menu-text {
    color: var(--color-texto-primario);
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:focus {
    background-color: var(--color-acento-secundario) !important;
    border-color: var(--color-acento-secundario) !important;
}

#table-datos_filter label {
    color: var(--color-acento-secundario);
}

@media (min-width:992px) {
    .header {
        background-color: var(--color-fondo);
    }

}

@media (max-width:991.98px) {
    .header-mobile {
        background-color: var(--color-fondo-principal);
    }

}

.nav .nav-link-mobile:hover:not(.disabled) {
    color: var(--color-fondo) !important;
}

.table-hover .table-primary:hover {
    background-color: var(--color-acento-primario);
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: var(--color-acento-primario);
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item:hover:not(.disabled) > .page-link {
    background-color: var(--color-acento-primario);
}

.header-mobile .btn .svg-icon svg g [fill] {
    fill: var(--color-acento-primario);
}

a.text-hover-primary:hover,
a.text-hover-primary:focus {
    color: var(--color-acento-primario) !important;
}

.svg-icon.svg-icon-primary svg g path [fill]:hover {
    fill: var(--color-acento-primario) !important;
}

.svg-icon.svg-icon-primary svg g path [fill]:hover {
    fill: var(--color-acento-secundario) !important;
}

a .svg-icon.svg-icon-primary2 svg g path [fill] {
    fill: var(--color-acento-secundario) !important;
}

a .svg-icon.svg-icon-primary2 svg g path [fill]:hover {
    fill: var(--color-acento-primario) !important;
}

.navi .navi-item .navi-link:hover .navi-text {
    color: var(--color-acento-primario) !important;
}

.nav .nav-link:hover:not(.disabled) {
    color: var(--color-acento-primario);
}

.checkbox > input:checked ~ span {
    color: var(--color-acento-primario) !important;
}

.checkbox.checkbox-primary > input:checked ~ span {
    color: var(--color-acento-primario) !important;
}

.table-hover tbody tr:hover {
    background-color: var(--color-acento-primario) !important;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover .text-dark-75 {
    color: var(--color-texto-primario) !important;
}

.aside,
.brand,
.aside-menu {
    background-color: #000000;
}

.duotone-card:hover .img-wrapper-duo::before {
    background-color: var(--color-acento-primario) !important;
    opacity: 0.30;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: lighten;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.v-line {
    border-left: 4px solid #04e57b;
    margin: 0px 4px;
    height: 18px;
}

.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading,
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;    
    border-radius: 0 !important;
    border:none;
    background-color: #04e57b !important;
    clip-path: polygon(0 10%, 10% 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%);

}

.menu-link:hover {
    background-color: #04e57b !important;
}

.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link > .menu-text {
    color: #ffffff;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    line-height: 120%;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--color-acento-primario) !important;
    border-color: #E4E6EF #E4E6EF #ffffff;
}

.nav-vertical:active,
.nav-vertical:focus,
.nav-vertical:hover {
    border-left: solid 4px var(--color-acento-primario) !important;
    font-weight: 600;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    border-left: solid 4px var(--color-acento-primario) !important;
    font-weight: 600;
    background-color: none;
    color: var(--color-texto-primario) !important;
}

.hoverable:hover a.text-hover-primary,
.hoverable:hover .text-hover-primary {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    color: var(--color-acento-primario);
}

.hoverable:hover a.text-hover-primary i,
.hoverable:hover .text-hover-primary i {
    color: var(--color-acento-primario);
}

.hoverable:hover a.text-hover-primary .svg-icon svg g [fill],
.hoverable:hover .text-hover-primary .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: var(--color-acento-primario);
}

.nav.nav-pills .nav-link {
    color: var(--color-texto-primario);
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    position: relative;
    border-left: solid 4px transparent;
}

.checkbox > input:checked ~ span {
    background-color: var(--color-acento-secundario) !important;
}

.svg-icon.svg-logo-white svg path {
    fill: var(--color-acento-primario) !important;
}

.dataTables_wrapper .dataTable th,
.dataTables_wrapper .dataTable td {
    color: var(--color-texto-primario);
}

.dataTables_wrapper .dataTable tfoot th,
.dataTables_wrapper .dataTable thead th {
    font-weight: 500;
    color: var(--color-texto-primario) !important;
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item.previous > .page-link,
.dataTables_wrapper .dataTables_paginate .pagination .page-item.next > .page-link,
.dataTables_wrapper .dataTables_paginate .pagination .page-item.last > .page-link,
.dataTables_wrapper .dataTables_paginate .pagination .page-item.first > .page-link {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    background-color: var(--color-acento-primario) !important;
    color: #7E8299;
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item.previous > .page-link:hover,
.dataTables_wrapper .dataTables_paginate .pagination .page-item.next > .page-link:hover,
.dataTables_wrapper .dataTables_paginate .pagination .page-item.last > .page-link:hover,
.dataTables_wrapper .dataTables_paginate .pagination .page-item.first > .page-link:hover {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    background-color: var(--color-acento-primario) !important;
    color: #ffffff;
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item.active > .page-link {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    background-color: var(--color-acento-primario);
    color: #ffffff;
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item.active > .page-link:hover {
    background-color: var(--color-acento-primario) !important;
    color: #ffffff !important;
}

.swal2-styled.swal2-confirm {
    background-color: var(--color-fondo-principal);
}

.spinner-primary {
    color: var(--color-texto-primario);
}

#contenedor-select-mobile a:active,
#contenedor-select-mobile a:focus,
#contenedor-select-mobile a.active,
.nav-bonus-mobile.active {
    color: var(--color-acento-primario) !important;
}

.icono-fill {
    fill: var(--color-acento-primario);
}

.bg-fondo {
    background-color: var(--color-fondo);
}

.bg-fondo-secundario {
    background-color: var(--color-fondo-secundario);
}

.bg-fondo-principal {
    background-color: #000000;
}

.bg-fondo-select {
    background-color: var(--color-fondo-principal-select);
}

.bg-fondo-acento {
    background-color: #04e57b !important;
}

.bg-acento-secundario {
    background-color: var(--color-acento-secundario) !important;
}

.bg-acento-terciario {
    background-color: var(--color-acento-terciario) !important;
}

.bg-acento-cuaternario {
    background-color: var(--color-acento-cuaternario) !important;
}

.bg-fondo-error {
    background-color: var(--color-error);
}

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

.color-fondo-secundario {
    color: var(--color-fondo-secundario) !important;
}

.color-fondo-principal {
    color: var(--color-fondo-principal) !important;
}

.color-acento-primario {
    color: var(--color-acento-primario) !important;
}

.color-acento-secundario {
    color: var(--color-acento-secundario) !important;
}

.color-acento-terciario {
    color: var(--color-acento-terciario) !important;
}

.color-acento-cuaternario {
    color: var(--color-acento-cuaternario) !important;
}

.color-texto-primario {
    color: var(--color-texto-primario) !important;
}

.color-conectado {
    color: var(--color-conectado);
}

.color-texto-secundario {
    color: var(--color-texto-secundario) !important;
}

.color-texto-disabled {
    color: var(--color-disabled);
}

/* .btn-primario {
    background-color: #7200a7;
    color: #ffffff;
} */

/* .btn-secundario {
    background-color: #ffffff !important;
    color: var(--color-acento-primario) !important;
    border: solid 3px #000000;
} */

.btn-terciario {
    background-color: transparent;
    border: solid 1px var(--color-fondo-secundario);
    color: var(--color-texto-primario);
    padding-right: 20px;
    padding-left: 20px;
}

.btn-terciario-hover:hover {
    background-color: var(--color-fondo-secundario);
    color: var(--color-fondo);
}

.bg-hover-acento:hover {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    background-color: var(--color-texto-primario) !important;
    color: var(--color-acento-primario) !important;
}

/* .btn-primario-hover:hover {
    background-color: #894aa7;
    color: var(--color-texto-primario);
} */

/* .btn-secundario-hover:hover {
    border: solid 3px var(--color-acento-primario);
    color: var(--color-acento-secundario);
} */

.btn-cerrar {
    background-color: transparent !important;
    border: none !important;
    color: var(--color-texto-primario) !important;
    font-size: 25px !important;
    cursor: pointer;
    position: relative;
    top: -30px;
    right: -10px;
}

.text-hover-texto-primario:hover {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    color: var(--color-acento-primario) !important;
}

.text-hover-acento:hover {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    color: var(--color-texto-primario) !important;
}

.btn-quitar,
.btn-rojo {
    cursor: pointer;
    color: var(--color-acento-primario);
    font-size: 11px;
    margin-left: 8px;
    text-decoration: underline;
}

.btn-quitar:hover,
.btn-rojo:hover {
    color: var(--color-texto-primario);
}



.login.login-2 .content {
    background-color: var(--color-fondo-principal);
}

.login .btn.dropdown-toggle {
    background-color: var() !important;
    border-color: #F3F6F9 !important;
    color: #3F4254;
}

.error.error-6 .text-container h1:after {
    -webkit-text-stroke-color: var(--color-acento-primario);
}

.e404 {
    background-color: #00001f;
}

@media (max-width:991.5px) {

    .aside-menu .menu-nav > .menu-item > .menu-heading .menu-icon, .aside-menu .menu-nav > .menu-item > .menu-link .menu-icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .aside .aside-menu .menu-nav > .menu-item > .menu-link >.menu-text {
        text-align: left !important;
    }

}

.scrolltop {
    bottom: 90px;
    background-color: #04e57b !important;
}



#dashboard .carousel-item-bg {
    background-color: var(--color-fondo);
}

#dashboard .carousel-indicators li.active {
    background-color: #ffffff;
}

.image-checkbox .glyphicon,
.image-checkbox-cerrado .glyphicon {
    background-color: var(--color-conectado);
}

.accordion .card .card-header.bg-fondo-principal {
    background-color: var(--color-fondo-principal);
}

.accordion .card-title .card-label {
    color: var(--color-acento-secundario);
}

.accordion .card-title.collapsed .card-label {
    color: var(--color-texto-primario);
}


.form-control:focus {
    color: #ffffff;
    background-color: transparent;
    border-color: var(--color-disabled);
    outline: 0;
}



.svg-icon.svg-icon-white svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: var(--color-texto-secundario) !important;
  }


.politica-p{
    color: #ffffff;
    font-size: 13px;
}

.politica-span{
    color: var(--color-acento-primario);
    font-weight: 800;
}

.fa-camera{
    color: var(--color-acento-secundario) !important;
}

#notificaciones > div > a > div.d-flex.flex-column.mr-3 > span > span > svg > path{
    fill: var(--color-acento-primario) !important;
}
#notificaciones .svg-icon-danger rect,
#notificaciones .svg-icon path:last-child{
    fill: var(--color-acento-primario) !important;
}

#notificaciones{
    margin-top: 10px !important;
}

#dropdownMenuButton{
    background-color: var(--color-topbar);
}


@media (max-width: 992px){
    .svg-icon.svg-icon-primary{
        padding-right: 0 !important;
    }

    .svg-icon.svg-icon-primary svg{
        width: 24px !important;
    }
}

@media (max-width: 767.5px){
    #widget-puntos .right img {
        max-width: 100px;
        margin-top: 20px !important;
    }

    #widget-puntos .right{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


@media (max-width: 642px){
    .ranking-tip{
        padding: 20px !important;
    }
}

.lightbox-photo-tuning{
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-bottom: 25px;
    border-bottom: solid 0.5px #c8c8c8;
}

.lightbox-photo-tuning h3{
    color: #e4002b;
    font-size: 25px;
    font-weight: 700;
}

.swal2-lightbox{
    display: flex;
    justify-content: center;
}

.recuadro-linkedin{
    border: solid 2px #e0dfdc;
    border-radius: 5px;
    width: 285px;
    min-height: 290px;
    display: flex;
    flex-direction: column;
}

.recuadro-linkedin p{
    margin-bottom: 0;
}

.lightbox-photo-tuning .nombre{
    font-size: 13px;
    font-weight: 700;
    color: #404040;
    line-height: 130%;
}

.lightbox-photo-tuning .puesto{
    font-size: 10px;
    color: #b3b3b3;
    line-height: 120%;
}

.lightbox-photo-tuning .tiempo{
    font-size: 10px;
    color: #b3b3b3;
    line-height: 120%;
}

.lightbox-photo-tuning .leyenda{
    font-size: 11px;
    font-weight: 700;
    color: #404040;
    line-height: 120%;
}

.lightbox-photo-tuning .circular-square {
    border-radius: 50%;
}

.lightbox-photo-tuning .aviso{
    font-size: 14px;
    font-weight: 700;
    color: #404040;
    line-height: 130%;

}

.lightbox-photo-tuning .elemento-lightbox-1,
.lightbox-photo-tuning .elemento-lightbox-2,
.lightbox-photo-tuning .elemento-lightbox-3,
.lightbox-photo-tuning .elemento-lightbox-4{
    font-size: 10px;
    color: #404040;
    font-weight: 700;
    position: relative;
}

.lightbox-photo-tuning .elemento-lightbox-1::before{
    content: "";
    width: 20px;
    height: 3px;
    background-color: #e4002b;
    top: 30px;
    right: 0px;
    position: absolute;
}

.lightbox-photo-tuning .elemento-lightbox-2::before{
    content: "";
    width: 20px;
    height: 3px;
    background-color: #e4002b;
    top: 80px;
    right: 0px;
    position: absolute;
}

.lightbox-photo-tuning .elemento-lightbox-3::before{
    content: "";
    width: 20px;
    height: 3px;
    background-color: #e4002b;
    top: 65px;
    right: 0px;
    position: absolute;
}

.lightbox-photo-tuning .elemento-lightbox-4::before{
    content: "";
    width: 20px;
    height: 3px;
    background-color: #e4002b;
    top: 70px;
    right: 0px;
    position: absolute;
}

.btn-primary{
    background-color: var(--color-acento-primario) !important;
    border-color: var(--color-acento-primario) !important;
}

.btn-primary:hover {
    background-color: var(--color-acento-secundario) !important;
    border-color: var(--color-acento-secundario) !important;
}


.svg-icon-login svg{
    width: 20px;
    fill: #ffffff;
}

.link-ayuda{
    text-decoration: none;
    color: #ffffff ;
    font-size: 14px;
}

.link-ayuda:hover {
    color: var(--color-acento-secundario) !important;
    fill: var(--color-acento-secundario) !important;
}

.link-ayuda:hover .svg-icon-login svg path{
    color: var(--color-acento-secundario) !important;
    fill: var(--color-acento-secundario) !important;
}

.contenedor-link-ayuda{
    position: relative;
    top: 0px;
}


/*cartel aviso*/
.contenedor-aviso{
    background-color: #7200a790;
    padding: 15px;
    position: relative;
    z-index: 100;
}

.contenedor-aviso .line-custom2{
    width: 50px;
    height: 3px;
    background-color: #7200a7;
}

.contenedor-aviso .txt{
    font-size: 15px !important;
    margin-bottom: 10px;
    color: #ffffff !important;

}

.contenedor-aviso a,
.contenedor-aviso h5{
    color: #ffffff !important;
    text-decoration: none;
    font-size: 15px;
}

.contenedor-aviso a:hover{
    text-decoration: underline !important;
}


.contenedor-aviso img{
    width: 20px;
    margin-right: 10px;
}


/*Section Marcas*/
#expo-marca .subheader .btn-outline-white{
    background-color: #000000;
    color: #ffffff;
}

#expo-marca .subheader .btn-outline-white:hover{
    background-color: #353434;
    color: #ffffff;
}

#expo-marca .subheader .btn-primary:hover{
    background-color: #02f081 !important;
}

#expo-marca .poc-nombre{
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    padding-bottom: 10px;
    border-bottom: solid 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.banner-r-gold .poc-nombre,
.banner-r-gold .poc-descripcion{
    text-align: left !important;
    border-bottom: 0 !important;
}

.banner-r-gold .poc-nombre{
    position: relative;
}


.banner-r-gold .div-after{
    width: 130px;
    height: 2px;
    position: relative;
    background-color: #ffffff;
    margin: 10px 0;
}

.banner-r-gold .div-before{
    width: 62px;
    height: 8px;
    position: absolute;
    right: -80px;
    bottom: -12px;
    margin: 10px 0;
}

.body-stand-gold .container-crop{
    width: 199px;
    height: 104px;
    overflow: hidden;
    position: relative;
}

.body-stand-gold .container-crop .crop{
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    max-width: 130%;
    max-height: 130%;
}

.banner-r-gold .poc-nombre p{
    font-size: 16px;
}

.banner-position{
    position: relative;
    top: 58px;
}

.banner-r-gold .poc-descripcion p{
    font-weight: 400;
    font-size: 14px;
}

#expo-marca .poc-nombre p,
#expo-marca .poc-descripcion p{
    margin-bottom: 0;
}

#expo-marca .poc-descripcion{
    text-align: center;
    font-size: 14px;
    line-height: 130%;
}

#expo-marca .titular-poc{
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    background-color: #ffffff;
    width: 40px;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
}

#expo-marca .titular-poc p{
    position: relative;
    z-index: 2 !important;
}

#expo-marca .titular-poc:before{
    position: absolute;
    content: "";
    width: 210px;
    height: 1px;
    background-color: #ffffff;
    right: 20px;
    top: 26px;
    z-index: 1 !important;
}

#expo-marca .banner-l-gold .logo{
    padding-bottom: 10px;
    border-bottom: solid 2px rgba(255,255,255,.7);
    margin-bottom: 15px;
}

#expo-marca .btn-web{
    color: #ffffff;
    padding: 1px 15px;
    font-size: 11px;
    border-radius: 6px;
    text-transform: uppercase;
    border: solid 1px transparent;
    margin-top: 15px;
    width: fit-content;
}

#expo-marca .btn-web:hover{
    font-weight: 600;
}

#expo-marca .contenedor-btns{
    display: flex;
    align-items: center;
}

.banner-r-gold .titular-poc-gold{
    font-size: 15px;
    font-weight: 600;
    background-color: #ffffff;
    width: 40px;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
}

.banner-r-gold .titular-poc-gold p{
    position: relative;
    z-index: 4;
}

.banner-r-gold .titular-poc-gold:before{
    position: absolute;
    content: "";
    width: 210px;
    height: 1px;
    background-color: #ffffff;
    right: -89px;
    top: 11px;    
    z-index: 1 !important;
}

#expo .card-expo{
    background: #000000 url('../img/marcas/bg-2.png') !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center !important;
    padding: 30px !important;
}

#expo .card-expo .card-body{
    background: #000000 url('../img/marcas/bg-1.png') !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center !important;
    border: solid 2px #ffffff;
    border-radius: 5px;
}

#expo .card-expo .card-body .top .line{
    position: relative;
    width: 120px;
    height: 1px;
    background-color: #fff;
}

#expo .card-expo .card-body .top .line:before{
    content: "";
    width: 6px;
    height: 6px;
    background:#fff ;
    position: absolute;
    bottom: -3px;
    border-radius: 50%;
}

#expo .card-expo .card-body .recuadro{
    padding: 3px 25px;
    background-color: rgba(0, 0, 0, 0.3);
    border: solid 1px #ffffff;
    border-radius: 5px;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 35px;

}

#expo .card-expo .card-body .recuadro p{
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center !important;
    line-height: 125% !important;
}

#expo .card-expo .card-body .logo{
    padding-bottom: 35px;
    margin-bottom: 25px;
    border-bottom: solid 1px #ffffff;
}

#expo .card-expo .card-body .bottom p{
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 0;
    line-height: 130%;
}

#expo .title-organizador{
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
}

#expo .title-organizador:before{
    content: "";
    width: 142px;
    position: absolute;
    height: 2px;
    background-color: #ffffff;
    bottom: 11px;
    left: 180px;
}

#expo .title-organizador:after{
    content: url('../img/marcas/miscelanea.png');
    width: 5px;
    position: absolute;
    height: 5px;
    bottom: 20px;
    left: 320px;
    filter: invert(100%) sepia(93%) saturate(0%) hue-rotate(201deg) brightness(106%) contrast(106%);
}

#expo .title-platinum{
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    color: #000000;
}

#expo .title-platinum:before{
    content: "";
    width: 142px;
    position: absolute;
    height: 2px;
    background-color: #000000;
    bottom: 9px;
    left: 242px;
}

#expo .title-platinum:after{
    content: url(../img/marcas/miscelanea.png);
    width: 5px;
    position: absolute;
    height: 5px;
    bottom: 14px;
    left: 379px;
}

#expo .title-gold{
    font-size: 16px;
    position: relative;
    color: #04e57b;
}

#expo .title-gold:before{
    content: "";
    width: 142px;
    position: absolute;
    height: 2px;
    background-color: #04e57b;
    bottom: 9px;
    left: 186px;
}

#expo .title-gold:after{
    content: url(../img/marcas/miscelanea.png);
    width: 5px;
    position: absolute;
    height: 5px;
    bottom: 14px;
    left: 328px;
    filter: invert(67%) sepia(100%) saturate(982%) hue-rotate(94deg) brightness(93%) contrast(97%);
}

.patrocinador{
    position: relative;
}

.patrocinador .visitado{
    background-color: #00e57f !important;
    position: absolute;
    right: -1px;
    bottom: -1px;
    text-transform:initial;
    border-bottom-right-radius: 4px;
}

.patrocinador:hover .visitado{
    background-color: #000000;
    color: #ffffff;
}

.radio.radio-primario > input:checked ~ span {
  background-color: var(--color-acento-primario);
}


/*Encuesta*/
#encuesta .recuadro{
    background-color: rgba(0, 0, 0, 1);
    border: solid 1px #fff;
    padding: 15px;
    width: fit-content;
    border-radius: 5px;
    margin-bottom: 25px;
}

#encuesta .nombre-poc p{
    line-height: 125%;
    max-width: 500px;
    margin-bottom: 30px;
}

/*Pantallas errores*/
.bg-error{
    background-color: #000000;
    min-height: 320px;
    clip-path: polygon(calc(100% - 30px) 100%, 100% calc(100% - 30px), 100% 0, 0 0, 0 100%) !important;
    background-repeat: no-repeat;
    border-radius: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
}

.bg-error::before{
    content: url(../img/home/arrow-white.png);
    position: absolute;
    right: 30px;
    top: 30px;
}

.bg-error .center{
    width: 100%;
    height: 100%;
    min-height: 250px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 30px;
    max-width: 500px;
}

.bg-error .center h2{
    font-weight: 600;
    color: #ffffff ;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 125%;
    padding: 15px 10px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent);
}

.bg-error .center img{
    max-width: 150px;
}

.bg-error .center p{
    color: #ffffff ;
    font-size: 16px;
    margin-top: 15px;
    text-align: left;
    line-height: 125%;
}

@media (max-width: 650px){
    .bg-error .center p{
        font-size: 14px;
    }

    .bg-error .center h2{
        font-size: 16px;
    }
}

@media (max-width: 576.5px){
    #encuesta .recuadro-puntos .felicitaciones .col-lg-4.col-md-5.col-sm-5{
        margin-top: 30px;
    }
}


/*Encuesta*/
.bg-encuesta{
    background-color: #000000;
    border-radius: 20px;
    padding: 40px;
    margin-top: 40px;
    clip-path: polygon(30px 0%, 100% 0, 100% 100%, 0 100%, 0 30px) !important;
}

.contenedor-encuesta{
    display: flex;
    justify-content: space-between;
}

.contenedor-encuesta .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}

.contenedor-encuesta .title .icon{
    max-width: 40px;
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  
    -webkit-animation-name:parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
  }
  
  @-moz-keyframes parpadeo{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }
  
  @-webkit-keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
     100% { opacity: 1.0; }
  }
  
  @keyframes parpadeo {  
    0% { opacity: 1.0; }
     50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }
.contenedor-encuesta .title .title-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.contenedor-encuesta .title .title-right p{
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 125%;
}

.contenedor-encuesta .title span.aclaracion{
    color: #ffffff !important;
    font-size: 12px;
    line-height: 125%;
}

.contenedor-encuesta .title .title-right hr{
    width: 60px;
    height: 1px;
    background-color: #fff;
    position: relative;
    margin: 0 20px;
}

.contenedor-encuesta .title .title-right hr:after{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #fff;
    bottom: -2px;
    border-radius: 50%;
}

.contenedor-encuesta .right{
    border-radius: 15px;
    overflow: hidden;
    width: 300px;
    height: fit-content;
}

.contenedor-encuesta .right img{
    max-width: 100%;
}

.contenedor-encuesta .left{
    width: calc(100% - 380px);
}

.contenedor-encuesta .left h5 span{
    color: #04e57b;
}

.contenedor-encuesta .left h5{
    color: #ffffff;
}

#encuesta-form .radio > span {
    height: 30px;
    width: 30px;
    border-radius: 0;
    color: #ffffff;
    background-color: rgba(0,0,0,0.3);
    border: solid 1px #fff;
    border-radius: 5px;
}

#trivia-form .radio > span {
    height: fit-content;
    width: 100%;
    border-radius: 0;
    color: #ffffff;
    background-color: rgba(0,0,0,0.3);
    border: solid 1px #fff;
    border-radius: 5px;
    padding: 10px;
    text-transform: none;
    line-height: 125%;
}

.radio.radio-primario > input:checked ~ span {
    background-color: var(--color-acento-primario) !important;
    color: #000000 !important;
}

.radio > input:checked ~ span:after {
    display: none;
}

#encuesta-form .pregunta,
#trivia-form .pregunta{
    border: solid 1px var(--color-acento-primario);
    /* background-color: rgba(2, 240, 129, 0.3); */
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 25px;
}

#encuesta-form .pregunta h5,
#trivia-form .pregunta h5{
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 0;
    line-height: 135%;
}

#encuesta-form .opciones,
#trivia-form .opciones{
    display: flex;
    padding: 15px;
    border: solid 1px var(--color-acento-primario);
    /* background-color: rgba(2, 240, 129, 0.1); */
    justify-content: center;
    border-radius: 25px;
}

#btn-encuesta{
    margin: auto !important;
}

#encuesta .recuadro-puntos{
    border-radius: 20px;
    background-image: url(../img/home/bg-bicolor.png);
    background-position: center center;
    background-size: cover;
    padding: 15px 25px;
    position: relative;
    clip-path: polygon(30px 100%, 100% 100%, 100% 0, 0 0, 0 calc(100% - 30px)) !important;

}

/* #encuesta .recuadro-puntos:after{
    content: url(../img/home/arrow-white.png);
    top: 10px;
    right: 20px;
    transform: scale(0.5);
    position: absolute;
} */

#encuesta .recuadro-puntos .felicitaciones{
    padding: 10px 20px;
}

#encuesta .recuadro-puntos .felicitaciones .col-sm-12{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#encuesta .recuadro-puntos .felicitaciones p{
    color: #fff;
    font-size: 18px;
    line-height: 125%;
}

#encuesta .recuadro-puntos .bajada{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
}

#encuesta .recuadro-puntos .bajada div{
    width: 60px;
    background-color: #000000;
    height: 2px;
    margin-right: 15px;
    position: relative;
}

#encuesta .recuadro-puntos .bajada div:after{
    content: url('../img/marcas/miscelanea.png');
    position: absolute;
    right: 0;
    bottom: -10px;
}

#encuesta .recuadro-puntos .bajada .adicionales{
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
}

#encuesta .opciones .opciones-b{
    display: flex !important;
    align-items: center;
}

#encuesta .contenedor-nombre-logo{
    align-items: center;
}


#encuesta .contenedor-nombre-logo p{
    line-height: 125%;
    width: calc(100% - 200px);
}

#encuesta .container-crop {
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
}

#encuesta .container-crop .crop {
    min-height: 100%;
    min-width: 100%;
}

.contenedor-encuesta.trivia .left {
    width: 100%;
}

#trivia-form .btn-left{
    display: flex;
    justify-content: flex-end;
}

#trivia-form .btn-right{
    display: flex;
    justify-content: flex-start;
}

/*Resultados trivia*/

.trivia.resultados .recuadro-resultados{
    border: solid 1px #ffffff;
    border-radius: 10px;
    background-color: rgba(4, 229, 123, 0.6);
    padding: 15px 25px;
    position: relative;
    margin-bottom: 40px;
    color: #ffffff;
    width: fit-content;
}

.trivia.resultados .title{
    margin-bottom: 40px;
}



@media (max-width: 1202px){
    .contenedor-encuesta .left {
        width: calc(100% - 315px);
    }

    .contenedor-encuesta .right {
        width: 275px;
    }
}

@media (max-width: 1120px){
    .contenedor-encuesta .right {
        display: none;
    }

    .contenedor-encuesta .left {
        width: 100%;
    }

}

@media(max-width: 992.5px){
    #widget-puntos .right img{
        display: none;
    }
}

@media (max-width: 670px){
    .contenedor-encuesta .opciones-1{
        flex-direction: column;
        align-items: center;
    }

    .contenedor-encuesta .title {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 25px;
    }

    .contenedor-encuesta .title .icon {
        margin-bottom: 10px;
    }

    #encuesta .recuadro-puntos:after{
        display: none;
    }

    #encuesta .recuadro-puntos {
        background-position: top left !important;
        background-size: auto;
    }

    #encuesta .recuadro-puntos .felicitaciones p {
        text-align: center;
    }

    #encuesta .container-crop {
        width: 185px;
        margin: 0 auto;
        background-color: #ffffff;
    }

    #encuesta .contenedor-nombre-logo p{
        width: 100%;
    }

    #encuesta .opciones .opciones-b {
        flex-wrap: wrap;
        justify-content: center;
    }

    #trivia-form .contenedor-botones{
        display: flex;
        flex-direction: column;
    }

    #trivia-form .contenedor-botones .btn-left,
    #trivia-form .contenedor-botones .btn-right{
        justify-content: center;
        margin-bottom: 8px;
    }

    #trivia-form .contenedor-botones .btn-left .btn,
    #trivia-form .contenedor-botones .btn-right .btn{
        margin-right: 0 !important;
    }

    .trivia.resultados .recuadro-resultados p{
        font-size: 14px !important;    
    }

    .bg-dashboard .recuadro .notificaciones .poc{
        flex-direction: column;
        align-items: flex-start !important;
    }

    .bg-dashboard .recuadro .notificaciones .poc p {
        max-width: 100% !important;
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .bg-dashboard .recuadro .notificaciones .btn-encuesta {
        margin-left: 0 !important;
    }

    .radio-list .radio {
        width: 100% !important;
    }

    .bg-dashboard .recuadro {
        align-items: flex-start !important;
        max-width: 100%;
    }

    .bg-agenda .banner h2 {
        font-size: 35px;
    }


}

@media (max-width: 470px){
    .contenedor-encuesta .title{
        flex-direction: column;
    }

    .bg-agenda .banner h2 {
        font-size: 30px !important;
    }

    .bg-agenda .banner img {
        margin-bottom: 10px !important;
        max-width: 40px !important;
    }

    .bg-agenda .banner {
        height: 200px !important;
    }
}
@media (max-width: 430px){
    .contenedor-encuesta .title .title-right {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        flex-direction: column;
        padding-right: 10px;
    }

    .contenedor-encuesta .title .icon {
        max-width: 35px;
    }

    .contenedor-encuesta .title .title-right hr {
        width: 60px;
        height: 1px;
        background-color: #fff;
        position: relative;
        margin: 8px 0px;
    }

    #kt_footer .text-right {
        text-align: center !important;
        flex-direction: column;
        display: flex !important;
    }

    #kt_footer .text-right img{
        padding-bottom: 0 !important;
    }

    .contenedor-links-footer {
        margin-bottom: 0 !important;
    }

    #encuesta .recuadro-puntos .bajada .adicionales {
        font-size: 15px;
        line-height: 120%;
    }

    #encuesta .recuadro-puntos .felicitaciones p {
        font-size: 14px;
        line-height: 110%;
        text-align: center;    
    }

    #encuesta .container-crop {
        width: 170px;
    }

    .felicitaciones-title{
        font-size: 17px !important;
        line-height: 115%;
    }

    .contenedor-encuesta .title .title-right p {
        font-size: 13px;
    }

    .bg-encuesta{
        padding: 20px;
    }
    .container-custom {
        padding: 25px 15px;
    }

    #encuesta .recuadro-puntos {
        padding: 0 !important;
    }

    #encuesta .recuadro-puntos:after {
        top: -68px;
        right: -52px;
        transform: scale(0.3);
    }

    .alert.alert-custom {
        align-items: center;
        flex-direction: column;
        padding: 12px;
        text-align: center;
    }
    
    .alert.alert-custom .alert-icon {
        padding: 0 !important;
    }

    .bg-error .center{
        padding: 15px !important;
    }

    .bg-dashboard .recuadro .icon {
        width: 45px !important;
    }

}

/*Notificación poc sin responder*/
.bg-dashboard .recuadro{
    background-color: #000000;
    border-radius: 25px;
    max-width:100%;
    padding: 25px;
    display: flex;
    align-items: center;
    max-width: 790px;
}

.bg-dashboard .recuadro .icon{
    width: 60px;
    margin-right: 15px;
    color: #ffffff;
}

.bg-dashboard .recuadro .notificaciones h3{
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
}

.bg-dashboard .recuadro .notificaciones .poc{
    border-top:  solid 1px #000000;
    display: flex;
    align-items: center;
    color: #ffffff;

}

.bg-dashboard .recuadro .notificaciones .poc p{
    font-size: 14px;
    line-height: 125%;
    margin-bottom: 5px !important;
    width: 75%;
}

.bg-dashboard .recuadro .notificaciones .btn-encuesta{
    background-color: #00e57f !important;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px !important;
    width: 155px !important;
    margin-left: 15px;
    border: solid 1px #000000;
    margin-bottom: 15px;
}

.bg-dashboard .recuadro .notificaciones .btn-encuesta:hover{
    background-color: transparent !important;
    border: solid 1px #00e57f;

}

.galeria {
    background-color: #000000 !important;
    border-radius: 10px;
    padding: 25px !important;
    box-shadow: 0px 0px 5px 2px rgba(4, 229, 123, 0.75) inset;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(4, 229, 123, 0.75) inset;
    -moz-box-shadow: 0px 0px 5px 2px rgba(4, 229, 123, 0.75) inset;
    border: solid 1px #04e57b;
    border-radius: 10px;
    margin-bottom: 45px;
}

.galeria-titular{
    display: flex;
    flex-direction: column;
}

.galeria-titulo{
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 8px !important;
    line-height: 125%;
    font-weight: 700;
}

.galeria-pais{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 125%;
    position: relative;
}

.galeria-pais:before {
    content: "";
    width: 142px;
    position: absolute;
    height: 2px;
    background-color: #000000;
    bottom: 10px;
    left: 136px;
}

.galeria-pais:after {
    content: url(../img/marcas/miscelanea.png);
    width: 20px;
    position: absolute;
    height: 5px;
    bottom: 17px;
    left: 277px;
}

.clip-bottom-right{
    clip-path: polygon(calc(100% - 30px) 100%, 100% calc(100% - 30px), 100% 0, 0 0, 0 100%) !important;
    overflow: hidden;
}

.clip-bottom-left{
    clip-path: polygon(30px 100%, 100% 100%, 100% 0, 0 0, 0 calc(100% - 30px)) !important;
    overflow: hidden;

}

.container-card-carousel{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.carousel-item .icon{
    width: 180px;
}

.slide-bottom{
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}

.slide-bottom img{
    width: 240px;
}

.slide-bottom div{
    background-color: #000000;
    padding-left: 20px;
}

.slide-bottom::before{
    width: 100%;
    content: "";
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    left: 50px;
    top: 20px;
    z-index: 2;
}

.slide-bottom::after{
    width: 25px;
    content: "";
    background-color: #ffffff;
    height: 25px;
    border-radius: 50%;
    top: 7px;
    left: 15px;
    position: absolute;
    border: solid 7px #000000;
    box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.75);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.75);
    -moz-box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.75);
}


.recuadro24{
    background-color: #000000;
    padding: 40px;
    border-radius: 30px;
    clip-path: polygon(calc(100% - 30px) 100%, 100% calc(100% - 30px), 100% 0, 0 0, 0 100%) !important;
    overflow: hidden;
}

.recuadro24 h5{
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
}

.bg-contacto .recuadro24 .card-support::before{
    display: none;
}

.recuadro24 .card-support .form-control.form-control-solid{
    background-color: #ffffff !important;
}

.recuadro24 .card-support .form-group p{
    color: #ffffff;
    font-size: 17px !important;
}

.title-profile{
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}

#perfil-form .color-texto-primario{
    color: #ffffff !important;
}

#perfil-form .text-muted-custom.bg-fondo.rounded{
    border-radius: 5px !important;
    color: #808080 !important;
    clip-path: polygon(calc(100% - 5px) 100%, 100% calc(100% - 5px), 100% 0, 0 0, 0 100%) !important;
    font-size: 14px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent);
}




#perfil .form-control{
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.3), transparent);
    border-radius: 5px !important;
    color: #ffffff !important;
    font-size: 14px;
    border: none !important;
}

#perfil .form-control[type="search"]{
    color: #ffffff !important;
    background-color: #8b8b8b !important;

}

#perfil .bootstrap-select .dropdown-toggle.btn-light .filter-option-inner-inner{
    color: #ffffff !important;
}

.offcanvas-header h3{
    font-size: 17px;
    text-transform: uppercase;
}

.error.error-6 p.font-size-h3{
    max-width: 600px !important;
    margin-top: 13rem !important;
    margin-bottom: 4rem !important;
}

.bg-agenda .banner{
    height: 250px;
    width: 100%;
    padding: 25px 80px 25px 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* background-color: #000000; */
    background: #000000 url(../img/home/bg-bicolor.png);
    background-size: cover;
    background-position: center;
    margin-bottom: 40px ;
    border-radius: 25px;
    clip-path: polygon(calc(100% - 30px) 100%, 100% calc(100% - 30px), 100% 0, 0 0, 0 100%) !important;

}

.bg-agenda .banner h2{
    font-size: 50px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

.bg-agenda .banner img{
    margin-bottom: 10px;
    max-width: 50px;
}



@media (max-width: 1500px){
    /* .b-l-platinum {
        left: 340px;
    } */

    .c-mostrador{
        left: 25px;
    }
}


@media (max-width: 1290px){
    .banner-c-gold {
        background-size: contain !important;
        min-width: 350px !important;
        background-position: top !important;
    }
    .c-mostrador-d {
        bottom: 50px;
    }


    .c-mostrador{
        left: 0;
    }

    .b-l-platinum {
        /* left: 292px; */
        bottom: -50px !important;
    }
}

@media (max-width: 1200px){
    .bg-platinum {
        background-position: center left !important;
        background-size: cover !important;
        max-width: 72% !important;
        position: relative;
        left: 230px;    
    }

    .b-l-platinum {
        left: -229px;
    }

    .b-r-platinum {
        right: -21px;
    }
}



@media (max-width: 1025px){
    .body-stand-gold .row .flex-wrap{
        flex-wrap: wrap !important;
    }

    .banner-r-gold{
        height: auto !important;
    }

    .banner-position {
        position: inherit !important;
        margin-bottom: 25px;
    }

    .c-mostrador-d {
        bottom: -159px;
        position: relative;
    }

    .banner-r-gold {
        position: inherit !important;
    }


}

@media (max-width:920px){
    .bg-platinum {
        max-width: 70% !important;
    }

    .bg-agenda .banner h2 {
        font-size: 40px;
    }
}

@media (max-width:767px) {
    .bg-platinum {
        background: none !important;
        padding: 0;
        width: 100% !important;
        max-width: 100% !important;
        position: inherit !important;
    }
}

