.Accion{margin:3px;padding:2px 4px;font-size:15px;color:#000;border-radius:5px;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.Boton{padding:5px 15px;margin:10px;background-color:#00a5e5;border-radius:5px;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.Modal{width:100%;min-height:100%;top:0;margin-top:0;position:absolute;background-color:#0000001a;display:flex;justify-content:center;z-index:3;color:#000}.Modal .Container{min-width:80%;z-index:3;margin-top:3%;display:flex;position:absolute;flex-direction:column;align-items:center;z-index:4}.Modal .Container .Formulario{background-color:#fff;padding:25px;border-radius:5px;-webkit-box-shadow:inset 0px 0px 10px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0px 0px 10px 2px rgba(0,0,0,.1);box-shadow:inset 0 0 10px 2px #0000001a;display:flex;flex-direction:column;justify-content:center;z-index:4}.Modal .Item{display:flex;flex-direction:row;width:auto;color:#000;padding:10px;border-style:solid;border-width:1px;border-color:#e3e3e3;position:relative;margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.Login .Container{border:solid 7px rgba(255,255,255,.5);border-radius:5px;background-color:#dd640c;display:flex;flex-direction:column;padding:20px;align-items:center;max-width:300px}.Card{margin:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:300px;position:relative}.Card .Titulo{border-radius:15px 15px 0 0;width:calc(100% - 40px);padding:10px 20px;display:flex;flex-direction:column;align-items:center;background-color:#f57232;color:#fff;font-size:16px}.Card .Descripcion{border-radius:0 0 15px 15px;width:calc(100% - 40px);padding:20px;display:flex;flex-direction:column;align-items:center;background-color:#00a6e5;color:#fff}.DialogoContainer{z-index:2;margin:5px auto 5px 0;border-radius:5px;background-color:#66c6ff;padding:10px;max-width:90%;display:flex;flex-direction:column;position:relative}.DialogoContainer:before{z-index:1;content:"";transform:rotate(-45deg) skew(10deg,10deg);height:20px;background-color:#66c6ff;position:absolute;width:20px;top:3px;left:-8px}.DialogoTitulo,.DialogoCuerpo{z-index:2}.Header{z-index:2;position:absolute;top:0;height:90px;width:calc(100% - 10px);padding:20px 0 0 10px;background:#131313bf;background:-moz-linear-gradient(top,rgba(19,19,19,.75) 0%,rgba(0,0,0,0) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(19,19,19,.75)),color-stop(100%,rgba(0,0,0,0)));background:-webkit-linear-gradient(top,rgba(19,19,19,.75) 0%,rgba(0,0,0,0) 100%);background:-o-linear-gradient(top,rgba(19,19,19,.75) 0%,rgba(0,0,0,0) 100%);background:-ms-linear-gradient(top,rgba(19,19,19,.75) 0%,rgba(0,0,0,0) 100%);background:linear-gradient(to bottom,#131313bf,#0000);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#131313",endColorstr="#000000",GradientType=0)}.Header .Container{display:flex;flex-direction:row;height:70px;width:100%;align-items:center;position:relative}.Header .Titulo{line-height:24px;padding-right:10px;margin-right:0}.Header .Main{display:flex;flex-direction:row;margin:10px 80px 10px 10px;align-items:center}.Header .Opcion{font-size:18px;text-align:center;color:#fff;text-decoration:none;margin:0 10px;padding:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.Header .Derecha{position:absolute;right:5px}.Accion{padding:2px 4px;font-size:15px;color:#000;border-radius:5px;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.OpcionLink{font-size:16px;color:#fff;padding:5px 10px;border-radius:3px;background-color:#f60;text-decoration:none;margin:3px 10px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.FooterContainer{width:100%;display:block;flex-direction:column;position:relative;bottom:0;padding:auto;font-weight:700;font-size:14px;color:#fff;justify-content:center;height:130px}.FooterInfo{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:auto;background:#f77838;background:-moz-linear-gradient(left,rgba(247,120,56,1) 0%,rgba(255,90,87,1) 100%);background:-webkit-gradient(left top,right top,color-stop(0%,rgba(247,120,56,1)),color-stop(100%,rgba(255,90,87,1)));background:-webkit-linear-gradient(left,rgba(247,120,56,1) 0%,rgba(255,90,87,1) 100%);background:-o-linear-gradient(left,rgba(247,120,56,1) 0%,rgba(255,90,87,1) 100%);background:-ms-linear-gradient(left,rgba(247,120,56,1) 0%,rgba(255,90,87,1) 100%);background:linear-gradient(to right,#f77838,#ff5a57);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f77838",endColorstr="#ff5a57",GradientType=1);min-height:100px;max-height:100px}.FooterLeyenda{background-color:#00a5e5;display:flex;flex-direction:row;justify-content:center;padding:10px}.ContenedorGeneral{display:flex;flex-direction:row;flex-wrap:wrap;width:90%}.Nuevo{display:flex;flex-direction:column;margin:0 15px;align-items:center}.Contenedor{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;border-radius:10px;width:100%;padding:10px;-webkit-box-shadow:-5px 5px 15px 5px rgba(0,0,0,.3);box-shadow:0 0 15px #0000004d}.Tipo{width:100%;display:flex;flex-direction:row;justify-content:space-around;margin:10px}.Listado{background-color:#fff;border-radius:10px;width:100%;padding:10px;margin-bottom:5px;display:flex;flex-direction:column;flex-wrap:nowrap}.Detalles{width:100%;display:flex;flex-direction:row;position:relative;align-items:center;justify-content:space-between;font-size:18px}.Acciones{display:flex;flex-direction:row;right:5px;align-items:center}.Preguntas{padding:auto;font-size:14px;margin-left:5px}.lds-ring{display:inline-block;position:relative;width:40px;height:40px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:32px;height:32px;margin:4px;border:4px solid #fff;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#fff transparent transparent transparent}.lds-ring div:nth-child(1){animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Barlow;src:url(/entregas/assets/Barlow-Regular-BSRK45qb.ttf) format("truetype")}@font-face{font-family:Barlow_Condensed;src:url(/entregas/assets/BarlowCondensed-Regular-wedcpqHA.ttf) format("truetype")}::-webkit-scrollbar{-webkit-appearance:none;width:7px}::-webkit-scrollbar-thumb{border-radius:4px;background-color:#00000080;-webkit-box-shadow:0 0 1px rgba(255,255,255,.5)}#root{min-height:calc(100vh - 80px);display:flex;flex-direction:column}.Titulo{font-family:Barlow_Condensed;font-weight:700;font-size:60px;padding-right:50px;line-height:40px}.Subitulo{font-family:Barlow_Condensed;font-weight:lighter;font-size:30px;padding-top:10px;padding-right:50px}.InfoExtra{font-family:Barlow_Condensed;font-weight:lighter;font-size:30px;text-align:right;padding-right:50px}.CuerpoTexto{font-family:Barlow_Condensed;font-size:20px}body{z-index:1;min-height:calc(100vh - 85px);padding-top:80px;background:#fff;background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(0,165,229,1) 100%);background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(0,165,229,1) 100%);background:-o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(0,165,229,1) 100%);background:-ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(0,165,229,1) 100%);background:linear-gradient(to top,#fff,#00a5e5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#00a5e5",GradientType=1);margin:0;font-family:Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.Todo{display:flex;flex-direction:column;min-height:calc(100vh - 263px);padding-bottom:15px;padding-top:30px;align-items:center;color:#5f5e63;font-family:Roboto Condensed,Arial,Tahoma,sans-serif;background-color:#0000}input,textarea,select{border-radius:4px;padding:3px;border-style:solid;margin:3px;min-width:200px}h2{margin:0 0 15px}h3,h4{margin:10px 0}.switch{position:relative;display:inline-block;width:30px;height:17px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.slider:before{position:absolute;content:"";height:13px;width:13px;left:2px;bottom:2px;background-color:#fff;-webkit-transition:.4s;transition:.4s}input:focus+.slider{box-shadow:0 0 1px #34fc02}input:checked+.slider{background-color:#2196f3}input:checked+.slider:before{-webkit-transform:translateX(13px);-ms-transform:translateX(13px);transform:translate(13px)}.slider.round{border-radius:17px}.slider.round:before{border-radius:50%}.Configuraciones{z-index:1}.Configuraciones .Formulario{display:flex;width:90%;background-color:#d3d3d3;align-items:center;flex-direction:column;border-radius:5px;padding:10px 30px}.Configuraciones .Formulario input[type=text]{width:100%}.Configuraciones .Formulario .Seccion{display:flex;flex:1;flex-wrap:wrap;flex-direction:row;justify-content:center;margin-top:5px}.Configuraciones .Menu{display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:10px;justify-content:center}.Configuraciones .TramitesTodo{width:80%;margin:0;display:flex;flex-direction:column;align-items:center}.Configuraciones .TramitesTodo .Lista{color:#000;display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:10px;padding:10px 15px;border-radius:3px;border-color:#d3d3d3;border-style:solid;border-width:thin}.Configuraciones .TramitesTodo .Lista .Item{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;padding:5px}.Configuraciones .TramitesTodo .Lista .Item .Detalles{width:100%;display:flex;flex-direction:row;position:relative;align-items:center;justify-content:space-between;font-size:18px}.Configuraciones .TramitesTodo .Lista .Item .Preguntas{padding:auto;font-size:14px;margin-left:45px}.Configuraciones .TramitesTodo .Lista .Item .Preguntas ul{padding:5px auto;margin:5px auto}.Configuraciones .TramitesTodo .Lista .Item .Acciones{display:flex;flex-direction:row;right:5px;align-items:center}.Configuraciones .TramitesTodo .Lista .Item span{margin:0 3px}.Formulario{z-index:1;width:100%;display:flex;flex-direction:column}.BotonBuscador{padding:5px;margin:3px;font-size:11px;background-color:#d3d3d3;color:#fff;border-radius:5px;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.Index{position:relative}.Index .Container{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;width:100%;padding-top:15px;flex-wrap:wrap}.Index .Card{margin:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:300px;position:relative}.Index .Card .Titulo{border-radius:15px 15px 0 0;width:calc(100% - 40px);padding:10px 20px;display:flex;flex-direction:column;align-items:center;background-color:#f57232;color:#fff;font-size:16px}.Index .Card .Descripcion{border-radius:0 0 15px 15px;width:calc(100% - 40px);padding:20px;display:flex;flex-direction:column;align-items:center;background-color:#00a6e5;color:#fff}.Lista{color:#000;display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:10px;padding:10px 15px;border-radius:3px;border-color:#d3d3d3;border-style:solid;border-width:thin}.Lista .Item{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;padding:5px}.Lista .Item .Detalles{width:100%;display:flex;flex-direction:row;position:relative;align-items:center;justify-content:space-between;font-size:18px}.Lista .Item .Preguntas{padding:auto;font-size:14px;margin-left:45px}.Lista .Item .Preguntas ul{padding:5px auto;margin:5px auto}.Lista .Item .Acciones{display:flex;flex-direction:row;right:5px;align-items:center}.Lista .Item span{margin:0 3px}.Personas{width:100%;display:flex;flex-direction:column}.Personas .Container{display:flex;flex-direction:column;width:80%}.Personas .Buscador{margin:10px}.Solicitar{width:100%}.Solicitar .Formulario{display:flex;width:90vw;background-color:#00a6e580;align-items:center;flex-direction:column;padding:10px;border-radius:5px}.Solicitar .Formulario .Seccion{display:flex;width:100%;flex-wrap:wrap;flex-direction:row}.Solicitar .Preguntas{display:flex;flex-direction:column;align-items:center;width:90%}.Solicitar .Preguntas .Seccion{color:#262626;padding:10px 15px;border-radius:5px;background-color:#fff}.Solicitar .Preguntas .Seccion .Titulo{font-size:24px;display:flex;flex-direction:row;align-items:center}.Solicitar .Preguntas .Seccion .Cuerpo{margin:10px}.Solicitar .Preguntas .Seccion .Cuerpo li,ul{margin:0;padding:0}.Solicitar .Preguntas .Seccion .Cuerpo a{text-decoration:none;color:#00f}.Turnos .Acciones{display:flex;flex-direction:row;right:5px;align-items:center}.Turnos .Menu{display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:10px;justify-content:center}.Turnos .Horarios{-webkit-box-shadow:inset 0px 0px 10px 5px rgba(0,0,0,.1);-moz-box-shadow:inset 0px 0px 10px 5px rgba(0,0,0,.1);box-shadow:inset 0 0 10px 5px #0000001a;padding:10px;margin:2px;border-radius:5px;background-color:#fff;color:#000;cursor:pointer}.Turnos .Persona{display:flex;flex-direction:column;padding:15px 25px;border-radius:5px;background-color:#fff;color:#000;-webkit-box-shadow:inset 0px 0px 10px 5px rgba(0,0,0,.2);-moz-box-shadow:inset 0px 0px 10px 5px rgba(0,0,0,.2);box-shadow:inset 0 0 10px 5px #0003}
