@font-face {
    font-family: 'RobotoSlab-Bold';
    src: url('../fonts/roboto/RobotoSlab-Bold.eot') format('embedded-opentype'), url('../fonts/roboto/RobotoSlab-Bold.svg') format('svg'), url('../fonts/roboto/RobotoSlab-Bold.ttf') format('ttf'), url('../fonts/roboto/RobotoSlab-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoSlab-Light';
    src: url('../fonts/roboto/RobotoSlab-Light.eot') format('embedded-opentype'), url('../fonts/roboto/RobotoSlab-Light.svg') format('svg'), url('../fonts/roboto/RobotoSlab-Light.ttf') format('ttf'), url('../fonts/roboto/RobotoSlab-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoSlab-Regular';
    src: url('../fonts/roboto/RobotoSlab-Regular.eot') format('embedded-opentype'), url('../fonts/roboto/RobotoSlab-Regular.svg') format('svg'), url('../fonts/roboto/RobotoSlab-Regular.ttf') format('ttf'), url('../fonts/roboto/RobotoSlab-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoSlab-Thin';
    src: url('../fonts/roboto/RobotoSlab-Thin.eot') format('embedded-opentype'), url('../fonts/roboto/RobotoSlab-Thin.svg') format('svg'), url('../fonts/roboto/RobotoSlab-Thin.ttf') format('ttf'), url('../fonts/roboto/RobotoSlab-Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/roboto/Roboto-Light.eot') format('embedded-opentype'), url('../fonts/roboto/Roboto-Light.svg') format('svg'), url('../fonts/roboto/Roboto-Light.ttf') format('ttf'), url('../fonts/roboto/Roboto-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

::-webkit-scrollbar {
    width: 0.4em;
}

::-webkit-scrollbar-thumb {
    background-color: black;
    outline: 1px solid slategrey;
    border-radius: 100px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-o-scrollbar {
    width: 0.4em;
}

::-o-scrollbar-thumb {
    background-color: black;
    outline: 1px solid slategrey;
    border-radius: 100px;
}

::-o-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-ms-scrollbar {
    width: 0.4em;
}

::-ms-scrollbar-thumb {
    background-color: black;
    outline: 1px solid slategrey;
    border-radius: 100px;
}

::-ms-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-moz-scrollbar {
    width: 0.4em;
}

::-moz-scrollbar-thumb {
    background-color: black;
    outline: 1px solid slategrey;
    border-radius: 100px;
}

::-moz-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body {
    font-family: 'Roboto-Light' !important;
}

.bolder {
    font-weight: 800;
    margin: 30px 0px;
    display: inline-block;
}

.f32 {
    display: inline-block;
    float: right;
    margin-top: 30px;
}

.f32 li {
    display: inline-block;
    opacity: 0.5;
}

.f32 li:hover {
    opacity: 1;
}

a.brand-logo {
    font-family: 'GothamRound';
}

.top-cat a {
    padding: 3px 5px;
}

.top-cat span.right {
    padding-bottom: 8px;
}

.valor-dato {
    margin: 4px;
}

.list-meta li .row {
    margin-bottom: 5px;
}

.list-meta li .row h6 {
    font-weight: 800;
    color: #444444;
}

.radios-ibera {
    margin-top: 3px !important;
}

.new-top {
    margin: 30px 0px;
}

textarea {
    min-height: 200px;
    font-size: 13px !important;
    color: #757575 !important;
}

.spinner {
    position: absolute;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    right: -50px;
    top: -6px;
}

.spinner>div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.tag-item {
    float: left;
    margin-left: 23px;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.icon-nav {
    width: 24px;
    height: 24px;
    display: inline-block;
}

.nav-side li a img {
    width: 24px;
    vertical-align: middle;
    margin-right: 5px;
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('fonts/OpenSans/OpenSans-Semibold.eot');
    src: local('â˜º'), url('/fonts/OpenSans/OpenSans-Semibold.ttf') format('truetype'), url('/fonts/OpenSans/OpenSans-Semibold.woff') format('woff'), url('/fonts/OpenSans/OpenSans-Semibold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans/OpenSans-Regular.eot');
    src: local('â˜º'), url('/fonts/OpenSans/OpenSans.ttf') format('truetype'), url('/fonts/OpenSans/OpenSans.woff') format('woff'), url('/fonts/OpenSans/OpenSans.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* header {
    display: none !important;
} */

body {
    font-family: 'OpenSans';
}

a.brand-logo {
    font-family: 'OpenSans-Semibold';
    font-size: 20px !important;
}

/*menu side*/

.img-icon-menu {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}

.nav-head.fixed a {
    position: relative;
}

.pildoras_menu {
    background: url('../img/iconos_side/pildoras_inactivas.png') no-repeat;
    background-size: 100%;
}

.activeMenu .pildoras_menu,
.nav-head li:hover .pildoras_menu {
    background: url('../img/iconos_side/pildoras_active.png') no-repeat;
    background-size: 100%;
}

.perfiles_menu {
    background: url('../img/iconos_side/perfiles.png') no-repeat;
    background-size: 100%;
}

.activeMenu .perfiles_menu,
.nav-head li:nth-child(3):hover .perfiles_menu {
    background: url('../img/iconos_side/perfiles_active.png') no-repeat;
    background-size: 100%;
}

.actividades_menu {
    background: url('../img/iconos_side/actividades.png') no-repeat;
    background-size: 100%;
}

.activeMenu .actividades_menu,
.nav-head li:nth-child(4):hover .actividades_menu {
    background: url('../img/iconos_side/actividades_active.png') no-repeat;
    background-size: 100%;
}

.destinos_menu {
    background: url('../img/iconos_side/destinos.png') no-repeat;
    background-size: 100%;
}

.activeMenu .destinos_menu,
.nav-head li:nth-child(5):hover .destinos_menu {
    background: url('../img/iconos_side/destinos_active.png') no-repeat;
    background-size: 100%;
}

.regiones_menu {
    background: url('../img/iconos_side/regiones.png') no-repeat;
    background-size: 100%;
}

.activeMenu .regiones_menu,
.nav-head li:nth-child(6):hover .regiones_menu {
    background: url('../img/iconos_side/regiones_active.png') no-repeat;
    background-size: 100%;
}

.productos_menu {
    background: url('../img/iconos_side/productos.png') no-repeat;
    background-size: 100%;
}

.activeMenu .productos_menu,
.nav-head li:nth-child(7):hover .productos_menu {
    background: url('../img/iconos_side/productos_active.png') no-repeat;
    background-size: 100%;
}

.promociones_menu {
    background: url('../img/iconos_side/promociones.png') no-repeat;
    background-size: 100%;
}

.activeMenu .promociones_menu,
.nav-head li:nth-child(8):hover .promociones_menu {
    background: url('../img/iconos_side/promociones_active.png') no-repeat;
    background-size: 100%;
}

.colecciones_menu {
    background: url('../img/iconos_side/colecciones_inactive.png') no-repeat;
    background-size: 100%;
}

.activeMenu .colecciones_menu,
.nav-head li:nth-child(9):hover .colecciones_menu {
    background: url('../img/iconos_side/colecciones_active.png') no-repeat;
    background-size: 100%;
}

.tags_menu {
    background: url('../img/iconos_side/tags.png') no-repeat;
    background-size: 100%;
}

.activeMenu .tags_menu,
.nav-head li:nth-child(10):hover .tags_menu {
    background: url('../img/iconos_side/tags_active.png') no-repeat;
    background-size: 100%;
}

.langs_menu {
    background: url('../img/iconos_side/langs.png') no-repeat;
    background-size: 100%;
}

.activeMenu .langs_menu,
.nav-head li:nth-child(10):hover .langs_menu {
    background: url('../img/iconos_side/langs_active.png') no-repeat;
    background-size: 100%;
}

.cat_entrada_menu {
    background: url('../img/iconos_side/cat_ entrada_inactivo.png') no-repeat;
    background-size: 100%;
}

.activeMenu .cat_entrada_menu,
.nav-head li:nth-child(11):hover .cat_entrada_menu {
    background: url('../img/iconos_side/cat_ entrada_activo.png') no-repeat;
    background-size: 100%;
}

.header_menu {
    background: url('../img/iconos_side/header_inactivo.png') no-repeat;
    background-size: 100%;
}

.espacios_menu {
    background: url('../img/iconos_side/espacios_inactive.png') no-repeat;
    background-size: 100%;
}

.shows_menu {
    background: url('../img/iconos_side/shows_inactive.png') no-repeat;
    background-size: 100%;
}

.activeMenu .shows_menu,
.nav-head li:nth-child(7):hover .shows_menu {
    background: url('../img/iconos_side/shows_inactive.png') no-repeat;
    background-size: 100%;
}

.articulos_menu {
    background: url('../img/iconos_side/articulos_inactivo.png') no-repeat;
    background-size: 100%;
}

.activeMenu .articulos_menu,
.nav-head li:nth-child(12):hover .articulos_menu {
    background: url('../img/iconos_side/articulos_activo.png') no-repeat;
    background-size: 100%;
}

.unidades_menu {
    background: url('../img/iconos_side/unidades.png') no-repeat;
    background-size: 100%;
}

.activeMenu .unidades_menu,
.nav-head li:nth-child(10):hover .unidades_menu {
    background: url('../img/iconos_side/unidades_active.png') no-repeat;
    background-size: 100%;
}

.eventos_menu {
    background: url('../img/iconos_side/eventos.png') no-repeat;
    background-size: 100%;
}

.activeMenu .eventos_menu,
.nav-head li:nth-child(14):hover .eventos_menu {
    background: url('../img/iconos_side/eventos_active.png') no-repeat;
    background-size: 100%;
}

.salir_menu {
    background: url('../img/iconos_side/salir.png') no-repeat;
    background-size: 100%;
}

.activeMenu .salir_menu,
.nav-head li:nth-child(15):hover .salir_menu {
    background: url('../img/iconos_side/salir_active.png') no-repeat;
    background-size: 100%;
}

.mundial_menu {
    background: url('../img/iconos_side/mundial.png') no-repeat;
    background-size: 100%;
}

.stream_menu {
    background: url('../img/iconos_side/streaming.png') no-repeat;
    background-size: 100%;
}

.emisoras_menu {
    background: url('../img/iconos_side/repeater.png') no-repeat;
    background-size: 100%;
}

.nav-head .activeMenu a,
.nav-head li a:hover {
    color: #4d4d4d !important;
    background: #f2f2f2;
}

footer.page-footer {
    background-color: #E6E6E6 !important;
}

footer span {
    color: #808080;
}

.space-top {
    padding-top: 125px;
}

.gral-title {
    font-size: 25px;
    color: #4d4d4d;
    display: inline-block;
    font-family: 'RobotoSlab-Bold';
}

.gral-title img {
    vertical-align: bottom;
    margin-right: 3px;
}

.top-content a {
    margin: 0;
    margin-top: 17px;
}

.btn {
    background-color: #29abe2 !important;
    letter-spacing: 0 !important;
    font-size: 12px !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
    border: solid 1px #D0D0D0 !important;
    border-radius: 6px !important;
    padding-left: 10px !important;
    box-sizing: border-box !important;
}

.file-field input[type=file],
input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border: 1px solid #00c0f3 !important;
    box-shadow: none !important;
}

.material-icons {
    /*font-size: 19px !important;*/
}

.file-field .file-path-wrapper {
    overflow: initial !important;
    padding-left: 113px !important;
    box-sizing: border-box;
}

.small {
    width: 47% !important;
    float: left !important;
    clear: both !important;
}

.top-content input {
    width: 100% !important;
    margin-top: 5px !important;
    margin-bottom: 18px !important;
    height: 45px !important;
    display: block;
}

.deletetable,
.edittable {
    width: 22px;
    vertical-align: middle;
    display: inline-block;
    height: 22px;
    background: url(../img/iconos_side/deletegrey.png) no-repeat;
    background-size: 100%;
}

.deletetable:hover {
    background: url(../img/iconos_side/deletehover.png) no-repeat;
    background-size: 100%;
}

.edittable {
    background: url(../img/iconos_side/editgrey.png) no-repeat;
    background-size: 100%;
    margin-right: 15px;
}

.edittable:hover {
    background: url(../img/iconos_side/edithover.png) no-repeat;
    background-size: 100%;
}

.subtitle-form {
    font-size: 12px;
    color: grey;
}

.mapa {
    margin-left: 12px;
    overflow: hidden;
    width: 74%;
    border: solid 1px #D0D0D0 !important;
    border-radius: 6px !important;
}

.btn_pad {
    padding: 0 10px !important;
}

.form-body input.input-upload {
    width: 80% !important;
    display: inline-block;
    padding-left: 11px !important;
    margin-left: 13px;
}

.steps a {
    display: inline-block;
    vertical-align: middle;
}

.steps .circle-step {
    width: 34px;
    height: 34px;
    background: #29abe2;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.steps span {
    display: block;
}

.steps li {
    display: inline-block;
    margin-right: 30px;
}

.steps li:after {
    content: "";
    display: inline-block;
    /* float: right; */
    vertical-align: middle;
    background: #e6e6e6;
    width: 91px;
    height: 2px;
    text-align: center;
    margin: 0 auto;
    margin-left: 14px;
}

.steps li:last-child::after {
    content: none;
}

.img-upload-form-cont {
    padding-left: 12px;
    clear: both;
}

.img-upload-form-cont img {
    margin: 12px auto;
    border: solid 1px #D0D0D0;
}

.btn_row .btn {
    margin-left: 15px;
}

.back-button {
    background-color: #b7b7b7 !important;
}

.btn_row {
    margin-top: 20px;
}

.btn-refresh {
    color: #29abe2 !important;
    border: solid 1px !important;
    border-radius: 5px !important;
    margin-top: 0px !important;
}

.btn-refresh:hover {
    background: #29abe2 !important;
    color: white !important;
}

.refresh-data .checkspan i,
.refresh-data .loadspan i,
.refresh-data span {
    color: #3c9e45;
    font-size: 25px;
    margin-left: 10px;
    vertical-align: middle;
}

.refresh-data .checkspan,
.refresh-data .loadspan {
    font-size: 14px !important;
}

.refresh-data .loadspan i,
.refresh-data .loadspan {
    color: #29ABE2 !important;
}

.top-cat a {
    padding: 3px 5px;
}

.top-cat span.right {
    padding-bottom: 8px;
}

.valor-dato {
    margin: 4px;
}

.list-meta li .row {
    margin-bottom: 5px;
}

.list-meta li .row h6 {
    font-weight: 800;
    color: #444444;
}

.radios-ibera {
    margin-top: 3px !important;
}

.new-top {
    margin: 30px 0px;
}

textarea {
    min-height: 200px;
}

.spinner {
    position: absolute;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    right: -50px;
    top: -6px;
}

.spinner>div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.tag-item {
    float: left;
    margin: 0px 5px;
    background: #cacaca;
    padding: 5px 10px;
    border-radius: 3px;
    color: black;
    cursor: pointer;
    margin-bottom: 10px;
}

.f32 {
    display: inline-block;
    float: right;
    margin-top: 0px;
    margin-right: 11px;
}

.detailInput {
    position: absolute;
    margin-top: 0;
    color: #969696;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.icon-nav {
    width: 24px;
    height: 24px;
    display: inline-block;
}

.nav-side li a img {
    width: 24px;
    vertical-align: middle;
    margin-right: 5px;
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('fonts/OpenSans/OpenSans-Semibold.eot');
    src: local('â˜º'), url('/fonts/OpenSans/OpenSans-Semibold.ttf') format('truetype'), url('/fonts/OpenSans/OpenSans-Semibold.woff') format('woff'), url('/fonts/OpenSans/OpenSans-Semibold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans/OpenSans-Regular.eot');
    src: local('â˜º'), url('/fonts/OpenSans/OpenSans.ttf') format('truetype'), url('/fonts/OpenSans/OpenSans.woff') format('woff'), url('/fonts/OpenSans/OpenSans.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'OpenSans';
}

a.brand-logo {
    font-family: 'OpenSans-Semibold';
    font-size: 20px !important;
}

/*menu side*/

.img-icon-menu {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    display: inline-block;
}

.nav-head.fixed a p {
    position: absolute;
    display: inline-block;
    margin: 0;
    width: max-content;
    left: -200px;
    transition-duration: .5s;
    opacity: 0;
    z-index: -1;
    padding: 17px;
    line-height: 0px;
}

.nav-head.fixed a:hover p {
    left: 55px;
    transition-duration: .5s;
    color: black;
    opacity: 1;
    background: #fafafa;
    padding: 17px;
    line-height: 0px;
    top: 10px;
}

.pildoras_menu {
    background: url('../img/iconos_side/pildoras_inactivas.png') no-repeat;
    background-size: 100%;
}

.activeMenu .pildoras_menu,
.nav-head li:hover .pildoras_menu {
    background: url('../img/iconos_side/pildoras_active.png') no-repeat;
    background-size: 100%;
}

.perfiles_menu {
    background: url('../img/iconos_side/perfiles.png') no-repeat;
    background-size: 100%;
}

.activeMenu .perfiles_menu,
.nav-head li:nth-child(3):hover .perfiles_menu {
    background: url('../img/iconos_side/perfiles_active.png') no-repeat;
    background-size: 100%;
}

.actividades_menu {
    background: url('../img/iconos_side/actividades.png') no-repeat;
    background-size: 100%;
}

.activeMenu .actividades_menu,
.nav-head li:nth-child(4):hover .actividades_menu {
    background: url('../img/iconos_side/actividades_active.png') no-repeat;
    background-size: 100%;
}

.destinos_menu {
    background: url('../img/iconos_side/destinos.png') no-repeat;
    background-size: 100%;
}

.activeMenu .destinos_menu,
.nav-head li:nth-child(5):hover .destinos_menu {
    background: url('../img/iconos_side/destinos_active.png') no-repeat;
    background-size: 100%;
}

.regiones_menu {
    background: url('../img/iconos_side/regiones.png') no-repeat;
    background-size: 100%;
}

.activeMenu .regiones_menu,
.nav-head li:nth-child(6):hover .regiones_menu {
    background: url('../img/iconos_side/regiones_active.png') no-repeat;
    background-size: 100%;
}

.productos_menu {
    background: url('../img/iconos_side/productos.png') no-repeat;
    background-size: 100%;
}

.activeMenu .productos_menu,
.nav-head li:nth-child(6):hover .productos_menu {
    background: url('../img/iconos_side/productos_active.png') no-repeat;
    background-size: 100%;
}

.promociones_menu {
    background: url('../img/iconos_side/promociones.png') no-repeat;
    background-size: 100%;
}

.activeMenu .promociones_menu,
.nav-head li:nth-child(8):hover .promociones_menu {
    background: url('../img/iconos_side/promociones_active.png') no-repeat;
    background-size: 100%;
}

.colecciones_menu {
    background: url('../img/iconos_side/colecciones_inactive.png') no-repeat;
    background-size: 100%;
}

.activeMenu .colecciones_menu,
.nav-head li:nth-child(8):hover .colecciones_menu {
    background: url('../img/iconos_side/colecciones_active.png') no-repeat;
    background-size: 100%;
}

.tags_menu {
    background: url('../img/iconos_side/tags.png') no-repeat;
    background-size: 100%;
}

.activeMenu .tags_menu,
.nav-head li:nth-child(9):hover .tags_menu {
    background: url('../img/iconos_side/tags_active.png') no-repeat;
    background-size: 100%;
}

.prestadores_menu {
    background: url('../img/iconos_side/prestadores.png') no-repeat;
    background-size: 100%;
}

.activeMenu .prestadores_menu,
.nav-head li:nth-child(13):hover .prestadores_menu {
    background: url('../img/iconos_side/prestadores_active.png') no-repeat;
    background-size: 100%;
}

.salir_menu {
    background: url('../img/iconos_side/salir.png') no-repeat;
    background-size: 100%;
}

.activeMenu .salir_menu,
.nav-head li:nth-child(15):hover .salir_menu {
    background: url('../img/iconos_side/salir_active.png') no-repeat;
    background-size: 100%;
}

.nav-head .activeMenu a {
    color: #4d4d4d !important;
    background: #e0e0e0;
}

.nav-head li a:hover {
    color: #4d4d4d !important;
    background: #efefef;
}

footer.page-footer {
    background-color: black !important;
}

footer span {
    color: #808080;
}

.space-top {
    padding-top: 50px;
}

.gral-title {
    font-size: 30px;
    color: black;
    display: inline-block;
    font-family: 'RobotoSlab-Bold';
    text-transform: uppercase;
}

.gral-title img {
    vertical-align: middle;
    margin-right: 3px;
}

.top-content a {
    margin: 0;
    margin-top: 17px;
}

.btn {
    background-color: black !important;
    letter-spacing: 0 !important;
    font-size: 12px !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}

.btn:hover {
    background-color: #656565 !important;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
    border: solid 1px#D0D0D0 !important;
    border-radius: 6px !important;
    padding-left: 10px !important;
    font-size: 13px !important;
    color: #757575;
}

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border: 1px solid black !important;
    box-shadow: none !important;
}

.small {
    width: 47% !important;
    float: left !important;
    clear: both !important;
}

.top-content input {
    width: 100% !important;
    margin-top: 5px !important;
    margin-bottom: 18px !important;
    height: 45px !important;
    display: block;
}

.deletetable,
.edittable {
    width: 22px;
    vertical-align: middle;
    display: inline-block;
    height: 22px;
    background: url(../img/iconos_side/deletegrey.png) no-repeat;
    background-size: 100%;
}

.deletetable:hover {
    background: url(../img/iconos_side/deletehover.png) no-repeat;
    background-size: 100%;
}

.edittable {
    background: url(../img/iconos_side/editgrey.png) no-repeat;
    background-size: 100%;
    margin-right: 15px;
}

.edittable:hover {
    background: url(../img/iconos_side/edithover.png) no-repeat;
    background-size: 100%;
}

.subtitle-form {
    font-size: 12px;
    color: grey;
}

.mapa {
    margin-left: 12px;
    overflow: hidden;
    width: 74%;
    border: solid 1px #D0D0D0 !important;
    border-radius: 6px !important;
}

.subtitlearticle {
    font-size: 16px;
    color: black;
}

.cont-img-media {
    text-align: left;
    padding: 14px;
    height: 175px;
    overflow: hidden;
}

.cont-img-media img {
    max-height: 100%;
    max-width: none;
    width: auto;
    height: 100%;
}

.cont-img-media2 {
    text-align: left;
    padding: 14px;
    overflow: hidden;
}

.cont-img-media2 img {
    width: 15%;
}

.media-upload-list li {
    width: auto;
    margin-right: 10px;
    display: inline-block;
}

.media-upload-list li a {
    padding: 0px 15px;
    font-size: 10px !important;
}

.top-cat .closeMedia a {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 19;
    color: red !important;
    opacity: 0.5;
}

.top-cat .closeMedia a:hover {
    opacity: 1;
    background: transparent !important;
}

.videoItemEdit {
    text-align: center;
    padding: 20px 5px 5px 5px;
}

tbody .truncate {
    max-width: 200px;
}

td {
    display: block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-select {
    margin-top: 0;
    font-size: 13px;
    color: #6d6d6d;
}

.select-wrapper input.select-dropdown,
.form-body select.langdrop {
    font-size: 13px !important;
    font-family: 'OpenSans-Semibold' !important;
    width: 105% !important;
    color: #4d4d4d;
}

.select-wrapper {
    position: relative;
    width: 170px !important;
}

.dropdown-content {
    top: 50px !important;
}

.dropdown-content li>a,
.dropdown-content li>span {
    font-size: 13px !important;
    font-weight: 600;
    color: #949494 !important;
}

.dropdown-button {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    height: 3rem;
    line-height: 3rem;
    width: auto;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    display: block;
    vertical-align: middle;
    font-size: 13px !important;
    font-family: 'OpenSans-Semibold' !important;
    color: #4d4d4d;
    border: solid 1px #D0D0D0 !important;
    border-radius: 6px !important;
    padding-left: 10px !important;
}

.dropdown-button i {
    vertical-align: middle;
    float: right;
    line-height: 46px;
}

.droplang {
    padding: 0px 10px;
}

.droplang li span {
    width: 25px;
    height: 25px;
    text-transform: uppercase;
    background: #979797;
    vertical-align: middle;
    float: left;
    margin-right: 10px;
    font-size: 10px;
    color: white;
    line-height: 25px;
    border-radius: 4px;
    text-align: center;
}

.picker__weekday-display {
    background-color: #008aaf !important;
}

.video-field a {
    width: 17%;
}

.video-field {
    width: 76%;
}

.action-items {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 14px;
}

.idioma-select {
    display: inline-block;
}

.idioma-completed {
    display: inline-block;
    margin: 0;
}

.idioma-completed li {
    width: 25px;
    height: 25px;
    text-transform: uppercase;
    background: transparent;
    color: #979797;
    border: 1px solid #979797;
    float: left;
    margin-right: 10px;
    font-size: 10px;
    line-height: 25px;
    border-radius: 4px;
    text-align: center;
}

.idioma-completed li.completed {
    background: #979797;
    color: #FFF;
}

.error-form {
    color: red;
    background-color: #ffffff00;
    width: 100%;
    height: 50px;
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 800;
}

.userDate {
    line-height: 1px !important;
}

.userAling {
    text-align: start;
    display: inline-block;
    color: white !important;
}

.userAling:hover {
    text-decoration: none;
    display: block;
    color: white !important;
    background: #29ABE2 !important;
    box-shadow: none;
}

.nav-side li .collapsible-body {
    position: relative !important;
    top: 0 !important;
    margin-left: 0 !important;
}

.user-info-menu {
    font-size: 14px;
    color: white;
}

.nav-head .collapsible-header,
.nav-head .collapsible-header,
.nav-head.fixed .collapsible-header,
.nav-head .collapsible-body li a,
.nav-head.fixed .collapsible-body li a {
    background-color: transparent;
    border: none;
    line-height: inherit;
    height: inherit;
    font-size: 14px;
    padding: 0 16px;
    color: #bfbcbc !important;
    padding-left: 48px !important;
    font-family: 'OpenSans';
}

.nav-head .collapsible-header:hover,
.nav-head .collapsible-header:hover,
.nav-head.fixed .collapsible-header:hover {
    color: #4d4d4d !important;
    background: #f2f2f2;
}

.nav-head .collapsible-body li a:hover,
.nav-head.fixed .collapsible-body li a:hover {
    color: #4d4d4d !important;
}

.nav-head .collapsible li {
    background: white !important;
    height: auto;
}

.inputpass {
    position: relative;
}

.inputpass input {
    width: 80% !important;
}

.inputpass a {
    position: absolute;
    right: 9px;
    top: 18px;
    font-size: 23px;
    margin: 0 !important;
    padding: 0px 7px;
    text-transform: capitalize;
}

.nochange {
    background-color: #b71c1c !important;
}

.change {
    background-color: #009688 !important;
}

.picker__date-display {
    background-color: #000000 !important;
}

.clockpicker-display {
    color: #adadad !important;
}

.page-footer svg {
    width: 12%;
}

.page-footer .logo-content {
    text-align: right;
    padding-bottom: 30px;
}

table th i {
    vertical-align: middle;
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}

h4 {
    padding-bottom: 40px;
}

table thead tr th .resp {
    display: none;
}

.reduce-margin {
    margin-top: -20px;
    margin-bottom: 0px;
}

.not-padding {
    padding: 0 !important;
}

table tbody tr:nth-child(odd) {
    background: #eaeaea;
}

table thead th {
    cursor: pointer;
}

nav {
    color: #000;
    background-color: #ee6e7300;
    width: 100%;
    height: 56px;
    line-height: 56px;
    box-shadow: 0px 0px 0px black;
}

.text {
    font-size: 12px;
    display: block;
}

textarea {
    resize: none;
}

.relative {
    position: relative;
}

/* login */

.login-img {
    background-image: url(../img/back-login1.jpg);
    background-repeat: no-repeat;
    width: 60%;
    height: 100%;
    float: right;
    background-size: cover;
    background-position: center;
    animation: back-login 2s;
    position: relative;
}

@keyframes back-login {
    0% {
        background-position: 60%;
    }
    100% {
        background-position: center;
    }
}

.login-img div {
    position: absolute;
    background: white;
    padding: 65px 50px 50px 50px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    animation: logo-login 1s;
}

@keyframes logo-login {
    0% {
        opacity: 0;
        transform: translate(-50%, -100%);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.login-img div img {
    width: 100%;
}

.login-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.login-container form {
    text-align: center;
    width: 40%;
    height: 100%;
    float: left;
    position: relative;
}

.login-container form div {
    position: absolute;
    width: 60%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.login-container form div img {
    width: 50%;
    display: none;
}

.login-err {
    color: red;
    text-align: center;
}

.login-container h1 {
    font-family: 'OpenSans-Semibold';
    font-size: 30px;
    text-align: center;
    margin: 26px auto;
}

.login-container .brandlogin {
    color: #28abe3;
    position: absolute;
    top: 11px;
    left: 85px;
    font-size: 15px;
    font-family: 'OpenSans-Semibold';
}

.imgSpace {
    margin-right: 2rem;
}

.explicacion {
    width: 40%;
    margin-top: 80px;
}

.explicacion img {
    width: 100%;
}

.activo {
    background: #ff131f;
    color: white;
    padding: 0.2rem 0.8rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    line-height: 0.8rem;
    border-radius: 5rem;
    text-align: center;
    width: 92px;
    display: block;
    transition-duration: .2s;
}

.desactivo {
    background: #10bab5;
    color: white;
    padding: 0.2rem 0.8rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    line-height: 0.8rem;
    border-radius: 5rem;
    text-align: center;
    width: 92px;
    display: block;
    transition-duration: .2s;
}

.activo:hover {
    opacity: .6;
    transition-duration: .2s;
}

.desactivo:hover {
    opacity: .6;
    transition-duration: .2s;
}

.buscador {
    float: left;
    width: 95%;
}

.cont-buscador a {
    display: block;
    width: 5%;
    float: right;
    text-align: center;
    height: 3rem;
    background: black;
    border-radius: 3px 15px 15px 3px;
    color: white;
    transition-duration: .2s;
}

.cont-buscador a:hover {
    background: #cacaca;
    color: #757575;
    transition-duration: .2s;
}

.cont-buscador a i {
    font-size: 1rem;
    line-height: 3rem;
}

.dontShow {
    display: none;
}

.trumbowyg-editor ul {
    list-style-type: inherit;
}

.trumbowyg-editor ul:not(.browser-default)>li,
.trumbowyg-editor ol:not(.browser-default)>li {
    list-style-type: inherit;
}

.trumbowyg-editor a {
    color: #1976d2;
    text-decoration: underline;
}

.group-content {
    clear: both;
}

.group-content a.btn {
    height: 2rem;
    line-height: 2rem;
    width: 200px;
    display: block;
    float: none;
    margin: 1rem auto;
}

.group-content [type="radio"]:not(:checked),
[type="radio"]:checked {
    position: inherit !important;
    left: 0 !important;
    opacity: 1 !important;
    height: 15px;
    width: 15px;
    vertical-align: middle;
    margin: 0rem 0.4rem;
}

.group-content h6 {
    margin: 0.6rem 0rem;
    font-weight: 900;
    padding: 0.3rem 0rem;
    background: black;
    color: white;
    border-radius: 100px;
    text-align: center;
    position: relative;
}

.group-content h6 p {
    margin: 0;
    position: absolute;
    color: black;
    top: 0;
    right: -6.3rem;
    font-size: 0.8rem;
    line-height: 0.8rem;
}

.group-content ul {
    margin: 0;
    position: relative;
}

.group-content ul li {
    background: #E8E8E8;
    border-radius: 100px;
    padding: 0.4rem 0rem;
    margin-bottom: 0.4rem;
}

.group-content ul li label {
    position: initial;
    cursor: pointer;
    display: block;
    position: relative;
    color: black;
    font-size: .9rem;
}

.group-content ul li [type="radio"]:not(:checked),
[type="radio"]:checked {
    position: initial;
    left: 0;
    opacity: 1;
}

.group-content ul li ul li {
    display: inline-block;
    width: 32.8%;
    text-align: center;
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.group-content ul li ul .one {
    text-align: left;
}

.group-content ul li ul .two {
    text-align: center;
}

.group-content ul li ul .three {
    text-align: right;
}

.group-content ul li ul p {
    position: absolute;
    top: 0;
    margin: 0;
    right: -6rem;
    background: #39b2ac;
    padding: 0.4rem 0.5rem;
    border-radius: 100px;
    color: white;
    font-size: 0.8rem;
    line-height: 0.8rem;
    cursor: default;
}

.group-content ul .correct {
    background: #39b2ac;
    font-size: 1rem;
    color: white;
    text-align: center;
    width: 300px;
    border-radius: 100px;
    line-height: 2.5rem;
    margin: 2rem auto;
    position: relative;
    padding-left: 2rem;
    cursor: default;
}

.group-content ul .correct i {
    font-size: 1.9rem;
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translate(0%, -50%);
}

.group-content ul .incorrect {
    background: #ea1b23;
    font-size: 1rem;
    color: white;
    text-align: center;
    width: 310px;
    border-radius: 100px;
    line-height: 2.5rem;
    margin: 2rem auto;
    position: relative;
    padding-left: 2rem;
    cursor: default;
}

.group-content ul .incorrect i {
    font-size: 1.9rem;
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translate(0%, -50%);
}