@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&display=swap');

*:hover {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 2500ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
header {
    z-index: 9999;
    position: relative;
}
html {
    font-size: 14px;
}
body {
    background: white;
    font-family: "Commissioner", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "slnt" 0, "FLAR" 0, "VOLM" 0;
}
body.login-body {
    background-image: url('/img/bg.jpg');
    background-image: url(/img/bg.jpg);
    background-size: cover !important;
    background-repeat: no-repeat;
}
.loginlogo {
    padding-bottom: 20px;
}
    .loginlogo img {
        width: 100%;
        max-width: 210px;
        margin: 20px auto;
        display: block;
    }
.login {
    background: rgba(255, 255, 255, 1);
    padding: 30px 40px;
    max-width: 440px;
    /* border-radius: 10px; */
    margin: 14% auto 0;
    backdrop-filter: blur(10px);
    -webkit-box-shadow: 5px 8px 22px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 8px 22px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 8px 22px 1px rgba(0, 0, 0, 0.5);
}

.login-body footer {
    position: absolute;
    background: black;
    padding: 15px 0;
    width: 100%;
    border-top: none !important;
    bottom: 0;
}
.login select#EmitterId {
    width: 100%;
    border-radius: 3px;
    padding: 9px;
    border: 1px solid #c5c5c5;
}
.bg-info.text-white {
    background-color: #111055 !important;
    border-radius: 4px;
    padding: 10px !IMPORTANT;
    text-align: center;
}
body.login-body header.login-header {
    display: none;
}

.login-form-box input.user-input, .login-form-box input#Password {
    width: 85.6666%;
    padding: 9px;
    border: 1px solid #c5c5c5;
    background: #ededed;
}

.login-form-box i.fas.fa-user-circle, .login-form-box i.fas.fa-key {
    color: black;
    font-size: 25px;
    display: inline-block;
    width: 14.333%;
}

.loginRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-flow: row wrap;
}

    .loginRow span.text-danger.field-validation-error {
        display: block;
        width: 100%;
        text-align: right;
    }

.login-tools > div:first-of-type {
    text-align: right;
    padding: 5px 15px;
}

    .login-tools > div:first-of-type input {
        margin-right: 5px;
    }

.txt-center {
    text-align: center;
}

a.passForgot {
    margin: 20px 0;
    display: inline-block;
    color: black;
    font-size: 14px;
    font-weight: 700;
}
.content-base main {
    padding-bottom: 350px !important;
}
.loginbt, .basicBtn {
    background: #4b81c2 !important;
    border-color: #497fc1 !important;
    padding: 10px;
    text-transform: uppercase;
    margin: 2px 0 0 0;
    opacity: 1;
    color: white !important;
    font-size: 14px;
}

    .loginbt:hover, .basicBtn:hover {
        opacity: 0.5 !important;
    }

    .basicBtn.basicCancel {
        background: #818181 !important;
        border-color: #585858 !IMPORTANT;
    }
button.btn.btn-secundary {
    background-color: black !important;
    border-color: black !important;
}
.loginHead {
    text-align: center;
    margin-bottom: 20px;
}

    .loginHead img {
        width: 90px;
        height: auto;
    }

.foot-b-cont {
    text-align: center;
}

    .foot-b-cont img {
        width: 140px;
        height: auto;
    }

.footerImg {
    width: 90px;
    height: auto;
}

nav.navbar {
    background-color: #ffffff !important;
    padding: 15px 0;
    margin-bottom: 0 !important;
}
a.navbar-brand.logoTop img {
    max-width: 100px;
}
a#menuSwich i {
    font-size: 30px;
    color: #497fc1;
}
a.navbar-brand.brandImg img {
    width: 50px;
}
.mainBox {
    background-color: white;
    border-radius: 10px;
    margin-top: 40px;
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.18);
}
    .mainBox > div {
        padding: 0 20px
    }
.mainBoxHead {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-size: 1.6rem;
    font-weight: 300;
    border-bottom: 1px solid lightgray;
    margin-bottom: 30px;
}
table.basicTable {
    margin: 20px 0;
    font-size: 14px;
    width: 100%;
}
    table.basicTable thead th {
        background: #ebebeb;
        border-bottom: 1px solid #bfbfbf;
        padding: 10px;
    }
    table.basicTable td {
        padding: 10px;
        border-bottom: 1px solid #bfbfbf;
    }
    table.basicTable tr:nth-child(2n) td {
        background: #f7f7f7;
    }

    table.basicTable td {
        padding: 10px;
        border-bottom: 1px solid #bfbfbf;
        background: white;
    }
.mainBoxFoot {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-top: 1px solid lightgray;
    margin-top: 20px;
}
input.basic-input {
    padding: 9px;
    border: 1px solid #c5c5c5;
    width: 100%;
}
footer.border-top.footer.text-muted {
    text-align: center;
    background: #497fc1;
}
.sectionHeader {
    font-size: 20px;
    padding: 25px 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #122f44;
}
.sectionContHead .text-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.sectionContHead {
    border-bottom: 1px solid lightgray;
    margin-bottom: 30px;
}
.tableR table tr td:last-child, .tableR table tr th:last-child {
    text-align: center;
    max-width: 200px;
}
.tableR table tr td a.btn {
    background: #185e90;
    color: white;
    font-size: 12px;
}
.tableR table tr td a.btn {
    background: #185e90;
    color: white;
    font-size: 12px;
}
    .tableR table tr td a.btn.delete {
        background: #d30000;
    }
.tableR .dataTables_filter {
    width: 30% !important;
    margin-bottom: 30px;
}
    .tableR .dataTables_filter label {
        font-size: 14px;
        font-weight: 600;
        width: 100%;
    }
        .tableR .dataTables_filter label input {
            font-weight: 400;
            width: 70%;
            margin-left: 10px;
            background: #f5f5f5;
            border: 1px solid lightgray;
            border-radius: 5px;
        }
.dataTables_paginate {
    margin: 10px 0 15px;
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem transparent;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 400px;
}
.tableR tr.even td {
    background: whitesmoke;
}
a.navbar-brand {
    width: 240px;
    height: auto;
}
.head-title {
    font-weight: bold;
    font-size: 20px;
    color: #003471;
/*    margin-left: -3%;*/
}
.head-account {
    padding: 8px 15px;
    background: #EEEEEE;
    border-radius: 100px;
    color: #636363;
    font-size: 14px;
    border: #EEEEEE;
}
    .head-account i, a.text-decoration-none i {
        color: #004283;
        font-size: 15px;
        margin-right: 7px;
    }
a.text-decoration-none i {
    color: #35a1de;
}
.text-decoration-none {
    text-decoration: none !important;
    font-size: 14px;
    margin-left: 10px;
    color: #35A1DE;
}
.modal-body .row {
    margin-bottom: 20px;
}
span.select2.select2-container.select2-container--default {
    width: 100% !important;
    min-height: 38px !important;
}
    span.select2.select2-container.select2-container--default span.selection > span {
        min-height: 38px !important;
    }
.select2-container--default .select2-selection--single .select2-selection__arrow {
    min-height: 38px;
    height: max-content;
}
.select2-container .select2-selection--single {
    height: auto;
    padding: 4px;
}
.btn.btn-primary {
    background-color: #122f44;
    border: 1px solid #0b161e;
}
.modal-body, .modal-header {
    padding: 1em 2em;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1550px;
    }
}
/**Loader Styles*/
.loader-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff82;
    z-index: 1060;
}

    .loader-container .loader-content {
        position: fixed;
        left: 47%;
        top: 47%;
    }

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 10px solid #fff;
        border-color: #009fe5 transparent #002d59 transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
a.menuSwitch {
    font-size: 25px;
    font-weight: 700;
    color: white !important;
    padding: 0 13px;
    cursor: pointer;
    opacity:1;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
    a.menuSwitch.openSwich {
        color: black;
        opacity: 0.5;
    }
.SideMenuParent {
    position: absolute;
    left: -500px;
    opacity: 0;
    background: white;
    padding: 20px;
    height: 100%;
    top: 0;
    z-index: 999;
    padding-top: 5%;
    width: 270px;
    box-shadow: 5px 1px 20px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.openMenu {
    left: 0;
    opacity: 1;
}
.SideMenuParent a:hover {
    /* opacity: 0.5; */
    color: white !important;
    padding-left: 10px;
}
.SideMenuParent a {
    border-bottom: 1px solid #e9e9e9;
}
.menu-ico i {
    margin-right: 10px;
}
.SideMenuParent a.nav-link.text-dark {
    font-weight: 500;
    padding: 15px 0 15px 10px;
    position: relative;
    overflow: hidden;
    color: #185e90;
}
    .SideMenuParent a.nav-link.text-dark::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
        left: 100%;
        top: 0;
        background: #185e90;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        z-index: -1;
    }
    .SideMenuParent a.nav-link.text-dark:hover::after {
        left: 0%;
    }
nav.navbar.navbar-expand-sm.navbar-toggleable-sm.navbar-light.bg-white.border-bottom.box-shadow.mb-3 {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid #9b9b9b !important;
}
.tools-menu {
    width: 250px;
    display: flex;
    justify-content: flex-end;
    vertical-align: middle;
}
.responsive-item {
    display:none;
}
.tools-menu a {
    color: white !important;
    position: relative;
    background: transparent;
    border-radius: 5px;
    margin-left:5px;
}
    .tools-menu a:hover {
        padding-right: 85px;
        background: rgba(0, 0, 0, 0.15);
    }
    .tools-menu a span {
        opacity: 0;
        position: absolute;
        left: 0;
        -webkit-transition: all 120ms ease-in-out;
        -moz-transition: all 120ms ease-in-out;
        -ms-transition: all 120ms ease-in-out;
        -o-transition: all 120ms ease-in-out;
        transition: all 120ms ease-in-out;
    }
    .tools-menu a:hover span {
        opacity: 1;
        right: 10%;
        left: initial;
    }
    .tools-menu a i {
        margin: 0;
        padding: 0;
        font-size: 22px;
        transform: rotate(0deg);
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    .tools-menu a:hover i.fa-solid.fa-gear {
        transform: rotate(90deg);
    }
.parent-container {
    position: absolute;
    width: 100%;
    min-height: 100vh;
    top: 0;
    padding-top: 75px;
    padding-bottom: 75px;
}
.modal {
    /*z-index: 9999;*/
}
.acordion-content {
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}
.accordion-button:not(.collapsed) {
    background: #185e90;
    color: white;
}
.form-check {
    margin-bottom: 15px;
}
.tableR {
    width: 100%;
    overflow-y: scroll;

}

.select2-dropdown {
    z-index : 9999!important;
}

/*  Clases drag and drop file */

.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 25px;
    border: 1px dashed rgba(24, 94, 144, 1);
    border-radius: 3px;
    transition: 0.2s
}

.choose-file-button {
    flex-shrink: 0;
    background-color: rgba(137, 206, 255, 1);
    border: 1px solid rgba(24, 94, 144, 1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase
}

.file-message {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0
}

.mt-100 {
    margin-top: 100px
}

footer.border-top.footer.text-muted div, footer.border-top.footer.text-muted div a {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
}

/*  FIN Clases drag and drop file */
#sideMenu {
    background: #3a6ca9;
    color: white;
    position: fixed;
    height: 100vh;
    left: -1000px;
    opacity: 0;
    padding: 30px 0 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 2500ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
    #sideMenu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
        #sideMenu ul a {
            color: white;
            text-transform: uppercase;
            font-weight: 300;
            text-decoration: none;
            width: 100%;
            display: block;
            padding: 15px 30px;
            background: transparent;
            border-bottom: 1px solid #5583bb;
        }
            #sideMenu ul a i {
                width: 30px;
            }
            #sideMenu ul a:hover {
                background: #497fc1;
                padding: 15px 20px 15px 40px
            }
a#menuSwich {
    margin-left: 10px;
    margin-right: 10px;
    opacity:1;
    cursor:pointer;
}
    a#menuSwich:hover {
        opacity: 0.5;
    }
.openMenu {
    left: 0 !important;
    opacity: 1 !important;
}
i.fa-solid.fa-bars:before {
    transform: rotate(0deg);
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 2500ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.openMenuBtn i.fa-solid.fa-bars:before {
    transform: rotate(80deg);
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 2500ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    content: "\f00d";
    color: darkgray;
}
.logOutSection {
    background: #497fc1;
    border-radius: 3px;
    opacity:1;
}
    .logOutSection a {
        color:white !important;
    }
    .logOutSection:hover {
        opacity: 0.8;
    }
.dashboardCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 60px 0;
}
a.dashboardItem {
    background: rgba(255, 255, 255, 0.5);
    padding: 40px;
    margin: 30px 15px;
    box-shadow: 2px 4px 9px 0px;
    color: #e3e3e3;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
}
    a.dashboardItem img {
        display: block;
        width: 130px;
    }
    a.dashboardItem span {
        text-transform: uppercase;
        margin: 20px 0 0;
        display: block;
        width: 100%;
        color: black;
        text-decoration: none !IMPORTANT;
    }
    a.dashboardItem:hover {
        padding: 40px 55px;
        background: rgba(255, 255, 255, 1);
    }
.content-base {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}
.header.header-parent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.selected-item a {
    opacity: 1;
}
.top-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 25px 0;
}
    .top-filter a {
        width: 8%;
        max-width: 120px;
        text-align: center;
        text-decoration: none;
        /* margin: 0 0px; */
        opacity: 0.5;
        /* border-radius: 10px; */
        font-size: 12px;
        background: white;
        padding: 10px 3px;
        border-bottom: 2px solid transparent;
    }
        .top-filter a:hover {
            opacity: 0.8;
            background: #EEEEEE
        }
        .top-filter a img {
            width: auto;
            max-height: 50px;
            display: block;
            margin: 0 auto 10px;
            height: auto;
        }
        .top-filter a span {
            color: black;
        }
.search {
    border-bottom: 1px solid #ededed;
    padding-bottom: 30px;
}
    .search .search-cont {
        background: #EBF5FC;
        border: #E8E8E8;
        display: flex;
        justify-content: space-between;
        padding: 20px;
        border-radius: 200px;
        width: 90%;
        margin: 0 auto;
        align-items:center;
    }
        .search .search-cont input {
            padding: 10px 10px 10px 35px;
            border: none;
            background: transparent;
            border-right: 1px solid lightgray;
        }

        .search .search-cont .dropdown-number {
            position: absolute;
            top: 45px;
            background-color: white;
            border: 1px solid #828282;
            z-index: 1080;
            display: none;
        }

            .search .search-cont .dropdown-number input
            {
                width: 65px;
                padding: 5px;
            }

.search-cont .search-cont-input {
    width: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    position: relative;
    border-right: 1px solid #d9d9d9;
}
.search-cont .search-cont-input:last-of-type {
    border-right:none!important;
}

    .search-cont .search-cont-input i {
        font-size: 20px;
        color: #004283;
    }
    .search-cont .search-cont-input > input,
    .search-cont .search-cont-input span.select2.select2-container.select2-container--default,
    .search-cont .search-cont-input input#NumberPerEvent,
    .search-cont .search-cont-input input.search-location {
        padding: 10px;
        border: none;
        background: transparent;
        width: 85%;
    }
        .search-cont .search-cont-input > input, .search-cont .search-cont-input > input:focus, .search-cont .search-cont-input > input:hover {
            outline: none;
        }
    .search-cont .search-cont-input span.select2-selection.select2-selection--single {
        border: none !important;
        background: none !important;
    }
        .search-cont .search-cont-input span.select2-selection.select2-selection--single span.select2-selection__arrow {
            top: 10%;
        }
button.search-submit {
    border: none;
    background: #006795;
    color: white;
    width: 50px;
    height: 48px;
    border-radius: 200px;
}
input.search-location {
    border: none !important;
}
footer.footer {
    background: #3b3835;
    color: white;
    padding-top: 25px;
}
.footer-top.content-base img {
    max-width: 220px;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
    .footer-content .footer-content-side:last-of-type {
        display: flex;
        text-align: right;
    }
        .footer-content .footer-content-side:last-of-type ul {
            list-style: none;
            margin: 0;
        }
            .footer-content .footer-content-side:last-of-type ul li {
                height: 30px;
            }
                .footer-content .footer-content-side:last-of-type ul li a {
                    color: white;
                    text-decoration: none;
                    font-size: 14px;
                }
.footer-content-side-title {
    font-weight: bold;
    height: 30px;
}
.search-title {
    font-weight: bold;
    color: #35A1DE;
    text-align: center;
    margin: 20px 0;
}
.footer-suscribe-input {
    background: white;
    display: flex;
    justify-content: space-between;
    border-radius: 100px;
    align-items: center;
    padding: 0 5px;
}
    .footer-suscribe-input input[type="email"] {
        break-after: avoid;
        border: none;
        width: 70%;
        padding: 10px;
        height: 40px;
        background: transparent;
    }
    .footer-suscribe-input button {
        height: 32px;
        background: #006795;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        font-size: 14px;
        border-radius: 100px;
        color: white;
    }
.social-links {
    line-height: normal;
    font-size: 30px;
    color: white;
}
.social-links a {
    color: white !important;
    margin-right:10px;
    opacity:1;
}
    .social-links a:hover {
        opacity: 0.7;
    }
.content-base.copy {
    font-size: 14px;
    text-align: center;
    opacity: 0.6;
}
.footer-top.content-base {
    border-bottom: 1px solid;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}
.content-base-base {
    margin: 30px auto;
    width: 90%;
}
.basic-title {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
    text-align:center;
}
.main-display {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: -1.29999%;
    margin-left: -1.29999%;
    /*justify-content: space-between;*/
}
.main-display-item {
    width: 22.3333%;
    margin-bottom: 40px;
    position: relative;
    margin: 20px 1.29999%;
}
.main-display-item-cont-img {
    width: 100%;
    position: relative;
    border-radius: 25px;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 2px solid #efefef;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 2500ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
    .main-display-item-cont-img img {
        width: 100%;
    }
.main-display-item:hover {
    cursor:pointer;
}
    .main-display-item:hover .main-display-item-cont-img {
        border: 5px solid #b5c7d3;
    }
    .main-display-item:hover .main-display-item-cont p {
        color: black;
    }
    .like {
        position: absolute;
        z-index: 9;
        right: 15px;
        top: 15px;
        font-size: 22px;
        background: transparent;
        color: #eeeeee;
        border: 2px solid #eeeeee;
        padding: 3.5px 9px;
        border-radius: 100px;
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -ms-transition: all 2500ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }
    .like:hover {
        background: rgba(245, 245, 245, 0.5);
    }
.main-display-item-cont-head {
    display: flex;
}
.main-display-item-cont-head {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    align-items: center;
}
    .main-display-item-cont-head span.score {
        font-weight: 700;
        font-size: 18px;
        background: white;
        border-radius: 100px;
        padding: 1px 7px;
    }
    .main-display-item-cont-head span.score i {
        margin-right: 5px;
        color: #D6FF00;
    }
    .main-display-item-cont-head div {
        width: 70%;
        font-weight: 600;
        line-height: 20px;
    }
.main-display-item-cont {
    color: #707070;
    font-size: 14px;
}
.recent .main-display-item:before {
    content: "";
    background-image: url(../img/new-sticker.png);
    position: absolute;
    width: 55px;
    height: 55px;
    z-index: 999;
    left: -10px;
    top: -10px;
    display: block;
    background-size: contain;
}
.content-base-base.recent {
    background: #EBF5FC;
    padding: 40px 5%;
    width: 100%;
    border-radius: 20px;
}
.responsiveDropDown, .search-submit-responsive {
    display: none;
}
div#responsiveDropDown {
    font-size: 16px;
    border-radius: 20px;
    background: #006795;
    color: white;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    justify-content: space-around;
    width: 180px;
    padding: 5px 0;
    margin: 0 auto;
}
.carousel-container.relative.w-full.overflow-hidden.shadow-lg {
    background: #054684;
}
body.login-body.login-body-bg {
    background-image: url('../img/loginbg.png');
}
.head-account a.text-decoration-none {
    margin: 0;
}
h2.mt-3.Register-tittle {
    font-weight: bold;
    font-size: 20px;
    color: #003471;
    margin-bottom: 20px;
}
.Register-sub-tittle {
    font-weight: bold;
    color: #35A1DE;
    margin-bottom: 30px;
}
form.Register {
    margin-bottom: 50px;
}
.search-type {
    position: relative;
}
    .search-type button.btn.btn-effect-ripple.btn-info.inline-block-element.CodigoActBtn {
        position: absolute;
        top: 3px;
        right: 3px;
    }
.footer-content-side-help-cont {
    margin: 0 15px;
}
.service-content {
    margin: 0 0 50px;
    position: relative;
    /* display: flex; */
}
.service-content-body {
    width: 70%;
}
.service-content-island {
    position: absolute;
    right: 0;
    top: 20px;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 20px;
    width: 25%;
    -webkit-transition: all 50ms ease-in;
    -moz-transition: all 50ms ease-in;
    -ms-transition: all 50ms ease-in;
    -o-transition: all 50ms ease-in;
    transition: all 50ms ease-in;
}
h3#serviceName {
    font-weight: bold;
    font-size: 20px;
    color: #003471;
}
.service-content-body > div {
    margin-bottom: 20px;
}
.sevice-island-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.service-types {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    font-size: 14px;
}
.event-type-item {
    margin: 0 5px;
    border-right: 1px solid #c1c1c1;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 25%;
    align-items: center;
    justify-content: center;
}
    .event-type-item i, .event-type-item b {
        margin-right:5px;
    }
.service-types .event-type-item:first-of-type {
    justify-content: flex-start;
}
.event-type-item:last-of-type {
    border-right: none;
    padding-right: 0;
}
.sevice-island-item.sevice-island-item-pack {
    flex-wrap: wrap;
}
    .sevice-island-item.sevice-island-item-pack span {
        margin-bottom: 5px;
    }
.sevice-detail-availability > label,
.sevice-detail-contact >label{
    font-weight: bold;
    color: #003471;
}
.sevice-detail-availability > div {
    margin: 10px 0;
}
    .sevice-detail-availability > div i {
        margin-right: 10px;
        color: #aacb00;
        font-size: 14px;
    }
.sevice-detail-police {
    margin: 20px 0;
    border-bottom: 1px solid #c1c1c1;
    padding: 20px 0;
}
    .sevice-detail-police > label {
        font-weight: bold;
        margin-bottom:20px;
    }
.sevice-island-item-submit button#btnGuardarOrden {
    width: 100%;
    border-radius: 300px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 20px 0 0;
}
.sevice-island-item label {
    font-size: 12px;
    background: #dddddd;
    color: #122f44;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 99px;
}
.sevice-island-item label i {
    margin-right:5px
}

.sevice-review {
    display: flex;
    flex-wrap: wrap;
    width:70%;
}
    .sevice-review > div {
        width: 100%;
    }
.sevice-review-item {
    border: 1px solid #c1c1c1;
    padding: 20px;
    width: 100%;
    margin: 0 20px 20px 0;
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    min-height: 195px;
}
.sevice-review-item-cont {
    width: 100%;
}
.sevice-review-item-photo {
    min-width: 40px;
    height: 40px;
    font-size: 20px;
    background: #f5f5f5;
    text-align: center;
    color: #b7ddf3;
    border-radius: 99px;
    overflow: hidden;
    padding: 3px 0;
    margin-right: 20px;
}
.sevice-review-item-cont span {
    display: block;
    font-size: 12px;
    margin: 5px 0;
}
.sevice-review-item-cont .score i {
    margin-right: 5px;
    color: rgb(214, 255, 0);
}
.sevice-review-item-cont .score {
    font-weight:bold;
}
.comment-actions {
    display: flex;
    gap: 12px;
    margin-top: 8px;
    font-size: 0.9em;
    color: #666;
    cursor: pointer;
}
    .comment-actions span:hover {
        color: #000;
    }
.hiddeElement {
    display: none;
}

.showElement {
    display: block;
}

.service-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn.btn-info.likeDetailbtn {
    background: transparent;
    border: none;
    outline: none;
    color: gray;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 2500ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    font-size: 15px;
}
    .btn.btn-info.likeDetailbtn i {
        margin-right: 5px;
    }
    .btn.btn-info.likeDetailbtn.liked {
        background: #f5f5f5;
        color: red;
    }
    .btn.btn-info.likeDetailbtn:hover {
        background: #f5f5f5;
    }
.btn.btn-info.likeDetailbt:focus, .btn.btn-info.likeDetailbt:focus {
    outline: none !important;
}
.comment-section {
    width: 70%;
}
    .comment-section .service-name {
        margin-bottom: 20px;
    }
form#commentForm button#btnGuardarComentario,
div#replies-id1 button.btn.btn-primary.mt-3 {
    border-radius: 300px;
    text-transform: uppercase;
    font-size: 14px;
    min-width: 130px;
}
form#commentForm {
    margin-bottom: 30px;
}
.comment-data {
    display:flex;
    align-items:center;
    margin:20px 0;
}
    .comment-data > span {
        margin-right:20px;
    }
span.comment-reply.reply-button {
    background: #f5f5f5;
    padding: 5px 15px;
    border-radius: 900px;
    cursor: pointer;
    height: 30px;
}
    span.comment-reply.reply-button:hover {
        background: #e9e9e9;
    }
span.comment-reply.reply-button i {
    margin-right:5px;
}
div#replies-id1 {
    width: 76%;
}
.comment-actions > div {
    width: 81%;
}
.shoppingcart {
    margin: 0 20px 0 10px;
}
    .shoppingcart a {
        position: relative;
    }
        .shoppingcart a i.fa-cart-shopping {
            font-size: 25px;
            color: #004283;
        }
        .shoppingcart a span {
            position: absolute;
            background: #35a1e4;
            border: 2px solid white;
            font-size: 11px;
            font-weight: bold;
            color: #ffffff;
            padding: 4px 0;
            width: 28px;
            text-align: center;
            border-radius: 100px;
            top: -20px;
            left: 23px;
        }
.settings {
    margin: 0 5px 0 15px;
    position: relative;
}
    .settings i.fa-solid.fa-user-gear {
        font-size: 23px;
        color: #004283;
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -ms-transition: all 2500ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
        margin-right: 5px;
    }
    .settings:hover i.fa-solid.fa-user-gear {
        color: #35a1e4;
    }
.subMenuSettings {
    position: absolute;
    opacity: 0;
    z-index: -9999;
    font-size: 13px;
    width: 200px;
    padding: 15px;
    border-radius: 20px;
    background-color: #ebf5fc;
    left: -80px;
    top: -20px;
    border: 1px solid #e8f5ff;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 2500ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
    .subMenuSettings.subMenuSettingsOpenMenu {
        opacity: 1;
        z-index: 1;
        top: 30px;
    }
i.fa-solid.fa-angle-down {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 2500ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
i.fa-solid.fa-angle-down.fa-angle-down-rotated {
    transform: rotate(3.142rad);
}
.subMenuSettings a {
    color: #004283 !important;
    position: relative;
    margin-bottom: 5px;
    display: block;
    padding-left: 20px;
}
    .subMenuSettings a i.fa-solid.fa-angle-right {
        position: absolute;
        top: 4px;
        left: 0;
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -ms-transition: all 2500ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }
    .subMenuSettings a:hover i.fa-solid.fa-angle-right {
        left: 4px;
    }
.logout i.fa-solid.fa-arrow-right-from-bracket {
    font-size: 25px;
    position: relative;
    right: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 2500ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.logout:hover i.fa-solid.fa-arrow-right-from-bracket {
    color: #004283;
    right: -5px;
}

.fa-location-dot:hover, .fa-x:hover {
    cursor: pointer
}
label#departmentLocation {
    color: #9ca3c0;
    margin-left: auto;
    margin-right: auto;
}
.fc-header-toolbar.fc-toolbar.fc-toolbar-ltr > div > h2:first-letter {
    text-transform: uppercase;
}
.main-display-item-cont {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 45px;
}
.responsive-account-sys-switch {
    display: none;
}
.responsive-account-sys {
    display: flex;
    align-items: center;
}

.active_category {
    border-bottom: 2px solid #007bff !important; /* Sets a 2px solid blue bottom border */
}
button.btn {
    background: #006795;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 20px;
    margin: 0 0 0 10px;
    font-size: 14px;
    border-radius: 100px;
    color: white;
}
    button.btn:hover {
        background: #004283 !important;
    }
button#btnConfirmarReserva {
    background: #006795;
}
button#btnCancelarReserva {
    background: black;
}
    button#btnCancelarReserva:hover {
        background: #414141 !important;
    }
    /**ESTILO DE LAS ESTRELLAS**/
    .rating {
    font-size: 2rem; /* Tamaņo de las estrellas */
    color: #ccc; /* Color apagado */
    cursor: pointer;
}

    .rating .selected {
        color: gold; /* Color encendido */
    }
div#calendar {
    width: 80%;
}
/*.fc-scroller.fc-scroller-liquid-absolute {
    height: fit-content;
    overflow: hidden !important;
}*/
.card.shadow {
    background: #EBF5FC;
    border: #E8E8E8;
    box-shadow: none !important;
    border-radius: 20px;
    overflow: hidden;
}

.card-header.text-center {
    background-color: #35a1e4;
    border: none;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    padding: 13px 0;
}
div#paso-1 h5 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px;
    color: #003471;
}
table#tableMiCarrito {
    background: white;
    /* text-align: center; */
}
    table#tableMiCarrito tr td:last-child {
        text-align: center
    }
    table#tableMiCarrito tfoot {
        background: #f8f9fa;
        font-weight: 600;
        text-transform: uppercase;
    }
.content-base main .paymaent-wait {
    background: #35a1e4;
    padding: 20px !important;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    width: 100%;
    max-width: 690px;
    margin: 40px auto ;
    color: white;
    border-radius: 20px;
}
    .content-base main .paymaent-wait h1 {
        margin: 5px 0;
    }
    .content-base main .paymaent-wait div {
        font-size: 20px;
        font-weight: 800;
    }
.content-base.content-service .service-content-body {
    width: 90%;
    margin: 0 auto;
}
    .content-base.content-service .service-content-body .table-responsive {
        width: 100% !important;
        border-radius: 0 0 20px 20px;
        overflow: hidden;
        border: 1px solid #dee2e6;
    }
    .content-base.content-service .service-content-body .basic-title {
        background-color: #35a1e4;
        border: none;
        color: white;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 18px;
        padding: 13px 0;
        border-radius: 20px 20px 0 0;
        margin-bottom: 0 !important;
    }
.paginate_button {
    color: #004283 !important;
    font-weight: bold;
}

.title-color {
    color: #003471 !important;
}
.head-title.loged-title {
    margin-left: 11%;
    text-align: center;
}
i.fa-brands.fa-tiktok-alt:before {
    content: "";
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDY0MCA2NDAiPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOS43LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAyLjEuMSBCdWlsZCA4KSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICNmZmY7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNzIuOTQsMjc0LjFjLTMxLjM2LDE1Ljg5LTU2LjcxLDQwLjU0LTczLjI5LDcxLjI4LTE2LjcxLDMwLjk3LTIzLjQ5LDY1LjYzLTE5LjYsMTAwLjIzLDMuOTQsMzUuMDcsMTguMTQsNjcuNDQsNDEuMDUsOTMuNjEsMjMuMDcsMjYuMzUsNTMuMiw0NC44Niw4Ny4xNCw1My41MywzMy44Niw4LjY1LDY5LjEzLDYuNzIsMTAyLjAxLTUuNTksMzIuNzYtMTIuMjYsNjAuNjUtMzMuOTYsODAuNjctNjIuNzcsMTkuOTctMjguNzUsMzAuNTMtNjIuNDYsMzAuNTMtOTcuNDl2LTIzMy40NWwyMy41MywxNi44M2MzNC42NSwyNC43OCw3NC44OCwzOS4wNCwxMTcuMTMsNDEuNjV2LTcwLjQ0Yy0yNC45Mi0yLjQtNDguODYtMTAuODQtNjkuOTgtMjQuNzQtMTcuNjEtMTEuNC0zMi41OS0yNi4xMy00NC40NC00My43MS0xMS43Mi0xNy4zOS0xOS42OS0zNi44NS0yMy42OC01Ny44NGwtLjAzLS4xN2MtLjc5LTQuNDItMS4zOC04LjgxLTEuNzktMTMuMTRoLTcxLjU4djM4NS4wMWMwLDIwLjk3LTYuNzgsNDEuODctMTkuMDgsNTguODYtMTIuMjYsMTYuOTItMzAuMDEsMjkuODUtNDkuOTgsMzYuNDItMjAuMSw2LjYxLTQxLjQ4LDYuNjYtNjEuODMuMTUtMjAuMzMtNi41LTM3LjcxLTE5LjAxLTUwLjI3LTM2LjE3LTEyLjYtMTcuMjEtMTkuMzMtMzcuNTEtMTkuNDctNTguNzEtLjEzLTIxLjA0LDYuNS00MiwxOC42OS01OSwxMi4xNy0xNi45OCwyOS44Mi0zMC4wMSw0OS43MS0zNi42OCwxMy44LTQuNjMsMjguMjMtNi4xNyw0Mi41LTQuNjF2LTcxLjE4Yy0zLjU5LS4yMi03LjE4LS4zNC0xMC43Ni0uMzQtMjYuNzcsMC01My4wNyw2LjI1LTc3LjE3LDE4LjQ2WiIvPgo8L3N2Zz4=);
    display: inline-block;
    width: 26px;
    height: 37px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 110%;
    position: relative;
    top: 8px;
}
.profile-detail-section {
    display: flex;
    align-items: center;
}
.detail-profile {
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    border: 1px solid #dddddd;
    border-radius: 999px;
    margin-right: 10px;
    overflow: hidden;
}