.faq-contenedor{margin:0 auto;width:100%}.faq-categoria{border:1px solid rgba(0,0,0,.1);border-radius:5px;margin:15px 0;overflow:hidden}.faq-titulo-categoria{align-items:center;background-color:#0091ff;border:1px solid #1ea7ff;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;justify-content:space-between;padding:15px;transition:background-color .3s ease,box-shadow .3s ease}.faq-titulo-categoria:hover{background-color:#06c;box-shadow:0 2px 10px rgba(0,0,0,.1)}.faq-icono-flecha{align-self:center;border-bottom:2px solid #fff;border-right:2px solid #fff;height:10px;margin:0 10px;transform:rotate(45deg);transition:transform .3s ease;width:10px}.faq-titulo-categoria[aria-expanded=true] .faq-icono-flecha{transform:rotate(-135deg)}.faq-titulo-categoria[aria-expanded=false] .faq-icono-flecha{transform:rotate(45deg)}.faq-cuerpo-categoria{font-size:14px;max-height:0;overflow:hidden;padding:10px;transition:max-height .4s ease}.faq-cuerpo-categoria.active{max-height:5000px}.faq-lista-preguntas{list-style-type:none;margin:0;padding:0}.faq-pregunta-item{background-color:#fff;border-bottom:1px solid #ddd}.faq-pregunta-titulo{align-items:center;border-top:1px solid #eee;cursor:pointer;display:flex;font-size:15px;font-weight:600;justify-content:space-between;padding:10px 15px}.faq-icono-flecha-pregunta{border-bottom:2px solid #0091ff;border-right:2px solid #0091ff;height:8px;margin-left:10px;transform:rotate(45deg);transition:transform .3s ease;width:8px}.faq-pregunta-titulo[aria-expanded=true] .faq-icono-flecha-pregunta{transform:rotate(-135deg)}.faq-pregunta-respuesta{color:#333;font-size:14px;font-weight:400;line-height:1.4;max-height:0;overflow:hidden;padding:0 15px;transition:max-height .4s ease,padding .4s ease}.faq-pregunta-respuesta.active{max-height:2000px;padding:10px 15px 15px}.faq-descripcion-categoria{color:#444;font-size:14px;line-height:16px;margin-top:10px}.faq-buscador{background-color:#f0f4ff;border-left:4px solid #002f87;padding:20px;text-align:center}#faq-input-busqueda{border:1px solid #0091ff;border-radius:5px;font-size:16px;max-width:400px;padding:10px;transition:border-color .3s ease;width:80%}#faq-input-busqueda:focus{border-color:#06c;outline:none}