@charset "utf-8";

:root {
    /* Colors: */
    --estado-no-completado: #E26B6B;
    --estado-completado: #3786C9;
    --estado-en-camino: #96B967;
    --estado-pendiente: #A2A2A2;
    --unnamed-color-015539a5: #015539;
    --th-color: #B5B5C3;
    --color-texto: #3F4254;
    --blanco: #FFFFFF;
    --fondo-menu: #F5F5F7;
    --fondo: #F9F9FB;
    --unnamed-color-d56e6e: #D56E6E;
    --unnamed-color-dedede: #DEDEDE;
    --unnamed-color-636464: #636464;
    --verde-cedix: #015539;
}


*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Catamaran';
    font-size: 15px;
    }

    aside#menu {
    position: fixed;
    width: 290px;
    height: 100%;
    z-index: 500;
    background-color: #ffffff;
    left: 0;
    top: 0;
    box-shadow: 0 0 4px #d0d0d0;
    display: flex;
    flex-direction: column;
}
div#logo {
    max-width: 180px;
    margin: 30px auto 70px;
    text-align: center;
}

div#logo img {
    width: 100%;
}

nav#menu-lista a {
    text-decoration: none;
    color: var(--color-texto);
    padding: 12px 20px;
    display: block;
    display: flex;
    gap: 15px;
    align-items: center;
}

nav#menu-lista li {
    border-bottom: solid 1px #E2E2E2;
}

nav#menu-lista li:last-child {
    border-bottom: 0;
}

div#contenedor_principal {
    /* margin-top: 60px; */
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
}

div#confirmacion {
    display: none;
}

div#contenedor_principal {
    box-sizing: border-box;
    position: relative;
}

div#contenedor_principal_login {
    width: 100%;
    height: 100%;
    overflow: auto;
}

div#mask_login, div#mask_restablecer {
    width: 100%;
    height: 100%;
    margin: auto;
    position: fixed;
    left: 0;
    box-sizing: content-box;
    background: linear-gradient(to bottom, #015539, #268968);
}

div#loginBox {
    padding: 0 20px;
    padding-top: 60px;
}

input[type=text].input_linea, input[type=email].input_linea, input[type=password].input_linea {
    padding: 16px 27px 16px 35px;
    outline: none;
    border-radius: 4px !important;
    font-size: 13px;
}

.campo input[type=text], .campo input[type=email], .campo input[type=password], .campo input[type=number], .campo select, .campo textarea {
    color: var(--color-texto);
    display: block;
    width: 100%;
    padding: 20px 15px 10px 15px;
    box-sizing: border-box;
    transition: 0.5s;
    border: 0.25px solid #d8d8d8;
    border-radius: 2px;
    font-size: 15px;
}

.campo {
    position: relative;
    margin-bottom: 15px;
}

.logo_login img {
    max-width: 190px;
    text-align: center;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

.show_lbl_form .lbl_form {
    opacity: 1;
    transition: 0.5s;
}

.lbl_form {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 12px;
    color: var(--color-texto);
    font-weight: 600;
    opacity: 0;
}

.boton_1 {
    width: 100%;
    background: var(--verde-cedix);
    border: none;
    color: #fff;
    padding: 14px;
    border-radius: 4px;
    font-size: 13px;
    display: block;
    text-align: center;
    text-decoration: none;
}

a#olvidoPassword {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin-top: 10px;
    font-size: 13px;
}

form#loginform {
    padding-top: 20px;
}

div#header_app {
    position: fixed;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to bottom, #015539, #268968);
    width: 100%;
    top: 0;
    z-index: 1009;
    display: flex;
}

.logo_header_app img {
    max-width: 45px;
    display: block;
}

.logo_header_app {
    padding: 5px 10px;
}

.contenedor_servicio {
    width: 90%;
    margin: auto;
    box-shadow: 0px 0px 3px #00000047;
    margin-bottom: 15px;
}

.botones_servicio {
    display: flex;
}

.botones_servicio a, .botones_servicio input {
    text-decoration: none;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    width: 50%;
    text-align: center;
}

.btn_rechazar_servicio {
    background: var(--estado-no-completado);
}

.btn_aceptar_servicio {
    background: var(--estado-completado);
}

.datos_servicio {
    justify-content: space-between;
    display: flex;
    margin-bottom: 10px;
}

.numero_servicio {
    color: var(--estado-pendiente);
    padding-right: 10px;
    font-size: 30px;
}

.informacion_cliente {
    padding-left: 10px;
    padding-top: 10px;
}

.s_titulo_cliente {
    font-size: 14px;
    color: var(--estado-pendiente);
}

.s_nombre_cliente {
    color: var(--verde-cedix);
    font-weight: 600;
    font-size: 16px;
}

.s_direccion_cliente {
    margin-top: -8px;
    font-size: 14px;
    color: var(--estado-pendiente);
}

.btn_pendiente {
    border-radius: 0px 0px 4px 4px;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    width: 100%;
    text-align: center;
    background: var(--estado-pendiente);
}

.btn_unico {
    text-decoration: none;
    display: block;
    border-radius: 0px 0px 4px 4px;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    width: 100%;
    text-align: center;
    background: var(--estado-completado);
}

div#titulo_header_1 {
    color: var(--color-texto);
    display: flex;
}

div#titulo_header_1 svg {margin-top: 5px;}

div#titulo_header_1 h2 {
    padding-left: 7px;
    font-size: 18px;
}

div#header_titulo {
    width: 90%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}

div#titulo_header_2 {
    color: var(--th-color);
    margin-top: -10px;
    font-size: 14px;
}

div#contenedor_modulo {
    position: relative;
    top: 55px;
    z-index: 1001;
    width: 100%;
    height: 100%;
    height: calc(100% - 55px);
    margin: auto;
    position: fixed;
    overflow: auto;
}

div#contenedor_mapa {
    width: 100%;
    height: 300px;
    display: flex;
}

.dt_tiempo_estimado span {
    color: var(--verde-cedix);
    font-size: 50px;
    font-weight: 500;
    text-align: center;
}

.dt_texto_tiempo span {
    color: var(--verde-cedix);
    font-size: 20px;
    font-weight: 600;
}

.dt_tiempo_estimado {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dt_texto_tiempo {
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dt_texto_distancia {
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dt_texto_distancia span {
    color: var(--unnamed-color-636464);
    font-size: 20px;
    font-weight: 600;
}

#contenedor_dt {
    margin-top: 25px;
    display: flex;
}

.contenedor_dt_caja1 {
    display: flex;
    width: 35%;
    border-right: 1px solid #DEDEDE;
    flex-direction: column;
    justify-content: center;
}

.contenedor_dt_caja2 {
    width: 65%;
    padding: 15px 0px 15px 15px;
}

.d_linea2 {
    color: var(--verde-cedix);
    font-size: 15px;
    font-weight: 600;
    height: 20px;
    text-transform: uppercase;
}

.d_linea1 {
    color: var(--th-color);
    font-size: 13px;
    font-weight: 600;
    height: 12px;
}

.d_linea3 {
    color: var(--color-texto);
    font-size: 17px;
    font-weight: 600;
}

div#contenedor_ds {
    margin-top: 25px;
}

.ds {
    display: flex;
    margin-bottom: 30px;
    gap: 5px;
}

.ds_logo {
    /* width: 18%; */
}

div#contenedor_os {
    margin: 25px 0;
}

.d_observaciones {
    margin-top: 10px;
}

.contenedor_general{
    padding: 0 7%;
}

.ventana_emergente {
    justify-content: center;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.61);
    width: 100%;
    height: 100%;
    display: none; 
}

.relativo_confirmacion {
    position: relative;
    background: #fff;
    width: 80%;
    max-height: 90%;
    max-width: 300px;
    border-radius: 6px;
    margin-top: 30px;
    overflow: auto;
}

.nivel_visibilidad_1{
    z-index: 1001;
}
.nivel_visibilidad_2{
    z-index: 1002;
}
.nivel_visibilidad_3{
    z-index: 1003;
}
.nivel_visibilidad_4{
    z-index: 1004;
}
.nivel_visibilidad_5{
    z-index: 1005;
}
.nivel_visibilidad_6{
    z-index: 1006;
}
.nivel_visibilidad_7{
    z-index: 1007;
}
.nivel_visibilidad_8{
    z-index: 1008;
}
.nivel_visibilidad_9{
    z-index: 1009;
}
.nivel_visibilidad_10{
    z-index: 1010;
}

.contenedor_info_emergente {
    text-align: center;
    padding: 25px;
}

div#confirmar_llegada .btn_unico {
    background: var(--estado-no-completado);
}

.titulo_alerta {
    color: var(--color-texto);
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    line-height: 20px;
}

a.btn_cancelar {
    background: #DEDEDE;
    color: var(--color-texto);
}

.mask_documento {
    border: dashed 2px #ddd;
    padding: 10px;
    display: flex;
    flex-direction: column;
    width: 110px;
    height: 110px;
    align-items: center;
    margin-bottom: 10px;
    font-size: 13px;
    color: #a9a9a9;
    justify-content: center;
    position: relative;
}

span.label_icono svg {
    width: 18px !important;
}

.check_file {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: none;
}
    
input, select, textarea {
    outline: none;
    width: 100%;
    display: block;
    width: 100%;
    padding: 16px 15px;
    box-sizing: border-box;
    transition: 0.5s;
    border: 0.25px solid #ccc;
    border-radius: 2px;
}

.file_v {
    display: none;
}

.documento_cargado, .documento_cargado svg path {
    border: solid 2px #84d0d5;
    color: #84d0d5;
    fill: #84d0d5;
}

.documento_cargado .check_file {
    display: block;
}

div#lista_imagenes_cargadas {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.lista_imagenes {
    position: relative;
    display: table;
}

.imagen {
    position: relative;
    width: 110px;
    height: 110px;
    object-fit: cover;
}

#boton_borrar_imagen {
    position: absolute;
    z-index: 1;
    text-decoration: none;
    right: 0;
    background: #eaeaea;
    color: #000;
    width: 20px;
    height: 23px;
}

div#mensaje_confirmacion {
    margin-bottom: 15px;
}

#confirmar_si {
    background: var(--verde-cedix);
}

.btns_confirmacion input {
    margin-bottom: 12px;
}

.boton_4 {
    border: none;
    padding: 10px 15px;
    border-radius: 3px;
    color: #fff;
    background: var(--s_azul) 0% 0% no-repeat padding-box;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font: normal normal normal 13px/16px Lato;
}

input#confirmar_no {
    background: var(--estado-pendiente);
}

.btns_confirmacion input:last-child {
    margin-bottom: 0;
}

.botones_servicio input {
    border: none;
    border-radius: 0;
}

div#contenedor_mapa_solicitar {
    width: 100%;
    height: 100%;
    /* display: flex; */
}

div#contenedor_principal_mapa {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 9999;
    border-radius: 15px 15px 0 0px;
    overflow: hidden;
}

div#contenedor_registro_direccion {
    padding: 10px;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    width: 100%;
}

.pasos_direccion {
    padding: 20px;
    border-radius: 5px;
}

div#tip_direccion {
    font-size: 11px;
    text-align: center;
    margin-bottom: 10px;
    color: #949090;
    display: none;
}

.botones_direccion {
    display: flex;
    gap: 5px;
}

.boton_2 {
    border: none;
    padding: 10px 15px;
    border-radius: 3px;
    color: #fff !important;
    background: #59a6d6 0% 0% no-repeat padding-box;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font: normal normal normal 13px/16px Lato;
}

.link_1 {
    color: #7d7d7d;
    display: block;
    text-align: center;
    margin-top: 10px;
    text-decoration: none;
    font-size: 14px;
}

.camposx2 {
    display: flex;
}

div#footer_servicio {
    margin-bottom: 20px;
}

.map ul {
    display: none;
}

div#pais_ciudad_resultados {
    position: absolute;
    width: 100%;
    bottom: 104%;
    z-index: 2;
    background: #fff;
    border: solid 1px #ccc;
    box-shadow: 0 0 8px #00000040;
    padding: 10px 20px;
    max-height: 170px;
    overflow: auto;
    border-radius: 5px;
    display: none;
}

.ic_remove_filter {
    display: none;
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
    height: 100%;
}

.btn_buscar {
    display: block;
    text-align: center;
    background: var(--verde-cedix);
    color: #fff;
    text-decoration: none;
    padding: 12px;
    border-radius: 4px;
}

.campo_buscar {
    margin-bottom: 7px;
}

.contenedor_btn_confirmar div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contenedor_btn_confirmar div a {
    width: 49%;
    text-align: center;
    background: var(--verde-cedix);
    color: #fff;
    text-decoration: none;
    padding: 12px;
    border-radius: 4px;
}

a.btn_volver {
    background: var(--estado-pendiente) !important;
}

.contenedor_btn_confirmar {
    display: none;
}

.info_servicio_cliente {
    display: flex;
    justify-content: space-between;
}

.info_servicio_cliente .ds_logo {
    /* width: 22%; */
}

.leaflet-control-attribution.leaflet-control a {
    display: none;
}

div#paso_direccion_4 .contenedor_campos {
    margin-bottom: 25px;
}

div#adicionar_dimencion {
    text-align: center;
}

div#adicionar_dimencion a {
    text-decoration: none;
    color: var(--th-color);
}

a.toolBorrar {
    color: var(--th-color);
}

.mensaje_estado {
    line-height: 12px;
}

div#contenedor_linea_tiempo {
    margin-top: 35px;
    margin-bottom: 35px;
    width: 100%;
    display: flex;
    padding: 0 11px 0 10px;
}

.tramo1 {
    width: 30%;
}

.tramo2 {
    width: 70%;
}

.linea_gris {
    width: 100%;
    background: var(--th-color);
    height: 2px;
}

.punto_tramo {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #a5a5a5;
}

.tramo_linea {
    position: relative;
    display: flex;
    align-items: center;
}

.texto_linea {
    position: absolute;
    font-size: 9px;
    top: 11px;
    color: var(--th-color);
}

.texto_entregado {
    right: -20px;
}

.texto_aceptado {
    left: -17px;
}

.texto_recogido {
    left: -16px;
}

.marca_linea_tiempo {
    position: absolute;
    right: -3px;
    background: url(/imagenes/marca_destino.svg);
    background-size: cover;
    width: 15px;
    height: 19px;
    top: -21px;
}

.punto_verde {
    background: var(--estado-en-camino);
}

div#titulo_evento_usuario {
    margin-top: 15px;
    color: var(--th-color);
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
}

div#descripcion_evento_usuario {
    color: var(--color-texto);
    font-size: 12px;
    font-weight: 600;
}

.relativo_evento{
    overflow: unset;
}

div#icono_bandera {
    position: absolute;
    margin-left: calc(50% - 37px);
    top: -17px;
}

div#ventana_evento_entregada .btn_unico {
    background: var(--estado-en-camino);
}

a#btn_cerrar_sesion {
    color: #fff;
    text-decoration: none;
    padding-right: 12px;
}

div#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
}

div#loader {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(/imagenes/loader.svg) no-repeat center 0;
    margin: -50px 0 0 -50px;
    background-size: contain;
}

div#paso_direccion_4 {
    position: relative;
    z-index: 99999;
}

div#mask_registro {
    width: 100%;
    height: 100%;
    margin: auto;
    position: fixed;
    left: 0;
    box-sizing: content-box;
    background: linear-gradient(to bottom, #015539, #268968);
    overflow: auto;
}

div#contenedor_login_registro {
    padding: 30px;
    overflow: auto;
}

h2#h2registrar {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}

div#contenedor_principal_login .link_1 {
    color: #fff;
}

.msg_invalido {
    color: #d44040;
}

.msg_valido {
    color: #85D0D5;
}

.msg_validacion {
    position: absolute;
    right: 6px;
    bottom: 4px;
}

.msg_validacion span {
    font-size: 9px !important;
}

.campo .icono {
    width: 40px;
    height: 50px;
    position: absolute;
    display: table;
}

.campo i {
    color: #9a9a9a;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
}

.fa-envelope:before {
    content: "\f0e0";
}

.contenedor_emergente {
    position: fixed;
    bottom: -60px;
    left: 0;
    width: 100%;
    background: #fff;
    height: 0px;
    transition: 0.5s;
    z-index: 400;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    clip: rect(0,auto,auto,0);
    padding: 50px 20px 10px 20px;
}

.contenedor_emergente_fix {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.emergente_con_login {padding-top: 50px!important;}

div#contenedor_emergente_perfil.mostrar_contenedor_emergente_90 {
    bottom: 0px !important;
}

.mostrar_contenedor_emergente_90 {
    height: 96% !important;
    bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.scroll_box {
    height: 100%;
    width: 100%;
    overflow: auto;
    display: block;
    position: relative;
    /* padding: 10px; */
}

a#btn_svg_cerrar svg {
    width: 20px !important;
}

a#btn_svg_cerrar {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 401;
}

div#contenedor_emergente_politicas_privacidad {
    text-align: justify;
}

::-webkit-scrollbar {
    display: none;
}

a.link_terminos {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    margin-top: 25px;
    font-weight: 600;
}

div#contenedor_emergente_politicas_privacidad h1 {
    font-size: 20px;
}

div#contenedor_emergente_politicas_privacidad h2 {
    font-size: 17px;
}

#contenedor_emergente_politicas_privacidad ul {
    padding-left: 20px;
}

.btn_header{
    color: #fff;
    text-decoration: none;
    padding-right: 12px;
}

div.emergente_permiso {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #ff3939;
    padding: 5px;
}

div.emergente_permiso a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
