/***********************************************Inicio menu****************************************************/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 0;
    min-width: 0;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

.left-pad {
    margin-left: 210px;
}

.wrapper {
    transition: all 300ms;
}

html,
body {
    height: 100%;
}

main {
    width: 100%;
    display: flex;
}

.button-slider {
    outline: none !important;
    background: transparent;
    min-width: 15vw;
    min-height: 45px;
    padding: 10px 12px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 30px;

    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;

    /* identical to box height, or 43px */

    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

.button-slider:hover {
    background: #FFFFFF;
    color: #346EF1;
}


.slider {
    height: 40vw;
    background-color: red;
    text-align: center;
}

.slider-heading {
    font-size: 5.5vw;
    border-color: #000;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

.slider-subheading {
    font-size: 3vw;
    border-color: #000;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

.slick-slider img {
    /* keep images full screen */
    width: 100%;
    height: 40vw;
    vertical-align: bottom;
}

.slick-right {
    /* keeps right arrow to the right */
    right: 0;
    top: 0;
}

.slick-slider .info {
    padding: 0px 20px 20px 20px;
    color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 100vh;
    text-align: left;
    z-index: 10;
    vertical-align: middle;
}

.slick-slider .info>div {
    display: inline-block !important;
    vertical-align: middle;
}

.slick-slide {
    /* ... */
    position: relative;
}

header {
    width: 100%;
    height: 60px;
    background: #161616;
    position: fixed;
    z-index: 1010;
}

.notification-area {
    font-size: 30px;
    padding: 10px;
    border-radius: 10px;
    border: none;
    color: white;
    background-color: transparent;
    cursor: pointer;
    position: fixed;
    height: 50px;
    top: 5px;
    right: 20px;
}

.notification-btn {
    font-size: 30px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    position: fixed;
    height: 50px;
    width: 50px;
    top: 5px;
    right: 20px;
}

.notification-menu {
    width: 30vw;
}

.notification-menu li {
    display: inline-block;
    word-wrap: break-word;
    height: auto;
    width: 100%;
}

.notification-menu li:hover {
    background: #EDEDF4;
}

.notification-active {
    color: red;
}

.notification-marker {
    position: fixed;
    top: 11px;
    right: 12px;
    width: 67px;
    height: 67px;
    border-radius: 50%;
}

.notification-marker-active {
    background: #FF0000;
}

.alert-marker {
    display: inline-block;
    width: 5px;
    height: 16px;
}

.alert-marker-active {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #FF0000;
    transition: all 400ms;
    border-radius: 50%;
}

.dropdown .notification-link {
    color: #4285F4;
    cursor: pointer;

    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 14px;
    padding: 10px;
}

.img-report {
    max-width: 150px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #CFCFCF;
    border-radius: 15px;
    padding: 5px;
    transition: all 300ms;
}

.img-report:hover {
    background: #CFCFCF;
    transition: all 300ms;
}

.img-report img {
    border-radius: 15px;
}

.file-report {
    width: 150px;
    height: 120px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    word-break: break-all;
    border: 2px solid #CFCFCF;
    border-radius: 15px;
    padding: 5px;
    transition: all 300ms;
}

.file-report:hover {
    background: #CFCFCF;
    transition: all 300ms;
}

.not-unread {
    background: #F2F2F2;
}

.bell {
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }

    13% {
        -webkit-transform: rotateZ(26deg);
    }

    15% {
        -webkit-transform: rotateZ(-24deg);
    }

    17% {
        -webkit-transform: rotateZ(22deg);
    }

    19% {
        -webkit-transform: rotateZ(-20deg);
    }

    21% {
        -webkit-transform: rotateZ(18deg);
    }

    23% {
        -webkit-transform: rotateZ(-16deg);
    }

    25% {
        -webkit-transform: rotateZ(14deg);
    }

    27% {
        -webkit-transform: rotateZ(-12deg);
    }

    29% {
        -webkit-transform: rotateZ(10deg);
    }

    31% {
        -webkit-transform: rotateZ(-8deg);
    }

    33% {
        -webkit-transform: rotateZ(6deg);
    }

    35% {
        -webkit-transform: rotateZ(-4deg);
    }

    37% {
        -webkit-transform: rotateZ(2deg);
    }

    39% {
        -webkit-transform: rotateZ(-1deg);
    }

    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }

    1% {
        -moz-transform: rotate(30deg);
    }

    3% {
        -moz-transform: rotate(-28deg);
    }

    5% {
        -moz-transform: rotate(34deg);
    }

    7% {
        -moz-transform: rotate(-32deg);
    }

    9% {
        -moz-transform: rotate(30deg);
    }

    11% {
        -moz-transform: rotate(-28deg);
    }

    13% {
        -moz-transform: rotate(26deg);
    }

    15% {
        -moz-transform: rotate(-24deg);
    }

    17% {
        -moz-transform: rotate(22deg);
    }

    19% {
        -moz-transform: rotate(-20deg);
    }

    21% {
        -moz-transform: rotate(18deg);
    }

    23% {
        -moz-transform: rotate(-16deg);
    }

    25% {
        -moz-transform: rotate(14deg);
    }

    27% {
        -moz-transform: rotate(-12deg);
    }

    29% {
        -moz-transform: rotate(10deg);
    }

    31% {
        -moz-transform: rotate(-8deg);
    }

    33% {
        -moz-transform: rotate(6deg);
    }

    35% {
        -moz-transform: rotate(-4deg);
    }

    37% {
        -moz-transform: rotate(2deg);
    }

    39% {
        -moz-transform: rotate(-1deg);
    }

    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

.alert-title {
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 180%;
    text-transform: uppercase;
    color: #17177C;
}

.alert-text {
    padding-top: 6px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 180%;
    text-transform: uppercase;
    color: #17177C;
    padding-bottom: 6px;
}

.ans-text {
    padding-top: 6px;
    font-family: sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 180%;
    text-transform: uppercase;
    padding-bottom: 6px;
}

#menu-icon {
    font-size: 30px;
    padding: 10px;
    color: white;
    transition: all 300ms;
    cursor: pointer;
    position: relative;
    top: 13px;
    left: 10px;
}

#credit-card {
    max-width: 100%;
    content: url(../img/cards1.png);
}

#debit-card {
    max-width: 100%;
    content: url(../img/cards2.png);
}

#cvv-code {
    max-width: 100%;
    content: url(../img/cvv.png);
}

#open-logo {
    max-width: 100%;
    content: url(../img/openpay.png);
}

#security-logo {
    content: url(../img/security.png);
}

#banks-aff {
    max-width: 100%;
    content: url(../img/banks.jpg);
    mix-blend-mode: multiply;
    background-color: transparent;
}

#stores-aff {
    max-width: 100%;
    content: url(../img/stores.jpg);
    mix-blend-mode: multiply;
    background-color: transparent;
}

header span:hover {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

.dropdown-menu li {
    cursor: pointer;
}

.click-row {
    cursor: pointer;
}

.name-text {
    font-weight: bold;
}

.main-solicitud {
    border: 1px solid #CFCFCF;
    padding: 15px;
    border-radius: 10px;
}

.activity-solicitud {
    padding: 15px;
    border-radius: 10px;
}

.label-status {
    font-family: sans-serif;
    font-style: normal;
    font-weight: bolder;
    font-size: 25px;
    line-height: 24px;
    color: #444444;
    border-radius: 8px;
    padding: 10px;
    transition: all 300ms;
}

.label-estado {
    padding: 7px;
    border-radius: 7px;
}

.lbl-estado-list {
    padding: 5px;
    border-radius: 7px;
    color: #FFFFFF;
}

.link-answer {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.content-menu {
    width: 210px;
    background: #161616;
    transition: all 300ms;
    padding-top: 60px;
    position: fixed;
    height: 100%;
    z-index: 1000;
}

.content-menu2 {
    margin-left: -210px;
}

.content-menu li {
    list-style: none;
    text-align: left;
    padding: 10px;
    color: white;
    transition: all 300ms;
    cursor: pointer;
}

.content-menu li label {
    cursor: pointer;
}

.content-menu .down-effect:hover {
    transform: translateY(10px);
    background: rgba(0, 0, 0, 0.5);
}

.content-menu li .icon-size {
    font-size: 20px;
}

.icon-size {
    font-weight: 100;
    font-size: 20px;
}

.content-menu li label {
    font-size: 15px;
    font-weight: 100;
    transition: all 300ms;
}

.input-check {
    width: 20px;
    height: 20px;
}

.icon1 {
    color: #BA7404;
}

.icon2 {
    color: #1BBFB2;
}

.icon3 {
    color: #A319A4;
}

.icon4 {
    color: #760B0B;
}

.icon5 {
    color: #1B7E9F;
}

.icon6 {
    color: #6A26DF;
}

.icon7 {
    color: #6BF929;
}

.icon8 {
    color: #F9E11B;
}

.icon9 {
    color: #FFF;
}

.icon10 {
    color: #86ddab;
}

.icon11 {
    color: #8688dd;
}

.icon12 {
    color: #d6dd86;
}

.icon13 {
    color: #abaca5;
}

.icon14 {
    color: #760B0B;
}

.left-side-bar.open {
    left: 0;
}

article {
    padding: 20px;
    width: 100%;
    padding-top: 60px;
}

@media (max-width: 1200px) {
    .left-side-bar {
        left: -251px;
    }

    .left-side-bar:before {
        display: block;
        opacity: 0;
        visibility: hidden;
    }

    .left-side-bar.open:before {
        opacity: 1;
        visibility: visible;
        display: none;
    }

}

.roundedTwo {
    width: 28px;
    height: 28px;
    position: relative;
    margin: 20px auto;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);

    label {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 4px;
        left: 4px;
        cursor: pointer;
        background: linear-gradient(top, #222 0%, #45484d 100%);
        border-radius: 50px;
        box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 1);

        &:after {
            content: '';
            width: 9px;
            height: 5px;
            position: absolute;
            top: 5px;
            left: 4px;
            border: 3px solid #fcfff4;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0;
            transform: rotate(-45deg);
        }

        &:hover::after {
            opacity: 0.3;
        }
    }

    input[type=checkbox] {
        visibility: hidden;

        &:checked+label:after {
            opacity: 1;
        }
    }
}

.cursor-hover:hover {
    cursor: pointer;
}

input[type="file"] {
    display: none;
}

.button-file {
    outline: none !important;
    background: #FFFFFF;
    height: 45px;
    padding: 10px 12px;
    border: 2px solid #CECEE2;
    box-sizing: border-box;
    border-radius: 5px;

    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    /* identical to box height, or 43px */

    text-align: center;
    color: #17177C;
    cursor: pointer;
}

.button-file:hover {
    background: #EDEDF4;
}

.social {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    display: none;
}

@media screen and (min-width: 550px) {
    .social {
        display: block;
        position: fixed;
        left: 0;
        z-index: 1000;
        height: 100%;
        padding: 0;
    }

    .text-acordion-title {
        display: inline;
    }
}

.text-acordion-title {
    display: inline;
}

@media screen and (min-width: 850px) {
    .social {
        display: block;
        position: fixed;
        left: 0;
        z-index: 1000;
        height: 100%;
        padding: 0;
        width: 15%;
    }

    .text-acordion-title {
        display: inline;
    }
}

@media screen and (max-width: 850px) {
    .text-acordion-title {
        display: none;
    }
}

.fondo-menu {
    background-color: #3b3838;
}

.social ul {
    list-style: none;
}

.social ul li a {
    display: inline-block;
    color: #fff;
    background: #737373;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.social ul li a:hover {
    padding: 10px 30px;
    background: #000;
}

.social ul li a:hover>div {
    display: inline;
}

.hi {
    display: none;
}

.social .panel-group .panel,
.social .panel-group .panel .panel-body {
    border-color: #3b3838;
}

.social .panel-group .panel .panel-body {
    background-color: black;
    padding: 0;
}

.social .panel-group .panel a div:hover {
    background-color: #3b99a3;
    color: black;
    font-weight: 400;
}

.scrollsmall {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.boxcontactos::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.boxcontactos::-webkit-scrollbar {

    width: 10px;
    background-color: #F5F5F5;
}

.boxcontactos::-webkit-scrollbar-thumb {
    background-color: #700081;
    background-image: -webkit-gradient(linear, 0 0, 0 100%,
            color-stop(.5, rgba(255, 255, 255, .2)),
            color-stop(.5, transparent), to(transparent));
}

#accordion::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#accordion::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#accordion::-webkit-scrollbar-thumb {
    background-color: #0ae;

    background-image: -webkit-gradient(linear, 0 0, 0 100%,
            color-stop(.5, rgba(255, 255, 255, .2)),
            color-stop(.5, transparent), to(transparent));
}

.scroll {
    max-height: 100%;
    overflow-y: auto;
}

.scrollX::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.scrollX::-webkit-scrollbar {
    width: 8px;
    height: 7px;
    background-color: #F5F5F5;
}

.scrollX::-webkit-scrollbar-thumb {
    background-color: #0ae;

    background-image: -webkit-gradient(linear, 0 0, 0 100%,
            color-stop(.5, rgba(255, 255, 255, .2)),
            color-stop(.5, transparent), to(transparent));
}

.scrollX {
    max-width: 100%;
    overflow-x: auto;
}

.scrollmodal::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.scrollmodal::-webkit-scrollbar {
    width: 6px;
    height: 7px;
    background-color: #F5F5F5;
}

.scrollmodal::-webkit-scrollbar-thumb {
    background-color: #0ae;

    background-image: -webkit-gradient(linear, 0 0, 0 100%,
            color-stop(.5, rgba(255, 255, 255, .2)),
            color-stop(.5, transparent), to(transparent));
}

.scrollmodal {
    max-height: 65%;
    overflow-y: auto;
}

.alert-3dsecure {
    font-weight: bold;
    font-size: 16px;
    color: #c9302c;
}

.sign-canvas {
    left: 0;
    top: 0;
    max-width: 100%;
    height: 200px;
    background-color: white;
    border: 1px solid #CCC;
}

.sign-canvas2 {
    left: 0;
    top: 0;
    max-width: 100%;
    height: 150px;
    background-color: white;
    border: 1px solid #CCC;
}

/***********************************************Fin menu****************************************************/
.text-white {
    color: white;
}

.text-red {
    color: red;
}

#img-perfil-menu {
    margin: 0;
    max-height: 45px;
}

#contenedor-img-logo-menu {
    margin-right: 10px;
    padding: 2px 2px;
}

#contenedor-img-logo-menu2 {
    margin-right: 10px;
    padding: 2px 2px;
}

.social .panel-group .panel {
    border: none;
    margin: 0;
}

.social .panel-group .panel a {
    text-decoration: none;
}

.social .panel-group .panel a .panel-heading {
    color: white;
    border-radius: 0;
}

.text-logo {
    display: inline;
    color: #31b0d5;
}

.text-logout {
    display: inline;
    color: #ff0000;
}

#img-logo-menu {
    margin: 0;
    max-height: 45px;
    display: inline;
}

.social .panel-group .panel a .sub-menu-active {
    background-color: black;
    color: #737373;
    font-weight: 500;
}

.lista-submenu-elemento {
    width: 100%;
    height: 35px;
    padding-left: 15px;
    font-size: 12px;
}

.contenedor-lista-submenu {
    padding: 0;
    margin: 0;
}

#contenedor-loader {
    position: fixed;
    z-index: 9999;
    top: 35%;
    left: 4%;
    width: 100%;
    height: 120px;
    background: transparent url(../img/ajax-loader_6.gif) center no-repeat;
}

.lista-submenu-elemento:hover {
    background-color: #3b99a3;
}

.triangulo {
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    border-right: 20px solid white;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.out {
    display: none;
}

body .row #contenedor-vista-left {
    padding-right: 0;
    margin-right: -10px;
}

body .row {
    padding: 0;
    margin: 0;
}

#contenedor-formulario-login {
    max-width: 700px;
    margin-top: 5%;
    background: rgba(53, 114, 207, 0.4);
}

#logo-control-restaurant {
    max-height: 150px;
}

#contenedor-logo {
    margin-bottom: 2%;
}

#titulo-login-a {
    color: #0044cc;
}

#div-form-login {
    position: fixed;
    width: 340px;
    height: 280px;
    top: 50%;
    left: 50%;
    margin-top: -140px;
    margin-left: -170px;
}

#titulo-login-b {
    color: #000;
}

.titulo-login {
    margin-bottom: 4%;
    font-size: 50px;
}

#logo-login {
    margin-top: 4%;
    max-height: 100px;
}

#index {
    background-image: url(../img/52907089.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hint-text {
    float: left;
    margin-top: 10px;
    font-size: 13px;
}

/* ----------- MODIFICACIONES CLEINTES WIALON Y SOLICITUDES ----------- */

.valid {
    color: green;
}

.invalid {
    color: red;
}

@media(max-width: 430px) {

    #lbl-chusuario,
    #lbl-chnimbus {
        height: 45px;
    }

    #lbl-chacc1,
    #lbl-chacc2,
    #lbl-chacc3 {
        height: 65px;
    }

}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

/*.-------------------------------------- 2025*/
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to top, #17177C 85%, #383877 15%);
}

::-webkit-scrollbar-horizontal {
    height: 8px;
}

::-webkit-scrollbar-thumb:horizontal {
    background-color: #17177C;
}

.new-tooltip {
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin: 0 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.new-tooltip.icon:before {
    font-family: "FontAwesome", sans-serif;
    color: #fff;
    font-size: 20px;
}

.new-tooltip .tiptext {
    background: #fff;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    position:  absolute;
    text-align: justify;
    bottom: 0;
    left: -25px;
    right: -25px;
    padding: 12px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    width: 300px;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.new-tooltip .tiptext:before {
    content: '';
    /*   width: 0;
      height: 0; */
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    bottom: -5px;
    left: 40px;
    z-index: 800;
}

.new-tooltip:hover .tiptext {
    bottom: 50px;
    visibility: visible;
    opacity: 1;
}

.new-tooltip.tip .tiptext {
    color: #4183d7;
}

.slider-item{
    height: 100% !important;
}

.fondo-azul {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.img-fondo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.overlay-azul {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: #17177c80;
}

.head-info {
    background-color: #5885c6 !important;
    color: #fff;
    font-size: 9px !important;
    vertical-align: middle;
    text-transform: uppercase;
}
