
*{
    user-select:none !important ;
}

body{
    overflow-y: hidden !important;
}

.t1{
    font-size: clamp(40px, 12vw, 80px) !important;    
    width: clamp(300px, 80vw, 500px) !important;
    line-height: clamp(40px, 12vw, 80px) !important;
}
.p1{
    width: clamp(250px,70vw,500px) !important;
    font-size: clamp(11px, 12vw, 19px) !important;
    top:clamp(100px,24vw,180px) !important;
}

.btn-iniciar{
    cursor: pointer !important;
    transition: transform .2s;
}
.btn-iniciar *{
    pointer-events: none !important;

}

.btn-iniciar:hover{
    transform: scale(1.1);
}

.btn{
    cursor: pointer !important;
    transition: transform .2s !important;
}
.btn:hover{
    transform: scale(1.1) !important;
}

.btn-cerrar{
    cursor: pointer !important;
    transition: transform .2s;
}
.btn-cerrar:hover{    
    filter: invert(17%) sepia(30%) saturate(7410%) hue-rotate(356deg) brightness(99%) contrast(111%) !important; 
    transform: scale(1.1) !important; 
}

.btn-ayuda:hover{
    transform: scale(1.1);
}

.btn-redes{
    cursor: pointer !important;
    transition: transform .2s !important;
}
[contenteditable] {
    outline: 0px solid transparent !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-align: center !important;
}

input{
    margin-left: 5px;
    font-weight: bold;
    font-family: Lato;
    font-size: 22px;
    color: #3D9888;
    pointer-events: none !important;
    cursor: default !important;
}

input::placeholder{
    margin-left: 5px;
    font-weight: bold;
    font-family: Lato;
    font-size: 22px;
    color: #3D9888;
}
input:focus{
    outline: none;
}
input::placeholder {
    font-size:18px;
    opacity: .5;
    text-align: left !important;
}
.miinput{
    text-align: left !important;
}
.sel{
   border: 2px rgb(124, 192, 65) solid;
   opacity: 1 !important;
}
.sel2{
    box-shadow: rgb(0 198 130 / 80%) 0px 0px 10px;
    border-radius: 24px;
    opacity: 1 !important;
}
.btnrosa,.modulo{
    cursor: pointer !important;
}
path[estado]{
    opacity: .5;
}
.selestado{
    stroke: white;
    filter: drop-shadow(rgba(0, 0, 0, 0.5) 0px 3px 3px);
    transform-origin: 0px 0px;
    opacity: 1 !important;
    stroke-width: 4px;
}
.tarifa{
    overflow: visible !important;
}
.lista{
    height: auto !important;
    overflow-y: auto !important;
    max-height: 174px !important;
}
.itm-lista{
    padding: 20px !important;
    cursor: pointer !important;
    user-select: none !important;
}
.itm-lista:hover{
    color: white;
    background:  #3D9888 !important;
    cursor: pointer;
}

.circulok{
    background-color: #3D9888 !important;
    border-color: #3D9888 !important;
}
.circulok path{
    stroke: #3D9888 !important;    
}
.nodisplay{
    display: none !important;
}

@media (max-width: 768px) { 
    .itm-lista{
        padding: 25px 20px !important;
    }
    .lista{
        max-height: 350px !important;
        font-size: 22px !important;
    }
}


/* scrollbar */
*::-webkit-scrollbar {
    -webkit-appearance: none;
}

*::-webkit-scrollbar:vertical {
    width: 6px;
}

*::-webkit-scrollbar-button:increment,
*::-webkit-scrollbar-button {
    display: none;
}

*::-webkit-scrollbar:horizontal {
    height: 6px;
}

*::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
    border-radius: 6px;
}

*::-webkit-scrollbar-track {
    border-radius: 6px;
}