/*html, body, .container {
    height: calc(100% - 55px);
    height: -webkit-calc(100% - 55px);
    height: -moz-calc(100% - 55px);
}
#mapa{
    width: 100%;
    height: calc(100% - 38px)\0;
    height: -webkit-calc(100% - 0px);
    height: -moz-calc(100% - 0px);
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    top: 38px\0;
}
*/
@media only screen and (max-width: 992px) {
    /*#div-float {
      position: absolute;
      bottom: -490px;
      left: 0;
      width: 100%;
      padding: 20px;
      box-sizing: border-box;
      background-color: rgba(255, 255, 255); 
      padding: 20px;
      overflow-y: auto !important;
      transition: bottom 0.5s;
      z-index: 10000 !important;
      height: 680px; 
      overflow-y: auto; 
      -webkit-overflow-scrolling: touch; 
      overflow-scrolling: touch; 
      touch-action: pan-y;
    }*/

    #div-float {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 95%;
        height: 350px;
        max-height: 50%; 
        background: white;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; 
        overflow-scrolling: touch; 
        transition: bottom 0.3s ease;
        touch-action: pan-y; /* Deshabilitar acciones táctiles predeterminadas */
        z-index: 999;
    }

    #btn-close{
        background: transparent;
        position: absolute;
        right: 25px;
        border: none;
        top: 0;
        font-weight: 600;
    }

    #btn-open{
        position: fixed;
        bottom: 3px;
        left: 13px;
        background-image: linear-gradient(#f7f8fa ,#e7e9ec);
        border-color: #adb1b8 #a2a6ac #8d9096;
        border-style: solid;
        border-width: 1px;
        border-radius: 3px;
        box-shadow: rgba(255,255,255,.6) 0 1px 0 inset;
        box-sizing: border-box;
        color: #0f1111;
        cursor: pointer;
        display: inline-block;
        height: 38px;
        outline: 0;
        overflow: hidden;
        padding: 0 11px;
        text-align: center;
        text-decoration: none;
        text-overflow: ellipsis;
        touch-action: manipulation;
        white-space: nowrap;
        z-index: 999;
    }

    .buttons {
        display: flex;
        justify-content: center; 
    }

    .btn{   
        margin-right: 10px !important; 
        margin-bottom: 0 !important;
        width: auto !important;
        min-width: 100px !important;
        white-space: nowrap !important; 
        overflow: hidden !important;
        text-overflow: ellipsis !important; 
        transition: all 0.3s ease; 
    }
    
    .btn:hover {
        overflow: visible; 
    }

    .btn:last-child {
        margin-right: 0 !important; 
    }

    .btn-block + .btn-block{
        margin-top: 0 !important;
        
    }

    #logoAutocontrol{
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        height: auto;
    }

    #list-group{
        max-height: 150px !important;
    }
    
}

#actuadores {
    position: absolute;
    display: flex;
    flex-direction: row;
    gap: 10px;
    height: fit-content;
    width: calc(100% - 40px);
    max-width: 500px;
    background-color: white;
    z-index: 999;
    padding: 20px;
    border-radius:5px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
    margin: auto;
    inset: 0;
}
.actuadores_flex.x1{width: 100%;min-width: 200px;margin-top: 45px;}
.actuadores_flex.x2{width: 100%;margin-top: 37px;}
.actuadores_flex{display: flex; flex-direction: column;gap:10px;}
.actuadores_label{display: flex;flex-direction: column;}
.actuadores_label span{font-size: 12px;width: 100%;text-align: left;font-weight: 400;}
.actuadores_label input, .actuadores_label select{
    width: 100% !important;
    height: 30px !important;
    border-radius: 5px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.modalmask {
    position: fixed;
    font-family: Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalmask:target {
    opacity:1;
    pointer-events: auto;
}

/*Movimientos*/
.movedown {
    margin: 0 auto;
}
.modalmask:target .movedown{       
    margin:10% auto;
}


/*Boton de cerrar*/
.closeModal {
    background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
    color: #FFFFFF;
    position: absolute;
    right: 0.5%;
    text-align: center;
    top: 1.5%;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius:3px;
 
}
 
.closeModal:hover {
    background: #f50000;
    color: #fff;;
}

.act{
    font-size: 12px;
}

#selectUnits{
    width: 33%; 
    height: 7%;
    font-size: 0.8em;
    z-index: 11;
    border-radius: 4px;
    border: 1px solid rgb(129, 129, 129,0.5);
}

#speedText{
    font-size: smaller;
    z-index: 11;
    border-radius: 4px;
    background-color: transparent !important;
    opacity: 0.7;
}


.box {
    width: 30%;
    margin: 25px 0;
    display: flex;
    align-items: center;
    user-select: none;
    position: relative; 
    top: 22vh;
    left: 46vh;
}

.box label {
    font-size: 0.9em;
    /*color: #4D4D4D;*/
    color: #ff0000;
    position: absolute;
    z-index: 10;
    padding-left: 17%;
    padding-top: 6%;
    cursor: pointer;
    font-weight: normal !important;
}

.box input {
    opacity: 0;
    visibility: hidden;
    position: absolute;

}

.box input:checked ~ .check {
    border-color: #ff0000;
    box-shadow: 0px 0px 0px 15px #ff0000 inset;
}

.box input:checked ~ .check::after {
    opacity: 1;
    transform: scale(1);
}

.box .check {
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 2px;
    background-color: transparent;
    border: 2px solid #ff0000;
    box-shadow: 0px 0px 0px 0px #ff0000 inset;
    transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
    z-index: 10;
}

.box .check::after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 4;
    position: absolute;
    transform: scale(0);
    background-size: 50%;
    background-image: url('https://s6.picofile.com/d/8392306668/bacc888c-bed7-41a9-bf24-f6ff0718f471/checkmark.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition-delay: 0.2s; 
    transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
}

.checkbox-wrapper-28 input {
    opacity: 0;
    visibility: hidden;
    position: absolute;

}

.checkbox-wrapper-28 input:checked ~ .check {
    border-color: #000000;
    box-shadow: 0px 0px 0px 15px #000000 inset;
}

.checkbox-wrapper-28 input:checked ~ .check::after {
    opacity: 1;
    transform: scale(1);
}

.checkbox-wrapper-28 .check {
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 2px;
    background-color: transparent;
    border: 2px solid #000000;
    box-shadow: 0px 0px 0px 0px #000000 inset;
    transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
    z-index: 10;
}

.checkbox-wrapper-28 .check::after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 4;
    position: absolute;
    transform: scale(0);
    background-size: 50%;
    background-image: url('https://s6.picofile.com/d/8392306668/bacc888c-bed7-41a9-bf24-f6ff0718f471/checkmark.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition-delay: 0.2s; 
    transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
}


.checkbox-block {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 99;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 5px;
}

.checkbox-wrapper-28 {
    width: calc(50% - 10px);
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}
.texto{
    font-size: 12px;
    font-weight: 400;
}

.checkbox-wrapper-28 label {
    color: black;
    line-height: 15px; /* Ajusta la altura según el tamaño del checkbox */
    cursor: pointer;
    padding-left: 20%; /* Espacio para el checkbox */
    position: relative;
    bottom: 45%;
    font-weight: normal !important;
    font-size: 0.9em;
}
label{margin-bottom: 0 !important;}

#div-bandera{
    position: relative;
    width: 57%;
    height: 60%;
    z-index: 1;
    left: 42%;
    bottom: 45%;
    border: solid 1px rgba(122, 120, 120, 0.5);
    border-radius: 5px;
}

#div-bandera-2{
    position: absolute;
    width: 96%;
    height: 85%;
    z-index: 1;
    left: 2%;
    top: 10%;
    border: solid 1px rgba(122, 120, 120, 0.5);
    border-radius: 5px;
}

.l-radio {
    font-weight: normal !important;
    font-size: 12px;
    border-radius: 50px;
    cursor: pointer;
    transition: background .2s ease;
    -webkit-tap-highlight-color: transparent;
    margin-right: 10px;
  }
  
  .l-radio:hover,
  .l-radio:focus-within {
    background: rgba(159, 159, 159, 0.1); /* usando el color $seconday */
  }
  
  .l-radio input {
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background: none;
    border: 0;
    box-shadow: inset 0 0 0 1px #000000; /* usando el color $seconday */
    box-shadow: inset 0 0 0 1.5px #000000; /* ajuste de sombra */
    appearance: none;
    padding: 0;
    margin: 0 0 0 !important;
    transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
    pointer-events: none;
  }
  
  .l-radio input:focus {
    outline: none;
  }
  
  .l-radio input:checked {
    box-shadow: inset 0 0 0 6px #000000; /* usando el color $primary */
  }

#div_pass{
    position: relative;
    left: 65%;
    z-index: 10;
    top: 11%;
}

#pass{
    width: 33%;
    height: 7%; 
    top: 60%;
    left: 4.6%;
    z-index: 11;
    border-radius: 4px;
    border: 1px solid rgb(129, 129, 129,0.5);
    background-color: transparent !important;
}

/* CSS */
.button-9 {
  font-size: 0.9em;
  height: 7%;
  width: 35%;
  left: 2%;
  top: -53%;
  z-index: 11;
  appearance: none;
  background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 2px;
  list-style: none;
  padding: 6px 16px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;

}

.button-9:hover {
    background-color: #F3F4F6;
    text-decoration: none;
    transition-duration: 0.1s;
  }
  
  .button-9:disabled {
    background-color: #FAFBFC;
    border-color: rgba(27, 31, 35, 0.15);
    color: #959DA5;
    cursor: default;
  }
  
  .button-9:active {
    background-color: #EDEFF2;
    box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
    transition: none 0s;
  }
  
  .button-9:focus {
    outline: 1px transparent;
  }
  
  .button-9:before {
    display: none;
  }
  
  .button-9:-webkit-details-marker {
    display: none;
  }
  

@media only screen and (min-width: 300px) and (max-width: 640px) and (min-height: 700px) and (max-height: 992px){
    #div-bandera{ 
        height: 45% !important;
        bottom: 32% !important;
        width: 53% !important;
    }

    .box{
        top: 16.5vh !important;
        left: 23vh !important;
    }

    #div-radios{
        left: 49% !important;
        top: 12% !important;
    }

    .button-9{
        top: -19% !important;
        left: 4% !important;
    }

    #speedLabel{
        width: 33%;
        white-space: nowrap; 
        overflow: hidden;
        text-overflow: ellipsis; 
    }

    .checkbox-block{
        top: 5% !important;
    }

    #actuadores-label{
        left: 13% !important;
    }

    #pass{
        left: 5% !important;
    }

    #selectSpeed{
        left: 5% !important;
    }

    #speedIn{
        left: 5% !important;
    }

    .contenido-modalLogin{
        width: 50% !important;
        height: 10% !important;
    }

    .contenido-modalSalir{
        width: 50% !important;
    }

    .contenido-modalAlertError {
        width: 50% !important;
    }

    .contenido-modalLoginError{
        width: 50% !important;
    }

}

@media only screen and (min-width: 100px) and (max-width: 369px) {
    #div-bandera {
        height: 60%;
        bottom: 50%;
        width: 53%;
    }

    .box {
        top: 18vh;
        left: 27vh;
    }

    #div-radios {
        left: 45% !important;
        top: 12% !important;
    }

    .button-9 {
        top: -39%;
        left: 3%;
    }

    #speedLabel {
        width: 33%;
        white-space: nowrap; 
        overflow: hidden;
        text-overflow: ellipsis; 
    }

    .checkbox-block {
        grid-template-columns: repeat(2, 0.25fr);
        gap: 1px;
        left: 44%;
        top: 1%;
    }

    #actuadores-label {
        left: 13% !important;
    }

    #pass {
        left: 5%;
    }

    #selectSpeed {
        left: 5%;
        top: 23%;
    }

    #speedIn {
        left: 5%;
    }

    .contenido-modalLogin{
        width: 50% !important;
    }

    .contenido-modalSalir{
        width: 50% !important;
    }

    .button-37{
        left: 17% !important;
    }

    .contenido-modalAlertError {
        width: 50% !important;
    }

    .contenido-modalLoginError{
        width: 50% !important;
    }
}

@media only screen and (min-width: 370px) and (max-width: 450px) {
    #div-bandera {
        height: 60%;
        bottom: 50%;
        width: 53%;
    }

    .box {
        top: 16vh;
        left: 27vh;
    }

    #div-radios {
        left: 45% !important;
        top: 12% !important;
    }

    .button-9 {
        top: -40%;
        left: 3%;
    }

    #speedLabel {
        width: 33%;
        white-space: nowrap; 
        overflow: hidden;
        text-overflow: ellipsis; 
    }

    .checkbox-block {
        grid-template-columns: repeat(2, 0.25fr);
        gap: 1px;
        left: 44%;
        top: 1%;
    }

    #actuadores-label {
        left: 13% !important;
    }

    #pass {
        left: 5%;
    }

    #selectSpeed {
        left: 5%;
        top: 23%;
    }

    #speedIn {
        left: 5%;
    }

    .contenido-modalLogin{
        width: 50% !important;
    }

    .contenido-modalSalir{
        width: 50% !important;
    }

    .button-37{
        left: 17% !important;
    }

    .contenido-modalAlertError {
        width: 50% !important;
    }

    .contenido-modalLoginError{
        width: 50% !important;
    }
}

/* Estilos para la ventana modal */
.modalAlert {
    display: none; /* Por defecto, estará oculto */
    position: fixed; /* Posición fija */
    z-index: 10001; /* Se situará por encima de otros elementos de la página */
    left: 0;
    top: 0;
    width: 100%; /* Ancho completo */
    height: 100%; /* Altura completa */
    overflow: auto; /* Se activará el scroll si es necesario */
    background-color: rgba(0, 0, 0, 0.5); /* Color negro con opacidad del 50% */
}

/* Estilos para el contenido de la ventana modal */
.contenido-modalAlertError {
    position: relative; /* Relativo con respecto al contenedor .modalAlert */
    background-color: #FFFFFF;
    margin: auto; /* Centrada */
    padding: 20px;
    width: 17%;
    height: 15%;
    animation-name: animarsuperior; /* Nombre de la animación */
    animation-duration: 0.5s; /* Duración de la animación */
    animation-fill-mode: both; /* La animación mantiene el estado final */
    border-radius: 5px;
    max-height: 20%; /* Máxima altura de la modal */
    overflow-y: auto; /* Desplazamiento vertical si es necesario */
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    font-size: 12px;
}

.contenido-modalAlert {
    position: relative; /* Relativo con respecto al contenedor .modalAlert */
    background-color: #FFFFFF;
    margin: auto; /* Centrada */
    padding: 20px;
    width: 17%;
    height: 15%;
    animation-name: animarsuperior; /* Nombre de la animación */
    animation-duration: 0.5s; /* Duración de la animación */
    animation-fill-mode: both; /* La animación mantiene el estado final */
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    font-size: 12px;
}

.contenido-modalLogin {
    position: relative; /* Relativo con respecto al contenedor .modalAlert */
    background-color: #FFFFFF;
    margin: auto; /* Centrada */
    padding: 20px;
    width: 17%;
    height: 15%;
    animation-name: animarsuperior; /* Nombre de la animación */
    animation-duration: 0.5s; /* Duración de la animación */
    animation-fill-mode: both; /* La animación mantiene el estado final */
    border-radius: 5px;
}

.contenido-modalSalir {
    position: relative; /* Relativo con respecto al contenedor .modalAlert */
    background-color: #FFFFFF;
    margin: auto; /* Centrada */
    padding: 20px;
    width: 17%;
    height: 20%;
    animation-name: animarsuperiorSalir; /* Nombre de la animación */
    animation-duration: 0.5s; /* Duración de la animación */
    animation-fill-mode: both; /* La animación mantiene el estado final */
    border-radius: 5px;
    max-height: 20%; /* Máxima altura de la modal */
    overflow-y: auto; /* Desplazamiento vertical si es necesario */
}

.contenido-modalLoginError{
    position: relative; /* Relativo con respecto al contenedor .modalAlert */
    background-color: #FFFFFF;
    margin: auto; /* Centrada */
    padding: 20px;
    width: 17%;
    height: 20%;
    animation-name: animarsuperior; /* Nombre de la animación */
    animation-duration: 0.5s; /* Duración de la animación */
    animation-fill-mode: both; /* La animación mantiene el estado final */
    border-radius: 5px;
    max-height: 20%; /* Máxima altura de la modal */
    overflow-y: auto; /* Desplazamiento vertical si es necesario */
}

/* Animación de entrada */
@keyframes animarsuperior {
    from { top: -300px; opacity: 0; }
    to { top: 250px; opacity: 1; }
}

/* Animación de entrada */
@keyframes animarsuperiorSalir {
    from { top: -300px; opacity: 0; }
    to { top: 0px; opacity: 1; }
}

/* Estilos para el botón de cerrar */
.closeAlert {
    color: black;
    font-size: 1.5em;
    font-weight: bold;
    top: -1%;   
    position: absolute;
    left: 90%;
}

.closeAlert:hover,
.closeAlert:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.closeSalir {
    color: black;
    font-size: 1.5em;
    font-weight: bold;
    top: -1%;   
    position: absolute;
    left: 90%;
}

.closeSalir:hover,
.closeSalir:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.closeLogin {
    color: black;
    font-size: 1.5em;
    font-weight: bold;
    top: -1%;   
    position: absolute;
    left: 90%;
}

.closeLogin:hover,
.closeLogin:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.closeLogin {
    color: black;
    font-size: 1.5em;
    font-weight: bold;
    top: -1%;   
    position: absolute;
    left: 90%;
}

.closeLogin:hover,
.closeLogin:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#textParoMotor{
    font-size: 0.9em;  
    left: 19.5%;
    top: 60%;
    position: absolute;
}

#textSalir{
    font-size: 0.9em;  
    left: 5%;
    top: 25%;
    position: absolute;
}

#textLogin{
    font-size: 0.9em;  
    left: 20%;
    top: 60%;
    position: absolute;
}

#textLoginError{
    font-size: 0.9em;  
    top: 60%;
    position: absolute;
    top: 45%;
}



.button-37 {
    
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: "Akzidenz Grotesk BQ Medium", -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.8em;
    outline: none;
    outline: 0;
    padding: 5px 2px;
    text-align: center;
    transform: translateY(0);
    transition: transform 150ms, box-shadow 150ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    height: auto;
    position: relative;
    top: 70%;
    left: 25%;
    margin-top: 10px;
  }

  #accept{
    background-color: #333;
    border: 1px solid #333;
  }

  #cancel{
    background-color: #c12e2a;
    border: 1px solid #c12e2a;
  }
  
  .button-37:hover {
    box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
    transform: translateY(-2px);
  }




  .mask {
    background: #D8D8D8;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
  }
   .icon {
    margin-bottom: 61px;
    align-self: flex-start;
    width: 18px;
    height: 18px;
  }
   .icon-2 {
    width: 20px;
    height: 19px;
  }
   .icon-1 {
    border-radius: 29.5px;
    background: #FFFFFF;
    position: relative;
    margin-bottom: 16px;
    display: flex;
    padding: 20px 19px 20px 20px;
    width: 59px;
    height: 59px;
    box-sizing: border-box;
  }
   .icon-4 {
    width: 20px;
    height: 20px;
  }
   .icon-3 {
    border-radius: 29.5px;
    background: #FFFFFF;
    position: relative;
    display: flex;
    padding: 20px 19px 19px 20px;
    width: 59px;
    height: 59px;
    box-sizing: border-box;
  }
   .section {
    margin: 258px 51.3px 29px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: fit-content;
    flex-grow: 1;
    flex-basis: 59px;
    box-sizing: border-box;
  }
   .location {
    width: 273px;
    height: 421px;
  }
   .container-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
  }
   .container-3 {
    background: url('../assets/images/ekran_resmi_20211207122353.png');
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 48px 16.7px 147.3px 14px;
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
  }
   .rectangle {
    position: absolute;
    left: 50%;
    bottom: 0px;
    translate: -50% 0;
    width: 414px;
    height: 343px;
  }
   .rectangle-1 {
    border-radius: 3px;
    background: #D8D8D8;
    position: absolute;
    left: 50%;
    bottom: 328px;
    translate: -50% 0;
    width: 36px;
    height: 5px;
  }
   .your-ride-1 {
    margin-bottom: 27px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 1px;
    color: #26262A;
  }
   .icon-6 {
    width: 28px;
    height: 21px;
  }
   .icon-5 {
    border-radius: 25px;
    background: #F7F8FF;
    position: relative;
    margin-right: 16px;
    display: flex;
    padding: 14px 11px 15px 11px;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
  }
   .pickup-in {
    overflow-wrap: break-word;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    color: #282C2A;
  }
   .min {
    position: absolute;
    left: 0px;
    bottom: -23px;
    overflow-wrap: break-word;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    color: #6D6D72;
  }
   .text {
    position: relative;
    margin: 4px 0 25px 0;
    display: flex;
    box-sizing: border-box;
  }
   .container-info {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
  }
   .robo {
    overflow-wrap: break-word;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    color: #FFFFFF;
  }
   .button-robo {
    border-radius: 15px;
    background: #7279B9;
    position: relative;
    margin: 10px 0;
    display: flex;
    padding: 7px 0 5px 1px;
    width: 90px;
    left: 60%;
    top: -15%;
    height: fit-content;
    box-sizing: border-box;
  }
   .card {
    box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    background: #FFFFFF;
    position: relative;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 14px 17px 14px;
    width: 100%;
    box-sizing: border-box;
  }
   .icon-8 {
    width: 29px;
    height: 21px;
  }
   .icon-7 {
    border-radius: 25px;
    background: #F7F8FF;
    position: relative;
    margin-right: 14px;
    display: flex;
    padding: 15px 10px 14px 11px;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
  }
   .pickup-in-1 {
    overflow-wrap: break-word;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    color: #282C2A;
  }
   .min-1 {
    position: absolute;
    left: 0px;
    bottom: -23px;
    overflow-wrap: break-word;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    color: #6D6D72;
  }
   .text-1 {
    position: relative;
    margin: 4px 0 25px 0;
    display: flex;
    box-sizing: border-box;
  }
   .container-2 {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
  }
   .train {
    overflow-wrap: break-word;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    color: #FFFFFF;
  }
   .button-ruta {
    border-radius: 15px;
    background: #7279B9;
    position: relative;
    margin: 10px 0;
    display: flex;
    padding: 7px 0 5px 0;
    width: 90px;
    left: 43%;
    top: -15%;
    height: fit-content;
    box-sizing: border-box;
  }
   .card-1 {
    box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    background: #FFFFFF;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 14px 17px 14px;
    width: 100%;
    box-sizing: border-box;
  }
   .your-ride {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 66%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    font-size: 0.9em;
    z-index: 10000;
  }
  .container-info {
    background: #FFFFFF;
    display: flex;
    box-sizing: border-box;
  }
  
  .panel-body{
    position: relative;
  }
@media screen and (max-width: 550px) {
    #actuadores{flex-direction: column;}
    .actuadores_flex.x2{margin-top: 0;}
    .checkbox-block{margin-top: 0 !important;}
}