@font-face {
    font-family: 'Comfortaa';
    src: url('font/Comfortaa-Bold.woff2') format('woff2'),
        url('font/Comfortaa-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('font/Comfortaa-Light.woff2') format('woff2'),
        url('font/Comfortaa-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('font/Comfortaa-Regular.woff2') format('woff2'),
        url('font/Comfortaa-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a{
    cursor: pointer; color: inherit;
}
.alink{
    cursor: pointer; color: inherit;
    text-decoration: underline;
}
html, body {
    overflow-x: auto !important;
    background: url('../img/fondo.jpg');
    background-size: cover;
    background-attachment: fixed;
    font-family:'Comfortaa', sans-serif !important;

}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, p{
    font-family:'Comfortaa', sans-serif !important;
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4{
    font-family:'Comfortaa', sans-serif !important;
}
.sidebar{
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    margin-top: 30px!important;
    margin-bottom: 30px!important;
    margin-left: 18px!important;
    overflow: hidden;

}

#eventoPadding{
  padding: 15px;
}
.fondo{
    background: url('../img/fondo.jpg');
    background-size: cover;
    background-attachment: fixed;
    box-shadow: none;

}
.fondoVue{
    background: url('../img/fondo.jpg')!important;
    background-size: cover !important;
    background-attachment: fixed !important;
    box-shadow: none;
}
.fondoLogin{
   /* background: url('../img/BackGif.gif');*/
   background: url('../img/fondo_sign_in.jpg');
    background-size: cover;
    background-attachment: fixed;
}
.fondo-w{
    background-color: white;
}
.bkNone{
    background:none;
    box-shadow: none;
}

.fondoOffer{
    background: url('../img/fondo_offer.jpg');
    background-size: cover;
}
.panel{
    margin-top: 20%;
}
.card [data-background-color="orange-r"] {
    background: #ff5100;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
    }
.card [data-background-color="green-r"] {
    background: #22b573;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
    }
.card [data-background-color="gold-r"] {
    background: #b69e60;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
    }
.card-epicenter{
    padding-top: 50px;
    padding-bottom: 50px;

}
.card-r {
    transition: all 0.3s ease-in-out;
    border-radius: 20px!important;
    max-height: 230px; 
  }
  .card-b {
    box-shadow: none !important;
}
  .card-r:hover {
    transform: scale(1.1); /* Aumenta el tamaño en un 20% */
    z-index: 1; /* Para asegurarte de que la tarjeta se superponga a otras tarjetas */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); /* Agrega una sombra cuando se pasa el cursor */
  }
  
.card-header-r{
    float: left !important;
    text-align: center !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;

}
.card-header-acuerdo{
    float:right !important;
    text-align: center !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    overflow: visible !important; /* O el valor que desees */
    z-index: 2 !important;
    border-radius: 14px 14px 0 14px !important;
    margin-top: -18px !important;
    margin-right: 9% !important;
    width: 160px !important;
    max-height: 35px !important;
}
.modal-header-acuerdo{
    text-align: center !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    overflow: visible !important; /* O el valor que desees */
    z-index: 2 !important;
    border-radius: 14px 14px 0 14px !important;
    margin-top: -18px !important;
    margin-right: calc(30% - 50px) !important;
    margin-left: calc(30% - 50px) !important;
    max-width: 350px !important;
    max-height: 50px !important;
    float: none !important;
}
.card-header-h4{
    margin-top: 5px !important;
    font-weight: bold!important;
}

.card-logo{
    background: white;
    border-radius: 10px;
}
.card-c{
    margin-top: 30px;
}

.logo{
    padding: 15px;
}

.logoLogin{
    padding: 50px;
}

.ingresar{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    background-color: #f44336 !important;
}

.content-logo{
    background: black;
    border-radius: 10px;

    -webkit-box-shadow: -4px 6px 27px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px 6px 27px -1px rgba(0,0,0,0.75);
    box-shadow: -4px 6px 27px -1px rgba(0,0,0,0.75);
}

.form .row{
    margin-bottom: 20px;
}
.form .row label{
    font-size: 15px !important;
    color: black !important;
}
.buttonMenu{
    padding: 30px;
}
.icon-bar{
    background-color: rgb(255, 255, 255) !important;
}
.displayn{
    display: none;
}
.displayb{
    display: block;
}
.carousel{
    min-height: 300px;
}
.active1{
    color: red !important;
}
.c-acomode{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.c-value{
    padding: 0;
    margin: 0;
}
.btn-lightblue{
    background-color: #00bcd4 !important;
    border-color: #00bcd4 !important;
}
.btn-hamb-gold{
    background-color: #e8c56b57 !important;
    font-size: 18px !important;
    text-transform: unset !important;
    padding: 11px 11px !important;
    border-radius: 15px !important;

}

.btn-map-gold{
    background-color: #e8c56b57 !important;
    color: #1a1616ef !important;
    font-size: 14px !important;
    text-transform: unset !important;
    padding: 11px 11px !important;
    border-radius: 15px !important;

}

.sidebar[data-active-color="grey"] li.active > a {
    background-color: #9393936f;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(212, 159, 0, 0.344);
}
.btn-r-gold{
    background-color: #b69e60 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    text-transform: unset !important;
    padding: 2px 30px !important;

}
.btn-r-green{
    background-color: #22b573 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    text-transform: unset !important;
    padding: 2px 30px !important;

}
.btn.btn-services{
    height: 150px !important;
    width: 150px !important;
}
.btn.btn-services p{
    text-align: justify !important;

}
.btn.btn-success-r{
    background-color: #22b573;
    color: #FFFFFF;
}
.p-1{
    padding-right: 10px;
}
    .p-2{
        padding-right: 20px;
    }
        .p-3{
            padding-right: 30px;
        }
            .p-4{
                padding-right: 40px;
            }
.text-bold{
    font-weight: bold;
}
.txt-bold-black{
    font-weight: bold !important;
    color: #000000 !important;
}
.text-w{
    font-weight: bold;
    color: #ffffff;
}
.text-token{
    font-size: 32px !important;
}
.text-token::placeholder{
    font-size: 32px !important;
    text-align: center !important;
}
.m-t-25{
    margin-top: 25px;
}
.marginAuto{
    margin: 0 auto;
}
.noPadding{
    padding: 0px !important;
}
.saldoPadding{
    padding: 5px 0px 5px 0px !important;
}
.menuPadding{
    padding: 0px 0px 0px 15px !important;
}
.evento{
    cursor: pointer;
    margin: 15px;
}
.evento:hover{
    background: #e2e2e2;
}
.evento-info{
    width: 100%;
    pointer-events: none;

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.evento-img{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    pointer-events: none;
}
.evento-img h4{
position: absolute;
left: 0;
top: 0;
border: 2px solid #0abfd6;
margin: 0;
padding: 0px;
background: #0abfd6;
color: white;
font-weight: bold;
border-radius: 0px 0px 15px 0px;
}
.evento-img span{
margin-left: 30%;
margin-top: 20px;
}
.hr{
    width: 100%;
    max-width: 231px;
    height: 1.2px;
    background-color: #474747;
    position: absolute;
    margin-left: 15px;
}
.btn-edit{
    display: none;
}
.edit:hover .btn-edit{
    display: block;
}
.eventos tr td{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.eventos tr td:last-child{
        text-align: right;
}
.pagination-container{
    display: flex;
    align-items: center;
    justify-content: center;
}

    .paginate{
        width: 60%;
        display: flex;
        overflow-x: hidden;
        margin: 15px;
    }
.modal-dialog{ /* A todos los modales se le separa del top un 3% */
  margin-top: 3% !important;
}
.modal-backg{
    background-color: rgba(0, 0, 0, 0.8)!important;
}
  /* Sector comercial, crear evento */
  .showInputs{
    background: #defbff;
    display: none;
  }
  .valor_carga{
    display: none;
  }
  /* Sector operativo, asignar proveedor */


/* responsive desing */

/*
    Sector operativo
*/
@media(min-width: 1366px){
    .content{
        margin: 0 !important;
    }
    .buttonMenu{
      padding: 0;
    }
    #listaClientes{
      width: 98%;
    }
    #listaProveedores{
      width: 95%;
    }

}
@media(max-width: 1366px){
    .valorTarifa{
        max-width: 150px !important;
    }
    .content{
        margin: 0 !important;
    }
    .panel{
        margin-top: 10%;
    }
    .dataTables_scroll{
        font-size: 12px;
    }
    .evento{
        /* width: 22%; */
        margin: 14px;
    }
}
@media(max-width: 991px){
    .content{
        margin-top: 0 !important;
    }
    .form-responsive{
        padding: 55px !important;
    }
    #carouselul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .m-t-25{
        margin: 0;
    }
    /* Code here for the responsive items */
}
@media (max-width: 420px){
    .form-responsive{
        padding: 30px !important;
    }
}

.max-height-in-cards {
  display: block;
  max-height: 150px;
  overflow-y: auto;
}

.selectedToAssig {
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
   
}

input[type=datetime-local]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button {
-webkit-appearance: none;
}
.swal2-overflow {
  overflow-x: visible;
  overflow-y: visible;
}
.logo > h2{
  font-family:Gotham Xlight;
  font-size: 50px;
  color: silver;

  }
.logo > h2 > span {
  font-family: Gotham Xlight;
  color: red;

}
.cardFacturado{
    position: relative;
    /* left: 8vw; */
    top: 4vh;
    width: 10vw;
    border-radius: 27px;
    height: 11vh;

}
/* querie sector operativo seccion proveedores*/
@media (max-width: 470px) {
#getNombreProveedor{
        right: 12vw;
       font-size: 18px;
       position: relative;
    }
#listaProveedoresQuerie{
    width: 96vw;
    right: 14vw;

}
}
#modalDocument{
width: 42vw;
}
@media (max-width: 1400px) {
#modalDocument{
    width: 90vw;
}
}
@media (max-width: 770px) {
#modalDocument{
    width:auto;
}
}
.fullscreen-modal .modal-dialog {
  margin: 0!important;
  margin-right: auto!important;
  margin-left: auto!important;
  width: 100%!important;
}
@media (min-width: 768px) {
  .fullscreen-modal .modal-dialog {
    width: 750px!important;
  }
}
@media (min-width: 900px) {
  .fullscreen-modal .modal-dialog {
    width: 900px!important;
  }
}
@media (min-width: 900px) {
  .fullscreen-modal .modal-dialog {
     width: 900px!important;
  }
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 800px!important;
        margin: 30px auto;
    }
}
.avatar{
    z-index:3;
    position: relative;
    margin: auto;
    margin-left: 245px;
    margin-top: -180px;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 4px solid rgba(255, 255, 255, 1);
    background-size: cover;
    background-position: center;
}
.avatar-l{
    z-index:3;
    position: relative;
    margin: auto;
    margin-left: 20px;
    margin-top: -180px;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 4px solid rgba(255, 255, 255, 1);
    background-size: cover;
    background-position: center;
}
.avatar-r{
    z-index:3;
    position: relative;
    margin: auto;
    margin-left: 245px;
    margin-top: -180px;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 4px solid rgba(255, 255, 255, 1);
    background-size: cover;
    background-position: center;
}
/* Estilo para dispositivos móveis */





/* Estilo para dispositivos móveis */
@media screen and (max-width: 350px) {

    .avatar{
        z-index:3;
        position: relative;
        margin: auto;
        margin-top: -170px;
        border-radius: 100%;
        border: 4px solid rgba(255, 255, 255, 1);
        background: url("http://meredithcnn.images.worldnow.com/images/10389401_G.jpg");
        background-size: cover;
        background-position: center;
    }

}
#cardDocument{
    background: linear-gradient(60deg, #e91e63, #ffffff);
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px #333;
}
.pointer tr{
    cursor: pointer;
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-container-mapa {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    border-radius: 25px;
    margin-bottom: 25px;
}
.table-responsive{
    overflow-y:visible;
    overflow-x:auto;
}

.single-line{
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#googleMap
{
    position: static !important; 
    height: 100% !important;
    width: 100% !important;
}
#googleMapAll
{
    height: 100% !important;
    width: 100% !important;
}
.pac-container {
    z-index: 10000 !important;
}
.DDmap{
    font-size: 18px;
}
.durationMap{
    opacity: 1;
    font-weight: bold;
    color: #5a9d00
}
img.icono-servicio{
    width: 190px !important; 
    height: 145px! important;
    vertical-align: baseline ;
    justify-content:center;
}
img.icono-acuerdo{
    width: 190px !important; 
    height: 145px! important;
    vertical-align: baseline ;
    justify-content:center;
}
.card-image-acuerdo{
    margin-top: 0px !important;
}
.card-title-acuerdo{
    height:100% !important;
    padding-top: 30px !important;
}
div.imgService{
    width: 70px; 
    margin: 0px auto;
}
.miniinfo{
    font-size: 12px;
    color:rgb(157, 157, 169);
}
.table-shoppingc > thead > tr > th {
    font-size: 0.9em;
    text-transform: uppercase; }
.table-shoppingc > tbody > tr > td {
background-color: #dfdddd;
height: 10px;
font-size: 10px; }
.table-shoppingc > tbody > tr > td b {
display: block;
margin-bottom: 5px; }
.table-shoppingc .td-name {
font-weight: 100;
font-size: 1.0em; }
.table-shoppingc .td-name small {
color: #999999;
font-size: 0.75em;
font-weight: 70; }
.table-shoppingc .td-number {
font-weight: 300;
font-size: 1.3em; }
.table-shoppingc .td-name {

min-width: 200px; }
.table-shoppingc .td-name a {
color: #030303; }
.table-shoppingc .td-name a:hover, .table-shoppingc .td-name a:focus {
color: #9c27b0; }
.table-shoppingc .td-number {
text-align: right;
min-width: 145px; }
.table-shoppingc .td-number small {
margin-right: 3px; }
.table-shoppingc .img-container {
width: 120px;
max-height: 75px;
overflow: hidden;
display: block; }
.table-shoppingc .img-container img {
background-color: #888282 !important;
width: 50%; }
.card-profile .card-avatars, .card-testimonial .card-avatars {
max-width: 100px;
max-height: 100px;
margin: -50px auto 0;
border-radius: 50%;
overflow: hidden;
box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }
        
        
.edit-recurso{
position:absolute !important;
    color: #000000;
    left: 112px;
}
.edit-recurso:hover{
    position: relative;
    left: 110px;
    font-size: 25px;
    

    }
    .p0{
        padding: 0px 24px !important;

    }
    button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    margin-bottom: 5px;
}
.bloque-center{
    align-items: center; 
    background-color: rgb(241, 248, 248);
    
}
.bloque-center2{
    align-items: center; 
    background-color: rgb(240, 245, 244);
    
}
.bloque-orange{
    align-items: center; 
    background-color: rgb(250, 247, 245);
    
}
.bloque-asignador{
    align-items: center; 
    background-color: rgba(0, 253, 253, 0.11);
    
}
.bloque-creador{
    align-items: center; 
    background-color: rgba(253, 0, 215, 0.075);
    
}
.bloque-espera{
    align-items: center; 
    background-color: rgba(82, 82, 82, 0.151);
    
}



.recursos-evento{
    width:220px;
    margin-left:45px;
    padding-top:30px!important
}
.align{
    text-align: center;
}
.align-right{
    text-align: right;
}
.btn-acuerdo-cant{
    background-color:#4f4f52!important;
    color:#ffffff !important;
    font-weight: bold !important;
    border-radius: 10px !important;
}
.btn-transporte{

    background: linear-gradient(139deg,#FF544F, #FCB826);
    margin-left: 50px;

}
.btn-salud{

    background: linear-gradient(139deg,#00BCD2, #2F9B00);
    margin-left: 50px;
}
.btn-construccion{

    background: linear-gradient(139deg,#6D00D2, #00079B);
    margin-left: 50px;
}
.btn-ejecutivos{

    background: linear-gradient(139deg,#640000, #FF0000);
    margin-left: 50px;
}
.recursos-img{
    width: 110px !important;
    height: 51px !important; 
}
.recursos-img-more{
    width:110px;
    height:110px
}
.rate-base-layer
{
    color: #aaa;
}
.rate-hover-layer
{
    color: orange;
}
.rate2
{
    font-size: 35px;
}
.rate2 .rate-hover-layer
{
    color: pink;
}
.rate2 .rate-select-layer
{
    color: red;
}
.im
{
    background-image: url('../images/rating-white.png');
    background-size: 64px 64px;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    display: inline-block;
}
.im2
{
    background-image: url('./images/emoji5.png');
    background-size: 64px 64px;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    display: inline-block;
}
#rate5 .rate-base-layer span, #rate7 .rate-base-layer span
{
    opacity: 0.5;
}
hr
{
    border: 1px solid #ccc;
}
p
{
    font-size: 13px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    line-height: 1.5em;
}
.service-title
{
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    line-height: 1.5em;
        color: #ffffff;
        text-decoration: none;

}
.row-preferidos{
    display: none;
    margin-top: 40px;
}
.upLevel{
    display:none;
}
.selectMaxRows{
    width: 50px;
}
.pull-right-u{
    float: right!important;
}
.padzero{
    padding-left: 0px!important;
    padding-right: 0px!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.v-line{
    border-right: double;
}
.btn.btn-green, .navbar .navbar-nav > li > a.btn.btn-green {
    background: linear-gradient(60deg, #66bb6a, #43a047);
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);
    color: #fff;
}
  .btn.btn-green:focus, .btn.btn-green:active, .btn.btn-green:hover, .navbar .navbar-nav > li > a.btn.btn-green:focus, .navbar .navbar-nav > li > a.btn.btn-green:active, .navbar .navbar-nav > li > a.btn.btn-green:hover {
    background-color: #25aa63;
    color: #fff;
  }
  .btn.btn-green.btn-simple, .navbar .navbar-nav > li > a.btn.btn-green.btn-simple {
    color: #25aa63;
    background-color: transparent;
    box-shadow: none; }
  .col-days{
    padding-right: 0px !important;
  }
  ::-webkit-scrollbar {
    width: 10px; /* Ancho de la barra de desplazamiento */
    background-color: #33333300; /* Color de fondo de la barra */
  }
  
  /* Pulgar (control deslizante) */
  ::-webkit-scrollbar-thumb {
    background-color: #8f8f8f7a; /* Color del pulgar */
    border-radius: 5px; /* Bordes redondeados */
  }
  ::-webkit-scrollbar-track {
    height: 50px!important; /* Ajusta la altura según tus necesidades */
    min-height: 50px!important; /* Altura mínima de la barra de desplazamiento */
  }
  .swal2-container {
    z-index: 9999 !important;
  }
  .swal-modal {
    z-index: 9999 !important;
  }
  .sidebar[data-background-color="black"] {
    background-color: #e2e2e238 !important;
}

.card-r-deal {
    position: relative;
    background:white 50%;
    border-radius: 10px; /* Bordes redondeados para todo el elemento */
  }
  .card-r-saldo-g {
    position: relative;
    background:#22b573 50%;
    border-radius: 10px; /* Bordes redondeados para todo el elemento */
  }
  .overlay-r {
    position: absolute;
    top: 0;
    left: -20px;
    width: 78%;
    height: 100%;
    background-color: #b69e60;
    background-position: -70px 0;
    border-radius: 0 20px 20px 0; /* Bordes redondeados solo en la mitad izquierda */
    transform: skewX(10deg); /* Inclinación hacia la izquierda */
    /* opacity: 0.5; Ajusta la opacidad según lo desees */
    z-index: 1;
  }
  .overlay-r-silver {
    position: absolute;
    top: 0;
    left: -20px;
    width: 78%;
    height: 100%;
    background-color: #e6e6e6;
    background-position: -70px 0;
    border-radius: 0 20px 20px 0; /* Bordes redondeados solo en la mitad izquierda */
    transform: skewX(10deg); /* Inclinación hacia la izquierda */
    /* opacity: 0.5; Ajusta la opacidad según lo desees */
    z-index: 1;
  }  .overlay-r-green {
    position: absolute;
    top: 0;
    left: -20px;
    width: 78%;
    height: 100%;
    background-color: #22b573;
    background-position: -70px 0;
    border-radius: 0 20px 20px 0; /* Bordes redondeados solo en la mitad izquierda */
    transform: skewX(10deg); /* Inclinación hacia la izquierda */
    /* opacity: 0.5; Ajusta la opacidad según lo desees */
    z-index: 1;
  }.overlay-r-white {
    position: absolute;
    top: 0;
    left: -20px;
    width: 78%;
    height: 100%;
    background-color: #ffffff;
    background-position: -70px 0;
    border-radius: 0 20px 20px 0; /* Bordes redondeados solo en la mitad izquierda */
    transform: skewX(10deg); /* Inclinación hacia la izquierda */
    /* opacity: 0.5; Ajusta la opacidad según lo desees */
    z-index: 1;
  }
  
  .content-r {
    height: 230px;
    position: absolute;
    z-index: 1;
    margin-top: -230px;
    
  }
  .content-r-divider {
    height: 230px;
    z-index: 2;
    
  }
  .cards-icon-acuerdo{
    display: block;
    max-height: 60px;
    max-width: 60px;
    margin-top: 10px;
    margin-left: 20px;
}
.cards-icon-title{
    max-height: 50px;
    max-width: 50px;
    margin-left: 10px;
}
.cards-icon-seguimiento{
    max-height: 20px;
    max-width: 20px;
    margin-right: 10px;
}
.card-image-acuerdo{
    display: block;
    max-height: 300px;
    max-width: 300px;
    margin-left: 16px;

}
.card-alcance-acuerdo{
    font-weight: bold;
    font-size: 1.5em !important;
    line-height: 1.1em !important;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Número de líneas deseadas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px !important;

}
.card-alcance-acuerdo::first-letter {
    text-transform: uppercase;
}
.card-alcance-acuerdo::after {
    content: ' ...';
    display: inline;
}
.card-service-acuerdo{
    font-weight: bold;
    font-size: 1.1em !important;
    overflow: hidden;
    margin-top: 3px !important;
    margin-bottom: 2px !important;
}
.card-price-acuerdo{
    font-weight: bold;
    font-size: 1.5em !important;
    overflow: hidden;
    margin-top: 3px !important;
    margin-bottom: 2px !important;
}
.image-container {
    max-width: 300px;
    position: relative;
}
.container-divider{
    position:inherit;
    max-height: 230px; 
    border-radius: 20px!important;
    z-index: 1;
}
.overflow-hidden {
    overflow: hidden;
  }
.image-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 600px) {
    .image-container{
        margin-top: -30px !important;
    }
    .image-container img {
        max-width: 150px;
        
    }
    .card-header-acuerdo{
        width: 110px !important; 
    }
}
.timeline-a{
    padding: 20px 0px 20px 0px !important;
}
.timeline_acuerdos::before{
    border-style: dashed;
    border-color: #ffffff;
    border-width: 1px;
    top: -15px !important;
    bottom: 100px !important;
    width: 1px !important;
    background-color: #ff5100 !important;
}
.img-roler-event{
    width   : 30px !important; 
    height  : 30px !important;
}
.stars{
    color:#b69e60;
    clear: both;
}
.container-provee{   
    max-width: 250px !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: unset!important;
    /* white-space: nowrap!important; */
}
.avatar-container-event{
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 20%;
    /* float: right; */
}
.avatar-event{
width: 100%;
height: 100%;
object-fit: cover; /* Esto asegurará que la imagen se ajuste al círculo sin deformarla. */
}
.puntaje{
font-size: 6.8em !important;
}
.txt_orange{
color: #ff5100;
}
.td_roler{
    white-space: normal;
}
.row-avatar-event{
    margin-right: 15px!important;
    /* margin-left: -40px!important; */

}
.logoLR{
    border-radius: 100%;
}
.mini-logo-OL{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px!important;
    height: 45px!important;
}
.icono-menu-h{
    display: flex;
    justify-content: normal;
    width: 35px!important;
    height: 35px!important;
}
.sidebar-h{
    height: calc(100vh - 330px)!important;
}
.progress-container-r {
    position: relative;
    width: 80%;
    height: 40px;
    background-color: #323236;
    border: 1px;
    border-radius: 14px;
    border-color: #999999;
    border-style: solid;
    overflow: hidden;
    margin-top: 15px;
}  
.progress-bar-r {
    position: absolute;
    width: 100%;
    height: 100%;
}
.content-bar-r {
    height: 100%;
    width: calc(100% * var(--unidades-naranja) / var(--unidades-totales));
    background-color: #ff5100;
    border-radius: 10px;
}
#content1 {
    height: 100%;
    width: calc(var(--unidades-naranja1) * 100% / var(--unidades-totales1));
    background-color: #ff5100;
  }
  
#content2 {
    height: 100%;
    width: calc(var(--unidades-naranja2) * 100% / var(--unidades-totales2));
    background-color: #ff5100;
}

#content3 {
    height: 100%;
    width: calc(var(--unidades-naranja3) * 100% / var(--unidades-totales3));
    background-color: #ff5100;
}

#content4 {
    height: 100%;
    width: calc(var(--unidades-naranja4) * 100% / var(--unidades-totales4));
    background-color: #ff5100;
} 
.navbar .navbar-minimize {
    padding-top: 30px !important;
}
.saldo-container-r {
    position: relative;
    max-width: 360px;
    height: 80px;
    background-color: #323236;
    border: 1px;
    border-radius: 14px;
    border-color: #999999;
    border-style: solid;
    overflow: hidden;
    margin-bottom: 10px;
}
.saldo{
    margin-top: 0px!important;
    padding-right: 10px!important;
}
.text-saldo{
    margin-top: 20px!important;
    line-height: 1.0em;
    font-size: 15px;
    font-family: 'Comfortaa';
}
.logo-saldo{
    width: 120% !important;
}
.num-saldo{
    margin-top: 30px!important;
    font-size: 34px;
    font-family: 'Comfortaa';
}
.text-imp{
    margin-top: 20px!important;
    line-height: 1.0em;
    font-size: 8px;
    font-family: 'Comfortaa';
}
.percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-weight: bold;
  }
  .ratio {
    position: absolute;
    top: 50%;
    left: calc(80% + 10px); /* Ajusta el espacio entre la barra y el ratio según sea necesario */
    transform: translateY(-50%);
    color: #6a6a6a;
    font-size: 0.8em;
  }
.btn-menu-container-r {
    position: relative;
    width: 110px;
    height: 110px;
    background-color: #323236;
    border: 1px;
    border-radius: 14px;
    border-color: #999999;
    border-style: solid;
    overflow: hidden;
    margin: 5px;
}
@media only screen and (max-width: 767px) {
    .btn-menu-container-r {
        width: 90px;
        height: 90px;
    }
}
.imagen-menu-r{
    max-width: 100%; /* Asegura que la imagen no supere el ancho del contenedor */
    height: auto;    /* La altura se ajustará automáticamente para mantener la proporción */
}
.imagen-menu-h{
height: 24px;
float: left;
margin-right: 15px;
line-height: 30px;
width: 30px;
text-align: center;
}

.text-menu{
    font-size: 8px;
}
.text-menu-r{
    margin-left: -11px;
    font-size: 0.8em;
    line-height: 1
}
.text-roler{
    font-size: 12px;
}
.text-lag{
    font-size: 10px;
}
.text-evo{
    font-size: 15px;
}
.avatar_padding {
    padding: 5px;
}
.col-nombre {
    white-space: nowrap;/* Evita que el texto se divida en varias líneas */
    overflow: hidden;    /* Oculta el texto que sobresale del contenedor */
    text-overflow: ellipsis; /* Agrega puntos suspensivos (...) si el texto es demasiado largo */
    padding-bottom: 0px;
}
.saldoWidth{
    width: fit-content !important;
}
.row-evo{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.favoritos {
    position: relative;
    height: 200px;
    border: 1px solid black;
    display: flex; /* Utiliza flexbox para centrar el hijo horizontalmente */
    justify-content: center; /* Centra el contenido horizontalmente */
    align-items: flex-end; /* Alinea el contenido en el borde inferior */
  }
  
  .star {
    position: absolute;
    bottom: 0;
  }
  .verde {
    background-color: green;
  }
  
  .amarillo {
    background-color: yellow;
  }
  
  .rojo {
    background-color: red;
  }
  
  .estado-icono {
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
  #myMarker img {
    border-radius: 50%;
    border: 2px solid rgb(248, 2, 2);
}
.saldo-plataforma {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: -90px; /* Desplaza hacia arriba 20px por defecto */
  }
  
  @media only screen and (max-width: 768px) {
    .saldo-plataforma {
      top: -40px; /* Desplaza hacia arriba 10px en pantallas más pequeñas */
    }
  }
/* Estilos básicos para el modal */
.modal-Retro {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal-body-retro {
    max-height: 500px; /* Altura máxima del cuerpo del modal */
    overflow-y: auto; /* Permitir desplazamiento vertical */
}

.modal-dialog-retro {
    display: flex; /* Usar flexbox */
    align-items: center; /* Centrar verticalmente */
    justify-content: center; /* Centrar horizontalmente */
    height: 100vh; /* Altura total de la ventana */
}
.modal-content-retro {
  background-color: #bbbbbb;
  padding: 20px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: auto;
}

.close-retro {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 18px;
  cursor: pointer;
}

/* Flexbox para alinear el título y el valor */
.modal-row {
  display: flex;
  justify-content: space-between; /* Espacio entre los elementos */
  padding: 10px 0; /* Espaciado entre filas */
  border-bottom: 1px solid #ddd; /* Línea divisoria opcional */
}

.modal-row p {
  margin: 0;
}

.modal-row p:first-child {
  flex-basis: 40%; /* El título ocupará el 40% de la fila */
  text-align: left;
}

.modal-row p:last-child {
  flex-basis: 60%; /* El valor ocupará el 60% de la fila */
  text-align: right;
}
.evento-retro {
    border: 1px solid #ddd; /* Borde alrededor de cada evento */
    padding: 10px; /* Espaciado interno */
    margin: 10px 0; /* Espaciado externo entre eventos */
    border-radius: 5px; /* Bordes redondeados */
    background-color: #f9f9f9; /* Color de fondo claro */
}